:root {
  --ink: #241e1a;
  --ink-soft: #655c56;
  --paper: #fffdf9;
  --blush: #efe5dc;
  --sand: #d8c3b2;
  --line: rgba(36, 30, 26, .16);
  --serif: Baskerville, "Iowan Old Style", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
body:has(dialog[open]) { overflow: hidden; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: clamp(4.8rem, 9vw, 8.75rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 20; left: 1rem; top: 1rem; transform: translateY(-200%); background: var(--ink); color: #fff; padding: .65rem .9rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .62rem; text-decoration: none; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 1.4rem/1 var(--serif); }
.brand-name { display: grid; font: 1.4rem/.75 var(--serif); text-transform: uppercase; letter-spacing: .15em; }
.brand-name small { margin-top: .48rem; font: .45rem/1 var(--sans); letter-spacing: .26em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3.4rem); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { border: 1px solid var(--ink); background: var(--ink); color: #fff; padding: .72rem .9rem; font: inherit; transition: background .2s, color .2s; }
.nav-cta:hover { background: transparent; color: var(--ink); }
.menu-button { display: none; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); background: var(--blush); }
.hero-copy { min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(3rem, 8vw, 7rem) clamp(2rem, 8vw, 9rem) 2.2rem max(32px, calc((100vw - 1180px) / 2)); }
.hero-inner { max-width: 575px; }
.eyebrow { margin: 0 0 1.35rem; color: var(--ink-soft); font: .62rem/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; vertical-align: middle; display: inline-block; margin-right: .6rem; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
h1 { margin-bottom: 1.55rem; font-size: clamp(4.1rem, 7.6vw, 7.7rem); }
h1 em, h2 em { font-weight: 400; }
.hero-text { max-width: 440px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem 1.8rem; margin-top: 2rem; }
.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 2.2rem; padding: .98rem 1.1rem; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-ink { background: var(--ink); color: #fff; }
.button-ink:hover { background: #5c4a3f; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff; }
.underlink { display: inline-flex; gap: .5rem; align-items: center; padding-bottom: .3rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.underlink:hover { opacity: .62; }
.hero-foot { margin: 2rem 0 0; font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { display: inline-block; width: .5rem; height: .5rem; margin-right: .5rem; background: #bd7954; border-radius: 100%; }
.hero-photo { min-height: inherit; overflow: hidden; background: #b9a190; }
.hero-photo img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: 47% center; }

.quick-info { border-bottom: 1px solid var(--line); background: var(--paper); }
.quick-info-grid { min-height: 70px; display: grid; grid-template-columns: 1.15fr 1fr auto; align-items: center; gap: 1rem 3rem; font-size: .76rem; }
.quick-info-grid p { margin: 0; color: var(--ink-soft); }
.quick-info-grid b { color: var(--ink); font-weight: 600; }
.quick-info-grid a { justify-self: end; text-decoration: none; padding-bottom: .25rem; border-bottom: 1px solid var(--ink); font-weight: 600; }

.welcome { display: grid; grid-template-columns: 120px minmax(0, 1fr) 180px; gap: 3rem; }
.section-label { color: #b07b5d; font: .65rem var(--mono); letter-spacing: .1em; }
.welcome-copy { max-width: 690px; }
h2 { margin-bottom: 1.6rem; font-size: clamp(3.05rem, 5.6vw, 5.7rem); }
.welcome-copy > p:last-child { max-width: 590px; margin-bottom: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.8; }
.welcome-detail { align-self: end; display: grid; gap: .65rem; padding-bottom: .4rem; font: .65rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.welcome-detail span { padding-bottom: .6rem; border-bottom: 1px solid var(--line); }

.services { background: var(--ink); color: #fff; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.4rem; }
.services .eyebrow { color: #c8b5a7; }
.split-heading h2 { margin: 0; }
.split-heading > p { max-width: 300px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.service-card { min-height: 300px; padding: 1.5rem 1.35rem 1.35rem; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.service-card:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.service-card > span { color: #d9a683; font: .62rem var(--mono); }
.service-card h3 { margin: auto 0 .6rem; font: 2.4rem/.95 var(--serif); letter-spacing: -.055em; }
.service-card p { min-height: 74px; margin: 0 0 1.35rem; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.65; }
.service-card button { align-self: start; border: 0; border-bottom: 1px solid #fff; background: transparent; color: #fff; padding: 0 0 .25rem; font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.service-card button:hover { color: #dfb698; border-color: currentColor; }
.service-card button b { margin-left: .3rem; }

.work-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.work-heading h2 { margin: 0; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1.3rem; align-items: start; }
.work-grid figure { margin: 0; position: relative; overflow: hidden; background: var(--blush); }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-grid figure:hover img { transform: scale(1.025); }
.work-main { height: 650px; }
.work-small { height: 340px; margin-top: 70px !important; }
.work-small--lower { height: 400px; margin-top: 150px !important; }
.work-grid figcaption { position: absolute; left: 0; bottom: 0; padding: .6rem .75rem; background: var(--paper); font: .6rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.booking-section { background: #b27d5e; color: #fff; padding: clamp(4rem, 8vw, 7rem) 0; }
.booking-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 4rem; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.booking-layout h2 { margin: 0; font-size: clamp(3.5rem, 6.5vw, 6.7rem); }
.booking-side { max-width: 390px; justify-self: end; }
.booking-side p { color: rgba(255,255,255,.84); line-height: 1.7; }

.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.visit h2 { margin-bottom: 2rem; }
.map-link { display: inline-flex; gap: .7rem; align-items: center; padding: .9rem 1rem; background: var(--blush); text-decoration: none; font: .75rem var(--mono); letter-spacing: .06em; }
.map-link:hover { background: var(--sand); }
.hours { padding: 1.7rem; background: #f5f0eb; }
.hours dl { margin: 1.6rem 0 1.4rem; border-top: 1px solid var(--line); }
.hours dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: .8rem 0; }
.hours dt, .hours dd { margin: 0; font-size: .85rem; }
.hours dd { color: var(--ink-soft); font-family: var(--mono); font-size: .74rem; }
.hours .underlink { font-size: .62rem; }

.site-footer { background: var(--blush); padding: 2.5rem 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; }
.social-links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.social-links a, .footer-inner > p { margin: 0; font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.social-links a:hover { text-decoration: underline; }
.footer-inner > p { color: var(--ink-soft); }

.booking-dialog { width: min(690px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; border: 0; padding: 0; background: var(--paper); color: var(--ink); }
.booking-dialog::backdrop { background: rgba(30,24,20,.66); backdrop-filter: blur(4px); }
.dialog-content { position: relative; padding: clamp(2rem, 6vw, 4rem); }
.dialog-close { position: absolute; right: 1rem; top: .8rem; border: 0; background: transparent; font: 2.3rem/1 var(--serif); }
.dialog-copy { max-width: 480px; color: var(--ink-soft); line-height: 1.7; }
.booking-dialog form { display: grid; gap: 1.1rem; margin-top: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-dialog label { display: grid; gap: .45rem; font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.booking-dialog label small { color: var(--ink-soft); font-size: .62rem; font-weight: 400; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; min-height: 46px; appearance: none; border: 1px solid var(--line); border-radius: 0; background: #fff; padding: .68rem .75rem; color: var(--ink); font-size: .9rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.booking-dialog textarea { resize: vertical; }
.booking-dialog input:focus, .booking-dialog select:focus, .booking-dialog textarea:focus { outline: 2px solid #b27d5e; outline-offset: 1px; }
.form-note { margin: -.4rem 0 0; color: var(--ink-soft); font-size: .7rem; }
.mobile-book { display: none; }

@media (max-width: 840px) {
  .shell { width: min(100% - 40px, 600px); }
  .site-header { height: 72px; }
  .site-nav { position: absolute; top: 71px; left: 0; right: 0; display: grid; gap: 0; padding: 1rem 20px 1.4rem; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a, .nav-cta { padding: .85rem 0; border: 0; background: transparent; color: var(--ink); text-align: left; }
  .site-nav a::after { display: none; }
  .nav-cta { border-top: 1px solid var(--line); margin-top: .35rem; }
  .menu-button { display: grid; gap: 5px; padding: .5rem 0 .5rem .5rem; border: 0; background: transparent; }
  .menu-button i { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button.is-open i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-button.is-open i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 500px; padding: 4rem 20px 1.4rem; }
  .hero-photo { min-height: 420px; }
  .hero-photo img { min-height: 420px; object-position: center 54%; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.3rem); }
  .quick-info-grid { grid-template-columns: 1fr; min-height: auto; gap: .65rem; padding: 1rem 0; }
  .quick-info-grid a { justify-self: start; margin-top: .3rem; }
  .welcome, .visit { grid-template-columns: 1fr; gap: 2rem; }
  .section-label { display: none; }
  .welcome-detail { grid-template-columns: repeat(2, 1fr); max-width: 300px; }
  .split-heading, .work-heading { display: grid; gap: 1.2rem; }
  .split-heading > p { max-width: 380px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-main { grid-column: 1 / -1; height: min(130vw, 540px); }
  .work-small, .work-small--lower { height: 280px; margin-top: 0 !important; }
  .booking-layout { grid-template-columns: 1fr; gap: 2rem; }
  .booking-side { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.4rem; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 32px, 560px); }
  .section { padding: 4.4rem 0; }
  .site-header { position: sticky; top: 0; height: 68px; box-shadow: 0 1px 0 var(--line); }
  .site-nav { top: 67px; }
  .brand-mark { width: 30px; height: 30px; font-size: 1.25rem; }
  .brand-name { font-size: 1.2rem; }
  .brand-name small { font-size: .39rem; }

  .hero { display: flex; flex-direction: column; background: var(--paper); }
  .hero-photo { order: -1; min-height: 330px; height: 48svh; max-height: 430px; }
  .hero-photo img { min-height: 0; height: 100%; object-position: center 48%; }
  .hero-copy { min-height: 0; display: block; padding: 2.1rem 20px 1.25rem; background: var(--blush); }
  .hero-inner { max-width: none; }
  .hero-copy .eyebrow { margin-bottom: .9rem; font-size: .54rem; letter-spacing: .08em; }
  .hero h1 { font-size: clamp(3.05rem, 13.2vw, 3.7rem); line-height: .98; letter-spacing: -.05em; margin-bottom: 1.15rem; }
  .hero h1 br { display: block; }
  .hero-text { max-width: 33rem; font-size: .93rem; line-height: 1.68; }
  .keep-together { white-space: nowrap; }
  .hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 1.6rem; }
  .hero-actions .button { width: 100%; gap: 1rem; padding-inline: .85rem; }
  .hero-actions .underlink { font-size: .59rem; white-space: nowrap; }
  .hero-foot { display: flex; align-items: center; margin-top: 1.35rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .57rem; }

  .quick-info { background: var(--ink); color: #fff; border: 0; }
  .quick-info-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 0; min-height: 0; }
  .quick-info-grid p { min-height: 74px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: .85rem .9rem .85rem 0; color: rgba(255,255,255,.74); font-size: .67rem; line-height: 1.45; }
  .quick-info-grid p + p { padding-left: .9rem; border-left: 1px solid rgba(255,255,255,.18); }
  .quick-info-grid b { margin-bottom: .2rem; color: #fff; font-size: .59rem; letter-spacing: .06em; text-transform: uppercase; }
  .quick-info-grid a { grid-column: 1 / -1; justify-self: stretch; margin: 0; padding: .72rem 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: .65rem; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

  .welcome { gap: 1.7rem; }
  .welcome-copy .eyebrow { margin-bottom: 1rem; }
  .welcome-copy h2 { font-size: clamp(2.45rem, 10.8vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
  .welcome-copy > p:last-child { font-size: .91rem; line-height: 1.72; }
  .welcome-detail { width: 100%; max-width: none; grid-template-columns: repeat(4, 1fr); gap: .35rem; }
  .welcome-detail span { font-size: .52rem; }

  .services { padding: 3.8rem 0; }
  .split-heading { gap: .9rem; margin-bottom: 2rem; }
  .split-heading h2 { font-size: clamp(2.75rem, 11.8vw, 3.5rem); }
  .split-heading > p { font-size: .85rem; line-height: 1.55; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(3) { min-height: 0; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: .2rem .55rem; padding: 1.25rem 1rem; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-card > span { grid-row: 1 / span 2; padding-top: .25rem; }
  .service-card h3 { grid-column: 2; margin: 0; font-size: 2rem; }
  .service-card p { grid-column: 2 / -1; min-height: 0; margin: .45rem 0 .7rem; font-size: .78rem; line-height: 1.55; }
  .service-card button { grid-column: 3; grid-row: 1; margin-top: .45rem; font-size: .55rem; white-space: nowrap; }

  .work { overflow: hidden; padding-bottom: 4.3rem; }
  .work-heading { width: min(100% - 32px, 560px); margin-bottom: 1.65rem; }
  .work-heading h2 { font-size: clamp(2.6rem, 11vw, 3.25rem); }
  .work-heading .underlink { justify-self: start; font-size: .57rem; }
  .work-grid { width: 100%; margin: 0; padding: 0 0 0 16px; display: grid; grid-auto-flow: column; grid-auto-columns: 78%; grid-template-columns: none; gap: .8rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .work-grid::-webkit-scrollbar { display: none; }
  .work-grid figure, .work-main, .work-small, .work-small--lower { grid-column: auto; height: 430px; margin: 0 !important; scroll-snap-align: start; }
  .work-grid figure:last-child { margin-right: 16px !important; }

  .booking-section { padding: 4rem 0 4.5rem; }
  .booking-layout { gap: 1.5rem; }
  .booking-layout h2 { font-size: clamp(3rem, 12.8vw, 3.8rem); }
  .booking-side p { font-size: .94rem; line-height: 1.6; }
  .booking-side .button { width: 100%; }

  .visit { gap: 2.5rem; }
  .visit h2 { font-size: clamp(3rem, 12.6vw, 3.8rem); }
  .map-link { width: 100%; justify-content: space-between; }
  .hours { padding: 1.35rem; }
  .site-footer { padding: 2.4rem 0 5.5rem; }
  .social-links { gap: .9rem 1.1rem; }

  .mobile-book { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .dialog-content { padding: 2.7rem 1.3rem 1.6rem; }
}

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