/* ===========================================================================
   אלקטרה בצמרת מערב — cinematic editorial build
   Hebrew / RTL · dependency-free · reduced-motion safe
   =========================================================================== */

:root {
  /* Brand palette */
  --ink:        #17151b;
  --cream:      #f1edef;
  --paper:      #ffffff;
  --espresso:   #19120f;   /* deep warm near-black */
  --espresso-2: #241813;
  --accent:     #8e5952;   /* primary brown */
  --accent-mid: #5b3934;
  --accent-deep:#412925;
  --rose:       #cba8a0;   /* warm light accent (on dark) */
  --muted:      #6f6469;
  --line:       rgba(65,41,37,.16);
  --line-dark:  rgba(255,255,255,.16);

  --maxw: 1440px;
  --gutter: clamp(1.15rem, 5vw, 5rem);

  --serif: "Noto Sans Hebrew", Arial, sans-serif; /* unified to reference site font */
  --sans:  "Noto Sans Hebrew", Arial, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* --- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html.js body { } /* hook */
body {
  font-family: var(--sans);
  background: #fdfcfb;
  color: var(--ink);
  line-height: 1.75;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--accent); color: #fff; }

/* Film-grain overlay for texture (very subtle) */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9998;
  opacity: .04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* --- Layout helpers ------------------------------------------------------ */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(5rem, 12vw, 11rem); }
.section--dark { background: var(--espresso); color: #fff; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }

#tzameret { background: #fdfcfb; }
.prose-actions { margin-top: 1.4rem; }

/* tzameret-specific overrides */
#tzameret .block-head__main { max-width: none; }
#tzameret .display.h-lg { white-space: nowrap; }
#tzameret .prose p { max-width: none; }

.index-num--over {
  position: absolute !important;
  top: clamp(.6rem, 1.4vw, 1.2rem) !important;
  left: clamp(.6rem, 1.4vw, 1.2rem) !important;
  z-index: 5;
  line-height: .85;
  color: #efecee !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
  pointer-events: none;
}

.editorial__media--family > img {
  object-fit: cover !important;
  object-position: center !important;
}
.editorial__media--logo {
  background: #fcfafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editorial__media--logo > img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 55% !important;
  max-height: 70% !important;
  object-fit: contain !important;
  inset: auto !important;
}

#project .editorial__media > img {
  object-fit: cover !important;
  object-position: center !important;
}
#project .index-num--over {
  color: #ffffff !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
}

/* Eyebrow / kicker */
.kicker {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--sans);
  font-size: .76rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
}
.kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .7; }
.section--dark .kicker { color: var(--rose); }

/* Section index (01 / 02 ...) */
.index-num {
  font-family: var(--serif);
  font-size: clamp(3rem, 9vw, 7.5rem);
  font-weight: 500; line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px var(--line);
  text-stroke: 1px var(--line);
  letter-spacing: -.02em;
}
.section--dark .index-num { -webkit-text-stroke-color: var(--line-dark); }

/* Display headings */
.display {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.015em;
}
.h-xl { font-size: clamp(2.6rem, 8vw, 6.2rem); }
.h-lg { font-size: clamp(2.1rem, 5.2vw, 4rem); }
.h-md { font-size: clamp(1.55rem, 2.6vw, 2.3rem); }

