:root {
  --black: #050505;
  --ink: #10100f;
  --charcoal: #242321;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #fac80f;
  --dark-gold: #b88d00;
  --sand: #f5efe0;
  --muted: #b7b0a3;
  --white: #fffaf0;
  --ok: #46d083;
  --danger: #ff704d;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-language-loading="true"] body {
  visibility: hidden;
}

[hidden] { display: none !important; }

/* Commerce and lodge detail quality pass. */
.eco-detail-gallery-1 { display: block; }
.eco-detail-gallery-1 .eco-detail-photo { width: 100%; height: 100%; }
.eco-gallery-trust-note { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: min(320px, calc(100% - 36px)); display: grid; gap: 4px; margin: 0; padding: 12px 14px; border-left: 3px solid var(--gold); background: rgba(9,10,7,.9); color: #e8e6dd; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.eco-gallery-trust-note strong { color: var(--white); font-size: .76rem; }
.eco-gallery-trust-note span { color: #c5c8bf; font-size: .68rem; line-height: 1.45; }

html[data-theme="day"] :is(.shop-section,.product-page,.product-page-card,.product-page-gallery,.product-page-recs,.recommend-product,.buy-box,.filters,.filter-group,.eco-modal-panel,.eco-detail,.eco-detail-copy,.eco-detail-facts>div,.eco-rating-note){background:#fff;color:var(--day-body);border-color:var(--day-border)}
html[data-theme="day"] :is(.product-page-main h1,.product-page-main h2,.product-page-main h3,.product-body h3,.product-body h3 a,.product-price-row,.product-price-row strong,.buy-box strong,.product-page-recs h2,.recommend-product h3,.eco-detail-copy h2,.eco-detail-copy h3,.eco-detail-facts strong){color:var(--day-ink)}
html[data-theme="day"] :is(.product-page-main p,.buy-box p,.buy-box small,.recommend-product p,.eco-detail-copy p,.eco-detail-facts small){color:var(--day-muted)}
html[data-theme="day"] :is(.product-thumb-row span,.buy-box,.eco-rating-note){background:#fffbea}
html[data-theme="day"] .eco-modal-close{background:#fff;color:#725a00}
html[data-theme="day"] .eco-detail-gallery{background:#e9eee8}
html[data-theme="day"] .eco-detail-photo{background:#e3e9e1}
html[data-theme="day"] .eco-detail-photo.image-unavailable::after{color:#536057}
html[data-theme="day"] .eco-gallery-trust-note{background:rgba(255,255,255,.94);color:var(--day-body);border-color:#a78600}
html[data-theme="day"] .eco-gallery-trust-note strong{color:var(--day-ink)}
html[data-theme="day"] .eco-gallery-trust-note span{color:var(--day-muted)}

@media (max-width: 640px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 8px; }
  .product { height: auto; min-height: 270px; border-radius: 6px; }
  .product-visual { height: 128px; flex-basis: 128px; }
  .product-card-actions { top: 108px; right: 7px; }
  .product-body { padding: 8px; }
  .product-body h3 { margin-top: 5px; min-height: 2.55em; font-size: .78rem; }
  .product-price-row strong { font-size: 1.05rem; }
  .product-price-row small,.product-description,.pack-priority,.brand-deal { display: none; }
  .deal-row { min-height: 18px; }
  .deal-row strong { display: none; }
  .rating { gap: 4px; font-size: .64rem; }
  .rating .stars { letter-spacing: -1px; }
  .delivery-badge { margin-top: auto; padding-top: 4px; }
}

/* Membership page: stronger card separation and accessible control contrast. */
.page-membership .membership-page-section { background: linear-gradient(180deg, #0d110d 0%, #080b08 100%); }
.page-membership .membership-page-intro > div:first-child > p,
.page-membership .membership-page-toolbar > span,
.page-membership .membership-fine-print { color: #d1cec4; }
.page-membership .membership-page-plan-grid .membership-plan-card { border-color: rgba(255,255,255,.2); background: #121712; box-shadow: 0 16px 36px rgba(0,0,0,.24); }
.page-membership .membership-page-plan-grid .membership-plan-card.is-featured { border-color: rgba(250,200,15,.9); box-shadow: inset 0 4px 0 var(--gold), 0 18px 42px rgba(0,0,0,.3); }
.page-membership .membership-page-plan-grid .membership-plan-card.is-current { border-color: #7ee2ac; box-shadow: inset 0 4px 0 #7ee2ac, 0 18px 42px rgba(0,0,0,.3); }
.page-membership .membership-feature-list { border-top-color: rgba(255,255,255,.2); }
.page-membership .membership-feature-list > div { border-bottom-color: rgba(255,255,255,.14); }
.page-membership .membership-feature-list span,
.page-membership .membership-plan-head p span { color: #d5d1c7; }
.page-membership .membership-billing { padding: 4px; border: 1px solid rgba(250,200,15,.58); border-radius: 9px; background: #050705; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.page-membership .membership-billing button { min-height: 40px; padding: 8px 16px; border: 1px solid transparent; border-radius: 6px; color: #f4f1e8; font-weight: 750; transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease; }
.page-membership .membership-billing button:not(.is-active):hover { border-color: rgba(250,200,15,.55); background: rgba(250,200,15,.13); color: var(--gold); transform: translateY(-1px); }
.page-membership .membership-billing button.is-active { border-color: #ffe375; background: var(--gold); color: #090a07; box-shadow: 0 5px 16px rgba(250,200,15,.22); }
.page-membership .membership-billing button.is-active small { color: #090a07; font-weight: 850; }
.page-membership .membership-billing button:focus-visible,
.page-membership .membership-plan-action:focus-visible,
.page-membership .membership-page-current button:focus-visible,
.page-membership .membership-compare-head a:focus-visible { outline: 3px solid #fff2a5; outline-offset: 3px; }
.page-membership .membership-plan-action { min-height: 46px; padding: 10px 16px; border: 2px solid var(--gold); border-radius: 9px; background: var(--gold); color: #080a07; font-size: .78rem; font-weight: 850; box-shadow: 0 8px 22px rgba(250,200,15,.2); justify-content: center; letter-spacing: .01em; }
.page-membership .membership-plan-action:not(:disabled):hover { border-color: #fff0a0; background: #ffe15a; color: #050604; box-shadow: 0 12px 28px rgba(250,200,15,.3); transform: translateY(-2px); }
.page-membership .membership-plan-action:disabled { border: 1px solid #70796e; background: #2b322a; color: #f1eee6; box-shadow: none; opacity: 1; }
.page-membership .membership-page-current button { min-height: 40px; padding: 8px 13px; border: 1px solid var(--gold); background: var(--gold); color: #0a0c08; font-size: .72rem; font-weight: 800; }
.page-membership .membership-page-current button:hover { background: #ffe15a; color: #050604; }
.page-membership .membership-compare-head a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid rgba(250,200,15,.7); border-radius: 7px; background: rgba(250,200,15,.09); color: #ffe36c; font-weight: 750; }
.page-membership .membership-compare-head a:hover { background: var(--gold); color: #090a07; }

html[data-theme="day"] .page-membership .membership-page-section { background: linear-gradient(180deg, #eef2ec, #fff); }
html[data-theme="day"] .page-membership .membership-page-intro h2,
html[data-theme="day"] .page-membership .membership-compare-head h2 { color: #101d16; }
html[data-theme="day"] .page-membership .membership-page-plan-grid .membership-plan-card { border: 1px solid #657269; background: #fff; box-shadow: 0 14px 30px rgba(20,36,27,.14); }
html[data-theme="day"] .page-membership .membership-page-plan-grid .membership-plan-card.is-featured { border: 2px solid #7a5d00; box-shadow: inset 0 4px 0 #b98c00, 0 16px 34px rgba(70,54,0,.16); }
html[data-theme="day"] .page-membership .membership-page-plan-grid .membership-plan-card.is-current { border: 2px solid #1d7048; box-shadow: inset 0 4px 0 #1d7048, 0 16px 34px rgba(24,90,58,.15); }
html[data-theme="day"] .page-membership .membership-page-intro > div:first-child > p,
html[data-theme="day"] .page-membership .membership-page-toolbar > span,
html[data-theme="day"] .page-membership .membership-fine-print,
html[data-theme="day"] .page-membership .membership-feature-list span,
html[data-theme="day"] .page-membership .membership-plan-head p span { color: #3c4b43; }
html[data-theme="day"] .page-membership .membership-page-toolbar { border-top-color: #7d8981; }
html[data-theme="day"] .page-membership .membership-feature-list { border-top-color: #87928a; }
html[data-theme="day"] .page-membership .membership-feature-list > div { border-bottom-color: #aeb7b0; }
html[data-theme="day"] .page-membership .membership-plan-head > span,
html[data-theme="day"] .page-membership .membership-plan-head small { color: #6d5200; font-weight: 800; }
html[data-theme="day"] .page-membership .membership-billing { border: 2px solid #5e4800; background: #e7ece6; box-shadow: 0 5px 14px rgba(30,43,35,.12); }
html[data-theme="day"] .page-membership .membership-billing button { border-color: #758078; color: #15231b; background: #fff; }
html[data-theme="day"] .page-membership .membership-billing button.is-active { border-color: #5e4800; background: #f2c318; color: #090d0a; box-shadow: 0 4px 12px rgba(84,64,0,.2); }
html[data-theme="day"] .page-membership .membership-billing button:not(.is-active):hover { border-color: #5e4800; color: #3f3000; background: #fff1a8; }
html[data-theme="day"] .page-membership .membership-plan-action { border-color: #5e4800; background: #f2c318; color: #090d0a; box-shadow: 0 7px 18px rgba(84,64,0,.19); }
html[data-theme="day"] .page-membership .membership-plan-action:not(:disabled):hover { border-color: #3e3000; background: #ffd84a; color: #060806; }
html[data-theme="day"] .page-membership .membership-plan-action:disabled { border-color: #4f5a52; background: #5f6b62; color: #fff; }
html[data-theme="day"] .page-membership .membership-page-current { border: 1px solid #8d720d; border-left: 4px solid #8d720d; background: #fff8d7; }
html[data-theme="day"] .page-membership .membership-page-current > strong { color: #101d16; }
html[data-theme="day"] .page-membership .membership-page-current > span { color: #3f4c44; }
html[data-theme="day"] .page-membership .membership-page-current > p { color: #17633f; font-weight: 700; }
html[data-theme="day"] .page-membership .membership-page-current button { border-color: #5e4800; background: #f2c318; color: #090d0a; }
html[data-theme="day"] .page-membership .membership-compare-head a { border-color: #5e4800; background: #f2c318; color: #090d0a; }
html[data-theme="day"] .page-membership .membership-compare-head a:hover { border-color: #3e3000; background: #ffd84a; color: #060806; }
html[data-theme="day"] .page-membership .membership-compare-section { border-top-color: #78857c; background: #f2f5f0; }
html[data-theme="day"] .page-membership .membership-compare-wrap { border-top-color: #806100; background: #fff; }
html[data-theme="day"] .page-membership .membership-compare-table thead th { background: #21332a; color: #fff; }
html[data-theme="day"] .page-membership .membership-compare-table tbody th { color: #3e3000; }
html[data-theme="day"] .page-membership .membership-compare-table td { color: #354239; }
html[data-theme="day"] .page-membership .membership-compare-table :is(th,td) { border-bottom-color: #aab4ac; }
html[data-theme="day"] .page-membership .membership-compare-table :is(th,td):last-child { background: #fff7d2; }

/* Unified close control: drawn strokes stay centered independently of the active font. */
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button){position:relative;display:inline-grid;place-items:center;flex:0 0 38px;width:38px;height:38px;min-width:38px;min-height:38px;padding:0;overflow:hidden;border:1px solid rgba(250,200,15,.5);border-radius:12px;background:linear-gradient(145deg,rgba(250,200,15,.13),rgba(255,255,255,.025));color:transparent;font-size:0;line-height:0;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.07),0 8px 22px rgba(0,0,0,.22);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::before,:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::after{content:"";position:absolute;left:50%;top:50%;width:15px;height:2px;border-radius:2px;background:var(--gold);transform-origin:center;transition:background-color .16s ease,transform .18s ease}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::before{transform:translate(-50%,-50%) rotate(45deg)}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::after{transform:translate(-50%,-50%) rotate(-45deg)}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button):hover{border-color:var(--gold);background:var(--gold);box-shadow:0 10px 26px rgba(250,200,15,.2);transform:translateY(-1px)}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button):hover::before{background:#12120d;transform:translate(-50%,-50%) rotate(135deg)}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button):hover::after{background:#12120d;transform:translate(-50%,-50%) rotate(45deg)}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button):focus-visible{outline:3px solid rgba(250,200,15,.28);outline-offset:3px}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button):active{transform:translateY(0) scale(.94)}
html[data-theme="day"] :is(.eco-modal-close,.auth-close,.story-dialog-close,.planner-plans-panel>header>button,.management-zone-head>button){border-color:rgba(114,90,0,.35);background:linear-gradient(145deg,rgba(250,200,15,.2),rgba(255,255,255,.8));box-shadow:0 8px 20px rgba(75,58,0,.1)}

/* Keep every popup close action small and anchored to the upper-right corner. */
:is(.eco-modal-panel,.auth-panel,.account-panel,.membership-benefits-panel,.planner-plans-panel,.story-dialog-panel,.product-panel,[data-management-zone],.adventure-access-notice>section){position:relative}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button){position:absolute!important;z-index:5;top:11px!important;right:11px!important;flex-basis:32px;width:32px;height:32px;min-width:32px;min-height:32px;border-radius:10px}
:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::before,:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button)::after{width:12px;height:1.5px}
:is(.auth-panel-head,.account-panel-head,.membership-benefits-panel,.planner-plans-panel>header,.story-dialog-head,.management-zone-head){position:relative;padding-right:54px}
@media(max-width:600px){:is(.eco-modal-close,.auth-close,.story-dialog-close,.product-close,.planner-plans-panel>header>button,.management-zone-head>button){top:8px!important;right:8px!important;width:30px;height:30px;min-width:30px;min-height:30px}}

/* My Account: requests and compact appearance settings share the right workspace. */
.account-page-profile .account-form > div.account-request-column{grid-column:2;grid-row:1 / span 20;position:sticky;top:18px;display:grid;gap:16px;min-width:0;max-height:none;padding-left:30px;border-left:1px solid rgba(250,200,15,.28);overflow:visible}
.account-page-profile .account-request-column .account-activity-section{grid-column:auto;grid-row:auto;position:static;max-height:none;margin:0;padding:4px 0;border:0;background:transparent;overflow:visible}
.account-page-profile .account-request-column .account-theme-section{grid-column:auto;min-width:0;margin:0;padding:14px;border:1px solid rgba(250,200,15,.3);border-radius:10px;background:linear-gradient(135deg,rgba(250,200,15,.075),rgba(255,255,255,.018));box-shadow:0 12px 26px rgba(0,0,0,.12)}
.account-page-profile .account-theme-section .account-section-head{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;margin-bottom:11px}
.account-page-profile .account-theme-section .account-section-head>div{display:grid;gap:2px}
.account-page-profile .account-theme-section .account-section-head h3{margin:0;font-size:.88rem}
.account-page-profile .account-theme-section .account-section-head p{margin:0;font-size:.65rem;line-height:1.35}
.account-page-profile .theme-settings-icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(250,200,15,.4);border-radius:8px;background:#11140f;color:var(--gold);font-size:1rem}
.account-page-profile .account-theme-section .member-benefit{align-self:center;font-size:.55rem}
.account-page-profile .account-theme-section .theme-choice-grid{min-width:0;gap:8px}
.account-page-profile .account-theme-section .theme-choice{grid-template-columns:46px minmax(0,1fr);gap:8px;min-height:58px;padding:8px}
.account-page-profile .account-theme-section .theme-choice-preview{width:46px;height:32px}
.account-page-profile .account-theme-section .theme-choice-preview::before{height:6px}
.account-page-profile .account-theme-section .theme-choice-preview i{top:11px;width:9px;height:14px}
.account-page-profile .account-theme-section .theme-choice-preview i:nth-child(1){left:5px}.account-page-profile .account-theme-section .theme-choice-preview i:nth-child(2){left:18px}.account-page-profile .account-theme-section .theme-choice-preview i:nth-child(3){left:31px}
.account-page-profile .account-theme-section .theme-choice strong{font-size:.7rem}.account-page-profile .account-theme-section .theme-choice small{font-size:.57rem}
.account-page-profile .account-theme-section .theme-access-note{margin:8px 2px 0;font-size:.58rem}
.account-page-profile .theme-mode-save-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}.account-page-profile .theme-mode-save-row .theme-access-note{margin:0}.account-page-profile .theme-mode-save-row button{flex:0 0 auto;min-height:30px;padding:5px 10px;border:1px solid rgba(250,200,15,.55);border-radius:7px;background:var(--gold);color:#11140f;font:inherit;font-size:.59rem;font-weight:850;cursor:pointer}.account-page-profile .theme-mode-save-row button:hover{background:#ffe05a}.account-page-profile .theme-mode-save-row button:focus-visible{outline:3px solid rgba(250,200,15,.27);outline-offset:2px}.account-page-profile .theme-mode-save-row button:disabled{cursor:wait;opacity:.7}
.account-page-profile .account-updated-note{display:inline-flex;width:auto;height:auto;min-width:max-content;min-height:0;align-items:center;gap:4px;margin-left:auto;padding:3px 6px;border:1px solid rgba(119,207,156,.32);border-radius:5px;background:rgba(119,207,156,.075);color:#8ad8aa;font-size:.5rem;font-weight:750;letter-spacing:.01em;white-space:nowrap}.account-page-profile .account-updated-note i{font-size:.52rem;font-style:normal}
.account-page-profile .account-activity-section .account-section-head{display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}
.account-page-profile .account-activity-section .account-section-head>div{min-width:0}.account-page-profile .account-activity-section .account-section-head p{overflow-wrap:anywhere}
.account-page-profile .account-activity-section .account-updated-note{max-width:100%;margin-left:0;justify-self:end;box-sizing:border-box}
html[data-theme="day"] .account-page-profile .account-request-column .account-theme-section{background:linear-gradient(135deg,#fff7d6,#fff);border-color:rgba(167,134,0,.34);box-shadow:0 12px 26px rgba(25,45,32,.06)}
html[data-theme="day"] .account-page-profile .theme-settings-icon{background:#fff;color:#725a00;border-color:#a78600}
html[data-theme="day"] .account-page-profile .account-updated-note{border-color:#4b8262;background:#edf7f0;color:#245d3d}

@media(max-width:1100px){.account-page-profile .account-form>div.account-request-column{grid-column:1;grid-row:auto;position:static;max-height:none;margin:0 -24px 16px;padding:20px 24px;border-top:1px solid rgba(250,200,15,.28);border-left:0;overflow:visible}.account-page-profile .account-request-column .account-activity-section{margin:0;padding:0}}
@media(max-width:640px){.account-page-profile .account-theme-section .theme-choice-grid{grid-template-columns:1fr}.account-page-profile .account-theme-section .account-section-head{grid-template-columns:34px minmax(0,1fr)}.account-page-profile .account-theme-section .member-benefit{grid-column:2;justify-self:start;margin-left:0}.account-page-profile .theme-mode-save-row{align-items:stretch;flex-direction:column}.account-page-profile .theme-mode-save-row button{width:100%}.account-page-profile .account-activity-section .account-section-head{grid-template-columns:31px minmax(0,1fr)}.account-page-profile .account-updated-note{grid-column:2;justify-self:start;margin-left:0}}

/* Day Mode resolution: FAQs, legal terms, and the complete Planner workflow. */
html[data-theme="day"] :is(.faq-index,.faq-intro,.faq-group details,.faq-contact,.terms-index,.terms-content section){border-color:var(--day-border);color:var(--day-body)}
html[data-theme="day"] :is(.faq-index,.faq-group details,.terms-index){background:#fff;box-shadow:0 10px 26px rgba(25,45,32,.045)}
html[data-theme="day"] .faq-intro{background:linear-gradient(90deg,#fff8d8,#fff);color:var(--day-body)}
html[data-theme="day"] .faq-group details[open]{border-color:rgba(167,134,0,.48);background:#fffbea}
html[data-theme="day"] :is(.faq-index a,.faq-group summary,.faq-group header h2,.faq-intro h2,.faq-contact h2,.terms-index strong,.terms-content h2){color:var(--day-ink)}
html[data-theme="day"] :is(.faq-intro p,.faq-group details p,.faq-contact p,.terms-content>.lead,.terms-content p,.terms-index a){color:var(--day-muted)}
html[data-theme="day"] .faq-group details>div{border-top-color:var(--day-border)}
html[data-theme="day"] .faq-index a:hover{background:#fff6ca;color:#725a00}
html[data-theme="day"] .faq-contact{background:linear-gradient(135deg,#fff7cf,#fff);box-shadow:0 12px 28px rgba(25,45,32,.06)}
html[data-theme="day"] .terms-content section{border-bottom-color:var(--day-border)}
html[data-theme="day"] :is(.terms-content a,.terms-content section>span,.faq-index strong,.faq-intro span,.faq-group header small,.faq-contact span){color:#725a00}

html[data-theme="day"] .page-planner .planner-form{background:#fff;box-shadow:inset 3px 0 0 rgba(167,134,0,.8),0 16px 34px rgba(25,45,32,.08)}
html[data-theme="day"] .page-planner :is(.planner-form-intro,.planner-actions-primary){background:#f4f7f2;border-color:var(--day-border)}
html[data-theme="day"] .page-planner .planner-form-intro h2{color:var(--day-ink)}
html[data-theme="day"] .page-planner :is(.planner-form-step,.planner-preferences,.planner-preference-body){background:#fff;border-color:var(--day-border)}
html[data-theme="day"] .page-planner .planner-form-step-featured{background:#fbfcf9;box-shadow:inset 3px 0 0 rgba(167,134,0,.32)}
html[data-theme="day"] .page-planner :is(.planner-form label,.planner-form-section-label,.planner-preferences summary,.planner-save-state){color:var(--day-body)}
html[data-theme="day"] .page-planner :is(.planner-form-section-label small,.planner-preference-summary,.planner-route-points-note,.planner-road-note){color:var(--day-muted)}
html[data-theme="day"] .page-planner :is(.planner-form .input,.planner-form .select,.route-schedule-controls select,.route-schedule-controls input){background-color:#fff;color:var(--day-ink);border-color:rgba(20,34,24,.24);color-scheme:light;box-shadow:none}
html[data-theme="day"] .page-planner :is(.planner-form .input,.planner-form .select):focus{background:#fff;border-color:#a78600;box-shadow:0 0 0 3px rgba(167,134,0,.13)}
html[data-theme="day"] .page-planner :is(.planner-gear-match,.planner-merge,.planner-tip,.planner-road-note){background:#f3f7f1;border-color:rgba(88,112,72,.32);color:var(--day-body)}
html[data-theme="day"] .page-planner :is(.planner-gear-match strong,.planner-tip p,.planner-route-advisory b){color:var(--day-ink)}
html[data-theme="day"] .page-planner :is(.planner-route,.planner-result,.planner-day-card,.planner-empty-preview,.planner-plans-panel){background:#fff;color:var(--day-body);border-color:var(--day-border)}
html[data-theme="day"] .page-planner :is(.route-head h3,.empty-route h3,.planner-empty-preview h3,.planner-days strong,.planner-day-card h3,.planner-price-note b,.planner-route-endpoints strong,.route-stop-review b,.itinerary-entry time,.planner-conditions>header strong,.planner-condition-list strong,.condition-alternatives>b){color:var(--day-ink)}
html[data-theme="day"] .page-planner :is(.planner-route-endpoints,.route-list li,.planner-stats span,.planner-day-card>header,.planner-day-card>footer,.route-stop-review span,.planner-plan-slot,.planner-current-save>div){background:#f7f9f5;border-color:var(--day-border);color:var(--day-body)}
html[data-theme="day"] .page-planner :is(.route-list span,.route-list p,.planner-price-note,.planner-empty-preview p,.itinerary-entry p,.itinerary-entry time span,.planner-day-card>header div>span,.planner-day-card>footer,.planner-condition-list p){color:var(--day-muted)}
html[data-theme="day"] .page-planner .planner-days .planner-day-card{background:#fff;border-color:rgba(167,134,0,.3);box-shadow:0 10px 24px rgba(25,45,32,.05)}
html[data-theme="day"] .page-planner :is(.itinerary-timeline,.planner-condition-list,.planner-condition-list article){border-color:var(--day-border)}
html[data-theme="day"] .page-planner :is(.itinerary-visual,.itinerary-node,.planner-empty-route-art span){background:#fff;border-color:#a78600}
html[data-theme="day"] .page-planner .planner-photo-rail{background:#eef2ec;border-color:var(--day-border)}
html[data-theme="day"] .page-planner :is(.planner-photo-rail-head strong,.planner-stop-photo figcaption small){color:var(--day-muted)}
html[data-theme="day"] .page-planner .planner-stop-photo figcaption strong{color:var(--day-ink)}
html[data-theme="day"] .page-planner .planner-stop-photo{border-bottom-color:var(--day-border)}
html[data-theme="day"] .page-planner .planner-conditions{background:#edf7f1;border-color:#76a58f;color:var(--day-body)}
html[data-theme="day"] .page-planner .planner-conditions.has-actions{background:#fff8d8;border-color:#b79a2b}
html[data-theme="day"] .page-planner .planner-conditions>p{color:#3f594d}
html[data-theme="day"] .page-planner .planner-condition-list article>span{color:#356d56}
html[data-theme="day"] .page-planner .condition-alternatives button{background:#fff;color:#725a00;border-color:rgba(167,134,0,.4)}
html[data-theme="day"] .page-planner :is(.planner-plans-panel>header,.planner-plan-slot.is-empty){background:#f4f7f2;border-color:var(--day-border)}
html[data-theme="day"] .page-planner :is(.planner-plans-panel h2,.planner-plan-slot strong,.planner-current-save strong){color:var(--day-ink)}
html[data-theme="day"] .page-planner :is(.planner-plans-panel header p,.planner-plan-slot>div>span,.planner-current-save small,.planner-plan-policy){color:var(--day-muted)}

@media (min-width:981px){html[data-theme="day"] .page-planner .planner-form-intro{background:rgba(244,247,242,.97)}html[data-theme="day"] .page-planner .planner-form::-webkit-scrollbar-track{background:#e5ebe2}html[data-theme="day"] .page-planner .planner-form::-webkit-scrollbar-thumb{border-color:#f4f7f2}}

/* Website modes available to every account */
.account-theme-section .account-section-head {
  align-items: center;
}

.member-benefit {
  margin-left: auto;
  padding: 5px 8px;
  border: 1px solid rgba(250, 200, 15, 0.42);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 650;
}

.theme-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.theme-choice {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.theme-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(250, 200, 15, 0.56);
}

.theme-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.theme-choice:has(input:focus-visible) {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.theme-choice:has(input:checked) {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(250, 200, 15, 0.2);
}

.theme-choice-preview {
  position: relative;
  width: 78px;
  height: 49px;
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, 0.38);
  border-radius: 4px;
  background: #0d100d;
}

.theme-choice-preview::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: #050505;
  border-bottom: 1px solid rgba(250, 200, 15, 0.35);
}

.theme-choice-preview i {
  position: absolute;
  top: 16px;
  width: 17px;
  height: 23px;
  border: 1px solid rgba(250, 200, 15, 0.42);
  background: #181b16;
}

.theme-choice-preview i:nth-child(1) { left: 7px; }
.theme-choice-preview i:nth-child(2) { left: 30px; }
.theme-choice-preview i:nth-child(3) { left: 53px; }
.theme-preview-day { background: #eef2ea; }
.theme-preview-day::before { background: #172019; }
.theme-preview-day i { border-color: #bca00a; background: #fff; }
.theme-choice > span:last-child { min-width: 0; display: grid; gap: 3px; }
.theme-choice strong { color: var(--white); font-size: 0.76rem; font-weight: 620; }
.theme-choice small { color: var(--muted); font-size: 0.63rem; line-height: 1.35; }

.account-theme-section.is-locked .theme-choice {
  cursor: not-allowed;
  opacity: 0.58;
}

.account-theme-section.is-locked .theme-choice:hover {
  transform: none;
  border-color: var(--line);
}

.theme-access-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
}

html[data-theme="day"] {
  --black: #f2f5ef;
  --ink: #ffffff;
  --charcoal: #dce3da;
  --line: rgba(20, 34, 24, 0.16);
  --sand: #182019;
  --muted: #626d64;
  --white: #151d17;
  color-scheme: light;
}

html[data-theme="day"] body {
  background: #f2f5ef;
  color: #182019;
}

html[data-theme="day"] main {
  background: #f2f5ef;
}

html[data-theme="day"] .site-header,
html[data-theme="day"] .footer {
  --line: rgba(255, 255, 255, 0.13);
  --muted: #b7b0a3;
  --white: #fffaf0;
  color: #fffaf0;
  background-color: rgba(5, 5, 5, 0.94);
}

html[data-theme="day"] .page-hero,
html[data-theme="day"] .hero {
  --white: #fffaf0;
  --muted: #d1c9b9;
  color: #fffaf0;
}

html[data-theme="day"] :is(
  .card,
  .event,
  .eco-lodge-card,
  .planner-form,
  .planner-result,
  .planner-route,
  .planner-day-card,
  .planner-conditions,
  .shop-sidebar,
  .product,
  .product-page-card,
  .cart-item,
  .wishlist-panel,
  .wishlist-item,
  .story-card,
  .story-filter-bar,
  .contact-card,
  .account-panel,
  .auth-panel,
  .eco-modal-panel,
  .planner-plans-panel,
  .story-dialog
) {
  background-color: #ffffff;
  border-color: rgba(20, 34, 24, 0.16);
  color: #182019;
  box-shadow: 0 12px 30px rgba(30, 45, 34, 0.07);
}

html[data-theme="day"] :is(.account-panel-head, .account-actions, .auth-panel-head, .auth-tabs) {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(20, 34, 24, 0.12);
}

html[data-theme="day"] :is(.account-section, .account-more, .lodge-filters, .ai-lodge-assist, .planner-form-step, .planner-preferences) {
  background-color: #f7f9f5;
  border-color: rgba(20, 34, 24, 0.13);
}

html[data-theme="day"] :is(.input, .select, input, select, textarea) {
  color: #182019;
}

html[data-theme="day"] :is(.input, .select, .account-field .input, .planner-form .input, .planner-form .select) {
  background-color: #ffffff;
  border-color: rgba(20, 34, 24, 0.2);
}

html[data-theme="day"] :is(
  .section-head h2,
  .card h3,
  .eco-lodge-title,
  .planner-form h2,
  .planner-days strong,
  .story-card h3,
  .product h3,
  .account-panel h2,
  .account-panel h3,
  .auth-panel h2,
  .theme-choice strong
) {
  color: #151d17;
}

html[data-theme="day"] :is(.eco-lodge-copy p, .card p, .card li, .account-panel p, .story-card p, .product-description) {
  color: #626d64;
}

html[data-theme="day"] .theme-choice {
  background: #ffffff;
}

html[data-theme="day"] .profile-photo {
  background-color: #e7ede5;
}

html[data-theme="day"] :is(.account-field, .profile-choice-group legend, .account-more summary b) {
  color: #354139;
}

html[data-theme="day"] .profile-choice span {
  border-color: rgba(20, 34, 24, 0.16);
  background: #ffffff;
  color: #49564d;
}

html[data-theme="day"] .profile-choice input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
  color: #111711;
}

/* Day Mode quality layer: consistent readable surfaces across every service */
html[data-theme="day"] { --day-ink:#142019; --day-body:#344139; --day-muted:#5b685f; --day-surface:#fff; --day-soft:#f5f8f3; --day-border:rgba(20,34,24,.17); }
html[data-theme="day"] :is(.section,.account-page-section,.shop-section,.planner-section,.community-section,.cart-section,.contact-section){color:var(--day-body)}
html[data-theme="day"] :is(.section-head h1,.section-head h2,.section-head h3,.account-section h3,.account-request-card>strong,.product-page-copy h1,.cart-summary h2,.planner-result h2,.planner-day-card h3,.story-dialog h2,.contact-card h3,.faq-section summary){color:var(--day-ink)}
html[data-theme="day"] :is(.section-head p,.account-section p,.account-request-card p,.account-request-card small,.planner-result p,.planner-day-card p,.product-page-copy p,.cart-summary p,.story-dialog p,.contact-card p){color:var(--day-muted)}
html[data-theme="day"] :is(.booking-mode,.shop-toolbar,.planner-toolbar,.planner-review,.planner-alert,.plan-review,.gear-detail-panel,.cart-summary,.account-request-card,.account-payment-box,.account-request-guidance,.support-card,.faq-section details,.community-form,.community-empty,.eco-detail-section,.eco-detail-panel,.product-gallery,.order-card){background:var(--day-surface);border-color:var(--day-border);color:var(--day-body);box-shadow:0 12px 28px rgba(25,45,32,.06)}
html[data-theme="day"] :is(.tag,.filter-chip,.status-chip,.reservation-stage,.ticket-state,.member-benefit,.account-private-badge,.guide-only-badge){border-color:rgba(20,34,24,.2)}
html[data-theme="day"] :is(a.details-link,.eco-lodge-title,.product-title-link,.account-request-card a,.planner-result a){color:#48620a}
html[data-theme="day"] :is(.btn,.primary-action,.booking-mode-tab.is-active){color:#12170d}
html[data-theme="day"] :is(input,select,textarea,.input,.select)::placeholder{color:#78837b;opacity:1}
html[data-theme="day"] :is(input,select,textarea,.input,.select):focus{border-color:#a78600;box-shadow:0 0 0 3px rgba(188,160,10,.14);outline:0}
html[data-theme="day"] :is(.eco-modal-backdrop,.auth-backdrop,.account-backdrop,.story-dialog-backdrop){background:rgba(10,18,12,.54)}
html[data-theme="day"] :is(.account-request-card blockquote,.support-message.is-user>div,.planner-note,.availability-note){background:#eef3eb;border-color:var(--day-border);color:var(--day-body)}
html[data-theme="day"] .theme-choice:has(input:checked){background:#fffbea;border-color:#a78600;box-shadow:inset 0 0 0 1px rgba(167,134,0,.2)}
html[data-theme="day"] .account-safety-section{background:linear-gradient(145deg,#fff7f2,#fff)}
html[data-theme="day"] .account-certification-section{background:linear-gradient(145deg,#fffbea,#fff)}
html[data-theme="day"] .profile-photo-action{color:#425607;background:#fffbea;border-color:#a78600}
html[data-theme="day"] :is(.account-request-grid>section,.account-request-list,.account-request-empty){background:var(--day-surface);color:var(--day-muted);border-color:var(--day-border)}
html[data-theme="day"] .account-request-grid>section>header :is(span,h4,strong){color:var(--day-ink)}
html[data-theme="day"] .band .section-head h2,html[data-theme="day"] .band .explore-card h3{color:#fffaf0}
html[data-theme="day"] .band .explore-card p{color:#c9c4b8}
html[data-theme="day"] .planner-form-intro h2{color:#fffaf0}
html[data-theme="day"] .planner-form-step :is(label,.planner-form-section-label){color:var(--day-body)}
html[data-theme="day"] .planner-form-step .planner-form-section-label small{color:var(--day-muted)}
html[data-theme="day"] .mandatory-gear-panel{background:var(--day-surface);border-color:var(--day-border);color:var(--day-body)}
html[data-theme="day"] .mandatory-gear-panel :is(h3,strong,a){color:var(--day-ink)}
html[data-theme="day"] .mandatory-gear-panel label{background:#f4f7f2;border-color:var(--day-border);color:var(--day-body)}
html[data-theme="day"] .story-score strong{color:var(--day-ink)}
html[data-theme="day"] .story-actions button{color:var(--day-ink);background:#fffbea}
html[data-theme="day"] .story-actions strong{color:#725a00}
html[data-theme="day"] *{scrollbar-color:#b8a134 #e6ebe3}

@media (max-width: 680px) {
  .theme-choice-grid { grid-template-columns: 1fr; }
}

/* Adventures and eco-lodge booking workspace */
.page-adventures .page-hero + .section { padding-top: 38px; }

.booking-mode {
  width: fit-content;
  max-width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(190px, 260px));
  gap: 5px;
  margin: -8px 0 28px;
  padding: 5px;
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(250, 200, 15, 0.07), rgba(17, 18, 15, 0.96));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

html[data-explore-mode="adventures"] [data-booking-panel="lodges"],
html[data-explore-mode="lodges"] [data-booking-panel="adventures"] {
  display: none !important;
}

.booking-mode-tab {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--white);
  text-align: left;
  cursor: pointer;
}

.booking-mode-tab > span {
  grid-row: 1 / span 2;
  align-self: center;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.booking-mode-tab strong { font-size: .88rem; letter-spacing: .01em; }
.booking-mode-tab small { margin-top: 2px; color: var(--muted); font-size: .66rem; }
.booking-mode-tab:hover { border-color: rgba(250, 200, 15, 0.45); }
.booking-mode-tab.active { background: var(--gold); color: #080805; border-color: var(--gold); }
.booking-mode-tab.active small { color: rgba(8, 8, 5, 0.72); }
.booking-panel[hidden] { display: none; }

.booking-panel-head,
.guide-inbox-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.booking-panel-head h2,
.guide-inbox-head h3 { margin: 4px 0 0; }
.booking-panel-head > span,
.guide-inbox-head > span { color: var(--gold); font-weight: 800; }

.lodge-filters {
  display: grid;
  grid-template-columns: minmax(250px, 1.8fr) repeat(4, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #11120f;
}

.ai-lodge-assist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -14px 0 24px;
  padding: 11px 14px;
  border: 1px solid rgba(250, 200, 15, 0.28);
  background: rgba(250, 200, 15, 0.045);
}

.ai-lodge-assist > div:first-child {
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-lodge-assist p { margin: 0; color: var(--muted); font-size: 0.82rem; line-height: 1.4; }
.ai-spark { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #090a08; font-size: 0.68rem; font-weight: 950; }
.ai-prompt-chips { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.ai-prompt-chips button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: #11120f; color: #ddd6c4; font-size: 0.72rem; cursor: pointer; }
.ai-prompt-chips button:hover,
.ai-prompt-chips button:focus-visible { border-color: var(--gold); color: var(--gold); }

.lodge-filters label,
.eco-reserve label,
.guide-reservation-card label { display: grid; gap: 6px; }
.lodge-filters label > span,
.eco-reserve label > span,
.guide-reservation-card label > span { color: var(--muted); font-size: 0.74rem; font-weight: 700; text-transform: uppercase; }

.eco-lodge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eco-lodge-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #11110f;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.eco-lodge-card:hover {
  transform: scale(1.009);
  border-color: rgba(250, 200, 15, 0.48);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.eco-lodge-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #242321;
  cursor: pointer;
}

.eco-lodge-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.eco-lodge-card:hover .eco-lodge-photo img { transform: scale(1.009); }
.eco-lodge-photo > span { position: absolute; left: 12px; bottom: 12px; padding: 5px 9px; background: rgba(5, 5, 5, 0.88); color: var(--gold); font-size: 0.72rem; font-weight: 800; }
.eco-lodge-copy { display: grid; align-content: start; gap: 10px; padding: 16px; }
.eco-lodge-copy p { margin: 0; color: var(--muted); line-height: 1.5; }
.eco-lodge-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 0.76rem; }
.eco-score { display: inline-flex; align-items: center; gap: 4px; color: var(--gold); }
.eco-score small { color: var(--muted); }
.eco-lodge-title { padding: 0; border: 0; background: none; color: var(--white); text-align: left; font-size: 1.15rem; font-weight: 850; cursor: pointer; }
.eco-lodge-title:hover { color: var(--gold); }
.eco-location { min-height: 38px; font-size: 0.84rem; }
.eco-lodge-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.eco-lodge-actions .details-link { padding: 0; border: 0; background: none; color: var(--gold); cursor: pointer; }
.eco-lodge-actions .btn { padding: 9px 15px; }
.eco-empty { grid-column: 1 / -1; }

.catalog-show-more {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 18px 0 2px;
}

.catalog-show-more button {
  width: min(520px, 100%);
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #10110e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.catalog-show-more button:hover,
.catalog-show-more button:focus-visible {
  transform: translateY(-1px);
  background: #ffda42;
  box-shadow: 0 10px 24px rgba(250, 200, 15, 0.16);
}

.catalog-show-more span {
  margin-left: 7px;
  font-size: 0.62rem;
  opacity: 0.66;
}

.shop-show-more {
  padding-top: 22px;
}

.shop-show-more button[hidden] {
  display: none;
}

.membership-current {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 8px;
  background: #101611;
}

.membership-current > span {
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--gold);
  color: #10110e;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.membership-current strong { color: var(--white); font-size: 1rem; }
.membership-current p { margin: 3px 0 0; color: var(--muted); font-size: 0.78rem; }

.membership-current-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.membership-current-actions :is(button, a),
.profile-membership-summary a,
.membership-page-current button {
  padding: 6px 9px;
  border: 1px solid rgba(250, 200, 15, 0.36);
  border-radius: 5px;
  background: transparent;
  color: var(--gold);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 550;
  text-decoration: none;
  cursor: pointer;
}

.membership-current-actions :is(button, a):hover,
.profile-membership-summary a:hover,
.membership-page-current button:hover {
  border-color: var(--gold);
  background: rgba(250, 200, 15, 0.08);
}

.membership-billing {
  display: flex;
  width: fit-content;
  margin: 14px 0;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0b0d0a;
}

.membership-billing button {
  min-height: 34px;
  padding: 6px 13px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.76rem;
  cursor: pointer;
}

.membership-billing button small { margin-left: 5px; color: var(--gold); font-size: 0.61rem; }
.membership-billing button.is-active { background: var(--gold); color: #10110e; }
.membership-billing button.is-active small { color: #10110e; }

.membership-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.membership-plan-card { display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #0d100d; }
.membership-plan-card.is-featured { border-color: rgba(250, 200, 15, 0.58); box-shadow: inset 0 3px 0 var(--gold); }
.membership-plan-head > span { color: var(--gold); font-size: 0.64rem; text-transform: uppercase; }
.membership-plan-head h4 { margin: 5px 0 7px; color: var(--white); font-size: 1.08rem; }
.membership-plan-head p { display: flex; align-items: baseline; gap: 4px; margin: 0; }
.membership-plan-head p strong { color: var(--white); font-size: 1.35rem; }
.membership-plan-head p span, .membership-plan-head small { color: var(--muted); font-size: 0.69rem; }
.membership-plan-head small { display: block; min-height: 18px; margin-top: 3px; color: var(--gold); }
.membership-feature-list { display: grid; margin: 12px 0 16px; border-top: 1px solid var(--line); }
.membership-feature-list > div { display: grid; grid-template-columns: 90px 1fr; gap: 9px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 0.71rem; }
.membership-feature-list strong { color: var(--white); font-weight: 700; }
.membership-feature-list span { color: var(--muted); line-height: 1.35; }
.membership-plan-action { width: 100%; min-height: 36px; margin-top: auto; padding: 7px 10px; font-size: 0.74rem; }
.membership-plan-action:disabled { border-color: var(--line); background: #222720; color: var(--muted); cursor: default; opacity: 0.8; }
.membership-request { margin: 12px 0 0; padding: 10px 12px; border-left: 3px solid var(--gold); background: rgba(250, 200, 15, 0.08); color: var(--white); font-size: 0.76rem; }
.membership-request[hidden] { display: none; }
.membership-fine-print { margin: 11px 0 0; color: var(--muted); font-size: 0.66rem; line-height: 1.45; }

html[data-theme="day"] .membership-current,
html[data-theme="day"] .membership-plan-card,
html[data-theme="day"] .membership-billing { background: #fff; }
html[data-theme="day"] .membership-current strong,
html[data-theme="day"] .membership-plan-head h4,
html[data-theme="day"] .membership-plan-head p strong,
html[data-theme="day"] .membership-feature-list strong { color: #14251e; }

@media (max-width: 680px) {
  .membership-plan-grid { grid-template-columns: 1fr; }
  .membership-current { grid-template-columns: 1fr; }
  .membership-current-actions { flex-wrap: wrap; }
}

.page-membership .page-hero {
  --page-hero-image: url("assets/hero-community-camp.webp");
  --page-hero-position: center 58%;
}

.membership-page-section { padding-bottom: 46px; }
.membership-page-shell { max-width: 1180px; }

.membership-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 20px;
}

.membership-page-intro h2,
.membership-compare-head h2 {
  margin: 7px 0 9px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  letter-spacing: 0;
}

.membership-page-intro > div:first-child > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.membership-page-current {
  padding: 15px 17px;
  border-left: 3px solid var(--gold);
  background: rgba(250, 200, 15, 0.055);
}

.membership-page-current > span,
.membership-page-current > strong,
.membership-page-current > p {
  display: block;
}

.membership-page-current > span { color: var(--muted); font-size: 0.65rem; text-transform: uppercase; }
.membership-page-current > strong { margin-top: 4px; color: var(--white); font-size: 1rem; }
.membership-page-current > p { margin: 3px 0 10px; color: var(--ok); font-size: 0.72rem; }
.membership-page-current button[hidden] { display: none; }
.account-benefits-trigger { padding: 5px 8px; border: 1px solid rgba(250,200,15,.34); border-radius: 4px; background: rgba(250,200,15,.055); color: var(--gold); cursor: pointer; font: inherit; font-size: .67rem; font-weight: 800; }
.account-benefits-trigger:hover,.account-benefits-trigger:focus-visible { border-color: var(--gold); background: rgba(250,200,15,.12); outline: none; }

.membership-page-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  border-top: 1px solid var(--line);
}

.membership-page-toolbar > span { color: var(--muted); font-size: 0.69rem; }
.membership-page-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.membership-page-plan-grid .membership-plan-card { padding: 19px; }
.membership-page-plan-grid .membership-plan-card.is-current { border-color: var(--ok); box-shadow: inset 0 3px 0 var(--ok); }
.membership-page-plan-grid .membership-plan-head h3 { margin: 5px 0 7px; color: var(--white); font-size: 1.18rem; letter-spacing: 0; }

.membership-compare-section {
  padding-top: 46px;
  border-top: 1px solid var(--line);
  background: #0b0c0a;
}

.membership-compare-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.membership-compare-head a { color: var(--gold); font-size: 0.78rem; text-decoration: none; }
.membership-compare-wrap { overflow-x: auto; border-top: 2px solid var(--gold); }
.membership-compare-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.membership-compare-table :is(th, td) { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.membership-compare-table thead th { color: var(--white); background: #121410; font-size: 0.75rem; }
.membership-compare-table tbody th { width: 18%; color: var(--sand); font-size: 0.75rem; }
.membership-compare-table td { color: var(--muted); font-size: 0.74rem; line-height: 1.45; }
.membership-compare-table th:last-child,
.membership-compare-table td:last-child { background: rgba(250, 200, 15, 0.035); }

.membership-benefits-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  place-items: center;
  padding: 20px;
}

.membership-benefits-modal.show { display: grid; }
.membership-benefits-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0, 0, 0, 0.78); backdrop-filter: blur(9px); }
.membership-benefits-panel { position: relative; width: min(560px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 24px; border: 1px solid rgba(250, 200, 15, 0.46); border-radius: 8px; background: #0d100d; box-shadow: 0 28px 90px rgba(0, 0, 0, 0.68); }
.membership-benefits-panel > .auth-close { position: absolute; top: 14px; right: 14px; }
.membership-benefits-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 8px 0 17px; padding-right: 38px; }
.membership-benefits-title h2 { margin: 0; font-size: 1.55rem; letter-spacing: 0; }
.membership-benefits-title p { margin: 4px 0 0; color: var(--ok); font-size: 0.72rem; }
.membership-benefits-title > span { padding: 5px 8px; border-radius: 4px; background: var(--gold); color: #111; font-size: 0.65rem; font-weight: 750; text-transform: uppercase; }
.membership-benefits-list { border-top: 1px solid var(--line); }
.membership-benefits-list > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.membership-benefits-list strong { color: var(--sand); font-size: 0.75rem; }
.membership-benefits-list span { color: var(--muted); font-size: 0.76rem; line-height: 1.4; }
.membership-benefits-note { margin: 14px 0 0; color: var(--muted); font-size: 0.68rem; line-height: 1.5; }
.membership-benefits-actions { display: flex; gap: 9px; margin-top: 18px; }
.membership-benefits-actions .btn { min-height: 36px; padding: 8px 12px; font-size: 0.72rem; }

html[data-theme="day"] :is(.membership-page-current, .membership-benefits-panel) { background: #fff; }
html[data-theme="day"] :is(.membership-page-plan-grid .membership-plan-head h3, .membership-benefits-title h2, .membership-benefits-list strong) { color: #14251e; }

@media (max-width: 820px) {
  .membership-page-intro,
  .membership-page-plan-grid { grid-template-columns: 1fr; }
  .membership-page-intro { gap: 20px; }
}

@media (max-width: 560px) {
  .membership-page-toolbar,
  .membership-compare-head { align-items: flex-start; flex-direction: column; }
  .membership-benefits-list > div { grid-template-columns: 1fr; gap: 4px; }
  .membership-benefits-actions { align-items: stretch; flex-direction: column; }
  .membership-benefits-actions .btn { width: 100%; justify-content: center; }
}

.eco-modal { position: fixed; inset: 0; z-index: 70; display: none; place-items: center; padding: 24px; }
.eco-modal.show { display: grid; }
.eco-modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0, 0, 0, 0.78); backdrop-filter: blur(8px); }
.eco-modal-panel { position: relative; width: min(980px, 100%); max-height: min(86vh, 820px); overflow: auto; border: 1px solid rgba(250, 200, 15, 0.5); background: #0e0f0c; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65); }
.eco-modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid var(--gold); border-radius: 50%; background: #090a07; color: var(--gold); font-size: 1.35rem; cursor: pointer; }
.eco-detail { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 540px; }
.eco-detail-gallery {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(310px, 1.7fr) minmax(170px, 0.8fr);
  gap: 5px;
  height: min(86vh, 820px);
  min-height: 540px;
  overflow: hidden;
  background: #070806;
}
.eco-detail-photo { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #151611; }
.eco-detail-photo-1 { grid-column: 1 / -1; }
.eco-detail-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 220ms ease, filter 220ms ease; }
.eco-detail-photo:hover img { transform: scale(1.009); filter: saturate(1.06); }
.eco-detail-photo figcaption { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; border-left: 2px solid var(--gold); background: rgba(5, 6, 4, 0.82); color: var(--white); font-size: 0.66rem; text-transform: uppercase; }
.eco-detail-photo.image-unavailable::after { content: "Photo temporarily unavailable"; position: absolute; inset: 0; display: grid; place-items: center; padding: 18px; color: var(--muted); font-size: 0.72rem; text-align: center; }
.eco-detail-photo.image-unavailable img { opacity: 0; }
.eco-detail-copy { padding: 34px; }
.eco-detail-copy h2 { margin: 8px 0 10px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.eco-detail-copy h3 { margin: 22px 0 8px; font-size: 1rem; }
.eco-detail-copy p { color: var(--muted); line-height: 1.6; }
.eco-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 4px;
}
.eco-detail-facts > div {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  background: #151611;
}
.eco-detail-facts small { color: var(--muted); font-size: 0.68rem; text-transform: uppercase; }
.eco-detail-facts strong { color: var(--white); font-size: 0.86rem; line-height: 1.35; }
.eco-rating-note {
  margin: 14px 0 4px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: rgba(250, 200, 15, 0.065);
}
.eco-rating-note strong { color: var(--gold); font-size: 0.78rem; }
.eco-rating-note p { margin: 5px 0 0; font-size: 0.8rem; }
.eco-detail-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.eco-room-options{display:grid;gap:8px}.eco-room-options article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025)}.eco-room-options article div{display:grid;gap:3px}.eco-room-options strong{font-size:.78rem}.eco-room-options small{color:var(--muted);font-size:.62rem}.eco-room-options span{color:var(--gold);font-size:.7rem;font-weight:800}.eco-room-options em{padding:4px 7px;border-radius:999px;background:rgba(89,190,132,.1);color:#7ed9a5;font-size:.54rem;font-style:normal;font-weight:800;text-transform:uppercase}
.eco-reserve { padding: 36px; }
.eco-reserve h2 { margin-bottom: 4px; }
.eco-reserve form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.eco-booking-section { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 0; padding: 18px; border: 1px solid var(--line); background: rgba(250,200,15,.025); }
.eco-booking-section legend { padding: 0 9px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eco-reserve-note,
.eco-account-note,
.eco-reserve form > .btn { grid-column: 1 / -1; }
.eco-account-note { display: grid; gap: 3px; padding: 13px 15px; border-left: 3px solid var(--gold); background: rgba(250, 200, 15, 0.07); }
.eco-account-note span { color: var(--muted); font-size: 0.84rem; }

.guide-inbox { margin: 0 0 26px; padding: 18px; border: 1px solid rgba(250, 200, 15, 0.48); background: rgba(250, 200, 15, 0.055); }
.guide-reservation-list { display: grid; gap: 8px; }
.guide-reservation-card { display: grid; grid-template-columns: 1.3fr 1fr 150px; align-items: center; gap: 16px; padding: 12px; border: 1px solid var(--line); background: #10110e; }
.guide-reservation-card > div { display: grid; gap: 4px; }
.guide-reservation-card span { color: var(--muted); font-size: 0.82rem; }
.member-reservation-card { grid-template-columns: 1.3fr 1fr minmax(190px,.8fr); border-left: 3px solid var(--gold); }
.member-reservation-card > div small { color: #8b8e85; font-size: .72rem; }
.member-reservation-card form { display: grid; gap: 7px; }
.member-reservation-card form .btn { min-height: 38px; padding: 7px 12px; }
.reservation-stage { color: var(--gold) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.reservation-progress { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 5px; }
.reservation-progress i { height: 5px; border-radius: 4px; background: #30342e; }
.reservation-progress i.done { background: var(--gold); }
.eco-unmanaged-note { align-self: center; color: var(--muted); font-size: .72rem; font-weight: 700; }
.eco-reserve-consent { grid-column: 1 / -1; display: flex !important; align-items: flex-start; gap: 9px; padding: 12px; border: 1px solid rgba(250,200,15,.28); background: rgba(250,200,15,.045); }
.eco-reserve-consent input { margin-top: 3px; accent-color: var(--gold); }
.eco-reserve-consent span { color: #d5d2c7 !important; font-size: .74rem !important; line-height: 1.5; text-transform: none !important; }
.account-activity-section { background: linear-gradient(145deg,rgba(250,200,15,.035),transparent 42%); }
.account-request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.account-request-grid > section { min-width: 0; padding: 14px; border: 1px solid var(--line); background: rgba(7,9,7,.45); }
.account-request-grid > section > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.account-request-grid > section > header span { color: var(--gold); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.account-request-grid h4 { margin: 3px 0 0; font-size: 1rem; }
.account-request-grid > section > header > strong { color: var(--gold); font-size: 1.2rem; }
.account-request-list { display: grid; gap: 8px; }
.account-request-card { display: grid; gap: 7px; padding: 12px; border: 1px solid var(--line); background: #11130f; }
.account-request-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.account-request-card-head small,.account-request-card > small,.account-request-card p { color: var(--muted); font-size: .72rem; }
.account-request-card > strong { color: var(--white); }
.account-request-card p { margin: 0; line-height: 1.45; }
.account-request-card blockquote { display: grid; gap: 4px; margin: 2px 0; padding: 9px 10px; border-left: 2px solid var(--gold); background: rgba(250,200,15,.04); color: #d4d1c6; font-size: .73rem; line-height: 1.5; }
.account-request-card blockquote strong { color: var(--gold); font-size: .65rem; }
.account-request-card a { justify-self: start; color: var(--gold); font-size: .72rem; font-weight: 800; }
.account-request-empty,.account-activity-loading,.account-activity-error { color: var(--muted); font-size: .78rem; }
.ticket-state { padding: 4px 7px; border: 1px solid var(--line); color: var(--gold); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.account-ticket-sla{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:3px;padding:7px 8px;border:1px solid rgba(99,184,144,.35);border-radius:6px;background:rgba(99,184,144,.07);color:#82d7ad;font-size:.58rem}.account-ticket-sla span{color:var(--muted);font-size:.55rem}.account-ticket-sla.is-due-soon{border-color:rgba(250,200,15,.42);background:rgba(250,200,15,.07);color:var(--gold)}.account-ticket-sla.is-breached{border-color:rgba(232,90,78,.5);background:rgba(232,90,78,.09);color:#f29c94}.account-ticket-sla.is-met{color:#82d7ad}
html[data-theme="day"] .account-ticket-sla{border-color:#7aaa8e;background:#eef8f1;color:#245d3d}html[data-theme="day"] .account-ticket-sla.is-due-soon{border-color:#9d7c00;background:#fff7d0;color:#725a00}html[data-theme="day"] .account-ticket-sla.is-breached{border-color:#a94d45;background:#fff0ee;color:#812c26}
@media (max-width: 760px) { .account-request-grid { grid-template-columns: 1fr; } }

@media (max-width: 980px) {
  .lodge-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lodge-search { grid-column: 1 / -1; }
  .eco-lodge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eco-detail { grid-template-columns: 1fr; }
  .eco-detail-gallery { position: relative; height: 430px; min-height: 0; grid-template-rows: 270px 155px; }
  .guide-reservation-card { grid-template-columns: 1fr 1fr; }
  .ai-lodge-assist { align-items: flex-start; flex-direction: column; }
  .ai-prompt-chips { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .booking-mode { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -12px; }
  .booking-mode-tab { min-height: 56px; padding: 8px 10px; }
  .booking-mode-tab strong { font-size: .78rem; }
  .booking-mode-tab small { font-size: .6rem; }
  .booking-panel-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .lodge-filters,
  .eco-lodge-grid,
  .eco-reserve form,
  .eco-booking-section,
  .guide-reservation-card { grid-template-columns: 1fr; }
  .lodge-search,
  .eco-reserve-note,
  .eco-account-note,
  .eco-reserve form > .btn { grid-column: auto; }
  .eco-modal { padding: 10px; }
  .eco-detail-gallery { height: 330px; grid-template-rows: 205px 120px; }
  .eco-detail-copy,
  .eco-reserve { padding: 24px 18px; }
  .ai-lodge-assist > div:first-child { min-width: 0; align-items: flex-start; }
  .eco-detail-actions { align-items: flex-start; flex-direction: column; }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 5, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 218px;
}

.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 0.96rem;
  letter-spacing: 0.12em;
}

.brand span {
  color: var(--gold);
  font-size: 0.76rem;
}

body:not(.home-page) .site-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

body:not(.home-page) .brand {
  min-width: 218px;
  gap: 11px;
}

body:not(.home-page) .brand img {
  width: 62px;
  height: 62px;
}

body:not(.home-page) .brand strong {
  font-size: 0.96rem;
}

body:not(.home-page) .brand span {
  font-size: 0.76rem;
}

body:not(.home-page) .nav a,
body:not(.home-page) .nav-menu > a {
  padding: 9px 12px;
  font-size: 0.89rem;
}

body:not(.home-page) .auth-link,
body:not(.home-page) .auth-user,
body:not(.home-page) .cart-pill {
  min-height: 33px;
}

body:not(.home-page) .auth-link.primary {
  min-height: 28.5px;
  padding: 7px 10px;
  font-size: 0.78rem;
}

.nav {
  --header-control-gap: 8px;
  --header-utility-gap: 10px;
  --header-utility-height: 30px;
  display: flex;
  gap: var(--header-control-gap);
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.mobile-nav-toggle {
  display: none;
}

.nav-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-block: 0;
}

.nav > a,
.nav > .locale-controls,
.nav > .auth-actions {
  align-self: center;
  margin-block: 0;
}

.nav:not([data-header-ready]),
.footer-sitemap:not([data-site-config-ready]) {
  visibility: hidden;
}

.nav a,
.nav-menu > a,
.locale-controls button,
.locale-controls label,
.auth-link,
.cart-pill,
.help-chip {
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 6px;
  color: #ddd6c4;
  font-size: 0.89rem;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav a:hover,
.nav a.active,
.nav-menu:hover > a,
.nav-menu:focus-within > a,
.locale-controls button:hover,
.locale-controls button:focus-visible,
.locale-controls label:hover,
.locale-controls label:focus-within,
.auth-link:hover,
.auth-link:focus-visible,
.cart-pill:hover,
.cart-pill:focus-visible {
  background: rgba(250, 200, 15, 0.14);
  color: var(--gold);
}

.nav a:hover,
.nav a:focus-visible,
.nav-menu:hover > a,
.nav-menu:focus-within > a,
.locale-controls button:hover,
.locale-controls button:focus-visible,
.locale-controls label:hover,
.locale-controls label:focus-within,
.auth-link:hover,
.auth-link:focus-visible,
.cart-pill:hover,
.cart-pill:focus-visible {
  transform: translateY(-1px);
}

.nav a:focus-visible,
.locale-controls button:focus-visible,
.locale-controls label:focus-within,
.auth-link:focus-visible,
.cart-pill:focus-visible,
.help-chip:focus-visible {
  outline: 2px solid rgba(250, 200, 15, 0.75);
  outline-offset: 2px;
}

.submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 172px;
  display: grid;
  gap: 1px;
  padding: 7px 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(12, 12, 11, 0.97);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu a {
  white-space: nowrap;
  min-height: 0;
  justify-content: flex-start;
  padding: 6px 9px !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  font-size: .72rem !important;
  color: #bdb8aa;
  transform: none !important;
}

.submenu a:hover,
.submenu a:focus-visible {
  color: var(--gold);
  background: transparent !important;
  box-shadow: inset 2px 0 0 var(--gold);
}

.nav-menu:hover .submenu,
.nav-menu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.auth-actions {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  gap: var(--header-control-gap);
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  min-height: 33px;
  contain: none;
}

.locale-controls {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: var(--header-utility-gap);
  min-height: var(--header-utility-height);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.locale-controls::before,
.auth-actions::before {
  content: "";
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  align-self: center;
  border-radius: 1px;
  background: rgba(221, 214, 196, 0.5);
}

.locale-controls::before {
  margin-inline: 4px;
}

.auth-actions::before {
  margin-inline: 8px;
}

.locale-controls button,
.locale-controls label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--header-utility-height);
  min-height: var(--header-utility-height);
  margin: 0;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #ddd6c4;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.88rem;
}

.currency-chip,
.flag-chip,
.nav .help-chip,
.nav .account-link {
  position: relative;
}

.currency-chip {
  min-width: 42px;
  letter-spacing: 0;
}

.currency-chip::after,
.flag-chip::after,
.nav .help-chip::after,
.nav .account-link::after {
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  z-index: 30;
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  transform: translate(-50%, -3px);
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 7px;
  background: #111711;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.32);
  color: #f4efdf;
  content: attr(data-nav-hint);
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: 0.16s ease;
}

.currency-chip:hover::after,
.currency-chip:focus-visible::after,
.flag-chip:hover::after,
.flag-chip:focus-visible::after,
.nav .help-chip:hover::after,
.nav .help-chip:focus-visible::after,
.nav .account-link:hover::after,
.nav .account-link:focus-visible::after {
  transform: translate(-50%, 0);
  opacity: 1;
}

.currency-chip[aria-expanded="true"] {
  background: rgba(250, 200, 15, 0.12);
  color: var(--gold);
}

.currency-chip[aria-expanded="true"]::after {
  display: none;
}

.flag-chip[aria-expanded="true"] {
  background: rgba(250, 200, 15, 0.12) !important;
}

.flag-chip[aria-expanded="true"]::after {
  display: none;
}

body.currency-selector-open {
  overflow: hidden;
}

.currency-selector {
  position: fixed;
  inset: 0;
  z-index: 1900;
  display: none;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.currency-selector.show {
  display: grid;
}

.currency-selector-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 5, 3, 0.78);
  backdrop-filter: blur(9px);
  cursor: default;
}

.currency-selector-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 0, rgba(250, 200, 15, 0.1), transparent 30%),
    #0c110d;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.68);
  animation: currency-selector-in 0.2s ease both;
}

.currency-selector-label {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.currency-selector-panel > p {
  max-width: 790px;
  margin: 0 48px 20px 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.currency-selector-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  cursor: pointer;
  font: 400 1.05rem/1 Arial, sans-serif;
}

.currency-selector-close:hover,
.currency-selector-close:focus-visible {
  border-color: rgba(250, 200, 15, 0.55);
  background: rgba(250, 200, 15, 0.09);
  color: var(--gold);
  outline: none;
}

.currency-selector-label {
  margin-bottom: 9px;
}

.currency-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.language-selector-panel {
  width: min(620px, 100%);
}

.language-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.currency-option.language-option {
  min-height: 112px;
}

.language-option-symbol {
  overflow: hidden;
  padding: 0;
}

.language-option-symbol .language-flag {
  width: 27px;
  height: 18px;
  border-color: rgba(255, 255, 255, 0.68);
}

.currency-option {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: start;
  gap: 10px;
  min-height: 118px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--white);
  cursor: pointer;
  text-align: start;
  transition: 0.18s ease;
}

.currency-option:hover,
.currency-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(250, 200, 15, 0.45);
  background: rgba(250, 200, 15, 0.055);
  outline: none;
}

.currency-option.is-selected {
  border-color: rgba(250, 200, 15, 0.72);
  background: linear-gradient(145deg, rgba(250, 200, 15, 0.14), rgba(250, 200, 15, 0.035));
  box-shadow: inset 0 0 0 1px rgba(250, 200, 15, 0.08);
}

.currency-option-symbol {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 8px;
  background: rgba(250, 200, 15, 0.07);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 850;
}

.currency-option-copy {
  display: grid;
  min-width: 0;
}

.currency-option-copy strong {
  overflow: hidden;
  color: var(--white);
  font-size: 0.7rem;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.currency-option-copy b {
  margin-top: 4px;
  color: var(--gold);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.currency-option-copy small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.52rem;
  line-height: 1.45;
}

.currency-option-check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(250, 200, 15, 0.12);
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 900;
}

.currency-option:not(.is-selected) .currency-option-check {
  background: rgba(255, 255, 255, 0.04);
}

.currency-option em {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: var(--gold);
  font-size: 0.47rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html[data-theme="day"] .currency-selector-backdrop {
  background: rgba(23, 24, 20, 0.58);
}

html[data-theme="day"] .currency-chip::after,
html[data-theme="day"] .flag-chip::after,
html[data-theme="day"] .nav .help-chip::after,
html[data-theme="day"] .nav .account-link::after {
  border-color: rgba(128, 94, 0, 0.28);
  background: #fffdf6;
  box-shadow: 0 9px 22px rgba(55, 44, 14, 0.18);
  color: #252114;
}

html[data-theme="day"] .currency-selector-panel {
  border-color: rgba(125, 91, 0, 0.3);
  background:
    radial-gradient(circle at 92% 0, rgba(196, 144, 0, 0.11), transparent 30%),
    #fffdf6;
  box-shadow: 0 28px 80px rgba(45, 36, 13, 0.28);
}

html[data-theme="day"] .currency-option,
html[data-theme="day"] .currency-option-copy strong {
  color: #17170f;
}

html[data-theme="day"] .currency-option {
  border-color: rgba(49, 47, 31, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

html[data-theme="day"] .currency-option:hover,
html[data-theme="day"] .currency-option:focus-visible,
html[data-theme="day"] .currency-option.is-selected {
  border-color: rgba(156, 113, 0, 0.56);
  background: rgba(250, 200, 15, 0.11);
}

html[dir="rtl"] .currency-option em {
  right: auto;
  left: 15px;
}

html[dir="rtl"] .currency-selector-panel > p {
  margin-right: 0;
  margin-left: 48px;
}

@keyframes currency-selector-in {
  from { transform: translateY(9px) scale(0.985); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 840px) {
  .currency-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .currency-selector { padding: 8px; }
  .currency-selector-panel {
    max-height: calc(100dvh - 16px);
    padding: 20px 16px;
    border-radius: 13px;
  }
  .currency-selector-panel > p { margin: 0 42px 16px 0; font-size: 0.72rem; }
  html[dir="rtl"] .currency-selector-panel > p { margin-right: 0; margin-left: 42px; }
  .currency-option-grid { grid-template-columns: 1fr; gap: 8px; }
  .currency-option { min-height: 102px; }
}

@media (prefers-reduced-motion: reduce) {
  .currency-selector-panel { animation: none; }
  .currency-option { transition: none; }
}

.flag-chip {
  min-width: 34px;
  padding: 6px;
  background: transparent !important;
}

.language-flag {
  position: relative;
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.flag-us {
  background: repeating-linear-gradient(to bottom, #b22234 0 1.23px, #fff 1.23px 2.46px);
}

.flag-us::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 10px;
  height: 8.6px;
  background: #3c3b6e;
}

.flag-us::after {
  content: "\2022\00a0\2022\00a0\2022";
  position: absolute;
  top: -2px;
  left: 1px;
  width: 9px;
  color: #fff;
  font-size: 4px;
  line-height: 4px;
  white-space: normal;
}

.flag-eg {
  background: linear-gradient(to bottom, #ce1126 0 33.33%, #fff 33.33% 66.66%, #000 66.66%);
}

.flag-eg::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 11px;
  width: 2px;
  height: 4px;
  border-radius: 1px;
  background: #c7a008;
}

.nav .help-chip {
  position: relative;
  align-self: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  min-height: 26px;
  margin: 0 0 0 calc(var(--header-utility-gap) - var(--header-control-gap));
  aspect-ratio: 1;
  overflow: visible;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #090a08;
  box-shadow: inset 0 0 0 1.5px rgba(250, 200, 15, 0.9), 0 5px 15px rgba(0, 0, 0, 0.24);
  color: var(--gold);
  font-size: 0 !important;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

html[dir="rtl"] .nav .help-chip {
  margin-right: calc(var(--header-utility-gap) - var(--header-control-gap));
  margin-left: 0;
}

.nav .help-chip::before {
  content: "?";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  font: 950 0.76rem/1 Arial, sans-serif;
  transform: none;
  transition: color 160ms ease;
}

.nav .help-chip:hover,
.nav .help-chip:focus-visible {
  transform: translateY(-1px) scale(1.03);
  color: #090a08;
  background: var(--gold);
  box-shadow: inset 0 0 0 1px #ffdf4f, 0 7px 18px rgba(250, 200, 15, 0.22);
}

.nav .help-chip:hover::before,
.nav .help-chip:focus-visible::before {
  color: #090a08;
}

.lang-ar {
  text-align: right;
}

html[dir="rtl"] body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  text-align: right;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .nav,
html[dir="rtl"] main,
html[dir="rtl"] .footer {
  direction: rtl;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="number"],
html[dir="rtl"] input[type="date"],
html[dir="rtl"] input[type="time"],
html[dir="rtl"] [data-price],
html[dir="rtl"] .currency-chip {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .nav-dropdown,
html[dir="rtl"] .auth-menu,
html[dir="rtl"] .modal-card,
html[dir="rtl"] .dialog-card,
html[dir="rtl"] [role="dialog"] {
  text-align: right;
}

html[dir="rtl"] .nav-dropdown a,
html[dir="rtl"] .footer a,
html[dir="rtl"] label,
html[dir="rtl"] summary {
  text-align: right;
}

html[dir="rtl"] .carousel-btn,
html[dir="rtl"] [data-explore-scroll] {
  transform: scaleX(-1);
}

.auth-link {
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #ddd6c4;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.82rem;
}

.auth-link.primary {
  min-height: 28.5px;
  padding: 7px 10px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #111;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 10px 28px rgba(250, 200, 15, 0.16);
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.auth-link.primary:hover,
.auth-link.primary:focus-visible {
  transform: translateY(-1px);
  background: #ffda32;
  color: #090a08;
  box-shadow: 0 7px 18px rgba(250, 200, 15, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.account-link {
  flex: 0 0 auto;
  min-width: max-content;
  gap: 6px;
  text-decoration: none;
}

.account-link > span {
  min-width: max-content;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.auth-actions > [data-auth-logout] {
  flex: 0 0 auto;
}

.account-link b {
  font-weight: 750;
}

.account-link-mark {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.account-link-mark::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.account-link-mark::after {
  content: "";
  position: absolute;
  left: 2.5px;
  bottom: 2px;
  width: 7px;
  height: 3.5px;
  border-radius: 6px 6px 3px 3px;
  background: currentColor;
}

.auth-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 0;
  border-radius: 6px;
  color: #ddd6c4;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.cart-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 34px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: #ddd6c4;
}

.cart-car {
  position: relative;
  width: 35px;
  height: 18px;
  display: inline-block;
}

.cart-car::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 27px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 3px 5px 2px 2px;
}

.cart-car::after {
  content: "4x4";
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 0.44rem;
  font-weight: 900;
  letter-spacing: 0;
}

.cart-wheel {
  position: absolute;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #050505;
}

.cart-wheel.front {
  right: 3px;
}

.cart-wheel.back {
  left: 4px;
}

.cart-count {
  position: absolute;
  right: 0;
  top: -8px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0 0 3px #050505;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: stretch;
  position: relative;
  overflow: hidden;
  background: #090806;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-adventure.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 1200ms ease;
}

.hero-bg.is-fading {
  opacity: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0.18) 66%),
    linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0) 38%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 14px;
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  max-width: 620px;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 610px;
  color: #e2dac7;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.65;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--gold);
  color: #111;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid var(--line);
}

.btn.ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(250, 200, 15, 0.45);
}

.hero-panel {
  border: 1px solid var(--line);
  background: rgba(16, 16, 15, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  overflow: hidden;
  transform: scale(1.01);
  transform-origin: center right;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.banner-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.banner-tabs button {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.banner-tabs button.active {
  color: var(--black);
  background: var(--gold);
  font-weight: 900;
}

.banner-body {
  padding: 22px;
  min-height: 228px;
}

.banner-body h2 {
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.banner-body p {
  color: #d7ceb9;
  line-height: 1.62;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.metric {
  min-height: 142px;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 24px;
  background: #0e0e0d;
  text-align: center;
}

.metric strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.metric span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: clamp(52px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  text-transform: uppercase;
}

body.home-page .section-head h2 {
  max-width: min(100%, 780px);
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
  word-break: normal;
}

.nd-media-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(250, 200, 15, 0.18);
  border-bottom: 1px solid rgba(250, 200, 15, 0.18);
  background: #080a09;
}

.nd-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.nd-media-copy {
  transform: translateY(-14px);
}

.nd-media-visual-column {
  min-width: 0;
}

.nd-media-stage {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, 0.32);
  border-radius: 8px;
  background: #020302;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36);
}

.nd-media-preview {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #020302;
  color: var(--white);
  text-align: left;
  cursor: pointer;
}

.nd-media-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 260ms ease, filter 260ms ease;
}

.nd-media-preview:hover img {
  transform: scale(1.009);
  filter: saturate(1.06) contrast(1.03);
}

.nd-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.86) 100%);
}

.nd-media-play-control {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 8px rgba(250, 200, 15, 0.12);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nd-media-preview:hover .nd-media-play-control {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.44), 0 0 0 10px rgba(250, 200, 15, 0.14);
}

.nd-media-play-control i {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #111;
}

.nd-media-now {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 17px;
  display: grid;
  gap: 2px;
}

.nd-media-now small { color: var(--gold); font-size: 0.62rem; font-weight: 750; text-transform: uppercase; }
.nd-media-now strong { color: #fff; font-size: clamp(1rem, 2vw, 1.35rem); letter-spacing: 0; }
.nd-media-now em { color: rgba(255, 255, 255, 0.72); font-size: 0.7rem; font-style: normal; }
.nd-media-section.is-playing .nd-media-preview { display: none; }
.nd-media-frame { position: absolute; inset: 0; }
.nd-media-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.nd-media-copy h2 {
  max-width: 470px;
  margin: 8px 0 13px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.nd-media-copy > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.nd-video-brief {
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(250, 200, 15, 0.26);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.045);
}

.nd-video-brief summary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-right: 18px;
  color: var(--white);
  cursor: pointer;
  list-style: none;
}

.nd-video-brief summary::-webkit-details-marker { display: none; }
.nd-video-brief summary::after { content: "+"; position: absolute; right: 0; color: var(--gold); }
.nd-video-brief[open] summary::after { content: "-"; }
.nd-video-brief summary span { color: var(--gold); font-size: 0.62rem; font-weight: 750; text-transform: uppercase; }
.nd-video-brief summary strong { font-size: 0.78rem; }
.nd-video-brief p { margin: 7px 0 0; color: var(--muted); font-size: 0.7rem; line-height: 1.45; }

.nd-media-team-list {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.nd-media-team-list > div {
  display: grid;
  grid-template-columns: 28px minmax(120px, 0.68fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.nd-media-team-list span { color: var(--gold); font-size: 0.62rem; font-weight: 750; }
.nd-media-team-list strong { color: var(--sand); font-size: 0.76rem; font-weight: 650; }
.nd-media-team-list small { color: var(--muted); font-size: 0.7rem; line-height: 1.4; }

.nd-media-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.nd-media-actions .btn { min-height: 38px; padding: 8px 14px; font-size: 0.76rem; }
.nd-media-channel-link { color: var(--gold); font-size: 0.74rem; font-weight: 550; text-decoration: none; }
.nd-media-channel-link span { margin-left: 3px; }
.nd-media-channel-link:hover { text-decoration: underline; }

html[data-theme="day"] .nd-media-section { background: #f2f4ef; }
html[data-theme="day"] .nd-media-team-list strong { color: #14251e; }

@media (max-width: 920px) {
  .nd-media-layout { grid-template-columns: 1fr; }
  .nd-media-copy { transform: none; }
  .nd-media-copy h2,
  .nd-media-copy > p { max-width: 720px; }
}

@media (max-width: 560px) {
  .nd-media-section { padding-top: 46px; padding-bottom: 46px; }
  .nd-media-layout { gap: 26px; }
  .nd-media-play-control { width: 52px; height: 52px; }
  .nd-media-now { left: 14px; right: 14px; bottom: 12px; }
  .nd-media-team-list > div { grid-template-columns: 24px minmax(0, 1fr); }
  .nd-media-team-list small { grid-column: 2; }
  .nd-media-actions { align-items: flex-start; flex-direction: column; }
}

.ecosystem-title {
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  white-space: normal;
}

.ecosystem-eyebrow {
  font-size: 1.02rem;
  letter-spacing: 0.16em;
}

.ecosystem-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: #080a08;
  border-top: 1px solid rgba(255, 204, 0, 0.3);
  border-bottom: 1px solid rgba(255, 204, 0, 0.3);
}

.ecosystem-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/ecosystem-adventure-bg.png") center 44% / cover no-repeat;
  transform: scaleX(-1);
}

.ecosystem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 7, 6, 0.64);
}

.ecosystem-section .section-head {
  max-width: 920px;
}

.ecosystem-section .ecosystem-title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}

.ecosystem-section .card {
  background: rgba(10, 12, 10, 0.62);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.ecosystem-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ecosystem-card-link:hover,
.ecosystem-card-link:focus-visible {
  border-color: rgba(250, 202, 15, .72);
  background-color: rgba(250, 202, 15, .055);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .3), 0 0 0 1px rgba(250, 202, 15, .08);
  color: inherit;
  outline: none;
  transform: translateY(-4px);
}

.ecosystem-card-link:hover h3,
.ecosystem-card-link:focus-visible h3 {
  color: var(--yellow);
}

.section-head p {
  color: var(--muted);
  max-width: 560px;
  line-height: 1.55;
}

.item-reference {
  display: block;
  color: #b8ad96;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.band {
  background: #11100e;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.grid-4,
.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: #151411;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.card-pad {
  padding: 22px;
}

.partner-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #11100e;
}

.partner-mark {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(29, 184, 91, 0.55);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.partner-mark img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

.partner-card ul {
  padding-left: 18px;
  color: #d7cfbf;
  line-height: 1.8;
}

.vertical-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #111;
  font-weight: 900;
  margin-bottom: 18px;
}

.vertical-icon.nd-mark {
  letter-spacing: 0.02em;
}

.card h3 {
  font-size: 1.14rem;
  margin-bottom: 10px;
}

.card p,
.card li {
  color: #d1c8b5;
  line-height: 1.48;
  font-size: 0.94rem;
}

.card ul {
  padding-left: 18px;
  margin: 12px 0 0;
}

.page-hero {
  --page-hero-image: url("assets/hero-adventure.png");
  --page-hero-position: center;
  padding: 44px clamp(18px, 4vw, 56px) 26px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.78) 30%, rgba(5, 5, 5, 0.24) 64%, rgba(5, 5, 5, 0.12) 100%),
    linear-gradient(135deg, rgba(250, 200, 15, 0.2), rgba(250, 200, 15, 0.03) 58%, rgba(5, 5, 5, 0.12)),
    var(--page-hero-image) var(--page-hero-position) / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.page-about .page-hero {
  --page-hero-image: url("assets/hero-about-community.webp");
  --page-hero-position: center 51%;
}

.page-adventures .page-hero {
  --page-hero-image: url("assets/hero-adventures-egypt.webp");
  --page-hero-position: center 58%;
}

.page-community .page-hero {
  --page-hero-image: url("assets/hero-community-camp.webp");
  --page-hero-position: center 60%;
}

.page-partners .page-hero {
  --page-hero-image: url("assets/hero-partners-field.webp");
  --page-hero-position: center 54%;
}

.page-shop .page-hero {
  --page-hero-image: url("assets/hero-gear-field.webp");
  --page-hero-position: center 62%;
}

.page-contact .page-hero {
  --page-hero-image: url("assets/hero-contact-basecamp.webp");
  --page-hero-position: center 54%;
}

.page-account .page-hero {
  --page-hero-image: url("assets/hero-community-camp.webp");
  --page-hero-position: center 52%;
}

.page-planner .page-hero {
  --page-hero-image: url("assets/hero-planner-egypt-map.webp");
  --page-hero-position: center 58%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(4, 4, 3, 0.82) 0%, rgba(9, 7, 4, 0.66) 31%, rgba(5, 5, 5, 0.24) 63%, rgba(5, 5, 5, 0.12) 100%),
    linear-gradient(135deg, rgba(250, 200, 15, 0.18), rgba(250, 200, 15, 0.03) 58%, rgba(5, 5, 5, 0.12)),
    var(--page-hero-image) var(--page-hero-position) / cover no-repeat;
}

.page-planner .page-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(52%, 760px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.72;
  mix-blend-mode: screen;
  background:
    repeating-radial-gradient(ellipse at 18% 116%, transparent 0 8px, rgba(194, 134, 59, 0.08) 9px, transparent 11px),
    radial-gradient(circle at 12% 68%, rgba(242, 189, 102, 0.13) 0 0.7px, transparent 1.4px) 0 0 / 8px 7px,
    radial-gradient(circle at 38% 26%, rgba(117, 77, 34, 0.18) 0 0.8px, transparent 1.5px) 3px 2px / 11px 9px,
    linear-gradient(90deg, rgba(72, 44, 17, 0.38) 0%, rgba(47, 30, 13, 0.25) 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
}

.planner-hero-route {
  position: absolute;
  top: 6%;
  left: 3.5%;
  width: min(42%, 560px);
  height: auto;
  z-index: 0;
  overflow: visible;
  color: var(--gold);
  opacity: 0.46;
  filter: drop-shadow(0 0 6px rgba(250, 200, 15, 0.18));
  pointer-events: none;
}

.planner-route-line,
.planner-route-heading {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.planner-route-line {
  stroke-dasharray: 7 8;
}

.planner-route-points circle {
  fill: rgba(5, 5, 5, 0.88);
  stroke: currentColor;
  stroke-width: 1.5;
}

.planner-route-points circle:last-child {
  fill: currentColor;
}

@media (max-width: 700px) {
  .planner-hero-route {
    top: 10%;
    left: 4%;
    width: 72%;
    opacity: 0.38;
  }
}

.page-planner .page-hero .section-inner {
  position: relative;
  z-index: 1;
}

.page-cart .page-hero {
  --page-hero-image: url("assets/hero-cart-ready.webp");
  --page-hero-position: center 60%;
}

.page-hero .section-inner {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.page-hero h1 {
  margin-top: 10px;
  max-width: 860px;
  font-size: clamp(1.4rem, 2.8vw, 2.24rem);
  line-height: 1;
  text-transform: uppercase;
}

.lead {
  color: #dfd5c2;
  line-height: 1.65;
  font-size: 1.08rem;
  max-width: 780px;
}

.about-identity h2 {
  text-align: center;
}

.about-logo {
  width: min(428px, 90vw);
  height: auto;
  display: block;
  box-sizing: border-box;
  margin: 24px auto;
  padding: 0;
  border: 0;
  background: transparent;
  clip-path: none;
  image-rendering: auto;
  filter: none;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline .card {
  border-top: 4px solid var(--gold);
}

.filters,
.shop-shell,
.story-shell {
  display: grid;
  gap: 18px;
}

.filters {
  grid-template-columns: 1.2fr repeat(3, 0.7fr);
  margin-bottom: 20px;
}

.shop-results {
  margin: -6px 0 16px;
  color: #d5ccb8;
  font-weight: 800;
  font-size: 0.92rem;
}

.input,
.select,
.textarea {
  width: 100%;
  color: var(--white);
  background: #141311;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 42px;
}

.textarea {
  min-height: 128px;
  resize: vertical;
}

.calendar-list {
  display: grid;
  gap: 14px;
}

.event {
  display: grid;
  grid-template-columns: 82px 118px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #151411;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.event-photo {
  width: 118px;
  height: 82px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #0d0d0c;
}

.datebox {
  width: 80px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #111;
  border-radius: 6px;
  font-weight: 900;
  text-align: center;
}

.datebox span {
  display: block;
  font-size: 1.7rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag {
  border: 1px solid rgba(250, 200, 15, 0.34);
  color: var(--gold);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.76rem;
}

.explore-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
}

.explore-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 214px;
  gap: 20px;
  direction: ltr;
  overflow-x: auto;
  scroll-snap-type: none;
  scroll-behavior: auto;
  scrollbar-width: none;
  padding: 2px 0 12px;
}

.explore-track::-webkit-scrollbar {
  display: none;
}

.carousel-btn {
  position: relative;
  width: 34px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--gold);
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, filter 180ms ease;
}

.carousel-btn::before,
.carousel-btn::after {
  display: none;
}

.carousel-btn:hover,
.carousel-btn:focus-visible {
  color: #fff4b2;
  filter: drop-shadow(0 0 8px rgba(250, 200, 15, .5));
  outline: none;
}

.carousel-glyph {
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.carousel-btn[data-explore-scroll="-1"] .carousel-glyph {
  transform: translateX(2px) rotate(-135deg);
}

.carousel-btn[data-explore-scroll="1"] .carousel-glyph {
  transform: translateX(-2px) rotate(45deg);
}

.explore-card {
  width: 214px;
  min-height: 246px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: none;
  border-radius: 8px;
  background: #151411;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

html[dir="rtl"] .explore-card {
  direction: rtl;
  text-align: right;
}

.explore-card:hover {
  transform: translateY(-3px);
  border-color: rgba(250, 200, 15, 0.4);
}

.explore-photo {
  display: block;
  height: 172px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(250, 200, 15, 0.14), rgba(15, 15, 12, 0.82)),
    #201f1a;
}

.explore-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.explore-card:hover .explore-photo img {
  transform: scale(1.009);
  filter: saturate(1.08) contrast(1.04);
}

.explore-copy {
  padding: 14px;
}

.explore-card h3 {
  font-size: 1.18rem;
  margin: 0;
}

.explore-card p {
  margin: 4px 0 12px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.details-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(250, 200, 15, 0.38);
  border-radius: 6px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
}

.detail-hero {
  min-height: 282px;
  display: grid;
  align-items: end;
  padding: 54px clamp(18px, 4vw, 56px) 32px;
  background-size: cover;
  background-position: center;
}

.detail-hero h1 {
  max-width: 880px;
  font-size: clamp(1.47rem, 2.94vw, 2.66rem);
  line-height: 1;
  text-transform: uppercase;
}

.detail-hero p {
  max-width: 720px;
  color: #dfd5c2;
  line-height: 1.65;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 20px;
  align-items: start;
}

.detail-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  margin-bottom: 18px;
}

.detail-gallery div {
  min-height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.detail-gallery div:first-child {
  grid-row: span 2;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.detail-facts span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.detail-facts strong {
  display: block;
  color: var(--gold);
}

.nearby-grid,
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.nearby-card,
.recommendation-grid article {
  position: relative;
  min-height: 118px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.nearby-card h3,
.recommendation-grid strong {
  display: block;
  margin: 2px 0 5px;
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1.25;
  padding-right: 27px;
}

.nearby-card p,
.recommendation-grid p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mini-link,
.recommendation-grid button {
  display: grid;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #0b0c0a;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.94rem;
  line-height: 1;
}

.recommendation-grid .recommendation-add {
  position: absolute;
  top: 8px;
  right: 8px;
}

.recommendation-grid .recommendation-add:hover,
.recommendation-grid .recommendation-add:focus-visible {
  background: #fff0a3;
  transform: translateY(-1px);
  outline: 2px solid rgba(250, 200, 15, 0.28);
  outline-offset: 2px;
}

.recommendation-grid span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
}

.recommendation-grid .recommendation-road-time {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 6px;
  border: 1px solid rgba(250, 200, 15, 0.32);
  border-radius: 5px;
  background: rgba(18, 54, 42, 0.82);
  color: #fff1a8;
  font-size: 0.62rem;
  font-weight: 700;
}

.planner-recommendations {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

@media (min-width: 981px) and (max-width: 1200px) {
  .recommendation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.compact-list {
  padding-left: 18px;
  color: #d7cfbf;
  line-height: 1.7;
}

.detail-aside {
  position: sticky;
  top: 96px;
}

.adventure-card-link { color: inherit; text-decoration: none; }
.adventure-card-link:hover { color: var(--yellow); }
.member-access-note { display: inline-block; margin-top: .45rem; color: #d8c77b; font-size: .78rem; line-height: 1.4; }
.community-adventure-hero .tags { margin: 1.25rem 0; }
.community-adventure-story { background: radial-gradient(circle at 12% 10%, rgba(250,200,15,.12), transparent 32%), #050605; }
.adventure-story-card { border: 1px solid rgba(250,200,15,.28); border-top: 3px solid var(--yellow); background: linear-gradient(145deg,#171915,#10120f); box-shadow: 0 22px 55px rgba(0,0,0,.38); }
.adventure-story-card :is(h2,h3) { color: #fffdf4; }
.adventure-story-card > p,.adventure-story-card li { color: #e8e5da; }
.adventure-itinerary { position: relative; display: grid; gap: 0; margin: 1.5rem 0 2rem; }
.adventure-itinerary::before { content: ""; position: absolute; left: 1.25rem; top: 1.5rem; bottom: 1.5rem; width: 1px; background: linear-gradient(var(--yellow), rgba(250,200,15,.12)); }
.adventure-itinerary > div { position: relative; display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; align-items: center; padding: .85rem 0; }
.adventure-itinerary span { z-index: 1; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); background: #10120e; font-weight: 900; box-shadow: 0 0 0 4px rgba(250,200,15,.08),0 8px 20px rgba(0,0,0,.3); }
.adventure-itinerary p { margin: 0; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.11); border-left: 3px solid rgba(250,200,15,.72); background: #20221d; color: #f3f1e9; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.membership-gate-card { position: sticky; top: 7rem; border-color: rgba(250,200,15,.45); }
.membership-gate-card > strong { display: block; margin: 1rem 0 .25rem; color: var(--yellow); font-size: 1.35rem; }
.community-adventure-gallery figure { position: relative; min-height: 260px; margin: 0; background-size: cover; background-position: center; overflow: hidden; }
.community-adventure-gallery figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .45rem .7rem; background: rgba(5,5,5,.82); color: var(--yellow); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.expert-stop-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; margin: 1rem 0 2rem; }
.expert-stop-grid article { padding: 1rem; background: linear-gradient(135deg,rgba(250,200,15,.15),#1d1f1a); border: 1px solid rgba(250,200,15,.38); box-shadow: 0 9px 24px rgba(0,0,0,.18); }
.expert-stop-grid span { display: block; margin-bottom: .4rem; color: var(--yellow); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.expert-stop-grid p { margin: 0; color: #f0eee5; }
.membership-gate-card { background: linear-gradient(160deg,#1a1c17,#10120f); color: #eeeae0; }
.membership-gate-card :is(h3,p) { color: #eeeae0; }
@media (max-width: 700px) { .expert-stop-grid { grid-template-columns: 1fr; } }
.community-detail-layout { grid-template-columns: minmax(210px,260px) minmax(0,1fr) minmax(260px,310px); align-items: start; }
.community-detail-layout .community-adventure-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3,minmax(230px,31vh)); gap: 9px; position: sticky; top: 6.5rem; }
.community-detail-layout .community-adventure-gallery figure { min-height: 0; border: 1px solid rgba(250,200,15,.22); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.community-detail-layout .community-adventure-gallery figcaption { display: none; }
.adventure-access-notice { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 20px; }
.adventure-access-notice.show { display: grid; }
.adventure-access-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.adventure-access-notice > section { position: relative; width: min(480px,100%); padding: 30px; border: 1px solid rgba(250,200,15,.48); border-radius: 16px; background: linear-gradient(145deg,#191b16,#0c0e0b); box-shadow: 0 30px 90px rgba(0,0,0,.68); }
.adventure-access-notice > section > .auth-close { position: absolute; top: 14px; right: 14px; }
.adventure-access-notice h2 { max-width: 360px; margin: .55rem 0 .8rem; color: #fffdf4; }
.adventure-access-notice p { color: #e6e2d7; line-height: 1.7; }
.adventure-access-notice section > div:last-child { display: flex; gap: 10px; margin-top: 1.25rem; }
@media (max-width: 1100px) { .community-detail-layout { grid-template-columns: minmax(190px,230px) minmax(0,1fr); } .community-detail-layout .membership-gate-card { grid-column: 1/-1; position: static; } }
@media (max-width: 760px) { .community-detail-layout { grid-template-columns: 1fr; } .community-detail-layout .community-adventure-gallery { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: 180px; } .community-detail-layout .membership-gate-card { grid-column: auto; } }

.planner-hero {
  --page-hero-image: url("assets/hero-planner-egypt-map.webp");
  --page-hero-position: center 58%;
}

.planner-shell {
  display: grid;
  grid-template-columns: minmax(400px, 0.52fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.planner-form,
.planner-result,
.planner-route {
  background: #11100e;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.planner-form {
  position: relative;
  padding: 0;
  background: #0c0f0d;
  box-shadow: inset 3px 0 0 rgba(250, 200, 15, 0.82), 0 18px 38px rgba(0, 0, 0, 0.24);
}

@media (min-width: 981px) {
  .page-planner .planner-form {
    position: sticky;
    top: 94px;
    max-height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-padding-top: 82px;
    scrollbar-width: thin;
    scrollbar-color: rgba(250, 200, 15, 0.72) rgba(255, 255, 255, 0.06);
  }

  .page-planner .planner-form::-webkit-scrollbar {
    width: 7px;
  }

  .page-planner .planner-form::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.045);
  }

  .page-planner .planner-form::-webkit-scrollbar-thumb {
    border: 2px solid #0c0f0d;
    border-radius: 8px;
    background: rgba(250, 200, 15, 0.78);
  }

  .page-planner .planner-form-intro {
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid rgba(250, 200, 15, 0.14);
    background: rgba(17, 19, 15, 0.96);
    backdrop-filter: blur(12px);
  }
}

.planner-form-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 25px 26px 21px;
  background: #11130f;
}

.planner-form-intro-actions {
  display: grid;
  justify-items: end;
  gap: 9px;
}

.planner-form-intro-actions .planner-save-state {
  margin-top: 0;
  text-align: right;
}

.planner-form-intro-actions .planner-reset-button {
  min-height: 31px;
  padding-right: 10px;
  font-size: .68rem;
}

.planner-form-intro-actions .planner-reset-button > span {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
}

.planner-form-step {
  margin: 0;
  padding: 22px 26px 24px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.planner-form-step-featured {
  background: #10140f;
  box-shadow: inset 3px 0 0 rgba(250, 200, 15, 0.34);
}

.planner-form-step-notes {
  padding-bottom: 18px;
}

.planner-form h2 {
  max-width: 280px;
  margin: 5px 0 0;
  font-size: 1.42rem;
  line-height: 1.15;
}

.planner-form-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.planner-form-section-label > span {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(250, 200, 15, 0.5);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.06);
  color: var(--gold);
  font-size: 0.62rem;
}

.planner-form-section-label small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 450;
  text-transform: none;
}

.planner-save-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #9fc9ba;
  font-size: 0.74rem;
  font-weight: 600;
}

.planner-save-state::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(70, 208, 131, 0.12);
}

.planner-save-state[data-state="saving"]::before {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(250, 200, 15, 0.12);
}

.planner-save-state[data-state="empty"] {
  color: var(--muted);
}

.planner-save-state[data-state="empty"]::before {
  background: #756f65;
  box-shadow: none;
}

.planner-form label {
  display: block;
  margin: 0 0 6px;
  color: #cfc8b7;
  font-size: 0.69rem;
  font-weight: 550;
}

.planner-form-step > .planner-field + .planner-field,
.planner-two {
  margin-top: 15px;
}

.planner-form .input,
.planner-form .select {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background-color: #090c0a;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-weight: 450;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.planner-form .select {
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.planner-form .input:focus,
.planner-form .select:focus {
  border-color: rgba(250, 200, 15, 0.72);
  background-color: #0c100d;
  box-shadow: 0 0 0 3px rgba(250, 200, 15, 0.1);
  outline: none;
}

.planner-form textarea.input {
  min-height: 68px;
  resize: vertical;
}

.planner-preferences {
  padding: 0;
}

.planner-preferences > summary {
  position: relative;
  display: block;
  padding: 20px 56px 19px 26px;
  cursor: pointer;
  list-style: none;
}

.planner-preferences > summary::-webkit-details-marker {
  display: none;
}

.planner-preferences > summary:hover {
  background: rgba(250, 200, 15, 0.035);
}

.planner-preferences > summary:focus-visible {
  outline: none;
  background: rgba(250, 200, 15, 0.055);
  box-shadow: inset 3px 0 0 rgba(250, 200, 15, 0.72);
}

.planner-preferences > summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 24px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 6px;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

.planner-preferences[open] > summary::after {
  content: "-";
}

.planner-preferences > summary .planner-form-section-label {
  margin-bottom: 7px;
}

.planner-preference-summary {
  display: block;
  margin-left: 38px;
  color: #a8c5b8;
  font-size: 0.67rem;
  line-height: 1.35;
}

.planner-preference-body {
  padding: 2px 26px 24px;
}

.planner-preference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 12px;
  padding-top: 3px;
}

.planner-preference-grid .planner-field + .planner-field {
  margin-top: 0;
}

.planner-field-wide {
  grid-column: 1 / -1;
}

.planner-gear-match {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin: 10px 0 14px;
  padding: 9px;
  border: 1px solid rgba(250, 200, 15, 0.42);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: #102d27;
  color: #ddd6c4;
  font-size: 0.72rem;
  line-height: 1.35;
}

.planner-gear-match img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.planner-gear-match strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
}

.planner-gear-match a {
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}

.planner-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.planner-two-compact {
  grid-template-columns: minmax(0, 1.45fr) minmax(96px, 0.55fr);
}

.planner-route-points-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  align-items: end;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
}

.planner-route-points-connector {
  position: relative;
  height: 44px;
}

.planner-route-points-connector::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 1px;
  right: 5px;
  height: 1px;
  background: rgba(250, 200, 15, 0.72);
}

.planner-route-points-connector::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: rotate(45deg);
}

.planner-route-points-note {
  margin: 6px 2px 0;
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.4;
}

.planner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.planner-actions-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0;
  padding: 20px 26px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  background: #11130f;
}

.planner-actions-primary .btn:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.planner-actions-primary .btn:first-child::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b0c0a;
  color: var(--gold);
  font-size: 0.9rem;
  line-height: 1;
}

.planner-actions .btn {
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 750;
}

.planner-road-note {
  margin-top: 14px;
  padding: 9px 11px;
  border-left: 2px solid rgba(250, 200, 15, 0.55);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.planner-preference-body .planner-merge {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 12px 0 0;
  padding: 10px 11px;
  border-radius: 6px;
  font-size: 0.68rem;
  line-height: 1.4;
}

.planner-preference-body .planner-merge input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--gold);
}

.planner-output {
  display: grid;
  gap: 16px;
}

.planner-route {
  padding: 20px;
}

.route-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.route-head h3,
.empty-route h3 {
  margin: 4px 0 0;
}

.planner-route-endpoints {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: -3px 0 15px;
  padding: 10px 12px;
  border: 1px solid rgba(250, 200, 15, 0.2);
  border-radius: 7px;
  background: rgba(250, 200, 15, 0.025);
}

.planner-route-endpoints > span {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 1px 7px;
  align-items: center;
  min-width: 0;
}

.planner-route-endpoints i {
  grid-row: 1 / 3;
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(250, 200, 15, 0.08);
}

.planner-route-endpoints span:last-child i {
  background: var(--gold);
  box-shadow: inset 0 0 0 3px #15170f, 0 0 0 3px rgba(250, 200, 15, 0.08);
}

.planner-route-endpoints small {
  color: var(--muted);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.planner-route-endpoints strong {
  overflow: hidden;
  color: #f3eddf;
  font-size: 0.72rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.planner-route-endpoints > b {
  position: relative;
  height: 1px;
  background: rgba(250, 200, 15, 0.65);
}

.planner-route-endpoints > b::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: rotate(45deg);
}

@media (max-width: 560px) {
  .planner-route-points-fields {
    grid-template-columns: 1fr;
  }

  .planner-route-points-connector {
    width: 1px;
    height: 14px;
    margin-left: 13px;
    background: rgba(250, 200, 15, 0.58);
  }

  .planner-route-points-connector::before,
  .planner-route-points-connector::after {
    display: none;
  }
}

.route-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.route-count {
  padding: 7px 10px;
  border: 1px solid rgba(250, 200, 15, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.planner-reset-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 11px 4px 5px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #0b0c0a;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.planner-reset-button > span {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0b0c0a;
  color: var(--gold);
}

.planner-reset-button > span::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-34deg);
}

.planner-reset-button > span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid currentColor;
  transform: rotate(-13deg);
}

.planner-reset-button:hover,
.planner-reset-button:focus-visible {
  background: #ffda45;
  border-color: #ffda45;
  outline: none;
}

.planner-save-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 11px 4px 5px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #0b0c0a;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.planner-save-button > span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: #0b0c0a;
  color: var(--gold);
}

.planner-save-button > span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 11px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.planner-save-button > span::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 7px;
  width: 6px;
  height: 3px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.planner-save-button:hover,
.planner-save-button:focus-visible {
  background: #ffda45;
  border-color: #ffda45;
  color: #0b0c0a;
  outline: none;
}

.planner-empty-saved {
  min-height: 34px;
  margin-top: 11px;
  padding: 7px 12px;
  border: 1px solid rgba(250, 200, 15, 0.5);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.07);
  color: var(--gold);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 650;
}

.planner-plans-modal {
  position: fixed;
  inset: 0;
  z-index: 64;
  display: none;
  place-items: center;
  padding: 18px;
}

.planner-plans-modal.show {
  display: grid;
}

.planner-plans-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.planner-plans-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 8px;
  background: #0d100d;
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.62);
}

.planner-plans-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--gold);
}

.planner-plans-panel > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.planner-plans-panel h2 {
  margin: 4px 0 0;
  font-size: 1.12rem;
  font-weight: 650;
}

.planner-plans-panel header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.planner-plans-panel > header > button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  border: 1px solid rgba(250, 200, 15, 0.36);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 1.05rem;
}

.planner-current-save {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(34, 67, 41, 0.25);
}

.planner-current-save > div {
  display: grid;
  gap: 3px;
}

.planner-current-save span {
  color: var(--gold);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.planner-current-save strong {
  font-size: 0.92rem;
  font-weight: 620;
}

.planner-current-save small {
  color: var(--muted);
  font-size: 0.67rem;
}

.planner-save-primary {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #10110e;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 750;
}

.planner-save-primary:disabled {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  cursor: not-allowed;
}

.planner-plan-slots {
  display: grid;
  gap: 8px;
  padding: 14px 20px 7px;
}

.planner-plan-slot {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
}

.planner-plan-slot.is-active {
  border-color: rgba(250, 200, 15, 0.62);
  background: rgba(250, 200, 15, 0.055);
}

.planner-plan-slot.is-empty {
  border-style: dashed;
  opacity: 0.68;
}

.planner-slot-number {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 5px;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
}

.planner-plan-slot > div:not(.planner-slot-actions) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.planner-plan-slot strong {
  overflow: hidden;
  color: #f5efe2;
  font-size: 0.78rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.planner-plan-slot > div > span {
  color: var(--muted);
  font-size: 0.64rem;
}

.planner-slot-actions {
  display: flex;
  gap: 5px;
}

.planner-slot-actions button {
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 5px;
  background: transparent;
  color: #d9d2c4;
  cursor: pointer;
  font-size: 0.63rem;
}

.planner-slot-actions button:hover,
.planner-slot-actions button:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.planner-slot-actions button:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

.planner-plan-policy {
  margin: 0;
  padding: 7px 20px 17px;
  color: var(--muted);
  font-size: 0.65rem;
}

@media (max-width: 600px) {
  .planner-plans-modal {
    padding: 8px;
  }

  .planner-current-save,
  .planner-plan-slot {
    grid-template-columns: 1fr;
  }

  .planner-slot-number {
    display: none;
  }

  .planner-save-primary {
    width: 100%;
  }

  .planner-slot-actions {
    justify-content: flex-start;
  }
}

.route-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.route-list li {
  display: grid;
  grid-template-columns: 94px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  cursor: grab;
}

.route-list li:active { cursor: grabbing; }

.route-stop-visual {
  position: relative;
  width: 94px;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(250, 200, 15, 0.32);
  border-radius: 6px;
  background-color: #201f1a;
  overflow: hidden;
}

.route-stop-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04);
}

.route-pin {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-size: 0.72rem;
  font-weight: 950;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
}

.route-list strong {
  display: block;
  color: var(--white);
}

.route-list span {
  display: block;
  margin: 3px 0 6px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 800;
}

.route-list p,
.empty-route p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.route-schedule-controls {
  display: flex;
  align-items: end;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 9px;
}

.route-schedule-controls label {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.route-schedule-controls select,
.route-schedule-controls input {
  min-height: 28px;
  padding: 3px 28px 3px 8px;
  border: 1px solid rgba(250, 200, 15, 0.32);
  border-radius: 5px;
  background: #0a0b09;
  color: var(--gold);
  font: inherit;
}

.route-schedule-controls input { width: 112px; padding-right: 6px; color-scheme: dark; }

.route-stop-review {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.route-stop-review span {
  display: grid;
  gap: 1px;
  min-width: 170px;
  padding: 6px 8px;
  border-left: 2px solid rgba(250, 200, 15, 0.72);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.route-stop-review b { color: #fff; font-size: 0.67rem; }

.drag-grip {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  color: rgba(250, 200, 15, 0.72) !important;
  letter-spacing: 2px;
  font-size: 0.72rem !important;
  cursor: grab;
}

.is-dragging { opacity: 0.42; }
.is-drop-target {
  border-color: var(--gold) !important;
  box-shadow: inset 0 0 0 1px rgba(250, 200, 15, 0.25), 0 0 22px rgba(250, 200, 15, 0.1);
}

.route-tools {
  display: grid;
  gap: 8px;
  padding-left: 3px;
}

.route-tools button {
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 6px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
}

.route-tools button[data-move-stop] {
  font-size: 0;
}

.route-tools button[data-move-stop]::before {
  content: "\2191";
  display: block;
  color: currentColor;
  font: 950 0.92rem/1 Arial, sans-serif;
  text-shadow: 0.45px 0 currentColor, -0.45px 0 currentColor;
  transform: scaleY(0.64);
  transform-origin: center;
}

.route-tools button[data-move-direction="1"]::before {
  content: "\2193";
}

.route-tools button:hover {
  background: rgba(250, 200, 15, 0.12);
}

.empty-route {
  padding: 4px;
}

.planner-result {
  display: grid;
  grid-template-columns: 1fr;
}

.planner-photo-rail {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  border-right: 1px solid var(--line);
  background: #0b0c0a;
}

.planner-photo-rail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(250, 200, 15, 0.25);
}

.planner-photo-rail-head span,
.planner-stop-photo figcaption span { color: var(--gold); font-size: 0.66rem; font-weight: 850; text-transform: uppercase; }
.planner-photo-rail-head strong { color: var(--muted); font-size: 0.68rem; }

.planner-stop-photo {
  display: grid;
  grid-template-columns: minmax(104px, 42%) 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.planner-stop-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(250, 200, 15, 0.28);
  border-radius: 6px;
  background: #201f1a;
}

.planner-stop-photo figcaption { min-width: 0; }
.planner-stop-photo figcaption strong { display: block; margin: 3px 0; color: #fff; font-size: 0.78rem; line-height: 1.25; }
.planner-stop-photo figcaption small { display: block; color: var(--muted); font-size: 0.64rem; line-height: 1.35; }

.itinerary-activity { cursor: grab; }
.itinerary-activity:active { cursor: grabbing; }
.itinerary-entry.has-time-conflict p { color: #efb37b; }
.planner-day-card.is-drop-target { background: rgba(250, 200, 15, 0.055); }

.planner-copy {
  padding: 26px;
}

.planner-conditions {
  margin: 16px 0;
  border: 1px solid rgba(94, 164, 134, 0.42);
  border-left: 4px solid #4d9b7d;
  border-radius: 7px;
  background: #0b211b;
  overflow: hidden;
}

.planner-conditions.has-actions {
  border-color: rgba(250, 200, 15, 0.48);
  border-left-color: var(--gold);
  background: #211d0d;
}

.planner-conditions > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
}

.planner-conditions > header span {
  display: block;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.planner-conditions > header strong { display: block; margin-top: 3px; color: #fff; font-size: 0.84rem; }
.planner-conditions > header b { padding: 5px 8px; border: 1px solid currentColor; border-radius: 999px; color: #8ed5b7; font-size: 0.66rem; }
.planner-conditions.has-actions > header b { color: var(--gold); }
.planner-conditions > p { margin: 0; padding: 0 14px 13px; color: #b9cec5; font-size: 0.76rem; }

.planner-conditions > header button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 7px 5px 10px;
  border: 1px solid rgba(250, 200, 15, 0.5);
  border-radius: 6px;
  background: var(--gold);
  color: #080908;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  cursor: pointer;
}

.planner-conditions > header button span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #0c0d0c;
  color: var(--gold);
  font-size: 0.74rem;
}

.planner-condition-list { display: none; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.planner-conditions.is-open .planner-condition-list { display: grid; }
.planner-condition-list article { display: grid; grid-template-columns: 86px 1fr; gap: 10px; padding: 10px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.planner-condition-list article:last-child { border-bottom: 0; }
.planner-condition-list article > span { color: #91bea9; font-size: 0.62rem; font-weight: 850; text-transform: uppercase; }
.planner-condition-list .condition-action > span { color: var(--gold); }
.planner-condition-list strong { color: #fff; font-size: 0.75rem; }
.planner-condition-list p { margin: 3px 0 0; color: var(--muted); font-size: 0.7rem; line-height: 1.42; }

.condition-alternatives {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.condition-alternatives > b {
  margin-right: 3px;
  color: #fff1a8;
  font-size: 0.62rem;
}

.condition-alternatives button {
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--gold);
  font: inherit;
  font-size: 0.63rem;
  font-weight: 750;
  cursor: pointer;
}

.condition-alternatives button:hover { background: rgba(250, 200, 15, 0.11); }
.condition-guidance { color: #d5cfbf; font-size: 0.67rem; line-height: 1.4; }

.planner-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.planner-stats span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.planner-stats strong {
  display: block;
  color: var(--gold);
  font-size: 1.25rem;
}

.planner-price-note {
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.planner-price-note b { color: #fff; }

.planner-days {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.planner-days li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.planner-days .planner-day-card {
  display: block;
  padding: 16px;
  overflow: hidden;
  border-color: rgba(250, 200, 15, 0.22);
  background: #0b0d0b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.planner-day-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(250, 200, 15, 0.15);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.055);
}

.planner-day-card > header div > span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
}

.planner-day-card .day-load {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  white-space: nowrap;
}

.itinerary-timeline {
  position: relative;
  display: grid;
  margin: 12px 0;
  padding: 10px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.itinerary-entry {
  position: relative;
  display: grid;
  grid-template-columns: 116px 86px 16px minmax(0, 1fr) 52px;
  gap: 12px;
  align-items: start;
  padding: 16px 10px;
  border-radius: 5px;
  transition: background 160ms ease, transform 160ms ease;
}

.itinerary-activity:hover {
  background: rgba(250, 200, 15, 0.045);
  transform: translateX(3px);
}

.itinerary-entry:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 236px;
  top: 33px;
  bottom: -16px;
  width: 1px;
  background: rgba(250, 200, 15, 0.24);
}

.itinerary-visual {
  width: 116px;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 6px;
  background: #0a0c0a;
}

.itinerary-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.itinerary-visual > span { padding: 5px; color: var(--gold); font-size: 0.62rem; font-weight: 850; text-align: center; text-transform: uppercase; }

.itinerary-entry time {
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
}

.itinerary-entry time span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
}

.itinerary-node {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #11100e;
}

.itinerary-transfer .itinerary-node {
  border-radius: 2px;
  transform: rotate(45deg);
}

.itinerary-entry p {
  max-width: 680px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.itinerary-entry > b {
  min-width: 48px;
  justify-self: end;
  padding: 5px 7px;
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 5px;
  background: rgba(250, 200, 15, 0.06);
  color: var(--gold);
  font-size: 0.68rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.planner-day-card > footer {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.planner-empty-preview {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(250, 200, 15, 0.06), transparent 55%),
    #11100e;
}

.planner-empty-preview h3 {
  max-width: 520px;
  margin: 5px 0 7px;
}

.planner-empty-preview p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.planner-empty-route-art {
  position: absolute;
  top: 54px;
  left: 28px;
  right: 28px;
  height: 1px;
  border-top: 1px dashed rgba(250, 200, 15, 0.42);
}

.planner-empty-route-art span {
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #11100e;
}

.planner-empty-route-art span:nth-child(1) { left: 0; }
.planner-empty-route-art span:nth-child(2) { left: 48%; }
.planner-empty-route-art span:nth-child(3) { right: 0; background: var(--gold); }

@media (max-width: 700px) {
  .planner-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .planner-day-card > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .itinerary-entry {
    grid-template-columns: 76px 64px 12px minmax(0, 1fr);
    gap: 9px;
    padding: 14px 4px;
  }

  .itinerary-entry:not(:last-child)::after {
    left: 157px;
  }

  .itinerary-entry > b {
    grid-column: 4;
    justify-self: start;
  }

  .itinerary-visual { width: 76px; }
  .planner-days .planner-day-card { padding: 11px; }
  .itinerary-timeline { padding: 8px 9px; }
  .planner-condition-list article { grid-template-columns: 1fr; gap: 4px; }
}

@media print {
  .page-planner .site-header,
  .page-planner .page-hero,
  .page-planner .planner-form,
  .page-planner .planner-route,
  .page-planner .footer,
  .page-planner .planner-copy > .actions {
    display: none !important;
  }

  .page-planner,
  .page-planner main,
  .page-planner .section,
  .page-planner .planner-result,
  .page-planner .planner-copy,
  .page-planner .planner-day-card {
    background: #fff !important;
    color: #111 !important;
  }

  .page-planner .planner-shell,
  .page-planner .planner-result {
    display: block;
  }

  .page-planner .planner-photo-rail { display: none; }
}

.planner-days strong {
  color: var(--gold);
}

.planner-merge {
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid rgba(250, 200, 15, 0.2);
  border-radius: 8px;
  background: rgba(250, 200, 15, 0.06);
}

.planner-tip {
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid rgba(250, 200, 15, 0.44);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.08);
}

.planner-tip strong {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
}

.planner-tip p {
  margin: 4px 0 0;
  color: #ddd6c4;
  font-size: 0.75rem;
  line-height: 1.4;
}

.planner-tip .planner-route-advisory {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(250, 200, 15, 0.24);
}

.planner-route-advisory b {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.shop-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
}

.mandatory-gear-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: #061814;
}

.mandatory-gear-panel[hidden] { display: none; }

.mandatory-gear-panel h3,
.mandatory-gear-panel p {
  margin: 4px 0 0;
}

.mandatory-gear-panel p {
  color: #cfc9b9;
  font-size: 0.84rem;
}

.mandatory-gear-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.mandatory-gear-head a {
  color: var(--gold);
  font-weight: 750;
}

.mandatory-gear-head-actions { display: flex; align-items: center; gap: 10px; }
.mandatory-gear-head-actions button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(250, 200, 15, 0.36);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.mandatory-gear-head-actions button:hover,
.mandatory-gear-head-actions button:focus-visible { background: var(--gold); color: #07130f; outline: none; }

.mandatory-gear-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mandatory-gear-list label {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 42px 1fr;
  gap: 7px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.mandatory-gear-list input {
  accent-color: var(--gold);
}

.mandatory-gear-list img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.mandatory-gear-list span,
.mandatory-gear-list strong,
.mandatory-gear-list small,
.mandatory-gear-list b {
  min-width: 0;
  display: block;
}

.mandatory-gear-list strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mandatory-gear-list small {
  margin-top: 2px;
  overflow: hidden;
  color: #bdb7a8;
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mandatory-gear-list b {
  margin-top: 3px;
  color: var(--gold);
  font-size: 0.7rem;
}

.mandatory-pack-button {
  justify-self: start;
}

.sidebar {
  align-self: start;
  position: sticky;
  top: 92px;
  padding: 0;
  background: #fff;
  color: #16120a;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.shop-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 13px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-filter-head strong,
.shop-filter-head span { display: block; }

.shop-filter-head strong { color: #111; font-size: 0.92rem; }

.shop-filter-head span {
  margin-top: 2px;
  color: #645b4e;
  font-size: 0.68rem;
}

.shop-filter-head button {
  padding: 5px 7px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #625300;
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
}

.shop-filter-head button:hover,
.shop-filter-head button:focus-visible {
  background: #f4e7a2;
  color: #111;
  outline: none;
}

.filter-group {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-group summary {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 13px;
  color: #17130b;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 750;
  list-style: none;
}

.filter-group summary::-webkit-details-marker { display: none; }

.filter-group summary::after {
  content: "+";
  width: 18px;
  height: 18px;
  display: grid;
  flex: 0 0 18px;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  background: #f2d55a;
  color: #17130b;
  font-size: 0.84rem;
  line-height: 1;
}

.filter-group[open] summary::after { content: "-"; }

.filter-group summary:hover,
.filter-group summary:focus-visible {
  background: #f8f4e7;
  outline: none;
}

.filter-group summary small:not(:empty) {
  min-width: 18px;
  padding: 2px 5px;
  border-radius: 999px;
  background: #173f33;
  color: #fff;
  font-size: 0.62rem;
  text-align: center;
}

.filter-group-body { padding: 0 13px 10px; }

.filter-note strong {
  display: block;
  margin: 0 0 4px;
  color: #111;
  font-size: 0.74rem;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0;
  color: #2b2720;
  font-size: 0.84rem;
  line-height: 1.25;
}

.filter-note p {
  margin: 0;
  color: #5a5146;
  font-size: 0.68rem;
  line-height: 1.4;
}

.filter-note { padding: 11px 13px 13px; }

.delivery-range {
  margin: 8px 0 12px;
}

.delivery-range strong {
  display: block;
  margin-bottom: 14px;
  color: #111;
  font-size: 0.96rem;
  font-weight: 900;
}

.range-shell {
  position: relative;
  height: 38px;
}

.range-track,
.range-fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 8px;
  border-radius: 999px;
}

.range-track {
  background: #d5d8d6;
}

.range-fill {
  left: var(--min-pos);
  right: calc(100% - var(--max-pos));
  background: linear-gradient(90deg, #174c3e, #0d352d);
  box-shadow: inset 0 0 0 1px rgba(250, 200, 15, 0.18);
}

.range-shell input[type="range"] {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.range-shell input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
}

.range-shell input[type="range"]::-webkit-slider-thumb {
  width: 32px;
  height: 32px;
  margin-top: -12px;
  border: 4px solid #174c3e;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(250, 200, 15, 0.32), 0 3px 8px rgba(0, 0, 0, 0.28);
  cursor: grab;
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-shell input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
}

.range-shell input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 4px solid #174c3e;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(250, 200, 15, 0.32), 0 3px 8px rgba(0, 0, 0, 0.28);
  cursor: grab;
  pointer-events: auto;
}

.rating-filter {
  display: grid;
  gap: 7px;
}

.rating-filter label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #2b2720;
  font-size: 0.84rem;
  cursor: pointer;
  min-height: 30px;
  padding: 4px 5px;
  border-radius: 4px;
}

.rating-filter label:hover,
.rating-filter label:has(input:checked) {
  background: #edf3ef;
  color: #0d352d;
}

.rating-filter input {
  accent-color: #174c3e;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(126px, 1fr));
  grid-auto-rows: 270px;
  column-gap: 14px;
  row-gap: 14px;
  align-items: start;
  align-content: start;
  align-self: start;
}

.product {
  position: relative;
  height: 270px;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #16120a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product.is-filter-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  animation: product-filter-scan 420ms cubic-bezier(0.2, 0.78, 0.24, 1) var(--filter-reveal-delay, 0ms) both;
}

@keyframes product-filter-scan {
  0% { transform: scaleX(0); opacity: 0; }
  24% { opacity: 1; }
  72% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0; }
}

.product:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.product-visual {
  position: relative;
  height: 84px;
  flex: 0 0 84px;
  overflow: hidden;
  background: #f6f6f3;
}

.product-link {
  display: block;
  color: inherit;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product:hover .product-visual img {
  transform: scale(1.009);
}

.product-card-actions {
  position: absolute;
  right: 7px;
  top: 58px;
  z-index: 2;
}

.product-quick-add {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.22rem;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #111;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.product-body {
  min-height: 0;
  padding: 6px 7px 7px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-kicker {
  color: #8d6a00;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.deal-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: #7c122d;
  font-size: 0.62rem;
  font-weight: 900;
}

.deal-row span {
  padding: 3px 5px;
  border-radius: 5px;
  background: #cc0c39;
  color: #fff;
}

.deal-row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 3px;
  flex-wrap: wrap;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
}

.product-price-row span {
  font-size: 0.72rem;
}

.product-price-row strong {
  font-size: 0.95rem;
  line-height: 1;
}

.product-price-row small {
  margin-left: 6px;
  color: #6d665c;
  font-size: 0.63rem;
  text-decoration: line-through;
}

.product-body h3 {
  margin: 4px 0 2px;
  min-height: 2.45em;
  font-size: 0.75rem;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-body h3 a:hover {
  color: #174c3e;
}

.rating {
  color: #a46a00;
  font-weight: 800;
  font-size: 0.69rem;
  margin: 2px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.stars {
  color: #f2a800;
  letter-spacing: 0;
  white-space: nowrap;
}

.rating button,
.rating a {
  border: 0;
  background: transparent;
  color: #174c3e;
  padding: 0;
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
}

.delivery-badge {
  margin: 2px 0 3px;
  color: #17613f;
  font-size: 0.65rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price {
  font-size: 1.2rem;
  font-weight: 900;
}

.delivery {
  color: #167143;
  font-size: 0.78rem;
  margin: 3px 0 8px;
}

.product-description {
  color: #4f4636;
  line-height: 1.35;
  font-size: 0.66rem;
  margin: 0 0 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pack-priority {
  display: flex;
  gap: 4px;
  margin-top: 1px;
  padding-top: 3px;
  border-top: 1px solid #e6e3db;
  color: #514b40;
  font-size: 0.62rem;
  line-height: 1.25;
  min-width: 0;
}

.pack-priority strong {
  color: #0d352d;
  font-size: 0.59rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pack-priority span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.variant-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 4px 0;
}

.variant-row span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.28);
  background: #2b2b2b;
}

.variant-row span:nth-child(2) {
  background: #63717c;
}

.variant-row span:nth-child(3) {
  background: #d6d2c8;
}

.variant-row span:nth-child(4) {
  background: #8d6a00;
}

.variant-row span:nth-child(5) {
  background: #1d3f35;
}

.variant-row small,
.brand-deal {
  color: #174c3e;
  font-size: 0.65rem;
  font-weight: 800;
}

.product-color-picker {
  margin: 18px 0 8px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 53, 45, 0.14);
  border-radius: 14px;
  background: #faf8f1;
}

.product-color-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

.product-color-head span {
  color: #52615c;
  font-size: 0.86rem;
  font-weight: 800;
}

.product-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-color {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--product-color);
  box-shadow: 0 0 0 1px rgba(13, 53, 45, 0.3);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-color:hover { transform: translateY(-2px); }

.product-color.is-selected {
  box-shadow: 0 0 0 3px #e5b91e, 0 4px 12px rgba(13, 53, 45, 0.18);
  transform: scale(1.08);
}

.cart-item-variant {
  display: flex;
  gap: 8px;
  margin: 4px 0;
  color: #53615c;
  font-size: 0.82rem;
}

.cart-item-variant strong { color: #143f35; }

.mandatory-gear-list strong a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(229, 185, 30, 0.75);
  text-underline-offset: 3px;
}

.mandatory-gear-list strong a:hover { color: #946f00; }

.brand-deal {
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all-rating-mark {
  min-width: 44px;
  color: #174c3e;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-deal:hover {
  color: #0b2f27;
  text-decoration: underline;
}

.fit-guide {
  display: grid;
  gap: 6px;
  margin: 8px 0 10px;
}

.fit-row {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  background: #fbfaf5;
}

.fit-row strong {
  display: block;
  margin-bottom: 3px;
  color: #16120a;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fit-row span {
  color: #5a4f3d;
  font-size: 0.76rem;
  line-height: 1.35;
}

.fit-row.mandatory {
  border-color: rgba(176, 39, 39, 0.25);
  background: #fff6f3;
}

.fit-row.nice-to-have {
  border-color: rgba(184, 141, 0, 0.28);
  background: #fffbea;
}

.fit-row.optional {
  border-color: rgba(22, 113, 67, 0.22);
  background: #f2fbf6;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 62;
  display: none;
  place-items: center;
  padding: 20px;
}

.product-modal.show {
  display: grid;
}

.product-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 8px;
  background: #fffaf0;
  color: #16120a;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.product-close {
  position: absolute;
  right: 14px;
  top: 14px;
  background: #11100e;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) 1fr;
  gap: 22px;
  align-items: start;
}

.product-detail-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f6f3;
}

.product-detail-grid h2 {
  margin: 8px 44px 8px 0;
  color: #16120a;
}

.modal-deal {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0;
}

.modal-deal span {
  padding: 6px 8px;
  border-radius: 5px;
  background: #cc0c39;
  color: #fff;
  font-weight: 900;
}

.modal-deal strong {
  color: #111;
  font-size: 1.65rem;
}

.modal-deal small {
  color: #6d665c;
  text-decoration: line-through;
}

.product-detail-list {
  margin: 14px 0;
  padding-left: 20px;
  color: #3d372f;
  line-height: 1.55;
}

.product-recommendations {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mini-head {
  margin-bottom: 12px;
}

.mini-head h3 {
  color: #16120a;
  font-size: 1.25rem;
}

.recommend-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.recommend-product {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}

.recommend-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: #f6f6f3;
}

.recommend-product strong,
.recommend-product span,
.recommend-product small {
  display: block;
}

.recommend-product span {
  margin: 5px 0;
  color: #b12704;
  font-weight: 900;
}

.recommend-product small {
  color: #514a41;
  line-height: 1.35;
}

.recommend-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.recommend-actions button,
.recommend-actions a {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(184, 141, 0, 0.36);
  border-radius: 6px;
  background: #fffbea;
  color: #4d3900;
  cursor: pointer;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
}

.recommend-actions button:last-child {
  width: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
}

.product-page {
  background: #f4f1e9;
  color: #16120a;
}

.back-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: #174c3e;
  font-weight: 900;
}

.product-page-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.2fr) minmax(250px, 0.7fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}

.product-page-gallery {
  display: grid;
  gap: 12px;
}

.product-page-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f6f3;
}

.product-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.product-thumb-row span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: #4d3900;
  background: #fffbea;
  font-weight: 900;
  text-align: center;
}

.product-page-main h1 {
  margin: 8px 0;
  color: #16120a;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.product-page-main p {
  color: #3d372f;
  line-height: 1.58;
}

.product-page-fit {
  margin-top: 18px;
}

.buy-box {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #fffaf0;
}

.buy-box p,
.buy-box small {
  margin: 0;
  color: #4f4636;
  line-height: 1.45;
}

.product-page-recs {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}

.charts {
  align-items: center;
}

.chart-frame {
  background: #f8f7f2;
  border-radius: 8px;
  padding: 10px;
}

.story-shell {
  grid-template-columns: 1fr;
  align-items: start;
}

.story-shell > div {
  min-width: 0;
}

.story-feed-head {
  align-items: end;
}

.story-feed-head h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.06rem);
}

.story-share-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 16px 7px 8px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #0b0c0a;
  font-weight: 900;
  cursor: pointer;
}

.story-share-button span {
  position: relative;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b0c0a;
  color: var(--gold);
  font-size: 0;
}

.story-share-button span::before,
.story-share-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.story-share-button span::before {
  width: 13px;
  height: 3px;
}

.story-share-button span::after {
  width: 3px;
  height: 13px;
}

.story-dialog {
  width: min(680px, calc(100% - 28px));
  max-height: min(88vh, 860px);
  padding: 0;
  border: 1px solid rgba(250, 200, 15, 0.42);
  border-radius: 8px;
  background: #11100e;
  color: var(--white);
  overflow: auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.72);
}

.story-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
}

.story-dialog .story-form {
  border: 0;
  border-radius: 0;
}

.story-dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.story-dialog-head h2 {
  margin-bottom: 0;
}

.story-dialog-close {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #080908;
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.story-form {
  padding: 20px;
  background: #11100e;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.story-form label {
  display: block;
  color: var(--muted);
  margin: 14px 0 6px;
}

.story-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.story-media-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 17px;
  padding: 14px;
  border: 1px dashed rgba(250, 200, 15, 0.38);
  border-radius: 8px;
  background: rgba(250, 200, 15, 0.035);
}

.story-media-picker > div:first-child {
  display: grid;
  gap: 4px;
}

.story-media-picker label {
  margin: 0;
  color: var(--white);
  font-weight: 750;
}

.story-media-picker small {
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.story-media-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.story-media-select {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid var(--yellow);
  border-radius: 6px;
  background: var(--yellow);
  color: #080908 !important;
  font-size: 0.68rem;
  font-weight: 850 !important;
  cursor: pointer;
}

.story-media-select span {
  font-size: 1rem;
  line-height: 1;
}

.story-media-preview {
  grid-column: 1 / -1;
}

.story-media-preview:empty {
  display: none;
}

.story-media-preview-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.story-media-preview-card :is(img, video) {
  display: block;
  width: 128px;
  height: 88px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #050605;
  object-fit: cover;
}

.story-media-preview-card > div {
  display: grid;
  justify-items: start;
  gap: 5px;
  min-width: 0;
}

.story-media-preview-card strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--white);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-media-preview-card button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--yellow);
  font-size: 0.62rem;
  font-weight: 750;
  cursor: pointer;
}

.story-featured-media {
  position: relative;
  overflow: hidden;
  margin: 12px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050605;
}

.story-featured-media :is(img, video) {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.story-featured-media.is-video span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(5, 6, 5, 0.84);
  color: var(--white);
  font-size: 0.58rem;
  pointer-events: none;
}

@media (max-width: 560px) {
  .story-media-picker { grid-template-columns: 1fr; }
  .story-media-select { width: 100%; }
  .story-media-preview { grid-column: auto; }
  .story-media-preview-card { grid-template-columns: 96px minmax(0, 1fr); }
  .story-media-preview-card :is(img, video) { width: 96px; height: 74px; }
}

.contact-form {
  padding: 0 28px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.contact-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  margin: 0;
  font-size: 0.72rem;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 32px;
  border-left: 1px solid rgba(250, 200, 15, 0.3);
}

.contact-detail h2 {
  margin: 5px 0 0;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.contact-detail > p {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.contact-email-link {
  display: inline-block;
  color: var(--gold);
  margin-top: 14px;
  font-size: 1.02rem;
  font-weight: 650;
  text-decoration: none;
}

.contact-email-link:hover { text-decoration: underline; }

.contact-guidance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.contact-guidance > div {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.contact-guidance dt {
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 650;
}

.contact-guidance dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.contact-detail .contact-safety {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-top: auto;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 112, 77, 0.28);
  border-bottom: 1px solid rgba(255, 112, 77, 0.28);
  color: var(--muted);
  font-size: 0.76rem;
}

.contact-safety strong {
  color: #ff9a7f;
  font-weight: 650;
}

.support-chat-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.46fr) minmax(460px, 1.54fr);
  gap: 24px;
  align-items: center;
}

.support-chat-intro {
  display: grid;
  gap: 16px;
}

.support-chat-intro h2 {
  max-width: 520px;
  margin: 8px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  letter-spacing: 0;
}

.support-chat-intro p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.support-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--sand);
  font-size: 0.82rem;
}

.support-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 5px rgba(70, 208, 131, 0.12);
}

.support-chat {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 8px;
  background: #0d100e;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3), inset 3px 0 0 rgba(250, 200, 15, 0.8);
}

.support-chat-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  background: #151713;
}

.support-agent-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--gold);
  color: #0a0a09;
  font-weight: 850;
}

.support-chat-head strong,
.support-chat-head span {
  display: block;
  letter-spacing: 0;
}

.support-chat-head strong { font-size: 0.92rem; }
.support-chat-head span { margin-top: 2px; color: var(--muted); font-size: 0.72rem; }

.support-clear {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.7rem;
  cursor: pointer;
}

.support-clear:hover { border-color: rgba(250, 200, 15, 0.5); color: var(--gold); }

.support-messages {
  display: flex;
  flex-direction: column;
  gap: 11px;
  height: 142px;
  padding: 13px 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(250, 200, 15, 0.55) transparent;
}

.support-message {
  max-width: min(82%, 520px);
}

.support-message > div {
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 0.86rem;
  line-height: 1.5;
}

.support-message time {
  display: block;
  margin-top: 4px;
  color: #837d72;
  font-size: 0.61rem;
}

.support-message.is-assistant { align-self: flex-start; }
.support-message.is-assistant > div { border: 1px solid var(--line); background: #191a17; color: var(--sand); }
.support-message.is-user { align-self: flex-end; text-align: right; }
.support-message.is-user > div { background: var(--gold); color: #111; text-align: left; }
.support-message > div > p { margin: 0; }
.support-message-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; padding-top: 8px; border-top: 1px solid rgba(250, 200, 15, 0.18); }
.support-message-links a { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; padding: 5px 8px; border: 1px solid rgba(250, 200, 15, 0.38); border-radius: 4px; color: var(--gold); font-size: 0.66rem; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
.support-message-links a:hover, .support-message-links a:focus-visible { border-color: var(--gold); background: var(--gold); color: #111; outline: none; }
.support-message-links a span { font-size: 0.8rem; }

.support-chat.is-typing .support-messages::after {
  content: "ND Compass is typing  \2022  \2022  \2022";
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #191a17;
  color: var(--sand);
  font-size: 0.7rem;
  animation: nd-support-typing 1.25s ease-in-out infinite;
}

@keyframes nd-support-typing {
  0%, 100% { opacity: 0.58; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .support-chat.is-typing .support-messages::after { animation: none; }
}
.support-chat.is-session-closed .support-chat-compose { opacity: 0.48; }
.support-chat.is-session-closed .support-quick-actions { opacity: 0.48; }

.support-quick-actions {
  display: flex;
  gap: 7px;
  padding: 0 14px 9px;
  overflow-x: auto;
  scrollbar-width: none;
}

.support-quick-actions::-webkit-scrollbar { display: none; }
.support-quick-actions button {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(250, 200, 15, 0.35);
  border-radius: 999px;
  background: rgba(250, 200, 15, 0.06);
  color: var(--sand);
  font: inherit;
  font-size: 0.7rem;
  cursor: pointer;
}

.support-quick-actions button:hover { border-color: var(--gold); color: var(--gold); }

.support-chat-compose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: end;
  margin: 0 14px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #171815;
}

.support-chat-compose:focus-within { border-color: rgba(250, 200, 15, 0.65); }
.support-chat-compose textarea {
  width: 100%;
  min-height: 38px;
  max-height: 112px;
  padding: 9px 8px;
  resize: none;
  overflow-y: auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 0.85rem;
}

.support-chat-compose button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-size: 1.15rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.support-chat-compose button:hover { transform: translateY(-1px); background: #ffdc45; }
.support-contact-section {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.support-contact-section .grid-2 {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: stretch;
  gap: 0;
}

.support-contact-section .textarea {
  min-height: 78px;
  resize: vertical;
}

.support-request-panel,
.support-direct-panel { min-height: 0; }
.support-panel-heading { min-height: 48px; }
.support-panel-heading h2 { margin: 5px 0 0; font-size: 1.35rem; letter-spacing: 0; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; margin-top: 15px; }
.contact-form-grid .input,
.contact-form-grid .select { height: 38px; padding-top: 7px; padding-bottom: 7px; font-size: 0.78rem; }
.contact-message-field { grid-column: 1 / -1; }
.support-request-actions { margin-top: 12px; gap: 8px; }
.support-request-actions .btn { min-height: 36px; padding: 8px 13px; font-size: 0.72rem; }
.support-request-status { align-self: center; color: var(--muted); font-size: 0.68rem; line-height: 1.45; }
.support-request-status strong { color: var(--gold); }

html[data-theme="day"] .support-chat { background: #f9f7ef; }
html[data-theme="day"] .support-chat-head,
html[data-theme="day"] .support-chat-compose { background: #efede5; }
html[data-theme="day"] .support-message.is-assistant > div { background: #fffdf8; }

.story-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.story-filter-bar {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(140px, 0.42fr) minmax(120px, 0.36fr) minmax(150px, 0.48fr) auto 38px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: -10px 0 18px;
  padding: 9px;
  overflow-x: auto;
  border: 1px solid rgba(250, 200, 15, 0.25);
  border-left: 3px solid var(--gold);
  border-radius: 7px;
  background: #11100e;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.story-filter-bar input,
.story-filter-bar select {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  outline: 0;
  background: #080908;
  color: #f4efe3;
  font: inherit;
  font-size: 0.82rem;
}

.story-filter-bar input:focus,
.story-filter-bar select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(250, 200, 15, 0.12);
}

.story-search-field {
  min-width: 320px;
}

.story-smart-detection {
  min-width: 150px;
  color: #d9d1c0;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.story-result-count {
  min-width: 88px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.story-filter-clear {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 0 2px;
  border: 1px solid rgba(250, 200, 15, 0.38);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.story-filter-clear:hover,
.story-filter-clear:focus-visible {
  background: var(--gold);
  color: #111;
}

.story-filter-empty {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px dashed rgba(250, 200, 15, 0.4);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.story-filter-empty strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
}

.story-filter-empty button {
  min-height: 36px;
  margin-top: 8px;
  padding: 7px 12px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: var(--gold);
  color: #111;
  font-weight: 900;
  cursor: pointer;
}

.story-show-more {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 18px 0 4px;
}

.story-show-more button {
  width: min(570px, 100%);
  min-height: 34px;
  padding: 6px 16px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: #111;
  font-size: 0.82rem;
  font-weight: 950;
  cursor: pointer;
}

.story-show-more span {
  margin-left: 7px;
  font-size: 0.62rem;
  font-weight: 800;
  opacity: 0.68;
}

.story-card {
  padding: 20px;
  background: #151411;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.story-author {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.story-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-weight: 950;
}

.story-author small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.story-score {
  text-align: right;
}

.story-score strong,
.story-score span {
  display: block;
}

.story-score strong {
  color: #fff;
  font-size: 1.1rem;
}

.story-score span {
  color: var(--gold);
  font-size: 0.76rem;
  white-space: nowrap;
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 12px 0;
  min-height: 170px;
}

.story-gallery-1 {
  grid-template-columns: 1fr;
}

.story-gallery-2 {
  grid-template-columns: repeat(2, 1fr);
}

.story-gallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 5px;
}

.story-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.story-tags,
.story-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.story-tags button,
.story-actions button {
  border: 1px solid rgba(250, 200, 15, 0.34);
  background: rgba(250, 200, 15, 0.06);
  color: var(--gold);
  border-radius: 999px;
  padding: 7px 10px;
  cursor: pointer;
}

.story-tags {
  gap: 4px;
  margin: 10px 0;
}

.story-tags button {
  min-height: 24px;
  padding: 3px 6px;
  font-size: 0.5rem;
  line-height: 1.2;
}

.story-actions button {
  color: var(--white);
}

.story-actions button.requires-signin {
  border-style: dashed;
  color: var(--muted);
}

.story-actions button.requires-signin > span {
  margin-left: 5px;
  padding-left: 7px;
  border-left: 1px solid rgba(250, 200, 15, 0.28);
  color: var(--gold);
  font-size: 0.52rem;
  font-weight: 850;
  text-transform: uppercase;
}

.story-actions strong {
  color: var(--gold);
}

.story-actions button.is-liked {
  border-color: var(--gold);
  background: rgba(250, 200, 15, 0.16);
  color: var(--gold);
}

.story-comments {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
}

.story-comments p {
  margin: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.story-comments form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.story-signin-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 11px 13px;
  border: 1px dashed rgba(250, 200, 15, 0.3);
  border-radius: 7px;
  background: rgba(250, 200, 15, 0.035);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.story-signin-prompt span {
  font-size: 0.61rem;
  text-transform: uppercase;
}

.story-signin-prompt strong {
  color: var(--gold);
  font-size: 0.67rem;
}

html[data-theme="day"] .story-signin-prompt {
  border-color: rgba(94, 74, 0, 0.28);
  background: #fffbea;
  color: var(--day-body);
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 14px;
}

.cart-stack {
  display: grid;
  gap: 14px;
}

.cart-section-title {
  position: relative;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: #11100e;
}

.cart-section-title h2,
.wishlist-head h2 {
  margin: 3px 0 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 950;
}

.cart-section-title > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--gold);
  font-weight: 900;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #151411;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-mark {
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--gold);
  color: #111;
  font-weight: 900;
}

.cart-photo {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #fff;
}

.cart-item-number {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 7px 0;
  padding: 5px 8px;
  border-left: 2px solid var(--gold);
  background: rgba(250, 200, 15, 0.055);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
}

.cart-item-number span {
  text-transform: uppercase;
}

.cart-item-number strong {
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.cart-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
  flex-wrap: wrap;
}

.qty-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(250, 200, 15, 0.45);
  border-radius: 6px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
}

.cart-summary {
  position: sticky;
  top: 92px;
  padding: 20px;
  background: #11100e;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.wishlist-panel {
  position: relative;
  margin-top: 56px;
  padding: 18px;
  background: #11100e;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.26);
}

.back-to-top {
  --scroll-progress: 0deg;
  position: fixed;
  right: clamp(16px, 2.5vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 18;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 3px;
  border: 0;
  border-radius: 50%;
  background: conic-gradient(var(--gold) var(--scroll-progress), rgba(250, 200, 15, 0.28) 0);
  color: #080908;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(250, 200, 15, 0.34);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.back-to-top span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #080908;
  font-size: 0;
  font-weight: 950;
  line-height: 1;
}

.back-to-top span::before {
  content: "\2191";
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor;
  transform: translateY(1px) scaleY(0.64);
  transform-origin: center;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.44), 0 0 0 3px rgba(250, 200, 15, 0.16);
  outline: none;
}

@media (max-width: 700px) {
  .back-to-top { right: 14px; bottom: 16px; width: 36px; height: 36px; }
  .back-to-top span { width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top { transition: opacity 120ms ease, visibility 120ms ease; }
}

@media (max-width: 700px) {
  .wishlist-panel { margin-top: 44px; }
}

.wishlist-panel::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(250, 200, 15, 0.9) 18%, rgba(250, 200, 15, 0.9) 82%, transparent);
}

.wishlist-head p {
  max-width: 600px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.wishlist-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 12px;
}

.wishlist-head h3 {
  margin: 4px 0 0;
}

.wishlist-head > span {
  color: var(--gold);
  font-weight: 900;
}

.wishlist-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.wishlist-tabs button,
.wishlist-actions button {
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 6px;
  background: transparent;
  color: #ddd6c4;
  cursor: pointer;
  font-weight: 900;
}

.wishlist-tabs button {
  min-height: 36px;
  padding: 7px 10px;
}

.wishlist-tabs button.active {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
}

.wishlist-create {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 12px;
}

.wishlist-items {
  display: grid;
  gap: 10px;
}

.wishlist-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.wishlist-item .cart-mark {
  width: 54px;
}

.wishlist-item .cart-photo {
  width: 54px;
  height: 54px;
}

.wishlist-item span,
.wishlist-item small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}

.wishlist-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
}

.wishlist-actions button {
  min-height: 34px;
  padding: 7px 10px;
}

.wishlist-empty {
  padding: 14px;
  border: 1px dashed rgba(250, 200, 15, 0.32);
  border-radius: 8px;
  color: var(--muted);
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.summary-line.total {
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: 0;
}

.footer {
  padding: 38px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background: #050505;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(320px, 1.25fr) auto;
  align-items: start;
  gap: 20px;
}

.footer-brand {
  display: grid;
  gap: 7px;
}

.footer-brand strong {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-brand span {
  line-height: 1.4;
}

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-group {
  display: grid;
  gap: 8px;
}

.footer-group h4 {
  margin: 0 0 2px;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-sitemap a {
  color: #ddd6c4;
  font-weight: 400;
  font-size: 0.84rem;
}

.footer-sitemap a:hover {
  color: var(--gold);
}

.footer-legal {
  display: block;
  max-width: 245px;
  margin-top: 15px;
  padding-top: 0;
  border-top: 0;
  color: #8f8a7d;
  font-size: 0.72rem;
  line-height: 1.55;
}

.footer > .footer-legal { display: none; }

.footer-legal a { color: #d8d1bf; font-weight: 500; }
.footer-legal a:hover { color: var(--gold); }

.terms-hero {
  --page-hero-position: center 48%;
}

.terms-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.terms-index {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 3px;
  padding-left: 14px;
  border-left: 2px solid rgba(250, 200, 15, 0.6);
}

.terms-index strong { margin-bottom: 8px; color: #fff; font-size: 0.8rem; }
.terms-index a { padding: 5px 0; color: var(--muted); font-size: 0.76rem; font-weight: 500; }
.terms-index a:hover { color: var(--gold); }

.terms-content { max-width: 850px; }
.terms-content > .lead { margin-top: 0; color: #ddd6c4; }
.terms-content section { position: relative; padding: 24px 0 22px 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.terms-content section > span { position: absolute; left: 0; top: 27px; color: var(--gold); font-size: 0.72rem; font-weight: 900; }
.terms-content h2 { margin: 0 0 10px; font-size: 1.18rem; }
.terms-content p { color: var(--muted); font-size: 0.86rem; line-height: 1.7; }
.terms-content a { color: var(--gold); }

@media (max-width: 760px) {
  .terms-layout { grid-template-columns: 1fr; }
  .terms-index { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .terms-index strong { grid-column: 1 / -1; }
  .terms-content section { padding-left: 34px; }
  .footer-legal { margin-top: 14px; padding-top: 0; }
}

.social-links {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
}

.social-links a {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, 0.48);
  border-radius: 50%;
  background: rgba(250, 200, 15, 0.025);
  color: var(--gold);
  line-height: 0;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.social-links svg {
  display: block;
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: currentColor;
  stroke: none;
}

.social-links a[data-social-channel="instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links .social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-links a[data-social-channel="youtube"] svg {
  width: 19px;
  height: 19px;
}

.social-links .social-icon-play {
  fill: #0b0c0a;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: var(--gold);
  color: #0b0c0a;
}

.social-links a[data-social-channel="youtube"]:hover .social-icon-play {
  fill: var(--gold);
}

@media (max-width: 640px) {
  .social-links { justify-content: flex-start; }
  .social-links a { flex-basis: 38px; width: 38px; height: 38px; }
}

:focus-visible {
  outline: 3px solid rgba(250, 200, 15, 0.78);
  outline-offset: 3px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  max-width: min(380px, calc(100vw - 36px));
  transform: translateY(34px) scale(0.985);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    visibility 0s linear 340ms;
  background: var(--gold);
  color: #111;
  padding: 12px 14px;
  border: 1px solid rgba(255, 224, 84, 0.8);
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1.45;
  z-index: 100;
}

.toast.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.toast.over-modal {
  top: auto;
  right: auto;
  bottom: 22px;
  left: 50%;
  width: max-content;
  transform: translate(-50%, 34px) scale(0.985);
  text-align: center;
}

.toast.over-modal.show {
  transform: translate(-50%, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .toast {
    transform: translateY(0);
    transition: opacity 120ms ease, visibility 0s linear 120ms;
  }

  .toast.show {
    transform: translateY(0);
  }

  .toast.over-modal,
  .toast.over-modal.show {
    transform: translate(-50%, 0);
  }
}

.toast.error {
  border-color: rgba(250, 200, 15, 0.72);
  border-left: 4px solid var(--gold);
  background: #211b0d;
  color: #fff7d2;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(250, 200, 15, 0.12);
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 20px;
}

.auth-modal.show {
  display: grid;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.auth-panel {
  position: relative;
  width: min(440px, 100%);
  max-height: calc(100dvh - 40px);
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(250, 200, 15, 0.1), transparent 34%),
    #11100e;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.auth-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #fff0a3 48%, transparent 82%);
}

.auth-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding: 14px 20px 9px;
  border-bottom: 1px solid var(--line);
}

.auth-panel-head h2 {
  margin: 4px 0 0;
  font-size: 1.12rem;
  font-weight: 650;
}

.auth-subtitle {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.auth-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 999px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 1.3rem;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: min(224px, calc(100% - 40px));
  margin: 10px auto 1px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.auth-tabs button {
  min-height: 31px;
  padding: 5px 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #bdb5a4;
  cursor: pointer;
  font: 600 0.72rem/1 inherit;
  letter-spacing: 0.01em;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.auth-tabs button.active {
  background: var(--gold);
  color: #111;
  box-shadow: 0 3px 10px rgba(250, 200, 15, 0.16);
}

.auth-tabs button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.auth-form {
  display: none;
  padding: 10px 20px 16px;
}

.auth-form.active {
  display: grid;
  gap: 9px;
}

.auth-form label {
  display: grid;
  gap: 5px;
  color: #ddd6c4;
  font: 500 0.72rem/1.35 inherit;
}

.auth-form .input {
  width: 100%;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 7px;
  font: 400 0.78rem/1.3 inherit;
}

.auth-form .input:focus-visible {
  outline-width: 2px;
  outline-offset: 1px;
}

.auth-field > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.password-field {
  position: relative;
}

.mobile-field {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 8px;
}

.mobile-field select {
  padding-right: 28px;
  cursor: pointer;
}

.smart-mobile-field {
  position: relative;
  grid-template-columns: 118px minmax(0, 1fr);
}

.country-phone-trigger {
  display: grid;
  grid-template-columns: 25px 1fr 10px;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel-2);
  color: var(--white);
  cursor: pointer;
}

.country-phone-trigger:hover,
.country-phone-trigger:focus-visible,
.country-phone-trigger[aria-expanded="true"] {
  border-color: var(--gold);
  outline: none;
}

.country-phone-trigger img {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16);
}

.country-phone-trigger b {
  font-size: .72rem;
  text-align: left;
}

.country-phone-trigger > span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
}

.country-phone-picker {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  width: min(360px, calc(100vw - 48px));
  overflow: hidden;
  border: 1px solid rgba(250, 200, 15, .42);
  border-radius: 10px;
  background: #101410;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .48);
}

.country-phone-picker[hidden] {
  display: none;
}

.country-phone-picker > label {
  padding: 9px;
  border-bottom: 1px solid var(--line);
  background: #0b0e0b;
}

.country-phone-picker .input {
  min-height: 40px;
  padding-left: 13px;
}

.country-phone-options {
  max-height: 250px;
  padding: 5px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.country-phone-options button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 8px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}

.country-phone-options button:hover,
.country-phone-options button:focus-visible,
.country-phone-options button[aria-selected="true"] {
  background: rgba(250, 200, 15, .1);
  outline: none;
}

.country-phone-options button[aria-selected="true"] {
  box-shadow: inset 2px 0 var(--gold);
}

.country-phone-options img {
  display: block;
  width: 26px;
  height: 19px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .14);
}

.country-phone-options span,
.country-phone-options strong,
.country-phone-options small {
  display: block;
}

.country-phone-options strong {
  overflow: hidden;
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-phone-options small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .52rem;
}

.country-phone-options b {
  color: var(--gold);
  font-size: .66rem;
}

.country-phone-options > p {
  margin: 0;
  padding: 18px 12px;
  color: var(--muted);
  font-size: .65rem;
  text-align: center;
}

.password-field .input {
  padding-right: 48px;
}

.password-field button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 32px;
  min-width: 32px;
  height: 30px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #aaa28f;
  cursor: pointer;
  font-size: 0;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.password-field button:hover,
.password-field button:focus-visible {
  border-color: rgba(250, 200, 15, 0.28);
  background: rgba(250, 200, 15, 0.1);
  color: var(--gold);
  outline: none;
}

.password-eye {
  display: block;
  width: 18px;
  height: 18px;
}

.password-eye svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.password-eye-slash {
  opacity: 0;
  transition: opacity 150ms ease;
}

.password-field button.is-visible {
  color: var(--gold);
  background: rgba(250, 200, 15, 0.08);
}

.password-field button.is-visible .password-eye-slash {
  opacity: 1;
}

.auth-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px 36px;
  gap: 8px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid rgba(250, 200, 15, 0.24);
  border-radius: 6px;
  background: rgba(250, 200, 15, 0.045);
}

.auth-captcha-prompt {
  min-width: 0;
}

.auth-captcha-prompt span,
.auth-captcha-prompt strong {
  display: block;
}

.auth-captcha-prompt span {
  color: var(--muted);
  font-size: 0.62rem;
}

.auth-captcha-prompt strong {
  margin-top: 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 550;
}

.auth-captcha label {
  display: block;
}

.auth-captcha .input {
  min-height: 34px;
  padding: 6px 8px;
  text-align: center;
}

.auth-captcha > button {
  width: 36px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 5px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.auth-captcha > button:hover,
.auth-captcha > button:focus-visible {
  background: var(--gold);
  color: #111;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.auth-form-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.72rem;
}

.auth-form-tools a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
}

.auth-form-tools .auth-remember {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  cursor: pointer;
}

.auth-remember input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-remember > span {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.auth-remember input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
}

.auth-remember input:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.auth-remember input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.auth-form .btn {
  width: 100%;
  margin-top: 2px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 8px;
  justify-content: center;
  font: 650 0.76rem/1.2 inherit;
}

html[data-theme="day"] .auth-tabs {
  border-color: rgba(20, 34, 24, 0.13);
  background: #eef2ed;
}

html[data-theme="day"] .auth-tabs button {
  color: #566158;
}

html[data-theme="day"] .auth-tabs button.active {
  color: #111;
}

html[data-theme="day"] .auth-form label {
  color: #354139;
}

html[data-theme="day"] .password-field button {
  color: #69736b;
}

html[data-theme="day"] .password-field button:hover,
html[data-theme="day"] .password-field button:focus-visible,
html[data-theme="day"] .password-field button.is-visible {
  color: #765e00;
  background: rgba(250, 200, 15, 0.2);
}

html[dir="rtl"] .password-field .input {
  padding-right: 11px;
  padding-left: 48px;
}

html[dir="rtl"] .password-field button {
  right: auto;
  left: 5px;
}

.role-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.role-choice legend {
  grid-column: 1 / -1;
  padding: 0 4px 4px;
  color: #ddd6c4;
  font-size: 0.78rem;
  font-weight: 500;
}

.role-choice label {
  display: block;
  margin: 0;
  cursor: pointer;
}

.role-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.role-choice span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #d7cfbf;
  font-size: 0.86rem;
  font-weight: 500;
}

.role-choice input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
  color: #111;
}

.role-guidance {
  margin: -3px 2px 1px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.field-hint {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 400;
}

@media (max-width: 520px) {
  .auth-panel-head,
  .auth-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-field {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .smart-mobile-field {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  .auth-tabs {
    width: min(216px, calc(100% - 32px));
  }

  .auth-tabs button {
    min-height: 34px;
  }

  .auth-form .input,
  .country-phone-trigger,
  .auth-form .btn {
    min-height: 42px;
  }

  .password-field button {
    width: 36px;
    min-width: 36px;
    height: 34px;
  }
}

.pot-check {
  position: fixed;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.auth-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

body.modal-open {
  overflow: hidden;
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 62;
  display: none;
  place-items: center;
  padding: 20px;
}

.account-modal.show {
  display: grid;
}

.account-page-section {
  padding-top: 30px;
}

.account-page-hero h1 {
  max-width: 100%;
  font-size: clamp(.64rem, 3.2vw, 2.24rem);
  text-transform: none;
  white-space: nowrap;
}

.account-page-hero h1 strong {
  color: var(--gold);
  font-weight: 850;
}

.account-page-host {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
}

.account-page-loading {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.account-page-loading span {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(250, 200, 15, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: account-loading 700ms linear infinite;
}

.account-page-profile {
  position: static;
  display: block;
  width: 100%;
}

.account-page-profile .account-backdrop,
.account-page-profile [data-account-close] { display: none; }

.account-page-profile .account-panel {
  position: static;
  width: 100%;
  max-height: none;
  overflow: visible;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.account-page-profile .account-panel-head,
.account-page-profile .account-actions {
  position: static;
}

.account-page-profile .account-panel-head { padding: 24px 32px 20px; }
.account-page-profile .account-form { padding: 28px 32px 32px; }

.account-page-profile .account-actions { justify-content: flex-end; }

.account-page-profile .account-form {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(430px, .9fr);
  column-gap: 40px;
  align-items: start;
}

.account-page-profile .account-form > :not(.account-activity-section) {
  grid-column: 1;
}

.account-page-profile .account-activity-section {
  grid-column: 2;
  grid-row: 1 / span 20;
  position: sticky;
  top: 18px;
  max-height: calc(100vh - 36px);
  margin: 0;
  padding: 4px 0 4px 30px;
  border-top: 0;
  border-left: 1px solid rgba(250, 200, 15, .28);
  background: transparent;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(250, 200, 15, .55) transparent;
}

.account-page-profile .account-request-grid {
  grid-template-columns: 1fr;
}

.account-page-profile .account-request-card {
  background: rgba(7, 9, 7, .72);
  padding: 16px;
  border-radius: 9px;
}

.account-page-profile .account-request-grid > section { padding: 18px; border-radius: 11px; background: rgba(5,7,5,.58); }
.account-page-profile .account-request-list { gap: 13px; }
.account-reservation-actions { display: grid; gap: 12px; margin-top: 5px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.account-reservation-progress { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 4px; }
.account-reservation-progress span { display: grid; justify-items: center; gap: 5px; position: relative; color: #777b72; text-align: center; }
.account-reservation-progress span::before { content: ""; position: absolute; top: 5px; left: -50%; width: 100%; height: 2px; background: rgba(255,255,255,.1); }
.account-reservation-progress span:first-child::before { display: none; }
.account-reservation-progress i { width: 11px; height: 11px; z-index: 1; border: 2px solid #4c5049; border-radius: 50%; background: #11130f; }
.account-reservation-progress small { font-size: .55rem; line-height: 1.25; }
.account-reservation-progress .is-complete i,.account-reservation-progress .is-current i { border-color: var(--gold); background: var(--gold); }
.account-reservation-progress .is-complete::before,.account-reservation-progress .is-current::before { background: var(--gold); }
.account-reservation-progress .is-current { color: var(--gold); font-weight: 800; }
.account-payment-box,.account-request-guidance { display: grid; gap: 9px; padding: 12px; border: 1px solid rgba(250,200,15,.32); border-radius: 8px; background: rgba(250,200,15,.06); }
.account-payment-box > div:first-child,.account-request-guidance { color: #d9d3c4; }
.account-payment-box strong,.account-request-guidance strong { color: var(--gold); font-size: .75rem; }
.account-payment-box span,.account-request-guidance span { color: var(--muted); font-size: .68rem; line-height: 1.5; }
.account-payment-controls { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 7px; }
.account-payment-controls .input,.account-payment-controls .select { min-width: 0; min-height: 38px; font-size: .7rem; }
.account-payment-controls .btn { min-height: 38px; padding: 7px 10px; white-space: nowrap; }
.account-request-guidance a { color: var(--gold); font-size: .68rem; font-weight: 800; }
.account-request-guidance.is-confirmed { border-color: rgba(99,184,144,.45); background: rgba(99,184,144,.08); }
.account-request-guidance.is-confirmed strong { color: #70d3a6; }
.account-request-guidance.is-rejected { border-color: rgba(210,103,92,.4); background: rgba(210,103,92,.07); }
.account-request-guidance.is-rejected strong { color: #e18177; }

@media (max-width: 1100px) {
  .account-page-profile .account-form { grid-template-columns: 1fr; }
  .account-page-profile .account-form > :not(.account-activity-section),
  .account-page-profile .account-activity-section { grid-column: 1; }
  .account-page-profile .account-activity-section {
    grid-row: auto;
    position: static;
    max-height: none;
    margin: 0 -24px 16px;
    padding: 20px 24px;
    border-left: 0;
    border-top: 1px solid rgba(250, 200, 15, .28);
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .account-page-host { width: min(100% - 20px, 1280px); }
  .account-page-profile .account-panel-head { padding: 20px; }
  .account-page-profile .account-form { padding: 22px 20px; }
  .account-payment-controls { grid-template-columns: 1fr; }
  .account-reservation-progress small { font-size: .5rem; }
}

@keyframes account-loading {
  to { transform: rotate(360deg); }
}

.account-page-mounted {
  position: relative;
  inset: auto;
  display: block;
  padding: 0;
}

.account-page-mounted .account-backdrop,
.account-page-mounted [data-account-close] {
  display: none;
}

.account-page-mounted .account-panel {
  width: 100%;
  max-height: none;
  overflow: visible;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
}

.account-page-mounted .account-panel-head,
.account-page-mounted .account-actions {
  position: static;
}

.account-page-mounted .account-actions {
  justify-content: flex-end;
}

.account-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(11px);
}

.account-panel {
  position: relative;
  width: min(780px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(250, 200, 15, 0.3);
  border-radius: 8px;
  background: #0d0f0c;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.66);
}

.account-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #ffe675 55%, transparent 92%);
}

.account-panel-head {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 24px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(13, 15, 12, 0.96);
  backdrop-filter: blur(12px);
}

.account-panel-head h2 {
  margin: 3px 0 0;
  font-size: 1.22rem;
  font-weight: 650;
}

.account-panel-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.account-panel-head-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.management-zone-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--gold);
  border-radius: 7px;
  background: var(--gold);
  color: #10120e;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.management-zone-open[hidden] {
  display: none !important;
}

.account-security-open {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(250, 200, 15, .46);
  border-radius: 7px;
  background: rgba(250, 200, 15, .08);
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
}

.account-security-open:hover,
.account-security-open:focus-visible {
  border-color: var(--gold);
  background: rgba(250, 200, 15, .15);
  outline: none;
}

.account-main-info-head {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
}

.profile-welcome-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.profile-welcome-head > div { min-width: 0; }

.profile-welcome-head .account-security-open {
  flex: 0 0 auto;
  min-height: 32px;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 6px;
  font-size: .66rem;
}

.management-zone-open:hover,
.management-zone-open:focus-visible,
.management-zone-open.is-active {
  background: transparent;
  color: var(--gold);
  transform: translateY(-1px);
  outline: none;
}

.management-zone[hidden] { display: none; }

.management-zone {
  padding: 20px 24px 26px;
  background: #0b0e0b;
}

.management-zone-head,
.management-panel-intro,
.management-save,
.admin-sitemap-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.management-zone-head span { color: var(--gold); font-size: 0.64rem; font-weight: 700; text-transform: uppercase; }
.management-zone-head h2 { margin: 3px 0; font-size: 1.3rem; }
.management-zone-head p,
.management-panel-intro p { margin: 0; color: var(--muted); font-size: 0.7rem; }
.management-zone-head > button,
.admin-icon-button {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  padding: 0;
  border: 1px solid rgba(250, 200, 15, 0.34);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 1rem;
}

.management-tabs {
  display: flex;
  gap: 4px;
  margin: 18px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.management-tabs button {
  padding: 8px 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
}

.management-tabs button.is-active { border-bottom-color: var(--gold); color: var(--white); }
.management-panel { display: none; }
.management-panel.is-active { display: block; }
.management-panel-intro { margin-bottom: 14px; }
.management-panel-intro h3 { margin: 0 0 3px; font-size: 0.9rem; }
.management-add,
.admin-inline-add,
.admin-submenu-head button {
  padding: 6px 9px;
  border: 1px solid rgba(250, 200, 15, 0.32);
  border-radius: 4px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
}

.admin-menu-list,
.admin-sitemap-list,
.admin-user-list { display: grid; gap: 9px; }
.admin-menu-row,
.admin-sitemap-group {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
}

.admin-link-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(190px, 1.2fr) auto auto;
  gap: 8px;
  align-items: end;
}

.admin-link-row label,
.admin-sitemap-group-head label,
.admin-user-list label { display: grid; gap: 4px; color: var(--muted); font-size: 0.62rem; }
.admin-link-row .input,
.admin-sitemap-group-head .input,
.admin-user-list .select { min-height: 34px; padding: 6px 8px; font-size: 0.7rem; font-weight: 400; }
.admin-link-row .admin-enabled { display: flex; align-items: center; gap: 5px; min-height: 34px; color: #d7d1c3; }
.admin-link-row .admin-enabled input { accent-color: var(--gold); }
.admin-submenu-head { display: flex; justify-content: space-between; align-items: center; margin: 10px 0 6px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.07); color: var(--gold); font-size: 0.62rem; text-transform: uppercase; }
.admin-submenu-list { display: grid; gap: 6px; padding-left: 18px; }
.admin-submenu-list > p { margin: 3px 0; color: var(--muted); font-size: 0.66rem; }
.admin-sitemap-group-head label { min-width: 220px; }
.admin-sitemap-links { display: grid; gap: 7px; margin: 10px 0; }
.management-save { margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.management-save span { color: var(--muted); font-size: 0.66rem; }
.management-save .btn { min-height: 34px; padding: 7px 12px; font-size: 0.7rem; }

.admin-user-list article {
  display: grid;
  grid-template-columns: minmax(190px, 1.35fr) repeat(3, minmax(110px, 0.7fr)) auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.admin-user-identity strong,
.admin-user-identity span { display: block; }
.admin-user-identity strong { font-size: 0.76rem; }
.admin-user-identity span { margin-top: 3px; color: var(--muted); font-size: 0.62rem; overflow-wrap: anywhere; }
.admin-user-list article > button { min-height: 34px; padding: 6px 9px; border: 1px solid rgba(250, 200, 15, 0.34); border-radius: 4px; background: transparent; color: var(--gold); cursor: pointer; }
.admin-user-count { color: var(--gold); font-size: 0.7rem; }
.management-loading,
.management-error { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 8px; color: var(--muted); font-size: 0.72rem; text-align: center; }
.management-loading span { width: 24px; height: 24px; border: 2px solid rgba(250, 200, 15, 0.2); border-top-color: var(--gold); border-radius: 50%; animation: account-loading 700ms linear infinite; }

.account-form {
  padding: 18px 24px 22px;
}

.profile-identity {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 2px 0 18px;
}

.profile-photo-wrap {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.profile-photo {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #182119 center / cover no-repeat;
  box-shadow: 0 0 0 5px rgba(250, 200, 15, 0.08);
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 750;
}

.profile-photo.has-photo span {
  opacity: 0;
}

.profile-photo-action,
.profile-photo-wrap > button {
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 500;
}

.profile-photo-action input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.profile-photo-wrap > button {
  color: var(--muted);
}

.profile-photo-action:hover,
.profile-photo-action:focus-within,
.profile-photo-wrap > button:hover,
.profile-photo-wrap > button:focus-visible {
  color: #fff;
}

.profile-welcome > span {
  color: var(--gold);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.profile-welcome h3 {
  margin: 4px 0 1px;
  font-size: 1.25rem;
  font-weight: 650;
}

.profile-welcome > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.profile-account-identity {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.profile-account-identity span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: rgba(250, 200, 15, 0.65);
}

.profile-membership-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.profile-membership-summary > span { color: var(--white); font-size: 0.78rem; font-weight: 600; }
.profile-membership-summary > b { color: var(--ok); font-size: 0.66rem; font-weight: 550; }
.profile-membership-summary > a { margin-left: auto; }

.profile-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  gap: 16px;
  margin-top: 13px;
}

.profile-progress span {
  display: grid;
  gap: 2px;
}

.profile-progress b {
  font-size: 0.75rem;
  font-weight: 600;
}

.profile-progress small {
  color: var(--muted);
  font-size: 0.65rem;
}

.profile-progress i {
  height: 5px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.profile-progress em {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 280ms ease;
}

.account-section {
  margin: 0 -24px;
  padding: 17px 24px 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.018);
}

.account-section + .account-section {
  background: rgba(28, 47, 32, 0.19);
}

.account-section-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.account-section-head > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  border: 1px solid rgba(250, 200, 15, 0.38);
  border-radius: 5px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
}

.account-section-head h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 620;
}

.account-section-head p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 14px;
}

.account-field {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  color: #d9d3c4;
  font-size: 0.7rem;
  font-weight: 450;
}

.account-field-wide {
  grid-column: 1 / -1;
}

.account-security-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
  place-items: center;
  padding: 18px;
}

.account-security-modal.show { display: grid; }

.account-security-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 5, 3, .82);
  backdrop-filter: blur(8px);
}

.account-security-panel {
  position: relative;
  width: min(650px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  border: 1px solid rgba(250, 200, 15, .3);
  border-radius: 12px;
  background: #0d110e;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .62);
}

.account-security-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.account-security-panel > header > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.account-security-panel h2 { margin: 2px 0 0; font-size: 1.18rem; }
.account-security-panel header p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; }

.account-security-lock {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border: 1px solid rgba(250, 200, 15, .4);
  border-radius: 9px;
  background: rgba(250, 200, 15, .1);
  color: var(--gold);
}

.account-security-panel form { padding: 20px 22px 22px; }

.account-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.account-security-wide { grid-column: 1 / -1; }

.account-security-note {
  margin: 14px 0 0;
  padding: 9px 11px;
  border-left: 2px solid var(--gold);
  background: rgba(250, 200, 15, .06);
  color: var(--muted);
  font-size: .68rem;
}

.account-security-panel footer {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 18px;
}

.account-security-panel footer .btn {
  min-width: 116px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  font-family: inherit;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.account-mfa-settings {
  margin: 0 22px 22px;
  padding: 18px;
  border: 1px solid rgba(250, 200, 15, .22);
  border-radius: 14px;
  background: rgba(250, 200, 15, .045);
}

.account-mfa-settings h3 { margin: 3px 0 6px; }
.account-mfa-settings p { color: var(--muted); font-size: .72rem; }
.account-mfa-settings > .btn { margin-top: 10px; }
.account-mfa-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.account-mfa-heading [data-account-mfa-description] { white-space: nowrap; }
.account-mfa-heading-actions { display: flex; flex-direction: column; align-items: stretch; gap: 7px; }
.account-mfa-help {
  min-height: 29px;
  padding: 5px 9px;
  border: 1px solid rgba(250,200,15,.28);
  border-radius: 7px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  font-size: .61rem;
  font-weight: 750;
}
.account-mfa-help:hover,
.account-mfa-help:focus-visible { border-color: var(--gold); background: rgba(250,200,15,.08); outline: none; }
.account-mfa-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 82px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--muted);
  cursor: pointer;
}
.account-mfa-switch > span {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #7e8793;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.account-mfa-switch b { font-size: .68rem; letter-spacing: .08em; }
.account-mfa-switch.is-on { border-color: rgba(74, 222, 128, .4); background: rgba(74, 222, 128, .12); color: #86efac; }
.account-mfa-switch.is-on > span { background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.14); }
.account-mfa-switch:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.account-mfa-instructions {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: mfa-step;
}
.account-mfa-instructions li {
  counter-increment: mfa-step;
  display: grid;
  grid-template-columns: 25px 1fr;
  column-gap: 9px;
  padding: 9px 10px;
  border-radius: 9px;
  background: rgba(255,255,255,.035);
}
.account-mfa-instructions li::before {
  content: counter(mfa-step);
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(250,200,15,.13);
  color: var(--gold);
  font-size: .68rem;
  font-weight: 800;
}
.account-mfa-instructions b { font-size: .72rem; }
.account-mfa-instructions span { color: var(--muted); font-size: .66rem; }
.account-mfa-setup { margin-top: 16px; }
.account-mfa-disable { margin-top: 16px; }

@media (max-width: 620px) {
  .profile-welcome-head { align-items: stretch; flex-direction: column; }
  .profile-welcome-head .account-security-open { align-self: flex-start; }
  .account-mfa-heading { flex-direction: column; }
  .account-mfa-heading [data-account-mfa-description] { white-space: normal; }
  .account-mfa-heading-actions { width: 100%; }
}
.account-mfa-setup output {
  display: block;
  margin: 10px 0 14px;
  padding: 11px;
  border: 1px dashed rgba(250, 200, 15, .45);
  border-radius: 8px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .86rem;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
  user-select: all;
}

html[data-theme="day"] .account-security-panel {
  border-color: rgba(128, 94, 0, .28);
  background: #fffdf6;
  color: var(--day-ink);
}

@media (max-width: 620px) {
  .account-security-grid { grid-template-columns: 1fr; }
  .account-security-wide { grid-column: auto; }
  .account-security-panel footer { align-items: stretch; flex-direction: column-reverse; }
  .account-security-panel footer .btn { width: 100%; }
  .account-main-info-head {
    grid-template-columns: 31px minmax(0, 1fr);
    padding-right: 104px;
  }
  .account-main-info-head .account-security-open {
    top: 12px;
    right: 16px;
    min-height: 30px;
    padding: 5px 7px;
    font-size: .61rem;
  }
}

.account-field .input {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  border-color: rgba(255, 255, 255, 0.13);
  background: #151914;
  font-weight: 400;
}

.account-field textarea.input {
  min-height: 70px;
  resize: vertical;
}

.account-field .input:focus-visible {
  outline: 0;
  border-color: rgba(250, 200, 15, 0.74);
  box-shadow: inset 0 0 0 1px rgba(250, 200, 15, 0.24);
}

.account-field .input[readonly] {
  color: #aaa496;
  background: #11130f;
}

.account-field small {
  color: var(--muted);
  font-size: 0.62rem;
}

.account-field .mobile-field {
  grid-template-columns: 112px minmax(0, 1fr);
}

.profile-choice-group {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
}

.profile-choice-group legend {
  margin-bottom: 7px;
  color: #d9d3c4;
  font-size: 0.7rem;
}

.profile-choice-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.profile-choice {
  cursor: pointer;
}

.profile-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-choice span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #c9c3b5;
  font-size: 0.67rem;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.profile-choice:hover span {
  transform: translateY(-1px);
  border-color: rgba(250, 200, 15, 0.46);
}

.profile-choice input:focus-visible + span {
  outline: 2px solid rgba(250, 200, 15, 0.74);
  outline-offset: 2px;
}

.profile-choice input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
  color: #111;
}

.account-more {
  margin: 0 -24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.account-more summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
  cursor: pointer;
  list-style: none;
  transition: background-color 150ms ease;
}

.account-more summary::-webkit-details-marker {
  display: none;
}

.account-more summary:hover {
  background: rgba(250, 200, 15, 0.045);
}

.account-more summary span {
  display: grid;
  gap: 2px;
}

.account-more summary b {
  font-size: 0.77rem;
  font-weight: 580;
}

.account-more summary small {
  color: var(--muted);
  font-size: 0.65rem;
}

.account-more summary i {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 1px solid rgba(250, 200, 15, 0.36);
  border-radius: 50%;
}

.account-more summary i::before,
.account-more summary i::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 10px;
  height: 1px;
  background: var(--gold);
}

.account-more summary i::after {
  transform: rotate(90deg);
  transition: transform 150ms ease;
}

.account-more[open] summary i::after {
  transform: rotate(0);
}

.account-more > .account-grid {
  padding: 4px 24px 18px;
}

.guide-profile-fields {
  margin: 0 24px 18px;
  padding: 15px;
  border-left: 3px solid var(--gold);
  background: rgba(250, 200, 15, 0.045);
}

.guide-profile-fields[hidden] {
  display: none;
}

.account-actions {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin: 0 -24px -22px;
  padding: 13px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(13, 15, 12, 0.96);
  backdrop-filter: blur(12px);
}

.account-actions .btn {
  min-height: 37px;
  padding: 8px 15px;
  font-size: 0.75rem;
}

@media (max-width: 680px) {
  .account-modal {
    padding: 8px;
  }

  .account-panel {
    max-height: calc(100dvh - 16px);
  }

  .account-panel-head,
  .account-form,
  .account-section,
  .account-more summary,
  .account-more > .account-grid,
  .account-actions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .account-panel-head { flex-wrap: wrap; }
  .account-panel-head-actions { width: 100%; justify-content: space-between; }
  .management-zone { padding: 18px 16px 22px; }
  .management-tabs { overflow-x: auto; }
  .admin-link-row,
  .admin-user-list article { grid-template-columns: 1fr; }
  .admin-submenu-list { padding-left: 8px; }
  .admin-sitemap-group-head,
  .management-panel-intro,
  .management-save { align-items: flex-start; flex-direction: column; }
  .admin-sitemap-group-head label { width: 100%; min-width: 0; }

  .account-section,
  .account-more,
  .account-actions {
    margin-left: -16px;
    margin-right: -16px;
  }

  .profile-identity {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 13px;
  }

  .profile-photo {
    width: 70px;
    height: 70px;
  }

  .profile-progress {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-field-wide {
    grid-column: auto;
  }

  .guide-profile-fields {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* Shared elevation language for content boxes across the ND experience. */
:where(
  .card,
  .partner-card,
  .event,
  .explore-card,
  .product,
  .planner-result,
  .route-list li,
  .planner-stats span,
  .planner-tip,
  .recommendation-grid article,
  .mandatory-gear-panel,
  .mandatory-gear-list label,
  .product-page-card,
  .recommend-product,
  .story-card,
  .cart-item,
  .cart-summary,
  .wishlist-item,
  .contact-detail,
  .chart-frame
) {
  transform-origin: center;
  transition: transform 190ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 190ms ease, box-shadow 190ms ease;
}

@media (hover: hover) and (pointer: fine) {
  :where(
    .card,
    .partner-card,
    .event,
    .explore-card,
    .product,
    .planner-result,
    .route-list li,
    .planner-stats span,
    .planner-tip,
    .recommendation-grid article,
    .mandatory-gear-panel,
    .mandatory-gear-list label,
    .product-page-card,
    .recommend-product,
    .story-card,
    .cart-item,
    .cart-summary,
    .wishlist-item,
    .contact-detail,
    .chart-frame
  ):hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.009);
    border-color: rgba(250, 200, 15, 0.58);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(250, 200, 15, 0.08);
  }

  .product:hover,
  .explore-card:hover {
    transform: translateY(-3px) scale(1.009);
    border-color: rgba(250, 200, 15, 0.58);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(250, 200, 15, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(
    .card,
    .partner-card,
    .event,
    .explore-card,
    .product,
    .planner-result,
    .route-list li,
    .planner-stats span,
    .planner-tip,
    .recommendation-grid article,
    .mandatory-gear-panel,
    .mandatory-gear-list label,
    .product-page-card,
    .recommend-product,
    .story-card,
    .cart-item,
    .cart-summary,
    .wishlist-item,
    .contact-detail,
    .chart-frame
  ) {
    transition: border-color 120ms ease, box-shadow 120ms ease;
  }

  :where(
    .card,
    .partner-card,
    .event,
    .explore-card,
    .product,
    .planner-result,
    .route-list li,
    .planner-stats span,
    .planner-tip,
    .recommendation-grid article,
    .mandatory-gear-panel,
    .mandatory-gear-list label,
    .product-page-card,
    .recommend-product,
    .story-card,
    .cart-item,
    .cart-summary,
    .wishlist-item,
    .contact-detail,
    .chart-frame
  ):hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 14px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .mobile-nav-toggle {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(250, 200, 15, 0.45);
    border-radius: 10px;
    background: rgba(250, 200, 15, 0.09);
    color: var(--gold);
    cursor: pointer;
  }

  .mobile-nav-toggle span,
  .mobile-nav-toggle span::before,
  .mobile-nav-toggle span::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-nav-toggle span {
    position: relative;
  }

  .mobile-nav-toggle span::before,
  .mobile-nav-toggle span::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
  }

  .mobile-nav-toggle span::before { transform: translateY(-6px); }
  .mobile-nav-toggle span::after { transform: translateY(6px); }
  .mobile-nav-toggle[aria-expanded="true"] span { background: transparent; }
  .mobile-nav-toggle[aria-expanded="true"] span::before { transform: rotate(45deg); }
  .mobile-nav-toggle[aria-expanded="true"] span::after { transform: rotate(-45deg); }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    padding: 10px;
    border: 1px solid rgba(250, 200, 15, 0.2);
    border-radius: 12px;
    background: rgba(8, 9, 8, 0.97);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
  }

  .nav.is-open {
    display: grid;
  }

  .nav > a,
  .nav-menu,
  .nav-menu > a {
    width: 100%;
  }

  .nav a,
  .nav-menu > a,
  .locale-controls button,
  .auth-link,
  .cart-pill,
  .nav .help-chip {
    min-height: 44px;
  }

  .locale-controls {
    min-width: 0;
    justify-content: center;
  }

  .locale-controls::before,
  .auth-actions::before {
    display: none;
  }

  .auth-actions {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    contain: none;
  }

  .auth-actions > * {
    flex: 1 1 0;
  }

  .nav .help-chip {
    width: 44px;
    height: 44px;
    justify-self: center;
  }

  .nav .cart-pill {
    justify-self: stretch;
  }

  .submenu {
    display: none;
  }

  .hero-inner,
  .grid-4,
  .grid-3,
  .grid-2,
  .timeline,
  .shop-layout,
  .story-shell,
  .cart-layout,
  .detail-layout,
  .planner-shell,
  .planner-result {
    grid-template-columns: 1fr;
  }

  .support-chat-section {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .support-contact-section .grid-2,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-message-field { grid-column: auto; }

  .contact-form {
    padding-right: 0;
  }

  .contact-detail {
    margin-top: 12px;
    padding: 28px 0 0;
    border-top: 1px solid rgba(250, 200, 15, 0.3);
    border-left: 0;
  }

  .contact-guidance { grid-template-columns: 1fr; gap: 0; }

  .contact-detail .contact-safety {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .planner-photo-rail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-panel {
    transform: none;
  }

  .hero h1 {
    max-width: 720px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filters,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mandatory-gear-panel {
    grid-template-columns: 1fr;
  }

  .mandatory-gear-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .recommend-product-grid {
    grid-template-columns: 1fr;
  }

  .product-page-card {
    grid-template-columns: 1fr;
  }

  .buy-box {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar,
  .cart-summary,
  .detail-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 8px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand > span {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
  }

  .brand span {
    font-size: 0.68rem;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  body:not(.home-page) .brand img {
    width: 56px;
    height: 56px;
  }

  .ecosystem-title {
    white-space: normal;
  }

  .planner-form-intro,
  .planner-form-step,
  .planner-preference-body,
  .planner-actions-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .planner-form-intro {
    align-items: stretch;
    flex-direction: column;
  }

  .planner-form-intro-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
  }

  .planner-form-intro-actions .planner-save-state {
    text-align: left;
  }

  .planner-preferences > summary {
    padding-left: 16px;
    padding-right: 50px;
  }

  .planner-preferences > summary::after {
    right: 16px;
  }

  .planner-preference-grid,
  .planner-actions-primary {
    grid-template-columns: 1fr;
  }

  .planner-actions-primary .btn {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    padding-top: 38px;
  }

  .metric-grid,
  .filters,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel .banner-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-panel .banner-tabs button {
    min-width: 0;
    min-height: 42px;
    padding: 8px 3px;
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .story-form-grid,
  .mandatory-gear-list,
  .story-gallery,
  .story-gallery-2,
  .story-photo-preview {
    grid-template-columns: 1fr;
  }

  .story-feed {
    grid-template-columns: 1fr;
  }

  .story-filter-bar {
    grid-template-columns: 300px 150px 130px 170px auto 38px;
    margin-top: -4px;
  }

  .story-search-field {
    min-width: 300px;
  }

  .story-author {
    grid-template-columns: 42px 1fr;
  }

  .story-score {
    grid-column: 2;
    text-align: left;
  }

  .story-gallery img {
    height: 210px;
  }

  .explore-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .event {
    grid-template-columns: 1fr;
  }

  .route-head {
    align-items: flex-start;
  }

  .route-head-actions {
    justify-content: flex-start;
  }

  .event-photo {
    width: 100%;
    height: 180px;
  }

  .datebox {
    width: 100%;
    aspect-ratio: auto;
    min-height: 72px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-actions {
    justify-content: start;
  }

  .wishlist-create,
  .wishlist-item,
  .recommend-product {
    grid-template-columns: 1fr;
  }

  .wishlist-actions {
    justify-content: start;
  }

  .footer-sitemap {
    grid-template-columns: 1fr;
  }

  .auth-panel-head,
  .auth-tabs,
  .auth-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .story-comments form,
  .planner-two,
  .planner-stats,
  .planner-days li,
  .route-list li,
  .detail-facts,
  .nearby-grid,
  .recommendation-grid {
    grid-template-columns: 1fr;
  }

  .story-tags button,
  .support-quick-actions button,
  .terms-index a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .story-tags button {
    padding: 8px 10px;
    font-size: 0.68rem;
  }

  .product-quick-add {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .product-body h3 a,
  .product-body .rating a,
  .recommend-product > div > a,
  .recommend-actions a,
  .recommend-actions button,
  .back-link,
  .auth-form-tools a,
  .contact-email-link,
  .terms-content a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }

  .footer-sitemap a {
    min-height: 36px;
    display: flex;
    align-items: center;
  }

  .recommend-actions button {
    min-width: 36px;
  }

  .route-tools {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-photo {
    min-height: 260px;
  }
}

.planner-cart-sync {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 0;
  padding: 16px 18px;
  border: 1px solid rgba(229, 185, 30, 0.5);
  border-left: 5px solid #e5b91e;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffdf3, #f6f2df);
}

.planner-cart-sync strong { color: #123d33; }
.planner-cart-sync p { margin: 4px 0 0; color: #59645f; }
.planner-cart-sync > div:last-child { display: flex; flex: 0 0 auto; gap: 8px; }

@media (max-width: 720px) {
  .planner-cart-sync { align-items: stretch; flex-direction: column; }
  .planner-cart-sync > div:last-child { flex-wrap: wrap; }
}
.faq-hero {
  --page-hero-image: url("assets/hero-contact-basecamp.webp");
  --page-hero-position: center 54%;
}

.faq-hero p { max-width: 620px; margin: 10px 0 0; color: #ddd6c4; }
.faq-layout { display: grid; grid-template-columns: minmax(180px, 0.25fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 72px); align-items: start; }
.faq-index { position: sticky; top: 112px; display: grid; gap: 7px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.faq-index strong { margin-bottom: 8px; color: var(--gold); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.faq-index a { padding: 8px 10px; border-radius: 7px; color: #d8d1bf; font-size: .84rem; }
.faq-index a:hover { background: rgba(250,200,15,.1); color: var(--gold); }
.faq-content { min-width: 0; }
.faq-intro { margin-bottom: 34px; padding: 24px 26px; border-left: 3px solid var(--gold); background: linear-gradient(90deg, rgba(250,200,15,.1), transparent); }
.faq-intro span, .faq-group header small, .faq-contact span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.faq-intro h2 { margin: 7px 0 8px; }
.faq-intro p, .faq-contact p { margin: 0; color: var(--muted); }
.faq-group { margin: 0 0 42px; scroll-margin-top: 110px; }
.faq-group > header { display: flex; align-items: center; gap: 15px; margin-bottom: 14px; }
.faq-group > header > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(250,200,15,.4); border-radius: 50%; color: var(--gold); font-weight: 900; }
.faq-group header h2 { margin: 3px 0 0; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.faq-group details { overflow: hidden; margin: 9px 0; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.025); }
.faq-group details[open] { border-color: rgba(250,200,15,.35); background: rgba(250,200,15,.045); }
.faq-group summary { position: relative; padding: 17px 52px 17px 18px; color: #f2ecdc; font-weight: 800; cursor: pointer; list-style: none; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after { content: "+"; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--gold); font-size: 1.35rem; font-weight: 400; }
.faq-group details[open] summary::after { content: "−"; }
.faq-group details > div { padding: 0 18px 18px; border-top: 1px solid rgba(255,255,255,.07); }
.faq-group details p { margin: 15px 0 0; color: #bdb7a9; line-height: 1.7; }
.faq-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 28px; border: 1px solid rgba(250,200,15,.35); border-radius: 12px; background: linear-gradient(135deg, rgba(250,200,15,.12), rgba(255,255,255,.025)); }
.faq-contact h2 { margin: 6px 0 8px; }

@media (max-width: 760px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-index { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .faq-index strong { grid-column: 1 / -1; }
  .faq-contact { align-items: flex-start; flex-direction: column; }
}

/* Structured safety, training, and guide profile areas */
.account-safety-section { border-color: rgba(222, 126, 94, .28); background: linear-gradient(145deg, rgba(222,126,94,.07), rgba(255,255,255,.018)); }
.account-certification-section { border-color: rgba(226, 183, 82, .25); background: linear-gradient(145deg, rgba(226,183,82,.055), rgba(255,255,255,.014)); }
.account-private-badge,.guide-only-badge { align-self: center; padding: 7px 11px; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-private-badge { color: #f4b29d; background: rgba(222,126,94,.12); border: 1px solid rgba(222,126,94,.28); }
.guide-only-badge { color: var(--gold); background: rgba(226,183,82,.1); border: 1px solid rgba(226,183,82,.25); }
.account-field textarea.input { resize: vertical; min-height: 74px; line-height: 1.5; }
.guide-profile-fields[hidden] { display: none !important; }
@media (max-width: 720px) { .account-private-badge,.guide-only-badge { margin-left: 48px; } }

/* Final mobile catalogue override: compact two-column shopping cards. */
@media (max-width: 640px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 8px; }
  .product { height: auto; min-height: 270px; border-radius: 6px; }
  .product-visual { height: 128px; flex-basis: 128px; }
  .product-card-actions { top: 108px; right: 7px; }
  .product-body { padding: 8px; }
  .product-body h3 { margin-top: 5px; min-height: 2.55em; font-size: .78rem; }
  .product-price-row strong { font-size: 1.05rem; }
  .product-price-row small,.product-description,.pack-priority,.brand-deal { display: none; }
  .deal-row { min-height: 18px; }
  .deal-row strong { display: none; }
  .rating { gap: 4px; font-size: .64rem; }
  .rating .stars { letter-spacing: -1px; }
  .delivery-badge { margin-top: auto; padding-top: 4px; }
}
.private-member-rate{display:block;width:max-content;max-width:100%;margin-top:6px;padding:5px 8px;border:1px solid rgba(250,200,15,.32);border-radius:999px;background:rgba(250,200,15,.08);color:#faca0f;font-size:.72rem;font-weight:750;line-height:1.3}
.eco-lodge-private-rate{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px}.eco-lodge-private-rate>strong{color:var(--gold)}.eco-lodge-private-rate .private-member-rate{margin-top:0}

/* Verified eco-lodge host onboarding */
.account-become-host{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:5px 11px;border:1px solid rgba(105,205,137,.48);border-radius:7px;background:rgba(72,167,103,.13);color:#8fe0a9;font-size:.64rem;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap}
.account-become-host:hover,.account-become-host:focus-visible{background:#4ba96c;color:#07110a;border-color:#66c985;outline:none}
.lodge-manager-welcome{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 14px;margin-top:13px;padding:11px 13px;border:1px solid rgba(100,207,140,.34);border-radius:9px;background:linear-gradient(135deg,rgba(70,170,105,.13),rgba(250,200,15,.045))}
.lodge-manager-welcome span{grid-column:1/-1;color:#88dba5;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.lodge-manager-welcome strong{font-size:.78rem}.lodge-manager-welcome p{grid-column:1;margin:2px 0 0;color:var(--muted);font-size:.66rem;line-height:1.45}.lodge-manager-welcome a{grid-column:2;grid-row:2/4;align-self:center;padding:7px 9px;border-radius:6px;background:#59b879;color:#061009;font-size:.61rem;font-weight:900;text-decoration:none}
.host-page-hero{--page-hero-image:url("assets/eco-lodges/media/eco-nubia/property.jpg");--page-hero-position:center 47%;min-height:390px;display:flex;align-items:flex-end}.host-page-hero::before{background:linear-gradient(90deg,rgba(4,7,4,.9) 0%,rgba(4,7,4,.67) 46%,rgba(4,7,4,.2) 76%),linear-gradient(0deg,rgba(5,8,5,.6),transparent 58%)}.host-page-hero .section-inner{width:100%;padding-bottom:42px}.host-hero-copy{max-width:690px;padding:24px 27px;border:1px solid rgba(250,200,15,.24);border-radius:14px;background:rgba(8,12,8,.68);box-shadow:0 22px 60px rgba(0,0,0,.28);backdrop-filter:blur(8px)}.host-page-hero h1{max-width:650px;margin-top:7px;font-size:clamp(2.1rem,4.5vw,4.15rem);line-height:.98;letter-spacing:-.035em}.host-page-hero p{max-width:650px;margin:15px 0 0;color:#e0e2da;font-size:.9rem;line-height:1.62}.host-hero-promises{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.host-hero-promises span{padding:6px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.055);color:#f3f1e8;font-size:.58rem;font-weight:650}.host-hero-promises span::before{margin-right:6px;color:var(--gold);content:"✓"}.host-onboarding-section{padding-top:34px}.host-onboarding-shell{display:grid;gap:20px;max-width:1120px}.host-loading{display:flex;align-items:center;justify-content:center;gap:12px;min-height:260px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.host-loading span{width:22px;height:22px;border:2px solid rgba(250,200,15,.25);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}
.host-workflow-card,.host-application-history,.host-success,.host-signin-required{border:1px solid rgba(250,200,15,.25);border-radius:14px;background:linear-gradient(145deg,rgba(16,20,15,.98),rgba(7,9,7,.98));box-shadow:0 24px 55px rgba(0,0,0,.22);overflow:hidden}.host-workflow-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;padding:28px 30px;border-bottom:1px solid var(--line);background:linear-gradient(120deg,rgba(250,200,15,.08),transparent 52%)}.host-workflow-head>div>span,.host-application-history header span,.host-success small,.host-signin-required>span{color:var(--gold);font-size:.65rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.host-workflow-head h2,.host-application-history h2,.host-success h2,.host-signin-required h2{margin:5px 0 7px}.host-workflow-head p{max-width:720px;margin:0;color:var(--muted);line-height:1.6}.host-workflow-head ol{display:flex;align-items:flex-start;min-width:420px;margin:0;padding:3px 0 0;list-style:none}.host-workflow-head li{position:relative;display:grid;grid-template-rows:18px auto;place-items:center;gap:8px;min-width:105px;color:#b7b9b2;font-size:.64rem;font-weight:400;letter-spacing:.01em;line-height:1.3;text-align:center}.host-workflow-head li>span{display:block;min-height:30px}.host-workflow-head li::before{content:"";position:relative;z-index:2;width:12px;height:12px;border:2px solid #777c73;border-radius:50%;background:#11150f;box-shadow:0 0 0 4px rgba(255,255,255,.025)}.host-workflow-head li:not(:last-child)::after{content:"";position:absolute;z-index:1;top:7px;left:calc(50% + 8px);width:calc(100% - 16px);height:1px;background:#565b52}.host-workflow-head li.is-active{color:#fff}.host-workflow-head li.is-active::before{border-color:var(--gold);background:var(--gold);box-shadow:0 0 0 4px rgba(250,200,15,.13)}.host-workflow-head li.is-complete{color:#9ee2b4}.host-workflow-head li.is-complete::before{border-color:#65bd83;background:#65bd83;box-shadow:0 0 0 4px rgba(76,171,108,.12)}.host-workflow-head li.is-complete::after{background:#65bd83}
.host-workflow-card form{padding:28px 30px}.host-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.host-form-grid .account-field-wide{grid-column:1/-1}.host-file-field{display:grid;align-content:center;gap:8px;min-height:112px;padding:17px;border:1px dashed rgba(250,200,15,.34);border-radius:10px;background:rgba(255,255,255,.018);cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.host-file-field:hover,.host-file-field:focus-within{border-color:rgba(250,200,15,.72);background:rgba(250,200,15,.045)}.host-file-field.is-ready{border-style:solid;border-color:rgba(94,194,128,.58);background:rgba(72,154,99,.055)}.host-file-field>span{font-size:.72rem;font-weight:850}.host-file-field>span em{margin-left:7px;padding:3px 6px;border:1px solid rgba(250,200,15,.28);border-radius:999px;color:var(--gold);font-size:.5rem;font-style:normal;font-weight:700}.host-file-field input{max-width:100%;font-size:.7rem}.host-file-field strong{color:var(--muted);font-size:.61rem;font-weight:600;line-height:1.4}.host-file-field.is-ready strong{color:#8ddba7}.host-file-field.is-optional{border-color:rgba(255,255,255,.18)}.host-file-field.is-optional:hover,.host-file-field.is-optional:focus-within{border-color:rgba(250,200,15,.6)}.host-terms-box{display:grid;gap:12px;margin-top:22px;padding:20px;border:1px solid rgba(96,178,124,.25);border-radius:11px;background:rgba(72,154,99,.055)}.host-terms-box h3,.host-terms-box p{margin:0}.host-terms-box p{color:var(--muted);font-size:.76rem;line-height:1.55}.host-terms-box label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;color:#e5e4dc;font-size:.72rem;line-height:1.55}.host-terms-box input{margin-top:3px;accent-color:var(--gold)}.host-terms-box a{color:var(--gold)}.host-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.host-form-actions .btn{min-width:150px}
.host-document-flow{position:relative;display:grid;gap:13px}.host-document-flow::before{position:absolute;top:29px;bottom:29px;left:29px;width:1px;background:linear-gradient(var(--gold),rgba(250,200,15,.12));content:""}.host-document-group{position:relative;padding:19px 20px 20px 70px;border:1px solid rgba(255,255,255,.085);border-radius:12px;background:linear-gradient(125deg,rgba(250,200,15,.032),rgba(255,255,255,.012));box-shadow:0 10px 26px rgba(0,0,0,.08)}.host-document-group>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:15px}.host-document-group>header>span{position:absolute;z-index:2;left:14px;display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(250,200,15,.56);border-radius:50%;background:#11150f;color:var(--gold);font-size:.58rem;font-weight:850;box-shadow:0 0 0 5px #0b0e0b}.host-document-group h3,.host-document-group p{margin:0}.host-document-group h3{font-size:.83rem}.host-document-group p{margin-top:4px;color:var(--muted);font-size:.62rem;line-height:1.45}.host-document-group>header>em{padding:4px 8px;border:1px solid rgba(250,200,15,.26);border-radius:999px;color:var(--gold);font-size:.51rem;font-style:normal;font-weight:750}.host-document-group.is-optional{background:rgba(255,255,255,.012)}.host-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:11px}.host-document-grid>.account-field,.host-document-grid>.host-file-field{min-width:0}.host-document-grid>.account-field{display:flex;flex-direction:column;justify-content:center;min-height:112px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(0,0,0,.14)}.host-document-grid>.account-field .input{margin-top:7px}.host-document-grid>.account-field small{margin-top:6px}.host-document-grid.is-additional{grid-template-columns:minmax(260px,1fr) 2fr}.host-document-grid.is-additional .host-file-field{grid-column:1}.host-document-grid .host-file-field input::file-selector-button{margin-right:8px;padding:6px 9px;border:1px solid rgba(250,200,15,.36);border-radius:6px;background:rgba(250,200,15,.08);color:#f4f1e6;font:inherit;font-size:.58rem;cursor:pointer}.host-document-grid .host-file-field:hover input::file-selector-button{background:var(--gold);color:#0b0d09}
.host-property-media{min-width:0;margin:2px 0 4px;padding:18px;border:1px solid rgba(250,200,15,.23);border-radius:11px;background:rgba(250,200,15,.025)}.host-property-media legend{padding:0 7px;color:#f5f2e7;font-size:.76rem}.host-property-media legend span{margin-left:7px;padding:3px 6px;border-radius:999px;background:rgba(250,200,15,.13);color:var(--gold);font-size:.55rem;font-weight:700}.host-property-media>p{margin:0 0 14px;color:var(--muted);font-size:.67rem;line-height:1.5}.host-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.host-photo-field{display:grid;grid-template-rows:auto auto auto auto;gap:4px;min-width:0;padding:10px;border:1px dashed rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.018);cursor:pointer;transition:border-color .2s ease,background .2s ease}.host-photo-field:hover,.host-photo-field:focus-within{border-color:rgba(250,200,15,.55);background:rgba(250,200,15,.04)}.host-photo-field.is-ready{border-style:solid;border-color:rgba(97,190,128,.5)}.host-photo-field>input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.host-photo-preview{position:relative;display:grid;place-items:center;aspect-ratio:16/10;margin-bottom:5px;overflow:hidden;border-radius:7px;background:linear-gradient(145deg,#20251e,#11140f);color:var(--gold)}.host-photo-preview img{display:none;width:100%;height:100%;object-fit:cover}.host-photo-preview.has-image img{display:block}.host-photo-preview.has-image b{display:none}.host-photo-preview b{font-size:1.4rem;font-weight:300}.host-photo-field>strong{font-size:.7rem;font-weight:650}.host-photo-field>small,.host-photo-field>em{overflow:hidden;color:var(--muted);font-size:.58rem;font-style:normal;line-height:1.35;text-overflow:ellipsis}.host-photo-field>[data-host-photo-status]{margin-top:4px;color:var(--gold);font-size:.58rem;font-weight:650}.host-photo-field.is-ready>[data-host-photo-status]{color:#8ddba7}
.host-application-history header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line)}.host-application-history header h2{font-size:1.05rem}.host-application-history header strong{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;background:rgba(250,200,15,.12);color:var(--gold)}.host-application-history>div{display:grid}.host-application-history article{display:grid;grid-template-columns:150px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 22px;border-bottom:1px solid rgba(255,255,255,.055)}.host-application-history article:last-child{border-bottom:0}.host-application-history article>span{width:max-content;padding:5px 8px;border-radius:999px;background:rgba(250,200,15,.09);color:var(--gold);font-size:.61rem;font-weight:850}.host-application-history article.is-approved>span{background:rgba(75,170,107,.14);color:#8cdda7}.host-application-history article.is-rejected>span{background:rgba(219,94,82,.13);color:#f1a29b}.host-application-history article div{display:grid}.host-application-history article small,.host-application-history article time{color:var(--muted);font-size:.65rem}.host-application-history article a{padding:7px 9px;border-radius:6px;background:var(--gold);color:#10110c;font-size:.61rem;font-weight:900;text-decoration:none}.host-application-history article p{grid-column:2/-1;margin:0;color:#e2c77f;font-size:.68rem}
.host-success,.host-signin-required{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:start;padding:36px}.host-success>span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#62bd81;color:#071109;font-size:1.4rem;font-weight:900}.host-success p,.host-signin-required p{max-width:760px;color:var(--muted);line-height:1.65}.host-success>div>strong{display:block;margin:17px 0;padding:12px 15px;border-left:3px solid var(--gold);background:rgba(250,200,15,.07)}.host-success>div>div{display:flex;gap:10px}.host-signin-required{grid-template-columns:1fr;text-align:center;justify-items:center}.host-signin-required img{width:105px}.host-signin-required p{margin-left:auto;margin-right:auto}.host-signin-required .btn{min-width:150px}
html[data-theme="day"] .host-workflow-card,html[data-theme="day"] .host-application-history,html[data-theme="day"] .host-success,html[data-theme="day"] .host-signin-required{background:#fff;border-color:rgba(167,134,0,.3);box-shadow:0 20px 45px rgba(24,44,31,.08)}html[data-theme="day"] .host-terms-box{background:#f1f8f3}html[data-theme="day"] .host-terms-box label{color:#26372c}html[data-theme="day"] .account-become-host{color:#1f7040;background:#edf8f0;border-color:#4f9968}html[data-theme="day"] .lodge-manager-welcome{background:#f0f8f2}html[data-theme="day"] .host-property-media legend{color:#1d2a20}html[data-theme="day"] .host-photo-field{border-color:#ccd4ca;background:#fafcf9}html[data-theme="day"] .host-photo-preview{background:#e9eee8}
@media(max-width:980px){.host-workflow-head{grid-template-columns:1fr}.host-workflow-head ol{width:100%;max-width:560px;min-width:0;margin:4px auto 0}}
@media(max-width:900px){.host-document-grid{grid-template-columns:1fr}.host-document-grid.is-additional{grid-template-columns:1fr}.host-document-grid.is-additional .host-file-field{grid-column:auto}}
@media(max-width:760px){.host-page-hero{min-height:430px}.host-page-hero .section-inner{padding-bottom:24px}.host-hero-copy{padding:20px}.host-page-hero h1{white-space:normal}.host-hero-promises{gap:5px}.host-workflow-head{padding:22px 18px}.host-workflow-head ol{justify-content:center;overflow:visible}.host-workflow-head li{min-width:0;flex:1;font-size:.56rem;line-height:1.3;text-align:center}.host-workflow-head li>span{min-height:27px}.host-workflow-card form{padding:20px 18px}.host-form-grid{grid-template-columns:1fr}.host-form-grid .account-field-wide{grid-column:auto}.host-document-flow::before{left:22px}.host-document-group{padding:17px 14px 18px 52px}.host-document-group>header>span{left:8px}.host-document-group>header{grid-template-columns:1fr}.host-document-group>header>em{justify-self:start}.host-photo-grid{grid-template-columns:1fr}.host-photo-field{grid-template-columns:105px minmax(0,1fr);grid-template-rows:auto auto auto auto;column-gap:11px}.host-photo-preview{grid-column:1;grid-row:1/5;margin:0}.host-photo-field>strong,.host-photo-field>small,.host-photo-field>em,.host-photo-field>[data-host-photo-status]{grid-column:2}.host-form-actions{flex-direction:column-reverse}.host-form-actions .btn{width:100%}.host-application-history article{grid-template-columns:1fr;gap:7px}.host-application-history article p{grid-column:1}.host-success{grid-template-columns:1fr;padding:25px 20px}.host-success>div>div{flex-direction:column}.lodge-manager-welcome{grid-template-columns:1fr}.lodge-manager-welcome a{grid-column:1;grid-row:auto;width:max-content}}
