/* ============================================
   ROSE HOWARD — modelled on 1hotels.com/melbourne
   Warm bone + forest green, Jost uppercase tracked,
   full-bleed imagery, calm and generous. No ornament.
   ============================================ */

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

:root {
  --bone: #F4F1E9;
  --bone-dim: #EAE5DA;
  --forest: #1B1813;
  --forest-deep: #131009;
  --ink: #55503f;
  --grey: #8A8474;
  --line: rgba(27,24,19,0.16);
  --line-soft: rgba(27,24,19,0.09);
  --font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --display: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --wide: 1600px;
  --mid: 1160px;
  --narrow: 760px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bone);
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- shared type ---- */
.kicker {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--grey);
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.02;
  color: var(--forest);
}

h2 { font-size: clamp(2.1rem, 4.6vw, 4.2rem); }
h3 { font-size: clamp(1.3rem, 1.9vw, 1.65rem); letter-spacing: 0; }

p { color: var(--ink); font-weight: 400; letter-spacing: 0.005em; }

.link {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--forest);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--forest);
  transition: opacity 0.3s ease;
}
.link:hover { opacity: 0.55; }

.link-light { color: var(--bone); border-color: rgba(242,240,233,0.6); }

/* ---- nav ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 30px 44px;
  transition: background 0.4s ease, padding 0.4s ease;
}
.nav.scrolled { background: rgba(242,240,233,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 18px 44px; }
.nav-menu {
  justify-self: start;
  background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--bone);
}
.nav.scrolled .nav-menu { color: var(--forest); }
.nav-logo { justify-self: center; }
.nav-logo img { height: 30px; width: auto; filter: brightness(0) invert(1); transition: filter 0.4s ease; }
.nav.scrolled .nav-logo img { filter: none; }
.nav-cta {
  justify-self: end;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--bone); border: 1px solid rgba(242,240,233,0.55); padding: 12px 24px;
  transition: all 0.3s ease;
}
.nav.scrolled .nav-cta { color: var(--forest); border-color: var(--line); }
.nav-cta:hover { background: var(--bone); color: var(--forest); border-color: var(--bone); }
.nav.scrolled .nav-cta:hover { background: var(--forest); color: var(--bone); border-color: var(--forest); }

/* ---- menu overlay ---- */
.menu {
  position: fixed; inset: 0; z-index: 60; background: var(--forest);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.5s ease;
}
.menu.open { opacity: 1; pointer-events: all; }
.menu-close { position: absolute; top: 30px; right: 44px; background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--bone); }
.menu a { display: block; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone); padding: 12px 0; text-align: center; transition: opacity 0.3s ease; }
.menu a:hover { opacity: 0.55; }
.menu-contact { margin-top: 44px; }
.menu-contact a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,240,233,0.6); }

/* ---- hero ---- */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 620px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-scrim { position: absolute; inset: 0; background:
  linear-gradient(to bottom, rgba(30,34,26,0.45) 0%, rgba(30,34,26,0.05) 30%, rgba(30,34,26,0) 55%),
  linear-gradient(to top, rgba(30,34,26,0.6) 0%, rgba(30,34,26,0) 45%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 96px 32px 150px; }
.hero-inner .kicker { color: rgba(242,240,233,0.85); margin-bottom: 22px; }
.hero-inner h1 { color: var(--bone); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.6rem); letter-spacing: 0.14em; line-height: 1.32; max-width: 20ch; margin-bottom: 34px; }
.hero-scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(242,240,233,0.75); }

/* ---- welcome ---- */
.welcome { text-align: center; padding: 150px 32px; max-width: var(--narrow); margin: 0 auto; }
.welcome .kicker { margin-bottom: 30px; }
.welcome h2 { margin-bottom: 34px; letter-spacing: 0.1em; line-height: 1.4; }
.welcome p { font-size: 1.05rem; line-height: 1.85; color: var(--ink); margin-bottom: 40px; }

