@font-face {
  font-family: "Cairo";
  src: url("assets/fonts/cairo-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Cairo";
  src: url("assets/fonts/cairo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212;
}

:root {
  --ink: #0a1922;
  --navy: #081823;
  --navy-soft: #102a35;
  --navy-card: #0d222d;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --gold: #c8a45c;
  --gold-light: #e1c57f;
  --green: #758b65;
  --muted: #6d736f;
  --line: rgba(10, 25, 34, 0.14);
  --line-light: rgba(255, 255, 255, 0.15);
  --shadow: 0 28px 70px rgba(2, 12, 18, 0.18);
  --container: 1220px;
  --radius: 3px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  background: var(--navy);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Cairo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { border: 0; }
svg { display: block; }

::selection { color: var(--navy); background: var(--gold-light); }

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  inset: 14px auto auto 14px;
  z-index: 10000;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--gold-light);
  transform: translateY(-150%);
  transition: transform .2s;
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section { padding-block: clamp(82px, 9vw, 140px); }
.section-cream { background: var(--cream); }
.section-navy { color: #fff; background: var(--navy); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8b6e32;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  direction: ltr;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light { color: var(--gold-light); }

.section-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 82px);
}

.section-heading h2,
.center-heading h2,
.split-content h2,
.contact-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.14;
}

.section-heading p,
.center-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 2;
}

.section-heading-light p { color: rgba(255,255,255,.66); }

.center-heading {
  max-width: 720px;
  margin: 0 auto clamp(50px, 7vw, 82px);
  text-align: center;
}

.center-heading .eyebrow { justify-content: center; }
.center-heading p { margin: 20px auto 0; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, transform .35s;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(8, 24, 35, .94);
  border-bottom-color: rgba(255,255,255,.1);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 44px;
  align-items: center;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: max-content;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gold-light);
  transform: rotate(45deg);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  position: absolute;
  display: block;
  background: var(--gold-light);
  content: "";
}

.brand-mark::before { width: 19px; height: 1px; }
.brand-mark::after { width: 1px; height: 19px; }
.brand-mark span { width: 7px; height: 7px; border-radius: 50%; }

.brand-name {
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.25;
}

.brand-name small {
  display: block;
  margin-top: 3px;
  color: var(--gold-light);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .18em;
  direction: ltr;
}

.primary-nav {
  display: flex;
  gap: clamp(18px, 2.3vw, 34px);
  justify-content: center;
  align-items: center;
}

.primary-nav a {
  position: relative;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color .25s;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transition: width .3s var(--ease);
}

.primary-nav a:hover { color: #fff; }
.primary-nav a:hover::after,
.primary-nav a.active::after { width: 100%; }

.nav-cta {
  padding: 10px 23px;
  color: var(--navy);
  background: var(--gold-light);
  font-size: .84rem;
  font-weight: 800;
  transition: background .25s, transform .25s;
}

.nav-cta:hover { background: #f0d691; transform: translateY(-2px); }
.menu-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  height: max(760px, 100svh);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("assets/images/hero-market.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  animation: heroZoom 12s var(--ease) both;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,15,22,.26) 0%, rgba(4,15,22,.5) 43%, rgba(4,15,22,.96) 100%),
    linear-gradient(0deg, rgba(4,15,22,.8) 0%, transparent 38%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 70%, rgba(200,164,92,.09) 70% 70.1%, transparent 70.1%);
  content: "";
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  padding-top: 94px;
}

.hero-content { max-width: 830px; }

.hero h1 {
  margin: 24px 0 26px;
  font-size: clamp(3.3rem, 6.7vw, 6.8rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.09;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--gold-light);
  font-style: normal;
  font-weight: 500;
}

.hero-content > p {
  max-width: 720px;
  margin: 0 0 38px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  line-height: 2;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 28px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .91rem;
  font-weight: 800;
  transition: color .3s, background .3s, border-color .3s, transform .3s;
}

.button svg,
.text-link svg,
.category-card a svg,
.footer-bottom svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s;
}

.button:hover { transform: translateY(-3px); }
.button:hover svg,
.text-link:hover svg,
.category-card a:hover svg { transform: translateX(-5px); }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-gold:hover { background: #f3d890; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(5,20,28,.15); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--navy-soft); }

.hero-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-note .note-line { display: block; width: 1px; height: 80px; background: var(--gold-light); }
.hero-note p { margin: 0; color: rgba(255,255,255,.67); font-size: .76rem; line-height: 1.8; }

.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.58);
  font-size: .7rem;
  letter-spacing: .04em;
  transform: translateX(-50%);
}

