:root {
  --ink: #211f1b;
  --ivory: #f6f1e8;
  --paper: #fbf8f2;
  --stone: #e9e0d3;
  --taupe: #b8a897;
  --brass: #8e6c42;
  --sage: #697064;
  --white: #fffdfa;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 28px 80px #271f181a;
}

html { scroll-behavior: smooth; }
body { background: var(--ivory); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; margin: 0; font-size: 16px; line-height: 1.6; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 2px solid var(--brass); }
img { max-width: 100%; display: block; }
.front-home :where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,ul) { margin: 0; }
.sr-only { clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; position: absolute !important; overflow: hidden !important; }
.skip-link { z-index: 9999; background: var(--ink); color: white; padding: .8rem 1rem; position: fixed; top: -5rem; left: 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1240px, 100% - 48px); margin-inline: auto; max-width: none; }
.eyebrow { letter-spacing: .19em; text-transform: uppercase; color: var(--brass); margin: 0 0 1rem; font-size: .72rem; font-weight: 700; }
.display { font-family: var(--serif); letter-spacing: -.035em; font-weight: 400; line-height: .98; }
.section-title { margin: 0; font-size: clamp(2.6rem,5vw,5rem); }
.lede { color: #5f5a52; font-size: clamp(1.05rem,1.6vw,1.25rem); line-height: 1.7; }
.button { border: 1px solid var(--ink); background: var(--ink); min-height: 48px; color: var(--white); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; justify-content: center; align-items: center; gap: .65rem; padding: .75rem 1.35rem; font-size: .76rem; font-weight: 700; transition: background .25s,color .25s,transform .25s; display: inline-flex; border-radius: 0; }
.button:hover { background: var(--brass); border-color: var(--brass); transform: translateY(-2px); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button.light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.65); }
.button.ghost { color: var(--ink); border-color: var(--taupe); background: transparent; }
.button.small { min-height: 42px; padding: .5rem 1rem; }
.text-link { border-bottom: 1px solid var(--taupe); text-transform: uppercase; letter-spacing: .1em; align-items: center; gap: .6rem; padding-block: .45rem; font-size: .78rem; font-weight: 700; display: inline-flex; }
.text-link::after { content: "↗"; color: var(--brass); }

.announcement { background: var(--ink); color: var(--white); text-align: center; text-transform: uppercase; letter-spacing: .13em; padding: .55rem 1rem; font-size: .68rem; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.4); }
.site-header { z-index: 100; backdrop-filter: blur(15px); background: rgba(246,241,232,.94); border-bottom: 1px solid rgba(142,108,66,.16); align-items: center; height: 88px; display: flex; position: sticky; top: 0; padding: 0; }
.header-inner { grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; display: grid; }
.wordmark { font-family: var(--serif); letter-spacing: -.02em; font-size: 1.65rem; line-height: 1; }
.wordmark span { font-family: var(--sans); letter-spacing: .25em; text-transform: uppercase; color: var(--brass); margin-top: .35rem; font-size: .55rem; display: block; }
.nav { justify-content: center; align-items: center; gap: 1.7rem; display: flex; }
.nav a { letter-spacing: .09em; text-transform: uppercase; align-items: center; min-height: 44px; font-size: .72rem; font-weight: 650; display: flex; position: relative; }
.nav a::after { content: ""; background: var(--brass); transform-origin: 0 center; width: 100%; height: 1px; transition: transform .2s; position: absolute; bottom: 7px; left: 0; transform: scaleX(0); }
.nav a:hover::after { transform: scaleX(1); }
.header-actions { justify-content: flex-end; align-items: center; gap: .8rem; display: flex; }
.menu-button { border: 1px solid var(--taupe); cursor: pointer; background: transparent; width: 48px; height: 48px; display: none; }
.mobile-menu { z-index: 120; background: var(--paper); border-bottom: 1px solid var(--taupe); box-shadow: var(--shadow); padding: 1.5rem 24px 2rem; position: fixed; inset: 88px 0 auto; }
.mobile-menu a { border-bottom: 1px solid var(--stone); min-height: 48px; font-family: var(--serif); align-items: center; font-size: 1.35rem; display: flex; }
.mobile-book { display: none; }