/* ---- offerings list ---- */
.offerings { padding: 60px 32px 150px; max-width: var(--mid); margin: 0 auto; text-align: center; }
.offerings .kicker { margin-bottom: 44px; }
.offer-list { display: flex; flex-direction: column; }
.offer-list li { border-top: 1px solid var(--line-soft); }
.offer-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.offer-list a, .offer-list span { display: block; padding: 26px 0; font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); transition: letter-spacing 0.4s ease, opacity 0.3s ease; }
.offer-list li:hover a, .offer-list li:hover span { letter-spacing: 0.24em; opacity: 0.7; }

/* ---- feature (image + text) ---- */
.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; }
.feature-media { position: relative; overflow: hidden; background: var(--bone-dim); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-body { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(40px, 6vw, 110px); }
.feature-body .kicker { margin-bottom: 26px; }
.feature-body h2 { margin-bottom: 26px; letter-spacing: 0.1em; line-height: 1.36; }
.feature-body p { font-size: 1rem; line-height: 1.8; margin-bottom: 22px; }
.feature-body .link { margin-top: 14px; align-self: flex-start; }
.feature.flip .feature-media { order: 2; }
.feature.flip .feature-body { order: 1; }

/* ---- findings (editorial, quiet) ---- */
.findings { padding: 150px 32px; max-width: var(--mid); margin: 0 auto; }
.findings-head { text-align: center; max-width: var(--narrow); margin: 0 auto 84px; }
.findings-head .kicker { margin-bottom: 26px; }
.findings-head h2 { letter-spacing: 0.1em; line-height: 1.4; }
.findings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 80px; }
.finding { }
.finding-lead { font-size: 1.05rem; font-weight: 300; line-height: 1.55; color: var(--forest); letter-spacing: 0.02em; text-transform: none; margin-bottom: 22px; }
.finding ul li { border-top: 1px solid var(--line-soft); padding: 12px 0; font-size: 0.92rem; font-weight: 300; color: var(--ink); }
.finding-cost { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); }
.finding-cost strong { color: var(--forest); font-weight: 500; }

/* ---- work tiles ---- */
.work { padding: 0; }
.work-head { text-align: center; padding: 150px 32px 84px; max-width: var(--narrow); margin: 0 auto; }
.work-head .kicker { margin-bottom: 26px; }
.work-tiles { display: grid; grid-template-columns: repeat(3, 1fr); }
.work-tile { position: relative; aspect-ratio: 4/3; overflow: hidden; display: block; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.22,0.61,0.36,1); }
.work-tile:hover img { transform: scale(1.05); }
.work-tile-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,34,26,0.72) 0%, rgba(30,34,26,0.05) 55%); }
.work-tile-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px; z-index: 2; }
.work-tile-body .kicker { color: rgba(242,240,233,0.8); margin-bottom: 12px; }
.work-tile-body h3 { color: var(--bone); letter-spacing: 0.1em; margin-bottom: 10px; }
.work-tile-body p { color: rgba(242,240,233,0.82); font-size: 0.88rem; line-height: 1.55; }

/* ---- green statement band ---- */
.band { background: var(--forest); text-align: center; padding: 150px 32px; }
.band .kicker { color: rgba(242,240,233,0.6); margin-bottom: 30px; }
.band h2 { color: var(--bone); font-weight: 400; letter-spacing: 0.1em; line-height: 1.4; max-width: 24ch; margin: 0 auto; }

/* ---- press ---- */
.press { text-align: center; padding: 96px 32px; border-top: 1px solid var(--line-soft); }
.press .kicker { margin-bottom: 20px; }
.press img { height: 30px; width: auto; margin: 0 auto; opacity: 0.7; }

/* ---- final cta ---- */
.cta { position: relative; overflow: hidden; text-align: center; padding: 170px 32px; }
.cta-media { position: absolute; inset: 0; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.cta::after { content: ''; position: absolute; inset: 0; background: rgba(30,34,26,0.58); z-index: 1; }
.cta > * { position: relative; z-index: 2; }
.cta .kicker { color: rgba(242,240,233,0.7); margin-bottom: 26px; }
.cta h2 { color: var(--bone); font-weight: 400; letter-spacing: 0.1em; line-height: 1.4; max-width: 22ch; margin: 0 auto 20px; }
.cta p { color: rgba(242,240,233,0.8); max-width: 44ch; margin: 0 auto 42px; }
.btn { display: inline-block; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--forest); background: var(--bone); padding: 20px 46px; transition: all 0.3s ease; }
.btn:hover { background: transparent; color: var(--bone); box-shadow: inset 0 0 0 1px rgba(242,240,233,0.7); }

