@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root { color-scheme: light; --line: rgba(36,30,24,.18); --muted: #776d62; --shadow: 0 18px 45px rgba(19,15,10,.13); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.65 Montserrat, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: .95; }
h1 { font-size: clamp(3.7rem, 10vw, 8.3rem); letter-spacing: .07em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }
h3 { font-size: 1.8rem; }
.section { padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100vw - 1180px) / 2)); }
.eyebrow { color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.site-header { height: 90px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.06); position: sticky; top: 0; z-index: 10; }
.header-wrap { width: min(1350px, calc(100% - 2rem)); height: 100%; margin: auto; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1rem; }
.brand-mark { height: 68px; display: flex; align-items: center; justify-content: flex-start; font-family: Georgia,serif; font-weight: bold; letter-spacing: .08em; }
.brand-mark img { width: 65px; height: 65px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(.8rem, 2.2vw, 2.3rem); font-size: .73rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a { padding: .5rem 0; position: relative; }
.main-nav a::after { content: ''; height: 1px; background: var(--accent); position: absolute; left: 0; right: 0; bottom: .2rem; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after,.main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-side { display: flex; align-items: center; gap: .7rem; font-size: .77rem; font-weight: 600; white-space: nowrap; }
.icon-link { width: 19px; display: block; }
.icon-link svg,.button svg,.instagram-empty svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 90px); background-position: center; background-size: cover; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; }
.hero-content { margin-top: -1.5rem; text-shadow: 0 2px 18px #0008; }
.hero-content h1 { margin: 2rem 0 1rem; }
.hero-content > p { font-size: clamp(.9rem,2vw,1.35rem); letter-spacing: .38em; text-transform: uppercase; }
.established { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; width: 250px; margin: auto; font-size: .76rem; letter-spacing: .21em; text-transform: uppercase; }
.established i { border-top: 1px solid currentColor; }

.intro { background: #fff; }
.split { display: grid; grid-template-columns: minmax(230px,.8fr) minmax(330px,1.2fr); gap: clamp(3rem,10vw,11rem); max-width: 1070px; margin: auto; }
.split h2 { white-space: pre-line; }
.split h2::first-line { color: var(--accent); }
.split p + p { margin-top: 1rem; }

.instagram-block { background: #fff; padding-top: 0; }
.section-head { text-align: center; margin: 0 auto clamp(2rem,4vw,3.5rem); max-width: 730px; }
.section-head .eyebrow { margin-bottom: .8rem; }
.instagram-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .4rem; max-width: 1180px; margin: auto; }
.instagram-grid a { aspect-ratio: 1; overflow: hidden; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.instagram-grid a:hover img { transform: scale(1.06); }
.instagram-empty { border: 1px solid var(--line); max-width: 510px; padding: 2.5rem 2rem; display: grid; place-items: center; gap: .5rem; text-align: center; margin: auto; transition: border-color .2s, transform .2s; }
.instagram-empty:hover { border-color: var(--accent); transform: translateY(-3px); }
.instagram-empty span { color: var(--accent); }
.instagram-empty strong { font-family: 'Cormorant Garamond',Georgia,serif; font-size: 2.3rem; }
.instagram-empty small { color: var(--muted); }

.image-panels { display: grid; grid-template-columns: 1fr 1fr; height: min(52vw, 600px); }
.image-panels div { background-position: center; background-size: cover; background-attachment: fixed; }
.specialties { background: #eee8df; }
.feature-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(6,1fr); grid-auto-flow: dense; gap: .5rem; }
.feature-card { min-height: 260px; grid-column: span 3; position: relative; overflow: hidden; color: #fff; background: #2b2520; }
.feature-card:nth-child(3) { grid-column: span 4; }
.feature-card:nth-child(4) { grid-column: span 2; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .4s ease; }
.feature-card::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.25); transition: background .3s; }
.feature-card span { position: absolute; z-index: 1; inset: auto 1rem 50%; transform: translateY(50%); text-align: center; width: calc(100% - 2rem); font: 600 clamp(1.6rem,3vw,2.5rem)/1 'Cormorant Garamond',Georgia,serif; }
.feature-card:hover img { transform: scale(1.05); }.feature-card:hover::after { background: rgba(0,0,0,.45); }
.centered-copy { text-align: center; max-width: 730px; margin: clamp(3rem,8vw,6rem) auto 0; font-size: 1.08rem; }.centered-copy .button { margin-top: 2rem; }
.button { min-height: 45px; padding: .8rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }.button:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }
.contact-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; background: #fff; text-align: center; padding-block: 5rem; }.contact-strip > div { padding: .2rem 1.5rem; border-right: 1px solid var(--line); }.contact-strip > div:last-child { border: 0; }.contact-strip .eyebrow { margin-bottom: .6rem; }.contact-strip a { font-family: 'Cormorant Garamond',Georgia,serif; font-size: 1.7rem; line-height: 1.15; }.contact-strip a:hover { color: var(--accent); }

.page-hero { min-height: min(68vh,720px); color: #fff; background-size: cover; background-position: center; display: grid; place-items: center; text-align: center; padding: 2rem; }.page-hero.compact { min-height: min(50vh,580px); }.page-hero .eyebrow { color: #fff; }.page-hero h1 { margin: .7rem 0 1rem; }.page-hero p:not(.eyebrow) { max-width: 600px; margin: auto; }.page-title { text-align: center; background: #fff; }.page-title h1 { margin: .6rem 0 1.4rem; }.page-title > p:not(.eyebrow) { max-width: 620px; margin: auto; color: var(--muted); }
.menu-section { background: #fff; max-width: 1340px; margin: auto; }.menu-notice { text-align: center; color: var(--muted); white-space: pre-line; margin-bottom: 2.2rem; }.menu-anchor { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.7rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1rem; margin-bottom: 5.5rem; }.menu-anchor a { color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.menu-category + .menu-category { margin-top: 5rem; }.menu-category > h2 { text-align: center; font-size: clamp(2.6rem,4.5vw,4rem); margin-bottom: .5rem; }.category-note { text-align: center; color: var(--muted); margin-bottom: 1.5rem; }.menu-list { max-width: 850px; margin: auto; }.menu-list article { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }.menu-list h3 { font-size: 1.55rem; }.menu-list p { color: var(--muted); font-size: .85rem; margin-top: .35rem; }.menu-list strong { align-self: center; font-size: .84rem; color: var(--accent); }

.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.5rem,8vw,8rem); max-width: 1180px; margin: auto; }.story-image { min-height: 530px; }.story-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }.story .eyebrow { margin-bottom: .7rem; }.story h2 { margin-bottom: 1.6rem; }.story p + p { margin-top: 1rem; }.values { background: #eee8df; }.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 1180px; margin: auto; }.value-grid article { text-align: center; }.value-grid img { aspect-ratio: 1.25; width: 100%; object-fit: cover; margin-bottom: 1.5rem; }.value-grid h3 { color: var(--accent); margin-bottom: .5rem; }.value-grid p { color: var(--muted); max-width: 290px; margin: auto; }

.gallery-grid { background: #fff; display: grid; grid-template-columns: repeat(4,1fr); gap: .5rem; }.gallery-grid button { padding: 0; border: 0; background: #1d1a17; aspect-ratio: 1; overflow: hidden; cursor: zoom-in; }.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease,opacity .35s; }.gallery-grid button:hover img { transform: scale(1.06); opacity: .78; }.lightbox { padding: 0; border: 0; background: transparent; max-width: min(95vw,1200px); max-height: 95vh; }.lightbox::backdrop { background: #000d; }.lightbox img { max-width: 95vw; max-height: 90vh; object-fit: contain; }.lightbox button { position: fixed; right: 1rem; top: 1rem; color: #fff; background: transparent; border: 0; cursor: pointer; }.lightbox svg { height: 30px; width: 30px; stroke: currentColor; }
.contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; max-width: 1180px; margin: auto; }.contact-details h2 { font-size: 2.2rem; margin-bottom: .7rem; }.contact-details h2:not(:first-child) { margin-top: 2.5rem; }.contact-details p + p { margin-top: 1.5rem; }.contact-details a:hover { color: var(--accent); }.contact-page iframe { width: 100%; min-height: 540px; border: 0; filter: grayscale(1) contrast(.9); }.social-ctas { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }.social-ctas .button { font-size: .62rem; }
.legal { background:#fff; max-width: 930px; margin: auto; min-height: 60vh; }.legal h1 { font-size: clamp(3rem,6vw,5.2rem); margin: .7rem 0 3rem; }.legal p { max-width: 780px; }.legal p + p { margin-top: 1.2rem; }

.site-footer { color: #eee9df; background: #24211d; padding: 4rem max(1.5rem, calc((100vw - 1180px) / 2)) 1.8rem; }.footer-grid { display: grid; grid-template-columns: .6fr 1fr 1fr 1fr; gap: 2rem; }.footer-brand img { width: 80px; aspect-ratio: 1; object-fit: contain; }.site-footer h2 { font-size: 1.7rem; margin-bottom: 1rem; }.site-footer p,.site-footer a { color: #c9c0b3; font-size: .78rem; }.site-footer a:hover { color: #fff; }.footer-copy { border-top: 1px solid #ffffff20; margin-top: 3rem; padding-top: 1.2rem; color: #a89e90; font-size: .7rem; text-align: center; }

@media (max-width: 950px) { .site-header { height: 72px; }.header-wrap { grid-template-columns: 60px 1fr auto; }.brand-mark,.brand-mark img { height: 52px; width: 52px; }.header-side { display: none; }.menu-toggle { border: 0; background: transparent; display: inline-flex; gap: .5rem; align-items: center; justify-self: end; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }.menu-toggle svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; }.main-nav { display: none; position: fixed; top: 72px; left: 0; right: 0; min-height: calc(100vh - 72px); padding: 3rem 1rem; background: var(--paper); flex-direction: column; justify-content: center; gap: 1.8rem; font: 600 clamp(1.4rem,5vw,2rem)/1 'Cormorant Garamond',Georgia,serif; letter-spacing: .07em; }.main-nav.is-open { display: flex; }.hero { min-height: calc(100vh - 72px); }.image-panels { height: 65vw; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card,.feature-card:nth-child(3),.feature-card:nth-child(4) { grid-column: span 1; min-height: 220px; }.instagram-grid { grid-template-columns: repeat(3,1fr); }.story,.contact-page { grid-template-columns: 1fr; }.story-image { min-height: 390px; }.footer-grid { grid-template-columns: repeat(2,1fr); }.footer-brand { display: none; } }
@media (max-width: 620px) { .section { padding-inline: 1.25rem; }.split { grid-template-columns: 1fr; gap: 2rem; }.split h2 { font-size: 3.5rem; }.hero-content > p { letter-spacing: .18em; }.image-panels { grid-template-columns: 1fr; height: 120vw; }.image-panels div:last-child { display: none; }.feature-grid { grid-template-columns: 1fr; }.feature-card,.feature-card:nth-child(3),.feature-card:nth-child(4) { grid-column: auto; min-height: 240px; }.contact-strip { grid-template-columns: 1fr; gap: 2.5rem; }.contact-strip > div { border: 0; }.menu-anchor { margin-bottom: 3.5rem; }.menu-list article { grid-template-columns: 1fr; gap: .25rem; }.menu-list strong { align-self: auto; }.value-grid,.gallery-grid { grid-template-columns: repeat(2,1fr); }.contact-page { gap: 2rem; }.contact-page iframe { min-height: 350px; }.footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }.footer-copy { margin-top: 2rem; } }
