@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg: #f7f1e8;--text: #281f15;--muted: #6a5847;--card: #fffaf1;--accent: #a23d1d;--accent-strong: #842f14;--accent-soft: #e6b88f;--olive: #49633f;--line: #e7d8c4;--section-a: #f7f1e8;--section-b: #f2e8da;--section-c: #f5ecdf;--section-d: #efe3d3;--section-e: #f2e7d8}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;background:radial-gradient(circle at 8% 0%,#f9f1e5 0%,var(--bg) 45%),linear-gradient(180deg,#f3eadc,#f7f1e8 35%,#f3e8d8);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.page{position:relative;overflow:hidden}.hero{position:relative;min-height:100vh;background-position:center;background-size:cover;color:#fff}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(150deg,#120e0ab8,#120e0a59),linear-gradient(200deg,#49633f33,#a23d1d33)}.nav,.hero-content{position:relative;z-index:1}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#1c120c85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.16)}.nav{padding:.85rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand{font-family:Fraunces,Times New Roman,serif;font-size:clamp(1.45rem,1vw + 1.2rem,2rem);letter-spacing:.03em;font-weight:700;display:inline-flex;flex-direction:column;align-items:center;gap:.24rem}.brand:after{content:"";width:46px;height:2px;border-radius:999px;opacity:.58;background:linear-gradient(90deg,#1f8a4c 0,#1f8a4c 33%,#f4f1e8 33%,#f4f1e8 66%,#c8452d 66%,#c8452d)}.nav-links{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.2rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.12em}.nav-links a{opacity:.85;transition:opacity .25s ease,color .25s ease}.nav-links a:hover{opacity:1}.nav-links a.active{opacity:1;color:#ffd8b8}.nav-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.4);border-radius:10px;background:#20160e59;padding:8px;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}.nav-toggle span{width:20px;height:2px;border-radius:999px;background:#fff}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:min(900px,92%);text-align:center;display:flex;flex-direction:column;align-items:center}.hero-content h1{font-family:Fraunces,Times New Roman,serif;font-size:clamp(3.1rem,8vw,6rem);line-height:1.04;letter-spacing:.02em;margin:.5rem 0 .7rem}.kicker{margin:0;font-size:.76rem;text-transform:uppercase;letter-spacing:.28em;color:#ffe0c8;display:inline-flex;align-items:center;justify-content:center;gap:.65rem}.kicker:after{content:"";width:62px;height:2px;border-radius:999px;opacity:.72;background:linear-gradient(90deg,#1f8a4c 0,#1f8a4c 33%,#f4f1e8 33%,#f4f1e8 66%,#c8452d 66%,#c8452d)}.hero-sub{margin:0 0 1.6rem;font-size:clamp(1rem,1.5vw,1.25rem);opacity:.9}.cta{display:inline-block;padding:.78rem 1.28rem;border-radius:999px;background:var(--accent);border:1px solid rgba(255,255,255,.35);font-weight:600;transition:background .25s ease,transform .25s ease}.cta:hover{background:var(--accent-strong);transform:translateY(-1px)}section h2{font-family:Fraunces,Times New Roman,serif;margin:0 0 .7rem;font-size:clamp(1.8rem,2vw,2.3rem)}.section-kicker{margin:0 0 .3rem;color:var(--olive);text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;gap:.55rem}.section-kicker:after{content:"";width:54px;height:2px;border-radius:999px;opacity:.62;background:linear-gradient(90deg,#1f8a4c 0,#1f8a4c 33%,#f4f1e8 33%,#f4f1e8 66%,#c8452d 66%,#c8452d)}.closing{font-style:italic;color:var(--accent)}.about-section{padding:4.5rem 0;background:var(--section-a)}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center}.about-content p{color:var(--muted)}.about-image-wrap img{width:100%;height:min(520px,65vh);object-fit:cover;border-radius:22px;box-shadow:0 22px 44px -30px #140e0ab3}.menu-section{padding:1.5rem 0 3rem;background:var(--section-b)}.menu-header p{margin:0;color:var(--muted)}.menu-selector{margin-top:1.1rem;display:flex;flex-wrap:wrap;gap:.6rem;position:sticky;top:84px;z-index:20;background:#f2e8daeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.7rem .2rem}.menu-chip{border:1px solid var(--line);background:#fff7ea;color:var(--muted);border-radius:999px;padding:.5rem .95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.menu-chip:hover{border-color:var(--accent-soft);color:var(--accent-strong)}.menu-chip.active{background:linear-gradient(120deg,#ba4a28,#9d381a);color:#fff;border-color:transparent}.menu-spotlight{margin-top:1.1rem;border:1px solid var(--line);background:linear-gradient(160deg,#fffaf2,#fdf6ea 80%),repeating-linear-gradient(90deg,#49633f09 0,#49633f09 8px,#a73f1f05 8px,#a73f1f05 16px);border-radius:18px;padding:1.4rem 1.3rem .8rem}.menu-spotlight h3{margin:0 0 .7rem;font-family:Fraunces,Times New Roman,serif;font-size:1.6rem;color:var(--olive)}.menu-spotlight ul{margin:0;padding:0;list-style:none;column-count:2;column-gap:1rem}.dish{break-inside:avoid;padding:.7rem 0;border-bottom:1px dashed #e8ddd0;animation:rise-in .55s ease both}.dish:last-child{border-bottom:0}.dish-top{display:flex;justify-content:space-between;gap:.8rem}.dish-price{white-space:nowrap;color:var(--accent-strong);font-weight:600}.dish-note{margin:.25rem 0 0;color:var(--muted);font-size:.92rem}.hours-list{margin:.8rem 0;padding:0;list-style:none}.hours-list li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px dashed #e8ddd0;padding:.68rem 0}.meta{color:var(--muted)}.rental-section{padding:3.2rem 0;background:var(--section-c);border-top:1px solid #e4d3bc;border-bottom:1px solid #e4d3bc}.rental-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:center}.rental-image-wrap img{width:100%;height:min(500px,62vh);object-fit:cover;border-radius:22px;box-shadow:0 22px 44px -30px #140e0ab3}.rental-content{max-width:820px}.rental-content p{color:var(--muted)}.instagram-section{padding:3rem 0;background:var(--section-d)}.instagram-head{display:flex;justify-content:space-between;align-items:end;gap:1rem}.instagram-cta{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:.55rem .9rem;font-weight:600;background:#fff7ea}.instagram-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.instagram-card{display:block;position:relative;border-radius:16px;overflow:hidden;border:1px solid #ddcbb3;background:#f8efe1;min-height:300px}.instagram-embed{position:absolute;left:0;top:-56px;width:100%;height:calc(100% + 56px);border:0}.instagram-placeholder{min-height:320px;display:grid;place-items:center;color:#7c5c47;font-weight:600;background:linear-gradient(160deg,#fff7e9d9,#f7e6d1d9),radial-gradient(circle at 20% 0%,rgba(186,74,40,.08),transparent 40%)}.map-wrap iframe{width:100%;height:480px;border:0;border-top:1px solid #d8cab4;border-bottom:1px solid #d8cab4}.hours-section{padding:3rem 0 4rem;background:var(--section-e)}.hours-inner{max-width:760px}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.site-header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:0}.nav{padding:0;display:block}.brand{display:none}.nav-toggle{display:inline-flex;position:fixed;top:14px;right:14px;z-index:40}.nav-links{width:min(280px,calc(100% - 28px));justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.75rem;position:fixed;top:64px;right:14px;margin-top:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease,padding .2s ease;background:#1e140d94;border:1px solid rgba(255,255,255,.28);border-radius:12px;padding:0 .8rem}.nav-links.open{max-height:340px;opacity:1;transform:translateY(0);padding:.9rem .8rem}.hero-content h1{font-size:clamp(2.7rem,15vw,4.1rem)}.about-section{padding:3rem 0}.about-grid,.rental-grid{grid-template-columns:1fr}.instagram-head{align-items:flex-start;flex-direction:column}.instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-spotlight ul{column-count:1}.menu-selector{top:72px}.hours-list li{flex-direction:column;gap:.35rem}}
