@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
    --ink: #12313a;
    --muted: #64777c;
    --teal: #07505b;
    --teal-dark: #063b45;
    --aqua: #64d5ce;
    --aqua-soft: #e8f8f6;
    --orange: #ed6136;
    --sand: #f5f1e9;
    --line: #dce7e6;
    --white: #fff;
    --shadow: 0 18px 50px rgba(13, 48, 57, .12);
    --radius: 18px;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); }
body, input, select, textarea, button { font: inherit; }
img { display: block; max-width: 100%; }
.icon { width: 1.15em; height: 1.15em; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.icon-star { fill: currentColor; stroke-width: 1.25; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, strong { font-family: "Manrope", Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
main { min-height: 55vh; }

.announcement {
    min-height: 35px;
    padding: 7px clamp(18px, 4vw, 68px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--teal-dark);
    color: #d9f7f4;
    font-size: 12px;
    font-weight: 700;
}
.announcement div { display: flex; gap: 24px; }
.announcement a:hover { color: var(--white); }
.site-header {
    height: 78px;
    padding: 0 clamp(18px, 4vw, 68px);
    display: flex;
    align-items: center;
    gap: 34px;
    position: relative;
    z-index: 50;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid rgba(12, 57, 67, .09);
}
.brand { width: 174px; flex: 0 0 174px; }
.brand img { width: 100%; max-height: 46px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); flex: 1; }
.desktop-nav a, .header-actions a, .search-toggle {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.desktop-nav a { padding: 28px 0 24px; border-bottom: 3px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--teal); border-color: var(--aqua); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.search-toggle { border: 0; display: inline-flex; align-items: center; gap: 7px; background: transparent; cursor: pointer; }
.search-toggle .icon { width: 19px; height: 19px; }
.cart-link { display: flex; align-items: center; gap: 6px; }
.cart-link .icon { width: 18px; height: 18px; }
.cart-link .cart-count {
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    display: inline-grid;
    place-items: center;
    color: var(--white);
    background: var(--orange);
    border-radius: 20px;
    font-size: 11px;
}
.header-search {
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 45;
    background: var(--white);
    box-shadow: 0 14px 28px rgba(16, 55, 64, .12);
    transition: max-height .25s ease;
}
.header-search.is-open { max-height: 105px; }
.header-search form { max-width: 920px; margin: 0 auto; padding: 18px; display: flex; gap: 12px; }
.header-search label { flex: 1; }
.header-search label span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.header-search input { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; }
.header-search button, .catalog-hero button {
    border: 0;
    padding: 0 28px;
    border-radius: 10px;
    color: var(--white);
    background: var(--orange);
    font-weight: 800;
    cursor: pointer;
}
.mobile-nav, .menu-toggle { display: none; }

.flash {
    position: relative;
    z-index: 30;
    margin: 14px auto;
    max-width: 1180px;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 700;
}
.flash-success { background: #e4f8ed; color: #17613d; }
.flash-error { background: #fff0ed; color: #8b2c20; }

.hero {
    min-height: 690px;
    height: calc(100vh - 113px);
    max-height: 880px;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
}
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade {
    background: linear-gradient(90deg, rgba(2, 31, 37, .88) 0%, rgba(2, 31, 37, .62) 48%, rgba(2, 31, 37, .12) 100%),
        linear-gradient(0deg, rgba(2, 31, 37, .42), transparent 55%);
}
.hero-content { width: min(1220px, calc(100% - 40px)); margin: auto; position: relative; z-index: 2; }
.kicker { margin-bottom: 13px; color: var(--aqua); font: 800 12px/1.3 "Manrope", sans-serif; letter-spacing: .15em; }
.kicker.dark { color: var(--teal); }
.hero h1 { max-width: 790px; margin-bottom: 18px; font-size: clamp(48px, 6.3vw, 86px); line-height: .99; letter-spacing: -.055em; }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: #e4efef; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-search {
    width: min(1080px, 100%);
    padding: 10px;
    display: grid;
    grid-template-columns: 1.35fr 1fr .85fr auto;
    gap: 0;
    color: var(--ink);
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}
.hero-search > * { min-width: 0; }
.hero-search label { padding: 8px 18px; border-right: 1px solid var(--line); }
.hero-search label span, label > span { display: block; margin-bottom: 5px; color: #556c72; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-search input, .hero-search select {
    width: 100%;
    padding: 2px 0;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
    font-size: 15px;
    font-weight: 600;
}
.hero-search button { min-width: 155px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; color: var(--white); background: var(--orange); font-weight: 800; cursor: pointer; }
.hero-links { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 16px; color: #dce9e9; font-size: 13px; }
.hero-links span { color: var(--aqua); font-weight: 800; }
.hero-links a { border-bottom: 1px solid rgba(255,255,255,.45); }

.trust-strip {
    padding: 26px max(24px, calc((100% - 1220px) / 2));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    background: var(--teal);
    color: var(--white);
}
.trust-strip article { display: flex; align-items: center; gap: 13px; }
.trust-strip article > b {
    width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center;
    border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--aqua);
}
.trust-strip article > b .icon { width: 21px; height: 21px; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 3px; font-size: 13px; }
.trust-strip span { color: #bcd5d7; font-size: 11px; line-height: 1.4; }

.section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; }
.featured-section { padding-top: 35px; }
.section-heading { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.section-heading h2 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 45px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p:not(.kicker) { margin: 0; color: var(--muted); }
.section-heading > a { color: var(--teal); font-weight: 800; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-height: 320px; position: relative; overflow: hidden; border-radius: 14px; background: var(--teal-dark); color: var(--white); }
.category-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,30,37,.88), transparent 65%); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-card > span { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 17px; }
.category-card strong, .category-card small { display: block; }
.category-card strong { margin-bottom: 5px; font-size: 16px; }
.category-card small { color: #dce9e9; font-size: 11px; line-height: 1.4; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { height: 220px; position: relative; overflow: hidden; background: #dbe7e6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge, .featured-label {
    position: absolute; top: 12px; padding: 7px 9px; border-radius: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
}
.product-badge { left: 12px; background: var(--white); }
.featured-label { right: 12px; color: var(--white); background: var(--orange); }
.product-card-body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.product-eyebrow { margin-bottom: 8px; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.rating-row { display: flex; gap: 5px; margin-bottom: 8px; font-size: 12px; }
.rating-row strong { display: inline-flex; align-items: center; gap: 4px; color: #d58a00; }
.rating-row .icon { width: 13px; height: 13px; }
.rating-row span { color: var(--muted); }
.product-card h3 { margin-bottom: 9px; font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.product-card h3 a:hover { color: var(--teal); }
.product-card-body > p:not(.product-eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-chips { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; }
.product-chips span { padding: 5px 7px; border-radius: 6px; color: #496269; background: var(--aqua-soft); font-size: 10px; font-weight: 700; }
.product-card-footer { margin-top: 17px; padding-top: 15px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }
.product-card-footer div span, .product-card-footer div small { display: block; color: var(--muted); font-size: 10px; }
.product-card-footer div strong { margin-right: 4px; font-size: 19px; }
.product-card-footer > a { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); }
.product-card-footer > a .icon { width: 17px; height: 17px; }

.partner-section {
    padding: 76px 0 82px;
    overflow: hidden;
    background: #f8fbfb;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.partner-heading {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto 34px;
    text-align: center;
}
.partner-heading h2 {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.12;
    letter-spacing: -.04em;
}
.partner-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.partner-track {
    width: max-content;
    display: flex;
    animation: partner-scroll 34s linear infinite;
}
.partner-marquee:hover .partner-track { animation-play-state: paused; }
.partner-set {
    padding-right: 18px;
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
}
.partner-logo {
    width: 220px;
    height: 105px;
    padding: 18px 22px;
    display: flex;
    flex: 0 0 220px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(13, 48, 57, .05);
}
.partner-logo img { max-width: 125px; max-height: 54px; object-fit: contain; }
.partner-logo span { color: #29464d; font: 800 13px/1.2 "Manrope", sans-serif; }
.partner-logo:hover { border-color: #a9cecb; box-shadow: 0 12px 30px rgba(13, 48, 57, .1); }
@keyframes partner-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    .partner-track { animation: none; }
}

.story-section {
    padding: 86px max(24px, calc((100% - 1220px) / 2));
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
    color: var(--white);
    background: var(--teal-dark);
}
.story-images { height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.story-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.story-images img:last-child { height: 74%; align-self: end; }
.story-section h2 { font-size: clamp(35px, 4vw, 53px); line-height: 1.05; letter-spacing: -.05em; }
.story-section p:not(.kicker), .story-section li { color: #c9dddf; line-height: 1.65; }
.story-section ul { padding-left: 20px; margin: 25px 0; }
.light-link { color: var(--aqua); font-weight: 800; }
.faq-home { background: #f4f9f8; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-item summary {
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    font: 700 16px/1.4 "Manrope", sans-serif;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span {
    width: 28px;
    height: 28px;
    display: grid;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--teal);
    background: var(--aqua-soft);
    font-size: 20px;
    line-height: 1;
    transition: transform .2s ease;
}
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item[open] summary { padding-bottom: 12px; }
.faq-item div { padding: 0 22px 20px; }
.faq-item p { margin: 0; color: var(--muted); line-height: 1.7; }
.faq-support-card {
    padding: 28px;
    display: grid;
    gap: 15px;
    border-radius: var(--radius);
    color: var(--white);
    background: var(--teal);
}
.faq-support-card h2, .faq-support-card h3 { margin: 0; font-size: 27px; }
.faq-support-card p { margin: 0; color: #c9dddf; line-height: 1.65; }
.faq-support-card .kicker { color: var(--aqua); }
.faq-support-card > a:not(.button) { color: var(--aqua); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.faq-page { width: min(1100px, calc(100% - 40px)); margin: 75px auto 100px; }
.faq-page-heading { max-width: 760px; margin-bottom: 42px; }
.faq-page-heading h1 { margin-bottom: 16px; font-size: clamp(42px, 6vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.faq-page-heading > p:not(.kicker) { color: var(--muted); font-size: 18px; line-height: 1.65; }

.site-footer { padding: 70px max(24px, calc((100% - 1220px) / 2)) 25px; color: #d1e3e4; background: #052f38; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 42px; }
.footer-grid h3 { margin-bottom: 17px; color: var(--white); font-size: 14px; }
.footer-grid a { display: block; margin: 10px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--aqua); }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); }
.footer-brand p { margin: 20px 0; max-width: 310px; font-size: 13px; line-height: 1.6; }
.footer-brand small { display: block; max-width: 350px; color: #8fabad; line-height: 1.5; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #93acad; font-size: 11px; }

.button {
    min-height: 44px;
    padding: 11px 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    font-weight: 800;
    cursor: pointer;
}
.button.primary { color: var(--white); background: var(--orange); }
.button.secondary { color: var(--teal); background: var(--aqua-soft); }
.button.danger { color: #9d2e23; background: #ffebe7; }
.button.wide { width: 100%; }
.button:hover { filter: brightness(.96); }
.button:disabled { opacity: .55; cursor: not-allowed; filter: none; }
label { display: block; }
input, select, textarea {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #cbd9da;
    border-radius: 9px;
    outline: 0;
    color: var(--ink);
    background: var(--white);
}
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(100,213,206,.22); }
textarea { min-height: 118px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .wide { grid-column: 1 / -1; }

.catalog-hero, .simple-hero {
    padding: 70px max(24px, calc((100% - 1220px) / 2));
    background: linear-gradient(135deg, var(--aqua-soft), #f7fbfb);
}
.catalog-hero h1, .simple-hero h1 { margin-bottom: 12px; font-size: clamp(38px, 5vw, 61px); line-height: 1.04; letter-spacing: -.05em; }
.catalog-hero > p:not(.kicker), .simple-hero > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.catalog-hero form { max-width: 680px; display: flex; gap: 10px; }
.catalog-hero input { background: var(--white); }
.category-tabs {
    padding: 17px max(24px, calc((100% - 1220px) / 2));
    display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--white);
}
.category-tabs a { padding: 9px 14px; border-radius: 30px; font-size: 12px; font-weight: 800; white-space: nowrap; background: #f0f5f5; }
.category-tabs a.active { color: var(--white); background: var(--teal); }
.catalog-shell { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 45px 0 90px; display: grid; grid-template-columns: 235px 1fr; gap: 35px; }
.filters { align-self: start; position: sticky; top: 20px; }
.filters h2 { font-size: 19px; }
.filters form { display: grid; gap: 15px; }
.filter-promise { margin-top: 28px; padding: 18px; display: grid; gap: 8px; border-radius: 12px; background: var(--aqua-soft); }
.filter-promise strong { margin-bottom: 4px; }
.filter-promise span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.filter-promise span .icon { color: var(--teal); }
.results-top { margin-bottom: 18px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.results-top strong { color: var(--ink); }
.empty-state { padding: 65px 25px; text-align: center; border: 1px dashed #bfcfcf; border-radius: var(--radius); background: #fbfdfd; }
.empty-state p { color: var(--muted); }
.error-page { width: min(760px, calc(100% - 40px)); margin: 80px auto; }

.detail-breadcrumb, .product-detail-hero, .detail-content {
    width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto;
}
.detail-breadcrumb { padding: 24px 0; color: var(--muted); font-size: 12px; }
.detail-breadcrumb a { color: var(--teal); font-weight: 800; }
.product-detail-hero { padding: 4px 0 42px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; align-items: start; }
.product-hero-main { min-width: 0; }
.detail-intro { padding: 6px 0 22px; }
.detail-intro h1 { max-width: 780px; margin-bottom: 12px; overflow-wrap: anywhere; font-size: clamp(35px, 4.4vw, 56px); line-height: 1.04; letter-spacing: -.055em; }
.detail-intro > p:not(.kicker) { max-width: 720px; margin-bottom: 17px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-meta span { padding: 7px 10px; display: inline-flex; align-items: center; gap: 5px; border-radius: 7px; background: var(--aqua-soft); font-size: 11px; font-weight: 700; }
.detail-meta .icon { color: var(--teal); }
.detail-gallery { height: 340px; display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; overflow: hidden; border-radius: 14px; background: #e9f0ef; }
.detail-gallery img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.detail-gallery .gallery-main { grid-row: 1 / 3; }
.detail-gallery.gallery-count-1 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.detail-gallery.gallery-count-1 .gallery-main { grid-row: auto; }
.detail-gallery.gallery-count-2 { grid-template-columns: 1.7fr 1fr; grid-template-rows: 1fr; }
.detail-gallery.gallery-count-2 .gallery-main { grid-row: auto; }
.detail-content { padding: 0 0 85px; }
.detail-copy h2 { margin: 0 0 14px; font-size: 25px; letter-spacing: -.03em; }
.detail-copy .lead { color: #425e65; line-height: 1.75; }
.promise-row { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfd; }
.promise-row > div { display: flex; gap: 10px; min-width: 0; }
.promise-row b { color: var(--teal); }
.promise-row b .icon { width: 22px; height: 22px; }
.promise-row strong, .promise-row span { display: block; }
.promise-row strong { margin-bottom: 5px; font-size: 12px; }
.promise-row span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.detail-section-grid { margin-top: 18px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.detail-section-card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.detail-section-card .kicker, .detail-info-grid .kicker { margin-bottom: 8px; }
.detail-section-card > :last-child, .detail-info-grid section > :last-child { margin-bottom: 0; }
.check-list, .inclusion-grid ul { margin-bottom: 0; padding-left: 20px; color: #425e65; line-height: 1.7; }
.check-list li::marker, .inclusion-grid li::marker { color: var(--teal); }
.inclusion-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.inclusion-grid.single, .detail-info-grid.single { grid-template-columns: 1fr; }
.inclusion-grid > div { padding: 24px; border-radius: 14px; background: #f4f8f8; }
.inclusion-grid h3 { font-size: 16px; }
.detail-info-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.detail-info-grid section { padding: 24px; border: 1px solid var(--line); border-radius: 14px; }
.detail-info-grid p:not(.kicker) { margin-bottom: 0; color: #425e65; line-height: 1.65; }
.meeting-card { margin-top: 18px; padding: 24px; display: flex; gap: 18px; border-radius: 14px; background: var(--sand); }
.meeting-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-weight: 800; }
.meeting-card > span .icon { width: 21px; height: 21px; }
.meeting-card h3 { margin-bottom: 8px; }
.meeting-card p:last-child { margin-bottom: 0; color: #425e65; line-height: 1.6; }
.booking-card { width: 100%; min-width: 0; padding: 24px; position: sticky; top: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.product-hero-booking { margin-top: 6px; }
.booking-price { margin-bottom: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.booking-price span, .booking-price small { display: block; color: var(--muted); font-size: 11px; }
.booking-price strong { font-size: 30px; }
.booking-card form { display: grid; gap: 15px; }
.participant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.participant-grid label, .participant-grid input { min-width: 0; }
.participant-grid label span { font-size: 10px; }
.booking-live-total { padding: 14px 0; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-live-total span { color: var(--muted); font-size: 12px; }
.booking-live-total strong { font-size: 20px; }
.booking-live-total small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
.booking-security { padding: 16px 0 0; margin: 0; display: grid; gap: 8px; list-style: none; color: var(--muted); font-size: 11px; }
.booking-security li { display: flex; align-items: center; gap: 8px; }
.booking-security li .icon { color: var(--teal); }
.demo-notice { padding: 16px; border-radius: 10px; background: var(--aqua-soft); }
.demo-notice p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.ota-product-page { background: var(--white); }
.ota-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ota-product-page .detail-breadcrumb {
    width: auto;
    margin: 0;
    padding: 22px 0 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.ota-product-heading { max-width: 900px; padding: 10px 0 24px; }
.ota-product-heading .product-eyebrow { margin-bottom: 9px; }
.ota-product-heading h1 {
    max-width: 880px;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
    font-size: clamp(38px, 4.7vw, 58px);
    line-height: 1.03;
    letter-spacing: -.055em;
}
.ota-product-summary { max-width: 790px; margin-bottom: 15px; color: #526d74; font-size: 17px; line-height: 1.55; }
.ota-rating-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 12px; }
.ota-rating-line strong, .ota-rating-line span { display: inline-flex; align-items: center; gap: 5px; }
.ota-rating-line strong { color: var(--ink); }
.ota-rating-line strong .icon { color: #e5a900; fill: #e5a900; }
.ota-rating-line span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.ota-rating-line .icon { color: var(--teal); }
.ota-gallery {
    height: 390px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(220px, .75fr);
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    overflow: hidden;
    border-radius: 16px;
    background: #e6eeee;
}
.ota-gallery img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.ota-gallery .gallery-main { grid-row: 1 / 3; }
.ota-gallery.gallery-count-1 { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.ota-gallery.gallery-count-1 .gallery-main { grid-row: auto; }
.ota-gallery.gallery-count-2 { grid-template-columns: minmax(0, 1.75fr) minmax(220px, .75fr); grid-template-rows: 1fr; }
.ota-gallery.gallery-count-2 .gallery-main { grid-row: auto; }
.ota-photo-count {
    padding: 8px 12px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 8px;
    color: var(--white);
    background: rgba(6,59,69,.78);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 800;
}
.ota-fact-strip {
    margin: 18px 0 30px;
    padding: 17px 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fbfdfd;
}
.ota-fact-strip.fact-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ota-fact-strip > div { min-width: 0; padding: 3px 18px; display: flex; align-items: center; gap: 11px; border-right: 1px solid var(--line); }
.ota-fact-strip > div:first-child { padding-left: 0; }
.ota-fact-strip > div:last-child { padding-right: 0; border-right: 0; }
.ota-fact-strip .icon { width: 22px; height: 22px; color: var(--teal); }
.ota-fact-strip span, .ota-fact-strip small, .ota-fact-strip strong { min-width: 0; display: block; }
.ota-fact-strip small { margin-bottom: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.ota-fact-strip strong { overflow-wrap: anywhere; font-size: 12px; }
.ota-section-nav {
    position: sticky;
    z-index: 25;
    top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(12px);
}
.ota-section-nav .ota-container { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ota-section-nav .ota-container > div { display: flex; align-items: center; gap: 27px; }
.ota-section-nav a:not(.button) { padding: 22px 0 18px; border-bottom: 3px solid transparent; color: #506970; font-size: 12px; font-weight: 800; white-space: nowrap; }
.ota-section-nav a:not(.button):hover { color: var(--teal); border-color: var(--aqua); }
.ota-section-nav .button { padding: 10px 18px; }
.ota-detail-layout { padding: 43px 0 82px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 58px; align-items: start; }
.ota-detail-copy { min-width: 0; }
.ota-content-section { padding: 0 0 34px; margin-bottom: 34px; scroll-margin-top: 90px; border-bottom: 1px solid var(--line); }
.ota-content-section:last-child { margin-bottom: 0; }
.ota-content-section .product-eyebrow { margin-bottom: 8px; }
.ota-content-section h2 { margin-bottom: 16px; font-size: 30px; letter-spacing: -.035em; }
.ota-content-section h3 { margin: 27px 0 13px; font-size: 17px; }
.ota-content-section p:not(.product-eyebrow) { color: #425e65; line-height: 1.75; }
.ota-content-section .ota-lead { font-size: 16px; }
.ota-check-list { padding: 0; margin: 0; display: grid; gap: 11px; list-style: none; }
.ota-check-list li { display: flex; align-items: flex-start; gap: 10px; color: #37565e; line-height: 1.55; }
.ota-check-list .icon { width: 19px; height: 19px; margin-top: 2px; color: var(--teal); }
.ota-inclusion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.ota-inclusion-grid > div { padding: 21px; border-radius: 12px; background: #edf8f5; }
.ota-inclusion-grid > div.excluded { background: #f5f6f6; }
.ota-inclusion-grid h3 { margin: 0 0 12px; display: flex; align-items: center; gap: 7px; font-size: 15px; }
.ota-inclusion-grid h3 .icon { color: var(--teal); }
.ota-inclusion-grid ul { margin: 0; padding-left: 19px; color: #425e65; line-height: 1.7; }
.ota-inclusion-grid li::marker { color: var(--teal); }
.ota-meeting-card { padding: 20px; display: flex; align-items: flex-start; gap: 15px; border-radius: 12px; background: var(--sand); }
.ota-meeting-card > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 50%; color: var(--white); background: var(--teal); }
.ota-meeting-card > span .icon { width: 20px; height: 20px; }
.ota-meeting-card strong { display: block; margin-bottom: 6px; }
.ota-meeting-card p { margin-bottom: 0; }
.ota-booking-card {
    width: 100%;
    min-width: 0;
    padding: 24px;
    position: sticky;
    top: 84px;
    scroll-margin-top: 80px;
    border: 1px solid #cfdddd;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0 18px 48px rgba(6,59,69,.13);
}
.ota-booking-price { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.ota-booking-price span, .ota-booking-price small { display: block; color: var(--muted); font-size: 11px; }
.ota-booking-price strong { display: block; font-size: 31px; }
.ota-booking-promise { padding: 16px 0 15px; display: flex; gap: 10px; align-items: flex-start; }
.ota-booking-promise .icon { width: 21px; height: 21px; color: var(--teal); }
.ota-booking-promise span, .ota-booking-promise strong, .ota-booking-promise small { display: block; }
.ota-booking-promise strong { margin-bottom: 3px; font-size: 13px; }
.ota-booking-promise small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.ota-booking-card form { display: grid; gap: 13px; }
.ota-booking-card .product-date-form { margin-bottom: 15px; }
.ota-booking-card .demo-notice { margin: 2px 0 15px; }
.ota-booking-card .participant-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ota-booking-card .booking-security { padding-top: 17px; }
.ota-related-section { padding: 70px 0 88px; border-top: 1px solid var(--line); background: #f5f8f8; }
.ota-related-section .section-heading { margin-bottom: 24px; }
.ota-related-section .section-heading h2 { font-size: 34px; }
.mobile-booking-bar, .mobile-booking-spacer { display: none; }

.cart-shell, .checkout-shell, .booking-summary-page {
    width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 45px 0 90px;
    display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start;
}
.cart-list { display: grid; gap: 14px; }
.cart-list article { padding: 14px; display: grid; grid-template-columns: 120px 1fr auto; gap: 17px; align-items: center; border: 1px solid var(--line); border-radius: 13px; }
.cart-list img { width: 120px; height: 100px; object-fit: cover; border-radius: 9px; }
.cart-list p { margin-bottom: 4px; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cart-list h2 { margin-bottom: 7px; font-size: 17px; }
.cart-list span { color: var(--muted); font-size: 12px; }
.cart-list form { grid-column: 2; }
.cart-list form button { padding: 0; border: 0; color: #a23c2e; background: transparent; font-size: 11px; cursor: pointer; }
.cart-summary, .checkout-summary, .booking-summary-page aside {
    padding: 24px; position: sticky; top: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow);
}
.cart-summary > div, .cart-total { padding: 8px 0; display: flex; justify-content: space-between; }
.cart-total { margin: 12px 0 18px; padding: 16px 0 !important; border-top: 1px solid var(--line); font-size: 19px; }
.cart-summary small, .checkout-summary small { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 10px; }
.checkout-form { display: grid; gap: 18px; }
.checkout-form section { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.checkout-form section h2 { font-size: 20px; }
.payment-choice { margin-top: 10px; padding: 14px; display: flex; gap: 12px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.payment-choice input, .terms-check input { width: auto; }
.payment-choice span { display: grid; gap: 4px; }
.payment-choice small { color: var(--muted); }
.terms-check { display: flex; gap: 10px; align-items: start; font-size: 12px; }
.terms-check a { color: var(--teal); text-decoration: underline; }
.checkout-item { padding: 12px 0; display: grid; gap: 4px; border-bottom: 1px solid var(--line); }
.checkout-item span { color: var(--muted); font-size: 11px; }
.confirmation-hero { padding: 72px 20px; color: var(--white); background: var(--teal); text-align: center; }
.confirmation-hero > span { width: 64px; height: 64px; margin: 0 auto 16px; display: grid; place-items: center; border: 1px solid var(--aqua); border-radius: 50%; color: var(--aqua); }
.confirmation-hero > span .icon { width: 30px; height: 30px; }
.confirmation-hero h1 { font-size: clamp(38px, 5vw, 58px); }
.confirmation-hero p { color: #d3e5e6; }
.booking-summary-page > div article { margin-bottom: 13px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
.booking-summary-page article h3 { margin-bottom: 8px; }
.booking-summary-page article p { color: var(--muted); }
.booking-summary-page dl { margin: 0; }
.booking-summary-page dl div, .detail-list div { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: 12px; }
dd { margin: 0; font-weight: 700; text-align: right; }
.status { padding: 5px 8px; display: inline-block; border-radius: 30px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status.pending, .status.unpaid, .status.not_uploaded { color: #7b5800; background: #fff2bf; }
.status.confirmed, .status.paid, .status.completed, .status.uploaded, .status.sent, .status.active { color: #17613d; background: #dff6e8; }
.status.partial, .status.replaced { color: #694100; background: #ffe7ae; }
.status.cancelled, .status.failed, .status.refunded { color: #8a2d24; background: #ffe5e1; }

.lookup-page { width: min(1000px, calc(100% - 40px)); margin: 70px auto 100px; display: grid; grid-template-columns: 1fr 330px; gap: 70px; }
.lookup-page h1 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.05em; }
.lookup-page > div > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.lookup-page form { padding: 28px; display: grid; gap: 17px; border: 1px solid var(--line); border-radius: var(--radius); }
.lookup-page aside { padding: 28px; align-self: start; color: var(--white); background: var(--teal); border-radius: var(--radius); }
.lookup-page aside a { display: block; margin: 11px 0; color: var(--aqua); font-weight: 800; }
.lookup-page aside p { color: #c5dadb; line-height: 1.6; }
.content-page { width: min(850px, calc(100% - 40px)); margin: 75px auto 100px; }
.content-page h1 { font-size: clamp(39px, 5vw, 60px); letter-spacing: -.05em; }
.prose { color: #425e65; font-size: 16px; line-height: 1.8; }
.prose h2 { margin-top: 38px; color: var(--ink); }
.prose a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.admin-body { background: #f2f6f6; }
.admin-topbar { height: 68px; padding: 0 26px; display: flex; justify-content: space-between; align-items: center; color: var(--white); background: var(--teal-dark); }
.admin-topbar > a img { width: 150px; filter: brightness(0) invert(1); }
.admin-topbar > div { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.admin-topbar form { margin: 0; }
.admin-topbar button { padding: 7px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; color: var(--white); background: transparent; cursor: pointer; }
.admin-shell { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 210px 1fr; }
.admin-sidebar { padding: 24px 14px; display: flex; flex-direction: column; gap: 5px; background: var(--white); border-right: 1px solid var(--line); }
.admin-sidebar a { padding: 12px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.admin-sidebar a:hover, .admin-sidebar a.active { color: var(--teal); background: var(--aqua-soft); }
.admin-main { min-width: 0; padding: 34px clamp(22px, 4vw, 55px) 70px; }
.admin-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin-heading h1 { margin-bottom: 5px; font-size: 36px; letter-spacing: -.04em; }
.admin-heading p:not(.kicker) { margin: 0; color: var(--muted); }
.metric-grid { margin-bottom: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.metric-grid span, .metric-grid small { display: block; color: var(--muted); font-size: 11px; }
.metric-grid strong { display: block; margin: 6px 0; font-size: 28px; }
.admin-panel { margin-bottom: 20px; padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.admin-panel h2 { margin-bottom: 20px; font-size: 19px; }
.panel-heading { margin-bottom: 15px; display: flex; justify-content: space-between; }
.panel-heading h2 { margin: 0; }
.panel-heading a, .admin-table a { color: var(--teal); font-weight: 800; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th, .admin-table td { padding: 13px 11px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.admin-table td small { display: block; margin-top: 4px; color: var(--muted); }
.admin-product-cell { min-width: 235px; display: flex; align-items: center; gap: 11px; }
.admin-product-cell img { width: 56px; height: 45px; object-fit: cover; border-radius: 6px; }
.admin-product-cell span { display: grid; gap: 3px; }
.admin-editor { display: grid; gap: 2px; }
.admin-editor .admin-panel { margin-bottom: 17px; }
.admin-media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 14px; }
.admin-media-card { padding: 10px; display: grid; gap: 9px; border: 1px solid var(--line); border-radius: 10px; }
.admin-media-card img { width: 100%; height: 110px; object-fit: cover; border-radius: 7px; }
.admin-media-card label { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; }
.admin-media-card label input { width: auto; }
.admin-media-card small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.category-admin-list { display: grid; gap: 10px; }
.category-admin-list > a { padding: 10px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 10px; }
.category-admin-list > a:hover { border-color: #9fcac6; background: var(--aqua-soft); }
.category-admin-list img { width: 76px; height: 58px; object-fit: cover; border-radius: 7px; }
.category-admin-list span { display: grid; gap: 4px; }
.category-admin-list small { color: var(--muted); }
.category-admin-preview { width: 100%; height: 180px; margin-bottom: 12px; object-fit: cover; border-radius: 10px; }
.site-media-field img { width: 100%; height: 170px; margin-bottom: 9px; object-fit: cover; border-radius: 10px; }
.account-form { width: min(620px, 100%); display: grid; gap: 17px; }
.admin-check { display: flex; align-items: center; gap: 9px; }
.admin-check input { width: auto; }
.admin-check span { margin: 0; }
.partner-admin-list { display: grid; gap: 10px; }
.partner-admin-list > a {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
}
.partner-admin-list > a:hover { border-color: #9fcac6; background: var(--aqua-soft); }
.partner-admin-list img { width: 90px; height: 44px; object-fit: contain; }
.partner-admin-list span { display: grid; gap: 3px; }
.partner-admin-list small { color: var(--muted); }
.partner-admin-preview {
    width: 180px;
    height: 80px;
    margin-bottom: 15px;
    padding: 10px;
    object-fit: contain;
    border: 1px solid var(--line);
    border-radius: 10px;
}
.admin-options { display: flex; gap: 30px; }
.admin-options label { display: flex; align-items: center; gap: 8px; }
.admin-options input { width: auto; }
.admin-form-actions { display: flex; gap: 10px; }
.availability-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.availability-form .button { align-self: end; }
.admin-toolbar { margin-bottom: 17px; display: flex; gap: 10px; }
.admin-toolbar input { max-width: 340px; }
.admin-toolbar select { max-width: 180px; }
.admin-detail-grid { display: grid; grid-template-columns: 1fr 370px; gap: 20px; align-items: start; }
.admin-detail-grid form { display: grid; gap: 15px; }
.admin-booking-item { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-booking-item h3 { margin-bottom: 5px; font-size: 15px; }
.admin-booking-item p { margin: 0; color: var(--muted); font-size: 11px; }
.supplier-topbar { background: #185e68; }
.supplier-voucher-item { padding: 20px 0; display: grid; grid-template-columns: 1fr minmax(300px, 430px); gap: 28px; align-items: start; border-bottom: 1px solid var(--line); }
.supplier-voucher-item:last-child { border-bottom: 0; }
.supplier-voucher-item h3 { margin-bottom: 7px; font-size: 17px; }
.supplier-voucher-item p { color: var(--muted); }
.supplier-voucher-item form { display: grid; gap: 10px; }
.supplier-voucher-item form small { color: var(--muted); }
.admin-login-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--teal-dark); }
.admin-login-brand { padding: 10vw; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: linear-gradient(140deg, var(--teal-dark), var(--teal)); }
.admin-login-brand img { width: 260px; filter: brightness(0) invert(1); }
.admin-login-brand p { margin-top: 22px; color: #c0dadb; }
.admin-login-page form { width: min(430px, calc(100% - 40px)); margin: auto; padding: 35px; display: grid; gap: 17px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.admin-login-page form h1 { font-size: 38px; }
.admin-login-page form > a { color: var(--teal); text-align: center; font-size: 12px; font-weight: 800; }

@media (max-width: 1100px) {
    .desktop-nav a:nth-last-child(-n+2) { display: none; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .category-card { min-height: 280px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .ota-detail-layout { gap: 35px; grid-template-columns: minmax(0, 1fr) 340px; }
    .ota-fact-strip > div { padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 850px) {
    .announcement > span, .desktop-nav, .header-actions > a:not(.cart-link), .search-toggle { display: none; }
    .announcement { justify-content: flex-end; }
    .site-header { height: 70px; gap: 12px; justify-content: space-between; }
    .header-actions { margin-left: auto; gap: 9px; }
    .menu-toggle { width: 36px; height: 36px; padding: 8px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle .icon { width: 22px; height: 22px; }
    .mobile-nav { padding: 13px 20px 22px; position: absolute; z-index: 60; left: 0; right: 0; display: none; background: var(--white); box-shadow: var(--shadow); }
    .mobile-nav.is-open { display: grid; }
    .mobile-nav a { padding: 12px; border-bottom: 1px solid var(--line); font-weight: 700; }
    .hero { min-height: 700px; height: auto; padding: 80px 0; }
    .hero-search { grid-template-columns: 1fr 1fr; }
    .hero-search label { border-bottom: 1px solid var(--line); }
    .hero-search button { min-height: 55px; grid-column: 1 / -1; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .story-section { grid-template-columns: 1fr; }
    .faq-layout { grid-template-columns: 1fr; }
    .catalog-shell { grid-template-columns: 1fr; }
    .filters { position: static; }
    .filters form { grid-template-columns: 1fr 1fr; }
    .product-detail-hero { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .product-hero-booking { position: static; margin-top: 0; }
    .detail-gallery { height: 320px; }
    .detail-section-grid { grid-template-columns: 1fr; }
    .detail-content, .cart-shell, .checkout-shell, .booking-summary-page, .lookup-page { grid-template-columns: 1fr; gap: 30px; }
    .booking-card, .cart-summary, .checkout-summary, .booking-summary-page aside { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { padding: 10px 15px; flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .admin-sidebar a { white-space: nowrap; }
    .availability-form { grid-template-columns: 1fr 1fr; }
    .admin-detail-grid { grid-template-columns: 1fr; }
    .supplier-voucher-item { grid-template-columns: 1fr; }
    .ota-product-heading h1 { font-size: 43px; }
    .ota-gallery { height: 320px; }
    .ota-fact-strip, .ota-fact-strip.fact-count-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 0; }
    .ota-fact-strip > div, .ota-fact-strip > div:first-child, .ota-fact-strip > div:last-child { padding: 2px 14px; border-right: 0; }
    .ota-fact-strip > div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
    .ota-section-nav { display: none; }
    .ota-detail-layout { padding-top: 24px; grid-template-columns: minmax(0, 1fr); gap: 35px; }
    .ota-booking-card { order: -1; position: static; }
    .mobile-booking-spacer { height: 78px; display: block; }
    .mobile-booking-bar {
        min-height: 68px;
        padding: 10px 18px;
        position: fixed;
        z-index: 70;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        border-top: 1px solid var(--line);
        background: rgba(255,255,255,.98);
        box-shadow: 0 -10px 30px rgba(6,59,69,.12);
        backdrop-filter: blur(12px);
    }
    .mobile-booking-bar small, .mobile-booking-bar strong { display: block; }
    .mobile-booking-bar small { color: var(--muted); font-size: 10px; }
    .mobile-booking-bar strong { font-size: 19px; }
    .mobile-booking-bar .button { padding: 12px 18px; }
}

@media (max-width: 600px) {
    .announcement { display: none; }
    .brand { width: 145px; flex-basis: 145px; }
    .site-header { padding-left: 18px; padding-right: 12px; }
    .cart-link .cart-label { display: none; }
    .hero { min-height: 660px; }
    .hero h1 { font-size: 47px; }
    .hero-search { grid-template-columns: 1fr; }
    .hero-search label, .hero-search button { grid-column: 1; }
    .hero-links { display: none; }
    .trust-strip, .category-grid, .product-grid, .form-grid, .filters form, .promise-row, .inclusion-grid { grid-template-columns: 1fr; }
    .trust-strip { gap: 17px; }
    .category-card { min-height: 230px; }
    .section { padding: 60px 0; }
    .section-heading { align-items: start; flex-direction: column; }
    .faq-page { margin-top: 55px; }
    .faq-page-heading { margin-bottom: 30px; }
    .faq-item summary { padding: 18px; font-size: 15px; }
    .faq-item[open] summary { padding-bottom: 10px; }
    .faq-item div { padding: 0 18px 18px; }
    .partner-section { padding: 58px 0; }
    .partner-logo { width: 180px; height: 92px; flex-basis: 180px; padding: 14px; }
    .partner-logo img { max-width: 96px; max-height: 45px; }
    .story-images { height: 360px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .catalog-hero form { flex-direction: column; }
    .catalog-hero button { min-height: 46px; }
    .detail-breadcrumb { padding: 16px 0; }
    .product-detail-hero { padding-bottom: 26px; }
    .detail-intro { padding-top: 2px; }
    .detail-intro h1 { font-size: 38px; }
    .detail-gallery { height: 250px; }
    .detail-gallery.gallery-count-3 { grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; }
    .detail-gallery.gallery-count-3 .gallery-main { grid-row: auto; grid-column: 1 / -1; }
    .detail-gallery.gallery-count-2 { grid-template-columns: 1fr 1fr; }
    .detail-content { padding-bottom: 60px; }
    .detail-section-grid, .inclusion-grid, .detail-info-grid { grid-template-columns: 1fr; }
    .detail-section-card, .inclusion-grid > div, .detail-info-grid section { padding: 20px; }
    .meeting-card { padding: 20px; }
    .cart-list article { grid-template-columns: 90px 1fr; }
    .cart-list img { width: 90px; height: 85px; }
    .cart-list article > strong { grid-column: 2; }
    .admin-topbar > div > span, .admin-topbar > div > a { display: none; }
    .admin-main { padding: 25px 15px 55px; }
    .admin-heading { align-items: start; flex-direction: column; }
    .metric-grid, .availability-form { grid-template-columns: 1fr; }
    .admin-toolbar { flex-direction: column; }
    .admin-toolbar input, .admin-toolbar select { max-width: none; }
    .admin-login-page { grid-template-columns: 1fr; }
    .admin-login-brand { display: none; }
    .ota-container { width: min(100% - 30px, 1180px); }
    .ota-product-page .detail-breadcrumb { padding-top: 16px; }
    .ota-product-heading { padding-top: 5px; padding-bottom: 19px; }
    .ota-product-heading h1 { font-size: 35px; }
    .ota-product-summary { font-size: 15px; }
    .ota-rating-line span + span { padding-left: 0; border-left: 0; }
    .ota-gallery { height: 235px; display: block; }
    .ota-gallery img { display: none; }
    .ota-gallery .gallery-main { display: block; }
    .ota-photo-count { right: 10px; bottom: 10px; }
    .ota-fact-strip { margin-bottom: 22px; padding: 15px; gap: 15px 0; }
    .ota-fact-strip > div, .ota-fact-strip > div:first-child, .ota-fact-strip > div:last-child { padding: 0 10px; }
    .ota-fact-strip > div:nth-child(odd) { padding-left: 0; }
    .ota-fact-strip > div:nth-child(even) { padding-right: 0; }
    .ota-fact-strip strong { font-size: 11px; }
    .ota-detail-layout { padding-bottom: 55px; }
    .ota-booking-card { padding: 19px; }
    .ota-content-section { padding-bottom: 27px; margin-bottom: 27px; }
    .ota-content-section h2 { font-size: 25px; }
    .ota-inclusion-grid { grid-template-columns: 1fr; }
    .ota-related-section { padding: 52px 0 65px; }
    .ota-related-section .section-heading h2 { font-size: 29px; }
    .mobile-booking-bar { padding-left: 15px; padding-right: 15px; }
}
