:root {
  color-scheme: light;
  --paper: #f5f0ea;
  --paper-deep: #ede5dd;
  --blush: #e6c8c2;
  --blush-soft: #ead7d1;
  --ink: #1e1b19;
  --muted: #68615c;
  --accent: #9e615b;
  --display-font: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --body-font: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --header-height: 78px;
  --content-width: 1360px;
  --gutter: clamp(22px, 5vw, 76px);
  font-family: var(--body-font);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  background: var(--paper);
  color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-size: 15px; line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.reduced-motion-theme *, .reduced-motion-theme *::before, .reduced-motion-theme *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-160%); border-radius: 999px; background: var(--ink); color: var(--paper); }
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; min-height: var(--header-height); padding: 0 var(--gutter);
  display: grid; grid-template-columns: minmax(210px, 1fr) auto auto; align-items: center; gap: clamp(18px, 3vw, 48px);
  background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid rgba(30, 27, 25, .08);
  backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(45, 34, 27, .08); background: color-mix(in srgb, var(--paper) 98%, transparent); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--ink); text-decoration: none; }
.brand-mark { width: 35px; height: 35px; flex: 0 0 auto; }
.brand-name, .footer-brand span { font-family: var(--display-font); font-size: 25px; letter-spacing: -.055em; }
.brand-divider { width: 1px; height: 20px; margin: 0 2px 0 5px; background: rgba(30, 27, 25, .2); }
.brand-category { max-width: 126px; color: var(--muted); font-size: 9px; letter-spacing: .18em; line-height: 1.25; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); }
.desktop-nav a, .menu-panel a { position: relative; color: var(--ink); font-size: 10px; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after, .menu-panel a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: left; background: currentColor; transition: transform .2s ease; }
.desktop-nav a:hover::after, .menu-panel a:hover::after, .desktop-nav a:focus-visible::after, .menu-panel a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { justify-self: end; display: inline-flex; align-items: center; gap: 13px; min-height: 44px; padding: 8px 0 8px 12px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle-label { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.menu-toggle-icon { width: 22px; display: grid; gap: 6px; }
.menu-toggle-icon i { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-panel { position: absolute; top: calc(var(--header-height) - 1px); right: var(--gutter); width: min(320px, calc(100vw - 2 * var(--gutter))); padding: 27px 30px 30px; display: grid; gap: 24px; border: 1px solid rgba(30, 27, 25, .12); background: var(--paper); box-shadow: 0 24px 60px rgba(35, 26, 22, .13); }
.menu-panel a { width: fit-content; font-size: 12px; }
main { padding-top: var(--header-height); }
.page-content { min-height: 55vh; }
section { scroll-margin-top: calc(var(--header-height) + 12px); }
.section-inner { width: min(100% - 2 * var(--gutter), var(--content-width)); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--accent); font-size: 10px; font-weight: 650; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow::before { width: 31px; height: 1px; background: currentColor; content: ""; }
h1, h2, p { margin-top: 0; }
h1, h2, .display { font-family: var(--display-font); font-weight: 400; letter-spacing: -.065em; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(58px, 7.35vw, 112px); line-height: .94; white-space: pre-line; }
h2 { max-width: 700px; margin-bottom: 22px; font-size: clamp(42px, 5.4vw, 77px); line-height: .98; white-space: pre-line; }
.copy { max-width: 490px; color: var(--muted); font-size: clamp(14px, 1.2vw, 17px); line-height: 1.8; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 32px; }
.button { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 650; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); background: transparent; color: var(--ink); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button--light:hover { background: transparent; color: var(--paper); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; font-weight: 650; letter-spacing: .13em; text-decoration-thickness: 1px; text-underline-offset: 5px; text-transform: uppercase; }
.action-arrow { font-size: 15px; }
.hero { position: relative; overflow: clip; min-height: min(790px, calc(100svh - var(--header-height))); display: flex; align-items: center; padding: clamp(54px, 7vw, 96px) 0 62px; background: radial-gradient(ellipse at 77% 50%, rgba(230, 200, 194, .6), transparent 34%), var(--paper); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(30, 27, 25, .2); content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr); align-items: center; gap: clamp(10px, 3vw, 40px); }
.hero-copy { position: relative; z-index: 2; padding: 16px 0 34px; }
.hero h1 { max-width: 680px; }
.hero-title-accent { color: var(--accent); font-style: italic; }
.hero .copy { max-width: 430px; }
.hero-art { position: relative; min-width: 0; min-height: clamp(390px, 47vw, 640px); display: grid; align-items: center; justify-items: center; }
.hero-art::before { position: absolute; width: min(84%, 540px); aspect-ratio: 1; border-radius: 50%; background: var(--blush-soft); content: ""; }
.hero-art img { position: relative; width: min(100%, 690px); max-height: 620px; object-fit: contain; filter: drop-shadow(0 26px 38px rgba(63, 44, 37, .15)); }
.hero-stamp { position: absolute; right: 0; bottom: 12%; width: 126px; aspect-ratio: 1; display: grid; place-items: center; padding: 18px; border: 1px solid rgba(30, 27, 25, .34); border-radius: 50%; background: var(--paper); color: var(--ink); font-family: var(--display-font); font-size: 16px; line-height: 1.15; text-align: center; transform: rotate(8deg); }
.hero-stamp span { display: block; }
.hero-bottom { position: absolute; right: var(--gutter); bottom: 25px; left: var(--gutter); display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-bottom span:last-child { display: inline-flex; gap: 12px; align-items: center; }
.hero-bottom b { color: var(--ink); font-weight: 550; }
.space-section { padding: clamp(74px, 10vw, 148px) 0; background: var(--ink); color: var(--paper); }
.space-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); align-items: center; gap: clamp(46px, 9vw, 130px); }
.space-art img { width: 100%; max-height: 720px; object-fit: cover; border: 1px solid rgba(245, 240, 234, .18); }
.media-caption { margin: 12px 0 0; color: rgba(245, 240, 234, .62); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.space-section .eyebrow, .contact-section .eyebrow { color: #d6a19a; }
.space-section .copy { color: rgba(245, 240, 234, .72); }
.space-section h2 { max-width: 560px; }
.reputation-section { padding: clamp(76px, 11vw, 158px) 0; background: var(--blush); }
.reputation-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 9vw; }
.reputation-mark { display: flex; align-items: center; gap: 20px; font-family: var(--display-font); }
.reputation-number { font-size: clamp(100px, 17vw, 230px); line-height: .76; letter-spacing: -.09em; }
.reputation-star { align-self: flex-start; margin-top: 6px; color: var(--accent); font-size: clamp(28px, 4vw, 52px); }
.reputation-copy h2 { max-width: 570px; font-size: clamp(36px, 4.3vw, 64px); }
.reputation-source { color: var(--accent); font-size: 10px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.reputation-count { margin: 23px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .07em; }
.contact-section { padding: clamp(76px, 10vw, 142px) 0; background: #24211f; color: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: clamp(50px, 10vw, 152px); }
.contact-section .copy { color: rgba(245, 240, 234, .67); }
.contact-list { border-top: 1px solid rgba(245, 240, 234, .3); }
.contact-row { padding: 24px 0; display: grid; grid-template-columns: minmax(95px, .35fr) 1fr; gap: 22px; border-bottom: 1px solid rgba(245, 240, 234, .3); }
.contact-label { color: rgba(245, 240, 234, .56); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.contact-value { display: grid; gap: 6px; margin: 0; font-size: clamp(15px, 1.45vw, 20px); }
.contact-value a { width: fit-content; text-decoration: none; text-underline-offset: 5px; }
.contact-value a:hover { text-decoration: underline; }
.hours-note { color: rgba(245, 240, 234, .62); font-size: 13px; }
.location-section { padding: clamp(76px, 10vw, 138px) 0; background: var(--paper-deep); }
.location-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(44px, 10vw, 146px); align-items: end; }
.location-address { max-width: 640px; font-size: clamp(23px, 3.2vw, 43px); line-height: 1.35; }
.location-aside { padding: 25px 0; border-top: 1px solid rgba(30, 27, 25, .2); }
.location-aside p { max-width: 310px; color: var(--muted); font-size: 13px; }
.location-aside .text-link { margin-top: 15px; }
.map-mark { width: 100%; height: 1px; margin: 38px 0 0; background: var(--ink); transform: scaleX(.4); transform-origin: left; }
.site-footer { padding: 38px var(--gutter) 22px; background: var(--paper); }
.footer-main, .footer-meta { width: min(100%, var(--content-width)); margin: 0 auto; }
.footer-main { padding-bottom: 26px; display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 24px; align-items: center; }
.footer-brand img { width: 32px; height: 32px; }
.footer-brand span { font-size: 23px; }
.footer-note { max-width: 440px; margin: 0; color: var(--muted); font-size: 12px; }
.back-top { font-size: 10px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.back-top span { margin-left: 8px; font-size: 15px; }
.footer-meta { padding-top: 16px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(30, 27, 25, .2); color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.offline-indicator { position: fixed; z-index: 110; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); max-width: min(420px, calc(100vw - 32px)); padding: 12px 16px; border: 1px solid rgba(30, 27, 25, .2); background: var(--paper); box-shadow: 0 10px 32px rgba(30, 27, 25, .16); color: var(--ink); font-size: 12px; }
.error-state { width: min(100% - 2 * var(--gutter), 680px); margin: 0 auto; padding: 8rem 0; color: var(--muted); }
@media (min-width: 1600px) { :root { --content-width: 1460px; } }
@media (max-width: 1040px) {
  :root { --header-height: 72px; --gutter: clamp(22px, 4vw, 44px); }
  .site-header { grid-template-columns: minmax(190px, 1fr) auto auto; gap: 14px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 9px; }
  .brand-category { max-width: 102px; font-size: 8px; }
  .hero-grid { grid-template-columns: minmax(0, .98fr) minmax(300px, 1.02fr); }
  .hero-art { min-height: 470px; }
}
@media (max-width: 760px) {
  :root { --header-height: 68px; --gutter: 23px; }
  .site-header { grid-template-columns: 1fr auto; padding-right: var(--gutter); padding-left: var(--gutter); }
  .desktop-nav { display: none; }
  .brand { gap: 8px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-name { font-size: 23px; }
  .brand-divider { height: 17px; margin-left: 2px; }
  .brand-category { max-width: 94px; font-size: 7px; }
  .menu-toggle { gap: 10px; }
  .menu-toggle-label { font-size: 10px; }
  .hero { min-height: auto; padding: 58px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; gap: 7px; }
  .hero-copy { padding: 21px 0 0; }
  .hero h1 { max-width: 600px; margin-bottom: 19px; font-size: clamp(59px, 14vw, 94px); }
  .hero .copy { max-width: 390px; font-size: 14px; }
  .hero-art { min-height: 340px; margin: -2px -12px 7px; }
  .hero-art img { width: min(95%, 510px); max-height: 390px; }
  .hero-stamp { right: 8%; bottom: 8%; width: 94px; padding: 13px; font-size: 13px; }
  .hero-bottom { position: static; width: min(100% - 2 * var(--gutter), var(--content-width)); margin: 4px auto 0; font-size: 8px; }
  .hero-bottom span:first-child { max-width: 45%; }
  .space-section { padding: 76px 0 83px; }
  .space-grid, .reputation-inner, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .space-grid { gap: 42px; }
  .space-art { order: 2; }
  .space-grid > div:last-child { order: 1; }
  .space-art img { max-height: 560px; }
  .reputation-inner { gap: 50px; }
  .reputation-mark { order: 2; }
  .reputation-number { font-size: clamp(120px, 30vw, 198px); }
  .contact-grid { gap: 38px; }
  .contact-row { grid-template-columns: 95px 1fr; gap: 16px; padding: 20px 0; }
  .location-grid { gap: 32px; }
  .location-address { font-size: clamp(23px, 6.2vw, 34px); }
  .footer-main { grid-template-columns: 1fr auto; row-gap: 14px; }
  .footer-note { grid-column: 1 / -1; grid-row: 2; }
  .back-top { grid-column: 2; grid-row: 1; }
  .footer-meta { font-size: 9px; }
}
@media (max-width: 390px) {
  :root { --gutter: 19px; }
  .brand-category { max-width: 82px; letter-spacing: .12em; }
  .brand-name { font-size: 21px; }
  .hero h1 { font-size: 56px; }
  .action-row { gap: 8px; }
  .button { min-height: 46px; padding: 12px 15px; font-size: 9px; }
  .hero-art { min-height: 300px; }
  .contact-row { grid-template-columns: 1fr; gap: 10px; }
  .footer-meta { display: grid; grid-template-columns: 1fr auto; }
  .footer-meta span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
}
@media (orientation: landscape) and (max-height: 560px) and (max-width: 900px) {
  .hero { padding-top: 36px; padding-bottom: 52px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-top: 8px; }
  .hero h1 { font-size: clamp(48px, 8vw, 72px); }
  .hero-art { min-height: 320px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
