/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border {
  border-width: 1px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* ============================================================
   Mumtaz City — Design System
   Dark mode · gold + emerald accents · glassmorphism
   ============================================================ */

:root {
  /* Palette */
  --bg: #070a10;
  --bg-2: #0a0e16;
  --bg-3: #0f1521;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);

  --text: #eef2f8;
  --text-dim: #9aa6b8;
  --text-faint: #5f6b7e;

  --gold: #d4af6a;
  --gold-bright: #f0d499;
  --emerald: #2fd8a8;
  --emerald-dim: #1c8d6e;

  --grad-accent: linear-gradient(120deg, var(--gold) 0%, var(--emerald) 100%);

  /* Type */
  --font-display: var(--font-sora, 'Sora', system-ui, sans-serif);
  --font-body: var(--font-inter, 'Inter', system-ui, sans-serif);

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --nav-h: 76px;

  --radius: 18px;
  --radius-sm: 12px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  cursor: none;
  animation: pageIn 0.45s var(--ease) both;
}
@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 880px) { body { cursor: auto; } }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: none; }

/* Background gradient glow */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(900px 600px at 80% -10%, rgba(212, 175, 106, 0.10), transparent 60%),
    radial-gradient(800px 600px at -10% 30%, rgba(47, 216, 168, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  pointer-events: none;
}

/* Film grain overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Three.js global canvas */
#bg-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor-dot { width: 7px; height: 7px; background: #fff; transform: translate(-50%, -50%); }
.cursor-ring {
  width: 38px; height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  transition: width 0.25s var(--ease), height 0.25s var(--ease), background 0.25s;
}
.cursor-ring.hover { width: 58px; height: 58px; background: rgba(255, 255, 255, 0.12); }
@media (max-width: 880px) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { position: relative; padding-block: clamp(60px, 9vw, 80px); }

/* Reduced top-padding — use on sections that follow a page header */
.section-top { padding-top: 20px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); opacity: 0.7; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.07; letter-spacing: -0.02em; }
.h-xl { font-size: clamp(2.6rem, 7vw, 5.6rem); font-weight: 800; }
.h-lg { font-size: clamp(2rem, 4.6vw, 3.5rem); }
.h-md { font-size: clamp(1.4rem, 2.6vw, 2rem); }

.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--text-dim); max-width: 60ch; }
.muted { color: var(--text-dim); }

.gradient-text {
  background: var(--grad-accent);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 100px;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em;
  border: 1px solid transparent; position: relative;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, background 0.3s;
}
.btn-primary { background: var(--grad-accent); color: #0a0e16; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 38px -12px rgba(212, 175, 106, 0.6); }
.btn-ghost { border-color: var(--border-strong); color: var(--text); background: var(--surface); }
.btn-ghost:hover { background: var(--surface-2); transform: translateY(-3px); border-color: var(--gold); }
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Cards / glass ---------- */
.glass {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s, background 0.4s;
}
.card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(212, 175, 106, 0.10), transparent 40%);
  opacity: 0; transition: opacity 0.4s; pointer-events: none;
}
.card:hover { transform: translateY(-6px); border-color: var(--border-strong); background: var(--surface-2); }
.card:hover::before { opacity: 1; }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(212, 175, 106, 0.12); color: var(--gold);
  border: 1px solid rgba(212, 175, 106, 0.25);
}
.card h3 { font-size: 1.25rem; margin-bottom: 9px; }
.card p { color: var(--text-dim); font-size: 0.96rem; }

/* Block title + tags inline row */
.block-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 9px; }
.block-title-row h3 { margin-bottom: 0; }
.block-tags { display: flex; gap: 6px; flex-wrap: wrap; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 10, 16, 0.72);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--border);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; letter-spacing: -0.02em; }
.brand-logo {
  height: 56px; width: auto;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(212, 175, 106, 0.25));
  opacity: 0.96; transition: filter 0.3s, opacity 0.3s;
}
.brand:hover .brand-logo {
  filter: brightness(0) saturate(100%) invert(78%) sepia(38%) saturate(540%) hue-rotate(2deg) brightness(95%);
  opacity: 1;
}
.footer-logo { height: 54px; }
.footer .brand:hover .brand-logo { filter: brightness(0) saturate(100%) invert(78%) sepia(38%) saturate(540%) hue-rotate(2deg) brightness(95%); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 15px; border-radius: 100px; font-size: 0.92rem; font-weight: 500;
  color: var(--text-dim); position: relative; transition: color 0.3s, background 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--surface); }
