:root {
  --ink: #10110f;
  --paper: #e8e5dc;
  --bone: #f3efe4;
  --signal: #d7ff32;
  --smoke: #20221f;
  --line: rgba(16,17,15,.22);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --title: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 96px; padding: 0 3.2vw; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); }
.wordmark { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.wordmark span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-right: 12px; border: 1px solid currentColor; letter-spacing: -.03em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #245a78; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.desktop-nav a { transition: opacity .25s; }
.desktop-nav a:hover { opacity: .62; }
.nav-cta { border: 1px solid currentColor; padding: 14px 18px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 780px; height: 100svh; position: relative; overflow: hidden; color: #fff; display: flex; align-items: flex-end; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: 3; top: 122px; width: 28px; height: 28px; border-top: 1px solid rgba(255,255,255,.55); }
.hero::before { left: 3.2vw; border-left: 1px solid rgba(255,255,255,.55); }
.hero::after { right: 3.2vw; border-right: 1px solid rgba(255,255,255,.55); }
.hero-image { position: absolute; inset: 0; background: url("hero-mountain.png") 50% 50%/cover; transform: scale(1.025); animation: drift 18s ease-out both; filter: saturate(.82) contrast(1.06); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,6,5,.54) 0%, rgba(3,6,5,.1) 60%, rgba(3,6,5,.02) 84%), linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.04) 64%); }
.hero-content { position: relative; z-index: 2; width: min(1320px, 91vw); padding: 0 0 4.5vh 4.8vw; }
.eyebrow { text-transform: uppercase; letter-spacing: .23em; font-size: 9px; font-weight: 700; margin-bottom: 28px; }
.eyebrow.light { color: rgba(255,255,255,.68); }
h1 { max-width: 1400px; line-height: .73; letter-spacing: -.055em; text-transform: uppercase; }
h1 span { display: block; font: 900 clamp(72px, 11.7vw, 184px)/.73 var(--title); }
h1 em { display: block; margin-left: 0; font: normal 900 clamp(53px, 8.55vw, 134px)/.78 var(--title); white-space: nowrap; }
.hero-copy { width: min(540px, 78vw); font-size: clamp(13px, 1vw, 16px); line-height: 1.55; margin: 26px 0 0; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; justify-content: space-between; gap: 48px; align-items: center; padding: 17px 20px; min-width: 235px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.light-button { background: var(--signal); color: var(--ink); }
.text-link { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; padding: 17px 0; border-bottom: 1px solid currentColor; }
.light-link { color: white; }
.image-note { position: absolute; z-index: 2; right: 3.2vw; bottom: 27px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; opacity: .62; }
.frame-data { position: absolute; z-index: 2; left: 3.2vw; bottom: 8px; display: flex; gap: 25px; min-width: 250px; padding-top: 5px; border-top: 1px solid rgba(255,255,255,.34); font: 8px/1 var(--sans); letter-spacing: .17em; opacity: .68; }

.section-pad { padding: 125px 7.5vw; }
.intro { overflow: hidden; background: var(--bone); }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; }
.intro h2, .section-heading h2, .about h2, .contact h2 { font: 900 clamp(52px, 7.5vw, 116px)/.85 var(--title); letter-spacing: -.035em; text-transform: uppercase; }
.intro-copy { padding-top: 12px; }
.intro-copy p { font-size: 15px; line-height: 1.72; margin-bottom: 24px; }

.cinema-break { height: min(83vw, 900px); min-height: 640px; position: relative; overflow: hidden; color: white; display: flex; align-items: flex-end; }
.cinema-break-image { position: absolute; inset: 0; background: url("wharariki-beach.jpg") center 50%/cover; }
.cinema-break-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,5,.7), rgba(4,7,5,.05) 65%), linear-gradient(0deg, rgba(4,7,5,.46), transparent 50%); }
.cinema-kicker { position: relative; z-index: 1; margin: 0 0 90px 7.5vw; max-width: 1100px; font: 900 clamp(68px, 11vw, 170px)/.78 var(--title); text-transform: uppercase; letter-spacing: -.045em; }
.cinema-caption { position: absolute; z-index: 1; bottom: 42px; left: 7.5vw; font-size: 8px; text-transform: uppercase; letter-spacing: .23em; }