.scroll-cue span { position: relative; width: 20px; height: 31px; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; }
.scroll-cue span::before { position: absolute; top: 6px; left: 50%; width: 3px; height: 6px; border-radius: 3px; background: var(--gold-light); content: ""; animation: scrollDot 1.8s infinite; }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }

.value-card {
  position: relative;
  min-height: 360px;
  padding: 44px clamp(26px, 3vw, 44px);
  border-inline-start: 1px solid var(--line);
  overflow: hidden;
  transition: color .45s, background .45s;
}

.value-card:last-child { border-inline-end: 1px solid var(--line); }
.value-card::before { position: absolute; right: 0; bottom: 0; width: 100%; height: 0; background: var(--navy); content: ""; transition: height .55s var(--ease); }
.value-card > * { position: relative; z-index: 1; }
.value-card:hover { color: #fff; }
.value-card:hover::before { height: 100%; }

.card-index { float: left; color: #9c927e; font-size: .7rem; letter-spacing: .15em; direction: ltr; }
.line-icon { width: 48px; height: 48px; margin: 32px 0 44px; fill: none; stroke: var(--gold); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 0 0 14px; font-size: 1.5rem; }
.value-card p { margin: 0; color: var(--muted); line-height: 2; transition: color .4s; }
.value-card:hover p { color: rgba(255,255,255,.68); }

/* Competition */
.competition { color: #fff; background: var(--navy-soft); }
.split-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: clamp(55px, 8vw, 112px); align-items: center; }
.feature-image { position: relative; margin: 0; }
.feature-image::before { position: absolute; z-index: 0; inset: 28px -28px -28px 28px; border: 1px solid rgba(225,197,127,.45); content: ""; }
.feature-image img { position: relative; z-index: 1; width: 100%; min-height: 470px; object-fit: cover; box-shadow: var(--shadow); }
.feature-image figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; padding: 10px 16px; color: rgba(255,255,255,.68); background: rgba(8,24,35,.84); font-size: .68rem; backdrop-filter: blur(8px); }
.feature-image figcaption span { margin-inline-end: 8px; color: var(--gold-light); }

.split-content h2 { margin-bottom: 26px; }
.split-content p { margin: 0 0 18px; color: rgba(255,255,255,.62); line-height: 2; }
.split-content .lead { color: rgba(255,255,255,.9); font-size: clamp(1.06rem, 1.6vw, 1.25rem); }

.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0; border-block: 1px solid var(--line-light); }
.mini-stats div { padding: 22px 10px; text-align: center; border-inline-start: 1px solid var(--line-light); }
.mini-stats div:last-child { border-inline-end: 1px solid var(--line-light); }
.mini-stats dt { color: var(--gold-light); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 700; line-height: 1.2; direction: ltr; }
.mini-stats dt sup { font-size: .46em; }
.mini-stats dd { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: .75rem; }

.text-link { display: inline-flex; gap: 13px; align-items: center; padding-bottom: 7px; color: var(--gold-light); border-bottom: 1px solid rgba(225,197,127,.35); font-size: .88rem; font-weight: 700; }

/* Categories */
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: category; }
.category-card { position: relative; display: flex; min-height: 420px; padding: clamp(30px, 3vw, 44px); flex-direction: column; border: 1px solid rgba(255,255,255,.12); overflow: hidden; background: rgba(255,255,255,.025); transition: background .35s, border-color .35s, transform .35s; }
.category-card::before { position: absolute; top: -120px; left: -120px; width: 240px; height: 240px; border: 1px solid rgba(225,197,127,.12); border-radius: 50%; content: ""; transition: transform .7s var(--ease); }
.category-card:hover { border-color: rgba(225,197,127,.62); background: var(--navy-card); transform: translateY(-9px); }
.category-card:hover::before { transform: scale(1.5); }
.category-top { display: flex; align-items: flex-start; justify-content: space-between; }
.category-top .line-icon { margin: 0 0 54px; }
.category-top > span { color: rgba(255,255,255,.35); font-size: .7rem; letter-spacing: .18em; direction: ltr; }
.category-card h3 { margin: 0 0 18px; font-size: clamp(1.35rem, 2.1vw, 1.8rem); }
.category-card p { margin: 0 0 32px; color: rgba(255,255,255,.58); line-height: 2; }
.category-card a { display: inline-flex; gap: 10px; align-items: center; width: max-content; margin-top: auto; color: var(--gold-light); font-size: .83rem; font-weight: 700; }
.category-card a svg { width: 17px; height: 17px; }