.nav-cta { margin-left: 8px; }
.nav-cta .btn { padding: 10px 20px; font-size: 0.9rem; }

.mobile-menu { display: none; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu {
    position: fixed; inset: var(--nav-h) 0 0 0; z-index: 199;
    background: rgba(7, 10, 16, 0.96); backdrop-filter: blur(20px);
    display: flex; flex-direction: column; gap: 6px; padding: 30px var(--gutter);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  }
  .mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; padding: 12px 0; border-bottom: 1px solid var(--border); }
  .mobile-menu .btn { margin-top: 18px; justify-content: center; }
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: var(--nav-h); overflow: hidden; }
.hero .wrap { position: relative; z-index: 2; }
.hero-inner { max-width: 880px; }
.hero h1 { margin: 22px 0 26px; }
.hero .lead { margin-bottom: 38px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-canvas { position: absolute; inset: 0; z-index: 0; }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7,10,16,0.92) 0%, rgba(7,10,16,0.55) 42%, rgba(7,10,16,0) 78%),
    linear-gradient(0deg, rgba(7,10,16,0.85) 0%, rgba(7,10,16,0) 45%),
    radial-gradient(120% 80% at 50% 120%, rgba(212,175,106,0.10), transparent 60%);
}
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue .line { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Page header (subpages) ---------- */
.page-head { padding-top: calc(var(--nav-h) + 70px); padding-bottom: 20px; }
.page-head .lead { margin-top: 20px; }

/* ---------- Virtual Tour ---------- */
.vtour-main { padding-top: var(--nav-h); height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.vtour-frame { flex: 1; width: 100%; border: none; display: block; }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { padding: 30px 26px; }
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1; }
.stat .label { color: var(--text-dim); margin-top: 8px; font-size: 0.92rem; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Generic grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.section-head { max-width: 660px; margin-bottom: 50px; }
.section-head h2 { margin: 16px 0 14px; }

/* ---------- Master plan layout ---------- */
.mp-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: stretch; }
.mp-canvas-wrap { position: relative; min-height: 520px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: linear-gradient(180deg, #0a0f1a, #070a10); }
.mp-canvas-wrap canvas { display: block; }
.mp-hint { position: absolute; bottom: 14px; left: 16px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); }
.mp-panel { display: flex; flex-direction: column; gap: 16px; }
.mp-block-list { display: flex; flex-direction: column; gap: 10px; }
.mp-block {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--surface); transition: all 0.3s var(--ease); text-align: left; width: 100%;
  cursor: none;
}
.mp-block:hover, .mp-block.active { border-color: var(--gold); background: var(--surface-2); transform: translateX(4px); }
.mp-block .dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.mp-block .b-name { font-family: var(--font-display); font-weight: 600; }
.mp-block .b-meta { color: var(--text-dim); font-size: 0.85rem; }
@media (max-width: 900px) { .mp-layout { grid-template-columns: 1fr; } .mp-canvas-wrap { min-height: 380px; } }

/* ---------- Plot table ---------- */
.plot-table { width: 100%; border-collapse: collapse; }
.plot-table th, .plot-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.plot-table th { font-family: var(--font-display); font-weight: 600; color: var(--gold); font-size: 0.9rem; letter-spacing: 0.04em; }
.plot-table td { color: var(--text-dim); }
.plot-table tr:hover td { color: var(--text); background: var(--surface); }

/* ---------- Feature split rows ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.feature-row:nth-child(even) .feature-visual { order: -1; }
.feature-visual { aspect-ratio: 4/3; border-radius: var(--radius); border: 1px solid var(--border); position: relative; overflow: hidden; background: linear-gradient(135deg, var(--bg-3), var(--bg)); padding: 14px; display: flex; align-items: center; justify-content: center; }
.feature-visual .glow-ico { font-size: 4rem; filter: drop-shadow(0 0 30px rgba(212,175,106,0.5)); }
.feature-img {
  width: 100%; height: 100%;
  -o-object-fit: cover;
     object-fit: cover; -o-object-position: center; object-position: center;
  display: block;
  border-radius: var(--radius-sm);
  transition: transform 0.7s var(--ease);
}
.feature-row:hover .feature-img { transform: scale(1.04); }
.feature-list { display: flex; flex-direction: column; gap: 28px; }
@media (max-width: 760px) { .feature-row { grid-template-columns: 1fr; } .feature-row:nth-child(even) .feature-visual { order: 0; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.info-card { padding: 24px; }
.info-card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--gold); }
.info-card p { color: var(--text-dim); font-size: 0.95rem; }
.info-card a:hover { color: var(--emerald); }
.form { display: grid; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 0.85rem; color: var(--text-dim); }
.field input, .field textarea {
  background: var(--bg-3); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 14px 16px; color: var(--text); font-family: inherit; font-size: 0.95rem;
  transition: border-color 0.3s, background 0.3s; cursor: none;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: var(--bg-2); }
.field.invalid input, .field.invalid textarea { border-color: #e0656a; }
.form-note { font-size: 0.85rem; color: var(--text-faint); }
.form-status { font-size: 0.92rem; color: var(--emerald); min-height: 20px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Media gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery .tile { aspect-ratio: 4/3; border-radius: var(--radius-sm); border: 1px solid var(--border); position: relative; overflow: hidden; display: grid; place-items: end start; padding: 16px; background: var(--bg-3); }
.gallery .tile .tile-img { position: absolute; inset: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; z-index: 0; transition: transform 0.7s var(--ease); }
.gallery .tile span { font-size: 0.9rem; font-weight: 600; position: relative; z-index: 2; }
.gallery .tile::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,10,16,0) 35%, rgba(7,10,16,0.85)); }
.gallery .tile:hover { border-color: var(--gold); }
.gallery .tile:hover .tile-img { transform: scale(1.07); }
/* Media-center tiles: show full image without crop */
.media-tile .tile-img { -o-object-fit: cover !important; object-fit: cover !important; -o-object-position: top center !important; object-position: top center !important; }
.media-tile:hover .tile-img { transform: scale(1.03) !important; }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 3D society showcase ---------- */
.showcase {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border);
  background: radial-gradient(120% 120% at 50% 0%, #0d1320, #060910 70%);
  min-height: 540px;
}
.showcase-canvas { position: absolute; inset: 0; }
.showcase-overlay {
  position: relative; z-index: 1; padding: clamp(26px, 4vw, 46px);
  max-width: 460px; pointer-events: none;
}
.showcase-overlay .btn { pointer-events: auto; }
.showcase-legend {
  position: absolute; bottom: 18px; right: 18px; z-index: 1;
  display: flex; flex-wrap: nowrap; gap: 8px 16px; max-width: none; justify-content: flex-end;
  pointer-events: none;
}
.showcase-legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 0.8rem; color: var(--text-dim); }
.showcase-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
@media (max-width: 760px) { .showcase { min-height: 420px; } .showcase-legend { display: none; } }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin-inline: auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); overflow: hidden; transition: border-color 0.3s; }
.faq-item[open] { border-color: var(--border-strong); }
.faq-item summary {
  list-style: none; cursor: none; padding: 20px 22px; font-family: var(--font-display);
  font-weight: 600; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 1.4rem; transition: transform 0.3s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 22px; color: var(--text-dim); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; padding-block: clamp(40px, 6vw, 80px); }
