:root {
  --paper: #f7f2ea;
  --paper-deep: #ece3d7;
  --ink: #211b18;
  --muted: #6e625c;
  --wine: #6a2838;
  --wine-dark: #431927;
  --sage: #657365;
  --line: rgba(33, 27, 24, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 10px; top: 10px; z-index: 200; padding: 10px 14px; color: white; background: var(--wine-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.story-header { position: sticky; top: 0; z-index: 100; min-height: 80px; padding: 12px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(247, 242, 234, .96); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.wordmark-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 1rem; letter-spacing: .08em; }
.wordmark > span:last-child { display: grid; }
.wordmark strong { font-family: var(--serif); font-size: 1.26rem; font-weight: 400; }
.wordmark small { color: var(--wine); font-size: .67rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.story-header nav { display: flex; align-items: center; gap: 26px; }
.story-header nav a { text-decoration: none; font-size: .88rem; font-weight: 650; }
.story-header nav a:hover, .story-header nav a:focus-visible { color: var(--wine); }
.nav-inquiry { padding: 12px 18px; border-radius: 999px; color: white !important; background: var(--wine); }
.menu-button { display: none; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); background: transparent; color: var(--ink); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); }
.hero-copy { padding: clamp(72px, 8vw, 120px) max(34px, calc((100vw - var(--max)) / 2)); padding-right: clamp(36px, 6vw, 92px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 15px; color: var(--wine); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.hero h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.5rem, 6.4vw, 6.8rem); line-height: .91; letter-spacing: -.045em; }
.hero-lede { max-width: 620px; margin-bottom: 28px; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--wine); border-radius: 999px; text-decoration: none; font-weight: 750; cursor: pointer; }
.button-primary { color: white; background: var(--wine); }
.button-primary:hover, .button-primary:focus-visible { background: var(--wine-dark); }
.button-quiet { color: var(--wine); background: transparent; }
.button-quiet:hover, .button-quiet:focus-visible { background: white; }
.availability-note { max-width: 540px; margin: 24px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.hero-image { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: #d8cec0; }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image figcaption { position: absolute; right: 24px; bottom: 22px; padding: 8px 12px; color: white; background: rgba(33, 27, 24, .72); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { padding: 18px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--paper-deep); }
.trust-strip span { padding: 4px 20px; border-right: 1px solid var(--line); color: var(--muted); text-align: center; font-family: var(--serif); }
.trust-strip span:last-child { border-right: 0; }
.story-section { max-width: var(--max); margin: 0 auto; padding: 90px 32px; border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 46px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); gap: 60px; align-items: end; }
.section-heading h2 { max-width: 790px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.72; }

.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 300px 300px; gap: 16px; }
.gallery-grid figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--paper-deep); }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.015); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; color: white; background: rgba(33, 27, 24, .76); font-family: var(--serif); font-size: 1.05rem; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.service-section { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); color: #f9f3ea; background: #24201e; }
.service-section .section-heading > p { color: #c9beb5; }
.service-section .eyebrow { color: #d7a6b2; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); }
.service-grid article { min-height: 300px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { color: #d7a6b2; font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.service-grid h3 { margin: 72px 0 14px; font-size: 1.65rem; }
.service-grid p { margin: 0; color: #c9beb5; line-height: 1.65; }
.future-service { background: #30352f; }

.pricing-section { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
.pricing-group-title { margin: 54px 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 1.55rem; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-grid-two { grid-template-columns: repeat(2, 1fr); }
.price-card { position: relative; min-height: 440px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fbf8f2; }
.price-card-featured { border-color: var(--wine); box-shadow: inset 0 4px 0 var(--wine); }
.popular-tag { position: absolute; right: 18px; top: 18px; padding: 6px 9px; color: white; background: var(--wine); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-label { margin: 0 0 14px; color: var(--wine); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 0; font-family: var(--serif); font-size: 3.35rem; letter-spacing: -.04em; }
.price span { font-family: var(--sans); font-size: .9rem; letter-spacing: 0; }
.price-detail { min-height: 48px; margin: 8px 0 22px; color: var(--muted); line-height: 1.5; }
.price-card ul { margin: 0 0 30px; padding: 20px 0 0; display: grid; gap: 12px; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 20px; color: var(--muted); line-height: 1.45; }
.price-card li::before { content: "—"; position: absolute; left: 0; color: var(--wine); }
.print-card { min-height: 260px; }
.text-link { margin-top: auto; color: var(--wine); font-weight: 800; text-underline-offset: 4px; }
.pricing-notes { margin-top: 24px; padding: 24px; border-left: 3px solid var(--wine); background: var(--paper-deep); }
.pricing-notes p { margin: 0 0 8px; color: var(--muted); line-height: 1.6; }
.pricing-notes p:last-child { margin-bottom: 0; }

.process-section { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); background: var(--paper-deep); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 270px; padding: 26px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font-weight: 800; }
.process-grid h3 { margin: 46px 0 12px; font-size: 1.35rem; }
.process-grid p, .legal-note { color: var(--muted); line-height: 1.62; }
.legal-note { margin: 24px 0 0; font-size: .8rem; }

.inquiry-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.inquiry-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; }
.inquiry-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.parent-link { padding-top: 20px; border-top: 1px solid var(--line); font-size: .82rem; }
.parent-link a { color: var(--wine); font-weight: 800; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 8px; font-size: .82rem; font-weight: 750; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid var(--wine); outline-offset: 2px; }
.field-wide { grid-column: 1 / -1; }
.selected-package { min-height: 22px; margin: 0; color: var(--wine); font-weight: 800; }
.form-note { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }

.story-footer { padding: 34px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 22px 40px; color: #c9beb5; background: #24201e; }
.story-footer > div { display: grid; gap: 4px; }
.story-footer strong { color: white; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.story-footer span { font-size: .76rem; }
.story-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.story-footer nav a { color: white; font-size: .82rem; text-decoration: none; }
.story-footer > p { grid-column: 1 / -1; margin: 0; font-size: .72rem; line-height: 1.5; }

.app-body { min-height: 100vh; display: flex; flex-direction: column; background: linear-gradient(135deg, var(--paper) 0%, #efe4da 100%); }
.app-header { position: static; }
.button-compact { min-height: 42px; padding-inline: 18px; }
.access-shell { flex: 1; width: 100%; padding: clamp(52px, 8vw, 110px) 24px; display: grid; place-items: center; }
.access-card { width: min(100%, 680px); padding: clamp(32px, 6vw, 64px); border: 1px solid var(--line); background: rgba(251, 248, 242, .96); box-shadow: 0 28px 70px rgba(67, 25, 39, .12); }
.access-card h1, .client-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 5.6rem); line-height: .94; letter-spacing: -.045em; }
.access-lede, .client-hero > p:last-child { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.security-panel { margin: 28px 0; padding: 22px; border-left: 4px solid var(--sage); background: var(--paper-deep); }
.security-panel strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.security-panel ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }
.access-status { min-height: 24px; margin-bottom: 14px; color: var(--wine); font-weight: 750; }
.access-card .form-note { margin-top: 20px; }
.app-footer { margin-top: auto; }
.client-shell { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(58px, 8vw, 100px) 32px; }
.client-hero { max-width: 880px; margin-bottom: 54px; }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fbf8f2; }
.client-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }
.client-grid article:last-child { border-right: 0; }
.client-grid span { color: var(--wine); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.client-grid h2 { margin: 54px 0 12px; font-size: 1.8rem; }
.client-grid p, .client-security p { color: var(--muted); line-height: 1.65; }
.client-security { margin-top: 26px; }
.terms-shell { width: min(100%, 920px); margin: 0 auto; padding: clamp(58px, 8vw, 100px) 32px; }
.terms-shell h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .94; letter-spacing: -.045em; }
.terms-intro { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.terms-section { padding: 32px 0; border-top: 1px solid var(--line); }
.terms-section h2 { font-size: 2rem; }
.terms-section p, .terms-section li { color: var(--muted); line-height: 1.7; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 32px; }
  .hero-image { min-height: 520px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2), .process-grid li:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2), .process-grid li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-grid li:nth-child(-n+2) { border-bottom-color: var(--line); }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid-two { grid-template-columns: 1fr 1fr; }
  .inquiry-section { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr; }
  .client-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .client-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 760px) {
  .menu-button { display: inline-block; }
  .story-header { flex-wrap: wrap; }
  .story-header nav { width: 100%; display: none; flex-direction: column; align-items: stretch; padding: 10px 0; }
  .story-header nav.is-open { display: flex; }
  .story-header nav a { padding: 10px; }
  .nav-inquiry { text-align: center; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 240px 240px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .price-grid-two { grid-template-columns: 1fr; }
  .story-footer { grid-template-columns: 1fr; }
  .story-footer > p { grid-column: auto; }
}
@media (max-width: 560px) {
  .wordmark strong { font-size: 1.05rem; }
  .story-section { padding: 66px 20px; }
  .hero-copy { padding: 64px 22px; }
  .hero-image { min-height: 390px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { padding: 11px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .gallery-tall, .gallery-wide { grid-column: auto; grid-row: auto; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(2), .process-grid li, .process-grid li:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .inquiry-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
