:root {
  --ink: #201c1a;
  --paper: #f5f0e9;
  --white: #fffaf4;
  --clay: #c87456;
  --rose: #dba58e;
  --muted: #6d625c;
  --line: rgba(32, 28, 26, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; }

.site-header { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1.1rem clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; justify-self: start; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font: italic 700 1.35rem Georgia, serif; }
.brand b, .brand small { display: block; line-height: 1; letter-spacing: .16em; }
.brand b { font-size: 1rem; }
.brand small { margin-top: .35rem; font-size: .6rem; }
nav { display: flex; gap: 2rem; }
nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid var(--ink); background: var(--ink); color: var(--white); text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #382e2a; }
.button-small { min-height: 42px; padding: .65rem 1rem; }
.button-outline { background: transparent; color: var(--ink); margin-top: 2rem; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.text-link { font-weight: 700; text-underline-offset: .35rem; }
.text-link span { color: var(--clay); }

.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 740px; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); align-self: center; }
.eyebrow { margin: 0 0 1.25rem; font-size: .75rem; font-weight: 800; letter-spacing: .2em; color: var(--clay); }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7.5vw, 7.7rem); }
h1 em { color: var(--clay); font-weight: 400; }
.hero-lead { max-width: 37rem; margin: 2rem 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); padding-top: 1.4rem; border-top: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font: 400 1.6rem Georgia, serif; }
.trust-row span { font-size: .72rem; color: var(--muted); }
.hero-image { margin: 0; min-height: 640px; position: relative; overflow: hidden; background: #46372f; }
.hero-image img { height: 100%; object-fit: cover; object-position: center; }
.hero-image figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem 1.5rem; background: rgba(32,28,26,.86); color: var(--white); font-size: .8rem; letter-spacing: .08em; }
.hero-image figcaption span { color: var(--rose); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { display: grid; grid-template-columns: 1fr 1.3fr .8fr; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .experience h2, .visit h2 { font-size: clamp(2.8rem, 5.5vw, 5.7rem); }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.service-list { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { padding: 2.4rem 2rem; border-left: 1px solid var(--line); }
.service-card:first-child { border-left: 0; }
.service-card.featured { background: var(--ink); color: var(--white); transform: translateY(-1rem); }
.service-number { color: var(--clay); font-size: .75rem; letter-spacing: .14em; }
.service-card h3 { margin: 1.5rem 0 .75rem; font: 400 2.2rem Georgia, serif; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #cfc5bd; }
.service-card ul { list-style: none; padding: 0; margin: 2rem 0 0; }
.service-card li { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid currentColor; font-size: .88rem; }
.service-card li span { color: var(--clay); text-align: right; }

.experience { background: #ded0c5; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.steps { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.steps > div { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.steps b { color: var(--clay); }
.steps strong, .steps span { display: block; }
.steps span { color: var(--muted); }
.steps span strong { color: var(--ink); }
blockquote { margin: 0; padding: clamp(2rem, 5vw, 4.5rem); background: var(--white); box-shadow: 1.25rem 1.25rem 0 var(--clay); }
blockquote .stars { color: var(--clay); letter-spacing: .25em; }
blockquote p { font: 400 clamp(1.7rem, 3vw, 2.8rem)/1.25 Georgia, serif; }
blockquote footer { font-size: .8rem; font-weight: 700; color: var(--muted); }

.section-heading.compact { grid-template-columns: .6fr 1.4fr; }
.gallery-grid { display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 1rem; }
.crop { margin: 0; height: 470px; position: relative; overflow: hidden; background: #392f2a; }
.crop img { width: 300%; height: 100%; max-width: none; object-fit: cover; }
.crop-one img { transform: translateX(0); }
.crop-two img { transform: translateX(-33.333%); }
.crop-three img { transform: translateX(-66.666%); }
.crop figcaption { position: absolute; inset: auto 0 0; padding: 1rem; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: white; font: 400 1.3rem Georgia, serif; }
.demo-note { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }

.visit { background: var(--ink); color: var(--white); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: 1.1fr 1fr auto; gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.visit-details > div:last-child { grid-column: 1 / -1; }
.visit small { color: var(--rose); letter-spacing: .18em; font-weight: 700; }
.visit p { margin: .7rem 0; color: #e9dfd8; }
.visit a { text-underline-offset: .3rem; }
.visit span { color: #a99e97; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.25rem, 6vw, 7rem); background: #151210; color: var(--white); }
.site-footer p, .site-footer a { font-size: .75rem; color: #aea39d; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 4rem; }
  .hero-image { min-height: 560px; }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-list { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { border: 0; border-top: 1px solid var(--line); }
  .service-card.featured { transform: none; }
  .experience { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .visit .button { justify-self: start; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 72px; padding: .8rem 1rem; }
  .site-header > .button { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4rem 1.25rem 3rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .trust-row { gap: .5rem; }
  .trust-row strong { font-size: 1.25rem; }
  .trust-row span { font-size: .64rem; }
  .hero-image { min-height: 470px; }
  .hero-image img { width: 210%; max-width: none; transform: translateX(-28%); }
  .section { padding: 5rem 1.25rem; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; margin-bottom: 2.5rem; }
  .section-heading > p:last-child { grid-column: auto; }
  .service-card { padding: 2rem 1.25rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .crop { height: 360px; }
  .crop-two { height: 430px; }
  .visit { padding: 5rem 1.25rem; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details > div:last-child { grid-column: auto; }
  .site-footer { padding: 2rem 1.25rem; flex-direction: column; align-items: flex-start; }
  .mobile-actions { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: .7fr 1.3fr; height: 66px; background: var(--white); box-shadow: 0 -8px 30px rgba(0,0,0,.12); }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; font-weight: 800; font-size: .88rem; }
  .mobile-actions .active { background: var(--clay); color: white; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