/* ---- footer ---- */
.footer { background: var(--forest-deep); padding: 90px 44px 44px; }
.footer-top { max-width: var(--wide); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.footer img { height: 60px; width: auto; margin-bottom: 20px; }
.footer-blurb { color: rgba(242,240,233,0.55); font-size: 0.9rem; font-weight: 300; max-width: 30ch; }
.footer-col h4 { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(242,240,233,0.5); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 0.85rem; font-weight: 300; color: rgba(242,240,233,0.72); padding: 5px 0; letter-spacing: 0.06em; }
.footer-col a:hover { color: var(--bone); }
.footer-bottom { max-width: var(--wide); margin: 56px auto 0; padding-top: 28px; border-top: 1px solid rgba(242,240,233,0.14); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.7rem; font-weight: 300; letter-spacing: 0.08em; color: rgba(242,240,233,0.42); }
.footer-bottom a { color: rgba(242,240,233,0.42); margin-left: 16px; }
.footer-bottom a:hover { color: var(--bone); }

/* ---- reveal ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1.1s cubic-bezier(0.22,0.61,0.36,1), transform 1.1s cubic-bezier(0.22,0.61,0.36,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .nav { padding: 22px 22px; }
  .nav.scrolled { padding: 14px 22px; }
  .menu-close { right: 22px; }
  .welcome, .findings, .offerings { padding-left: 22px; padding-right: 22px; }
  .welcome { padding-top: 100px; padding-bottom: 100px; }
  .offerings { padding-bottom: 100px; }
  .findings { padding-top: 100px; padding-bottom: 100px; }
  .findings-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature { grid-template-columns: 1fr; min-height: 0; }
  .feature-media { height: 62vh; }
  .feature.flip .feature-media { order: 0; }
  .feature.flip .feature-body { order: 0; }
  .feature-body { padding: 64px 22px; }
  .work-tiles { grid-template-columns: 1fr; }
  .work-tile { aspect-ratio: 16/10; }
  .work-head { padding: 100px 22px 60px; }
  .band { padding: 100px 22px; }
  .cta { padding: 120px 22px; }
  .footer { padding: 64px 22px 32px; }
  .footer-top { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  .work-tile img { transition: none; }
}

/* ============================================
   CINEMATIC MOTION (1 Hotels feel)
   ============================================ */

/* Hero: slow continuous Ken Burns + film fade-in */
.hero-media img {
  animation: heroZoom 20s cubic-bezier(0.22,0.61,0.36,1) both;
  transform-origin: 58% 40%;
}
@keyframes heroZoom {
  from { transform: scale(1.09); }
  to   { transform: scale(1.0); }
}

/* whole hero fades up from dark, like a title card */
.hero { animation: heroFade 1.6s ease both; }
@keyframes heroFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* hero content rises in, staggered */
.hero-inner > * { opacity: 0; transform: translateY(22px); animation: heroRise 1.2s cubic-bezier(0.22,0.61,0.36,1) both; }
.hero-inner .kicker { animation-delay: 0.5s; }
.hero-inner h1 { animation-delay: 0.72s; }
.hero-inner .link { animation-delay: 0.96s; }
.hero-scroll { opacity: 0; animation: heroRise 1.2s ease 1.3s both; }
@keyframes heroRise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-scroll::after {
  content: '';
  display: block;
  width: 1px; height: 40px;
  margin: 14px auto 0;
  background: linear-gradient(rgba(242,240,233,0.7), rgba(242,240,233,0));
  animation: scrollPulse 2.4s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollPulse {
  0%,100% { transform: scaleY(0.4); opacity: 0.4; }
  50%     { transform: scaleY(1); opacity: 1; }
}

/* Feature images: slow reveal scale */
.feature-media img { transform: scale(1.06); transition: transform 1.6s cubic-bezier(0.22,0.61,0.36,1); }
.feature-media.in img { transform: scale(1); }

/* CTA image slow drift */
.cta-media img { animation: heroZoom 24s ease both; transform-origin: center 30%; }

/* Reveals slower + more graceful (already have .reveal) */
.reveal { transition-duration: 1.3s; }

@media (prefers-reduced-motion: reduce) {
  .hero-media img, .cta-media img, .hero, .hero-inner > *, .hero-scroll, .hero-scroll::after { animation: none !important; opacity: 1 !important; transform: none !important; }
  .feature-media img { transform: none; }
}

/* parallax offset via wrapper so it composes with the zoom animation */
.hero-media, .cta-media { will-change: transform; transform: translateY(var(--py, 0)); transition: transform 0.1s linear; }

/* ============================================
   BOLD STRUCTURE LAYER (Envy-style hierarchy)
   Big confident headings, kicker-above pattern.
   Rose's own identity: warm ivory + ink, no copy.
   ============================================ */

.kicker { font-weight: 600; letter-spacing: 0.28em; color: var(--grey); }

/* consistent big bold section headings */
.welcome h2, .feature-body h2, .findings-head h2, .band h2, .cta h2,
.work-head h2, .approach-body h2, .principles-head h2 {
  letter-spacing: -0.01em;
  line-height: 1.0;
  font-weight: 800;
}

/* hero: big + bold */
.hero-inner h1 { font-weight: 800; text-transform: uppercase; font-size: clamp(2rem, 4.6vw, 4rem); letter-spacing: -0.01em; line-height: 1.02; max-width: 18ch; }

/* welcome: bigger */
.welcome { max-width: var(--mid); }
.welcome h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); }