.cta-band .glass { padding: clamp(36px, 6vw, 70px); }
.cta-band h2 { margin-bottom: 18px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--border); padding-block: 60px 30px; margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 44px; }
.footer h4 { font-family: var(--font-display); font-size: 0.95rem; margin-bottom: 16px; color: var(--text); }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer a { color: var(--text-dim); font-size: 0.92rem; transition: color 0.3s; }
.footer a:hover { color: var(--gold); }
.footer .brand { margin-bottom: 14px; }
.footer .about { color: var(--text-dim); font-size: 0.92rem; max-width: 34ch; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--text-faint); font-size: 0.85rem; flex-wrap: wrap; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border); display: grid; place-items: center; color: var(--text-dim); transition: all 0.3s; }
.socials a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }

/* ---------- Page-load overlay ---------- */
.loader {
  position: fixed; inset: 0; z-index: 9000; background: var(--bg);
  display: grid; place-items: center; transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.loader.done { opacity: 0; visibility: hidden; }
.loader .l-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: 0.04em; }
.loader .l-bar { width: 200px; height: 2px; background: var(--border); margin-top: 18px; overflow: hidden; border-radius: 2px; }
.loader .l-bar i { display: block; height: 100%; background: var(--grad-accent); transition: width 0.3s linear; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue .line { animation: none; }
  body { animation: none; }
  * { scroll-behavior: auto !important; }
}
/* ================================================================
   Vision & Mission Slider  (prefix: v- / vision-)
   ================================================================ */