.front-home .hero { color: white; background: #4d443b; align-items: end; min-height: calc(100svh - 112px); display: grid; position: relative; overflow: hidden; padding: 0; }
.front-home .hero-media { object-fit: cover; object-position: center 38%; filter: saturate(.72) contrast(.97); width: 100%; height: 100%; position: absolute; inset: 0; transform: scale(1.01); }
.front-home .hero::before { content: ""; z-index: 1; background: linear-gradient(90deg,rgba(25,21,18,.74) 0%,rgba(25,21,18,.38) 48%,rgba(25,21,18,.08) 75%),linear-gradient(transparent 55%,rgba(25,21,18,.62) 100%); position: absolute; inset: 0; }
.front-home .hero::after { display: none; }
.front-home .hero > .container { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); }
.front-home .hero-content { z-index: 2; width: min(720px,100%); max-width: 720px; padding: clamp(2.75rem,7svh,5rem) 0 2.5rem; position: relative; }
.front-home .hero h1 { max-width: 820px; margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3.6rem,min(8.5vw,13svh),8.5rem); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.front-home .hero p { color: rgba(255,255,255,.85); max-width: 610px; margin-block: 0; font-size: clamp(1.05rem,1.7vw,1.3rem); }
.hero-actions { flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; display: flex; }
.hero-meta { z-index: 2; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.8); border-top: 1px solid rgba(255,255,255,.3); justify-content: space-between; gap: 2rem; padding: 1.1rem 0; font-size: .7rem; display: flex; position: relative; }