/* offerings become bolder */
.offer-list a, .offer-list span { font-weight: 700; letter-spacing: 0.02em; color: var(--forest); }

/* MY APPROACH — split, big number-free statement */
.approach { display: grid; grid-template-columns: 1fr 1fr; min-height: 84vh; }
.approach-media { position: relative; overflow: hidden; background: var(--bone-dim); }
.approach-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.6s cubic-bezier(0.22,0.61,0.36,1); }
.approach-media.in img { transform: scale(1); }
.approach-body { display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(40px,6vw,110px); background: var(--forest); }
.approach-body .kicker { color: rgba(244,241,233,0.55); margin-bottom: 26px; }
.approach-body h2 { color: var(--bone); margin-bottom: 30px; }
.approach-body p { color: rgba(244,241,233,0.78); font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px; }
.approach-body .link { color: var(--bone); border-color: rgba(244,241,233,0.5); margin-top: 16px; align-self: flex-start; }

/* MY PRINCIPLES — bold list */
.principles { padding: 150px 32px; max-width: var(--mid); margin: 0 auto; }
.principles-head { text-align: center; margin-bottom: 80px; }
.principles-head .kicker { margin-bottom: 24px; }
.principles-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 90px; }
.principle { border-top: 1px solid var(--line); padding: 40px 0; display: flex; gap: 28px; align-items: baseline; }
.principle-num { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--grey); letter-spacing: 0; min-width: 44px; }
.principle-text h3 { text-transform: uppercase; font-weight: 800; letter-spacing: -0.005em; margin-bottom: 10px; color: var(--forest); }
.principle-text p { font-size: 0.98rem; line-height: 1.65; }

/* meet founder full-width photo section */
.founder { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; background: var(--bone-dim); }
.founder-media { position: relative; overflow: hidden; }
.founder-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.founder-body { display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(40px,6vw,110px); }
.founder-body .kicker { margin-bottom: 26px; }
.founder-body h2 { margin-bottom: 30px; }
.founder-body p { font-size: 1.02rem; line-height: 1.75; margin-bottom: 20px; }
.founder-body .link { margin-top: 16px; align-self: flex-start; }

/* findings lead bolder */
.finding-lead { font-weight: 500; color: var(--forest); }
.finding-cost strong { color: var(--forest); }

/* band stays as a bold statement, ink on ivory now */
.band { background: var(--forest); }
.band h2 { color: var(--bone); font-weight: 800; letter-spacing: -0.01em; line-height: 1.04; }
.band .kicker { color: rgba(244,241,233,0.55); }

/* nav logo + footer adapt to dark ink */
.footer { background: var(--forest-deep); }