/* Section shell — margin adds spacing without stealing height from the fixed 68vh slider */
.vision-section { padding-block: 0; margin-block: 80px; }
@media (min-width: 1024px) {
  .vision-section { min-height: 640px; max-height: 760px; height: 68vh; }
  .vision-section > .wrap { height: 100%; display: flex; align-items: stretch; }
}

/* Two-column grid */
.vision-grid {
  display: grid;
  grid-template-columns: 8fr 7fr;
  gap: 0; width: 100%; align-items: stretch;
}
@media (max-width: 767px) {
  .vision-grid { grid-template-columns: 1fr; }
  .vision-section { height: auto; padding-block: clamp(40px, 7vw, 80px); }
}

/* Image column */
.vision-image-col {
  position: relative; overflow: visible;
  min-width: 0;
}
@media (max-width: 767px) { .vision-image-col { aspect-ratio: 16 / 9; } }
.vision-image-swiper { width: 100%; height: 100%; min-height: 360px; }
.vision-image-swiper .swiper-slide { width: 100%; height: 100%; }

/* Notch clip-path — bottom-right corner cut, matching reference screenshot */
.v-image-mask {
  position: relative;
  width: 100%; height: 100%;
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 58%,
    58% 100%,
    0 100%
  );
}
@media (max-width: 767px) {
  .v-image-mask {
    border-radius: var(--radius) var(--radius) 0 0;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 85%,
      85% 100%,
      0 100%
    );
  }
}
.v-slide-img { -o-object-fit: cover; object-fit: cover; transition: transform 2.4s var(--ease); }
.vision-image-swiper .swiper-slide-active .v-slide-img { transform: scale(1.04); }
.v-image-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(120deg, rgba(7,10,16,0.55) 0%, transparent 60%),
    linear-gradient(0deg, rgba(7,10,16,0.45) 0%, transparent 50%);
}

/* Content column */
.vision-content-col {
  display: flex; flex-direction: column; justify-content: center;
  background: var(--bg-2);
  border: 1px solid var(--border); border-left: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  padding: clamp(30px,5vw,60px) clamp(24px,4vw,52px);
  gap: 28px;
  min-width: 0;
}
@media (max-width: 767px) {
  .vision-content-col {
    border-left: 1px solid var(--border); border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 32px 24px; gap: 22px;
  }
}

.vision-content-swiper { width: 100%; flex: 1; min-height: 0; }
.vision-content-swiper .swiper-wrapper { align-items: stretch; }
.vision-content-swiper .swiper-slide {
  display: flex; flex-direction: column; justify-content: center;
  gap: 20px; height: auto;
  opacity: 0 !important;
  transition: opacity 0.6s var(--ease) !important;
}
.vision-content-swiper .swiper-slide-active { opacity: 1 !important; }

/* Eyebrow reveal */
.v-eyebrow-mask { overflow: hidden; }
.v-eyebrow-logo-row { display: flex; align-items: center; gap: 10px; }
.v-eyebrow-logo { width: 28px; height: 28px; -o-object-fit: contain; object-fit: contain; flex-shrink: 0; filter: brightness(0) invert(1) opacity(0.9); }
.v-eyebrow-no-bar::before { display: none; }

/* Text reveal */
.v-text-mask { overflow: hidden; }
.v-text-block { display: flex; flex-direction: column; gap: 12px; }
.v-heading { color: var(--text); line-height: 1.15; }
.v-body { max-width: 52ch; font-size: clamp(0.98rem, 1.4vw, 1.12rem); color: var(--text-dim); }

/* Feature cards — icon + centred text, dividers between columns */
.v-cards-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
@media (max-width: 639px) {
  .v-cards-row { grid-template-columns: repeat(2, 1fr); }
  .v-cards-row .v-feature-card:last-child { grid-column: 1 / -1; }
}
.v-feature-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 14px 12px;
  border-right: 1px solid var(--border);
}
.v-feature-card:last-child { border-right: none; }
.v-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(212, 175, 106, 0.08);
  display: grid; place-items: center;
  margin-bottom: 10px;
  color: var(--gold);
}
.v-feature-card p { font-size: 0.82rem; line-height: 1.45; color: var(--text-dim); }

/* Controls bar */
.v-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.v-nav-buttons { display: flex; gap: 10px; align-items: center; }
.v-nav-btn {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: none; border: none; padding: 0; cursor: none;
  color: var(--text-dim);
  transition: color 0.3s var(--ease), transform 0.3s var(--ease);
}
.v-nav-btn:hover { color: var(--gold); transform: scale(1.1); }
.v-nav-btn:active { transform: scale(0.96); }
.v-nav-svg { width: 46px; height: 46px; }