.lead {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.6; color: var(--accent-deep);
  font-weight: 300;
}
.section--dark .lead { color: rgba(255,255,255,.82); }
.prose p { color: #4a4248; margin-bottom: .95rem; max-width: 56ch; }
.section--dark .prose p { color: rgba(255,255,255,.74); }
.prose .lead { margin-bottom: 1rem; }
.prose .figure-stat { margin-top: 1.2rem; }
.prose p:last-child { margin-bottom: 0; }
.prose-sub {
  font-family: var(--sans);
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 600;
  color: var(--ink);
  margin-top: 1.6rem;
  margin-bottom: .55rem;
  letter-spacing: -.01em;
}

.prose-list {
  list-style: none;
  padding: 0;
  margin: .2rem 0 1rem;
  display: grid;
  gap: .65rem;
}
.prose-list li {
  position: relative;
  padding-inline-start: 1.2rem;
  color: #4a4248;
  line-height: 1.7;
  font-size: .98rem;
}
.prose-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .75em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.prose-list li strong {
  color: var(--ink);
  font-weight: 600;
}
.section--dark .prose-list li { color: rgba(255,255,255,.74); }
.section--dark .prose-list li strong { color: #ffffff; }
.section--dark .prose-list li::before { background: var(--rose); }
.section--dark .prose-sub { color: #ffffff; }

/* Parks section custom layout */
.parks-feature {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.4rem);
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.parks-feature__num {
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 700;
  color: var(--rose);
  line-height: 1;
  letter-spacing: -.02em;
  flex: none;
}
.parks-feature__text { display: flex; flex-direction: column; gap: .35rem; }
.parks-feature__text strong {
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -.01em;
}
.parks-feature__text span {
  font-size: .98rem;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  max-width: 60ch;
}

.parks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.park-card {
  position: relative;
  padding: clamp(1.4rem, 2.6vw, 1.8rem);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  display: flex; flex-direction: column;
  gap: .8rem;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.park-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(203,168,160,.35);
  transform: translateY(-3px);
}
.park-card__area {
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--rose);
  line-height: 1;
  letter-spacing: -.02em;
}
.park-card__area em {
  font-style: normal;
  font-size: .8rem;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
  margin-inline-start: .35rem;
}
.park-card__name {
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.01em;
  margin: 0;
}
.park-card__desc {
  font-size: .92rem;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin: 0;
}

.parks-banner {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.parks-banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.parks-closing {
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255,255,255,.75);
  text-align: center;
  max-width: 72ch;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .parks-grid { grid-template-columns: 1fr; }
  .parks-feature { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

/* --- Buttons / links ----------------------------------------------------- */
.btn {
  --bg: var(--accent); --fg: #fff;
  position: relative; display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  padding: 1rem 2rem; border-radius: 100px; cursor: pointer; border: 0;
  color: var(--fg); overflow: hidden; isolation: isolate;
  transition: color .4s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--bg);
  transition: transform .5s var(--ease-out);
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -2; background: var(--accent-deep);
}
.btn:hover::before { transform: translateY(-105%); }
.btn--line {
  --fg: var(--ink); padding-inline: 0; border-radius: 0; background: none;
}
.btn--ghost { --bg: rgba(255,255,255,.12); --fg: #fff; }
.btn--ghost::after { background: rgba(255,255,255,.28); }
.btn svg { width: 18px; height: 18px; }

/* Underline-reveal link */
.ulink {
  position: relative; display: inline-block; font-weight: 500;
}
.ulink::after {
  content: ""; position: absolute; inset-inline: 0; bottom: -3px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease-out);
}
.ulink:hover::after { transform: scaleX(1); }

/* ========================================================================= */
/* Preloader / starting sequence                                             */
/* ========================================================================= */
.intro {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--espresso); color: #fff;
  display: grid; place-items: center;
  overflow: hidden;
}
.intro__inner { text-align: center; }
.intro__line {
  overflow: hidden;
}
.intro__word {
  display: block; font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.6rem, 10vw, 7rem); line-height: 1; letter-spacing: -.02em;
  transform: translateY(110%);
}
.intro__word--logo {
  width: 420px;       /* downscaled from native 709px — sharp */
  height: auto;
  max-width: 80vw;    /* prevent overflow on narrow viewports */
  filter: brightness(0) invert(1);
}
.intro__sub {
  margin-top: 1.2rem; font-size: .8rem; letter-spacing: .35em; text-transform: uppercase;
  color: var(--rose); opacity: 0;
}
.intro__bar {
  position: absolute; bottom: 0; inset-inline: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
}
html.js .intro__word { animation: introWord 1s var(--ease-out) .25s forwards; }
html.js .intro__sub  { animation: introSub .8s ease .9s forwards; }
html.js .intro__bar  { animation: introBar 1.6s var(--ease) .1s forwards; }
.intro.is-done { transform: translateY(-100%); transition: transform 1s var(--ease) ; }
@keyframes introWord { to { transform: translateY(0); } }
@keyframes introSub  { to { opacity: 1; } }
@keyframes introBar  { to { transform: scaleX(1); } }

/* Scroll progress */
.scroll-progress {
  position: fixed; top: 0; inset-inline: 0; height: 2px; z-index: 200;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
}

/* ========================================================================= */
/* Header                                                                    */
/* ========================================================================= */
.header {
  position: fixed; top: 0; inset-inline: 0; z-index: 150;
  padding-block: 1.3rem;
  transition: background .5s var(--ease), padding .4s var(--ease), box-shadow .5s var(--ease);
}
.header.is-solid {
  background: rgba(25,18,15,.72);
  backdrop-filter: blur(14px) saturate(140%);
  padding-block: .85rem;
}
.header__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.header__logo {
  display: inline-flex; align-items: center;
  background: #fff; border-radius: 100px; padding: .5rem .95rem; line-height: 0;
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
.header__logo img { height: 26px; width: auto; }

.menu { display: flex; align-items: center; gap: clamp(1.2rem, 2.6vw, 2.6rem); }
.menu a { color: #fff; font-weight: 500; font-size: .95rem; }
.menu .ulink::after { background: var(--rose); }
.menu__cta { color: #fff; }

.burger {
  display: none; flex-direction: column; gap: 6px;
  background: none; border: 0; cursor: pointer; padding: 6px; z-index: 160;
}
.burger span { width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: transform .35s var(--ease), opacity .25s; }
.nav-open .burger span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.nav-open .burger span:nth-child(2){ opacity: 0; }
.nav-open .burger span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

/* ========================================================================= */
/* Hero — Vistora-style light rounded card with floating nav pill            */
/* ========================================================================= */
.hero-wrap {
  background: #fdfcfb;
  padding-block: clamp(.8rem, 1.8vw, 1.6rem);
}
.hero {
  position: relative;
  min-height: clamp(620px, 96vh, 980px);
  border-radius: clamp(20px, 2.4vw, 36px);
  overflow: hidden;
  isolation: isolate;
  background: #e7e1de;   /* fallback while image loads */
  color: var(--ink);
}

/* Corner: logo (top-right) */
.hero__logo {
  position: absolute; z-index: 4;
  top: clamp(1rem, 2vw, 1.8rem);
  right: clamp(1rem, 2vw, 1.8rem);
  display: inline-flex; align-items: center;
  padding: .6rem 1.05rem;
  background: rgba(255,255,255,.94);
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(65,41,37,.10);
  border: 1px solid rgba(255,255,255,.6);
  text-decoration: none;
}
.hero__logo img { height: 42px; width: auto; display: block; }

/* Corner: burger (top-left) */
.hero__burger {
  position: absolute; z-index: 4;
  top: clamp(1rem, 2vw, 1.8rem);
  left: clamp(1rem, 2vw, 1.8rem);
  width: 54px; height: 54px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(65,41,37,.10);
  transition: background .3s var(--ease), transform .25s var(--ease), color .3s var(--ease);
  color: var(--ink);
}
/* =========================================================================
   Mobile-only sticky header (Minimal White Bar)
   - hidden on desktop
   - fixed full-width white bar with burger left, logo right
   - subtle drop-shadow appears only after the page is scrolled
   ========================================================================= */
.mobile-header { display: none; }

@media (max-width: 900px) {
  /* Make sure the safe-area strip at the very top of iOS is white
     even if the page rubber-bands or content briefly extends up. */
  html, body { background-color: #ffffff; }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0; left: 0; right: 0;
    /* Extend into the iOS safe area (notch / status-bar strip) with white
       background; the inner content is padded down below the inset. */
    height: calc(72px + env(safe-area-inset-top, 0px));
    /* Match .wrap's inline padding (var(--gutter)) so the burger and logo
       align with the left/right edges of the hero card below. */
    padding: env(safe-area-inset-top, 0px) calc(var(--gutter) + env(safe-area-inset-right, 0px)) 0 calc(var(--gutter) + env(safe-area-inset-left, 0px));
    background: #ffffff;
    /* Sit above absolutely everything (intro is 9999) */
    z-index: 10000;
    transition: box-shadow .25s var(--ease);
  }
  .mobile-header.scrolled { box-shadow: 0 6px 14px rgba(0,0,0,.06); }

  /* Burger: right side (HTML order: logo first, burger second) */
  .mobile-header__burger {
    direction: ltr;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    background: rgba(23,21,27,.06);
    color: var(--ink);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: background .25s var(--ease), color .25s var(--ease);
  }
  .mobile-header__burger:hover { background: var(--accent); color: #fff; }
  .mobile-header__burger svg { width: 22px; height: 22px; }

  /* Burger lines morph into an X when the menu is open */
  .mobile-header__burger svg line {
    transition: transform .28s var(--ease), opacity .15s var(--ease);
    transform-origin: 12px 12px;
  }
  body.nav-open .mobile-header__burger {
    background: var(--accent);
    color: #fff;
  }
  body.nav-open .mobile-header__burger svg line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  body.nav-open .mobile-header__burger svg line:nth-child(2) {
    opacity: 0;
  }
  body.nav-open .mobile-header__burger svg line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  /* When the menu is open on mobile:
     - Menu fills the entire viewport (no page content visible behind it)
     - In-menu close button is hidden (header burger is the close action)
     - Side-nav top padding clears the fixed header so its own logo is visible */
  .side-nav {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-top: calc(72px + env(safe-area-inset-top, 0px) + clamp(1.2rem, 3vw, 2rem)) !important;
    padding-bottom: calc(clamp(1.4rem, 3vw, 2.4rem) + env(safe-area-inset-bottom, 0px)) !important;
  }
  .side-nav__close { display: none !important; }
  .side-nav__backdrop {
    background: rgba(23,21,27,.96) !important;
    backdrop-filter: none !important;
  }

  /* Hard scroll-lock for iOS when the menu is open */
  body.nav-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  /* Logo: left side, larger */
  .mobile-header__logo { display: inline-flex; align-items: center; text-decoration: none; }
  .mobile-header__logo img { height: 48px; width: auto; display: block; }

  /* Push the scroll-progress bar below the sticky header on mobile */
  .scroll-progress { top: calc(72px + env(safe-area-inset-top, 0px)) !important; }

  /* Push the hero down so it doesn't slide under the fixed header */
  .hero-wrap { padding-top: calc(72px + env(safe-area-inset-top, 0px)); }

  /* Hide the in-hero logo and burger on mobile (they live in the header now) */
  .hero__logo, .hero__burger { display: none !important; }

  /* Subtitle: 70% width, centered on mobile (kept from earlier) */
  .hero__sub {
    width: 70% !important;
    max-width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hero__burger:hover { background: var(--accent); color: #fff; transform: translateY(-1px); }
.hero__burger svg { width: 22px; height: 22px; }

.hero__navcta {
  display: inline-flex; align-items: center;
  padding: .85rem 1.6rem;
  border-radius: 100px;
  background: var(--accent); color: #fff;
  font-family: var(--sans); font-size: .98rem; font-weight: 500;
  transition: background .3s var(--ease), transform .25s var(--ease);
  white-space: nowrap;
}
.hero__navcta:hover { background: var(--accent-deep); transform: translateY(-1px); }

/* Slide-out side nav */
.side-nav {
  position: fixed;
  top: 0; bottom: 0;
  left: 0;
  width: clamp(280px, 80vw, 420px);
  background: var(--espresso);
  color: #fff;
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform .55s var(--ease);
  display: flex; flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  overflow-y: auto;
}
body.nav-open .side-nav { transform: translateX(0); }

.side-nav__close {
  align-self: flex-end;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  color: #fff;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.side-nav__close:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.side-nav__close svg { width: 18px; height: 18px; }

.side-nav__brand {
  margin-top: clamp(1rem, 2.5vw, 1.8rem);
  display: flex; justify-content: center; align-items: center;
}
.side-nav__brand img {
  height: 48px; width: auto; display: block;
  filter: brightness(0) invert(1);
}

.side-nav__sep {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.16);
  margin: clamp(1.4rem, 3vw, 2.2rem) 0 0;
  width: 100%;
}

.side-nav__links {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  flex: 1;
  display: flex; flex-direction: column;
  gap: clamp(1rem, 2vw, 1.4rem);
}
.side-nav__links a {
  display: inline-flex; align-items: center;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding-block: .3rem;
  width: fit-content;
}
.side-nav__links a:hover { color: var(--rose); }

.side-nav__cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding-top: clamp(1.2rem, 2vw, 1.8rem);
  border-top: 1px solid rgba(255,255,255,.14);
}
.side-nav__cta .hero__navcta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-block: 1.05rem;
}

.side-nav__backdrop {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(23,21,27,.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease);
}
body.nav-open .side-nav__backdrop { opacity: 1; pointer-events: auto; }
body.nav-open { overflow: hidden; }

/* Centered title block — overlaid on the image, anchored to top */
.hero__center {
  position: relative; z-index: 2;
  text-align: center;
  padding: clamp(2.4rem,5vw,4rem) clamp(1rem,3vw,2rem) clamp(.8rem,2vw,1.4rem);
}
.hero__t {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  line-height: 1.06;
  letter-spacing: -.022em;
  color: var(--ink);
  max-width: 18ch; margin-inline: auto;
}
.hero__t em {
  display: block;
  font-style: normal; font-weight: 400; color: #ffffff;
}
.hero__sub {
  margin: 1rem auto 0;
  max-width: 54ch;
  color: var(--accent-deep);
  font-size: clamp(.96rem, 1.25vw, 1.08rem);
  font-weight: 600;
  line-height: 1.75;
}

.hero__cta {
  margin-top: clamp(1.4rem, 2.6vw, 2rem);
  display: inline-flex; gap: .55rem; flex-wrap: wrap; justify-content: center;
}
.hero__cta a {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .9rem 1.7rem; border-radius: 100px;
  font-family: var(--sans); font-size: .95rem; font-weight: 500;
  transition: background .3s var(--ease), color .3s var(--ease), transform .25s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.hero__cta a svg { width: 16px; height: 16px; }
.hero__cta .is-primary { background: var(--ink); color: #fff; }
.hero__cta .is-primary:hover { background: var(--accent); transform: translateY(-2px); }
.hero__cta .is-secondary {
  background: rgba(255,255,255,.78);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 6px 20px rgba(65,41,37,.06);
  backdrop-filter: blur(10px);
}
.hero__cta .is-secondary:hover {
  background: #fff; border-color: rgba(23,21,27,.08); transform: translateY(-2px);
}

/* Image fills the whole hero card as the background */
.hero__image {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
.hero__image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 0%;
  display: block; will-change: transform;
  animation: heroZoom 16s ease-out forwards;
}
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero__image::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(247,232,227,0)   0%,
    rgba(247,232,227,0)   78%,
    rgba(65,41,37,.10)   95%,
    rgba(65,41,37,.20)  100%);
}

/* Hotspot dot + tooltip */
.hero__dot {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.35), 0 1px 4px rgba(0,0,0,.18);
  cursor: pointer;
  animation: pulseDot 2.4s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { box-shadow: 0 0 0 5px rgba(255,255,255,.35), 0 1px 4px rgba(0,0,0,.18); }
  50%     { box-shadow: 0 0 0 14px rgba(255,255,255,0),    0 1px 4px rgba(0,0,0,.18); }
}
.hero__dot--top { top: 62%; left: 24%; }
.hero__dot--bot { top: 78%; left: 62%; }

.hero__tip {
  position: absolute; background: rgba(23,21,27,.78); color: #fff;
  padding: .45rem .9rem .45rem .75rem;
  border-radius: 100px;
  font-size: .78rem; font-weight: 500; letter-spacing: .04em;
  display: inline-flex; align-items: center; gap: .5rem;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.hero__tip i { width: 9px; height: 9px; border-radius: 50%; background: #fff; }
.hero__tip--main { top: 62%; left: 24%; transform: translate(-50%, -170%); }

/* Subtle edge label */
.hero__edge {
  position: absolute; z-index: 2;
  inset-inline-end: clamp(.7rem,1.4vw,1.4rem);
  top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; text-orientation: mixed;
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(23,21,27,.42);
  display: flex; align-items: center; gap: .8rem;
}
.hero__edge::after { content:""; height: 50px; width: 1px; background: rgba(23,21,27,.25); }

/* Hero entrance animations */
html.js .hero__logo, html.js .hero__burger { opacity: 0; transform: translateY(-14px); }
html.js .hero.in .hero__logo,
html.js .hero.in .hero__burger { opacity: 1; transform: none; transition: opacity .7s ease .15s, transform .9s var(--ease-out) .15s; }
html.js .hero__t, html.js .hero__sub { opacity: 0; transform: translateY(20px); }
html.js .hero.in .hero__t   { opacity: 1; transform: none; transition: all .9s var(--ease-out) .35s; }
html.js .hero.in .hero__sub { opacity: 1; transform: none; transition: all .9s var(--ease-out) .55s; }
html.js .hero__cta { opacity: 0; transform: translateY(18px); }
html.js .hero.in .hero__cta { opacity: 1; transform: none; transition: all .8s var(--ease-out) .75s; }
html.js .hero__image { opacity: 0; }
html.js .hero.in .hero__image { opacity: 1; transition: opacity 1.1s ease .25s; }
html.js .hero__dot, html.js .hero__tip { opacity: 0; }
html.js .hero.in .hero__dot { opacity: 1; transition: opacity .8s ease 1s; }
html.js .hero.in .hero__tip { opacity: 1; transition: opacity .8s ease 1.1s; }

/* Hero responsive */
@media (max-width: 880px) {
  .hero { min-height: 700px; }
  .hero__logo img { height: 28px; }
  .hero__burger { width: 46px; height: 46px; }
  .hero__edge { display: none; }
  .hero__t { max-width: 14ch; }
}

/* ========================================================================= */
/* Marquee (keywords)                                                        */
/* ========================================================================= */
.marquee {
  background: var(--accent-deep); color: var(--cream);
  padding-block: 1.1rem; overflow: hidden; white-space: nowrap;
  border-block: 1px solid rgba(255,255,255,.08);
}
.marquee__track { display: inline-flex; gap: 2.5rem; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 1.3rem; display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee span::after { content: "✦"; color: var(--rose); font-size: .8rem; }
@keyframes marquee { to { transform: translateX(50%); } }  /* RTL: moves right */

/* ========================================================================= */
/* Editorial blocks                                                          */
/* ========================================================================= */
.block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(1.4rem, 2.6vw, 2.2rem); }
.block-head__main { max-width: 60ch; }
.block-head .kicker { margin-bottom: 1.1rem; }

/* Company pipeline stats — three figures shown under About the Company */
.company-stats {
  margin-top: clamp(2.4rem, 5vw, 4rem);
  padding-top: clamp(1.8rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}
.company-stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
}
.company-stat {
  text-align: center;
  padding-inline: clamp(.5rem, 1.5vw, 1.2rem);
  position: relative;
}
.company-stat + .company-stat::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: var(--line);
}
.company-stat__num {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.8vw, 4.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: baseline;
  gap: .25em;
  white-space: nowrap;
}
.company-stat__approx {
  font-size: .5em;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0;
}
.company-stat__label {
  margin-top: .9rem;
  font-size: clamp(.92rem, 1.1vw, 1.02rem);
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .01em;
}
@media (max-width: 760px) {
  .company-stats__row { grid-template-columns: 1fr; gap: 1.4rem; }
  .company-stat { padding-block: 1.2rem; padding-inline: 0; }
  .company-stat + .company-stat::before {
    inset-inline-start: 15%;
    inset-inline-end: 15%;
    top: 0; bottom: auto;
    width: auto; height: 1px;
  }
}

/* Split editorial */
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: stretch; }
.editorial__media { position: relative; overflow: hidden; border-radius: 10px; min-height: 360px; }
.editorial__media > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; will-change: transform;
}

/* Carousel */
.carousel {
  position: absolute; inset: 0;
  overflow: hidden;
}
.carousel__track {
  display: flex; flex-wrap: nowrap;
  width: 100%; height: 100%;
  transition: transform .65s var(--ease-out);
  will-change: transform;
}
.carousel__slide {
  flex: 0 0 100%;
  position: relative;
  height: 100%;
}
.carousel__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.carousel__btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  border: 0; cursor: pointer;
  display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.carousel__btn:hover { background: var(--accent); color: #fff; }
.carousel__btn svg { width: 20px; height: 20px; }
.carousel__btn--prev { inset-inline-end: clamp(.6rem, 1.2vw, 1rem); }
.carousel__btn--next { inset-inline-start: clamp(.6rem, 1.2vw, 1rem); }

.editorial-col {
  display: flex;
  flex-direction: column;
  gap: clamp(.8rem, 1.6vw, 1.2rem);
}
.editorial-col > .editorial__media { flex: 1; }

.carousel__dots {
  display: flex;
  gap: .6rem;
  margin-inline-start: auto;   /* push to visual left in RTL */
  width: fit-content;
}
.carousel__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(142,89,82,.32);
  border: 0; padding: 0; cursor: pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.carousel__dot.is-active {
  background: var(--accent);
  transform: scale(1.25);
}
.editorial__tag {
  position: absolute; inset-block-end: 1rem; inset-inline-start: 1rem;
  background: rgba(255,255,255,.92); color: var(--accent-deep);
  font-size: .76rem; letter-spacing: .05em; padding: .45rem .9rem; border-radius: 100px;
}

/* Placeholder media slot */
.editorial__media--placeholder { background: #efe6e1; }
.editorial__media--placeholder .img-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: .9rem;
  color: var(--accent);
  background:
    repeating-linear-gradient(45deg, rgba(142,89,82,.04) 0 12px, transparent 12px 24px);
}

/* Full-width 16:9 banner between sections */
.full-banner {
  background: var(--cream);
  padding-block: clamp(2.2rem, 4.5vw, 3.8rem);
}
.full-banner + #education.section { padding-top: clamp(2.4rem, 5vw, 4.5rem); }
.education-prose .kicker { margin-bottom: .9rem; }
.education-prose__title { margin-bottom: 1.2rem; }
.full-banner__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #efe6e1;
}
.editorial__media--placeholder .img-placeholder svg { width: 56px; height: 56px; opacity: .85; }
.editorial__media--placeholder .img-placeholder span {
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--accent-deep);
  opacity: .8;
}

/* Big figure stat */
.figure-stat { display: flex; flex-direction: column; }
.figure-stat b {
  font-family: var(--serif); font-weight: 700; color: var(--accent);
  font-size: clamp(3rem, 7vw, 5.5rem); line-height: .9; letter-spacing: -.02em;
}
.figure-stat span { margin-top: .6rem; color: var(--muted); font-size: 1rem; max-width: 28ch; }
.section--dark .figure-stat b { color: var(--rose); }
.section--dark .figure-stat span { color: rgba(255,255,255,.6); }

/* Stat row (project) */
.statline {
  display: grid; grid-template-columns: repeat(4,1fr);
  column-gap: 1.5rem;
  margin-top: clamp(2.5rem,5vw,4rem);
  border-top: 1px solid var(--line-dark);
  padding-top: 1.4rem;
}
.statline .figure-stat { text-align: center; align-items: center; }
.statline .figure-stat b { font-size: clamp(2.4rem,5.5vw,4.4rem); }
.statline .figure-stat--text b {
  font-size: clamp(1.4rem,2.6vw,2.1rem);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.15;
  color: var(--rose);
}
.statline-item { /* no individual border */ }

/* Feature list (refined rows, not cards) */
.flist { margin-top: clamp(2.5rem,5vw,4rem); display: grid; gap: 0; }
.fitem {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center;
  padding-block: 1.6rem; border-top: 1px solid var(--line-dark);
}
.fitem:last-child { border-bottom: 1px solid var(--line-dark); }
.fitem__no { font-family: var(--serif); color: var(--rose); font-size: 1rem; }
.fitem__t { font-family: var(--serif); font-size: clamp(1.2rem,2vw,1.7rem); font-weight: 500; }
.fitem__d { color: rgba(255,255,255,.62); font-size: .98rem; max-width: 42ch; }
@media (max-width: 760px){ .fitem{ grid-template-columns: auto 1fr; } .fitem__d{ grid-column: 1/-1; } }

/* Gallery — offset/overlap */
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,2vw,1.5rem); margin-top: clamp(3rem,6vw,5rem); }
.gallery figure { overflow: hidden; border-radius: 4px; }
.gallery figure:first-child { margin-top: clamp(2rem,5vw,5rem); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; transition: transform .9s var(--ease-out); will-change: transform; }
.gallery figure:hover img { transform: scale(1.06); }

/* Pinned section — scroll-driven reveal */
.env-pin {
  position: relative;
  height: 220vh;
}
.env-pin__viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block: clamp(2rem, 4vw, 3.5rem);
}
.env-pin__viewport > .wrap { width: 100%; }

