@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
:root{--ink:#3a211e;--berry:#6c2c33;--rose:#cfa79c;--cream:#f8f3ec;--paper:#fffaf5;--gold:#e0ba62;--muted:#796762}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}img{display:block;width:100%}a{color:inherit;text-decoration:none}
.header{height:78px;display:flex;align-items:center;padding:0 4.5vw;gap:35px;background:rgba(255,250,245,.96);border-bottom:1px solid rgba(58,33,30,.1);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.brand img{width:225px}.header nav{display:flex;gap:32px;margin-left:auto;font-size:12px;font-weight:600}.header-cta{margin-left:20px;border:1px solid var(--ink);padding:16px 22px;font-size:12px;font-weight:600}.header-cta span{margin-left:18px}.menu{display:none;border:0;background:none;font-size:24px}
.hero{min-height:calc(100vh - 78px);position:relative;background-image:var(--hero);background-size:cover;background-position:center;display:flex;align-items:center;color:white}
.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(44,15,14,.82),rgba(44,15,14,.48) 38%,rgba(44,15,14,.08) 75%),linear-gradient(0deg,rgba(35,12,11,.3),transparent 52%)}
.hero-copy{position:relative;z-index:2;padding:7vw;max-width:760px}.eyebrow,.section-no{font-size:10px;letter-spacing:.22em;font-weight:600}.eyebrow{color:#f1ce73;margin-bottom:20px}
.hero h1,.intro h2,.photo-copy h2,.cards h2,.flavor-copy h2,.visit h2{font-family:"Playfair Display",Georgia,serif;font-weight:500;line-height:.89;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(66px,8vw,118px)}em{font-weight:500}.lead{font-size:17px;line-height:1.7;max-width:620px;margin:28px 0}.actions{display:flex;gap:16px;flex-wrap:wrap}.primary{background:#f0d36f;color:#37211c;padding:16px 22px;font-size:12px;font-weight:600}.primary span{margin-left:20px}.secondary{padding:15px 18px;border:1px solid rgba(255,255,255,.55);font-size:12px;font-weight:600}
.section{padding:110px 6vw}.intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:9vw;margin-top:32px}.intro h2,.photo-copy h2,.cards h2,.flavor-copy h2,.visit h2{font-size:clamp(48px,5.5vw,82px)}.intro-grid p,.photo-copy p,.flavor-copy p,.visit-copy p{line-height:1.75;color:var(--muted);font-size:15px}.inline-link{display:inline-block;border-bottom:1px solid currentColor;padding-bottom:5px;margin-top:10px;font-size:12px;font-weight:600}
.photo-feature{display:grid;grid-template-columns:1.35fr .65fr;min-height:760px;background:#efe2da}.real-photo img{height:100%;object-fit:cover}.photo-copy{padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center}.photo-copy h2{margin:25px 0}.dark-btn{display:inline-block;align-self:flex-start;background:var(--ink);color:white;padding:15px 20px;font-size:12px;font-weight:600;margin-top:15px}
.cards-head{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:55px}.cards-note{max-width:420px;color:var(--muted);font-size:14px}.card-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.card-grid article{border-top:1px solid rgba(58,33,30,.2);padding-top:15px}.card-grid img{aspect-ratio:4/3;object-fit:cover}.card-grid small{display:block;margin:16px 0 12px;font-size:9px;letter-spacing:.17em}.card-grid h3{font-family:"Playfair Display",Georgia,serif;font-size:30px;line-height:1.08;margin:0 0 12px;font-weight:500}.card-grid p{color:var(--muted);font-size:13px;line-height:1.7}.text-card{background:var(--berry);color:white;padding:30px}.text-card p{color:#ead6d1}.text-card h3{font-size:36px}.inline-link.light{color:white}
.flavor-band{display:grid;grid-template-columns:.7fr 1.3fr;background:#3a211e;color:white}.flavor-copy{padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center}.flavor-copy p{color:#decfca}.flavor-copy h2{margin:24px 0}.flavor-photo img{height:100%;object-fit:cover;min-height:640px}
.quote{background:#d4ad9f;padding:120px 10vw;text-align:center}.quote p{font-family:"Playfair Display",Georgia,serif;font-size:clamp(40px,5vw,70px);font-style:italic;line-height:1.1;max-width:1100px;margin:auto}
.visit{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw}.visit h2{margin-top:25px}.visit-copy{padding-top:35px}.contact-box{border-top:1px solid rgba(58,33,30,.2);border-bottom:1px solid rgba(58,33,30,.2);padding:18px 0;margin:25px 0;display:flex;justify-content:space-between;gap:25px;font-size:12px}.primary.dark{display:inline-block;background:var(--ink);color:white}
footer{background:#2a1715;color:white;padding:60px 6vw 30px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:end}footer img{width:230px}footer p{color:#c9b9b3;font-size:12px;text-align:center}footer span{color:#8f7e78;font-size:10px;text-align:right}
@media(max-width:850px){.header nav,.header-cta{display:none}.menu{display:block;margin-left:auto}.header nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fffaf5;padding:25px;flex-direction:column}.hero{min-height:80vh}.hero-copy{padding:10vw 6vw}.intro-grid,.photo-feature,.flavor-band,.visit{grid-template-columns:1fr}.real-photo{height:60vw;min-height:420px}.photo-copy,.flavor-copy{padding:80px 6vw}.card-grid{grid-template-columns:1fr}.cards-head{display:block}.cards-note{margin-top:22px}.flavor-photo img{min-height:450px}.section{padding:80px 6vw}footer{grid-template-columns:1fr}footer p,footer span{text-align:left}}
@media(max-width:560px){.brand img{width:185px}.hero h1{font-size:54px}.lead{font-size:15px}.hero-copy{padding-top:110px;padding-bottom:70px}.contact-box{flex-direction:column}.quote{padding:85px 6vw}}