@media (max-width: 900px) {
  .approach, .founder { grid-template-columns: 1fr; min-height: 0; }
  .approach-media, .founder-media { height: 62vh; }
  .approach-body, .founder-body { padding: 64px 22px; }
  .principles { padding: 90px 22px; }
  .principles-list { grid-template-columns: 1fr; gap: 0; }
}

/* Approach as centered dark band (no photo) */
.approach-band { background: var(--forest); text-align: center; padding: 150px 32px; }
.approach-band .kicker { color: rgba(244,241,233,0.55); margin-bottom: 26px; }
.approach-band h2 { color: var(--bone); margin-bottom: 30px; }
.approach-band p { color: rgba(244,241,233,0.78); font-size: 1.08rem; line-height: 1.75; max-width: 760px; margin: 0 auto 36px; }
.approach-band .link { color: var(--bone); border-color: rgba(244,241,233,0.5); }

/* Plain dark CTA (no photo) */
.cta-plain { background: var(--forest); }
.cta-plain::after { display: none; }
.cta-plain .kicker { color: rgba(244,241,233,0.6); }
@media (max-width: 900px) { .approach-band { padding: 90px 22px; } }

/* Forbes logo visible on ivory (SVG is cream by default) */
.press img { filter: brightness(0) saturate(0); opacity: 0.82; }
.press-link { display: inline-flex; flex-direction: column; align-items: center; gap: 16px; }
.press-read { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey); border-bottom: 1px solid var(--line); padding-bottom: 5px; transition: color 0.3s ease, border-color 0.3s ease; }
.press-link:hover .press-read { color: var(--forest); border-color: var(--forest); }

/* How I Work — Rose's own 3-move layout (not Envy's numbered principles) */
.method { padding: 150px 32px; max-width: var(--mid); margin: 0 auto; }
.method-head { text-align: center; margin-bottom: 90px; }
.method-head .kicker { margin-bottom: 24px; }
.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.method-step { text-align: left; }
.method-word { display: block; font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.01em; color: var(--forest); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--forest); }
.method-step p { font-size: 0.98rem; line-height: 1.7; color: var(--ink); }

@media (max-width: 900px) {
  .method { padding: 90px 22px; }
  .method-head { margin-bottom: 56px; }
  .method-steps { grid-template-columns: 1fr; gap: 48px; }
}

/* Mobile nav: drop the CTA button (it crowds the centered logo); MENU + hero CTA cover it */
@media (max-width: 760px) {
  .nav { grid-template-columns: 1fr auto 1fr; padding: 20px 22px; }
  .nav-cta { display: none; }
  .nav-logo img { height: 26px; }
}

/* Separate each audit finding into a distinct block */
.finding { border-top: 2px solid var(--forest); padding-top: 34px; }
.findings-grid { gap: 72px 80px; }
.finding-lead { font-size: 1.15rem; font-weight: 600; color: var(--forest); }
@media (max-width: 900px) {
  .findings-grid { gap: 56px; }
  .finding { padding-top: 28px; }
}

/* Mobile: work tiles as clean stacked blocks (caption below image, no overlap) */
@media (max-width: 900px) {
  .nav-cta { display: none !important; }
  .work-tiles { grid-template-columns: 1fr; gap: 12px; }
  .work-tile { aspect-ratio: auto; display: block; }
  .work-tile img { aspect-ratio: 16/10; width: 100%; height: auto; object-fit: cover; }
  .work-tile-scrim { display: none; }
  .work-tile-body { position: static; padding: 22px 2px 44px; }
  .work-tile-body .kicker { color: var(--grey); }
  .work-tile-body h3 { color: var(--forest); }
  .work-tile-body p { color: var(--ink); }
}

/* Mobile hero: keep kicker + headline within the screen */
@media (max-width: 760px) {
  .hero-inner { padding: 90px 26px 130px; }
  .hero-inner .kicker { font-size: 0.55rem; letter-spacing: 0.18em; line-height: 1.5; }
  .hero-inner h1 { font-size: clamp(1.7rem, 7.4vw, 2.3rem); max-width: 15ch; line-height: 1.06; }
}

/* ============================================
   INNER PAGES (about, services, work-with-me, etc.)
   Legacy component classes restyled to the new
   design. Scoped under body.inner where names
   collide with the homepage.
   ============================================ */

