*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}:root{--olive: #404C24;--olive-dark: #2E3719;--sage: #7C8A5A;--terracotta: #C25C3A;--terracotta-dark: #A54A2E;--cream: #FBF6EC;--surface: #FFFDF8;--ink: #26271F;--muted: #6B6B5E;--border: #E8E2D4;--success: #3E7C3A;--error: #B3402E;--font-display: Playfair Display, Georgia, serif;--font-base: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--r-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--shadow-card: 0 2px 8px rgba(38, 39, 31, .06);--shadow-elevated: 0 8px 24px rgba(38, 39, 31, .12);--container-max: 1200px}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.6;background-color:#fbf6ec;color:#26271f}h1,h2{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2;color:#404c24;margin:0 0 16px}h3,h4,h5,h6{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:600;line-height:1.3;color:#404c24;margin:0 0 12px}p{margin:0 0 16px}.hero-title,.section-title{font-family:Playfair Display,Georgia,serif;font-weight:700;color:#404c24}:focus-visible{outline:2px solid var(--terracotta);outline-offset:2px;border-radius:3px}h1[tabindex="-1"]:focus{outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px 16px;border-radius:12px;border:1px solid transparent;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .1s ease,box-shadow .1s ease;background-color:#c25c3a;color:#fffdf8;box-shadow:0 2px 8px #26271f0f}.btn:hover:not(:disabled){background-color:#a54a2e;transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px #c25c3a8c}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--secondary{background-color:transparent;border-color:#7c8a5a;color:#7c8a5a}.btn--secondary:hover:not(:disabled){background-color:#7c8a5a1a}.btn--ghost{background-color:transparent;border-color:transparent;color:#26271f}.btn--ghost:hover:not(:disabled){background-color:#26271f14}.btn--loading{color:transparent;cursor:wait}.btn--loading:disabled{opacity:1}.btn__spinner{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,253,248,.45);border-top-color:#fffdf8;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.navbar{position:sticky;top:0;z-index:200;background:#fffdf8eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #E8E2D4;transition:background .3s ease,box-shadow .3s ease}.navbar--scrolled{background:#fffdf8fa;box-shadow:0 2px 8px #26271f0f}.navbar__inner{max-width:1200px;margin:0 auto;height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media (min-width: 768px){.navbar__inner{padding:0 32px}}.navbar__brand{display:inline-flex;align-items:center;gap:8px}.navbar__brand-logo{height:36px;width:auto;display:block}.navbar__brand-name{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:1.3rem;color:#404c24}.navbar__links{display:none}@media (min-width: 768px){.navbar__links{display:flex;align-items:center;gap:8px}}.navbar__link{padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#6b6b5e;font-family:inherit;font-weight:500;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease}.navbar__link:hover{color:#404c24;background-color:#7c8a5a1f}.navbar__link--active{color:#404c24;background-color:#7c8a5a29}.navbar__actions{display:flex;align-items:center;gap:12px}.navbar__cart{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #E8E2D4;border-radius:999px;background:transparent;color:#404c24;font-size:1.1rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.navbar__cart:hover{background-color:#7c8a5a1f;border-color:#7c8a5a}.navbar__cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#c25c3a;color:#fffdf8;font-size:.7rem;font-weight:600;line-height:1}.navbar__login{display:none;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;color:#404c24;font-weight:500;font-size:.9rem}.navbar__login:hover{background-color:#7c8a5a1f}@media (min-width: 768px){.navbar__login{display:inline-flex}}.navbar__account{display:none;position:relative}@media (min-width: 768px){.navbar__account{display:block}}.navbar__account-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px 4px 4px;border:1px solid #E8E2D4;border-radius:999px;background:transparent;color:#26271f;font-weight:500;font-size:.9rem;cursor:pointer}.navbar__account-btn:hover{border-color:#7c8a5a}.navbar__account-avatar{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#404c24;color:#fbf6ec;font-weight:600;font-size:.85rem}.navbar__account-name{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__account-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;padding:4px;border:1px solid #E8E2D4;border-radius:12px;background:#fffdf8;box-shadow:0 8px 24px #26271f1f;z-index:230}.navbar__account-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#26271f;font-size:.9rem;cursor:pointer}.navbar__account-item:hover{background-color:#7c8a5a1f}.navbar__cta{display:none}@media (min-width: 768px){.navbar__cta{display:inline-flex}}.navbar__hamburger{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#404c24;font-size:1.5rem;cursor:pointer}.navbar__hamburger:hover{background-color:#7c8a5a1f}@media (min-width: 768px){.navbar__hamburger{display:none}}.navbar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#26271f66}.navbar__panel{position:fixed;top:0;right:0;bottom:0;z-index:220;width:min(320px,84vw);display:flex;flex-direction:column;gap:24px;padding:24px;background:#fffdf8;box-shadow:0 8px 24px #26271f1f}.navbar__panel-header{display:flex;align-items:center;justify-content:space-between}.navbar__panel-brand{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:1.2rem;color:#404c24}.navbar__panel-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#404c24;font-size:1.4rem;cursor:pointer}.navbar__panel-close:hover{background-color:#7c8a5a1f}.navbar__panel-nav{display:flex;flex-direction:column;gap:4px}.navbar__panel-link{display:block;width:100%;text-align:left;padding:12px 8px;border:none;border-bottom:1px solid #E8E2D4;border-radius:8px;background:transparent;color:#26271f;font-family:inherit;font-weight:500;font-size:1.05rem;cursor:pointer}.navbar__panel-link:hover{background-color:#7c8a5a1a;color:#404c24}.navbar__panel-link--active{color:#404c24;background-color:#7c8a5a1f}.navbar__panel-account{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #E8E2D4}.navbar__panel-user{display:flex;align-items:center;gap:8px;font-weight:600;color:#26271f}.navbar__panel-logout{width:100%;gap:8px}.navbar__panel-cta{margin-top:auto;width:100%}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:220;width:min(320px,90vw);display:flex;flex-direction:column;background:#fffdf8;box-shadow:0 8px 24px #26271f1f}.cart-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#26271f66}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #E8E2D4}.cart-drawer__title{font-size:1.4rem;margin:0}.cart-drawer__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#404c24;font-size:1.4rem;cursor:pointer}.cart-drawer__close:hover{background-color:#7c8a5a1f}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;text-align:center}.cart-drawer__empty-icon{font-size:3rem;color:#6b6b5e}.cart-drawer__empty-text{color:#6b6b5e;margin:0}.cart-drawer__list{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:16px}.cart-drawer__line{display:flex;flex-direction:column;gap:4px;padding-bottom:16px;border-bottom:1px solid #E8E2D4}.cart-drawer__line-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-drawer__line-name{font-weight:500;color:#26271f}.cart-drawer__line-remove{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#6b6b5e;font-size:1rem;cursor:pointer;transition:color .2s ease,background-color .2s ease}.cart-drawer__line-remove:hover{color:#b3402e;background-color:#b3402e14}.cart-drawer__line-note{color:#6b6b5e;font-size:.8rem;font-style:italic}.cart-drawer__line-unit{color:#6b6b5e;font-size:.82rem}.cart-drawer__line-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.cart-drawer__stepper{display:inline-flex;align-items:center;gap:8px;border:1px solid #E8E2D4;border-radius:999px;padding:4px}.cart-drawer__stepper button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:#404c24;font-size:.9rem;cursor:pointer}.cart-drawer__stepper button:hover:not(:disabled){background-color:#7c8a5a24}.cart-drawer__stepper button:disabled{opacity:.4;cursor:not-allowed}.cart-drawer__stepper span{min-width:20px;text-align:center;font-weight:600;font-size:.95rem}.cart-drawer__line-subtotal{font-weight:700;color:#a54a2e;white-space:nowrap}.cart-drawer__footer{padding:16px 24px 24px;border-top:1px solid #E8E2D4;background:#fffdf8}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;font-weight:700;font-size:1.05rem;color:#26271f;margin-bottom:8px}.cart-drawer__note{color:#6b6b5e;font-size:.8rem;margin:0 0 16px}.cart-drawer__checkout{width:100%}.group-cart__heading{display:flex;flex-direction:column;gap:4px}.group-cart__group-name{font-size:.85rem;color:#6b6b5e}.group-cart__list{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:16px}.group-cart__member{padding:16px;border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8}.group-cart__member--you{border-color:#c25c3a;background-color:#c25c3a0d}.group-cart__member-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.group-cart__member-name{font-weight:600;color:#26271f}.group-cart__tag{padding:0 8px;border-radius:999px;font-size:.68rem;font-weight:600;line-height:1.7}.group-cart__tag--host{background-color:#c25c3a;color:#fffdf8}.group-cart__tag--you{background-color:#404c2424;color:#404c24}.group-cart__member-spend{margin-left:auto;font-weight:700;color:#a54a2e;white-space:nowrap}.group-cart__member-spend--over{color:#b3402e}.group-cart__over-note{margin:0 0 12px;font-size:.78rem;font-weight:600;color:#b3402e}.group-cart__cap-note{margin:12px 0 0;font-size:.78rem;color:#6b6b5e;font-style:italic}.group-cart__empty{color:#6b6b5e;font-size:.85rem;font-style:italic;margin:0}.group-cart__lines{display:flex;flex-direction:column;gap:12px}.group-cart__line{display:flex;align-items:center;justify-content:space-between;gap:12px}.group-cart__line-info{display:flex;flex-direction:column;gap:2px;min-width:0}.group-cart__line-name{font-size:.92rem;color:#26271f}.group-cart__line-note{font-size:.78rem;font-style:italic;color:#6b6b5e}.group-cart__line-sub{font-size:.8rem;color:#6b6b5e}.group-cart__line-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.group-cart__line-qty{flex-shrink:0;font-weight:600;color:#6b6b5e}.group-cart__remove{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#6b6b5e;cursor:pointer;transition:color .2s ease,background-color .2s ease}.group-cart__remove:hover{color:#b3402e;background-color:#b3402e14}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:16px}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#26271f73}.modal__panel{position:relative;z-index:1;width:100%;max-width:520px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 8px 24px #26271f1f}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-bottom:1px solid #E8E2D4}.modal__title{font-size:1.3rem;margin:0}.modal__close{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#404c24;font-size:1.3rem;cursor:pointer}.modal__close:hover{background-color:#7c8a5a1f}.modal__body{overflow-y:auto;padding:24px}.modal__panel.item-modal{max-width:560px}.item-modal__media{aspect-ratio:4/3;border-radius:12px;overflow:hidden;margin-bottom:16px}.item-modal__media img{width:100%;height:100%;object-fit:cover;display:block}.item-modal__media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#404c24,#7c8a5a);color:#fbf6ec;font-size:2.5rem}.item-modal__price{display:block;font-weight:700;font-size:1.25rem;color:#a54a2e}.item-modal__desc{color:#6b6b5e;font-size:.92rem;margin:8px 0 0}.item-modal__qty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}.item-modal__qty-label{font-weight:500;color:#26271f}.item-modal__stepper{display:inline-flex;align-items:center;gap:8px;border:1px solid #E8E2D4;border-radius:999px;padding:4px}.item-modal__stepper button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:#404c24;font-size:1rem;cursor:pointer}.item-modal__stepper button:hover:not(:disabled){background-color:#7c8a5a24}.item-modal__stepper button:disabled{opacity:.4;cursor:not-allowed}.item-modal__stepper span{min-width:24px;text-align:center;font-weight:600;font-size:1rem}.item-modal__field{display:flex;flex-direction:column;margin-top:16px}.item-modal__label{font-size:.88rem;font-weight:500;color:#26271f;margin-bottom:4px}.item-modal__optional{color:#6b6b5e;font-weight:400}.item-modal__textarea{resize:vertical;min-height:72px;padding:12px;border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f;font-family:inherit;font-size:.92rem}.item-modal__textarea::placeholder{color:#6b6b5e}.item-modal__textarea:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.item-modal__budget{margin:16px 0 0;font-size:.85rem;color:#6b6b5e}.item-modal__alert{margin:12px 0 0;font-size:.85rem;font-weight:600;color:#b3402e}.item-modal__add{width:100%;margin-top:24px}.main-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#fbf6ec}.main-layout__content{flex:1}.auth-layout{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:32px 16px;background-color:#fbf6ec}.auth-layout__card{background-color:#fffdf8;border-radius:16px;padding:24px;box-shadow:0 8px 24px #26271f1f;width:100%;max-width:420px}.page{width:100%;max-width:960px}.page--landing,.page--auth{background-color:#fffdf8;border-radius:16px;padding:24px;box-shadow:0 8px 24px #26271f1f;margin:auto}.page__actions{margin-top:24px;display:flex;gap:16px}.nf{min-height:70vh;background-color:#fbf6ec;display:flex;align-items:center;justify-content:center;padding:64px 16px}.nf__inner{max-width:480px;text-align:center}.nf__code{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:clamp(4rem,18vw,7rem);line-height:1;color:#7c8a5a;margin:0 0 12px}.nf__title{font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:12px}.nf__text{color:#6b6b5e;margin-bottom:24px}.auth__title{font-size:1.8rem;text-align:center;margin-bottom:8px}.auth__note{color:#6b6b5e;font-size:.9rem;text-align:center;margin-bottom:24px}.auth__form{display:flex;flex-direction:column;gap:16px}.auth__field{display:flex;flex-direction:column}.auth__label{font-size:.88rem;font-weight:500;color:#26271f;margin-bottom:4px}.auth__input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.auth__input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.auth__input--error{border-color:#b3402e}.auth__error{padding:8px 12px;border-radius:12px;background-color:#b3402e14;color:#b3402e;font-size:.85rem;margin:0}.auth__submit{width:100%;margin-top:4px}.auth__alt{text-align:center;color:#6b6b5e;font-size:.9rem;margin:24px 0 0}.auth__alt a{color:#a54a2e;font-weight:500}.auth__alt a:hover{text-decoration:underline}.history{background-color:#fbf6ec;padding:48px 16px;min-height:60vh}@media (min-width: 768px){.history{padding:64px 32px}}.history__inner{max-width:720px;margin:0 auto}.history__title{font-size:2rem;margin-bottom:32px}.history__list{display:flex;flex-direction:column;gap:12px}.history__row{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:12px;text-align:left;padding:16px 24px;border:1px solid #E8E2D4;border-radius:16px;background-color:#fffdf8;box-shadow:0 2px 8px #26271f0f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.history__row:hover{transform:translateY(-2px);box-shadow:0 8px 24px #26271f1f;border-color:#7c8a5a}.history__date{color:#6b6b5e;font-size:.85rem}.history__num{font-weight:700;color:#404c24}.history__badge{padding:0 8px;border-radius:999px;font-size:.7rem;font-weight:600;line-height:1.7}.history__badge--pickup{background-color:#7c8a5a2e;color:#404c24}.history__badge--delivery{background-color:#c25c3a24;color:#a54a2e}.history__group-tag{padding:0 8px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.7rem;font-weight:600;line-height:1.7}.history__count{margin-left:auto;color:#6b6b5e;font-size:.85rem}.history__total{font-weight:700;color:#a54a2e;white-space:nowrap}.history__empty{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:64px 16px}.history__empty-icon{font-size:3rem;color:#6b6b5e}.history__empty-text{color:#6b6b5e;margin:0}.order-detail{display:flex;flex-direction:column;gap:16px}.order-detail__placed{margin:0;color:#6b6b5e;font-size:.85rem}.order-detail__group{align-self:flex-start;margin:0;padding:4px 12px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.8rem;font-weight:600}.order-detail__items{display:flex;flex-direction:column;gap:8px;padding-bottom:12px;border-bottom:1px solid #E8E2D4}.order-detail__items li{display:flex;justify-content:space-between;gap:12px;font-size:.92rem}.order-detail__item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.order-detail__item-note{color:#6b6b5e;font-size:.8rem;font-style:italic}.order-detail__breakdown{display:flex;flex-direction:column;gap:8px;padding-bottom:12px;border-bottom:1px solid #E8E2D4}.order-detail__label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7c8a5a}.order-detail__member-head{display:flex;justify-content:space-between;gap:12px;font-weight:600;font-size:.9rem}.order-detail__member-items{margin:4px 0 0;color:#6b6b5e;font-size:.82rem}.order-detail__member-items li{list-style:disc;margin-left:24px}.order-detail__member-note{display:block;font-style:italic;opacity:.85}.order-detail__meta{display:flex;flex-direction:column;gap:12px;margin:0;padding-bottom:12px;border-bottom:1px solid #E8E2D4}.order-detail__meta dt{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7c8a5a}.order-detail__meta dd{margin:4px 0 0;color:#26271f}.order-detail__totals{display:flex;flex-direction:column;gap:8px}.order-detail__totals>div{display:flex;justify-content:space-between;gap:12px;font-size:.92rem;color:#6b6b5e}.order-detail__grand{padding-top:8px;margin-top:4px;border-top:1px solid #E8E2D4;font-weight:700;font-size:1.1rem;color:#404c24!important}.account{background-color:#fbf6ec;padding:48px 16px;min-height:60vh}@media (min-width: 768px){.account{padding:64px 32px}}.account__inner{max-width:1200px;margin:0 auto}.account__title{font-size:2rem;margin-bottom:32px}.account__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.account__grid{grid-template-columns:220px minmax(0,1fr);gap:32px}}.account__nav{display:flex;flex-direction:row;gap:8px;overflow-x:auto}@media (min-width: 768px){.account__nav{flex-direction:column;overflow:visible}}.account__tab{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:12px 16px;border-radius:12px;color:#26271f;font-weight:500;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.account__tab:hover{background-color:#7c8a5a1f}.account__tab--active{background-color:#404c24;color:#fbf6ec}.account__tab--active:hover{background-color:#2e3719}.account__content{min-width:0;display:flex;flex-direction:column;gap:24px}.account__card{max-width:none;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:24px}.account__card-title{font-size:1.15rem;margin-bottom:16px}.account__form{display:flex;flex-direction:column;gap:16px}.account__field{display:flex;flex-direction:column;flex:1;min-width:0}.account__label{font-size:.88rem;font-weight:500;color:#26271f;margin-bottom:4px}.account__optional{color:#6b6b5e;font-weight:400}.account__input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.account__input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.account__input--error{border-color:#b3402e}.account__error{color:#b3402e;font-size:.8rem;margin-top:4px}.account__form-actions{display:flex;align-items:center;gap:12px}.account__saved{color:#3e7c3a;font-weight:600;font-size:.9rem}.cards{display:flex;flex-direction:column;gap:24px}.cards__empty{color:#6b6b5e;margin:0}.cards__list{display:flex;flex-direction:column;gap:12px}.cards__item{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 16px;border:1px solid #E8E2D4;border-radius:12px;background-color:#fbf6ec}.cards__brand{font-size:1.8rem;color:#404c24;flex-shrink:0}.cards__info{display:flex;flex-direction:column;min-width:0}.cards__number{font-weight:600;color:#26271f}.cards__meta{color:#6b6b5e;font-size:.82rem}.cards__default{margin-left:auto;padding:0 8px;border-radius:999px;background-color:#404c24;color:#fbf6ec;font-size:.7rem;font-weight:600;line-height:1.7}.cards__make-default{margin-left:auto;border:1px solid #7C8A5A;border-radius:999px;background:transparent;color:#404c24;font-size:.78rem;font-weight:500;padding:4px 12px;cursor:pointer}.cards__make-default:hover{background-color:#7c8a5a24}.cards__remove{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#6b6b5e;cursor:pointer;transition:color .2s ease,background-color .2s ease}.cards__remove:hover{color:#b3402e;background-color:#b3402e14}.cards__row{display:flex;gap:16px}.cards__note{color:#6b6b5e;font-size:.8rem;margin:0}.checkout{background-color:#fbf6ec;padding:48px 16px;min-height:60vh}@media (min-width: 768px){.checkout{padding:64px 32px}}.checkout__inner{max-width:1200px;margin:0 auto}.checkout__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:32px}.checkout__title{font-size:2rem;margin:0}.checkout__group-meta{display:flex;align-items:center;gap:12px}.checkout__group-tag{padding:4px 12px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.8rem;font-weight:600}.checkout__back-group{border:none;background:transparent;color:#a54a2e;font-weight:500;font-size:.88rem;cursor:pointer}.checkout__back-group:hover{text-decoration:underline}.checkout__breakdown{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E8E2D4}.checkout__breakdown-title{font-size:.95rem;margin-bottom:12px}.checkout__breakdown-member{margin-bottom:12px}.checkout__breakdown-member:last-child{margin-bottom:0}.checkout__breakdown-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-weight:600;font-size:.9rem}.checkout__breakdown-items{margin:4px 0 0;padding-left:12px;color:#6b6b5e;font-size:.82rem}.checkout__breakdown-items li{list-style:disc;margin-left:12px}.checkout__breakdown-note{display:block;font-style:italic;opacity:.85}.checkout__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width: 1024px){.checkout__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:32px}}.checkout__form{display:flex;flex-direction:column;gap:24px;min-width:0}.checkout__card{max-width:none;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:24px}.checkout__card-title{font-size:1.15rem;margin-bottom:16px}.checkout__field{display:flex;flex-direction:column;margin-bottom:12px}.checkout__field:last-child{margin-bottom:0}.checkout__label{font-size:.88rem;font-weight:500;color:#26271f;margin-bottom:4px}.checkout__optional{color:#6b6b5e;font-weight:400}.checkout__input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.checkout__input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.checkout__input--error{border-color:#b3402e}.checkout__error{color:#b3402e;font-size:.8rem;margin-top:4px}.checkout__info{color:#6b6b5e;font-size:.9rem;margin:12px 0 0}.checkout__info strong{color:#26271f;font-weight:600}.checkout__reveal{margin-top:16px}.checkout__segmented{display:inline-flex;gap:4px;padding:4px;border:1px solid #E8E2D4;border-radius:999px;background-color:#fbf6ec;flex-wrap:wrap}.checkout__segment{padding:8px 16px;border:none;border-radius:999px;background:transparent;color:#404c24;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.checkout__segment:hover{background-color:#7c8a5a24}.checkout__segment--active{background-color:#c25c3a;color:#fffdf8}.checkout__segment--active:hover{background-color:#a54a2e}.checkout__segment:focus-visible{outline:none;box-shadow:0 0 0 2px #c25c3a73}.checkout__tips{display:flex;flex-wrap:wrap;gap:8px}.checkout__tip{padding:8px 16px;border:1px solid #7C8A5A;border-radius:999px;background:transparent;color:#404c24;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.checkout__tip:hover{background-color:#7c8a5a24}.checkout__tip--active{background-color:#c25c3a;border-color:#c25c3a;color:#fffdf8}.checkout__tip--active:hover{background-color:#a54a2e;border-color:#a54a2e}.checkout__tip:focus-visible{outline:none;box-shadow:0 0 0 2px #c25c3a73}.checkout__tip-custom{display:flex;align-items:center;gap:8px;max-width:200px}.checkout__tip-currency{font-weight:600;color:#6b6b5e}.checkout__payment{display:flex;flex-direction:column;gap:12px}.checkout__payment-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;padding:16px;border:1px solid #E8E2D4;border-radius:12px;background:#fffdf8;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.checkout__payment-option:hover{border-color:#7c8a5a}.checkout__payment-option--active{border-color:#c25c3a;background-color:#c25c3a0f}.checkout__payment-option:focus-visible{outline:none;box-shadow:0 0 0 2px #c25c3a66}.checkout__payment-label{font-weight:500;color:#26271f}.checkout__payment-note{font-size:.8rem;color:#6b6b5e}.checkout__summary{min-width:0}@media (min-width: 1024px){.checkout__summary{position:sticky;top:48px}}.checkout__sum-list{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E8E2D4}.checkout__sum-item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.9rem}.checkout__sum-info{display:flex;flex-direction:column;gap:2px;min-width:0}.checkout__sum-name{color:#26271f}.checkout__sum-note{color:#6b6b5e;font-size:.8rem;font-style:italic}.checkout__sum-val{color:#6b6b5e;white-space:nowrap}.checkout__sum-rows{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E8E2D4}.checkout__sum-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.92rem;color:#6b6b5e}.checkout__sum-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-weight:700;font-size:1.2rem;color:#404c24;margin-bottom:24px}.checkout__place{width:100%}.checkout__empty{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:64px 16px}.checkout__empty-icon{font-size:3rem;color:#6b6b5e}.checkout__empty-text{color:#6b6b5e;margin:0}.confirmation{background-color:#fbf6ec;padding:48px 16px;min-height:60vh}@media (min-width: 768px){.confirmation{padding:64px 32px}}.confirmation__inner{max-width:560px;margin:0 auto;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:32px;text-align:center}.confirmation__check{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:999px;background-color:#404c24;color:#fbf6ec;font-size:2rem}.confirmation__title{font-size:2rem;margin-bottom:8px}.confirmation__lead{color:#6b6b5e;margin-bottom:24px}.confirmation__number{color:#6b6b5e;margin-bottom:8px}.confirmation__number strong{color:#a54a2e;font-weight:700}.confirmation__group-tag{display:inline-block;padding:4px 12px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.8rem;font-weight:600;margin-bottom:24px}.confirmation__breakdown{text-align:left;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E8E2D4}.confirmation__breakdown-member{margin-top:12px}.confirmation__breakdown-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-weight:600;font-size:.9rem}.confirmation__breakdown-items{margin:4px 0 0;color:#6b6b5e;font-size:.82rem}.confirmation__breakdown-items li{list-style:disc;margin-left:24px}.confirmation__breakdown-note{display:block;font-style:italic;opacity:.85}.confirmation__recap{display:flex;flex-direction:column;gap:16px;text-align:left;padding:24px;margin-bottom:24px;border:1px solid #E8E2D4;border-radius:12px;background-color:#fbf6ec}.confirmation__block{display:flex;flex-direction:column;gap:4px}.confirmation__block-label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7c8a5a}.confirmation__block-value{color:#26271f;margin:0}.confirmation__items{display:flex;flex-direction:column;gap:8px;text-align:left;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E8E2D4}.confirmation__item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.92rem}.confirmation__item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.confirmation__item-note{color:#6b6b5e;font-size:.8rem;font-style:italic}.confirmation__totals{display:flex;flex-direction:column;gap:8px;text-align:left;margin-bottom:24px}.confirmation__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.92rem;color:#6b6b5e}.confirmation__total-row--grand{padding-top:12px;margin-top:4px;border-top:1px solid #E8E2D4;font-weight:700;font-size:1.15rem;color:#404c24}.confirmation__back{width:100%}.group-banner{position:sticky;top:64px;z-index:190;background-color:#404c24;color:#fbf6ec}.group-banner__inner{max-width:1200px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}@media (min-width: 768px){.group-banner__inner{padding:8px 32px}}.group-banner__text{margin:0;font-size:.85rem;color:#fbf6eceb;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-banner__label{font-weight:600;color:#fbf6ec}.group-banner__sep{margin:0 8px;color:#fbf6ec8c}@media (max-width: 639px){.group-banner__acting{display:none}}.group-banner__link{flex-shrink:0;padding:4px 12px;border:1px solid rgba(251,246,236,.5);border-radius:999px;color:#fbf6ec;font-size:.8rem;font-weight:500}.group-banner__link:hover{background-color:#fbf6ec24}.group-join__badge,.group-lobby__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.72rem;font-weight:600;letter-spacing:.1em}.group-lobby__avatar{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#404c24;color:#fbf6ec;font-weight:600}.group-placeholder{background-color:#fbf6ec;padding:64px 16px;min-height:60vh;display:flex;align-items:center;justify-content:center}.group-placeholder__inner{max-width:520px;text-align:center;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:48px 32px}.group-placeholder__title{font-size:1.8rem;margin-bottom:16px}.group-placeholder__text{color:#6b6b5e;margin-bottom:24px}.group-create{background-color:#fbf6ec;padding:48px 16px;min-height:60vh;display:flex;justify-content:center}.group-create__card{max-width:480px;width:100%;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:32px}.group-create__title{font-size:1.8rem;margin-bottom:8px}.group-create__note{color:#6b6b5e;margin-bottom:24px}.group-create__form{display:flex;flex-direction:column;gap:16px}.group-create__field{display:flex;flex-direction:column;gap:4px}.group-create__label{font-size:.88rem;font-weight:500;color:#26271f}.group-create__input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.group-create__input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.group-create__stepper{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;padding:4px;border:1px solid #E8E2D4;border-radius:999px}.group-create__stepper button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:#404c24;cursor:pointer}.group-create__stepper button:hover:not(:disabled){background-color:#7c8a5a24}.group-create__stepper button:disabled{opacity:.4;cursor:not-allowed}.group-create__stepper span{min-width:24px;text-align:center;font-weight:600;font-size:1.05rem}.group-create__hint{font-size:.8rem;color:#6b6b5e}.group-create__money{display:flex;align-items:center;gap:8px;max-width:200px}.group-create__money-prefix{font-weight:600;color:#6b6b5e}.group-create__error{padding:8px 12px;border-radius:12px;background-color:#b3402e14;color:#b3402e;font-size:.85rem;margin:0}.group-create__submit{width:100%;margin-top:4px}.group-lobby{background-color:#fbf6ec;padding:48px 16px;min-height:60vh}@media (min-width: 768px){.group-lobby{padding:64px 32px}}.group-lobby__inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.group-lobby__header{text-align:center}.group-lobby__badge{margin-bottom:12px}.group-lobby__title{font-size:2rem;margin-bottom:8px}.group-lobby__subline{color:#6b6b5e;margin:0}.group-lobby__card{max-width:none;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:24px}.group-lobby__card-title{font-size:1.1rem;margin-bottom:16px}.group-lobby__full{color:#6b6b5e;margin:0}.group-lobby__setting-row{display:flex;align-items:center;gap:12px}.group-lobby__setting-label{color:#6b6b5e}.group-lobby__setting-value{font-weight:700;color:#404c24}.group-lobby__edit-btn{margin-left:auto}.group-lobby__edit{display:flex;flex-direction:column;gap:16px}.group-lobby__edit-field{display:flex;flex-direction:column;gap:4px}.group-lobby__edit-label{font-size:.88rem;font-weight:500;color:#26271f}.group-lobby__edit-input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.group-lobby__edit-input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.group-lobby__money{display:flex;align-items:center;gap:8px;max-width:200px}.group-lobby__money-prefix{font-weight:600;color:#6b6b5e}.group-lobby__edit-actions{display:flex;gap:12px}.group-lobby__code{display:flex;align-items:center;gap:12px;margin-bottom:16px}.group-lobby__code-label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7c8a5a}.group-lobby__code-value{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:1.6rem;letter-spacing:.12em;color:#404c24}.group-lobby__invite{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}.group-lobby__invite-input{flex:1;min-width:0;border:1px solid #E8E2D4;border-radius:12px;background-color:#fbf6ec;color:#6b6b5e}.group-lobby__copy{gap:8px;white-space:nowrap}.group-lobby__invite-form{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #E8E2D4}.group-lobby__invite-fields,.group-lobby__invite-actions{display:flex;flex-wrap:wrap;gap:12px}.group-lobby__invite-error{margin:0;color:#b3402e;font-size:.82rem}.group-lobby__invite-sent{margin:0;color:#3e7c3a;font-weight:600;font-size:.85rem}.group-lobby__invite-hint{margin:12px 0 0;color:#6b6b5e;font-size:.8rem}.group-lobby__members{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.group-lobby__member{display:flex;align-items:center;gap:12px}.group-lobby__member-info{display:flex;flex-direction:column;min-width:0;flex:1}.group-lobby__member-name{font-weight:500;color:#26271f}.group-lobby__member-email{font-size:.78rem;color:#6b6b5e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-lobby__status{flex-shrink:0;padding:0 8px;border-radius:999px;font-size:.7rem;font-weight:600;line-height:1.6}.group-lobby__status--invited{background-color:#7c8a5a2e;color:#7c8a5a}.group-lobby__status--joined{background-color:#404c2424;color:#404c24}.group-lobby__member-confirm{flex-shrink:0;font-size:.72rem;color:#6b6b5e;white-space:nowrap}.group-lobby__host-badge{padding:0 8px;border-radius:999px;background-color:#c25c3a;color:#fffdf8;font-size:.7rem;font-weight:600;line-height:1.6}.group-lobby__remove{margin-left:auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#6b6b5e;cursor:pointer;transition:color .2s ease,background-color .2s ease}.group-lobby__remove:hover{color:#b3402e;background-color:#b3402e14}.group-lobby__add{display:flex;gap:12px}.group-lobby__add-input{flex:1;min-width:0;border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f}.group-lobby__add-input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.group-lobby__acting{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.group-lobby__acting-pill{padding:8px 16px;border:1px solid #7C8A5A;border-radius:999px;background:transparent;color:#404c24;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.group-lobby__acting-pill:hover{background-color:#7c8a5a24}.group-lobby__acting-pill--active{background-color:#c25c3a;border-color:#c25c3a;color:#fffdf8}.group-lobby__acting-pill--active:hover{background-color:#a54a2e;border-color:#a54a2e}.group-lobby__acting-note{color:#6b6b5e;font-size:.8rem;margin:0}.group-lobby__acting-static{margin:0 0 12px;color:#26271f}.group-lobby__acting-static strong{color:#404c24;font-weight:600}.group-lobby__view-host{align-self:flex-start}.group-lobby__locked{padding:8px 12px;margin:0 0 16px;border-radius:12px;background-color:#c25c3a1a;color:#a54a2e;font-weight:600;font-size:.85rem}.group-lobby__confirm-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.group-lobby__confirm-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.group-lobby__confirm-name{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:#26271f}.group-lobby__you-badge{padding:0 8px;border-radius:999px;background-color:#404c2424;color:#404c24;font-size:.68rem;font-weight:600;line-height:1.7}.group-lobby__confirm-count{margin-left:auto;color:#6b6b5e;font-size:.85rem}.group-lobby__confirm-sub{font-weight:600;color:#a54a2e;white-space:nowrap}.group-lobby__confirm-badge{padding:4px 12px;border-radius:999px;background-color:#e8e2d4;color:#6b6b5e;font-size:.75rem;font-weight:600}.group-lobby__confirm-badge--confirmed{background-color:#404c2424;color:#404c24}.group-lobby__confirm-toggle{width:100%;margin-bottom:16px}.group-lobby__proceed{display:flex;flex-direction:column;gap:8px}.group-lobby__waiting{margin:0;color:#6b6b5e;font-size:.85rem}.group-lobby__proceed-btn{width:100%}.group-lobby__guest-note{margin:0;color:#6b6b5e;font-size:.88rem}.group-lobby__actions{display:flex;flex-wrap:wrap;gap:12px}.group-lobby__actions .btn{flex:1;min-width:160px}.group-join{background-color:#fbf6ec;padding:48px 16px;min-height:60vh;display:flex;justify-content:center;align-items:flex-start}.group-join__card{max-width:460px;width:100%;text-align:center;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:32px}.group-join__badge{margin-bottom:12px}.group-join__title{font-size:1.7rem;margin-bottom:12px}.group-join__text{color:#6b6b5e;margin-bottom:24px}.group-join__form{display:flex;flex-direction:column;gap:16px}.group-join__input{border:1px solid #E8E2D4;border-radius:12px;background-color:#fffdf8;color:#26271f;text-align:center}.group-join__input:focus-visible{outline:none;border-color:#c25c3a;box-shadow:0 0 0 2px #c25c3a2e}.group-join__error{padding:8px 12px;border-radius:12px;background-color:#b3402e14;color:#b3402e;font-size:.85rem;margin:0}.hero{background-color:#fbf6ec;padding:48px 16px}@media (min-width: 768px){.hero{padding:64px 32px}}.hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;align-items:center;gap:32px}@media (min-width: 1024px){.hero__inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:48px}}.hero__eyebrow{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background-color:#7c8a5a29;color:#404c24;font-size:.75rem;font-weight:600;letter-spacing:.08em}.hero__title{font-size:clamp(2.4rem,5vw,3.6rem);margin:16px 0 12px}.hero__subtitle{color:#6b6b5e;font-size:1.05rem;max-width:36rem;margin-bottom:24px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__media{border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #26271f1f;aspect-ratio:4/3}.hero__media img{width:100%;height:100%;object-fit:cover;display:block}.hero__media-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#404c24,#7c8a5a);color:#fbf6ec}.hero__media-fallback svg{font-size:3rem}.hero__media-fallback span{font-family:Playfair Display,Georgia,serif;font-size:1.15rem}.menu{background-color:#fbf6ec;padding:48px 16px}@media (min-width: 768px){.menu{padding:64px 32px}}.menu__inner{max-width:1200px;margin:0 auto}.menu__header{text-align:center;margin-bottom:32px}.menu__title{margin-bottom:8px}.menu__subline{color:#6b6b5e;margin:0}.menu__filters{display:flex;gap:8px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.menu__filters::-webkit-scrollbar{display:none}@media (min-width: 768px){.menu__filters{flex-wrap:wrap;justify-content:center;overflow-x:visible;padding-bottom:0}}.menu__pill{flex-shrink:0;min-height:40px;white-space:nowrap;padding:8px 16px;border-radius:999px;border:1px solid #7C8A5A;background:transparent;color:#404c24;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.menu__pill:hover{background-color:#7c8a5a24}.menu__pill--active{background-color:#c25c3a;border-color:#c25c3a;color:#fffdf8}.menu__pill--active:hover{background-color:#a54a2e;border-color:#a54a2e}.menu__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.menu__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.menu__grid{grid-template-columns:repeat(3,1fr)}}.menu-card{position:relative;display:flex;flex-direction:column;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.menu-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #26271f1f}.menu-card__open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;border:none;background:transparent;cursor:pointer;border-radius:16px}.menu-card__open:focus-visible{outline:2px solid #C25C3A;outline-offset:-2px}.menu-card__media{aspect-ratio:4/3;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.menu-card__media img{width:100%;height:100%;object-fit:cover;display:block}.menu-card__media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#404c24,#7c8a5a);color:#fbf6ec;font-size:2rem}.menu-card__body{flex:1;display:flex;flex-direction:column;gap:8px;padding:16px}.menu-card__badges{display:flex;gap:8px}.menu-card__badge{padding:0 8px;border-radius:999px;background-color:#7c8a5a2e;color:#404c24;font-size:.72rem;font-weight:600;line-height:1.6;letter-spacing:.04em}.menu-card__badge--today{background-color:#c25c3a;color:#fffdf8}.menu-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.menu-card__name{font-size:1.05rem;margin:0}.menu-card__price{font-weight:700;font-size:1rem;color:#a54a2e;white-space:nowrap}.menu-card__desc{color:#6b6b5e;font-size:.88rem;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-card__add{position:relative;z-index:2;margin-top:auto;align-self:flex-start;padding:8px 16px;border:none;border-radius:12px;background-color:#c25c3a;color:#fffdf8;font-weight:500;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.menu-card__add:hover{background-color:#a54a2e}.menu-card__add--added,.menu-card__add--added:hover{background-color:#3e7c3a}.menu-card__add--blocked,.menu-card__add--blocked:hover{background-color:#a54a2e}.menu-card__add-inner{display:inline-flex;align-items:center;gap:8px}.contact{background-color:#fbf6ec;padding:48px 16px}@media (min-width: 768px){.contact{padding:64px 32px}}.contact__inner{max-width:1200px;margin:0 auto}.contact__header{text-align:center;margin-bottom:32px}.contact__title{margin-bottom:8px}.contact__subline{color:#6b6b5e;margin:0}.contact__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media (min-width: 1024px){.contact__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}}.contact__details{display:flex;flex-direction:column;gap:16px;background-color:#fffdf8;border:1px solid #E8E2D4;border-radius:16px;box-shadow:0 2px 8px #26271f0f;padding:24px}.contact__line{display:flex;align-items:flex-start;gap:12px;margin:0;color:#26271f}.contact__line a:hover{color:#a54a2e}.contact__line--hours{align-items:flex-start}.contact__icon{flex-shrink:0;margin-top:2px;color:#7c8a5a;font-size:1.1rem}.contact__line-text{display:block}.contact__hours{display:flex;flex-direction:column;gap:4px;width:100%;font-size:.9rem}.contact__hours li{display:flex;justify-content:space-between;gap:16px;color:#6b6b5e}.contact__hours-row--today{color:#404c24;font-weight:600}.contact__closed{font-style:italic}.contact__map{aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid #E8E2D4;box-shadow:0 2px 8px #26271f0f}.contact__map iframe{width:100%;height:100%;display:block}.restaurant-info{display:flex;flex-direction:column;gap:24px}.restaurant-info__section{display:flex;flex-direction:column;gap:8px}.restaurant-info__heading{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7c8a5a;margin:0}.restaurant-info__phone{font-size:1.05rem;font-weight:600;color:#a54a2e}.restaurant-info__phone:hover{text-decoration:underline}.restaurant-info__list{margin:0;display:flex;flex-direction:column;gap:8px}.restaurant-info__row{display:flex;justify-content:space-between;gap:16px}.restaurant-info__row dt{color:#6b6b5e}.restaurant-info__row dd{margin:0;font-weight:500;color:#26271f;text-align:right}.restaurant-info__sublabel{margin:8px 0 0;color:#6b6b5e;font-size:.85rem}.restaurant-info__payments{display:flex;flex-wrap:wrap;gap:8px}.restaurant-info__pill{padding:4px 12px;border-radius:999px;background-color:#7c8a5a29;color:#404c24;font-size:.78rem;font-weight:500}.restaurant-info__hours{display:flex;flex-direction:column;gap:4px}.restaurant-info__hours-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 8px;border-radius:8px}.restaurant-info__hours-row--today{background-color:#7c8a5a29}.restaurant-info__day{display:inline-flex;align-items:center;gap:8px;color:#26271f}.restaurant-info__today{padding:0 8px;border-radius:999px;background-color:#c25c3a;color:#fffdf8;font-size:.66rem;font-weight:600;line-height:1.6}.restaurant-info__time{color:#26271f;font-weight:500}.restaurant-info__time--closed{color:#6b6b5e;font-style:italic;font-weight:400}.site-footer{background-color:#2e3719;color:#fbf6ec;padding:48px 16px 24px}@media (min-width: 768px){.site-footer{padding:64px 32px 24px}}.site-footer__container{max-width:1200px;margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:24px}@media (min-width: 640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:48px}}.site-footer__logo{display:inline-flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;color:#fbf6ec}.site-footer__logo-word{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:2.5rem;line-height:1;color:#fbf6ec}@media (min-width: 768px){.site-footer__logo-word{font-size:3rem}}.site-footer__logo-sub{display:flex;align-items:center;gap:12px;width:100%}.site-footer__logo-sub-text{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:#fbf6ec;white-space:nowrap}.site-footer__logo-rule{flex:1;height:1px;background:#fbf6ec99}.site-footer__tagline{color:#fbf6ecbf;font-size:.9rem;max-width:28rem;margin:0}.site-footer__col-title{font-weight:600;font-size:.95rem;color:#fbf6ec;margin:0 0 12px}.site-footer__contact{font-style:normal}.site-footer__contact p{color:#fbf6ecb8;font-size:.9rem;margin:0 0 8px}.site-footer__contact a{color:#fbf6ecb8;transition:color .2s ease}.site-footer__contact a:hover{color:#fbf6ec}.site-footer__hours{font-style:italic}.site-footer__info-btn{padding:0;border:none;background:transparent;color:#fbf6ecb8;font-size:.9rem;text-decoration:underline;cursor:pointer;transition:color .2s ease}.site-footer__info-btn:hover{color:#fbf6ec}.site-footer__links{display:flex;flex-direction:column;gap:8px}.site-footer__links a{color:#fbf6ecb8;font-size:.9rem;transition:color .2s ease}.site-footer__links a:hover{color:#fbf6ec}.site-footer__social{display:flex;gap:12px;padding-bottom:24px}.site-footer__social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(251,246,236,.25);border-radius:999px;color:#fbf6ec;font-size:1rem;transition:background-color .2s ease,border-color .2s ease}.site-footer__social a:hover{background-color:#fbf6ec1f;border-color:#fbf6ec}.site-footer__separator{height:1px;background:#fbf6ec2e}.site-footer__copy{text-align:center;font-size:.8rem;color:#fbf6ec99;padding-top:16px;margin:0}.u-m-0{margin:0!important}.u-m-1{margin:.25rem!important}.u-m-2{margin:.5rem!important}.u-m-3{margin:1rem!important}.u-m-4{margin:1.5rem!important}.u-p-0{padding:0!important}.u-p-1{padding:.25rem!important}.u-p-2{padding:.5rem!important}.u-p-3{padding:1rem!important}.u-p-4{padding:1.5rem!important}.u-mt-0{margin-top:0!important}.u-mt-1{margin-top:.25rem!important}.u-mt-2{margin-top:.5rem!important}.u-mt-3{margin-top:1rem!important}.u-mt-4{margin-top:1.5rem!important}.u-mb-0{margin-bottom:0!important}.u-mb-1{margin-bottom:.25rem!important}.u-mb-2{margin-bottom:.5rem!important}.u-mb-3{margin-bottom:1rem!important}.u-mb-4{margin-bottom:1.5rem!important}.u-pt-0{padding-top:0!important}.u-pt-1{padding-top:.25rem!important}.u-pt-2{padding-top:.5rem!important}.u-pt-3{padding-top:1rem!important}.u-pt-4{padding-top:1.5rem!important}.u-pb-0{padding-bottom:0!important}.u-pb-1{padding-bottom:.25rem!important}.u-pb-2{padding-bottom:.5rem!important}.u-pb-3{padding-bottom:1rem!important}.u-pb-4{padding-bottom:1.5rem!important}.u-gap-1{gap:.25rem}.u-gap-2{gap:.5rem}.u-gap-3{gap:1rem}.u-gap-4{gap:1.5rem}.u-min-h-screen{min-height:100vh}.u-w-full{width:100%}.u-container{max-width:1120px;margin-inline:auto}.u-flex{display:flex}.u-flex-col{display:flex;flex-direction:column}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-justify-between{justify-content:space-between}.u-justify-center{justify-content:center}.u-items-center{align-items:center}.u-gap-1{gap:8px}.u-gap-2{gap:16px}.u-gap-3{gap:24px}.u-gap-4{gap:32px}.u-grid{display:grid;gap:24px}.u-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.u-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.u-bg-primary{background-color:#c25c3a}.u-bg-success{background-color:#3e7c3a}.u-bg-warning{background-color:#c25c3a}.u-bg-danger{background-color:#b3402e}.u-text-primary{color:#c25c3a}.u-text-success{color:#3e7c3a}.u-text-warning{color:#c25c3a}.u-text-danger{color:#b3402e}.u-text-muted{color:#6b6b5e}.u-text-lg{font-size:1.125rem}.u-text-2xl{font-size:1.5rem}.u-text-3xl{font-size:2rem}.u-hidden{display:none!important}.u-block{display:block!important}.u-text-center{text-align:center}@media (min-width: 768px){.u-hidden-md-down{display:none!important}}