/* Fields */
.fields-section { border-bottom: 1px solid var(--line); }
.fields-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.field-card { border-bottom: 1px solid var(--line); border-inline-start: 1px solid var(--line); transition: background .3s; }
.field-card:nth-child(3n) { border-inline-end: 1px solid var(--line); }
.field-card[open] { background: var(--paper); }
.field-card summary { display: grid; min-height: 84px; padding: 20px 24px; grid-template-columns: 36px 1fr 18px; gap: 12px; align-items: center; cursor: pointer; font-weight: 700; list-style: none; }
.field-card summary::-webkit-details-marker { display: none; }
.field-card summary span { color: #9b8d72; font-size: .68rem; font-weight: 600; direction: ltr; }
.field-card summary::after { width: 8px; height: 8px; border-bottom: 1px solid currentColor; border-left: 1px solid currentColor; content: ""; transform: rotate(-45deg); transition: transform .25s; }
.field-card[open] summary::after { transform: rotate(135deg); }
.field-card p { margin: -4px 72px 24px 24px; color: var(--muted); font-size: .88rem; line-height: 1.9; }

/* Statistics */
.stats-band { position: relative; padding-block: 76px; color: #fff; background: #142c35; overflow: hidden; }
.stats-band::before { position: absolute; inset: 0; opacity: .11; background-image: url("assets/images/hero-market.jpg"); background-position: center; background-size: cover; content: ""; filter: grayscale(1); }
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: grid; padding: 5px 28px; grid-template-columns: auto 1fr; column-gap: 20px; align-items: center; border-inline-start: 1px solid rgba(255,255,255,.16); }
.stat:last-child { border-inline-end: 1px solid rgba(255,255,255,.16); }
.stat > svg { width: 33px; height: 33px; grid-row: 1 / 3; color: var(--gold-light); fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.stat strong { color: #fff; font-size: clamp(1.75rem, 3.2vw, 3rem); font-weight: 600; line-height: 1.1; direction: ltr; text-align: right; }
.stat strong sup { color: var(--gold-light); font-size: .45em; }
.stat span { color: rgba(255,255,255,.55); font-size: .78rem; }

/* Gallery */
.gallery-section { color: #fff; background: #06131b; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; grid-auto-flow: dense; gap: 16px; }
.gallery-card { position: relative; grid-column: span 4; margin: 0; padding: 0; overflow: hidden; background: var(--navy-soft); cursor: zoom-in; text-align: right; }
.gallery-card.gallery-wide { grid-column: span 8; }
.gallery-card.gallery-tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .7s var(--ease), filter .5s; }
.gallery-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,22,.86) 0%, transparent 55%); content: ""; }
.gallery-card > span { position: absolute; z-index: 1; right: 25px; bottom: 20px; color: #fff; font-size: 1.15rem; font-weight: 700; }
.gallery-card small { display: block; margin-bottom: 1px; color: var(--gold-light); font-size: .61rem; font-weight: 700; letter-spacing: .18em; direction: ltr; }
.gallery-card:hover img { filter: saturate(1); transform: scale(1.055); }

.lightbox { width: min(1000px, calc(100% - 32px)); max-width: none; height: min(88svh, 800px); max-height: none; padding: 0; border: 0; color: #fff; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(2,10,14,.92); backdrop-filter: blur(8px); }
.lightbox figure { display: grid; width: 100%; height: 100%; margin: 0; grid-template-rows: 1fr auto; place-items: center; }
.lightbox img { max-width: 100%; max-height: calc(88svh - 55px); width: auto; height: auto; object-fit: contain; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.lightbox figcaption { padding-top: 14px; color: rgba(255,255,255,.76); font-size: .9rem; }
.lightbox-close { position: absolute; z-index: 2; top: -6px; left: -6px; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--navy); cursor: pointer; }
.lightbox-close svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }

/* Partners */
.partner-types { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.partner-type { display: grid; min-height: 190px; padding: 28px 20px; place-items: center; align-content: center; gap: 22px; text-align: center; border-inline-start: 1px solid var(--line); transition: color .3s, background .3s; }
.partner-type:last-child { border-inline-end: 1px solid var(--line); }
.partner-type:hover { color: #fff; background: var(--navy); }
.partner-type svg { width: 44px; height: 44px; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.partner-type span { font-size: .9rem; font-weight: 700; }

/* Annual book */
.annual-book { position: relative; color: #fff; background: #0c232d; overflow: hidden; }
.annual-book::before { position: absolute; inset: -20% auto -20% -12%; width: 50%; border: 1px solid rgba(225,197,127,.08); border-radius: 50%; content: ""; }
.annual-layout { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.book-visual { position: relative; padding: clamp(18px, 3vw, 36px); }
.book-frame { position: relative; z-index: 1; padding: 17px; background: #e8e2d8; box-shadow: 0 35px 90px rgba(0,0,0,.36); transform: rotate(-2.2deg); transition: transform .55s var(--ease); }
.book-frame::before { position: absolute; top: 4%; right: -12px; bottom: 4%; width: 12px; background: linear-gradient(90deg,#5f625e,#babbb6); content: ""; }
.book-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.book-visual:hover .book-frame { transform: rotate(0) translateY(-7px); }
.book-visual > span { position: relative; z-index: 2; display: block; width: max-content; margin: -15px auto 0; padding: 9px 16px; color: var(--navy); background: var(--gold-light); font-size: .7rem; font-weight: 700; }
.text-link-light { margin-top: 12px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(55px, 9vw, 130px); align-items: start; }
.contact-copy h2 { margin: 16px 0 26px; }
.contact-copy > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.contact-list { display: grid; gap: 20px; margin: 48px 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 17px; align-items: center; }
.contact-list svg { width: 40px; height: 40px; padding: 9px; color: var(--gold); border: 1px solid rgba(200,164,92,.45); fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-list span { font-weight: 700; }
.contact-list small { display: block; color: var(--muted); font-size: .7rem; font-weight: 500; }
.contact-list a { border-bottom: 1px solid var(--line); }

.contact-form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 60px rgba(9,25,34,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; color: #4d5757; font-size: .76rem; font-weight: 700; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid #b9bbb5; outline: 0; background: transparent; border-radius: 0; transition: border-color .25s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.form-footer { display: flex; gap: 20px; align-items: center; margin-top: 6px; }
.form-status { margin: 0; color: #4f6753; font-size: .76rem; }

/* Footer */
.site-footer { color: #fff; background: #040f15; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr 1.35fr; gap: 50px; align-items: center; padding-block: 65px; }
.brand-footer .brand-mark { width: 34px; height: 34px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.52); font-size: .83rem; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: flex-end; }
.footer-main nav a { color: rgba(255,255,255,.68); font-size: .78rem; transition: color .2s; }
.footer-main nav a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; padding-block: 20px; align-items: center; justify-content: space-between; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: flex; gap: 8px; align-items: center; }
.footer-bottom svg { width: 16px; height: 16px; }

/* Detail pages */
.detail-page { color: #fff; background: var(--navy); }
.detail-page .site-header { background: rgba(8,24,35,.94); border-bottom-color: rgba(255,255,255,.1); }
.detail-hero { position: relative; display: grid; min-height: 600px; padding-top: 120px; align-items: center; overflow: hidden; background: var(--navy); }
.detail-hero::before { position: absolute; inset: 0; opacity: .24; background-image: var(--detail-image, url("assets/images/hero-market.jpg")); background-position: center; background-size: cover; content: ""; filter: grayscale(.25); }
.detail-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,24,35,.45),rgba(8,24,35,.96) 72%); content: ""; }
.detail-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 28px; color: rgba(255,255,255,.5); font-size: .75rem; }
.breadcrumb a { color: var(--gold-light); }
.detail-hero h1 { max-width: 880px; margin: 16px 0 24px; font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.05em; line-height: 1.1; }
.detail-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 2; }
.detail-content { color: var(--ink); background: var(--cream); }
.detail-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.detail-intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.25; }
.detail-intro p { margin: 0 0 18px; color: var(--muted); line-height: 2.1; }
.detail-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.detail-list article { min-height: 200px; padding: 32px; border-bottom: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.detail-list article:nth-child(3n) { border-inline-end: 1px solid var(--line); }
.detail-list span { color: var(--gold); font-size: .7rem; direction: ltr; }
.detail-list h3 { margin: 24px 0 10px; font-size: 1.16rem; }
.detail-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.detail-cta { padding-block: 75px; color: #fff; background: var(--navy-soft); text-align: center; }
.detail-cta h2 { margin: 0 0 15px; font-size: clamp(2rem,4vw,3.2rem); }
.detail-cta p { margin: 0 auto 28px; color: rgba(255,255,255,.6); }

/* Animation */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.in-view { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.025); } }
@keyframes scrollDot { 0%,100% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 70% { opacity: 1; transform: translate(-50%,10px); } }

/* Responsive */
@media (max-width: 1080px) {
  .nav-wrap { grid-template-columns: auto 1fr auto; gap: 24px; }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: .78rem; }
  .nav-cta { display: none; }
  .split-layout { gap: 62px; }
  .fields-grid { grid-template-columns: repeat(2,1fr); }
  .field-card:nth-child(3n) { border-inline-end: 0; }
  .field-card:nth-child(2n) { border-inline-end: 1px solid var(--line); }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 45px 0; }
  .stat:nth-child(2) { border-inline-end: 1px solid rgba(255,255,255,.16); }
  .gallery-card { grid-column: span 6; }
  .gallery-card.gallery-wide { grid-column: span 6; }
  .detail-list { grid-template-columns: repeat(2,1fr); }
  .detail-list article:nth-child(3n) { border-inline-end: 0; }
  .detail-list article:nth-child(2n) { border-inline-end: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding-block: 86px; }
  .nav-wrap { display: flex; min-height: 76px; justify-content: space-between; }
  .menu-toggle { display: grid; width: 46px; height: 46px; padding: 12px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.22); background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; background: #fff; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: grid; max-height: 0; gap: 0; padding-inline: 17px; background: rgba(8,24,35,.98); overflow: hidden; visibility: hidden; transition: max-height .4s var(--ease), visibility .4s; }
  .primary-nav.is-open { max-height: calc(100svh - 76px); padding-block: 15px 28px; visibility: visible; border-top: 1px solid rgba(255,255,255,.08); }
  .primary-nav a { padding: 14px 8px; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav a::after { display: none; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-note { display: none; }
  .hero h1 { font-size: clamp(3.1rem, 12vw, 5.6rem); }
  .hero::before { background: linear-gradient(90deg,rgba(4,15,22,.55),rgba(4,15,22,.9) 78%),linear-gradient(0deg,rgba(4,15,22,.8),transparent 45%); }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .values-grid, .categories-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 300px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .split-layout, .annual-layout, .contact-layout, .detail-intro { grid-template-columns: 1fr; }
  .feature-image { margin-left: 20px; }
  .feature-image img { min-height: 360px; }
  .split-layout { gap: 78px; }
  .category-card { min-height: 360px; }
  .gallery-grid { grid-auto-rows: 240px; }
  .gallery-card, .gallery-card.gallery-wide { grid-column: span 6; }
  .partner-types { grid-template-columns: repeat(2,1fr); }
  .partner-type:nth-child(2) { border-inline-end: 1px solid var(--line); }
  .partner-type { border-bottom: 1px solid var(--line); }
  .contact-layout { gap: 55px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main nav { justify-content: flex-start; }
  .detail-intro { gap: 28px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 72px; }
  .brand-name { font-size: .92rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 680px; }
  .hero-media { background-position: 42% center; }
  .hero h1 { margin-block: 20px; font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-content > p { font-size: .93rem; line-height: 1.9; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .section-heading h2, .center-heading h2, .split-content h2, .contact-copy h2 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
  .feature-image img { min-height: 280px; }
  .feature-image::before { inset: 18px -18px -18px 18px; }
  .mini-stats { grid-template-columns: 1fr; }
  .mini-stats div { display: flex; padding: 15px 18px; align-items: center; justify-content: space-between; border-inline-end: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .mini-stats div:last-child { border-bottom: 0; }
  .mini-stats dd { margin: 0; }
  .fields-grid { grid-template-columns: 1fr; }
  .field-card, .field-card:nth-child(2n), .field-card:nth-child(3n) { border-inline-end: 1px solid var(--line); }
  .field-card p { margin-right: 72px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 38px 0; }
  .stat { display: flex; padding: 5px 12px; flex-direction: column; gap: 7px; text-align: center; }
  .stat:nth-child(2) { border-inline-end: 1px solid rgba(255,255,255,.16); }
  .stat strong { font-size: 1.7rem; text-align: center; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-card, .gallery-card.gallery-wide, .gallery-card.gallery-tall { grid-column: 1; grid-row: auto; }
  .gallery-card.gallery-tall { min-height: 430px; }
  .partner-types { grid-template-columns: 1fr 1fr; }
  .partner-type { min-height: 160px; padding: 22px 10px; }
  .partner-type svg { width: 36px; height: 36px; }
  .book-visual { padding: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .footer-bottom { gap: 12px; flex-direction: column; align-items: flex-start; }
  .detail-hero { min-height: 540px; }
  .detail-hero h1 { font-size: clamp(2.8rem,14vw,4.6rem); }
  .detail-list { grid-template-columns: 1fr; }
  .detail-list article, .detail-list article:nth-child(2n), .detail-list article:nth-child(3n) { border-inline-end: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