/* reveal: support both .in (homepage) and .revealed (legacy main.js) */
.reveal.revealed, .reveal-fade.revealed { opacity: 1 !important; transform: none !important; }
.reveal-fade { opacity: 0; transition: opacity 1.1s cubic-bezier(0.22,0.61,0.36,1); }

/* ---- inner nav (solid ivory, ink) ---- */
body.inner { background: var(--bone); color: var(--ink); }
body.inner .nav { display: block; background: rgba(244,241,233,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-soft); padding: 0; }
body.inner .nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: var(--wide); margin: 0 auto; padding: 18px 44px; }
body.inner .nav-logo img { height: 24px; filter: none; }
body.inner .menu-toggle { background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--forest); padding: 10px 0 10px 22px; }
body.inner .nav-cta { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--forest); border: 1px solid var(--line); padding: 12px 24px; margin-left: auto; margin-right: 22px; transition: all .3s ease; }
body.inner .nav-cta:hover { background: var(--forest); color: var(--bone); border-color: var(--forest); }

/* ---- menu overlay (legacy) ---- */
.menu-overlay { position: fixed; inset: 0; z-index: 60; background: var(--forest); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .5s ease; }
.menu-overlay.open { opacity: 1; pointer-events: all; }
.menu-close { position: absolute; top: 30px; right: 44px; background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bone); }
.menu-links { display: flex; flex-direction: column; text-align: center; gap: 4px; }
.menu-links a { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: clamp(1.8rem,4vw,2.8rem); color: var(--bone); padding: 8px 0; transition: opacity .3s ease; }
.menu-links a:hover { opacity: .55; }
.menu-contact { margin-top: 40px; }
.menu-contact a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,233,0.6); }

/* ---- page hero ---- */
.page-hero { padding: 200px 0 100px; background: var(--bone); text-align: center; }
.page-hero .container { max-width: var(--mid); margin: 0 auto; padding: 0 32px; }
.page-hero .label { justify-content: center; margin-bottom: 24px; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.015em; line-height: 1.02; color: var(--forest); margin-bottom: 28px; }
.page-hero h1 br { display: block; content: ""; }
.page-hero > .container > p:not(.label) { max-width: 620px; margin: 0 auto; font-size: 1.05rem; color: var(--ink); }

/* ---- generic sections ---- */
.section { padding: 110px 0; }
.section-lifted { background: var(--bone-dim); }
.section-subtle { background: var(--bone-dim); }
.container { max-width: var(--mid); margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: var(--narrow); margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: var(--wide); margin: 0 auto; padding: 0 32px; }
.section-header { max-width: 760px; margin-bottom: 56px; }
.section-header.reveal, .section-header { }
.section-header .label { margin-bottom: 20px; }
.section-header h2 { font-size: clamp(1.9rem, 3.6vw, 3.2rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.04; }
.section-breathe { height: 40px; }
.label { font-family: var(--font); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--grey); display: flex; align-items: center; gap: 14px; }

/* ---- two column ---- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.col-text h2 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.05; margin-bottom: 24px; }
.col-text .label { margin-bottom: 20px; }
.col-text p { margin-bottom: 16px; font-size: 1rem; line-height: 1.7; }
.col-image img { width: 100%; height: 100%; object-fit: cover; }
.col-image { height: 100%; min-height: 420px; }

/* ---- statement ---- */
.statement { text-align: center; padding: 120px 32px; background: var(--forest); }
.statement h2 { max-width: 900px; margin: 0 auto; color: var(--bone); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.1; font-size: clamp(1.8rem,3.4vw,3rem); }
.statement h2 em { font-style: normal; color: var(--bone); }

/* ---- cards ---- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 40px 56px; }
.card { background: transparent; border-top: 2px solid var(--forest); padding: 28px 0 0; }
.card h4 { font-family: var(--display); font-size: 1.25rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; margin-bottom: 12px; color: var(--forest); }
.card p { font-size: 0.96rem; line-height: 1.65; }

/* ---- cta banner (inner) ---- */
.cta-banner { text-align: center; padding: 140px 32px; background: var(--forest); }
.cta-banner .container { max-width: var(--narrow); margin: 0 auto; }
.cta-banner h2 { color: var(--bone); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.05; font-size: clamp(2rem,4vw,3.4rem); margin-bottom: 20px; }
.cta-banner p { color: rgba(244,241,233,0.78); max-width: 44ch; margin: 0 auto 40px; }

