:root {
  --ink: #403b34;
  --paper: #f4f0e8;
  --sand: #d9c69a;
  --line: rgba(36, 37, 37, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.external-arrow, .down-arrow { display: inline-block; flex: 0 0 auto; width: 1rem; height: 1rem; overflow: visible; vertical-align: -.14em; }
.external-arrow path, .down-arrow path { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }

.topbar { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px); background: linear-gradient(to bottom, rgba(20,20,18,.35), transparent); }
.brand img { display: block; width: 230px; filter: invert(1); }
nav { display: flex; align-items: center; gap: 32px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-info { padding: 13px 0 10px; border-bottom: 1px solid rgba(255,255,255,.6); }
.nav-info:hover { border-bottom-color: white; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.7); transition: .2s ease; }
.nav-cta:hover { color: var(--ink); background: white; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 58%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(24,22,17,.66) 0%, rgba(24,22,17,.25) 52%, rgba(24,22,17,.06) 100%), linear-gradient(0deg, rgba(15,15,13,.45), transparent 50%); }
.hero-copy { position: relative; z-index: 2; max-width: 800px; padding: 0 5vw 9vh; }
.eyebrow { margin: 0 0 22px; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(4rem, 9vw, 8.5rem); line-height: .84; }
.intro { max-width: 520px; margin: 28px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 225px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.7); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-light, .button-ghost { color: white; background: transparent; }
.button-light:hover, .button-ghost:hover,
.button-light:focus-visible, .button-ghost:focus-visible { color: var(--ink); background: white; }
.scroll { position: absolute; z-index: 2; right: 4vw; bottom: 4vh; display: flex; gap: 16px; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.info { padding: 120px 5vw 130px; }
.info-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; padding-bottom: 70px; }
.info-intro h2 { font-size: clamp(3rem, 6.5vw, 6.5rem); line-height: .95; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr 1.55fr; border-top: 1px solid var(--line); }
.info-card { min-height: 250px; padding: 30px 30px 20px 0; border-right: 1px solid var(--line); font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; line-height: 1.65; }
.info-card + .info-card { padding-left: 30px; }
.info-card:last-child { border-right: 0; }
.info-card a { display: block; width: fit-content; border-bottom: 1px solid transparent; }
.info-card a:hover { border-bottom-color: currentColor; }
.contact-links { display: grid; gap: 7px; }
.label { margin: 0 0 35px; font-family: Arial, Helvetica, sans-serif; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 5px 0; }
dt, dd { margin: 0; }
.saturday-current { margin: 13px 0 8px; padding: 17px 0 14px !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.saturday-current dt { display: grid; gap: 1px; }
.saturday-current dt span { font-family: Arial, Helvetica, sans-serif; font-size: .68rem; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.saturday-current dt time { font-weight: 700; }
.saturday-current dd { align-self: end; font-weight: 700; text-align: right; }
.saturday-current.is-open dd::before { content: "·"; margin-right: 7px; color: var(--sand); }
.saturday-note { margin: 13px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; line-height: 1.45; }

.expertise { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.35fr); gap: clamp(55px, 9vw, 150px); padding: 105px 5vw 115px; color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.18); }
.expertise-heading h2 { max-width: 580px; font-size: clamp(3rem, 5.6vw, 5.7rem); line-height: .96; }
.expertise-copy { max-width: 760px; padding-top: 35px; }
.expertise-lead { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.5; }
.expertise-lead strong { font-weight: 400; color: var(--sand); }
.expertise-statement { margin: 45px 0 25px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.15; }
.product-brands { display: flex; flex-wrap: wrap; gap: 10px; }
.product-brands span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.3); font-size: .68rem; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.expertise-link { display: inline-flex; gap: 14px; margin-top: 35px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.expertise-link:hover { border-bottom-color: white; }

.social { padding: 110px 5vw; color: white; background: var(--ink); }
.instagram-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1.25vw, 22px); margin: 0 0 70px; }
.instagram-gallery a { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 5; overflow: hidden; background: rgba(255,255,255,.08); }
.instagram-gallery a > span { padding: 20px; font-size: .72rem; line-height: 1.5; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.instagram-gallery img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.instagram-gallery a:hover img { transform: scale(1.035); opacity: .86; }
.instagram-link { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 25px; padding: 38px 0 18px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.instagram-link span { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 5vw, 5.2rem); line-height: 1; }
.instagram-link strong { font-size: .85rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.instagram-link .external-arrow { width: 1.55rem; height: 1.55rem; }

.reviews { margin-top: 105px; padding-top: 70px; border-top: 1px solid rgba(255,255,255,.25); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.reviews-heading h2 { max-width: 800px; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; }
.rating { display: flex; align-items: flex-end; gap: 18px; padding: 0 0 8px; }
.rating-value { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(4.5rem, 8vw, 7.5rem); line-height: .75; }
.rating-details { display: grid; gap: 6px; padding-bottom: 2px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.rating-stars, .review-stars { color: var(--sand); letter-spacing: .15em; }
.rating-stars { font-size: 1rem; }
.review-marquee { overflow: hidden; margin: 55px -5vw 0; -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent); mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent); }
.review-track { display: flex; width: max-content; animation: review-scroll 40s linear infinite; }
.review-set { display: flex; flex-shrink: 0; gap: 18px; padding-right: 18px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; width: min(390px, 78vw); min-height: 205px; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.045); }
.review-card p { margin: 22px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; line-height: 1.25; }
.review-card small { font-size: .65rem; line-height: 1.45; letter-spacing: .11em; text-transform: uppercase; opacity: .72; }
.review-marquee:hover .review-track, .review-marquee:focus-within .review-track { animation-play-state: paused; }

@keyframes review-scroll {
  to { transform: translateX(-50%); }
}

footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 70px 5vw 35px; background: var(--paper); }
footer img { width: min(390px, 45vw); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .legal-footer a { border-bottom: 1px solid transparent; }
.footer-links a:hover, .legal-footer a:hover { border-bottom-color: currentColor; }

.legal-body { background: var(--paper); }
.legal-topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 5vw; border-bottom: 1px solid var(--line); }
.legal-topbar .brand img { width: min(230px, 52vw); }
.back-link { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-page { width: min(860px, 90vw); margin: 0 auto; padding: 100px 0 120px; }
.legal-page > h1 { margin-bottom: 75px; font-size: clamp(4rem, 9vw, 7.5rem); line-height: .9; }
.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin-bottom: 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.025em; }
.legal-page p, .legal-page li { font-size: 1rem; line-height: 1.7; }
.legal-page p { margin: 0 0 16px; }
.legal-page p:last-child { margin-bottom: 0; }
.legal-page ul { margin: 12px 0 0; padding-left: 20px; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { display: flex; justify-content: space-between; gap: 25px; padding: 35px 5vw; border-top: 1px solid var(--line); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 760px) {
  .topbar { height: 74px; padding: 0 20px; }
  .brand img { width: 172px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 12px; font-size: .65rem; }
  .hero-copy { padding: 0 22px 15vh; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .intro { max-width: 90%; font-size: 1.1rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .scroll { display: none; }
  .info { padding: 85px 22px; }
  .info-intro { display: block; padding-bottom: 45px; }
  .info-intro h2 { font-size: 3.4rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card, .info-card + .info-card { min-height: 0; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise { grid-template-columns: 1fr; gap: 28px; padding: 78px 22px 82px; }
  .expertise-heading h2 { font-size: 3.35rem; }
  .expertise-copy { padding-top: 0; }
  .expertise-statement { margin-top: 38px; }
  .social { padding: 80px 22px; }
  .instagram-gallery { gap: 6px; margin-bottom: 48px; }
  .instagram-link { grid-template-columns: 1fr auto; }
  .instagram-link span { grid-column: 1 / -1; font-size: 3.3rem; }
  .reviews { margin-top: 75px; padding-top: 50px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 38px; }
  .reviews-heading h2 { font-size: 3.4rem; }
  .rating { justify-content: flex-start; }
  .review-marquee { margin-top: 42px; }
  footer { display: block; padding: 55px 22px 30px; }
  footer img { width: 100%; }
  .footer-links { justify-content: flex-start; margin-top: 35px; }
  .legal-topbar { min-height: 74px; padding: 16px 22px; }
  .back-link { max-width: 100px; text-align: right; }
  .legal-page { width: auto; padding: 70px 22px 90px; }
  .legal-page > h1 { margin-bottom: 50px; font-size: 3.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .instagram-gallery img { transition: none; }
  .review-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .review-track { animation: none; }
  .review-set[aria-hidden="true"] { display: none; }
}