.v-controls-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

/* Countdown pagination */
.vision-pagination {
  display: flex; gap: 8px; align-items: center;
  position: static; width: auto; bottom: auto;
}
.vision-pagination .swiper-pagination-bullet {
  opacity: 1; background: transparent; margin: 0; width: 20px; height: 20px;
}
.v-dot {
  position: relative; width: 20px; height: 20px;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
.v-dot-fill {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--text-faint); flex-shrink: 0; z-index: 1;
  transition: background 0.3s, transform 0.3s;
}
.swiper-pagination-bullet-active .v-dot-fill { background: var(--gold); transform: scale(1.15); }
.v-dot-ring {
  position: absolute; inset: 0; width: 100%; height: 100%;
  transform: rotate(-90deg); pointer-events: none;
}
.v-dot-ring circle {
  fill: none; stroke: var(--gold); stroke-width: 4;
  stroke-linecap: round; opacity: 0; transition: opacity 0.3s;
}
.swiper-pagination-bullet-active .v-dot-ring circle { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .v-slide-img { transition: none; }
  .v-dot-ring circle, .v-dot-fill { transition: none; }
}

/* ================================================================
   DESIGN SYSTEM v2 — Modern Enhancements
   Gradient borders · shine buttons · numbered badges · tags
   Partner layout · Values grid · Connectivity cards · Enhanced CTA
   Full responsive coverage for all breakpoints
   ================================================================ */

/* ---------- Card — gradient top-border reveal on hover ---------- */
.card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s var(--ease);
  border-radius: 0;
}
.card:hover::after { transform: scaleX(1); }

/* ---------- Button shine effect ---------- */
.btn-primary { overflow: hidden; }
.btn-primary::after {
  content: '';
  position: absolute;
  top: -50%; left: -100%;
  width: 50%; height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-15deg);
  transition: left 0.65s var(--ease);
  pointer-events: none;
}
.btn-primary:hover::after { left: 170%; }

/* Ghost button — gold border glow on hover */
.btn-ghost:hover { box-shadow: 0 0 22px -8px rgba(212,175,106,0.35); }

/* ---------- Tag / chip ---------- */
.tag {
  display: inline-flex; align-items: center;
  font-size: 0.77rem; font-weight: 600; letter-spacing: 0.045em;
  padding: 4px 12px; border-radius: 100px;
  border: 1px solid rgba(212, 175, 106, 0.25);
  color: var(--gold); background: rgba(212, 175, 106, 0.06);
  white-space: nowrap;
}

/* ---------- Decorative grid pattern ---------- */
.deco-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* ================================================================
   CORPORATE PAGE — Page Header
   ================================================================ */
.corp-head { position: relative; overflow: hidden; }
.corp-head-inner { position: relative; z-index: 1; max-width: 820px; }

.corp-head-deco {
  position: absolute;
  right: -2%; top: 50%; transform: translateY(-50%);
  width: 42%; height: 130%;
  pointer-events: none; overflow: hidden;
}
.corp-head-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.7) 60%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.7) 60%);
  opacity: 0.8;
}
.corp-head-dots {
  position: absolute;
  top: 28%; right: 12%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px; opacity: 0.35;
}
.corp-head-dots span {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); display: block;
}

@media (max-width: 820px) {
  .corp-head-deco { display: none; }
}

/* ================================================================
   CORPORATE PAGE — Managing Partner
   ================================================================ */
.partner-section { padding-block: clamp(40px, 6vw, 80px); }
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.partner-image-wrap { position: relative; }
.partner-image-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4 / 5;
  background: var(--bg-3);
}
.partner-img {
  width: 100%; height: 100%;
  -o-object-fit: cover;
     object-fit: cover; -o-object-position: center top; object-position: center top;
  display: block;
  filter: grayscale(0.08) contrast(1.04);
  transition: transform 0.8s var(--ease);
}
.partner-image-frame:hover .partner-img { transform: scale(1.03); }
.partner-img-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(7,10,16,0.62) 0%, rgba(7,10,16,0) 50%);
  pointer-events: none;
}
/* Gold corner brackets */
.partner-image-frame::before {
  content: '';
  position: absolute; top: 14px; left: 14px;
  width: 34px; height: 34px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  z-index: 2; pointer-events: none; opacity: 0.65;
}
.partner-image-frame::after {
  content: '';
  position: absolute; bottom: 14px; right: 14px;
  width: 34px; height: 34px;
  border-bottom: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  z-index: 2; pointer-events: none; opacity: 0.65;
}