/* ---- buttons (inner) ---- */
.btn { display: inline-block; font-family: var(--font); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; padding: 19px 44px; border: 1px solid var(--forest); cursor: pointer; transition: all .3s ease; }
.btn-primary { background: var(--forest); color: var(--bone); border-color: var(--forest); }
.btn-primary:hover { background: transparent; color: var(--forest); }
.cta-banner .btn-primary, .statement .btn-primary { background: var(--bone); color: var(--forest); border-color: var(--bone); }
.cta-banner .btn-primary:hover, .statement .btn-primary:hover { background: transparent; color: var(--bone); border-color: rgba(244,241,233,0.6); }
.btn-large { padding: 22px 52px; }
.btn-outline { background: transparent; color: var(--forest); }
.text-link { display: inline-block; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link:hover { border-color: var(--forest); }

/* ---- services tiers ---- */
.service-category { padding: 80px 0; border-bottom: 1px solid var(--line-soft); }
.service-category-header { margin-bottom: 48px; }
.service-category-header .cat-num, .cat-num { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey); display: block; margin-bottom: 14px; }
.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.tier-grid.two-col { grid-template-columns: repeat(2,1fr); max-width: 780px; }
.tier-card { background: var(--bone); border: 1px solid var(--line); padding: 40px 32px; display: flex; flex-direction: column; }
.tier-card:hover { border-color: var(--forest); }
.tier-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey); margin-bottom: 14px; }
.tier-card h4 { font-family: var(--display); font-size: 1.4rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 8px; color: var(--forest); }
.tier-subtitle { font-size: 0.85rem; color: var(--grey); margin-bottom: 20px; font-style: italic; }
.tier-card p.tier-desc, .tier-desc { font-size: 0.94rem; margin-bottom: 24px; }
.tier-includes { list-style: none; padding: 0; margin: 0 0 32px; flex-grow: 1; }
.tier-includes li { font-size: 0.88rem; color: var(--ink); padding: 9px 0 9px 20px; border-bottom: 1px solid var(--line-soft); position: relative; }
.tier-includes li::before { content: ''; position: absolute; left: 0; top: 16px; width: 10px; height: 1px; background: var(--forest); }
.tier-includes li:last-child { border-bottom: none; }
.tier-card .btn { width: 100%; text-align: center; margin-top: auto; }
.best-for { font-size: 0.8rem; color: var(--grey); margin-bottom: 22px; padding: 12px 16px; background: var(--bone-dim); }
.best-for strong { color: var(--forest); font-weight: 600; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; }
.vip-card { background: var(--bone); border: 1px solid var(--forest); padding: 56px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.vip-card h4 { font-family: var(--display); font-size: 1.8rem; font-weight: 800; text-transform: uppercase; margin-bottom: 16px; }

/* ---- faq ---- */
.faq-item { border-bottom: 1px solid var(--line-soft); padding: 28px 0; }
.faq-item h4 { font-family: var(--display); font-size: 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; margin-bottom: 10px; color: var(--forest); }
.faq-item p { line-height: 1.75; }

/* ---- forms ---- */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select, .form-input { width: 100%; padding: 15px 16px; background: #FBFAF6; border: 1px solid var(--line); color: var(--forest); font-family: var(--font); font-size: 0.92rem; transition: border-color .3s ease; }
.form-group input:focus, .form-group textarea:focus, .form-input:focus { outline: none; border-color: var(--forest); }
.form-group input::placeholder, .form-group textarea::placeholder, .form-input::placeholder { color: var(--grey); }
.form-submit { width: 100%; padding: 18px; background: var(--forest); color: var(--bone); border: 1px solid var(--forest); font-family: var(--font); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: all .3s ease; }
.form-submit:hover { background: transparent; color: var(--forest); }
.apply-content, .booking-content { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.apply-includes li { font-size: 0.94rem; color: var(--ink); padding: 10px 0 10px 26px; position: relative; }
.apply-includes li::before { content: ''; position: absolute; left: 0; top: 18px; width: 12px; height: 1px; background: var(--forest); }

/* ---- how steps / process ---- */
.how-steps, .process-vertical { max-width: 720px; margin: 0 auto; }
.how-step, .process-step { padding: 44px 0; border-bottom: 1px solid var(--line-soft); }
.how-step:last-child, .process-step:last-child { border-bottom: none; }
.how-step-content h4, .step-content h4, .how-step h4 { font-family: var(--display); font-size: 1.3rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; margin-bottom: 10px; color: var(--forest); }
.how-step-content p, .step-content p { line-height: 1.7; }

/* ---- credentials ---- */
.credentials { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; text-align: center; padding: 60px 0; }
.credential-item h4 { font-family: var(--display); font-size: 2.4rem; font-weight: 800; margin-bottom: 8px; color: var(--forest); }
.credential-item p { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--grey); }

/* ---- blog ---- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.blog-card { background: var(--bone); border: 1px solid var(--line-soft); overflow: hidden; }
.blog-card:hover { border-color: var(--line); }
.blog-card-image { height: 220px; overflow: hidden; background: var(--bone-dim); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 28px; }
.blog-tag, .blog-read-more, .blog-date { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey); }
.blog-card h4 { font-family: var(--display); font-size: 1.1rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; margin: 12px 0; color: var(--forest); }
.blog-card p { font-size: 0.9rem; margin-bottom: 18px; }

/* ---- press strip (inner) ---- */
.press-strip { text-align: center; padding: 60px 32px 0; }
.press-strip .press-logo, .press-strip img { filter: brightness(0) saturate(0); opacity: .8; height: 30px; margin: 12px auto 0; }
.press-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--grey); }

