@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,500;0,600;1,500&family=Cormorant+Garamond:ital,wght@0,600;1,600&family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root { --ink:#102331; --paper:#f5f1e8; --gold:#b89352; --gold-readable:#7d622f; --slate:#667078; --forest:#1b3840; --line:rgba(16,35,49,.16); --page: min(1180px, 88vw); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font:16px/1.6 'DM Sans',sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { background:rgba(245,241,232,.94); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; }
.header-inner { width:var(--page); height:76px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { font:600 28px/.92 'Cormorant Garamond',serif; letter-spacing:-.025em; }
.brand span { color:var(--gold); font-style:italic; }
.site-nav { display:flex; gap:22px; font:500 13px/1 'DM Mono',monospace; letter-spacing:.07em; text-transform:uppercase; }
.site-nav a { padding:8px 0; border-bottom:1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { border-color:var(--gold); }
.menu-button { display:none; border:0; background:transparent; font:500 11px 'DM Mono',monospace; letter-spacing:.08em; }
.site-footer { background:var(--ink); color:#eae6de; padding:42px 0; }
.footer-inner { width:var(--page); margin:auto; display:flex; justify-content:space-between; gap:20px; font-size:13px; }
.footer-label { color:#cda66a; font:500 10px 'DM Mono',monospace; letter-spacing:.13em; text-transform:uppercase; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 19px; border:1px solid var(--ink); background:var(--ink); color:white; font:600 11px 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; transition:.2s ease; }
.button:hover { background:var(--gold); border-color:var(--gold); }
.button--light { background:transparent; color:var(--ink); }
.button--light:hover { color:white; }
.button--gold { background:#d9ad62; border-color:#d9ad62; color:#102331; box-shadow:0 10px 28px rgba(0,0,0,.16); }
.button--gold:hover { background:#efca86; border-color:#efca86; color:#102331; }
.button--ivory { background:#f5f1e8; border-color:#f5f1e8; color:#102331; box-shadow:0 10px 28px rgba(0,0,0,.12); }
.button--ivory:hover { background:#fff; border-color:#fff; color:#102331; }
.eyebrow, .field-mark { font:500 10px/1.4 'DM Mono',monospace; letter-spacing:.13em; text-transform:uppercase; color:var(--gold); }
.homepage-label { font-size:13px; letter-spacing:.12em; }
.section { width:var(--page); margin:0 auto; padding:96px 0; }
.section-rule { border-top:1px solid var(--line); }
h1,h2,h3 { font-family:'Playfair Display',serif; line-height:1.08; letter-spacing:-.045em; font-weight:500; }
h1 { font-size:clamp(48px,7vw,92px); } h2 { font-size:clamp(34px,4vw,56px); } h3 { font-size:27px; }
.page-hero { padding:100px 0 74px; background:var(--ink); color:white; }
.page-hero .inner { width:var(--page); margin:auto; max-width:1180px; }
.page-hero p { max-width:650px; color:#d6d3ce; }
.hero { min-height:780px; position:relative; color:white; display:grid; align-items:end; overflow:hidden; background:var(--ink); }
.hero-backdrop { position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,12,17,.84) 0%,rgba(7,12,17,.58) 43%,rgba(7,12,17,.16) 72%),url('../images/gen-z-cover-photo-no-people-v3.png') center/cover; }
.hero-inner { position:relative; width:var(--page); margin:0 auto; padding:124px 0 80px; animation:hero-float 7s ease-in-out infinite; }
.hero-backdrop { animation:hero-drift 18s ease-in-out infinite alternate; } .hero-inner .eyebrow,.hero-inner h1,.hero-inner .hero-copy,.hero-inner .hero-actions,.hero-inner .hero-mark { animation:hero-copy-enter .8s cubic-bezier(.2,.7,.2,1) both; } .hero-inner h1 { animation-delay:.12s; } .hero-inner .hero-copy { animation-delay:.24s; } .hero-inner .hero-actions { animation-delay:.36s; } .hero-inner .hero-mark { animation-delay:.48s; }
.hero h1 { max-width:920px; margin:16px 0 22px; font-family:'Bodoni Moda',serif; font-weight:500; letter-spacing:-.04em; } .hero h1 em { color:#d6a457; font-weight:500; }
.hero-copy { max-width:575px; margin:0 0 28px; font-size:18px; color:#f1eee7; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; } .button--hero { color:white; background:transparent; border-color:rgba(255,255,255,.65); } .button--hero:hover { border-color:var(--gold); }
.hero-mark { margin:82px 0 0; font:500 10px 'DM Mono',monospace; letter-spacing:.15em; text-transform:uppercase; color:#d4b278; }
.intro-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:110px; align-items:end; } .intro-grid h2 { margin-bottom:0; } .large-copy { font-size:20px; margin:0 0 8px; color:#4d514f; }
.section-heading { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:42px; } .section-heading h2 { margin:11px 0 0; } .text-link { font:500 10px 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; border-bottom:1px solid var(--gold); padding-bottom:6px; white-space:nowrap; } .reviews-preview .text-link { font-size:12px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); } .review-card { background:var(--paper); min-height:290px; padding:30px; display:flex; flex-direction:column; } .review-card h3 { margin:48px 0 10px; } .review-card p:last-child { color:#555a58; margin:0; } .review-card--dark { background:var(--ink); color:white; } .review-card--dark p:last-child { color:#d0cdc5; }
.collection-section { padding-bottom:100px; } .collection-section--dark { background:var(--ink); color:#fff; } .collection-section--dark .section { padding-bottom:100px; } .collection-section--dark .project-card { background:#1c2022; } .collection-section--dark .project-card h3 { color:#fff; } .collection-section--dark .project-price { color:#e6ddcd; } .collection-section--dark .collection-intro { color:#d5d2cb; } .collection-intro { max-width:400px; margin:0; color:#4f534f; } .project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; } .project-card { background:#e7e1d5; overflow:hidden; animation:card-reveal .7s ease-out both; } .project-card:nth-child(2) { animation-delay:.09s; } .project-card:nth-child(3) { animation-delay:.18s; } .project-card:nth-child(4) { animation-delay:.27s; } .project-card:nth-child(5) { animation-delay:.36s; } .project-card:nth-child(6) { animation-delay:.45s; } .project-card img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .7s ease; } .project-card:hover img { transform:scale(1.035); } .project-card>div { padding:22px; } .project-card h3 { margin:10px 0 5px; font-size:27px; } .project-price { margin:0 0 22px; color:#454946; font-weight:600; }
.why-section { background:#ebe7df; position:relative; overflow:hidden; } .why-section:before { content:''; position:absolute; width:680px; height:680px; border:1px solid rgba(184,147,82,.12); border-radius:50%; right:-180px; top:-360px; box-shadow:0 0 0 80px transparent,0 0 0 160px rgba(184,147,82,.06),0 0 0 240px transparent; } .why-section h2 { margin:10px 0 55px; }
.why-list { max-width:850px; border-top:1px solid rgba(16,17,18,.16); } .why-list article { padding:25px 0; border-bottom:1px solid rgba(16,17,18,.16); } .why-list h3 { margin:0 0 6px; font-size:25px; } .why-list p { margin:0; color:#4f534f; }
.area-list { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:150px; border-top:1px solid var(--line); border-left:1px solid var(--line); } .area-list span { min-width:0; height:100%; padding:22px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); font:500 25px/1.08 'Playfair Display',serif; display:flex; align-items:end; }
.private-cta { background:var(--forest); color:#fff; padding:100px 0; } .private-cta-inner { width:var(--page); margin:auto; } .private-cta h2 { margin:12px 0; } .private-cta p:not(.eyebrow) { max-width:570px; color:#dbdfd9; margin-bottom:28px; }
.review-standard { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin-top:40px; } .review-standard article { border-top:1px solid var(--line); padding-top:18px; } .review-standard span { font:500 10px 'DM Mono',monospace; color:var(--gold); } .review-standard h3 { margin:28px 0 8px; } .review-standard p,.guide-note,.about-copy>p { color:#535856; }
.empty-note { margin-top:72px; padding:38px; background:#e7e1d5; max-width:720px; } .empty-note h3 { margin:10px 0 6px; } .empty-note p { max-width:500px; }
.area-guide-grid { margin:40px 0; display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--line); border:1px solid var(--line); } .area-guide-grid article { background:var(--paper); min-height:185px; padding:28px; } .area-guide-grid span { font:500 28px 'Playfair Display',serif; } .area-guide-grid p { max-width:370px; color:#545957; }
.about-copy { max-width:850px; } .about-copy h2 { margin:10px 0 25px; } .about-copy>p { font-size:19px; max-width:720px; }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; } .contact-layout h2 { margin:11px 0 15px; } .contact-layout>div>p { color:#565b58; } .privacy-note { font-size:13px; max-width:340px; }
.access-form { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; padding:32px; background:#e7e1d5; } .form-field { display:flex; flex-direction:column; gap:7px; } .form-field:nth-of-type(5),.form-field:nth-of-type(6),.access-form button,.form-status { grid-column:1/-1; } .form-field label { font:500 10px 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; } input,select,textarea { width:100%; border:1px solid #bbb3a7; border-radius:0; background:#f8f6f1; padding:12px; color:var(--ink); font:16px 'DM Sans',sans-serif; } input:focus,select:focus,textarea:focus { outline:2px solid var(--gold); outline-offset:1px; } .form-error { min-height:18px; margin:0; color:#9d2a2a; font-size:12px; } .form-status { min-height:24px; margin:0; color:#4d514f; font-size:14px; } .honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.skip-link { position:absolute; transform:translateY(-140%); padding:9px; background:var(--ink); color:white; }
.skip-link:focus { transform:translateY(0); }
[data-reveal] { opacity:0; transform:translateY(30px); transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1); } [data-reveal].is-visible { opacity:1; transform:translateY(0); } .review-card[data-reveal]:nth-child(2) { transition-delay:.12s; } .review-card[data-reveal]:nth-child(3) { transition-delay:.24s; } .area-list span { transition:transform .35s ease,background-color .35s ease; } .area-list span:hover { transform:translateY(-5px); background:#e6dfd1; }
@keyframes hero-copy-enter { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes hero-drift { from { transform:scale(1); } to { transform:scale(1.035) translateX(-.45%); } }
@keyframes hero-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }
@keyframes card-reveal { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@media(max-width:720px) { .client-story-gallery { grid-template-columns:repeat(2,1fr); grid-auto-rows:145px; } .client-story-gallery img:nth-child(2),.client-story-gallery img:nth-child(7) { grid-column:span 1; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; } }
.client-stories .client-story-gallery { grid-template-columns:repeat(3,1fr); grid-auto-rows:480px; } .client-stories.section .client-story-gallery img { grid-column:auto; grid-row:auto; object-position:center; }
@media(max-width:720px) { .client-stories .client-story-gallery { grid-template-columns:1fr; grid-auto-rows:360px; } }
.collection-preview-grid { display:grid; grid-template-columns:minmax(0,760px); gap:20px; } .collection-preview-card { min-height:560px; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:end; padding:30px; color:#fff; background:var(--ink); isolation:isolate; } .collection-preview-card:before { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,transparent 30%,rgba(16,35,49,.91)); } .collection-preview-card img { position:absolute; inset:0; width:100%; height:100%; z-index:-2; object-fit:cover; transition:transform .8s ease; } .collection-preview-card:hover img { transform:scale(1.05); } .collection-preview-card span { color:#e2ba73; font:500 10px 'DM Mono',monospace; letter-spacing:.12em; text-transform:uppercase; } .collection-preview-card strong { max-width:420px; margin-top:8px; font:500 31px/1.08 'Playfair Display',serif; } .client-stories-copy { max-width:420px; margin:0; color:#4f534f; } .client-story-gallery { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:170px; gap:12px; } .client-story-gallery img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s ease; } .client-story-gallery img:hover { transform:scale(1.035); } .client-story-gallery img:nth-child(1),.client-story-gallery img:nth-child(4) { grid-row:span 2; } .client-story-gallery img:nth-child(2) { grid-column:span 2; } .client-story-gallery img:nth-child(7) { grid-column:span 2; }
@media(max-width:900px) { .area-list { grid-template-columns:repeat(2,1fr); grid-auto-rows:125px; } }
@media(max-width:720px) { .header-inner { height:64px; } .menu-button { display:block; } .site-nav { display:none; position:absolute; top:64px; left:0; right:0; background:var(--paper); padding:20px 6vw; flex-direction:column; border-bottom:1px solid var(--line); } .site-nav.is-open { display:flex; } .section { padding:68px 0; } .footer-inner { flex-direction:column; } .hero { min-height:670px; } .hero-backdrop { background:linear-gradient(90deg,rgba(7,12,17,.87),rgba(7,12,17,.38)),url('../images/gen-z-cover-photo-no-people-v3.png') 58% center/cover; } .hero-inner { padding:95px 0 46px; } .hero-copy { font-size:16px; } .hero-mark { margin-top:50px; } .intro-grid { grid-template-columns:1fr; gap:15px; } .section-heading { display:block; } .section-heading .text-link { display:inline-block; margin-top:8px; } .review-grid,.review-standard,.area-guide-grid,.contact-layout,.access-form,.project-grid { grid-template-columns:1fr; } .area-list { grid-template-columns:repeat(2,1fr); grid-auto-rows:115px; } .area-list span { font-size:22px; padding:18px; } .private-cta { padding:70px 0; } .empty-note { padding:26px; } }
@media(max-width:720px) { .collection-preview-grid { grid-template-columns:1fr; } .collection-preview-card { min-height:0; padding:0 0 22px; display:grid; grid-template-rows:auto auto auto; } .collection-preview-card:before { display:none; } .collection-preview-card img { position:static; width:100%; height:auto; z-index:auto; object-fit:contain; } .collection-preview-card:hover img { transform:none; } .collection-preview-card span { padding:18px 20px 0; } .collection-preview-card strong { margin-top:6px; padding:0 20px; font-size:28px; } }

/* Shared project-detail pages */
.project-detail { overflow:hidden; }
.project-detail .eyebrow { color:var(--gold-readable); }
.project-breadcrumb { width:var(--page); margin:0 auto; padding:28px 0; }
.project-breadcrumb a { display:inline-block; padding:8px 0; border-bottom:1px solid var(--gold); font:500 11px/1.3 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; }
.project-breadcrumb a:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
.project-hero { width:var(--page); margin:0 auto; padding:30px 0 96px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr); gap:clamp(42px,7vw,96px); align-items:center; }
.project-hero__image { min-height:620px; background:#e7e1d5; overflow:hidden; }
.project-hero__image img { display:block; width:100%; height:100%; min-height:620px; object-fit:cover; }
.project-hero__content h1 { margin:13px 0 10px; font-size:clamp(50px,6vw,82px); }
.project-subtitle { margin:0 0 30px; color:var(--gold-readable); font:italic 600 clamp(24px,3vw,38px)/1.15 'Cormorant Garamond',serif; }
.project-overview { max-width:610px; color:#4d514f; }
.project-overview p { margin:0 0 18px; }
.project-hero__content .button { margin-top:12px; }
.project-section { width:var(--page); margin:0 auto; padding:96px 0; border-top:1px solid var(--line); }
.project-section--tinted { width:auto; padding-right:max(6vw,calc((100vw - 1180px)/2)); padding-left:max(6vw,calc((100vw - 1180px)/2)); background:#e7e1d5; border-top:0; }
.project-section__heading { margin-bottom:42px; }
.project-section__heading h2 { margin:10px 0 0; }
.project-facts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.project-fact { min-height:150px; padding:24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; gap:28px; }
.project-fact dt { color:var(--gold-readable); font:500 10px/1.4 'DM Mono',monospace; letter-spacing:.1em; text-transform:uppercase; }
.project-fact dd { margin:0; font:500 clamp(20px,2vw,27px)/1.15 'Playfair Display',serif; }
.ideal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:rgba(16,35,49,.18); border:1px solid rgba(16,35,49,.18); }
.ideal-item { min-height:230px; padding:30px; background:#eee9df; display:flex; flex-direction:column; justify-content:space-between; }
.ideal-item span { color:var(--gold-readable); font:500 11px/1 'DM Mono',monospace; letter-spacing:.12em; }
.ideal-item p { margin:50px 0 0; font:500 clamp(22px,2.3vw,31px)/1.15 'Playfair Display',serif; }
.layout-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.layout-card { width:100%; min-width:0; padding:0; border:1px solid var(--line); border-radius:0; background:#e7e1d5; color:var(--ink); text-align:left; cursor:pointer; font:inherit; }
.layout-card:hover { border-color:var(--gold); }
.layout-card:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
.layout-card__stage { height:clamp(360px,43vw,560px); padding:24px; background:#fff; display:flex; align-items:center; justify-content:center; }
.layout-card__image { display:block; width:100%; height:100%; object-fit:contain; }
.layout-card__label { display:block; min-height:72px; padding:22px 24px; font:500 13px/1.45 'DM Mono',monospace; letter-spacing:.03em; }
.project-closing { padding:90px max(6vw,calc((100vw - 1180px)/2)); background:var(--forest); color:#fff; display:flex; align-items:end; justify-content:space-between; gap:48px; }
.project-closing .eyebrow { color:var(--gold); }
.project-closing h2 { max-width:720px; margin:10px 0 14px; }
.project-closing p:not(.eyebrow) { max-width:570px; margin:0; color:#dbdfd9; }
.project-closing__actions { display:flex; flex-direction:column; align-items:flex-start; gap:24px; }
.project-closing__actions .text-link { color:#fff; }
body.has-open-dialog { overflow:hidden; }
.layout-dialog { width:min(1180px,94vw); max-width:100vw; height:94vh; height:94dvh; max-height:100dvh; margin:auto; padding:74px 24px 24px; border:0; background:var(--ink); color:#fff; overflow:auto; overscroll-behavior:contain; }
.layout-dialog::backdrop { background:rgba(7,12,17,.88); }
.layout-dialog__close { position:absolute; top:14px; right:18px; }
.layout-dialog__navigation { position:absolute; top:14px; left:18px; display:flex; gap:10px; }
.layout-dialog__control { min-width:44px; min-height:44px; padding:0 12px; border:1px solid rgba(255,255,255,.55); background:transparent; color:#fff; cursor:pointer; font:500 11px/1 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; }
.layout-dialog__control:hover { border-color:var(--gold); color:#efca86; }
.layout-dialog__control:focus-visible { outline:3px solid var(--gold); outline-offset:3px; }
.layout-dialog__figure { height:100%; min-width:0; margin:0; display:grid; grid-template-rows:minmax(0,1fr) auto; gap:16px; }
.layout-dialog__stage { min-width:0; min-height:0; padding:20px; background:#fff; display:flex; align-items:center; justify-content:center; }
.layout-dialog__image { display:block; width:100%; height:100%; object-fit:contain; }
.layout-dialog__caption { min-height:24px; overflow-wrap:anywhere; text-align:center; font:500 13px/1.4 'DM Mono',monospace; letter-spacing:.04em; }

@media(max-width:900px) {
  .layout-gallery { grid-template-columns:1fr; }
}

@media(max-width:720px) {
  .project-breadcrumb { padding:18px 0; }
  .project-hero { padding:12px 0 68px; grid-template-columns:1fr; gap:34px; }
  .project-hero__image,.project-hero__image img { min-height:0; }
  .project-hero__image img { aspect-ratio:4/3; }
  .project-section { padding:68px 0; }
  .project-section--tinted { padding-right:6vw; padding-left:6vw; }
  .project-facts,.ideal-grid,.layout-gallery { grid-template-columns:1fr; }
  .project-fact { min-height:125px; }
  .ideal-item { min-height:190px; }
  .layout-card__stage { height:min(118vw,500px); padding:14px; }
  .project-closing { padding:68px 6vw; align-items:flex-start; flex-direction:column; }
  .layout-dialog { width:100vw; height:100vh; height:100dvh; padding:72px 12px 12px; }
  .layout-dialog__close { right:12px; }
  .layout-dialog__navigation { left:12px; gap:8px; }
  .layout-dialog__control { padding:0 10px; letter-spacing:.03em; }
  .layout-dialog__stage { padding:10px; }
}