.partner-content { display: flex; flex-direction: column; gap: 26px; }
.partner-quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 8rem; line-height: 0.5;
  color: var(--gold); opacity: 0.18;
  display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.partner-body {
  display: flex; flex-direction: column; gap: 18px;
  color: var(--text-dim);
  font-size: clamp(0.96rem, 1.4vw, 1.06rem);
  line-height: 1.82;
}
.partner-sig { display: flex; align-items: center; gap: 22px; padding-top: 4px; }
.partner-sig-line {
  width: 46px; height: 2px;
  background: var(--grad-accent);
  border-radius: 2px; flex-shrink: 0;
}
.partner-name {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 700;
  margin-bottom: 5px; letter-spacing: -0.01em;
}

@media (max-width: 840px) {
  .partner-grid { grid-template-columns: 1fr; gap: 40px; }
  .partner-image-frame { aspect-ratio: 16 / 9; }
  .partner-quote-mark { font-size: 5rem; }
}

/* ================================================================
   CORPORATE PAGE — Core Values
   ================================================================ */
.values-section { padding-block: clamp(40px, 6vw, 80px); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-card { padding: 32px 30px; }

@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }

/* ================================================================
   CORPORATE PAGE — Connectivity
   ================================================================ */
.connectivity-section { padding-block: clamp(40px, 6vw, 80px); }
.connectivity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.connectivity-card { padding: 38px 36px; }
.conn-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: rgba(212, 175, 106, 0.08);
  border: 1px solid rgba(212, 175, 106, 0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: background 0.3s, border-color 0.3s;
}
.connectivity-card:hover .conn-icon {
  background: rgba(212, 175, 106, 0.13);
  border-color: rgba(212, 175, 106, 0.35);
}
.connectivity-card h3 {
  font-size: 1.22rem; font-family: var(--font-display);
  font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em;
}
.connectivity-card > p {
  color: var(--text-dim); font-size: 0.96rem; line-height: 1.72;
}
.conn-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.conn-tag {
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 4px 12px; border-radius: 100px;
  border: 1px solid rgba(212, 175, 106, 0.25);
  color: var(--gold); background: rgba(212, 175, 106, 0.05);
  transition: background 0.25s, border-color 0.25s;
}
.conn-tag:hover { background: rgba(212, 175, 106, 0.1); border-color: rgba(212, 175, 106, 0.4); }

@media (max-width: 700px) { .connectivity-grid { grid-template-columns: 1fr; } }

/* ================================================================
   ENHANCED CTA BAND
   ================================================================ */
.cta-enhanced {
  position: relative; overflow: hidden;
  padding: clamp(50px, 8vw, 96px) clamp(28px, 6vw, 72px);
  text-align: center;
}
.cta-enhanced h2 { margin-bottom: 18px; }
.cta-enhanced .lead { margin: 0 auto 34px; max-width: 52ch; }
.cta-enhanced .hero-actions { justify-content: center; }
.cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 620px; height: 320px;
  background: radial-gradient(ellipse, rgba(212,175,106,0.11) 0%, rgba(47,216,168,0.06) 50%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.cta-enhanced > * { position: relative; z-index: 1; }

/* ================================================================
   CORPORATE PAGE — Team Section
   ================================================================ */
.team-section { padding-block: clamp(60px, 10vw, 80px); }

/* Team intro paragraph under the section head */
.team-intro {
  max-width: 72ch;
  color: var(--text-dim);
  font-size: clamp(0.96rem, 1.4vw, 1.06rem);
  line-height: 1.8;
  margin-top: 14px;
}

/* Grid — 3 col → 2 col → 1 col */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }

/* Card — extends .card but zero padding so photo is edge-to-edge */
.team-card { padding: 0; overflow: hidden; }

/* Photo wrapper keeps a fixed aspect ratio; children stack absolutely */
.team-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

/* Avatar placeholder — always underneath the photo (z-index 0) */
.team-avatar-placeholder {
  position: absolute; inset: 0; z-index: 0;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--bg-3), var(--bg));
}
.team-initials {
  font-family: var(--font-display);
  font-size: 3.2rem; font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--grad-accent);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  opacity: 0.55;
}