/* ---- footer (legacy footer-slim/footer-inner) ---- */
body.inner .footer, .footer-slim { background: var(--forest-deep); border-top: none; padding: 90px 44px 44px; }
.footer-inner { max-width: var(--wide); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-slim .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
.footer-brand p { color: rgba(244,241,233,0.5); font-size: 0.9rem; margin-top: 18px; }
.footer-brand .footer-logo-img, .footer-logo-img { height: 56px; width: auto; }
.footer-links h4 { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(244,241,233,0.5); margin-bottom: 20px; }
.footer-links a { display: block; font-size: 0.85rem; color: rgba(244,241,233,0.7); padding: 5px 0; }
.footer-links a:hover { color: var(--bone); }
.footer-signup-form { display: flex; margin-top: 8px; }
.footer-signup-form input[type=email] { flex: 1; padding: 11px 14px; background: transparent; border: 1px solid rgba(244,241,233,0.24); border-right: none; color: var(--bone); font-family: var(--font); font-size: 0.82rem; }
.footer-signup-form input::placeholder { color: rgba(244,241,233,0.4); }
.footer-signup-form button { padding: 11px 16px; background: transparent; border: 1px solid rgba(244,241,233,0.24); color: var(--bone); cursor: pointer; }
.footer-bottom { max-width: var(--wide); margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(244,241,233,0.14); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.72rem; color: rgba(244,241,233,0.42); }
.footer-bottom a { color: rgba(244,241,233,0.42); margin-left: 12px; }
.footer-bottom a:hover { color: var(--bone); }
.footer-social a { color: rgba(244,241,233,0.5); }

/* ---- mobile sticky cta ---- */
.mobile-sticky-cta { display: none; }

@media (max-width: 900px) {
  body.inner .nav-inner { padding: 16px 22px; }
  .page-hero { padding: 150px 0 72px; }
  .section { padding: 72px 0; }
  .container, .container-narrow, .container-wide { padding: 0 22px; }
  .two-col, .apply-content, .booking-content { grid-template-columns: 1fr; gap: 40px; }
  .col-image { min-height: 320px; }
  .tier-grid, .tier-grid.two-col { grid-template-columns: 1fr; }
  .vip-card { grid-template-columns: 1fr; padding: 40px 24px; }
  .blog-grid { grid-template-columns: 1fr; }
  .credentials { grid-template-columns: 1fr; gap: 32px; }
  .footer-inner, .footer-slim .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  body.inner .nav-cta { display: none; }
  .statement, .cta-banner { padding: 88px 22px; }
}
