:root {
  --ink: #27352e;
  --forest: #25372f;
  --forest-deep: #18261f;
  --sage: #71806f;
  --sage-soft: #dfe4da;
  --cream: #f5f0e7;
  --paper: #fbf8f2;
  --linen: #e8ded0;
  --fig: #733f45;
  --gold: #b7955c;
  --white: #fffdfa;
  --shadow: 0 24px 70px rgba(31, 43, 35, .13);
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --header-height: 84px;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px)); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:focus-visible { outline: 3px solid #d2a55b; outline-offset: 4px; }
section[id] { scroll-margin-top: calc(var(--header-height) + env(safe-area-inset-top, 0px)); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: .7rem 1rem; background: var(--white); color: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.page-shell { width: min(100% - 36px, 1180px); margin-inline: auto; }
.section { padding: 84px 0; }
.eyebrow { margin: 0 0 1rem; color: var(--fig); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #e9d9b9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 16vw, 8.5rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(3rem, 12vw, 6.2rem); }
h3 { font-size: 2rem; }
h1 em, h2 em { color: var(--fig); font-weight: 400; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .9rem; padding: .82rem 1.25rem; border: 1px solid transparent; border-radius: var(--radius); font-size: .73rem; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--forest-deep); }
.button-primary:hover, .button-cream:hover { background: #fff; }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--fig); }
.button-cream { background: var(--cream); color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-block: .7rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: calc(var(--header-height) + env(safe-area-inset-top, 0px)); padding-top: env(safe-area-inset-top, 0px); color: white; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.menu-open { background: rgba(24, 38, 31, .96); box-shadow: 0 12px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.nav-shell { width: min(100% - 28px, 1320px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: auto; height: 64px; object-fit: contain; filter: drop-shadow(0 3px 10px rgba(0,0,0,.28)); }
.menu-toggle { min-width: 74px; min-height: 46px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle-lines { width: 22px; display: grid; gap: 6px; }
.menu-toggle-lines i { width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-label { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { position: fixed; top: calc(var(--header-height) + env(safe-area-inset-top, 0px)); left: 0; width: 100%; min-height: calc(100dvh - var(--header-height) - env(safe-area-inset-top, 0px)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.15rem; padding: 2rem; background: rgba(24, 38, 31, .98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
.primary-nav.open { opacity: 1; visibility: visible; transform: none; }
.primary-nav a { font-family: var(--serif); font-size: 2rem; }
.primary-nav .nav-cta { margin-top: 1rem; padding: .85rem 1.2rem; border: 1px solid rgba(255,255,255,.45); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: flex-end; color: white; overflow: hidden; background: var(--forest-deep); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 61% center; }
.hero-scrim { background: linear-gradient(180deg, rgba(10,18,14,.35) 0%, rgba(12,20,16,.12) 25%, rgba(15,24,19,.8) 88%, rgba(15,24,19,.93) 100%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 78px; }
.hero h1 { margin-bottom: 1.2rem; color: white; text-shadow: 0 5px 30px rgba(0,0,0,.22); }
.hero h1 em { color: #ead8b8; }
.hero-intro { max-width: 570px; margin-bottom: 1.7rem; color: rgba(255,255,255,.9); font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: grid; gap: .75rem; }
.hero-message { margin-top: 1rem; color: rgba(255,255,255,.88); }
.hero-note { position: absolute; z-index: 2; right: 18px; top: 94px; display: none; flex-direction: column; align-items: flex-end; color: white; font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-note small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: .52rem; }
.scroll-cue { position: absolute; z-index: 2; right: 18px; bottom: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }

.occasion-strip { overflow: hidden; background: var(--forest); color: #e8ddc9; }
.occasion-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 1.35rem; padding: 1.2rem 1.5rem; }
.occasion-track span { font-family: var(--serif); font-size: .95rem; font-style: italic; white-space: nowrap; }
.occasion-track i { color: var(--gold); font-style: normal; font-size: .55rem; }

.gallery-section { background: var(--paper); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 760px; }
.heading-aside { max-width: 480px; color: #657169; }
.prototype-note { padding-left: 1rem; border-left: 1px solid var(--gold); color: var(--fig); font-size: .76rem; }
.gallery-grid { display: grid; gap: 12px; }
.gallery-card { position: relative; min-height: 320px; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--forest); cursor: zoom-in; text-align: left; }
.gallery-card picture, .gallery-card img { width: 100%; height: 100%; }
.gallery-card img { position: absolute; inset: 0; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(15,22,18,.68)); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-caption { position: absolute; z-index: 2; left: 20px; bottom: 18px; display: flex; flex-direction: column; color: white; }
.gallery-caption strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.gallery-caption small { margin-top: 2px; color: rgba(255,255,255,.75); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.gallery-expand { position: absolute; z-index: 2; right: 15px; top: 15px; width: 38px; height: 38px; display: grid; place-items: center; background: rgba(255,255,255,.9); border-radius: 50%; color: var(--forest); }
.gallery-card-tall { min-height: 450px; }

.pricing-section { background: var(--cream); }
.pricing-heading > p:last-child { max-width: 600px; color: #667168; }
.pricing-grid { display: grid; gap: 12px; }
.price-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 28px 24px 26px; border: 1px solid #d9cebe; background: rgba(255,255,255,.4); }
.price-card.featured { border-color: var(--fig); background: var(--white); box-shadow: var(--shadow); }
.price-card.dark-card { border-color: var(--forest); background: var(--forest); color: white; }
.card-number { color: #9a8f81; font-size: .65rem; letter-spacing: .12em; }
.price-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 2.2rem 0 1.5rem; border: 1px solid #c5b9a8; border-radius: 50%; color: var(--fig); font-family: var(--serif); font-size: 1.35rem; }
.dark-card .price-icon { border-color: rgba(255,255,255,.35); color: #e4cda2; }
.price-card h3 { margin-bottom: 1rem; }
.price-card > p { color: #68726a; font-size: .9rem; }
.dark-card > p { color: rgba(255,255,255,.7); }
.price-card dl { margin: auto 0 1.25rem; }
.price-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-top: 1px solid #ddd3c6; font-size: .72rem; }
.dark-card dl div { border-color: rgba(255,255,255,.17); }
.price-card dt { color: #8c8276; text-transform: uppercase; letter-spacing: .08em; }
.dark-card dt { color: rgba(255,255,255,.55); }
.price-card dd { margin: 0; text-align: right; }
.price-status { color: var(--fig); font-family: var(--serif); font-size: 1rem; font-style: italic; font-weight: 400; }
.dark-card .price-status { color: #e9d4af; }
.popular-label { position: absolute; right: 16px; top: 16px; padding: .3rem .55rem; background: var(--fig); color: white; font-size: .55rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.center-action { margin-top: 2rem; text-align: center; }

.about-section { background: var(--paper); }
.about-grid { display: grid; gap: 3rem; }
.about-visual { position: relative; max-width: 520px; }
.about-visual picture, .about-visual > picture img { aspect-ratio: 4 / 5; height: 100%; object-fit: cover; }
.logo-showcase { min-height: 540px; display: grid; place-items: center; isolation: isolate; }
.logo-showcase::before { content: ""; position: absolute; z-index: -2; inset: 7% 4%; border-radius: 50% 50% 46% 54% / 45% 52% 48% 55%; background: radial-gradient(circle at 48% 38%, #fffdf7 0 32%, #eee4d6 68%, #e0d2bf 100%); box-shadow: var(--shadow); transform: rotate(-3deg); }
.logo-showcase::after { content: ""; position: absolute; z-index: -1; inset: 12% 9%; border: 1px solid rgba(183,149,92,.5); border-radius: 50%; }
.logo-halo { position: absolute; z-index: -1; width: 76%; aspect-ratio: 1; border: 1px solid rgba(115,63,69,.2); border-radius: 50%; }
.about-logo { width: min(86%, 410px); height: auto; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(45,35,24,.2)); }
.about-copy { padding-top: 2rem; }
.about-copy h2 { font-size: clamp(2.9rem, 10vw, 5.4rem); }
.about-lead { color: var(--fig); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: #667168; }
.values-row { display: grid; gap: .7rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid #ddd4c7; }
.values-row span { font-family: var(--serif); font-size: 1.1rem; }
.values-row i { margin-right: .6rem; color: var(--gold); font-family: var(--sans); font-size: .58rem; font-style: normal; letter-spacing: .1em; }

.contact-banner { padding: 80px 0; background: var(--fig); color: white; }
.contact-banner h2 { max-width: 760px; font-size: clamp(3.3rem, 12vw, 6.5rem); }
.contact-banner h2 em { color: #ead6ac; }
.contact-banner-grid { display: grid; gap: 3rem; }
.contact-banner-grid > div > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.75); }
.contact-details { margin: 0; border-top: 1px solid rgba(255,255,255,.3); }
.contact-details div { padding: .95rem 0; display: grid; grid-template-columns: 105px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.23); }
.contact-details dt { color: rgba(255,255,255,.6); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-details dd { margin: 0; font-family: var(--serif); font-size: 1rem; }

.inquiry-section { background: var(--cream); }
.inquiry-grid { display: grid; gap: 3rem; }
.inquiry-intro > p:not(.eyebrow) { max-width: 500px; color: #667168; }
.process-list { margin: 2.2rem 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 38px 1fr; gap: .9rem; padding: 1rem 0; border-top: 1px solid #d8cdbd; }
.process-list li > span { color: var(--gold); font-size: .62rem; letter-spacing: .1em; }
.process-list strong, .process-list small { display: block; }
.process-list strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.process-list small { color: #7b827d; font-size: .74rem; }
.inquiry-form { display: grid; gap: 1rem; padding: 28px 22px; background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; gap: 1rem; }
.inquiry-form label > span { display: block; margin-bottom: .45rem; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 52px; padding: .85rem .9rem; border: 1px solid #d3c9ba; border-radius: 0; background: #fff; color: var(--ink); }
.inquiry-form textarea { min-height: 130px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--fig); outline: 2px solid rgba(115,63,69,.15); }
.submit-button { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 0; color: #7b827d; font-size: .7rem; text-align: center; }

.site-footer { padding: 50px 0 28px; background: var(--forest-deep); color: white; }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand { width: fit-content; }
.footer-brand .brand-logo { height: 112px; }
.footer-nav, .footer-meta { display: grid; gap: .7rem; }
.footer-nav a { font-family: var(--serif); font-size: 1.15rem; }
.footer-nav span, .footer-meta span { color: rgba(255,255,255,.54); font-size: .68rem; }

.lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(9,15,12,.9); backdrop-filter: blur(8px); }
.lightbox img { max-height: 82vh; object-fit: contain; background: #111; }
.lightbox p { margin: .65rem 0 0; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; right: 8px; top: 8px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--forest); font-size: 1.5rem; cursor: pointer; }
.toast { position: fixed; z-index: 200; right: 16px; bottom: 16px; left: 16px; display: grid; padding: 1rem 1.1rem; background: var(--forest-deep); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: none; }
.toast strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.toast span { color: rgba(255,255,255,.7); font-size: .73rem; }

@media (min-width: 620px) {
  .page-shell { width: min(100% - 64px, 1180px); }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .hero-actions .button { min-width: 190px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 310px; }
  .gallery-card { min-height: 0; }
  .gallery-card-large { grid-row: span 2; }
  .gallery-card-tall { grid-row: span 2; min-height: 0; }
  .gallery-card-wide { grid-column: span 2; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .values-row { grid-template-columns: repeat(3, 1fr); }
  .field-row { grid-template-columns: repeat(2, 1fr); }
  .toast { right: 24px; left: auto; width: min(390px, calc(100vw - 48px)); }
}

@media (max-width: 420px) {
  .brand-logo { height: 54px; }
  .logo-showcase { min-height: 480px; }
}

@media (min-width: 900px) {
  :root { --header-height: 88px; }
  .section { padding: 120px 0; }
  .menu-toggle { display: none; }
  .primary-nav { position: static; width: auto; min-height: 0; flex-direction: row; gap: 1.5rem; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { position: relative; font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .2s ease; }
  .primary-nav a:hover::after { transform: scaleX(1); }
  .primary-nav .nav-cta { margin: 0 0 0 .45rem; padding: .7rem 1rem; font-size: .64rem; }
  .hero { min-height: 790px; align-items: center; }
  .hero-media img { object-position: center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(12,20,16,.82) 0%, rgba(12,20,16,.54) 35%, rgba(12,20,16,.08) 73%), linear-gradient(0deg, rgba(12,20,16,.48), transparent 38%); }
  .hero-content { padding-top: var(--header-height); padding-bottom: 0; }
  .hero h1 { width: 720px; margin-bottom: 1.3rem; }
  .hero-intro { width: 510px; }
  .hero-note { display: flex; top: auto; bottom: 28px; }
  .scroll-cue { right: 50%; bottom: 24px; transform: translateX(50%); }
  .occasion-track { gap: 2.2rem; }
  .occasion-track span { font-size: 1.1rem; }
  .split-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr); align-items: end; gap: 4rem; }
  .heading-aside { padding-bottom: .6rem; }
  .gallery-grid { grid-template-columns: 1.3fr .8fr .8fr; grid-template-rows: 340px 340px; }
  .gallery-card-large { grid-row: 1 / span 2; }
  .gallery-card-tall { grid-row: 1 / span 2; grid-column: 3; }
  .gallery-card-wide { grid-column: 2; }
  .pricing-heading { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 5rem; }
  .pricing-heading .eyebrow { grid-column: 1 / -1; }
  .pricing-heading h2 { margin-bottom: 0; }
  .pricing-heading > p:last-child { align-self: end; }
  .pricing-grid { grid-template-columns: repeat(4, 1fr); align-items: stretch; }
  .price-card { padding: 30px 24px; }
  .about-grid { grid-template-columns: minmax(360px, .85fr) minmax(420px, 1fr); align-items: center; gap: clamp(5rem, 10vw, 10rem); }
  .about-visual { max-width: none; }
  .logo-showcase { min-height: 680px; }
  .contact-banner { padding: 115px 0; }
  .contact-banner-grid { grid-template-columns: minmax(0, 1.3fr) minmax(350px, .7fr); align-items: end; gap: 7rem; }
  .inquiry-grid { grid-template-columns: minmax(330px, .78fr) minmax(480px, 1.22fr); gap: clamp(5rem, 9vw, 9rem); }
  .inquiry-form { padding: 42px; }
  .footer-grid { grid-template-columns: 1fr .8fr .8fr; align-items: start; }
  .footer-meta { justify-items: end; text-align: right; }
}

@media (min-width: 1500px) {
  .hero-content { width: min(100% - 120px, 1320px); }
  .hero h1 { font-size: 8.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