/* Photo sits above placeholder (z-index 1) and zooms on card hover */
.team-photo {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  -o-object-fit: cover;
     object-fit: cover; -o-object-position: center top; object-position: center top;
  display: block;
  transition: transform 0.7s var(--ease);
  filter: grayscale(0.08) contrast(1.03);
}
.team-card:hover .team-photo { transform: scale(1.05); }

/* Gradient overlay fading photo into card bg at the bottom (above photo) */
.team-photo-wrap::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  height: 45%;
  background: linear-gradient(0deg, var(--bg-2) 0%, rgba(10,14,22,0) 100%);
  pointer-events: none;
}

/* Info block */
.team-info {
  padding: 22px 26px 28px;
  position: relative; z-index: 1;
}
.team-name {
  font-family: var(--font-display);
  font-size: 1.12rem; font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.team-role {
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); opacity: 0.85;
}

/* ================================================================
   GLOBAL — Additional responsive polish
   ================================================================ */

/* Corporate page — tighter section heads */
.values-section .section-head,
.connectivity-section .section-head {
  margin-bottom: 36px;
}
/* Tighter gutter on very small screens */
@media (max-width: 400px) {
  :root { --gutter: 16px; }
  .btn { padding: 12px 20px; font-size: 0.88rem; }
  .card { padding: 22px 18px; }
}

/* Stats grid: 2-col on tablets */
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stat { padding: 22px 18px; }
}

/* Section head on mobile */
@media (max-width: 600px) {
  .section-head { margin-bottom: 36px; }
}

/* Master plan layout — single col on tablet */
@media (max-width: 768px) {
  .mp-layout { grid-template-columns: 1fr; }
  .mp-canvas-wrap { min-height: 340px; }
}

/* Contact grid — single col earlier */
@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* Gallery — 1-col on very small */
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
}

/* Feature rows on mobile */
@media (max-width: 640px) {
  .feature-row { gap: 24px; }
  .feature-visual { aspect-ratio: 16/9; }
}

/* Footer — 2-col earlier */
@media (max-width: 680px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

/* Mobile nav sizing */
@media (max-width: 400px) {
  .mobile-menu a { font-size: 1.35rem; }
}

/* CTA band on mobile */
@media (max-width: 560px) {
  .cta-band .hero-actions { flex-direction: column; align-items: stretch; }
  .cta-band .btn { justify-content: center; }
  .cta-enhanced { padding: 40px 22px; }
}

/* Vision slider — min-height on mobile */
@media (max-width: 767px) {
  .vision-section { overflow: hidden; }
  .vision-grid { overflow: hidden; }
  .v-controls { justify-content: center; flex-direction: column; gap: 18px; align-items: center; }
  .v-controls-row { justify-content: center; }
}
@media (max-width: 479px) {
  .vision-image-swiper { min-height: 220px; }
  .v-cards-row { grid-template-columns: 1fr; }
  .v-cards-row .v-feature-card:last-child { grid-column: auto; }
  .v-feature-card { border-right: none; border-bottom: 1px solid var(--border); }
  .v-feature-card:last-child { border-bottom: none; }
  .v-body { font-size: 0.95rem; }
}

/* ================================================================
   AMENITIES SCROLL — GSAP image-wipe + parallax rows
   ================================================================ */
.am-scroll {
  padding-block: clamp(40px, 6vw, 80px);
}

/* Each row: two equal columns */
.am-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(36px, 5vw, 64px);
  border-top: 1px solid var(--border);
}
.am-row:last-child { border-bottom: 1px solid var(--border); }

/* Reverse: image goes to the right (content left) */
.am-row--reverse .am-img-wrap { order: 2; }
.am-row--reverse .am-content  { order: 1; }

/* ── Image ──────────────────────────────────────────────────── */
.am-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  aspect-ratio: 4 / 3;
  background: var(--bg-3);
}

/* Image itself — slightly oversized for parallax room */
.am-img {
  width: 100%;
  height: 112%;            /* extra height so GSAP parallax doesn't expose edges */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  will-change: transform, opacity;
  margin-top: -6%;          /* center the over-tall image initially */
}

/* Wipe overlay — covers image before reveal; GSAP shrinks scaleX 1→0 */
.am-reveal-bar {
  position: absolute;
  inset: 0;
  background: var(--surface-2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform-origin: left center;
  z-index: 2;
  pointer-events: none;
}
.am-row--reverse .am-reveal-bar {
  transform-origin: right center;
}

/* ── Content ────────────────────────────────────────────────── */
.am-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(16px, 3vw, 32px) 0;
}

