: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-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.35s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-media img { object-fit: cover; object-position: var(--hero-position, 50% 50%); image-rendering: auto; }
.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; }
.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; object-position: center center; image-rendering: auto; 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; }
.gallery-preview-action { display: grid; justify-items: center; gap: .8rem; margin-top: 2rem; text-align: center; }
.gallery-preview-action .button { min-width: min(100%, 280px); }
.gallery-preview-action p { max-width: 510px; margin: 0; color: #6d776f; font-size: .82rem; }
.archive-heading { display: grid; gap: 1rem; margin: clamp(3.5rem, 7vw, 6rem) 0 1.5rem; padding-top: 1.75rem; border-top: 1px solid #d8cec0; }
.archive-heading h3 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.archive-heading > p { max-width: 470px; color: #657169; }
.archive-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: 10px; }
.archive-card { position: relative; min-height: 190px; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--forest); cursor: zoom-in; }
.archive-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; image-rendering: auto; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.archive-card:hover img { transform: scale(1.035); }
.archive-card-tall { grid-row: span 2; min-height: 390px; }
.archive-card-wide { grid-column: span 2; }
.archive-actions { display: grid; justify-items: center; gap: .8rem; margin-top: 2rem; text-align: center; }
.archive-more { min-width: min(100%, 280px); color: var(--forest); border-color: #b9ad9c; background: transparent; }
.archive-more:hover { background: var(--forest); color: white; }
.archive-status { color: #6d776f; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.gallery-page-hero { position: relative; min-height: 680px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-deep); color: white; }
.gallery-page-hero > img, .gallery-page-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-page-hero > img { object-fit: cover; object-position: center 45%; }
.gallery-page-hero-scrim { background: linear-gradient(180deg, rgba(12,20,16,.2), rgba(12,20,16,.86)); }
.gallery-page-hero-content { position: relative; z-index: 1; padding-bottom: 68px; }
.gallery-page-hero h1 { max-width: 880px; margin-bottom: 1.25rem; color: white; font-size: clamp(4rem, 14vw, 8rem); }
.gallery-page-hero h1 em { color: #ead8b8; }
.gallery-page-hero-content > p:not(.eyebrow) { max-width: 620px; margin-bottom: 1.6rem; color: rgba(255,255,255,.88); }
.gallery-page-section { padding-top: 92px; }
.gallery-cta { padding: 82px 0; background: var(--forest); color: white; }
.gallery-cta-inner { display: grid; gap: 2rem; }
.gallery-cta h2 { max-width: 720px; margin-bottom: 0; color: white; }
.gallery-cta h2 em { color: #ead8b8; }
.gallery-cta .button { justify-self: start; }

.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; }
.pricing-policies { display: grid; gap: 1px; margin-top: 1.5rem; overflow: hidden; border: 1px solid #d9cebe; background: #d9cebe; }
.pricing-policies div { display: grid; gap: .35rem; padding: 1rem 1.1rem; background: rgba(255,255,255,.62); }
.pricing-policies strong { color: var(--fig); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.pricing-policies span { color: #667168; font-size: .78rem; }
.allergen-note { max-width: 900px; margin: 1rem auto 0; color: #70685f; font-size: .72rem; text-align: center; }

.about-section { background: var(--paper); }
.about-grid { display: grid; gap: 3rem; }
.about-visual { position: relative; max-width: 520px; }
.portrait-showcase { padding: 0 18px 58px 0; }
.portrait-showcase::before { content: ""; position: absolute; right: 0; bottom: 34px; width: 76%; height: 84%; border: 1px solid rgba(183,149,92,.65); background: var(--linen); transform: translate(0, 0); }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--linen); box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.32); pointer-events: none; }
.about-portrait { width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; }
.portrait-caption { position: absolute; right: 0; bottom: 0; width: min(86%, 330px); display: grid; padding: 1rem 1.15rem 1.05rem; border-top: 3px solid var(--gold); background: var(--forest); color: white; box-shadow: 0 18px 40px rgba(31,43,35,.2); }
.portrait-caption span { margin-bottom: .3rem; color: #e8d5b1; font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.portrait-caption strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.portrait-caption small { margin-top: .25rem; color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .035em; }
.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; }

.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[type="file"] { min-height: 0; padding: .7rem; }
.field-help { display: block; margin-top: .35rem; color: #7b827d; font-size: .68rem; }
.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-contact, .footer-meta { display: grid; align-content: start; gap: .7rem; }
.footer-nav a { font-family: var(--serif); font-size: 1.15rem; }
.footer-nav span, .footer-contact span, .footer-meta span { color: rgba(255,255,255,.54); font-size: .68rem; }
.footer-contact a { width: fit-content; max-width: 100%; border-bottom: 1px solid rgba(255,255,255,.24); font-family: var(--serif); overflow-wrap: anywhere; }
.footer-social { display: flex; flex-wrap: wrap; gap: .65rem 1rem; padding-top: .3rem; }
.footer-social a { border: 0; color: rgba(255,255,255,.62); font-family: var(--sans); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.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-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; }
  .archive-heading { grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); align-items: end; }
  .archive-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 220px; }
  .archive-card, .archive-card-tall { min-height: 0; }
  .gallery-card-wide-secondary { grid-column: span 2; }
  .gallery-card-tall-secondary { grid-row: span 2; }
  .gallery-grid-preview .gallery-card-large { grid-row: span 2; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-policies { 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; }
  .portrait-showcase { padding-right: 12px; }
  .portrait-caption { width: calc(100% - 38px); }
}

@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: var(--hero-position, 50% 50%); }
  .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; grid-auto-rows: 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; }
  .gallery-card-wide-secondary { grid-column: 1 / span 2; grid-row: 3; }
  .archive-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 245px; }
  .gallery-card-tall-secondary { grid-column: 3; grid-row: 3 / span 2; }
  .gallery-grid-preview { grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 340px 340px; }
  .gallery-grid-preview .gallery-card-large { grid-column: 1; grid-row: 1 / span 2; }
  .gallery-grid-preview .gallery-card { min-height: 0; }
  .gallery-cta-inner { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .gallery-page-hero { min-height: 760px; align-items: center; }
  .gallery-page-hero-scrim { background: linear-gradient(90deg, rgba(12,20,16,.82), rgba(12,20,16,.34) 58%, rgba(12,20,16,.12)); }
  .gallery-page-hero-content { padding-top: var(--header-height); padding-bottom: 0; }
  .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(3, 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; }
  .portrait-showcase { padding: 0 28px 72px 0; }
  .portrait-showcase::before { bottom: 46px; }
  .portrait-caption { padding: 1.15rem 1.3rem 1.2rem; }
  .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: .85fr .65fr 1.15fr .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; }
}