.services { background: #d9d5ca; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 90px; }
.section-heading .eyebrow { width: 30%; }
.section-heading h2 { width: 64%; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: .3fr 1.2fr 1fr; gap: 34px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-number { font-size: 9px; letter-spacing: .18em; }
.service-row h3 { font: 900 clamp(28px, 3vw, 46px)/.94 var(--title); text-transform: uppercase; letter-spacing: -.015em; }
.service-row p { max-width: 500px; font-size: 14px; line-height: 1.65; color: #454841; }

.nz-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 840px; background: #151713; color: white; }
.nz-image { background: url("auckland-night-pexels.jpg") center 52%/cover; min-height: 650px; filter: saturate(.88) contrast(1.06); }
.nz-panel { padding: 110px 6vw 90px; display: flex; flex-direction: column; justify-content: center; }
.nz-panel h2 { font: 900 clamp(52px, 5.4vw, 84px)/.86 var(--title); letter-spacing: -.025em; margin-bottom: 45px; }
.nz-panel > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.68); margin-bottom: 20px; }
.feasibility-note { margin-top: 18px; padding: 22px 0 24px; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.feasibility-note span { display: block; margin-bottom: 12px; color: var(--signal); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.feasibility-note p { color: rgba(255,255,255,.88); font: 400 18px/1.45 var(--serif); }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.location-tags span { border: 1px solid rgba(255,255,255,.25); padding: 9px 13px; font-size: 8px; text-transform: uppercase; letter-spacing: .17em; }

.process { background: var(--bone); }
.section-heading.compact { margin-bottom: 80px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { padding: 28px 28px 0 0; border-right: 1px solid var(--line); min-height: 260px; }
.process-step + .process-step { padding-left: 28px; }
.process-step:last-child { border-right: 0; }
.process-step span { font-size: 8px; letter-spacing: .18em; }
.process-step h3 { font: 900 27px/.95 var(--title); text-transform: uppercase; letter-spacing: -.01em; margin: 60px 0 17px; }
.process-step p { color: #555950; line-height: 1.6; font-size: 13px; }

.about { position: relative; overflow: hidden; background: #151713; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.about::after { content: "NZ"; position: absolute; right: 4vw; bottom: -5vw; font: italic 400 28vw/.7 var(--serif); color: rgba(255,255,255,.025); pointer-events: none; }
.about-title { position: sticky; align-self: start; top: 50px; z-index: 1; }
.about-copy { position: relative; z-index: 1; }
.about-copy .lead { font: 400 clamp(28px, 3vw, 44px)/1.27 var(--serif); color: white; margin-bottom: 45px; }
.about-copy > p:not(.lead) { font-size: 14px; line-height: 1.78; color: rgba(255,255,255,.63); margin-bottom: 25px; }
.about-copy .experience-note { border-top: 1px solid rgba(255,255,255,.18); padding-top: 25px; font-size: 11px !important; text-transform: uppercase; letter-spacing: .08em; }

.contact { overflow: hidden; background: linear-gradient(90deg, rgba(10,11,9,.86) 0%, rgba(10,11,9,.58) 62%, rgba(10,11,9,.4) 100%), url("sheep-sunset.jpg") center 58%/cover; color: #fff; min-height: 780px; }
.contact .eyebrow.light { color: rgba(255,255,255,.68); }
.contact h2 { font-size: clamp(66px, 10vw, 154px); }
.contact-intro { width: min(580px, 90%); font-size: 16px; line-height: 1.65; margin: 36px 0 70px; }
.contact-email { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); font: italic 400 clamp(26px, 4.6vw, 70px)/1 var(--serif); letter-spacing: -.04em; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 45px; }
.contact-details div { display: flex; flex-direction: column; gap: 10px; }
.contact-details span { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }
.contact-details a, .contact-details p { font-size: 13px; }

footer { min-height: 155px; padding: 42px 3.2vw; background: #0d0e0c; color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-mark span { border-color: var(--signal); color: var(--signal); }
footer p { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.48); line-height: 1.6; }
footer p:last-child { text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 9px; }
.footer-links a, .footer-links button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: rgba(255,255,255,.72); font: inherit; text-transform: inherit; letter-spacing: inherit; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }

.consent-banner[hidden] { display: none; }
.consent-banner { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(560px, calc(100vw - 44px)); padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; background: rgba(13,14,12,.97); color: #fff; border: 1px solid rgba(255,255,255,.32); box-shadow: 0 20px 65px rgba(0,0,0,.35); }
.consent-banner strong { display: block; margin-bottom: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.consent-banner p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.consent-banner p a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.4); font: 700 9px/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.consent-decline { background: transparent; color: #fff; }
.consent-accept { background: var(--signal); border-color: var(--signal) !important; color: var(--ink); }

@keyframes drift { from { transform: scale(1.08); } to { transform: scale(1.025); } }

@media (max-width: 820px) {
  body.menu-open { overflow: hidden; }
  .site-header { height: 76px; padding: 0 20px; z-index: 30; transition: background-color .35s ease; }
  body.menu-open .site-header { position: fixed; background: rgba(8,9,7,.92); }
  .wordmark { font-size: 10px; }
  .wordmark span { width: 30px; height: 30px; margin-right: 8px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: white; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .35s ease, opacity .25s ease; }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 20; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 118px 22px 34px; color: white; background: linear-gradient(90deg, rgba(7,8,6,.96), rgba(7,8,6,.84)), url("hero-mountain.png") 56% 50%/cover; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .38s ease, visibility .38s ease; }
  body.menu-open .mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu-nav { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.28); }
  .mobile-menu-nav a { display: grid; grid-template-columns: 38px 1fr; align-items: baseline; padding: 17px 0 15px; border-bottom: 1px solid rgba(255,255,255,.28); font: 900 clamp(42px, 13vw, 68px)/.86 var(--title); letter-spacing: -.025em; text-transform: uppercase; transform: translateY(16px); opacity: 0; transition: transform .45s ease, opacity .35s ease, color .2s ease; }
  .mobile-menu-nav a span { align-self: start; padding-top: 5px; font: 700 8px/1 var(--sans); letter-spacing: .18em; color: var(--signal); }
  .mobile-menu-nav a:active { color: var(--signal); }
  body.menu-open .mobile-menu-nav a { transform: translateY(0); opacity: 1; }
  body.menu-open .mobile-menu-nav a:nth-child(2) { transition-delay: .04s; }
  body.menu-open .mobile-menu-nav a:nth-child(3) { transition-delay: .08s; }
  body.menu-open .mobile-menu-nav a:nth-child(4) { transition-delay: .12s; }
  .mobile-menu-meta { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .19em; text-transform: uppercase; }
  .hero { min-height: 760px; }
  .hero::before, .hero::after { top: 96px; }
  .hero-content { width: auto; padding: 0 22px 56px; }
  .hero-image { background-position: 56% 50%; }
  h1 span { font-size: clamp(60px, 18.5vw, 91px); }
  h1 em { margin: 4px 0 0; font-size: clamp(44px, 13.3vw, 66px); white-space: normal; }
  .hero-copy { width: auto; font-size: 15px; margin-top: 35px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 4px; }
  .image-note, .frame-data { display: none; }
  .section-pad { padding: 88px 22px; }
  .intro-grid, .about { grid-template-columns: 1fr; gap: 50px; }
  .intro h2, .section-heading h2, .about h2, .contact h2 { font-size: 54px; }
  .cinema-break { height: 760px; min-height: 0; }
  .cinema-kicker { margin: 0 22px 78px; font-size: 60px; }
  .cinema-caption { left: 22px; }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading .eyebrow, .section-heading h2 { width: auto; }
  .service-row { grid-template-columns: 34px 1fr; gap: 18px; }
  .service-row p { grid-column: 2; }
  .nz-feature { grid-template-columns: 1fr; }
  .nz-image { min-height: 540px; }
  .nz-image { background-position: center 52%; }
  .nz-panel { padding: 80px 22px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step { border-bottom: 1px solid var(--line); min-height: 230px; padding: 25px 18px 25px 0; }
  .process-step + .process-step { padding-left: 18px; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step h3 { font-size: 23px; margin-top: 48px; }
  .about-title { position: static; }
  .contact-email { font-size: 26px; overflow-wrap: anywhere; }
  .contact-details { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 42px 22px; }
  footer p:last-child { text-align: left; }
  .consent-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); grid-template-columns: 1fr; gap: 18px; }
  .consent-actions { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-image { animation: none; } .mobile-menu, .mobile-menu-nav a, .menu-toggle span { transition: none; } }