.env-rows { display: grid; }
.env-row { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.4rem; padding-block: 1.4rem; border-top: 1px solid var(--line); align-items: baseline; }
.env-row:last-child { border-bottom: 1px solid var(--line); }
.env-row, .env-row * { font-family: var(--sans); }
.env-row__fig {
  font-weight: 700;
  color: var(--accent);
  font-size: clamp(1.6rem,3vw,2.4rem);
  line-height: 1;
  text-align: center;
}
.env-row__t { font-size: 1.15rem; font-weight: 600; margin-bottom: .25rem; }
.env-row__d { color: var(--muted); font-size: .95rem; font-weight: 400; }

.env-rows--steps {}
.env-rows--steps .env-row {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  will-change: opacity, transform;
}
.env-rows--steps .env-row.is-shown { opacity: 1; transform: none; }

.still .env-rows--steps .env-row,
html.no-motion .env-rows--steps .env-row {
  opacity: 1 !important; transform: none !important;
}
.still .env-pin { height: auto !important; }
.still .env-pin__viewport { position: static !important; height: auto !important; padding-block: clamp(5rem, 10vw, 8rem) !important; }
@media (prefers-reduced-motion: reduce) {
  .env-rows--steps .env-row { opacity: 1 !important; transform: none !important; transition: none !important; }
  .env-pin { height: auto !important; }
  .env-pin__viewport { position: static !important; height: auto !important; padding-block: clamp(5rem, 10vw, 8rem) !important; }
}

