@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,900&family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg: #fbf4e9;--color-bg-warm: #f6ead6;--color-surface: #fffdf9;--color-surface-alt: #fff8ee;--color-primary: #7a1c1c;--color-primary-strong: #5e1111;--color-primary-soft: rgba(122, 28, 28, .08);--color-gold: #cf9b3f;--color-gold-strong: #b07c25;--color-caramel: #a5561f;--color-chocolate: #3f2415;--color-text: #2a221c;--color-heading: #3a1010;--color-muted: #7a6a5c;--color-white: #ffffff;--color-border: #ece0cd;--color-shadow: rgba(63, 36, 21, .1);--shadow-sm: 0 4px 14px rgba(63, 36, 21, .08);--shadow-md: 0 14px 34px rgba(63, 36, 21, .12);--shadow-lg: 0 24px 60px rgba(63, 36, 21, .16);--shadow-gold: 0 16px 40px rgba(176, 124, 37, .28);--gradient-gold: linear-gradient(135deg, #e0b556 0%, #c98a2c 55%, #a5561f 100%);--gradient-warm: linear-gradient(160deg, #fff8ee 0%, #f6ead6 100%);--container-width: 1180px;--container-padding: 2rem;--space-section: 5.5rem;--space-section-mobile: 3.25rem;--hero-min-height: 88vh;--feature-min-height: 420px;--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--font-body: "Inter", "Segoe UI", Arial, sans-serif;--font-heading: "Fraunces", Georgia, "Times New Roman", serif;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1);--dur-fast: .2s;--dur-mid: .4s;--dur-slow: .7s}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-gold-strong);outline-offset:3px;border-radius:6px}::selection{background:#cf9b3f47;color:var(--color-heading)}main{min-height:calc(100vh - 140px)}.container{width:min(var(--container-width),calc(100% - (var(--container-padding) * 2)));margin:0 auto}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out);transition-delay:var(--reveal-delay, 0s);will-change:opacity,transform}[data-reveal=left]{transform:translate(-32px)}[data-reveal=right]{transform:translate(32px)}[data-reveal=zoom]{transform:scale(.94)}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}[data-reveal]{opacity:1!important;transform:none!important}}.site-header{position:sticky;top:0;z-index:100;background:#fbf4e9b8;backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background var(--dur-mid) var(--ease-soft),border-color var(--dur-mid) var(--ease-soft),box-shadow var(--dur-mid) var(--ease-soft)}.site-header.is-scrolled{background:#fbf4e9f0;border-bottom-color:#ece0cde6;box-shadow:0 6px 24px #3f24150f}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:1.5rem;transition:min-height var(--dur-mid) var(--ease-soft)}.site-header.is-scrolled .header-inner{min-height:70px}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer}.nav-toggle-bar{display:block;width:24px;height:2px;margin:0 auto;background:var(--color-primary);border-radius:2px;transition:transform var(--dur-fast) var(--ease-soft),opacity var(--dur-fast) var(--ease-soft)}.site-footer{margin-top:4rem;background:var(--color-chocolate);color:#ffffffd1}.footer-inner{display:grid;grid-template-columns:1.7fr .9fr 1.1fr 1.2fr 1fr;gap:2.25rem;padding:3.5rem 0 2.75rem}.footer-hours{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.footer-hours li{display:flex;flex-direction:column;gap:.15rem;font-size:.9rem}.footer-hours-days{color:#ffffffd1;font-weight:600}.footer-hours-time{color:#ffffff9e}.footer-brand{max-width:320px}.footer-logo{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem}.footer-logo img{width:44px;height:44px;object-fit:contain}.footer-logo span{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--color-white)}.footer-tagline{margin:0;font-size:.95rem;line-height:1.65;color:#ffffffb3}.footer-heading{margin:0 0 1.1rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--color-white);letter-spacing:.01em}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.footer-links a,.footer-link-inline{color:#ffffffb8;font-size:.95rem;transition:color var(--dur-fast) var(--ease-soft)}.footer-links a:hover,.footer-link-inline:hover{color:var(--color-gold)}.footer-address{margin:0 0 .85rem;font-style:normal;font-size:.95rem;line-height:1.65;color:#ffffffb3}.footer-link-inline{display:inline-block;font-weight:600}.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}.footer-bottom-inner{display:flex;justify-content:space-between;gap:1rem;padding:1.4rem 0;font-size:.85rem;color:#ffffff80}.section{padding:var(--space-section) 0}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;max-width:100%}}@media(max-width:768px){.nav-toggle{display:flex}.site-header.nav-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.site-header.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-inner{position:relative;min-height:66px;padding:.5rem 0;flex-wrap:wrap;justify-content:center}.site-header.is-scrolled .header-inner{min-height:60px}.nav-toggle{position:absolute;right:0;top:.5rem}.site-nav{flex-basis:100%;max-height:0;overflow:hidden;transition:max-height var(--dur-mid) var(--ease-soft)}.site-header.nav-open .site-nav{max-height:420px}.footer-inner{grid-template-columns:1fr;gap:1.75rem;padding:2.75rem 0 2rem}.footer-bottom-inner{flex-direction:column;gap:.4rem}.section{padding:var(--space-section-mobile) 0}}.brand{display:inline-flex;align-items:center;gap:.75rem;transition:transform var(--dur-fast) var(--ease-soft)}.brand:hover{transform:translateY(-1px)}.brand-logo{width:50px;height:50px;object-fit:contain;flex-shrink:0;transition:width var(--dur-mid) var(--ease-soft),height var(--dur-mid) var(--ease-soft)}.site-header.is-scrolled .brand-logo{width:44px;height:44px}.brand-name{font-family:var(--font-heading);font-size:1.32rem;font-weight:600;line-height:1;color:var(--color-primary);letter-spacing:.005em}.site-nav{display:flex;align-items:center;gap:1.75rem}.header-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:999px;background:var(--color-primary);color:var(--color-white);font-size:.92rem;font-weight:600;box-shadow:0 8px 20px #7a1c1c38;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-soft),box-shadow var(--dur-mid) var(--ease-out)}.header-cta:hover{background:var(--color-primary-strong);transform:translateY(-2px);box-shadow:0 12px 26px #7a1c1c4d}.header-cta-icon{width:18px;height:18px;fill:currentColor}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-list a{position:relative;display:inline-flex;align-items:center;min-height:40px;font-size:.96rem;font-weight:500;color:var(--color-text);transition:color var(--dur-fast) var(--ease-soft)}.nav-list a:after{content:"";position:absolute;left:0;bottom:.35rem;width:100%;height:2px;background:var(--gradient-gold);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform var(--dur-mid) var(--ease-out)}.nav-list a:hover{color:var(--color-primary)}.nav-list a:hover:after,.nav-list a.is-active:after{transform:scaleX(1)}.nav-list a.is-active{color:var(--color-primary)}.section-kicker{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:var(--color-caramel);font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.section-kicker:before{content:"";width:26px;height:2px;background:var(--gradient-gold);border-radius:2px}.section-kicker-light{color:var(--color-gold)}.section-title{margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(2rem,3.8vw,3.15rem);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:var(--color-heading)}.section-text{max-width:640px;margin:0 0 .95rem;color:var(--color-muted);font-size:1rem;line-height:1.7}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.1rem;padding:.4rem .95rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.eyebrow-light{color:#fff4dc;background:#cf9b3f38;border:1px solid rgba(207,155,63,.4);backdrop-filter:blur(4px)}.button-group{display:flex;flex-wrap:wrap;gap:.9rem}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.85rem 1.7rem;border:1px solid transparent;border-radius:999px;cursor:pointer;font-family:var(--font-body);font-size:.96rem;font-weight:600;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-mid) var(--ease-out),background var(--dur-fast) var(--ease-soft),color var(--dur-fast) var(--ease-soft)}.button-primary{background:var(--color-primary);color:var(--color-white);box-shadow:0 10px 24px #7a1c1c3d}.button-primary:hover{background:var(--color-primary-strong);transform:translateY(-2px);box-shadow:0 16px 34px #7a1c1c52}.button-gold{background:var(--gradient-gold);color:#3a1d05;box-shadow:var(--shadow-gold)}.button-gold:hover{transform:translateY(-2px);box-shadow:0 22px 48px #b07c255c}.button-secondary{color:var(--color-primary);background:transparent;border-color:var(--color-primary)}.button-secondary:hover{background:var(--color-primary-soft);transform:translateY(-2px)}.button-secondary-light{border-color:#ffffffb8;color:var(--color-white);background:#ffffff0f}.button-secondary-light:hover{background:#ffffff29;transform:translateY(-2px)}.card{padding:2.25rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.location-wrapper{display:grid;grid-template-columns:minmax(260px,360px) minmax(320px,520px);justify-content:space-between;gap:2.5rem;align-items:center}.location-info{max-width:360px}.location-map{display:block;width:100%;max-width:520px;margin-left:auto;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--dur-mid) var(--ease-out),box-shadow var(--dur-mid) var(--ease-out)}.location-map img{display:block;width:100%;height:280px;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.location-map:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.location-map:hover img{transform:scale(1.06)}@media(max-width:900px){.location-wrapper{grid-template-columns:1fr;gap:1.75rem}.location-info{max-width:100%}.location-map{max-width:100%;margin-left:0}.location-map img{height:240px}}@media(max-width:768px){.brand-name{font-size:1.15rem}.site-nav{width:100%;flex-direction:column;align-items:stretch;gap:.5rem}.nav-list{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0 .25rem}.header-cta{justify-content:center;margin:0 0 .75rem}.nav-list li{width:100%}.nav-list a{width:100%;min-height:48px}.nav-list a:after{display:none}.button{width:100%}.card{padding:1.6rem;border-radius:var(--radius-md)}}.hero-home{position:relative;display:flex;align-items:center;min-height:var(--hero-min-height);overflow:hidden}.hero-home:before{content:"";position:absolute;inset:0;background-image:url(/images/home.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.08);animation:hero-zoom 18s ease-out forwards}@keyframes hero-zoom{0%{transform:scale(1.14)}to{transform:scale(1.02)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#1e0c08c7,#1e0c0847),linear-gradient(to top,#3f24158c,#0000000d)}.hero-home-content{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:2.25rem;align-items:center;min-height:var(--hero-min-height);padding:6rem 0 5rem}.hero-copy{grid-column:1;max-width:560px}.hero-kicker{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;color:#ffffffe6;font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 1px 12px rgba(0,0,0,.3)}.hero-kicker:before{content:"";width:34px;height:2px;background:var(--gradient-gold);border-radius:2px}.hero-title{margin:0 0 1.1rem;font-family:var(--font-heading);font-size:clamp(3rem,7.5vw,5.6rem);font-weight:600;line-height:.98;letter-spacing:-.015em}.hero-title-light{color:var(--color-white);text-shadow:0 2px 30px rgba(0,0,0,.35)}.hero-text{max-width:520px;margin:0 0 2rem;font-size:1.08rem;line-height:1.65}.hero-text-light{color:#ffffffe6}.hero-rating{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.6rem;font-size:.92rem;color:#ffffffe6;transition:color var(--dur-fast) var(--ease-soft)}.hero-rating strong,.hero-rating:hover{color:#fff}.hero-rating-stars{color:var(--color-gold);letter-spacing:.1em;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero-anim{opacity:0;transform:translateY(24px);animation:hero-rise .9s var(--ease-out) forwards;animation-delay:var(--anim-delay, 0s)}@keyframes hero-rise{to{opacity:1;transform:none}}.hero-scroll{position:absolute;left:50%;bottom:1.75rem;z-index:2;display:flex;align-items:flex-start;justify-content:center;width:26px;height:42px;padding-top:8px;border:2px solid rgba(255,255,255,.6);border-radius:999px;transform:translate(-50%);opacity:0;animation:hero-rise .9s var(--ease-out) .9s forwards;transition:border-color var(--dur-fast) var(--ease-soft)}.hero-scroll:hover{border-color:var(--color-gold)}.hero-scroll-dot{width:4px;height:8px;background:var(--color-white);border-radius:999px;animation:hero-scroll-bob 1.6s var(--ease-soft) infinite}@keyframes hero-scroll-bob{0%,to{transform:translateY(0);opacity:.9}50%{transform:translateY(9px);opacity:.35}}.specialties-section{background:var(--gradient-warm)}.specialties-head{max-width:640px;margin-bottom:2.75rem}.specialties-head .section-title{margin-bottom:0}.specialties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.specialty-card{padding:2.25rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--dur-mid) var(--ease-out),box-shadow var(--dur-mid) var(--ease-out),border-color var(--dur-mid) var(--ease-out)}.specialty-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#cf9b3f80}.specialty-number{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:600;color:var(--color-gold-strong);letter-spacing:.02em}.specialty-number:after{content:"";width:34px;height:2px;background:var(--gradient-gold);border-radius:2px}.specialty-title{margin:0 0 .6rem;font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-heading)}.specialty-text{margin:0;color:var(--color-muted);font-size:.98rem;line-height:1.65}.about-section{background:var(--color-bg)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.about-copy{max-width:560px}.about-media{position:relative;display:flex;justify-content:flex-end}.about-media:before{content:"";position:absolute;right:-14px;bottom:-14px;width:62%;height:62%;background:var(--gradient-gold);border-radius:var(--radius-lg);opacity:.28;z-index:0}.about-image{position:relative;z-index:1;width:100%;max-width:460px;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.feature-banner{position:relative;min-height:var(--feature-min-height);display:flex;align-items:center;background-image:url(/images/home.jpg);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;overflow:hidden}.feature-banner-overlay{position:absolute;inset:0;background:linear-gradient(to right,#3f241533,#1e0c08b8),linear-gradient(to top,#00000040,#0000001a)}.feature-banner-content{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:2.25rem;align-items:center;width:100%;min-height:var(--feature-min-height);padding:3.5rem 0}.feature-banner-copy{grid-column:2;max-width:520px;color:var(--color-white)}.feature-title{margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(2.1rem,3.6vw,3.2rem);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:var(--color-white)}.feature-text{margin:0;font-size:1.02rem;line-height:1.7;color:#ffffffe0}@media(max-width:900px){.specialties-grid{grid-template-columns:1fr;gap:1.1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-media{justify-content:flex-start}.about-image{max-width:100%;aspect-ratio:16 / 10}.hero-home{min-height:78vh}.hero-home-content{display:block;min-height:auto;padding:5rem 1.5rem 4rem}.hero-copy{max-width:100%;padding-inline:.5rem}.feature-banner{min-height:360px;background-attachment:scroll}.feature-banner-content{display:block;min-height:auto;padding:2.75rem 1.5rem}.feature-banner-copy{max-width:100%;padding-inline:.5rem}}@media(max-width:768px){.hero-home{min-height:74vh}.hero-home-content{padding:4.5rem 1.25rem 3.5rem}.hero-title{font-size:clamp(2.7rem,13vw,4rem)}.hero-text{font-size:1rem;max-width:100%}.feature-banner{min-height:320px}.feature-banner-content{padding:2.5rem 1.25rem}}.contact-main-section{padding-bottom:2.5rem}.contact-surface{position:relative;padding:3rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);max-width:1100px;margin:0 auto;overflow:hidden}.contact-surface:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-gold)}.contact-hero-wrapper{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.contact-hero-content{max-width:620px}.contact-hero-title{max-width:11ch}.contact-hero-image{display:block;width:100%;height:420px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.contact-hours{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.contact-hours-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem;max-width:420px}.contact-hours-list li{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.6rem;border-bottom:1px dashed var(--color-border)}.contact-hours-list li:last-child{border-bottom:0;padding-bottom:0}.contact-hours-days{font-weight:600;color:var(--color-heading)}.contact-hours-time{color:var(--color-muted);text-align:right}.contact-link{font-weight:600;color:var(--color-primary);text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-main-section+.location-section{padding-top:2.5rem}.contact-main-section+.location-section .container{max-width:1100px}@media(max-width:900px){.contact-hero-wrapper{grid-template-columns:1fr;gap:2rem}.contact-hero-content,.contact-hero-title{max-width:100%}.contact-hero-image{height:340px}}@media(max-width:768px){.contact-main-section{padding-bottom:1.5rem}.contact-main-section+.location-section{padding-top:1.5rem}.contact-surface{padding:1.75rem;border-radius:var(--radius-md)}.contact-hero-image{height:280px}}.section-tight{padding-top:.85rem;padding-bottom:.85rem}.section-tight-top{padding-top:1.25rem;padding-bottom:.7rem}.section-tight-content{padding-top:.7rem;padding-bottom:.7rem}.section-tight-bottom{padding-top:.7rem;padding-bottom:1rem}.menu-hero{padding:2rem 2.2rem}.menu-hero .section-text{margin-bottom:0}.menu-groups{display:grid;gap:.85rem}.menu-category{padding:0;overflow:hidden;border-left:3px solid transparent;transition:box-shadow var(--dur-mid) var(--ease-out),border-color var(--dur-mid) var(--ease-out)}.menu-category[open]{box-shadow:var(--shadow-md);border-left-color:var(--color-gold)}.menu-category-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:2rem;cursor:pointer;list-style:none}.menu-category-summary::-webkit-details-marker{display:none}.menu-category-summary-text{flex:1}.menu-category-summary-text .section-kicker{margin-bottom:.75rem}.menu-category-title{margin:0 0 .65rem;font-family:var(--font-heading);color:var(--color-heading);font-size:clamp(1.5rem,2.6vw,2.15rem);font-weight:600;line-height:1.12;letter-spacing:-.01em}.menu-category-text{margin:0;max-width:720px;color:var(--color-muted);font-size:.98rem;line-height:1.65}.menu-category-icon{position:relative;width:20px;height:20px;flex-shrink:0;margin-top:.35rem;border-radius:999px}.menu-category-icon:before,.menu-category-icon:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1.5px;background:var(--color-primary);border-radius:999px;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.menu-category-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.menu-category[open] .menu-category-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}.menu-subcategories{display:grid;gap:1.75rem;padding:0 2rem 2rem}.menu-category[open] .menu-subcategories{animation:menu-open .5s var(--ease-out) both}@keyframes menu-open{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.menu-subcategory{display:grid;gap:.9rem}.menu-subcategory-title{display:inline-flex;align-items:center;gap:.6rem;margin:0;color:var(--color-caramel);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.3}.menu-subcategory-title:before{content:"";width:18px;height:2px;background:var(--gradient-gold);border-radius:2px}.menu-items{display:grid;gap:1rem}.menu-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem .75rem;margin:0 -.75rem;border-radius:var(--radius-sm);border-top:1px solid var(--color-border);transition:background var(--dur-fast) var(--ease-soft)}.menu-item:first-child{border-top:0}@media(hover:hover){.menu-item:hover{background:var(--color-surface-alt)}}.menu-item-main{flex:1}.menu-item-name{margin:0 0 .3rem;font-size:1.02rem;font-weight:600;color:var(--color-heading)}.menu-item-description{margin:0;color:var(--color-muted);font-size:.95rem;line-height:1.6}.menu-item-price{flex-shrink:0;align-self:flex-start;white-space:nowrap;padding:.25rem .7rem;border-radius:999px;background:#cf9b3f24;font-size:.92rem;font-weight:700;color:var(--color-gold-strong)}.menu-note{padding:1.25rem 2rem}.menu-note .section-text{margin:0}@media(hover:hover){.menu-category-summary:hover{background:#7a1c1c05}}@media(max-width:768px){.section-tight{padding-top:.65rem;padding-bottom:.65rem}.section-tight-top{padding-top:1rem;padding-bottom:.55rem}.section-tight-content{padding-top:.55rem;padding-bottom:.55rem}.section-tight-bottom{padding-top:.55rem;padding-bottom:.85rem}.menu-hero{padding:1.6rem}.menu-category-summary{padding:1.5rem;gap:1rem}.menu-subcategories{gap:1.5rem;padding:0 1.5rem 1.5rem}.menu-item{flex-direction:column;align-items:flex-start}.menu-item-price{margin-top:.35rem}.menu-note{padding:1.15rem 1.5rem}}.reviews-section{background:var(--gradient-warm)}.reviews-head{max-width:720px;margin-bottom:2.75rem}.reviews-head .section-title{margin-bottom:1.5rem}.rating-badge{display:inline-flex;align-items:center;gap:1rem;padding:.85rem 1.3rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;box-shadow:var(--shadow-sm);transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-mid) var(--ease-out)}.rating-badge:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.rating-score{font-family:var(--font-heading);font-size:2rem;font-weight:600;line-height:1;color:var(--color-heading)}.rating-detail{display:flex;flex-direction:column;gap:.2rem}.rating-stars{display:inline-flex;gap:2px}.rating-meta{font-size:.82rem;color:var(--color-muted)}.rating-cta{padding-left:.9rem;border-left:1px solid var(--color-border);font-size:.9rem;font-weight:600;color:var(--color-primary);white-space:nowrap}.star{width:18px;height:18px}.star-full{fill:var(--color-gold)}.star-empty{fill:#e3d6c2}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.review-card{display:flex;flex-direction:column;gap:1.1rem;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--dur-mid) var(--ease-out),box-shadow var(--dur-mid) var(--ease-out)}.review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.review-stars{display:inline-flex;gap:3px}.review-text{flex:1;margin:0;color:var(--color-text);font-size:1rem;line-height:1.7}.review-author{display:flex;align-items:center;gap:.75rem;padding-top:.4rem}.review-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--gradient-gold);color:#3a1d05;font-weight:700;font-size:1.05rem}.review-name{font-weight:600;color:var(--color-heading)}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr;gap:1.1rem}}@media(max-width:560px){.rating-badge{flex-wrap:wrap;gap:.75rem;border-radius:var(--radius-md)}.rating-cta{padding-left:0;border-left:0}}