.front-home .section { padding: clamp(5.5rem,10vw,10rem) 0; }
.front-home .section.paper { background: var(--paper); }
.front-home .section.dark { background: var(--ink); color: var(--white); }
.front-home .section-head { grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; margin-bottom: 4rem; display: grid; }
.front-home .service-grid { background: var(--taupe); border: 1px solid var(--taupe); grid-template-columns: repeat(3,1fr); gap: 1px; display: grid; }
.front-home .service-card { color: white; background: #5a5149; min-height: 440px; position: relative; overflow: hidden; }
.front-home .service-card img { object-fit: cover; filter: saturate(.65); width: 100%; height: 100%; transition: transform .8s cubic-bezier(.2,.8,.2,1); position: absolute; inset: 0; }
.front-home .service-card::after { content: ""; background: linear-gradient(transparent 32%,rgba(25,22,19,.82)); position: absolute; inset: 0; }
.front-home .service-card:hover img { transform: scale(1.035); }
.front-home .service-card-content { z-index: 2; padding: 2rem; position: absolute; inset: auto 0 0; left: 0; right: 0; bottom: 0; }
.front-home .service-card h3 { font: 400 2.2rem var(--serif); margin: .3rem 0 .5rem; }
.front-home .service-card p { color: rgba(255,255,255,.75); margin: 0; }
.split { grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,9rem); display: grid; }
.portrait-frame { background: var(--stone); min-height: 670px; position: relative; overflow: hidden; }
.portrait-frame img { object-fit: cover; filter: saturate(.7); width: 100%; height: 100%; min-height: 670px; }
.portrait-frame::after { content: "RP"; font-family: var(--serif); color: rgba(255,255,255,.7); font-size: 12rem; line-height: 1; position: absolute; bottom: -2rem; right: -1.5rem; }
.principles { border-top: 1px solid var(--taupe); margin-top: 2.2rem; padding: 0; list-style: none; display: block; }
.principles li { border-bottom: 1px solid var(--taupe); grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.1rem 0; display: grid; }
.principles strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.feature-facial { color: white; background: #5d554c; grid-template-columns: 1.15fr .85fr; min-height: 650px; display: grid; }
.feature-facial img { object-fit: cover; filter: saturate(.62); width: 100%; height: 100%; }
.feature-copy { flex-direction: column; justify-content: center; padding: clamp(3rem,7vw,7rem); display: flex; }
.feature-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3rem,6vw,6.4rem); }
.feature-copy p { color: rgba(255,255,255,.75); max-width: 490px; }
.reason-grid { background: var(--taupe); border: 1px solid var(--taupe); grid-template-columns: repeat(4,1fr); gap: 1px; display: grid; }
.reason { background: var(--ivory); min-height: 270px; padding: 2.3rem; }
.reason span { font-family: var(--serif); color: var(--brass); font-size: 3rem; }
.reason h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.gallery-grid { grid-template-rows: 300px 300px; grid-template-columns: 1.2fr .8fr .8fr; gap: 12px; display: grid; }
.gallery-grid figure { background: var(--stone); margin: 0; position: relative; overflow: hidden; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid figure:nth-child(4) { grid-column: span 2; }
.gallery-grid img { object-fit: cover; filter: saturate(.68); width: 100%; height: 100%; transition: transform .7s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.review-grid { grid-template-columns: repeat(3,1fr); gap: 1rem; display: grid; }
.review { background: var(--paper); border: 1px solid rgba(184,168,151,.6); padding: 2.2rem; margin: 0; }
.review blockquote { font-family: var(--serif); margin: 0 0 2rem; font-size: 1.65rem; line-height: 1.35; }
.review cite { letter-spacing: .1em; text-transform: uppercase; color: var(--brass); font-size: .72rem; font-style: normal; }
.offer-band { color: white; background: #7a6b59; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: clamp(4rem,8vw,7rem); display: grid; }
.offer-band h2 { margin: 0; font-size: clamp(2.8rem,5vw,5.5rem); }
.steps { counter-reset: step 0; grid-template-columns: repeat(3,1fr); gap: 4rem; display: grid; }
.step { counter-increment: step 1; border-top: 1px solid var(--taupe); padding-top: 1.5rem; }
.step::before { content: "0" counter(step); color: var(--brass); letter-spacing: .15em; font-size: .72rem; }
.step h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.location { background: var(--stone); grid-template-columns: 1fr 1fr; display: grid; }
.map-placeholder { background: linear-gradient(120deg,#c6b8a5,#e7ded1); min-height: 520px; position: relative; overflow: hidden; }
.map-placeholder::before,.map-placeholder::after { content: ""; background: rgba(78,67,54,.25); width: 140%; height: 1px; position: absolute; top: 45%; left: -20%; transform: rotate(-18deg); box-shadow: rgba(78,67,54,.18) 0 70px,rgba(78,67,54,.18) 0 -90px; }
.map-placeholder::after { top: 55%; transform: rotate(42deg); }
.map-pin { z-index: 2; background: var(--ink); width: 74px; height: 74px; box-shadow: var(--shadow); border-radius: 50% 50% 50% 0; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%) rotate(-45deg); }
.map-pin span { color: white; font-family: var(--serif); position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; rotate: 45deg; }
.location-copy { padding: clamp(3rem,7vw,7rem); }
.hours { grid-template-columns: 1fr auto; gap: .8rem 2rem; max-width: 420px; margin: 2rem 0; display: grid; }
.final-cta { text-align: center; background: var(--paper); padding: clamp(6rem,12vw,12rem) 0; }
.final-cta h2 { max-width: 1000px; margin: 0 auto 2rem; font-size: clamp(3.4rem,8vw,8rem); }

.site-footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 5rem 0 7rem; display: block; }
.site-footer :where(h3,p) { margin: 0; }
.site-footer .wordmark { color: white; }
.footer-grid { grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 4rem; display: grid; }
.footer-grid > div { display: block; }
.site-footer h3 { color: white; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; line-height: 1.6; }
.footer-links { flex-direction: column; gap: .6rem; font-size: .85rem; display: flex; }
.footer-links a:hover { color: white; }
.newsletter { border-bottom: 1px solid rgba(255,255,255,.4); display: flex; }
.newsletter input { color: white; background: transparent; border: 0; width: 100%; min-height: 48px; padding: 0; }
.newsletter input::placeholder { color: rgba(255,255,255,.6); }
.newsletter button { color: white; cursor: pointer; background: transparent; border: 0; }
.newsletter-status { min-height: 1.4rem; margin: .55rem 0 0; font-size: .75rem; }
.newsletter-status:empty { display: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; font-size: .7rem; display: flex; }

dialog { background: var(--paper); width: min(760px,calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); color: var(--ink); box-shadow: var(--shadow); border: 0; border-radius: 0; margin: 0; padding: 0; position: fixed; inset: 50% auto auto 50%; overflow: auto; transform: translate(-50%,-50%); }
dialog::backdrop { backdrop-filter: blur(5px); background: rgba(29,25,21,.64); }
.modal-grid { grid-template-columns: .8fr 1.2fr; display: grid; }
.modal-art { background: #7c6f60; min-height: 560px; overflow: hidden; }
.modal-art img { object-fit: cover; filter: saturate(.58); width: 100%; height: 100%; min-height: 560px; }
.modal-copy { padding: 3rem; position: relative; }
.modal-copy h2 { margin: 0 0 1rem; font-size: 3.4rem; }
.modal-copy > p:not(.eyebrow) { color: #5f5a52; }
.modal-close { z-index: 2; cursor: pointer; background: transparent; border: 0; width: 44px; height: 44px; font-size: 1.7rem; position: absolute; top: 12px; right: 12px; }
.form-grid { grid-template-columns: 1fr 1fr; gap: 1rem; display: grid; }
.field { flex-direction: column; gap: .45rem; display: flex; }
.field.full { grid-column: 1/-1; }
.field > span:first-child { letter-spacing: .1em; text-transform: uppercase; font-size: .7rem; font-weight: 700; }
.field input,.field select,.field textarea { background: var(--white); width: 100%; min-height: 50px; color: var(--ink); border: 1px solid var(--taupe); border-radius: 0; padding: .75rem .9rem; }
.checkbox { color: #5d574e; grid-template-columns: 24px 1fr; align-items: start; gap: .7rem; font-size: .8rem; display: grid; }
.checkbox input { width: 20px; height: 20px; min-height: 20px; accent-color: var(--brass); margin-top: .15rem; padding: 0; }
.consent-copy { font-size: .72rem; line-height: 1.45; }
.offer-status { min-height: 1.3rem; margin: 0; color: #49624c; font-size: .76rem; }
.offer-status.error { color: #8c3b2f; }
.offer-success h3 { font: 2.6rem var(--serif); margin: .3rem 0; }
.offer-code { display: grid; gap: .2rem; padding: 1rem; margin: 1.3rem 0; background: #eee5d9; }
.offer-code span { font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.offer-code strong { font-size: 1.45rem; letter-spacing: .08em; }

@media (max-width:1020px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { place-items: center; display: inline-grid; }
  .header-actions .button { display: none; }
  .front-home .service-grid,.review-grid,.reason-grid,.footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width:720px) {
  .container { width: min(100% - 32px,1240px); }
  .site-header { height: 74px; }
  .mobile-menu { top: 74px; }
  .wordmark { font-size: 1.35rem; }
  .front-home .hero { min-height: calc(100svh - 98px); }
  .front-home .hero-content { padding: clamp(1.75rem,5svh,3rem) 0; }
  .front-home .hero-content .eyebrow { margin-bottom: .6rem; }
  .front-home .hero h1 { margin-bottom: .75rem; font-size: clamp(2.8rem,min(13vw,10svh),4.4rem); }
  .front-home .hero p { font-size: clamp(.9rem,3.8vw,1.05rem); line-height: 1.45; }
  .front-home .hero .hero-actions { flex-wrap: nowrap; gap: .5rem; margin-top: 1.1rem; }
  .front-home .hero .hero-actions .button { letter-spacing: .06em; white-space: nowrap; flex: 1 1 0; min-width: 0; padding-inline: .55rem; font-size: .6rem; }
  .hero-meta { display: none; }
  .front-home .section-head,.split,.feature-facial,.location,.modal-grid { grid-template-columns: 1fr; }
  .front-home .section-head { gap: 1.5rem; }
  .front-home .service-grid,.review-grid,.reason-grid,.steps { grid-template-columns: 1fr; }
  .front-home .service-card { min-height: 380px; }
  .portrait-frame,.portrait-frame img { min-height: 480px; }
  .feature-facial img { min-height: 430px; }
  .gallery-grid { grid-template-rows: 330px 230px 230px; grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:first-child { grid-area: auto/span 2; }
  .gallery-grid figure:nth-child(4) { grid-column: span 2; }
  .offer-band { grid-template-columns: 1fr; padding: 3rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .modal-art { display: none; }
  .modal-copy { padding: 2.5rem 1.5rem 1.5rem; }
  .modal-copy h2 { font-size: 2.6rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .mobile-book { z-index: 90; display: flex; position: fixed; bottom: 12px; left: 16px; right: 16px; box-shadow: rgba(0,0,0,.25) 0 12px 35px; }
}

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