/* Gold accent line above eyebrow */
.am-line {
  width: 48px; height: 2px;
  background: var(--grad-accent);
  border-radius: 2px;
  transform-origin: left center;
  flex-shrink: 0;
}

.am-eyebrow { display: block; }

.am-heading {
  margin: 0;
  line-height: 1.12;
  color: var(--text);
}

.am-body {
  color: var(--text-dim);
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.78;
  max-width: 48ch;
  margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 840px) {
  .am-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  /* Always: image on top, text below */
  .am-row--reverse .am-img-wrap { order: 0; }
  .am-row--reverse .am-content  { order: 0; }
  .am-img-wrap { aspect-ratio: 16 / 9; }
  .am-img { height: 108%; margin-top: -4%; }
  .am-content { padding: 8px 0; gap: 14px; }
  .am-body { max-width: none; }
}

/* ================================================================
   MEDIA GALLERY — tile hover + lightbox
   ================================================================ */

/* Tile button reset */
.media-tile {
  all: unset;
  cursor: pointer;
  display: block;
  position: relative;
}

/* Expand icon overlay on hover */
.media-tile-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  background: rgba(7, 10, 16, 0.55);
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
  border-radius: var(--radius);
}
.media-tile:hover .media-tile-overlay,
.media-tile:focus-visible .media-tile-overlay { opacity: 1; }
.media-tile:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: var(--radius); }

/* ── Backdrop ─────────────────────────────────────────────── */
.lb-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(4, 6, 12, 0.92);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 20px;
  animation: lbFadeIn 0.25s var(--ease) both;
}
@keyframes lbFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Dialog box ───────────────────────────────────────────── */
.lb-dialog {
  position: relative;
  width: 100%;
  max-width: 1000px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: lbSlideUp 0.3s var(--ease) both;
}
@keyframes lbSlideUp {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── Image area ───────────────────────────────────────────── */
.lb-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--bg-3);
}
.lb-img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* ── Caption bar ──────────────────────────────────────────── */
.lb-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  background: var(--bg-2);
}
.lb-label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
.lb-count {
  font-size: 0.82rem;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}

/* ── Close button ─────────────────────────────────────────── */
.lb-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(7, 10, 16, 0.7);
  backdrop-filter: blur(6px);
  color: var(--text-dim);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, transform 0.2s;
}
.lb-close:hover { color: var(--gold); border-color: var(--gold); transform: scale(1.08); }

/* ── Prev / Next nav ──────────────────────────────────────── */
.lb-nav {
  position: absolute;
  top: calc(50% - 30px); /* center on image, not whole dialog */
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(7, 10, 16, 0.7);
  backdrop-filter: blur(6px);
  color: var(--text-dim);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, transform 0.2s;
}
.lb-nav:hover { color: var(--gold); border-color: var(--gold); transform: scale(1.1); }
.lb-prev { left: 14px; }
.lb-next { right: 14px; }

/* ── Dot indicators ───────────────────────────────────────── */
.lb-dots {
  position: absolute;
  bottom: 62px; /* above the caption */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.lb-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  padding: 0;
}
.lb-dot--active {
  background: var(--gold);
  transform: scale(1.3);
}

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 600px) {
  .lb-dialog { border-radius: var(--radius-sm); }
  .lb-img-wrap { aspect-ratio: 4 / 3; }
  .lb-nav { width: 40px; height: 40px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-caption { padding: 12px 16px; }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.jsx","import":"Sora","arguments":[{"subsets":["latin"],"variable":"--font-sora","weight":["300","400","600","700","800"],"display":"swap"}],"variableName":"sora"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/1d4eaed977255102-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Sora_54b99f';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/f3f7e95f2dbc4fe4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Sora_Fallback_54b99f';src: local("Arial");ascent-override: 85.29%;descent-override: 25.50%;line-gap-override: 0.00%;size-adjust: 113.73%
}.__className_54b99f {font-family: '__Sora_54b99f', '__Sora_Fallback_54b99f';font-style: normal
}.__variable_54b99f {--font-sora: '__Sora_54b99f', '__Sora_Fallback_54b99f'
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.jsx","import":"Inter","arguments":[{"subsets":["latin"],"variable":"--font-inter","weight":["300","400","500","600"],"display":"swap"}],"variableName":"inter"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_0fc2d1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_0fc2d1';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_0fc2d1 {font-family: '__Inter_0fc2d1', '__Inter_Fallback_0fc2d1';font-style: normal
}.__variable_0fc2d1 {--font-inter: '__Inter_0fc2d1', '__Inter_Fallback_0fc2d1'
}

