:root {
  --background: #f5f0e8; --foreground: #201c19; --card: #fffdf8;
  --primary: #6d3f32; --primary-foreground: #fffaf3;
  --secondary: #ded1bd; --secondary-foreground: #2d2621;
  --muted: #eae1d5; --muted-foreground: #72685f; --accent: #c7a78c;
  --border: rgba(48, 38, 31, .18); --radius: .55rem;
  --font-display: 'Cormorant Garamond'; --font-sans: 'Manrope';
  --hero-dark: #3b302b; --cream: #fff9ef; --sage: #d7cab8; --services-bg: #e8dfd2; --quote-bg: #a95f49;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--foreground); font-family: var(--font-sans), Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.hero-shell { min-height: 100svh; padding: 0 3.4vw 3.4vw; background: radial-gradient(circle at 12% 10%, #fffaf1 0, transparent 32%), var(--background); }
.site-header { height: 110px; margin-inline: 3.4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--border); }
.brand img { width: 175px; height: auto; display: block; filter: brightness(.3); }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); align-items: center; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav ul { display: contents; list-style: none; }
.desktop-nav li { display: contents; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--primary); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.book-button { justify-self: end; height: 44px; border-radius: 999px; padding: 0 22px; display: inline-flex; align-items: center; background: transparent; color: var(--foreground); border: 1px solid var(--foreground); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.book-button:hover { background: var(--foreground); color: white; }

.hero-grid { min-height: calc(100svh - 145px); display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(32px, 6vw, 100px); align-items: center; padding: 4.5vw 1vw 1vw; }
.hero-copy { max-width: 650px; padding-left: 2vw; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 28px; color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(58px, 7vw, 112px); font-weight: 500; line-height: .84; letter-spacing: -.045em; }
h1 em { color: var(--primary); font-weight: 400; }
.hero-lede { max-width: 560px; margin: 34px 0 0; color: #5c534c; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-cta { min-height: 54px; border-radius: 999px; padding: 0 26px; gap: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--primary); color: white; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; }
.primary-cta:hover { background: #4f2d24; }
.text-link { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.hero-meta { margin-top: 46px; display: flex; gap: 13px; align-items: flex-start; font-size: 12px; line-height: 1.7; text-transform: uppercase; letter-spacing: .08em; color: #6f655d; }

.hero-visual { position: relative; min-height: min(720px, calc(100svh - 190px)); overflow: hidden; background: #d7cab8; }
.hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 51% center; transition: transform .8s ease; }
.hero-visual:hover .hero-image { transform: scale(1.015); }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(29, 21, 17, .32)); pointer-events: none; }
.hero-stamp { position: absolute; top: 30px; right: 30px; z-index: 1; width: 122px; height: 122px; border-radius: 50%; background: rgba(246, 240, 231, .88); backdrop-filter: blur(8px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.hero-stamp strong { margin: 4px 0; font-family: var(--font-display), Georgia, serif; font-size: 29px; font-weight: 500; letter-spacing: 0; }
.hero-note { position: absolute; left: 0; bottom: 0; z-index: 1; display: flex; gap: 18px; align-items: center; background: var(--background); padding: 20px 28px; min-width: 285px; }
.hero-note strong { font-family: var(--font-display), Georgia, serif; font-size: 18px; font-weight: 600; }
.hero-note div span { color: #746a62; font-size: 11px; }

.hero-banner-shell { padding: 0; min-height: 0; background: var(--background); }
.hero-banner-shell .site-header { margin-inline: 3.4vw; }
.hero-banner { min-height: clamp(600px, 72svh, 740px); overflow: hidden; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); background: var(--hero-dark); }
.hero-banner-images { position: relative; grid-column: 2; grid-row: 1; min-height: 100%; overflow: hidden; background: var(--sage); }
.hero-banner-images img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.01); animation: hero-crossfade 40s infinite; }
.hero-banner-images img:first-child { opacity: 1; animation-delay: 0s; }
.hero-banner-images img:nth-child(2) { animation-delay: 5s; }
.hero-banner-images img:nth-child(3) { animation-delay: 10s; }
.hero-banner-images img:nth-child(4) { animation-delay: 15s; }
.hero-banner-images img:nth-child(5) { animation-delay: 20s; }
.hero-banner-images img:nth-child(6) { animation-delay: 25s; }
.hero-banner-images img:nth-child(7) { animation-delay: 30s; }
.hero-banner-images img:nth-child(8) { animation-delay: 35s; }
.hero-banner-copy { position: relative; z-index: 3; grid-column: 1; grid-row: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: center; width: auto; padding: clamp(55px, 7vw, 105px); color: var(--cream); background: var(--hero-dark); }
.hero-banner-copy h1 { text-shadow: 0 2px 24px rgba(0,0,0,.2); }
.hero-banner-copy h1 em, .hero-banner-copy .eyebrow { color: #e5bfa4; }
.hero-banner-copy .hero-lede, .hero-banner-copy .hero-meta { color: #f0e7df; }
.hero-banner-copy .primary-cta { background: var(--cream); color: #322722; }
.hero-banner-copy .primary-cta:hover { background: #e9d6c7; }
.hero-banner-copy .text-link { color: #fff9ef; }
@keyframes hero-crossfade {
  0%, 10% { opacity: 1; transform: scale(1.01); }
  12.5%, 100% { opacity: 0; transform: scale(1.045); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-banner-images img { animation: none; }
  .hero-banner-images img:last-child { display: none; }
}

@media (max-width: 900px) {
  .hero-shell { padding-inline: 20px; } .hero-banner-shell { padding-inline: 0; } .site-header { height: 88px; margin-inline: 20px; grid-template-columns: 1fr auto; }
  .brand img { width: 125px; } .desktop-nav { display: none; } .book-button { height: 40px; padding-inline: 15px; }
  .hero-grid { grid-template-columns: 1fr; padding: 52px 0 20px; } .hero-copy { padding: 0; } .hero-visual { min-height: 68svh; }
  .hero-banner { min-height: 0; grid-template-columns: 1fr; } .hero-banner-copy { grid-column: 1; grid-row: 1; padding: 65px 30px 55px; }
  .hero-banner-images { grid-column: 1; grid-row: 2; min-height: min(620px, 72svh); }
}
@media (max-width: 560px) {
  .book-button { font-size: 0; width: 42px; height: 42px; padding: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; } .book-button::after { content: 'Book'; font-size: 8px; letter-spacing: .04em; }
  h1 { font-size: clamp(51px, 17vw, 76px); } .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-lede { font-size: 16px; } .hero-meta { margin-top: 34px; } .hero-visual { min-height: 560px; }
  .hero-stamp { width: 100px; height: 100px; top: 18px; right: 18px; }
}

/* Shared editorial sections */
.section-pad, .page-pad { padding: clamp(80px, 9vw, 150px) clamp(24px, 7vw, 120px); }
.page-shell { padding: 0 3.4vw; background: #f5f0e8; }
.inner-header { position: relative; }
.section-kicker { margin: 0 0 18px; color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 55px; }
.section-heading h2, .manifesto-grid h2, .split-copy h2, .honua-band h2, .booking-banner h2, .about-body h2, .service-note h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(46px, 6vw, 88px); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.arrow-link, .light-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.arrow-link svg, .light-link svg { width: 15px; transition: transform .25s ease; }
.arrow-link:hover svg, .light-link:hover svg { transform: translateX(4px); }

.manifesto-section { background: #fffdf8; }
.manifesto-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 9vw, 150px); align-items: start; }
.manifesto-grid > div { max-width: 620px; }
.manifesto-grid p { margin: 0 0 30px; color: #5f554d; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.8; }
.services-feature { background: var(--services-bg); }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.feature-card { min-height: 410px; padding: 38px clamp(24px, 3vw, 48px); border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.feature-card:last-child { border-right: 0; }
.feature-card h3 { margin: 48px 0 20px; font-family: var(--font-display), Georgia, serif; font-size: clamp(31px, 3vw, 45px); font-weight: 500; line-height: 1; }
.feature-card p { color: #675e56; line-height: 1.75; font-size: 14px; }
.feature-card > div { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 30px; border-top: 1px solid var(--border); }
.feature-card strong { color: var(--primary); font-family: var(--font-display), Georgia, serif; font-size: 26px; font-weight: 500; }
.feature-card small { color: #6c625a; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }

.split-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 780px; background: #412d27; color: #f7f0e6; }
.split-image { min-height: 720px; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; object-position: 17% center; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.split-copy .section-kicker { color: #d9b99d; }
.split-copy h2 em { color: #d7b79d; font-weight: 400; }
.split-copy > p:not(.section-kicker) { margin: 34px 0; color: #d8cbc4; font-size: 17px; line-height: 1.85; }
.light-link { width: fit-content; }

.gallery-preview { background: #fffdf8; }
.preview-mosaic { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: 300px 340px; gap: 18px; }
.preview-mosaic figure { margin: 0; overflow: hidden; }
.preview-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.preview-mosaic figure:hover img { transform: scale(1.025); }
.mosaic-tall { grid-row: 1 / 3; }
.mosaic-wide { grid-column: 2 / 4; }
.honua-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 8vw, 130px); background: #d7ddd0; }
.honua-band > div { max-width: 600px; }
.honua-band p:not(.section-kicker) { color: #4f584d; line-height: 1.85; font-size: 17px; margin: 28px 0; }
.honua-band img { width: 100%; mix-blend-mode: multiply; }
.booking-banner { text-align: center; background: var(--primary); color: #fff9ef; }
.booking-banner .section-kicker { color: #dfc5b0; }
.booking-banner h2 { max-width: 950px; margin-inline: auto; }
.cream-cta { margin-top: 35px; min-height: 54px; padding: 0 26px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #fff8ed; color: #3c2d27; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; gap: 10px; }

/* Header navigation */
.header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--primary); border-radius: 50%; background: transparent; color: var(--primary); flex-direction: column; align-items: stretch; justify-content: center; gap: 4px; }
.menu-button span { display: block; height: 1px; background: currentColor; }
.mobile-overlay { position: fixed; inset: 0; z-index: 99; background: rgba(32,25,22,.38); backdrop-filter: blur(3px); }
.mobile-sheet { position: fixed; inset: 0 0 0 auto; z-index: 100; width: min(90vw, 420px); padding: 34px 28px; overflow-y: auto; background: var(--background); color: var(--foreground); border-left: 1px solid var(--border); transform: translateX(105%); transition: transform .25s ease; }
.menu-open .mobile-sheet { transform: translateX(0); }
.mobile-sheet h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: 30px; font-weight: 500; }
.mobile-sheet > p { margin: 8px 0 0; color: #6b6159; line-height: 1.6; font-size: 13px; }
.mobile-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: var(--primary); font-family: Georgia, serif; font-size: 34px; line-height: 1; cursor: pointer; }
.mobile-menu-logo { display: block; width: 170px; height: auto; margin: 8px 0 4px; filter: brightness(.3); }
.mobile-nav { padding: 14px 0 0; display: flex; flex-direction: column; }
.mobile-nav ul { display: contents; list-style: none; }
.mobile-nav li { display: contents; }
.mobile-nav > a { padding: 18px 0; border-bottom: 1px solid var(--border); font-family: var(--font-display), Georgia, serif; font-size: 34px; }
.mobile-nav > li > a { padding: 18px 0; border-bottom: 1px solid var(--border); font-family: var(--font-display), Georgia, serif; font-size: 34px; }
.mobile-nav .mobile-book { width: 100%; min-height: 52px; margin-top: 26px; padding: 16px 20px; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--primary); color: white; border: 0; border-radius: 8px; font-family: var(--font-sans); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; }

/* Footer */
.site-footer { padding: 85px clamp(24px, 6vw, 100px) 30px; background: var(--hero-dark); color: #eee5da; }
.footer-top { display: grid; grid-template-columns: 1.25fr .7fr 1fr .65fr; gap: clamp(30px, 5vw, 90px); padding-bottom: 70px; }
.footer-intro img { width: 180px; height: auto; }
.footer-intro p { max-width: 330px; color: #ad9e93; line-height: 1.75; font-size: 13px; }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 14px; }
.footer-links > span, .footer-social > span { margin-bottom: 10px; color: #c8a98e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.footer-links a { display: flex; align-items: flex-start; gap: 9px; color: #cabfb6; font-size: 12px; line-height: 1.65; }
.footer-social > div { display: flex; gap: 10px; }
.footer-social > div a { width: 42px; height: 42px; border: 1px solid #5a4e47; border-radius: 50%; display: grid; place-items: center; }
.footer-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social .social-dot, .footer-social .social-fill { fill: currentColor; stroke: none; }
.footer-book { margin-top: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { padding-top: 25px; border-top: 1px solid #403732; display: flex; justify-content: space-between; color: #8e8179; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.back-to-top { display: inline-flex; align-items: center; gap: 10px; margin-left: 28px; color: #c8a98e; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.back-to-top svg { width: 32px; height: 32px; padding: 7px; border: 1px solid #5a4e47; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.6; }

/* Interior page heroes */
.page-hero { padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 140px); text-align: center; background: #fffdf8; }
.page-hero h1, .about-intro h1, .contact-copy h1, .article-page h1 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(62px, 9vw, 132px); font-weight: 500; line-height: .85; letter-spacing: -.045em; }
.page-hero > p:not(.section-kicker) { max-width: 650px; margin: 28px auto 0; color: #675e56; font-size: 17px; line-height: 1.75; }
.page-hero .primary-cta { margin-top: 32px; }

/* About */
.about-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; gap: clamp(40px, 8vw, 120px); background: #e6dbcc; }
.about-portrait { min-height: 640px; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 13% center; }
.about-intro { display: flex; flex-direction: column; justify-content: center; }
.about-intro .intro-copy { margin: 30px 0; max-width: 500px; color: #655b53; font-size: 18px; line-height: 1.7; }
.signature { margin-top: 35px; color: var(--primary); font-family: var(--font-display), Georgia, serif; font-size: 38px; font-style: italic; }
.about-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 170px); background: #fffdf8; }
.long-copy p { margin-top: 0; margin-bottom: 24px; color: #655b53; line-height: 1.85; font-size: 16px; }
.long-copy .arrow-link { margin-top: 12px; }
.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--primary); color: white; padding: 55px clamp(24px, 7vw, 120px); }
.value-strip > div { min-height: 150px; padding: 20px clamp(20px, 4vw, 65px); border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: center; text-align: center; }
.value-strip > div:last-child { border: 0; }
.value-strip svg { margin-bottom: 20px; color: #e5cbb6; }
.value-strip strong { font-family: var(--font-display), Georgia, serif; font-size: 27px; font-weight: 500; }
.value-strip span { margin-top: 8px; color: #dacac0; font-size: 11px; line-height: 1.6; }
.about-gallery { display: grid; grid-template-columns: 1fr 1.25fr 1fr 1.25fr; gap: 16px; background: #f5f0e8; }
.about-gallery img { width: 100%; height: 410px; object-fit: cover; }
.about-gallery img:nth-child(even) { margin-top: 55px; }
.quote-band { padding: 100px 30px; text-align: center; background: #d7ddd0; }
.quote-band blockquote { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(38px, 5vw, 70px); font-style: italic; }
.quote-band span { display: block; margin-top: 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.quote-band-home { background: var(--quote-bg); color: var(--cream); }
.quote-band-home span { color: #ead7c8; }

/* Services */
.services-hero { background: #e7ddd0; }
.service-group { display: grid; grid-template-columns: .36fr .64fr; gap: clamp(40px, 8vw, 120px); background: #fffdf8; }
.group-1 { background: #f0e8dc; }
.group-heading { display: flex; gap: 25px; align-items: flex-start; position: sticky; top: 30px; height: fit-content; }
.group-heading h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(53px, 6vw, 86px); font-weight: 500; line-height: .9; }
.service-list { border-top: 1px solid var(--border); }
.service-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--border); }
.service-row h3, .addons h3 { margin: 0 0 10px; font-family: var(--font-display), Georgia, serif; font-size: 28px; font-weight: 600; }
.service-row p, .addons p { max-width: 680px; margin: 0; color: #6a6058; font-size: 13px; line-height: 1.75; }
.service-price { min-width: 140px; text-align: right; display: flex; flex-direction: column; }
.service-price strong { color: var(--primary); font-family: var(--font-display), Georgia, serif; font-size: 23px; font-weight: 600; }
.service-price span { margin-top: 5px; color: #786d65; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.addons { padding: 38px; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; background: #d7ddd0; }
.addons ul { list-style: none; padding: 0; margin: 0; }
.addons li { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(45,55,43,.15); font-size: 12px; }
.service-note { display: flex; gap: 50px; align-items: end; justify-content: space-between; background: var(--primary); color: white; }
.service-note > div { max-width: 800px; }
.service-note p:not(.section-kicker) { max-width: 640px; color: #decfc5; line-height: 1.75; }
.service-note .section-kicker { color: #e2c4ad; }
.service-note .cream-cta { flex-shrink: 0; }

/* Gallery */
.gallery-hero { background: #dfd3c3; }
.portfolio-filter { padding: 35px clamp(24px, 7vw, 120px) 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; background: #fffdf8; }
.portfolio-filter button { min-height: 42px; padding: 0 22px; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: var(--foreground); font: 700 10px/1 var(--font-sans); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.portfolio-filter button:hover, .portfolio-filter button.is-active { background: var(--primary); color: white; border-color: var(--primary); }
.full-gallery { column-count: 3; column-gap: 18px; background: #fffdf8; }
.gallery-item { position: relative; margin: 0 0 18px; break-inside: avoid; overflow: hidden; }
.gallery-item[hidden] { display: none; }
.gallery-item img { display: block; width: 100%; height: auto; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.02); }

/* Booking and contact */
.booking-hero { background: #d7ddd0; }
.booking-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(35px, 7vw, 100px); align-items: start; background: #fffdf8; }
.booking-aside { display: flex; flex-direction: column; gap: 22px; }
.booking-aside > div { padding: 26px; background: #f0e8dc; }
.booking-aside svg { color: var(--primary); }
.booking-aside h3 { margin: 15px 0 8px; font-family: var(--font-display), Georgia, serif; font-size: 24px; }
.booking-aside p { margin: 0; color: #6b6159; font-size: 12px; line-height: 1.7; }
.booking-aside a { display: inline-block; margin-top: 14px; color: var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; }
.scheduler-wrap { min-height: 900px; border: 1px solid var(--border); background: white; }
.bridal-hero { background: #eadfd4; }
.bridal-layout { display: grid; grid-template-columns: minmax(260px, 360px) minmax(0, 1fr); gap: clamp(35px, 7vw, 100px); align-items: start; background: #fffdf8; }
.bridal-aside { position: sticky; top: 30px; padding: 38px; background: #3b302b; color: #fff9ef; }
.bridal-aside > svg { color: #d6ab8d; width: 34px; height: 34px; }
.bridal-aside h2 { margin: 24px 0 18px; font-family: var(--font-display), Georgia, serif; font-size: 42px; font-weight: 500; line-height: 1; }
.bridal-aside p { color: #d8cbc2; font-size: 13px; line-height: 1.8; }
.bridal-aside div, .bridal-aside a { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; color: #eadfd4; font-size: 12px; line-height: 1.6; }
.bridal-aside .bridal-direct { justify-content: center; padding: 13px 18px; background: #fff9ef; color: #3b302b; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.bridal-aside div svg, .bridal-aside a svg { width: 17px; height: 17px; flex: 0 0 auto; }
.bridal-portal { position: relative; min-height: 820px; overflow: hidden; background: #d7ddd0; }
.bridal-portal > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bridal-portal::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(33,28,25,.04) 30%, rgba(33,28,25,.82) 100%); }
.bridal-portal-copy { position: absolute; left: clamp(25px, 6vw, 75px); right: clamp(25px, 6vw, 75px); bottom: clamp(25px, 6vw, 70px); z-index: 1; max-width: 650px; color: #fff9ef; }
.bridal-portal-copy .section-kicker { color: #e6c4aa; }
.bridal-portal-copy h2 { margin: 12px 0 18px; font-family: var(--font-display), Georgia, serif; font-size: clamp(48px, 6vw, 82px); font-weight: 500; line-height: .95; }
.bridal-portal-copy > p:not(.section-kicker) { max-width: 560px; color: #eadfd7; font-size: 14px; line-height: 1.75; }
.bridal-portal-copy > a { display: inline-flex; margin-top: 18px; padding: 15px 22px; background: #fff9ef; color: #3b302b; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 9vw, 140px); align-items: center; background: #e7ddd0; }
.contact-copy > p:not(.section-kicker) { max-width: 530px; color: #665c54; font-size: 17px; line-height: 1.75; }
.contact-methods { margin-top: 45px; display: flex; flex-direction: column; gap: 22px; }
.contact-methods a { display: flex; gap: 15px; align-items: flex-start; }
.contact-methods svg { margin-top: 5px; color: var(--primary); }
.contact-symbol, .aside-icon, .bridal-heart, .value-icon { color: var(--primary); font-size: 24px; line-height: 1; }
.contact-methods span { font-size: 13px; line-height: 1.7; }
.contact-methods small { display: block; margin-bottom: 3px; color: var(--primary); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-social { display: flex; gap: 14px; margin-top: 35px; }
.contact-social a { display: flex; gap: 8px; align-items: center; padding: 11px 16px; border: 1px solid var(--border); border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-social svg { width: 15px; }
.contact-image { position: relative; min-height: 700px; }
.contact-image > img { width: 100%; height: 700px; object-fit: cover; }
.contact-image > div { position: absolute; left: 0; bottom: 0; padding: 25px 30px; background: #fffdf8; min-width: 230px; }
.contact-image > div span { color: var(--primary); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-image > div p { margin: 5px 0 12px; font-family: var(--font-display), Georgia, serif; font-size: 26px; }
.contact-image > div a { font-size: 10px; text-transform: uppercase; border-bottom: 1px solid; }

/* Journal */
.journal-hero { background: #eadfd1; }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 90px); background: #fffdf8; }
.journal-card:nth-child(2) { margin-top: 0; }
.journal-image { display: block; height: 560px; overflow: hidden; background: #ddd; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.journal-card:hover .journal-image img { transform: scale(1.02); }
.journal-card > div { padding-top: 28px; }
.post-meta { display: flex; gap: 20px; color: #8a7b70; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.post-meta span { color: var(--primary); font-weight: 800; }
.journal-card h2 { margin: 17px 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1; }
.journal-card p { color: #6b6159; line-height: 1.75; font-size: 14px; }
.journal-card .arrow-link { margin-top: 12px; }
.article-page { max-width: 1300px; margin: auto; background: #fffdf8; }
.back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 60px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.back-link svg { width: 14px; }
.article-page header { max-width: 1000px; margin-bottom: 60px; }
.article-image { width: 100%; height: 720px; object-fit: cover; }
.article-honua { object-fit: contain; background: #e3e9de; }
.article-copy { max-width: 760px; margin: 75px auto 0; }
.article-copy p { color: #625850; font-size: 16px; line-height: 1.9; }
.article-copy .article-lead { color: var(--foreground); font-family: var(--font-display), Georgia, serif; font-size: 29px; line-height: 1.45; }
.article-callout { margin: 45px 0; padding: 30px; background: #e7ddd0; display: flex; gap: 20px; align-items: flex-start; }
.article-callout svg { color: var(--primary); }
.article-callout div { display: flex; flex-direction: column; gap: 5px; }
.article-callout strong { font-family: var(--font-display), Georgia, serif; font-size: 23px; }
.article-callout span { color: #695f57; font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
  .desktop-nav { display: none; } .menu-button { display: inline-flex; } .inner-header { grid-template-columns: 1fr auto; }
  .manifesto-grid, .split-story, .honua-band, .about-hero, .about-body, .service-group, .contact-layout { grid-template-columns: 1fr; }
  .feature-cards { grid-template-columns: 1fr; } .feature-card { border-right: 0; border-bottom: 1px solid var(--border); min-height: 330px; }
  .split-image { min-height: 0; overflow: visible; } .split-image img { display: block; height: auto; object-fit: contain; object-position: center; } .split-story { min-height: 0; }
  .preview-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 300px 300px; }
  .mosaic-tall { grid-row: 1 / 3; } .mosaic-wide { grid-column: 1 / 3; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .about-portrait { min-height: 0; overflow: visible; } .about-portrait img { display: block; height: auto; object-fit: contain; object-position: center; }
  .about-intro { padding: 20px 0; } .about-body { gap: 45px; }
  .about-gallery { grid-template-columns: 1fr 1fr; } .about-gallery img:nth-child(even) { margin-top: 0; }
  .group-heading { position: static; } .service-note { align-items: flex-start; flex-direction: column; }
  .full-gallery { column-count: 2; }
  .booking-layout, .bridal-layout { grid-template-columns: 1fr; } .booking-aside { display: grid; grid-template-columns: repeat(3, 1fr); }
  .bridal-aside { position: static; }
  .journal-image { height: 430px; }
}

@media (max-width: 620px) {
  .section-pad, .page-pad { padding: 70px 20px; } .page-shell { padding: 0 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }
  .preview-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 380px); }
  .mosaic-tall, .mosaic-wide { grid-row: auto; grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; } .back-to-top { margin: 20px 0 0; }
  .value-strip { grid-template-columns: 1fr; } .value-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-gallery { grid-template-columns: 1fr; } .about-gallery img { height: 480px; }
  .service-row { grid-template-columns: 1fr; } .service-price { text-align: left; } .addons { grid-template-columns: 1fr; }
  .full-gallery { column-count: 1; padding-inline: 12px; }
  .booking-aside { grid-template-columns: 1fr; }
  .contact-image, .contact-image > img { min-height: 530px; height: 530px; }
  .journal-grid { grid-template-columns: 1fr; } .journal-card:nth-child(2) { margin-top: 25px; }
  .journal-image { height: 460px; } .article-image { height: 480px; }
}

body.admin-bar .mobile-sheet { top: 32px; }
@media (max-width: 782px) { body.admin-bar .mobile-sheet { top: 46px; } }