/* Mobile-only: hide the large outlined section numbers and disable the
   pinned scroll animation on section 2 so the full text is visible. */
@media (max-width: 900px) {
  .index-num { display: none !important; }
  .env-pin { height: auto !important; }
  .env-pin__viewport {
    position: static !important;
    height: auto !important;
    padding-block: clamp(3rem, 8vw, 5rem) !important;
  }
  .env-rows--steps .env-row {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ========================================================================= */
/* Downloads — elegant rows                                                  */
/* ========================================================================= */
.dl { margin-top: clamp(2.5rem,5vw,4rem); border-top: 1px solid var(--line-dark); }
.dl-row {
  position: relative; display: grid; grid-template-columns: auto 1fr auto auto;
  gap: clamp(1rem,3vw,2.5rem); align-items: center;
  padding: clamp(1.6rem,3vw,2.4rem) clamp(.8rem,2vw,1.6rem);
  border-bottom: 1px solid var(--line-dark);
  color: #fff; overflow: hidden; isolation: isolate;
  transition: padding-inline .5s var(--ease);
}
.dl-row::before {
  content:""; position:absolute; inset:0; z-index:-1; background: var(--accent);
  transform: translateY(101%); transition: transform .5s var(--ease-out);
}
.dl-row:hover::before { transform: translateY(0); }
.dl-row:hover { padding-inline: clamp(1.2rem,3vw,2.4rem); }
.dl-row__no { font-family: var(--serif); color: var(--rose); font-size: 1rem; transition: color .4s; }
.dl-row:hover .dl-row__no { color: #fff; }
.dl-row__t { font-family: var(--serif); font-size: clamp(1.3rem,2.4vw,2rem); font-weight: 500; }
.dl-row__meta { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); transition: color .4s; }
.dl-row:hover .dl-row__meta { color: rgba(255,255,255,.85); }
.dl-row__type { font-size: .72rem; font-weight: 700; letter-spacing: .1em; padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.3); border-radius: 100px; }
.dl-row__arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  display: grid; place-items: center; flex: none; transition: transform .5s var(--ease-out), background .4s, border-color .4s;
}
.dl-row__arrow svg { width: 20px; height: 20px; transition: transform .5s var(--ease-out); }
.dl-row:hover .dl-row__arrow { background: #fff; border-color: #fff; }
.dl-row:hover .dl-row__arrow svg { transform: translateY(3px); color: var(--accent); }
@media (max-width: 760px){
  .dl-row { grid-template-columns: auto 1fr auto; }
  .dl-row__meta { grid-column: 2; }
  .dl-row__type { display: none; }
}

/* ========================================================================= */
/* CTA / Footer                                                              */
/* ========================================================================= */
.cta { position: relative; background: var(--espresso); color: #fff; overflow: hidden; padding-block: clamp(5rem,11vw,9rem); }
.cta__ghost {
  position: absolute; inset-inline-start: 50%; top: 50%; transform: translate(-50%,-50%);
  font-family: var(--serif); font-weight: 700; font-size: clamp(7rem,26vw,22rem);
  color: rgba(255,255,255,.03); white-space: nowrap; pointer-events: none; line-height: 1;
}
.cta__inner { position: relative; z-index: 2; text-align: center; }
.cta__inner .lead { margin: 1.4rem auto 2rem; max-width: 44ch; color: rgba(255,255,255,.92); }

/* CTA contact form */
.cta-form {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.cta-form__fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.cta-form__field { display: block; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.cta-form input {
  width: 100%;
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 500;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  padding: .95rem 1.2rem;
  border-radius: 100px;
  text-align: center;
  outline: none;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.cta-form input::placeholder { color: rgba(255,255,255,.55); }
.cta-form input:focus {
  border-color: var(--accent);
  background: rgba(255,255,255,.10);
}
.cta-form__submit { margin-top: .4rem; }

/* Marketing consent checkbox */
.cta-form__consent {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  width: 100%;
  max-width: 640px;
  margin: .2rem auto 0;
  cursor: pointer;
  user-select: none;
}
.cta-form__consent input[type="checkbox"] {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cta-form__consent-box {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  margin-top: .25rem;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 4px;
  background: rgba(255,255,255,.04);
  display: inline-grid; place-items: center;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.cta-form__consent-box::after {
  content: "";
  width: 10px; height: 10px;
  background: var(--accent);
  border-radius: 2px;
  transform: scale(0);
  transition: transform .15s var(--ease);
}
.cta-form__consent input[type="checkbox"]:checked + .cta-form__consent-box {
  border-color: var(--accent);
  background: rgba(255,255,255,.10);
}
.cta-form__consent input[type="checkbox"]:checked + .cta-form__consent-box::after {
  transform: scale(1);
}
.cta-form__consent input[type="checkbox"]:focus-visible + .cta-form__consent-box {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}
.cta-form__consent-text {
  font-size: .82rem;
  line-height: 1.55;
  color: rgba(255,255,255,.62);
  text-align: start;
}

.cta-form__note {
  margin-top: .25rem;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  text-align: center;
}
@media (max-width: 720px) {
  .cta-form__fields { grid-template-columns: 1fr; }
  /* Submit button width matches the form fields */
  .cta-form__submit {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.footer { background: var(--espresso-2); color: rgba(255,255,255,.7); padding-block: clamp(3rem,6vw,4.5rem) 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(1.8rem,4vw,3.5rem); padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__name { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: #fff; }
.footer__tag { color: var(--rose); font-size: .85rem; letter-spacing: .1em; margin-top: .3rem; }
.footer__brand p { font-size: .92rem; line-height: 1.7; margin-top: 1.1rem; max-width: 40ch; color: rgba(255,255,255,.55); }
.footer h4 { color: #fff; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.2rem; font-weight: 600; }
.footer ul { display: grid; gap: .7rem; }
.footer li, .footer a { font-size: .95rem; color: rgba(255,255,255,.7); }
.footer .contact li { display: flex; align-items: center; gap: .65rem; }
.footer .contact svg { width: 16px; height: 16px; color: var(--rose); flex: none; }
.footer__bottom {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding-top: 1.6rem;
}
.footer__bottom small,
.footer__bottom small a {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255,255,255,.45);
}
.footer__bottom small a {
  text-decoration: underline;
  text-underline-offset: .22em;
  transition: color .2s ease;
}
.footer__bottom small a:hover { color: rgba(255,255,255,.95); }
.footer__legal {
  margin: 0 0 1.4rem;
  max-width: none;
  font-size: .76rem;
  line-height: 1.7;
  color: rgba(255,255,255,.35);
  text-align: center;
}

/* ========================================================================= */
/* Reveal system                                                             */
/* ========================================================================= */
html.js [data-reveal] { opacity: 0; transform: translateY(34px); }
html.js [data-reveal].in { opacity: 1; transform: none; transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
html.js [data-reveal][data-reveal="mask"] { opacity: 1; transform: none; }
[data-delay="1"]{ transition-delay: .08s !important; }
[data-delay="2"]{ transition-delay: .16s !important; }
[data-delay="3"]{ transition-delay: .24s !important; }
[data-delay="4"]{ transition-delay: .32s !important; }

/* ========================================================================= */
/* Responsive                                                                */
/* ========================================================================= */
@media (max-width: 980px){
  .editorial, .env { grid-template-columns: 1fr; }
  .editorial__media { order: -1; }
  .env__map { aspect-ratio: 16/11; }
  .statline { grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1/-1; }
}
@media (max-width: 760px){
  .menu {
    position: fixed; inset: 0; flex-direction: column; justify-content: center;
    gap: 1.8rem; background: var(--espresso);
    transform: translateY(-100%); transition: transform .55s var(--ease);
  }
  .nav-open .menu { transform: none; }
  .menu a { font-size: 1.4rem; font-family: var(--serif); }
  .burger { display: flex; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure:first-child { margin-top: 0; }
  .statline { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px){
  .hero__side { display: none; }
}

/* ========================================================================= */
/* Reduced motion / no-JS                                                    */
/* ========================================================================= */
.no-motion .intro,
html:not(.js) .intro { display: none !important; }
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .intro { display: none !important; }
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero__media img { animation: none; transform: scale(1.02); }
}
/* "still" mode for verification screenshots */
.still .intro { display: none !important; }
.still [data-reveal] { opacity: 1 !important; transform: none !important; }
.still .hero__title .line > span { transform: none !important; }
.still .hero__meta, .still .hero__actions, .still .hero__kicker { opacity: 1 !important; transform: none !important; }
.still .hero__media img { animation: none !important; transform: scale(1.02) !important; }
.still .hero { min-height: 760px !important; height: 760px !important; }
