:root{--green: #1a5038;--green-deep: #0f3a24;--sand: #d4a574;--cream: #f7f4ef;--ink: #1c1c1c;--muted: #6c6c6c;--page-bg: #f1f3f5;--card-shadow: 0 18px 40px rgba(0, 0, 0, .12)}html[data-theme=dark]{--green: #7ebf98;--green-deep: #d6ece0;--sand: #d6a976;--cream: #111a22;--ink: #e6edf4;--muted: #a6b1bc;--page-bg: #0d141b;--card-shadow: 0 20px 38px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}html{overflow-x:clip}body{margin:0;min-height:100%;background:var(--page-bg);color:var(--ink);font-family:IBM Plex Sans,sans-serif;overflow-x:clip;overscroll-behavior-y:none}#app{height:100dvh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:clip;overflow-y:auto;overscroll-behavior-y:none}h1,h2,h3,.brand-name{font-family:Sora,sans-serif}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:2px solid #cda06a}.header-shell,.main-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.header-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.9rem 0}.brand{display:flex;align-items:center;gap:.6rem;color:var(--green);text-decoration:none;justify-self:start}.brand-logo{width:52px;height:52px;object-fit:contain}.brand-name{font-weight:700;font-size:clamp(1.3rem,2vw,1.8rem)}.brand-name span{color:var(--sand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.top-nav{grid-column:2;display:flex;flex-wrap:wrap;gap:1.35rem;align-items:center;justify-content:center;justify-self:stretch;min-width:0}.header-actions{grid-column:3;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;justify-self:end}.locale-select{min-height:44px;border:1px solid #d5dfd5;border-radius:10px;background:#fff;color:#2d4236;font-size:.83rem;font-weight:700;padding:0 .6rem;cursor:pointer}.locale-select:focus-visible{outline:2px solid #cda06a;outline-offset:1px}.search-toggle{width:44px;height:44px;border:1px solid #d5dfd5;border-radius:10px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#2d4236;cursor:pointer}.search-toggle svg{width:20px;height:20px}.search-toggle:hover,.search-toggle.active{color:#1a5038;border-color:#b8cbc0;background:#f2f7f4}.nav-toggle{display:none;width:44px;height:44px;border:1px solid #d5dfd5;border-radius:10px;background:#fff;align-items:center;justify-content:center;gap:.25rem;flex-direction:column;cursor:pointer}.nav-toggle span{width:20px;height:2px;background:var(--green-deep);border-radius:999px}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + .2rem);left:0;min-width:260px;display:flex;flex-direction:column;gap:.25rem;padding:.55rem;border-radius:14px;border:1px solid #d9e2d9;background:#fff;box-shadow:0 16px 34px #0000001f;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease;z-index:25}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-link{text-decoration:none;color:#2f3e35;padding:.42rem .55rem;border-radius:8px;font-size:.93rem}.dropdown-link:hover,.dropdown-link.active{background:#eff6f1;color:var(--green-deep)}.dropdown-group+.dropdown-group{margin-top:.35rem;padding-top:.35rem;border-top:1px solid #e4ece4}.dropdown-group-title{margin:.1rem .3rem .2rem;color:#6e7f73;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dropdown-list{margin:0;padding:0;list-style:none}.dropdown-list-item+.dropdown-list-item{margin-top:.1rem}.nav-link{text-decoration:none;color:#637080;padding:.25rem 0;border-radius:0;font-size:.95rem;font-weight:600;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.nav-link:hover,.nav-link.active{background:transparent;color:#1a5038;border-bottom-color:#1a5038}.nav-item-header,.nav-toggle-submenu,.search-shell{display:none}.search-shell.open{display:block}.header-actions .search-shell{width:min(260px,22vw)}.search-form{width:100%;margin:0}.search-input-wrap{position:relative}.search-input{width:100%;border:1px solid #d8d8d8;border-radius:12px;padding:.65rem 2.4rem .65rem .9rem;font-size:.95rem;min-height:44px;background:#fff}.search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:999px;display:none;align-items:center;justify-content:center;background:#e6eee8;color:#2d4236;cursor:pointer;font-size:.95rem;font-weight:700;line-height:1;padding:0}.search-clear.visible{display:inline-flex}.search-clear:hover{background:#d5e4d9}.main-shell{flex:1 0 auto;padding:2.7rem 0 0rem}.hero{position:relative;min-height:74vh;border-radius:0;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1700&q=80);background-size:cover;background-position:center}.hero-full{width:100%;margin-left:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#0f3a24d1,#1a503873)}.hero-content{position:relative;color:#fff;min-height:inherit;padding:clamp(1.2rem,4vw,3rem);max-width:840px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;text-align:center}.hero-content h1{margin:0 0 .8rem;font-size:clamp(2rem,4.8vw,3.8rem)}.hero-content p{font-size:clamp(1.1rem,2.1vw,1.55rem);color:#f0f3f6}.cta{display:inline-block;margin-top:.8rem;background:var(--sand);color:var(--green-deep);text-decoration:none;font-weight:600;padding:.65rem 1rem;border-radius:8px}.home-section{margin-top:6rem}.section-header{text-align:center;max-width:760px;margin:0 auto 1.2rem}.section-header h2{margin:0 0 .4rem;color:#1b2432;font-size:clamp(1.5rem,3vw,2.25rem)}.section-header p{margin:0;color:#536071;font-size:1.06rem}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.service-card{background:#fff;border-radius:12px;padding:1.25rem 1.15rem;box-shadow:0 6px 16px #0b121c1f;border-top:4px solid #cda06a;text-align:center}.service-icon{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;color:#c99b67;margin-bottom:.55rem}.service-icon-svg{width:34px;height:34px;overflow:visible}.service-card h3{margin:.15rem 0 1rem;color:#1f2735}.service-card p{margin:0;color:#4e5c6b;line-height:1.45}.home-booking-section{margin-top:2rem;padding:clamp(1.35rem,3vw,2rem) 0;border-top:1px solid #d9e2d9;border-bottom:1px solid #d9e2d9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:center}.home-booking-kicker{margin:0 0 .35rem;color:#a56f38;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-booking-copy h2{margin:0 0 .45rem;color:#1b2432;font-size:clamp(1.45rem,2.8vw,2.15rem)}.home-booking-copy p:last-child{max-width:680px;margin:0;color:#536071;font-size:1.05rem;line-height:1.5}.booking-cta{display:inline-flex;min-height:46px;align-items:center;justify-content:center;background:var(--green);color:#fff;text-decoration:none;font-weight:800;padding:.75rem 1.25rem;border-radius:8px;box-shadow:0 10px 20px #1a50382e;white-space:nowrap}.booking-cta:hover{background:var(--green-deep)}.categories-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-showcase-card{position:relative;text-decoration:none;background:#192029;color:inherit;border-radius:8px;overflow:hidden;box-shadow:0 6px 16px #0b121c33}.category-showcase-card img{width:100%;height:300px;object-fit:cover}.category-showcase-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000009e 22%,#0000002e 60%,#0000)}.category-showcase-content{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:.95rem}.category-kicker{margin:0 0 .08rem;color:#d8dee5;font-size:.75rem;text-transform:uppercase;letter-spacing:.07em}.category-showcase-content h3{margin:0 0 .25rem;color:#fff}.category-showcase-content p{margin:0;color:#e6ebf1;font-size:.95rem}.home-help-section{margin-top:2rem;margin-bottom:2rem;width:100%;margin-left:0;border-radius:0;padding:clamp(2rem,4vw,3.2rem) 1rem;text-align:center;color:#f3fff7;background:#145234}.home-help-section h2{margin:0 0 .5rem}.home-help-section p{margin:0;color:#d8eadf;font-size:1.12rem}.help-cta{display:inline-block;margin-top:1.2rem;background:#d7a06b;color:var(--green-deep);text-decoration:none;font-weight:700;padding:.7rem 1.2rem;border-radius:8px}.subcategory-strip{margin:.8rem 0 1rem}.search-results-strip{margin-bottom:.5rem}.subcategory-strip h2{margin-bottom:.4rem;color:var(--green)}.catalog-page-title{margin:0 0 .6rem;color:#1b2432}.apparel-filter-group+.apparel-filter-group{margin-top:.55rem}.apparel-filter-title{margin:0 0 .35rem;color:#607468;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sub-links{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.3rem}.sub-link{white-space:nowrap;text-decoration:none;color:var(--green);border:1px solid #c8dbc8;background:#f6fbf8;border-radius:999px;padding:.38rem .7rem}.sub-link.active,.sub-link:hover{background:var(--green);color:#fff}.products-grid{margin-top:1.2rem;margin-bottom:32px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--card-shadow);display:flex;flex-direction:column;min-height:100%;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0d151f26}.product-card img{width:100%;height:180px;object-fit:contain;background:#f3f5f7;padding:.35rem}.product-content{padding:.9rem}.category-pill{font-size:.72rem;letter-spacing:.02em;color:var(--muted);margin:0 0 .2rem}.product-content h3{margin:.3rem 0;color:var(--green-deep)}.product-meta{display:flex;align-items:center;gap:.7rem}.extra-images{margin:.6rem 0 0;font-size:.8rem;color:#62706a}.availability{font-size:.82rem;border-radius:999px;padding:.3rem .55rem;font-weight:600}.availability.ok{background:#e5f5ea;color:#1b7334}.availability.out{background:#f9dfdf;color:#962a2a}.catalog-status{margin-top:1.1rem;border-radius:16px;padding:1rem;background:#fff;box-shadow:var(--card-shadow)}.catalog-status.error{border-left:4px solid #d04747}.product-detail-page{margin-top:.4rem;margin-bottom:32px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-bottom:1rem;color:#556172;font-size:.92rem}.breadcrumbs a{color:#1a5038;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.product-detail-layout{display:flex;flex-direction:column;gap:1rem}.product-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;align-items:stretch}.product-gallery,.product-info,.product-description-card{background:#fff;border-radius:14px;box-shadow:0 10px 24px #0f162214;border:1px solid #dde7dd;padding:1rem}.product-info{display:flex;flex-direction:column;gap:.8rem;align-self:stretch}.product-main-image-wrap{border-radius:12px;overflow:hidden;border:1px solid #d5dddb;background:#f6f8f9}.product-main-image{width:100%;height:460px;object-fit:contain;background:#f3f5f7;padding:.4rem;display:block}.product-gallery-row{margin-top:.7rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:.5rem}.gallery-thumb{border:1px solid #cfdad2;border-radius:9px;padding:0;background:#fff;overflow:hidden;cursor:pointer}.gallery-thumb img{width:100%;height:84px;object-fit:contain;background:#f3f5f7;padding:.18rem;display:block}.gallery-thumb.active{border-color:#1a5038}.product-info h1{margin:.3rem 0 .55rem;color:#193322;font-size:clamp(1.6rem,2.8vw,2.2rem)}.detail-availability{margin:0;display:inline-flex;padding:.35rem .7rem;border-radius:999px;font-weight:700;font-size:.9rem}.detail-availability.ok{background:#e5f5ea;color:#1b7334}.detail-availability.out{background:#f9dfdf;color:#962a2a}.detail-description{margin:0;color:#495766;line-height:1.5}.product-description-title{margin:0 0 .45rem;color:#1f2735;font-size:1.05rem;line-height:1.2}.product-inquiry-box{margin-top:.1rem;padding-top:.9rem;border-top:1px solid #e4ece6}.product-inquiry-box h2{margin:0 0 .35rem;color:#1f2735;font-size:1.15rem}.product-inquiry-box p{margin:0;color:#5f6c7b}.product-inquiry-form{margin-top:.75rem;display:grid;gap:.55rem}.product-inquiry-form label{font-size:.88rem;font-weight:600;color:#3b4b59}.product-inquiry-form input,.product-inquiry-form textarea{width:100%;border:1px solid #c8d0d8;border-radius:7px;padding:.62rem .72rem;background:#fbfcfd;font:inherit;color:#1f2735}.product-inquiry-form textarea{min-height:120px;resize:vertical}.product-inquiry-submit{margin-top:.3rem;border:none;border-radius:9px;padding:.75rem .95rem;background:#c99b67;color:#153f2b;font-weight:700;cursor:pointer}.product-inquiry-submit[disabled]{opacity:.7;cursor:wait}.inquiry-status{min-height:1.2rem;margin:.2rem 0 0;font-size:.92rem}.inquiry-status.loading{color:#5f6c7b}.inquiry-status.success{color:#1d7034}.inquiry-status.error{color:#b43838}.recommended-products{margin-top:1.2rem}.recommended-products h2{margin:0 0 .7rem;color:#1f2735;font-size:clamp(1.25rem,2.6vw,1.7rem)}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.9rem}.recommended-card{display:block;text-decoration:none;background:#fff;border:1px solid #dde7dd;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #10182514}.recommended-card img{width:100%;height:165px;object-fit:contain;background:#f3f5f7;padding:.3rem;display:block}.recommended-content{padding:.72rem}.recommended-content h3{margin:0 0 .35rem;color:#21313f;font-size:1rem}.recommended-content p{margin:0;color:#5b6677;font-size:.88rem}.policy-page{margin-top:.6rem;margin-bottom:32px}.policy-header h1{margin:0 0 1rem;color:#1f2d3a;font-size:clamp(1.6rem,2.6vw,2.3rem)}.policy-card{background:#fff;border-radius:14px;box-shadow:0 10px 24px #0f162214;border:1px solid #dde7dd;padding:1.2rem}.policy-body{line-height:1.55;color:#3f4b59;font-size:.98rem;word-break:break-word}.policy-body>*+*{margin-top:.9rem}.policy-body p{margin:0}.policy-table-wrap{overflow-x:auto}.policy-table{width:100%;border-collapse:collapse;font-size:.95rem}.policy-table td{border:1px solid #dfe6dd;padding:.6rem .75rem;vertical-align:top}.policy-table td:first-child{width:min(32%,240px);font-weight:700;color:#2f3e35;background:#f1f4f0}.cookie-banner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:1.4rem}.cookie-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1018208c}.cookie-banner-card{position:relative;width:min(980px,100%);background:#fff;border-radius:18px;border:1px solid #dfe6dd;box-shadow:0 28px 60px #0c121859;padding:1.2rem 1.4rem 1rem;display:flex;flex-direction:column;gap:.85rem}.cookie-banner-card h2{margin:0;font-size:1.2rem;color:#1f2d3a}.cookie-banner-body{white-space:pre-wrap;max-height:min(42vh,260px);overflow:auto;padding:0;border-radius:12px;border:none;background:transparent;color:#3f4b59;font-size:.92rem;line-height:1.5;word-break:break-word}.cookie-banner-body p{margin:0}.cookie-banner-actions{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.cookie-banner-link{color:#1a5038;font-weight:600;text-decoration:none}.cookie-banner-link:hover{text-decoration:underline}.cookie-banner-buttons{display:inline-flex;gap:.65rem}.cookie-banner-button{border:none;border-radius:999px;padding:.65rem 1.35rem;font-weight:700;cursor:pointer;background:#c99b67;color:#153f2b}.cookie-banner-button.ghost{background:#e9eef0;color:#2d3b45}.contact-page{margin-top:.4rem;margin-bottom:32px}.contact-hero{text-align:center;max-width:660px;margin:0 auto 1.45rem}.contact-hero h1{margin:0 0 .35rem;color:#1f2735;font-size:clamp(1.8rem,3vw,2.4rem)}.contact-hero p{margin:0;color:#5f6c7b;line-height:1.45}.contact-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.contact-form-section{margin-top:1.15rem}.contact-column{display:flex;flex-direction:column;gap:1rem}.contact-card{background:#fff;border:1px solid #dce3e9;border-radius:10px;padding:1rem;box-shadow:0 10px 22px #0e151f12}.contact-card h2{margin:0 0 .85rem;font-size:1.65rem;color:#1f2735}.contact-list{margin:0;padding:0;list-style:none;display:grid;gap:.95rem}.contact-item p{margin:.15rem 0;color:#586576;line-height:1.4}.contact-item-title{display:flex;align-items:center;gap:.45rem;margin:0 0 .35rem;color:#1f2735;font-weight:700}.contact-icon{width:.82rem;height:.82rem;border-radius:999px;border:1.4px solid #1a5038;background-color:#fff;background-image:radial-gradient(circle at 34% 34%,rgba(26,80,56,.34) .08rem,transparent .1rem),radial-gradient(circle at 66% 30%,rgba(26,80,56,.34) .08rem,transparent .1rem),radial-gradient(circle at 54% 66%,rgba(26,80,56,.34) .08rem,transparent .1rem);display:inline-block}.contact-item a{color:#2f4766;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{display:grid;gap:.55rem}.contact-form label{font-size:.86rem;color:#3f4d5c;font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid #c8d0d8;border-radius:6px;padding:.58rem .72rem;background:#fafbfc;color:#212a37;font:inherit}.contact-form textarea{min-height:98px;resize:vertical}.contact-submit{margin-top:.25rem;border:none;border-radius:7px;padding:.72rem .9rem;background:#c99b67;color:#153f2b;font-weight:700;cursor:pointer;transition:filter .2s ease}.contact-submit:hover{filter:brightness(.96)}.contact-map-card{padding:0;overflow:hidden}.contact-map{width:100%;min-height:220px;border:0;display:block}.contact-map-link{display:inline-flex;align-items:center;margin:.65rem .85rem .9rem;color:#1f4f8f;font-weight:600;text-decoration:none}.contact-map-link:hover{text-decoration:underline}.site-footer{width:100%;margin-left:0;margin-top:auto;margin-bottom:0;background:linear-gradient(130deg,var(--green),#11462f 55%,#093521);color:#ebf4ee;padding:2.3rem 0 1.15rem;border-radius:0}.footer-inner{width:min(1120px,calc(100% - 2rem));margin:0 auto}.footer-grid{display:grid;gap:1.2rem;grid-template-columns:minmax(220px,1.2fr) repeat(2,minmax(190px,1fr));align-items:start}.-block{display:flex;flex-direction:column;gap:.75rem}.footer-logo-link{display:inline-flex;align-items:center;justify-content:center}.footer-logo{width:74px;height:74px;object-fit:contain}.footer-grid h3{margin-top:0;margin-bottom:.65rem;color:#f7d5a8;font-size:1.22rem}.footer-grid p{margin:.3rem 0;color:#dcebe2}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin:0 0 .35rem}.footer-links a{color:#ecf8f0;text-decoration:none;transition:color .2s ease}.footer-grid a{color:#ecf8f0}.footer-links a:hover,.footer-grid a:hover{color:#f7d5a8}.footer-copy{margin:1.25rem 0 0;font-size:.95rem;text-align:center;color:#d6e5dc}html[data-theme=dark] .site-header{background:#121b23;border-bottom-color:#355543}html[data-theme=dark] .nav-link{color:#a9b9c8}html[data-theme=dark] .nav-link:hover,html[data-theme=dark] .nav-link.active{color:#d8ece2;border-bottom-color:#7ebf98}html[data-theme=dark] .nav-dropdown{background:#16212b;border-color:#334656}html[data-theme=dark] .dropdown-link{color:#d4e0ea}html[data-theme=dark] .dropdown-link:hover,html[data-theme=dark] .dropdown-link.active{background:#1f3140;color:#d8f0e4}html[data-theme=dark] .nav-toggle-submenu{color:#a9b9c8}html[data-theme=dark] .nav-toggle-submenu:hover{color:#d8ece2}html[data-theme=dark] .nav-dropdown.expanded{background:#1a2d38}html[data-theme=dark] .search-toggle,html[data-theme=dark] .nav-toggle,html[data-theme=dark] .locale-select{background:#18242e;border-color:#355061;color:#dce8f2}html[data-theme=dark] .search-toggle:hover,html[data-theme=dark] .search-toggle.active,html[data-theme=dark] .nav-toggle:hover{background:#21323f;border-color:#4a687c;color:#e4f2fb}html[data-theme=dark] .search-input,html[data-theme=dark] .contact-form input,html[data-theme=dark] .contact-form textarea,html[data-theme=dark] .product-inquiry-form input,html[data-theme=dark] .product-inquiry-form textarea{background:#111a22;border-color:#365062;color:#e8eff5}html[data-theme=dark] .service-card,html[data-theme=dark] .product-card,html[data-theme=dark] .catalog-status,html[data-theme=dark] .product-gallery,html[data-theme=dark] .product-info,html[data-theme=dark] .recommended-card,html[data-theme=dark] .contact-card,html[data-theme=dark] .policy-card,html[data-theme=dark] .cookie-banner-card{background:#16232d;border-color:#304557;box-shadow:0 16px 28px #00000059}html[data-theme=dark] .section-header h2,html[data-theme=dark] .home-booking-copy h2,html[data-theme=dark] .catalog-page-title,html[data-theme=dark] .product-content h3,html[data-theme=dark] .product-info h1,html[data-theme=dark] .recommended-content h3,html[data-theme=dark] .contact-card h2,html[data-theme=dark] .contact-hero h1,html[data-theme=dark] .policy-header h1,html[data-theme=dark] .cookie-banner-card h2,html[data-theme=dark] .footer-grid h3{color:#e6edf4}html[data-theme=dark] .section-header p,html[data-theme=dark] .home-booking-copy p:last-child,html[data-theme=dark] .contact-hero p,html[data-theme=dark] .contact-item p,html[data-theme=dark] .recommended-content p,html[data-theme=dark] .detail-description,html[data-theme=dark] .product-inquiry-box p,html[data-theme=dark] .policy-body,html[data-theme=dark] .footer-copy{color:#b8c7d3}html[data-theme=dark] .cookie-banner-body{background:#111a22;border-color:#365062;color:#b8c7d3}html[data-theme=dark] .cookie-banner-link{color:#9cc7ff}html[data-theme=dark] .cookie-banner-button{background:#d6a976;color:#1a2d23}html[data-theme=dark] .cookie-banner-button.ghost{background:#2a3a46;color:#d4e0ea}html[data-theme=dark] .policy-table td{border-color:#304557}html[data-theme=dark] .policy-table td:first-child{background:#1b2a36;color:#e6edf4}html[data-theme=dark] .contact-item a,html[data-theme=dark] .contact-map-link,html[data-theme=dark] .breadcrumbs a,html[data-theme=dark] .sub-link{color:#9cc7ff}html[data-theme=dark] .sub-link{background:#152430;border-color:#334d60}html[data-theme=dark] .contact-icon{border-color:#9cc7ff;background-color:#152430;background-image:radial-gradient(circle at 34% 34%,rgba(156,199,255,.55) .08rem,transparent .1rem),radial-gradient(circle at 66% 30%,rgba(156,199,255,.55) .08rem,transparent .1rem),radial-gradient(circle at 54% 66%,rgba(156,199,255,.55) .08rem,transparent .1rem)}html[data-theme=dark] .dropdown-group+.dropdown-group{border-top-color:#2f4657}html[data-theme=dark] .dropdown-group-title,html[data-theme=dark] .apparel-filter-title{color:#9ab0c0}html[data-theme=dark] .sub-link.active,html[data-theme=dark] .sub-link:hover{background:#28533d;color:#ecf7f1}html[data-theme=dark] .home-booking-section{border-color:#304557}html[data-theme=dark] .home-booking-kicker{color:#d6a976}html[data-theme=dark] .product-card img,html[data-theme=dark] .product-main-image,html[data-theme=dark] .gallery-thumb img,html[data-theme=dark] .recommended-card img{background:#0f1820}@media(max-width:768px){.header-shell{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem}.brand{width:auto}.header-actions{grid-column:2;justify-content:flex-end}.header-actions .search-shell{width:min(180px,52vw)}.locale-select{min-height:40px;max-width:62px;padding:0 .45rem}.search-toggle,.nav-toggle{width:40px;height:40px}.main-shell{width:min(1120px,calc(100% - 1.2rem));padding-top:1.2rem}.nav-toggle{display:inline-flex}.top-nav{display:none;grid-column:1 / -1;width:100%;justify-content:stretch;gap:.2rem;padding:.65rem 0;border-top:1px solid #e2e7e2}.top-nav.open{display:flex;flex-direction:column}.top-nav .nav-link{width:100%;padding:.55rem .2rem;border-bottom:1px solid #eef1f4}.nav-item{width:100%;position:static}.nav-item-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nav-item-header .nav-link{flex:1;padding:.55rem .2rem;margin:0;border-bottom:none}.nav-toggle-submenu{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;cursor:pointer;color:#637080;transition:transform .2s ease,color .2s ease;flex-shrink:0}.nav-toggle-submenu:hover{color:#1a5038}.nav-toggle-submenu[aria-expanded=true]{transform:rotate(180deg)}.nav-toggle-submenu svg{width:20px;height:20px}.nav-dropdown{position:static;opacity:0;pointer-events:none;transform:none;min-width:0;display:none;flex-direction:column;box-shadow:none;margin:0;padding:0;border:none;background:transparent;transition:opacity .2s ease,max-height .2s ease;max-height:0;overflow:hidden}.nav-dropdown.expanded{display:flex;opacity:1;pointer-events:auto;max-height:1000px;margin:.25rem 0 .3rem;padding:.5rem 1rem;background:#f8faf8;border-radius:10px}.hero{min-height:58vh}.services-grid,.categories-showcase-grid{grid-template-columns:1fr}.home-booking-section{grid-template-columns:1fr;gap:1rem;text-align:center}.home-booking-copy p:last-child{max-width:none}.booking-cta{width:100%}.product-summary{grid-template-columns:1fr}.product-main-image{height:300px}.product-gallery,.product-info,.product-description-card,.product-inquiry-box{padding:.85rem}.product-description-title{font-size:1rem}.product-inquiry-box h2{font-size:1.2rem}.recommended-grid{grid-template-columns:1fr}.policy-card{padding:1rem}.cookie-banner{align-items:flex-end;padding:.9rem .9rem calc(.9rem + env(safe-area-inset-bottom))}.cookie-banner-card{width:100%;max-height:none;border-radius:16px}.cookie-banner-body{max-height:none;overflow:visible;padding:0;border:none;background:transparent}.cookie-banner-actions{flex-direction:column;align-items:stretch;gap:.7rem}.cookie-banner-buttons{width:100%;flex-direction:column}.cookie-banner-button{width:100%}.contact-layout{grid-template-columns:1fr}.contact-form-section{margin-top:.9rem}.contact-card{padding:.9rem}.contact-card h2{font-size:1.35rem}.contact-map{min-height:240px}.footer-grid{grid-template-columns:1fr;gap:1rem;justify-items:center;text-align:center}.footer-grid section{width:100%}.footer-logo{width:62px;height:62px}.section-header p{font-size:.98rem}}.footer-brand-block{text-align:center;margin:0 auto;margin-top:2rem;border-top:1px solid rgba(242,222,198,.4);padding-top:.95rem}
