.tp-header{z-index:50;transition:background var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.tp-header__inner{max-width:var(--content-max);font-family:var(--font-sans);align-items:center;margin:0 auto;padding:16px 24px;display:flex}.tp-header__brand{flex-shrink:0;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.tp-header__brand-text{font-weight:700;font-size:var(--text-md);color:var(--text-primary);white-space:nowrap}.tp-header__nav{align-items:center;gap:20px;min-width:0;display:flex}.tp-header__link{font-size:var(--text-sm);color:var(--text-secondary);white-space:nowrap;font-weight:500;text-decoration:none}.tp-header__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}@media (width>=1040px){.tp-header__inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;min-height:52px;display:grid}.tp-header__brand{grid-column:1;justify-self:start}.tp-header__nav{flex-wrap:nowrap;grid-column:2;justify-self:center;max-width:100%}.tp-header__actions{grid-column:3;justify-content:flex-end;justify-self:end;gap:14px}}.tp-header__book-btn{font-family:var(--font-sans);font-weight:600;font-size:var(--text-sm);background:var(--accent-honey);color:#fff;border-radius:var(--radius-full);cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;border:none;padding:11px 20px}.tp-header__icon-btn{border:1px solid var(--border-subtle);background:var(--surface-card);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}.tp-header__icon-btn:hover{color:var(--text-primary)}.tp-header__burger{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:none}.tp-header__mobile-menu{backdrop-filter:blur(14px);flex-direction:column;gap:2px;padding:4px 24px 24px;display:flex}.tp-header__mobile-link{font-size:var(--text-md);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:14px 4px;font-weight:500;text-decoration:none}.tp-header__mobile-articles-toggle{width:100%;font-size:var(--text-md);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 4px;font-family:inherit;font-weight:500;display:flex}.tp-header__mobile-articles-toggle.is-open{border-bottom:none}.tp-header__mobile-articles-toggle:not(.is-open){border-bottom:1px solid var(--border-subtle)}.tp-header__mobile-articles-list{border-bottom:1px solid var(--border-subtle);flex-direction:column;padding:0 0 8px 12px;display:flex}.tp-header__mobile-articles-link{font-size:var(--text-sm);color:var(--text-primary);padding:10px 4px;font-weight:600;text-decoration:none}.tp-header__mobile-theme{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:6px;padding:14px 4px;display:flex}.tp-header__mobile-theme-label{font-size:var(--text-md);color:var(--text-primary);font-weight:500}.tp-header__spacer{height:64px}.tp-header__mobile-only{display:none}@media (width<=1039px){.tp-header__inner{justify-content:space-between;gap:10px;padding:14px 16px}.tp-header__brand{flex:auto;gap:8px;min-width:0}.tp-header__brand-text{text-overflow:ellipsis;min-width:0;font-size:.8125rem;line-height:1.1;overflow:hidden}.tp-header__brand .tp-header-logo{width:24px;height:24px}.tp-header__nav,.tp-header__desktop-only{display:none!important}.tp-header__mobile-only,.tp-header__burger{display:inline-flex}.tp-header__actions{flex-shrink:0;gap:8px;margin-left:auto}.tp-header__book-btn{font-size:var(--text-xs);padding:10px 14px}}.order-wizard{--ow-muted:var(--text-muted);--ow-secondary:var(--text-secondary);--ow-track:var(--neutral-200);--ow-step-idle-fg:var(--text-muted);--ow-row-bg:var(--surface-card);--ow-summary-bg:var(--surface-bg)}.theme-dark .order-wizard{--ow-muted:var(--neutral-400);--ow-secondary:var(--neutral-300);--ow-track:var(--neutral-600);--ow-step-idle-fg:var(--neutral-300);--ow-row-bg:var(--neutral-800);--ow-summary-bg:var(--neutral-850,var(--neutral-800))}.order-wizard__kicker{font-size:var(--text-sm);color:var(--ow-muted);margin:0 0 4px}.order-wizard__summary{background:var(--ow-summary-bg);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--ow-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:14px 18px;display:flex}.order-wizard__summary-total{font-family:var(--font-mono);color:var(--text-primary);white-space:nowrap;font-weight:600}.order-wizard__stepper{align-items:flex-start;gap:0;margin-bottom:28px;padding-bottom:4px;display:flex;overflow-x:auto}.order-wizard__step{flex:none;align-items:center;display:flex}.order-wizard__step.is-grow{flex:1 1 0;min-width:16px}.order-wizard__step-node{flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.order-wizard__step-dot{width:28px;height:28px;font-family:var(--font-mono);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:600;line-height:1;display:flex}.order-wizard__step-dot:disabled{cursor:not-allowed}.order-wizard__step-dot.is-active,.order-wizard__step-dot.is-done{background:var(--brand-primary);color:#fff}.order-wizard__step-dot.is-idle{background:var(--ow-track);color:var(--ow-step-idle-fg)}.order-wizard__step-label{white-space:nowrap;color:var(--ow-muted);font-size:11px}.order-wizard__step-label.is-active{color:var(--text-primary);font-weight:600}.order-wizard__step-line{background:var(--ow-track);flex:1;min-width:12px;height:2px;margin:14px 6px 0}.order-wizard__step-line.is-done{background:var(--brand-primary)}.order-wizard__heading{font-size:var(--text-xl);color:var(--text-primary);margin:0 0 4px}.order-wizard__subheading{font-size:var(--text-sm);color:var(--ow-muted);margin:0 0 12px}.order-wizard__list{flex-direction:column;gap:10px;display:flex}.order-wizard__row{border-radius:var(--radius-md);border:1.5px solid var(--border-subtle);background:var(--ow-row-bg);text-align:left;width:100%;color:inherit;cursor:pointer;transition:background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);align-items:flex-start;gap:14px;padding:14px 16px;font-family:inherit;display:flex}.order-wizard__row:hover:not(:disabled){border-color:var(--border-default)}.order-wizard__row.is-active{background:var(--surface-brand-soft);border-color:var(--border-brand)}.order-wizard__row:disabled{opacity:.5;cursor:not-allowed}.order-wizard__row-body{flex:1;min-width:0}.order-wizard__row-title{color:var(--text-primary);font-weight:600}.order-wizard__row-meta{font-size:var(--text-xs);color:var(--ow-muted);margin-top:2px}.order-wizard__row-desc{font-size:var(--text-sm);color:var(--ow-secondary);margin:6px 0 0;line-height:1.45}.order-wizard__row-price{font-family:var(--font-mono);color:var(--text-primary);white-space:nowrap;flex-shrink:0;margin-top:2px;font-weight:600}.order-wizard__row-badge{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--sage-700);flex-shrink:0}.theme-dark .order-wizard__row-badge{color:var(--sage-300)}.order-wizard__thumb{border-radius:var(--radius-sm);background:linear-gradient(155deg, var(--sage-300), var(--amber-300));background-position:50%;background-size:cover;flex:0 0 48px;width:48px;height:48px}.order-wizard__fraction{border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.order-wizard__fraction-ring{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.order-wizard__fraction-core{width:30px;height:30px;font-family:var(--font-mono);color:var(--text-primary);background:var(--surface-card);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;line-height:1;display:flex}.order-wizard__fraction.is-active .order-wizard__fraction-core{background:var(--surface-brand-soft)}.order-wizard__option-icon,.order-wizard__option-image,.order-wizard__option-image-wrap{border-radius:var(--radius-full);flex:0 0 36px;width:36px;min-width:36px;height:36px}.order-wizard__option-image-wrap{border-radius:var(--radius-full);overflow:hidden}.order-wizard__option-icon{color:var(--amber-700);background:var(--amber-100);justify-content:center;align-items:center;display:flex}.theme-dark .order-wizard__option-icon{color:var(--amber-200);background:color-mix(in srgb, var(--amber-600) 28%, transparent)}.order-wizard__option-image{object-fit:cover;border-radius:var(--radius-md)}.order-wizard__option-row{cursor:pointer}.order-wizard__option-row .order-wizard__row-body{flex-direction:column;gap:2px;display:flex}.order-wizard__included{border-top:1px solid var(--border-subtle);margin-top:18px;padding-top:16px}.order-wizard__included-title{font-size:var(--text-sm);color:var(--text-primary);margin:0 0 10px;font-weight:600}.order-wizard__included-row{cursor:default;padding:12px 14px}.order-wizard__included-row .order-wizard__option-icon{background:color-mix(in srgb, var(--sage-500) 18%, transparent);color:var(--sage-700)}.theme-dark .order-wizard__included-row .order-wizard__option-icon{background:color-mix(in srgb, var(--sage-400) 22%, transparent);color:var(--sage-200)}.order-wizard__check-col{flex:none;padding-top:2px}.order-wizard__qty{border:1px solid var(--border-subtle);background:var(--surface-bg);border-radius:999px;align-items:center;gap:6px;padding:2px;display:inline-flex}.order-wizard__qty-btn{background:var(--surface-card);width:30px;height:30px;color:var(--text-primary);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:inline-flex}.order-wizard__qty-btn:hover:not(:disabled){background:var(--surface-brand-soft)}.order-wizard__qty-btn:disabled{opacity:.4;cursor:not-allowed}.order-wizard__qty-count{text-align:center;min-width:1.25rem;font-family:var(--font-mono);font-weight:600;font-size:var(--text-sm);color:var(--text-primary)}.theme-dark .order-wizard__qty{background:var(--neutral-900);border-color:var(--neutral-700)}.theme-dark .order-wizard__qty-btn{background:var(--neutral-800)}.order-wizard__review{font-size:var(--text-base);flex-direction:column;gap:12px;display:flex}.order-wizard__review-line{color:var(--ow-secondary);justify-content:space-between;gap:16px;display:flex}.order-wizard__review-line strong{color:var(--text-primary);text-align:right;font-weight:500}.order-wizard__review-total{font-weight:700;font-size:var(--text-lg);color:var(--text-primary);justify-content:space-between;display:flex}.order-wizard__review-total span:last-child{font-family:var(--font-mono)}.order-wizard__divider{border-top:1px dashed var(--border-default);margin:8px 0}.order-wizard__toggle-group{gap:10px;display:flex}.order-wizard__toggle{border-radius:var(--radius-full);font-weight:600;font-size:var(--text-sm);cursor:pointer;border:1.5px solid var(--border-subtle);background:var(--ow-row-bg);color:var(--text-primary);flex:1;padding:12px 14px;font-family:inherit}.order-wizard__toggle.is-active{border-color:var(--border-brand);background:var(--surface-brand-soft)}.order-wizard__pay-toggle{border-radius:var(--radius-md);padding:14px}.order-wizard__total-box{background:var(--ow-summary-bg);border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-lg);color:var(--text-primary);justify-content:space-between;padding:20px;display:flex}.order-wizard__total-box span:last-child{font-family:var(--font-mono)}.order-wizard__status{font-size:var(--text-sm);margin:12px 0 0}.order-wizard__status.is-error{color:var(--status-danger)}.order-wizard__status.is-info{color:var(--ow-secondary)}.order-wizard__field-label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary)}.order-wizard__textarea{resize:vertical;border-radius:var(--radius-md);border:1.5px solid var(--border-subtle);background:var(--surface-card);width:100%;min-height:72px;color:var(--text-primary);font:inherit;padding:12px 18px;line-height:1.45}.order-wizard__textarea:focus{border-color:var(--border-brand);box-shadow:var(--focus-ring);outline:none}.order-wizard__textarea::placeholder{color:var(--ow-muted)}.order-wizard__footer{justify-content:flex-end;gap:12px;display:flex}.order-wizard__sheet-title{margin:0 0 var(--space-2);font-size:var(--text-xl);color:var(--text-primary)}.order-wizard--sheet{flex-direction:column;height:100%;min-height:0;display:flex}.order-wizard__sheet-header{flex:none}.order-wizard__sheet-body{flex:auto;min-height:0}.order-wizard-sheet{z-index:110;background:var(--surface-card);border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:min(88vh,100dvh - 12px);box-shadow:var(--shadow-xl);font-family:var(--font-sans);transition:transform var(--duration-slow) var(--ease-out);animation:order-wizard-sheet-in var(--duration-slow) var(--ease-out);flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0}.order-wizard-sheet.is-collapsed{max-height:none;transform:translateY(calc(100% - 4.75rem - env(safe-area-inset-bottom,0px)));animation:none;box-shadow:0 -4px 24px #2b2a221f}.order-wizard--sheet .order-wizard__sheet-header{z-index:1;padding-bottom:var(--space-3);margin-bottom:var(--space-2);background:var(--surface-card);position:sticky;top:0}.order-wizard-sheet__backdrop{z-index:109;backdrop-filter:blur(6px);animation:order-wizard-fade-in var(--duration-base) var(--ease-out);cursor:pointer;background:#2b2a2259;border:0;padding:0;position:fixed;inset:0}.order-wizard-sheet__handle{cursor:grab;touch-action:none;background:0 0;border:0;flex:none;width:100%;padding:10px 0 6px;display:block}.order-wizard-sheet__handle:before{content:"";border-radius:var(--radius-full);background:var(--border-default);width:40px;height:4px;margin:0 auto;display:block}.order-wizard-sheet__peek{width:100%;padding:0 var(--space-5) calc(var(--space-3) + env(safe-area-inset-bottom,0px));text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:2px;display:flex}.order-wizard-sheet__peek-title{font-size:var(--text-md);color:var(--text-primary);font-weight:600}.order-wizard-sheet__peek-meta{font-size:var(--text-sm);color:var(--text-muted)}.order-wizard-sheet__main.is-hidden{display:none}.order-wizard-sheet__main{flex-direction:column;flex:auto;min-height:0;display:flex}.order-wizard-sheet__scroll{overscroll-behavior:contain;min-height:0;padding:0 var(--space-5);-webkit-overflow-scrolling:touch;flex:auto;overflow-y:auto}.order-wizard-sheet__footer{padding:var(--space-4) var(--space-5) calc(var(--space-4) + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-subtle);background:var(--surface-card);flex:none}.order-wizard-sheet__footer .order-wizard__footer{margin:0}@keyframes order-wizard-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes order-wizard-fade-in{0%{opacity:0}to{opacity:1}}@media (width>=1024px){.order-wizard-sheet:not(.is-collapsed),.order-wizard-sheet__backdrop{display:none}.order-wizard-sheet.is-collapsed{border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-top:1px solid var(--border-subtle);width:min(480px,100vw - 48px);bottom:0;left:50%;right:auto;transform:translate(-50%);box-shadow:0 -4px 24px #2b2a221f}.order-wizard-sheet.is-collapsed .order-wizard-sheet__peek{box-sizing:border-box;width:100%;padding:12px 28px calc(20px + env(safe-area-inset-bottom,0px));grid-template-columns:1fr auto;align-items:center;gap:2px 20px;display:grid}.order-wizard-sheet.is-collapsed .order-wizard-sheet__peek-title{font-size:var(--text-base);grid-column:1}.order-wizard-sheet.is-collapsed .order-wizard-sheet__peek-meta{font-size:var(--text-sm);color:var(--text-secondary);grid-column:1}.order-wizard-sheet.is-collapsed .order-wizard-sheet__peek:after{content:"→";border-radius:var(--radius-full);background:var(--surface-brand-soft);width:36px;height:36px;color:var(--brand-primary);font-size:var(--text-lg);flex:none;grid-area:1/2/span 2;justify-content:center;align-items:center;font-weight:600;display:inline-flex}}.order-wizard-page{background:var(--surface-bg);min-height:100vh;padding:var(--space-6) 20px var(--space-10)}.order-wizard-page__inner{background:var(--surface-card);border-radius:var(--radius-xl);max-width:720px;box-shadow:var(--shadow-lg);padding:var(--space-8);margin:0 auto}.order-wizard-page__top{max-width:720px;margin:0 auto var(--space-5);justify-content:space-between;align-items:center;gap:16px;display:flex}.order-wizard-page__back{color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:8px;font-weight:500;text-decoration:none;display:inline-flex}.order-wizard-page__back:hover{color:var(--text-primary)}.order-wizard-page__title{font-size:var(--text-2xl);color:var(--text-primary);margin:0}.order-wizard-page__footer{margin-top:var(--space-6);padding-top:var(--space-4);justify-content:flex-end;gap:12px;display:flex}@media (width>=641px){.order-wizard-page__footer{margin-top:var(--space-8);gap:16px}}@media (width<=640px){.order-wizard-page{background:var(--surface-card);padding:0}.order-wizard-page__top{padding:var(--space-4) var(--space-5) 0;margin-bottom:0}.order-wizard-page__inner{min-height:calc(100vh - 52px);box-shadow:none;padding:var(--space-4) var(--space-5) calc(var(--space-5) + env(safe-area-inset-bottom,0px));border-radius:0}.order-wizard-page__footer{background:var(--surface-card);padding-top:var(--space-4);margin-top:var(--space-6);position:sticky;bottom:0}}.home-shell--loading .home-shell__main{padding:0 0 48px}.home-shell__hero-skeleton{max-width:var(--content-max,1120px);margin:0 auto;padding:48px 24px 32px}.home-shell__block{border-radius:var(--radius-md);background:linear-gradient(90deg, color-mix(in srgb, var(--surface-card) 92%, var(--neutral-300)) 0%, color-mix(in srgb, var(--surface-card) 70%, var(--neutral-200)) 50%, color-mix(in srgb, var(--surface-card) 92%, var(--neutral-300)) 100%);background-size:200% 100%;animation:1.15s ease-in-out infinite home-shell-shimmer}.home-shell__block--eyebrow{width:220px;height:14px;margin-bottom:18px}.home-shell__block--title{width:min(720px,100%);height:42px;margin-bottom:14px}.home-shell__block--title.short{width:min(520px,88%);height:42px}.home-shell__block--lead{width:min(640px,100%);height:16px;margin-bottom:10px}.home-shell__block--lead.short{width:min(480px,78%)}.home-shell__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.home-shell__block--btn{border-radius:var(--radius-full);width:220px;height:48px}.home-shell__block--btn.ghost{opacity:.72;width:240px}.home-shell__marquee-skeleton{background:color-mix(in srgb, var(--sage-900) 88%, black);opacity:.35;height:52px}.home-shell__section-skeleton{max-width:var(--content-max,1120px);margin:0 auto;padding:56px 24px}.home-shell__block--section-title{width:min(420px,100%);height:28px;margin-bottom:24px}.home-shell__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-shell__block--card{min-height:160px}.home-shell__content{animation:.28s home-shell-fade-in}@keyframes home-shell-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes home-shell-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.home-shell__grid{grid-template-columns:1fr}.home-shell__block--title,.home-shell__block--title.short{height:34px}}
