:root {
  --ink: #171713;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --olive: #77805f;
  --olive-dark: #535a42;
  --tan: #c5a36b;
  --line: rgba(23, 23, 19, .18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Libre Caslon Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }
a { color: inherit; text-decoration: none; }
figure, p, h1, h2, h3, blockquote { margin: 0; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 88px; padding: 1.1rem clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.brand { display: flex; align-items: baseline; gap: .55rem; }
.brand-mark { font-family: var(--serif); font-size: 2.65rem; line-height: 1; letter-spacing: -.04em; }
.brand-sub { font-size: .82rem; text-transform: uppercase; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.6rem); font-size: .9rem; }
.site-nav a:not(.nav-cta):hover { color: var(--tan); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: .6rem 1rem; }
.nav-cta:hover { background: var(--cream); color: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.55); color: inherit; font: inherit; padding: .4rem .7rem; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); background: var(--ink); color: var(--cream); overflow: hidden; }
.hero-copy { padding: 10.5rem 4rem 6rem max(1.5rem, calc((100vw - 1440px)/2 + 4rem)); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; }
.hero h1, .section-heading h2, .experience h2, .about h2, .contact h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(4rem, 6.8vw, 7.6rem); margin: 1.5rem 0 2rem; }
.hero h1 em { color: var(--tan); font-weight: 400; }
.hero-intro { max-width: 35rem; color: rgba(244,240,232,.78); font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero-actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.3rem; font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.button-solid { background: var(--tan); color: var(--ink); }
.button-solid:hover { background: var(--cream); }
.text-link { display: inline-block; padding-bottom: .15rem; border-bottom: 1px solid currentColor; font-size: .92rem; font-weight: 500; }
.hero-art { min-height: 760px; position: relative; background: #303126; }
.hero-photo-main { position: absolute; inset: 0; }
.hero-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,19,.15), transparent 35%), linear-gradient(0deg, rgba(23,23,19,.3), transparent 45%); }
.hero-photo-small { position: absolute; width: 33%; aspect-ratio: .72; left: -8%; bottom: 5%; border: 9px solid var(--cream); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.hero-note { position: absolute; right: 5%; bottom: 5%; color: white; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.hero-note span { display: block; margin-bottom: .5rem; font-family: var(--sans); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tan); }

.promise { background: var(--olive); color: white; padding: 1.2rem clamp(1.25rem, 4vw, 4.5rem); display: flex; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.35rem); }
.story-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1rem 4rem; align-items: end; max-width: 1300px; margin: 0 auto 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; color: var(--olive-dark); }
.section-heading h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.section-heading > p:last-child { max-width: 31rem; padding-bottom: .65rem; font-size: 1.08rem; }
.story-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1.08fr .72fr .72fr; grid-template-rows: 30vw 24vw; gap: 1.1rem; }
.story-grid figure { overflow: hidden; background: #ddd; }
.story-grid img { transition: transform .7s ease; }
.story-grid figure:hover img { transform: scale(1.025); }
.story-a { grid-row: 1 / 3; }
.story-b { grid-column: 2 / 4; }
.story-footer { max-width: 1400px; margin: clamp(3.5rem, 8vw, 7rem) auto 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.story-footer p { color: #66665e; }
.story-panorama { max-width: 1400px; margin: 1.1rem auto 0; position: relative; display: grid; grid-template-columns: 1fr; }
.panorama-main { height: clamp(330px, 54vw, 740px); overflow: hidden; }
.panorama-detail { position: absolute; width: min(25%, 330px); aspect-ratio: .7; right: 4%; bottom: -8%; border: 8px solid var(--paper); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.story-panorama > p { position: absolute; left: 3%; bottom: 5%; max-width: 20rem; color: white; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 3rem); line-height: 1.08; text-shadow: 0 2px 18px rgba(0,0,0,.5); }

.experience { background: var(--cream); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem 8vw; }
.experience-title { position: sticky; top: 3rem; align-self: start; }
.experience h2 { font-size: clamp(3.5rem, 6.5vw, 6.8rem); margin-top: 1.1rem; }
.service-list article { padding: 2rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list span { color: var(--olive-dark); font-size: .8rem; }
.service-list h3 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 400; line-height: 1.1; }
.service-list p { max-width: 38rem; color: #5d5d55; margin-top: .7rem; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.about-photo { min-height: 720px; }
.about-photo img { object-position: 50% 48%; }
.about-copy { padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; background: var(--olive-dark); color: var(--cream); }
.about h2 { font-size: clamp(4rem, 7vw, 7.5rem); margin: 1rem 0 2rem; }
.about-lead { font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.35; margin-bottom: 1.5rem; }
.about-copy > p:not(.eyebrow):not(.about-lead):not(.signature) { color: rgba(244,240,232,.75); max-width: 38rem; }
.signature { margin-top: 2rem; color: var(--tan); text-transform: uppercase; letter-spacing: .16em; font-weight: 600; font-size: .82rem; }
.reviews { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 7rem); background: var(--paper); }
.reviews-heading { max-width: 1280px; margin: 0 auto 3rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.reviews .eyebrow { color: var(--olive-dark); }
.reviews h2 { margin-top: 1rem; font-family: var(--serif); font-weight: 400; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .98; letter-spacing: -.045em; }
.google-rating { min-width: 180px; padding: 1.4rem 0 1.4rem 1.8rem; border-left: 1px solid var(--line); display: grid; gap: .15rem; }
.google-rating strong { font-family: var(--serif); font-size: 3.4rem; font-weight: 400; line-height: 1; }
.google-rating > span:last-child { color: #67675f; font-size: .82rem; }
.review-stars { color: #a77d37; font-size: .9rem; letter-spacing: .15em; }
.review-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { min-height: 270px; padding: clamp(1.7rem, 3vw, 2.7rem); display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.review-card blockquote { margin: 1.25rem 0 2rem; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.15; letter-spacing: -.025em; }
.review-card p { margin-top: auto; font-size: .9rem; font-weight: 600; }
.review-card p span { display: block; color: #707067; font-size: .72rem; font-weight: 400; text-transform: uppercase; letter-spacing: .12em; }
.reviews-link { display: table; margin: 2.3rem auto 0; }

.contact { background: var(--ink); color: var(--cream); min-height: 630px; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 10vw, 10rem); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.contact h2 { font-size: clamp(4rem, 9vw, 9rem); margin: 1rem 0 1.5rem; }
.contact > p:not(.eyebrow) { max-width: 42rem; color: rgba(244,240,232,.72); font-size: 1.1rem; }
.button-light { background: var(--cream); color: var(--ink); margin-top: 2rem; }
.button-light:hover { background: var(--tan); }
.contact-email { margin-top: 1.15rem; color: var(--tan); font-size: .9rem; }
.site-footer { padding: 3rem clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto; gap: 1.3rem 3rem; align-items: end; background: var(--paper); }
.footer-brand { font-family: var(--serif); font-size: 2.2rem; }
.footer-brand span { font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; margin-left: .5rem; }
.site-footer > p { color: #686860; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.5rem; grid-row: 1 / 3; grid-column: 2; max-width: 44rem; }
.footer-links a { font-size: .85rem; border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: currentColor; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 64px; left: 1rem; right: 1rem; padding: 1.25rem; flex-direction: column; align-items: stretch; background: var(--cream); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
  .site-nav.open { display: flex; }
  .nav-cta { border-color: var(--ink); text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 690px; padding: 8rem 1.25rem 5rem; }
  .hero-art { min-height: 680px; }
  .hero-photo-small { left: 4%; width: 36%; }
  .promise { display: grid; text-align: center; padding-block: 1.8rem; }
  .section-heading, .experience, .about { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 82vw 47vw 55vw; }
  .story-a { grid-column: 1 / 3; grid-row: auto; }
  .story-b { grid-column: 1 / 3; }
  .story-e { display: none; }
  .story-panorama { margin-bottom: 3rem; }
  .panorama-detail { width: 34%; right: 5%; bottom: -7%; }
  .experience-title { position: static; }
  .about-photo { min-height: 75vh; }
  .about-copy { min-height: 650px; }
}

@media (max-width: 600px) {
  .brand-mark { font-size: 2.3rem; }
  .brand-sub { font-size: .7rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 660px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5rem); }
  .hero-art { min-height: 580px; }
  .hero-photo-small { width: 42%; border-width: 6px; bottom: 4%; }
  .hero-note { font-size: 1rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 1rem 0 1.5rem; }
  .story-footer { display: block; }
  .story-footer .text-link { margin-top: 1rem; }
  .panorama-main { height: 70vw; }
  .panorama-detail { width: 38%; border-width: 5px; }
  .story-panorama > p { max-width: 11rem; }
  .experience { gap: 3rem; }
  .about-copy { padding-inline: 1.5rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-row: auto; grid-column: auto; justify-content: flex-start; }
  .copyright { grid-column: auto; }
}

/* Information and client resource pages */
.content-hero { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem) clamp(3.5rem, 7vw, 6rem); background: var(--cream); }
.content-hero .eyebrow { color: var(--olive-dark); }
.content-hero h1 { max-width: 1050px; margin: 1rem 0 1.5rem; font-family: var(--serif); font-weight: 400; font-size: clamp(3.8rem, 8vw, 8rem); line-height: .94; letter-spacing: -.055em; }
.content-hero > p:last-child { max-width: 46rem; color: #5c5c54; font-size: 1.08rem; }
.content-shell { padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 7vw, 7rem); }
.content-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.content-aside { position: sticky; top: 2rem; }
.content-aside h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; }
.content-aside p { margin-top: 1rem; color: #64645c; }
.content-aside .button { margin-top: 1.5rem; }
.prose { max-width: 780px; }
.prose h2 { margin: 3rem 0 .8rem; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .5rem; font-family: var(--serif); font-weight: 400; font-size: 1.6rem; }
.prose p + p { margin-top: 1rem; }
.prose ul { margin: 1rem 0 0; padding-left: 1.3rem; }
.prose a { border-bottom: 1px solid currentColor; }
.updated { margin-bottom: 2rem; color: #6a6a62; font-size: .9rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.5rem 2.5rem 1.5rem 0; position: relative; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.2; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; top: 1.45rem; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 2.5rem 1.6rem 0; color: #5d5d55; }
.faq-answer p + p { margin-top: .8rem; }
.resource-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.resource-card { min-height: 300px; padding: clamp(1.8rem, 4vw, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; background: var(--cream); border-top: 4px solid var(--olive); }
.resource-card:nth-child(2) { background: var(--olive-dark); color: var(--cream); border-color: var(--tan); }
.resource-card:nth-child(2) p { color: rgba(244,240,232,.75); }
.resource-number { color: var(--olive-dark); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.resource-card:nth-child(2) .resource-number { color: var(--tan); }
.resource-card h2 { margin: .8rem 0 1rem; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.resource-card p { max-width: 32rem; color: #5d5d55; }
.resource-card .text-link { margin-top: auto; padding-top: 2rem; }
.prep-guide { max-width: 1280px; margin: clamp(4rem, 8vw, 8rem) auto 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 7vw, 7rem); }
.prep-guide h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 6vw, 6rem); line-height: .98; }
.prep-list { border-top: 1px solid var(--line); }
.prep-list article { padding: 1.5rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; }
.prep-list span { color: var(--olive-dark); font-size: .75rem; }
.prep-list h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.prep-list p { color: #5d5d55; }

@media (max-width: 800px) {
  .content-grid, .resource-grid, .prep-guide { grid-template-columns: 1fr; }
  .content-aside { position: static; }
  .resource-card { min-height: 260px; }
}

@media (max-width: 700px) {
  .reviews-heading { display: block; }
  .google-rating { margin-top: 2rem; padding: 1.25rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 230px; }
}

/* Investment page */
.investment-hero { background: var(--ink); color: var(--cream); padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.investment-hero .eyebrow { color: var(--tan); }
.investment-hero h1 { max-width: 1050px; margin: 1rem 0 1.5rem; font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 9vw, 9rem); line-height: .92; letter-spacing: -.055em; }
.investment-hero h1 em { color: var(--tan); font-weight: 400; }
.investment-hero > p:last-child { max-width: 43rem; color: rgba(244,240,232,.76); font-size: 1.08rem; }
.pricing-section { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); }
.pricing-section-weddings { background: var(--cream); }
.pricing-heading { max-width: 1280px; margin: 0 auto 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 4rem; align-items: end; }
.pricing-heading .eyebrow { grid-column: 1 / -1; color: var(--olive-dark); }
.pricing-heading h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(3.3rem, 6vw, 6.5rem); line-height: .95; letter-spacing: -.045em; }
.pricing-heading > p:last-child { max-width: 36rem; color: #5d5d55; }
.pricing-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.6rem); border: 1px solid var(--line); background: var(--paper); }
.price-card.featured { background: var(--olive-dark); color: var(--cream); border-color: var(--olive-dark); transform: translateY(-.8rem); box-shadow: 0 24px 55px rgba(23,23,19,.15); }
.price-card .eyebrow { color: var(--olive-dark); }
.price-card.featured .eyebrow { color: var(--tan); }
.price-card h3 { margin: .8rem 0 .2rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 400; line-height: 1; }
.price-card .package-note { min-height: 3.3rem; color: #66665e; font-style: italic; font-size: .92rem; }
.price-card.featured .package-note { color: rgba(244,240,232,.72); }
.price { margin: 1.5rem 0; padding: 1.25rem 0; border-block: 1px solid var(--line); }
.featured .price { border-color: rgba(255,255,255,.25); }
.price span { display: block; text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; }
.price strong { display: block; margin-top: .25rem; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.5rem); font-weight: 400; line-height: .9; }
.package-list { margin: 0; padding: 0; list-style: none; }
.package-list li { padding: .42rem 0 .42rem 1.2rem; position: relative; color: #4f4f48; }
.package-list li::before { content: "—"; position: absolute; left: 0; color: var(--olive-dark); }
.featured .package-list li { color: rgba(244,240,232,.86); }
.featured .package-list li::before { color: var(--tan); }
.best-for { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: #5d5d55; font-size: .88rem; }
.featured .best-for { border-color: rgba(255,255,255,.25); color: rgba(244,240,232,.72); }
.best-for strong { display: block; margin-bottom: .25rem; color: inherit; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
.price-card .button { width: 100%; margin-top: auto; transform: translateY(1.5rem); }
.featured .button { background: var(--tan); color: var(--ink); }
.guide-visuals { max-width: 1280px; margin: clamp(5rem, 9vw, 8rem) auto 0; }
.guide-visuals > h3 { margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; }
.guide-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.guide-strip a { display: block; border: 1px solid var(--line); background: white; overflow: hidden; }
.guide-strip img { width: 100%; height: auto; object-fit: contain; transition: transform .45s ease; }
.guide-strip a:hover img { transform: scale(1.015); }
.wedding-cover { max-width: 1280px; margin: 0 auto clamp(3rem, 6vw, 5rem); }
.wedding-cover img { width: 100%; height: auto; object-fit: contain; }
.pricing-note { max-width: 860px; margin: clamp(4rem, 8vw, 7rem) auto 0; text-align: center; }
.pricing-note h2 { font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6rem); font-weight: 400; line-height: 1; }
.pricing-note p { margin: 1.2rem auto 0; max-width: 42rem; color: #5d5d55; }
.pricing-note .button { margin-top: 1.8rem; }

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .price-card.featured { transform: none; }
  .price-card .package-note { min-height: 0; }
}

@media (max-width: 700px) {
  .pricing-heading { grid-template-columns: 1fr; }
  .pricing-heading .eyebrow { grid-column: auto; }
  .guide-strip { grid-template-columns: 1fr; }
}

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

/* Portfolio and story pages */
.inner-page { background: var(--paper); }
.inner-page .site-header { position: relative; background: var(--ink); }
.portfolio-hero { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 7rem) clamp(4rem, 7vw, 7rem); background: var(--cream); }
.portfolio-hero .eyebrow { color: var(--olive-dark); }
.portfolio-hero h1, .gallery-intro h1 { max-width: 1100px; margin-top: 1.1rem; font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 9vw, 9rem); line-height: .93; letter-spacing: -.055em; }
.portfolio-hero > p:last-child { max-width: 43rem; margin-top: 2rem; font-size: 1.1rem; color: #5c5c54; }
.collection { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem); }
.collection-heading { max-width: 1400px; margin: 0 auto 2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.collection-heading h2 { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.collection-heading p { color: #64645c; }
.story-cards { max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.story-cards-single { grid-template-columns: minmax(280px, 440px); }
.collection-seniors { padding-top: 0; }
.story-card { display: block; }
.story-card figure { aspect-ratio: .78; overflow: hidden; background: #ddd; }
.story-card img { transition: transform .7s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card-copy { padding: 1.1rem 0 2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--line); }
.story-card h3 { font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 400; }
.story-card span { text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; color: var(--olive-dark); }
.coming-categories { background: var(--ink); color: var(--cream); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6rem); }
.coming-categories h2 { font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; line-height: 1; }
.category-list { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.category-list-three { grid-template-columns: repeat(3, 1fr); }
.category-list p { padding: 1.5rem .75rem 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(244,240,232,.75); }

.gallery-intro { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.gallery-intro .breadcrumb { color: var(--olive-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 600; }
.gallery-intro .breadcrumb a { border-bottom: 1px solid currentColor; }
.gallery-intro h1 { margin-bottom: 1.5rem; }
.gallery-intro > p:last-child { max-width: 40rem; color: #5c5c54; font-size: 1.08rem; }
.gallery-layout { padding: 0 clamp(1.25rem, 4vw, 4.5rem) clamp(5rem, 10vw, 10rem); display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; align-items: start; gap: 1rem; }
.gallery-layout figure { overflow: visible; background: transparent; align-self: start; }
.gallery-layout figure img { width: 100%; height: auto; object-fit: contain; }
.gallery-layout .wide { grid-column: span 12; aspect-ratio: 1.7; }
.gallery-layout .tall { grid-column: span 5; aspect-ratio: .72; }
.gallery-layout .portrait { grid-column: span 4; aspect-ratio: .78; }
.gallery-layout .medium { grid-column: span 7; aspect-ratio: 1.05; }
.gallery-layout .half { grid-column: span 6; aspect-ratio: .95; }
.gallery-layout .landscape { grid-column: span 12; aspect-ratio: auto; }
.gallery-layout .portrait-third { grid-column: span 4; aspect-ratio: auto; }
.gallery-layout .portrait-half { grid-column: span 6; aspect-ratio: auto; }
.gallery-end { background: var(--olive-dark); color: var(--cream); padding: clamp(4rem, 8vw, 8rem) 1.25rem; text-align: center; }
.gallery-end h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 7vw, 7rem); line-height: 1; }
.gallery-end p { max-width: 38rem; margin: 1.5rem auto; color: rgba(244,240,232,.76); }

@media (max-width: 800px) {
  .story-cards { grid-template-columns: 1fr; }
  .story-card figure { aspect-ratio: .9; }
  .collection-heading { display: block; }
  .collection-heading p { margin-top: .8rem; }
  .category-list { grid-template-columns: 1fr 1fr; }
  .category-list-three { grid-template-columns: 1fr; }
  .gallery-layout .wide, .gallery-layout .tall, .gallery-layout .portrait, .gallery-layout .medium, .gallery-layout .half, .gallery-layout .landscape, .gallery-layout .portrait-third, .gallery-layout .portrait-half { grid-column: span 12; aspect-ratio: auto; }
  .gallery-layout figure img { height: auto; }
}

/* Inquiry page */
.inquiry-shell { background: var(--cream); padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem) clamp(5rem, 9vw, 9rem); }
.inquiry-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: start; }
.inquiry-intro { position: sticky; top: 2.5rem; }
.inquiry-intro .eyebrow { color: var(--olive-dark); }
.inquiry-intro h1 { margin: 1.1rem 0 1.7rem; font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 7vw, 7.8rem); line-height: .92; letter-spacing: -.055em; }
.inquiry-intro h1 em { display: block; color: var(--olive-dark); font-weight: 400; }
.inquiry-intro > p:not(.eyebrow) { max-width: 31rem; color: #5c5c54; font-size: 1.08rem; }
.inquiry-note { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: grid; gap: .35rem; }
.inquiry-note strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.inquiry-note span { color: #66665e; font-size: .9rem; }
.form-frame { background: white; padding: clamp(.4rem, 1.5vw, 1.25rem); box-shadow: 0 24px 60px rgba(23,23,19,.12); }
.form-status { margin-bottom: 1rem; padding: 1rem 1.1rem; background: #f3efe6; color: #5d5d55; font-size: .9rem; }
.form-status[hidden] { display: none; }
.form-status strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.form-status a { border-bottom: 1px solid currentColor; }
.form-frame iframe { display: block; width: 100%; min-height: 1450px; border: 0; background: white; }
.inquiry-fallback { margin-top: 1rem; text-align: center; color: #67675f; font-size: .84rem; }
.inquiry-fallback a { border-bottom: 1px solid currentColor; }

@media (max-width: 900px) {
  .inquiry-grid { grid-template-columns: 1fr; }
  .inquiry-intro { position: static; }
  .form-frame iframe { min-height: 1550px; }
}

@media (max-width: 600px) {
  .inquiry-shell { padding-inline: 0; padding-top: 3rem; }
  .inquiry-intro { padding-inline: 1.25rem; }
  .form-frame { padding: 0; box-shadow: none; }
  .form-frame iframe { min-height: 1700px; }
}
