:root{--color-primary: #213e36;--color-primary-dark: #1a322c;--color-accent: #c8956c;--color-accent-hover: #b07d4f;--color-cream: #f7f3eb;--color-cream-dark: #ebe4d6;--color-white: #ffffff;--color-text: #2c2c2c;--color-text-muted: #5a5a5a;--color-border: #d9d0c3;--font-heading: "EB Garamond", Georgia, "Times New Roman", serif;--font-body: "Poppins", system-ui, -apple-system, sans-serif;--container-max: 1200px;--header-height: 88px;--radius-sm: 8px;--radius-md: 16px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(33, 62, 54, .08);--shadow-md: 0 8px 24px rgba(33, 62, 54, .12);--transition: .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2;margin:0 0 .75rem;color:var(--color-primary)}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem);text-align:center}h3{font-size:clamp(1.125rem,2vw,1.375rem)}p{margin:0 0 1rem}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2rem,var(--container-max));margin-inline:auto}.section{padding:clamp(3rem,6vw,5rem) 0}.section--cream{background:var(--color-cream)}.section__subtitle{display:block;text-align:center;font-family:var(--font-heading);font-size:1.125rem;color:var(--color-accent);letter-spacing:.04em;margin-bottom:.5rem}.section__lead{text-align:center;max-width:720px;margin:0 auto 2rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;letter-spacing:.02em;border:2px solid transparent;border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition)}.btn--primary{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn--primary:hover,.btn--primary:focus-visible{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--outline:hover,.btn--outline:focus-visible{background:var(--color-primary);color:var(--color-white)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-tagline{font-family:var(--font-heading);font-size:1rem;color:var(--color-text-muted);text-align:center;margin-top:.5rem}.site-header{position:sticky;top:0;z-index:100;background:var(--color-white);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-height)}.site-header__logo img{width:min(180px,42vw);height:auto}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav__link{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-primary);border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition)}.site-nav__link:hover,.site-nav__link:focus-visible,.site-nav__link.is-active{background:var(--color-cream);color:var(--color-accent-hover)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__toggle{display:none;width:44px;height:44px;padding:0;border:none;background:var(--color-cream);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-primary)}.site-header__toggle svg{width:22px;height:22px;margin:auto}@media(max-width:900px){.site-header__toggle{display:flex;align-items:center;justify-content:center}.site-nav{position:fixed;inset:var(--header-height) 0 0 auto;width:min(320px,85vw);flex-direction:column;align-items:stretch;padding:1.5rem;background:var(--color-white);box-shadow:var(--shadow-md);transform:translate(100%);transition:transform var(--transition)}.site-nav.is-open{transform:translate(0)}.site-nav__link{padding:.875rem 1rem}.site-header__order{display:none}}.site-footer{background:var(--color-primary);color:var(--color-white);padding:3rem 0 1.5rem}.site-footer a{color:var(--color-cream)}.site-footer a:hover,.site-footer a:focus-visible{color:var(--color-accent)}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.site-footer__logo img{width:160px;filter:brightness(1.05)}.site-footer__heading{font-family:var(--font-heading);font-size:1.25rem;margin-bottom:1rem;color:var(--color-white)}.site-footer__list li{margin-bottom:.625rem;font-size:.9375rem}.site-footer__social{display:flex;gap:.75rem;margin-top:1rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;transition:background var(--transition)}.site-footer__social a:hover{background:var(--color-accent)}.site-footer__social svg{width:18px;height:18px;fill:currentColor}.site-footer__map iframe{width:100%;height:180px;border:0;border-radius:var(--radius-md)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.25rem;text-align:center;font-size:.875rem;color:#ffffffbf}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr;text-align:center}.site-footer__social{justify-content:center}}.hero{padding:clamp(2.5rem,5vw,4rem) 0;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-white) 55%)}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.hero__eyebrow{display:block;font-family:var(--font-heading);font-size:clamp(1.125rem,2vw,1.5rem);color:var(--color-accent);margin-bottom:.75rem}.hero__text{font-size:1.0625rem;color:var(--color-text-muted);margin-bottom:1.5rem}.hero__image{transform:rotate(-4deg);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.hero__info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.hero__info-block h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:.5rem}.hero__info-block p,.hero__info-block a{font-size:.9375rem;color:var(--color-text)}@media(max-width:900px){.hero__grid{grid-template-columns:1fr}.hero__image{transform:none;order:-1}.hero__info{grid-template-columns:1fr;text-align:center}}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{text-align:center;padding:2rem 1.25rem;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.feature-card__icon{width:72px;height:72px;margin:0 auto 1rem}.feature-card__icon svg{width:100%;height:100%}@media(max-width:768px){.features{grid-template-columns:1fr}}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-split__text{font-size:1.0625rem;color:var(--color-text-muted)}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.experience-card{text-align:center;padding:2rem 1rem}.experience-card__number{font-family:var(--font-heading);font-size:2.5rem;color:var(--color-accent);line-height:1;margin-bottom:.25rem}.experience-card h2{font-size:1.5rem;margin-bottom:.75rem}.experience-card p{color:var(--color-text-muted);font-size:.9375rem}.about-values{display:grid;gap:2rem;margin-top:2rem}.about-value{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start;padding:1.5rem;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.about-value__icon{width:56px;height:56px;flex-shrink:0}@media(max-width:900px){.about-split,.experience-grid{grid-template-columns:1fr}}.menu-section{max-width:900px;margin:0 auto}.menu-category{margin-bottom:3rem;scroll-margin-top:calc(var(--header-height) + 1rem)}.menu-category__head{text-align:center;margin-bottom:1.5rem}.menu-category__name{display:block;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);color:var(--color-primary);letter-spacing:.06em}.menu-category__description{color:var(--color-text-muted);margin-top:.5rem}.menu-category__images{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.5rem}.menu-category__images img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:5px solid var(--color-primary)}.menu-item{padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.menu-item__head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem}.menu-item__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-primary)}.menu-item__price{font-weight:600;color:var(--color-accent);white-space:nowrap}.menu-item__description{font-size:.9375rem;color:var(--color-text-muted);margin:0}.menu-item__description p{margin:0}.menu-preview-cta{text-align:center;margin-top:2rem}@media(max-width:767px){.menu-category__images img{width:100px;height:100px}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.gallery-grid__item{aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--radius-md);cursor:pointer;background:var(--color-cream-dark)}.gallery-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-grid__item:hover img{transform:scale(1.05)}.gallery-carousel{position:relative;overflow:hidden;border-radius:var(--radius-md)}.gallery-carousel__track{display:flex;transition:transform .5s ease}.gallery-carousel__slide{min-width:100%;flex-shrink:0}@media(min-width:768px){.gallery-carousel__slide{min-width:50%}}@media(min-width:1024px){.gallery-carousel__slide{min-width:33.333%}}.gallery-carousel__slide img{width:100%;height:400px;object-fit:cover}.gallery-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.gallery-carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;padding:0}.gallery-carousel__dot.is-active{background:var(--color-primary)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-card{padding:2rem;background:var(--color-cream);border-radius:var(--radius-md)}.contact-card h3{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:1rem}.contact-card li{margin-bottom:.75rem}.contact-social{display:flex;gap:1rem;margin-top:1rem}.contact-social a{font-weight:500;color:var(--color-primary)}.contact-map iframe{width:100%;height:400px;border:0;border-radius:var(--radius-md)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.page-hero{position:relative;min-height:280px;display:flex;align-items:flex-end;overflow:hidden}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page-hero__bg img{width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#213e36d9,#213e3659)}.page-hero__content{position:relative;z-index:1;padding:3rem 0;color:var(--color-white);width:100%}.page-hero__content h1{color:var(--color-white);margin-bottom:.25rem}.qr-page{min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--color-cream);text-align:center}.qr-page__logo{width:min(280px,70vw);margin-bottom:2rem}.qr-page__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.qr-page__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:1.5rem 0}.qr-page__links a{font-weight:500;color:var(--color-primary)}.qr-page__contact{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000e6;display:none;align-items:center;justify-content:center;padding:2rem}.lightbox.is-open{display:flex}.lightbox img{max-height:90vh;max-width:90vw;object-fit:contain}.lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:var(--color-white);border-radius:50%;font-size:1.5rem;cursor:pointer;color:var(--color-primary)}
