/**
 * PrintNexa — global stylesheet.
 * Navy + forest green: calm, professional, trustworthy.
 */

:root {
    --brand: #1B4D6B;
    --brand-600: #163F57;
    --brand-700: #0E2C3F;
    --brand-050: #EEF3F6;
    --brand-100: #D5E3EB;
    --accent: #2E6B56;
    --ink: #122033;
    --body: #2C3A47;
    --muted: #5C6B78;
    --line: #D9E0E6;
    --bg: #F7F5F2;
    --bg-alt: #F1EEE8;
    --card: #FFFFFF;
    --shadow: 0 1px 2px rgba(14, 44, 63, .06), 0 10px 28px rgba(14, 44, 63, .08);
    --shadow-lg: 0 18px 48px rgba(14, 44, 63, .16);
    --radius: 12px;
    --radius-lg: 20px;
    --maxw: 1120px;
    --font: 'Source Sans 3', system-ui, sans-serif;
    --display: 'Source Serif 4', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--body);
    background: var(--bg);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.2; font-weight: 700; }
ul { list-style: none; padding: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }

.skip-link {
    position: absolute; left: -999px; top: 0; background: var(--brand); color: #fff;
    padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200;
}
.skip-link:focus { left: 0; }

.icon { width: 1.25em; height: 1.25em; flex: none; vertical-align: middle; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5em;
    font-family: var(--font); font-weight: 600; font-size: .98rem;
    padding: .72em 1.35em; border-radius: 10px; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    text-decoration: none; line-height: 1; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(14, 44, 63, .28); }
.btn-primary:hover { background: var(--brand-600); color: #fff; }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand-050); }
.btn-light { background: #fff; color: var(--brand-700); }
.btn-light:hover { background: var(--brand-050); }
.btn-lg { padding: .9em 1.7em; font-size: 1.05rem; }
.btn-sm { padding: .5em 1em; font-size: .85rem; }

/* Top bar */
.topbar {
    background: var(--brand-700);
    color: #E8EEF2; font-size: .85rem;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; gap: 12px; }
.topbar-item { display: inline-flex; align-items: center; gap: .4em; color: #E8EEF2; }
.topbar-item:hover { color: #fff; text-decoration: none; }
.topbar .icon { width: 1em; height: 1em; }

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: color-mix(in srgb, #fff 90%, transparent);
    backdrop-filter: saturate(160%) blur(10px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--ink);
}
.brand:hover { text-decoration: none; }
.brand-mark { flex: none; border-radius: 10px; }
.brand-name { letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a { color: var(--body); font-weight: 500; padding: 8px 12px; border-radius: 8px; }
.site-nav > a:hover { color: var(--ink); background: var(--brand-050); text-decoration: none; }
.site-nav > a.active { color: var(--brand); font-weight: 600; }
.nav-cta { margin-left: 8px; color: #fff; }
.nav-cta:hover { color: #fff; }

.cart-link {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 10px;
    color: var(--ink); flex: none;
}
.cart-link:hover { background: var(--brand-050); text-decoration: none; color: var(--brand); }
.cart-link .icon { width: 22px; height: 22px; }
.cart-count {
    position: absolute; top: 4px; right: 4px;
    min-width: 18px; height: 18px; padding: 0 5px;
    border-radius: 99px; background: var(--brand); color: #fff;
    font-size: .68rem; font-weight: 700; line-height: 18px; text-align: center;
}
.visually-hidden {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero — photo + navy overlay */
.hero {
    position: relative;
    min-height: calc(100vh - 108px);
    display: flex; align-items: center;
    padding: 56px 0 64px;
    overflow: hidden;
    background: var(--brand-700);
}
.hero-bg-photo {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}
.hero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(14, 44, 63, .92) 0%, rgba(14, 44, 63, .72) 48%, rgba(14, 44, 63, .38) 100%);
    pointer-events: none;
}
.hero-pattern { display: none; }
.hero .hero-brand, .hero h1 { color: #fff; }
.hero .hero-lead { color: rgba(255,255,255,.86); }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.hero .btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
.hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 36rem) 1fr; gap: 40px; align-items: center;
    width: 100%;
}
.hero-brand {
    font-family: var(--display); font-weight: 800; font-size: clamp(2.8rem, 7vw, 4.4rem);
    letter-spacing: -.04em; color: var(--brand); line-height: 1; margin-bottom: 12px;
    animation: rise .7s ease both;
}
.hero h1 {
    font-size: clamp(1.55rem, 3.2vw, 2.15rem); font-weight: 600; letter-spacing: -.02em;
    color: var(--ink); margin-bottom: 14px; animation: rise .7s .08s ease both;
}
.hero-lead {
    font-size: 1.12rem; color: var(--muted); max-width: 36ch;
    animation: rise .7s .14s ease both;
}
.hero-actions {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
    animation: rise .7s .2s ease both;
}
.trust-row {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: #fff;
}
.trust-row li {
    padding: 18px 16px; text-align: center; font-weight: 600; font-size: .92rem; color: var(--ink);
    border-right: 1px solid var(--line);
}
.trust-row li:last-child { border-right: 0; }
.trust-row span { display: block; color: var(--accent); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.hero-media {
    animation: float-in .9s .15s ease both;
}
.hero-media { display: none; }
.photo-frame {
    width: 100%; aspect-ratio: 5 / 4; object-fit: cover;
    border-radius: var(--radius-lg); box-shadow: var(--shadow);
}

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}
@keyframes float-in {
    from { opacity: 0; transform: translateY(28px) scale(.97); }
    to { opacity: 1; transform: none; }
}
@keyframes soft-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.hero-media .illus { animation: soft-float 5s ease-in-out infinite; }

/* Sections */
.section { padding: 64px 0; }
.section-alt {
    background:
        linear-gradient(180deg, var(--bg-alt), #fff);
}
.section-head { max-width: 560px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: clamp(1.65rem, 3.2vw, 2.25rem); letter-spacing: -.02em; margin: 10px 0 10px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.eyebrow {
    display: inline-block; font-weight: 600; font-size: .78rem;
    text-transform: uppercase; letter-spacing: .1em; color: var(--brand);
}

/* Service list — no heavy cards */
.services-list {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--line);
}
.service-item {
    padding: 28px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
    transition: background .2s ease;
}
.service-item:nth-child(3n) { border-right: 0; }
.service-item:hover { background: var(--brand-050); }
.service-item .service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--brand-050); color: var(--brand); margin-bottom: 14px;
}
.service-item .service-icon .icon { width: 22px; height: 22px; }
.service-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.service-item p { color: var(--muted); font-size: .95rem; margin-bottom: 12px; }
.link-arrow { font-weight: 600; font-size: .95rem; }
.link-arrow:hover { text-decoration: none; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-media .photo-frame, .service-row-media .photo-frame { width: 100%; max-width: 520px; }
.split-copy h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 10px 0 18px; letter-spacing: -.02em; }
.feature-list { display: grid; gap: 16px; margin-bottom: 24px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-ic {
    flex: none; display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px; background: var(--brand-050); color: var(--brand);
}
.feature-list strong { color: var(--ink); display: block; margin-bottom: 2px; }
.feature-list p { color: var(--muted); font-size: .94rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps li { text-align: left; padding: 8px 0; }
.step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--brand); color: #fff;
    font-family: var(--display); font-weight: 700; font-size: 1.15rem; margin-bottom: 14px;
}
.steps h3 { font-size: 1.12rem; margin-bottom: 6px; }
.steps p { color: var(--muted); font-size: .95rem; }

/* Guides */
.guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.guide-tile {
    display: block; padding: 26px 24px;
    border: 1px solid var(--line); border-radius: var(--radius);
    background: #fff; transition: border-color .2s, box-shadow .2s, transform .15s;
    text-decoration: none; color: inherit;
}
.guide-tile:hover {
    border-color: var(--brand); box-shadow: var(--shadow);
    transform: translateY(-3px); text-decoration: none;
}
.guide-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; color: var(--brand); font-size: .85rem; font-weight: 600; }
.guide-tile h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--ink); }
.guide-tile p { color: var(--muted); font-size: .95rem; }

.guide-detail { max-width: 720px; }
.guide-detail ol {
    list-style: none; counter-reset: gstep; display: grid; gap: 14px; margin: 24px 0 32px;
}
.guide-detail ol li {
    counter-increment: gstep; display: flex; gap: 14px; align-items: flex-start;
    padding: 16px 18px; background: var(--bg-alt); border-radius: var(--radius);
    border-left: 3px solid var(--brand);
}
.guide-detail ol li::before {
    content: counter(gstep);
    flex: none; width: 28px; height: 28px; border-radius: 50%;
    background: var(--brand); color: #fff; font-weight: 700; font-size: .85rem;
    display: inline-flex; align-items: center; justify-content: center;
}

/* FAQ */
.faq-list { display: grid; gap: 10px; }
.faq-item {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 2px 20px;
}
.faq-item summary {
    cursor: pointer; font-weight: 600; color: var(--ink); font-family: var(--display);
    padding: 16px 28px 16px 0; position: relative; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    font-size: 1.4rem; color: var(--brand); font-weight: 400;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { color: var(--muted); padding-bottom: 16px; }

/* Page hero */
.page-hero {
    padding: 48px 0 36px;
    background: linear-gradient(135deg, #fff 0%, var(--bg-alt) 100%);
    border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); letter-spacing: -.02em; margin-bottom: 10px; }
.page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 55ch; }
.breadcrumb { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }
.breadcrumb span { margin: 0 6px; }

/* Service rows */
.service-rows { display: grid; gap: 56px; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.service-row.reverse .service-row-media { order: 2; }
.service-row-media .photo-frame { width: 100%; max-width: 520px; }
.service-row-copy .service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--brand-050); color: var(--brand);
}
.service-row-copy h2 { font-size: 1.6rem; margin: 12px 0 10px; }
.service-row-copy > p { color: var(--muted); margin-bottom: 16px; }
.check-list { display: grid; gap: 8px; margin-bottom: 22px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--body); }
.check-list .icon { color: var(--brand); }

.brand-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 8px 0 18px; }
.brand-pills li {
    background: #fff; border: 1px solid var(--line); border-radius: 8px;
    padding: 9px 18px; font-weight: 600; color: var(--ink); font-size: .92rem;
}
.fineprint { color: var(--muted); font-size: .85rem; text-align: center; }

/* Values — light separators, not cards */
.values-row {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    border-top: 1px solid var(--line);
}
.value-item { padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-item:last-child { border-right: 0; }
.value-item .service-icon {
    display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
    border-radius: 10px; background: var(--brand-050); color: var(--brand); margin-bottom: 12px;
}
.value-item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.value-item p { color: var(--muted); font-size: .92rem; }

/* CTA */
.cta-band { background: linear-gradient(120deg, var(--brand-700), var(--brand)); color: #fff; }
.cta-band-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px; padding: 44px 20px; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: 1.7rem; margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,.82); }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list strong { display: block; color: var(--ink); }
.contact-list a, .contact-list span { color: var(--muted); }
.contact-form-wrap {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 32px; box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; display: flex; flex-direction: column; }
.form-group label { font-weight: 600; color: var(--ink); margin-bottom: 6px; font-size: .92rem; }
.req { color: var(--brand-700); }
.form-group input, .form-group textarea {
    font-family: var(--font); font-size: 1rem; color: var(--ink); background: var(--bg);
    border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; width: 100%;
    transition: border-color .15s, box-shadow .15s;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-050);
}
.form-group textarea { resize: vertical; }
.field-error { color: var(--brand-700); font-size: .85rem; margin-top: 6px; }
.form-note { color: var(--muted); font-size: .85rem; margin-top: 12px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert {
    display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px;
    border-radius: 10px; margin-bottom: 20px; font-size: .95rem;
}
.alert-success { background: var(--brand-050); color: var(--brand-700); border: 1px solid var(--brand-100); }
.alert-error { background: #F0F8FC; color: var(--ink); border: 1px solid var(--line); }
.alert .icon { flex: none; margin-top: 2px; }

/* Legal */
.legal-updated { color: var(--muted); font-size: .95rem; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.legal-toc {
    position: sticky; top: 88px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 20px;
}
.legal-toc h2 { font-size: .95rem; margin-bottom: 10px; }
.legal-toc ol { list-style: none; display: grid; gap: 8px; }
.legal-toc li { font-size: .88rem; }
.legal-toc a { color: var(--muted); }
.legal-toc a:hover { color: var(--brand); }
.legal-content { max-width: 740px; }
.legal-content .legal-intro { font-size: 1.08rem; color: var(--body); margin-bottom: 28px; }
.legal-content section { margin-bottom: 28px; scroll-margin-top: 90px; }
.legal-content h2 { font-size: 1.3rem; margin-bottom: 10px; }
.legal-content p { margin-bottom: 10px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 10px; display: grid; gap: 6px; }
.legal-content ul li { color: var(--body); }
.legal-table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; font-size: .92rem; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.legal-table th { background: var(--bg-alt); color: var(--ink); }
.legal-contact-box {
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.legal-contact-box h2 { font-size: 1.15rem; }

/* Error */
.error-page { padding: 80px 0; }
.error-code {
    font-family: var(--display); font-weight: 800; font-size: clamp(4rem, 14vw, 7.5rem);
    line-height: 1; color: var(--brand);
}
.error-page h1 { margin: 8px 0 12px; }
.error-page p { color: var(--muted); margin-bottom: 24px; }

/* Footer */
.site-footer {
    background: var(--brand-700);
    color: #C5D0D8;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding: 52px 20px 36px; }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-about { color: #A8B6C0; font-size: .93rem; margin-bottom: 14px; max-width: 34ch; }
.footer-contact a { color: #C5D0D8; display: inline-flex; align-items: center; gap: .4em; line-height: 2; }
.footer-contact a:hover { color: #fff; }
.footer-col h3 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer-col ul { display: grid; gap: 9px; }
.footer-col a { color: #A8B6C0; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner {
    padding: 20px; display: flex; justify-content: space-between; gap: 16px;
    flex-wrap: wrap; font-size: .84rem; color: #A8B6C0;
}
.footer-disclaimer { max-width: 58ch; }

/* Shop */
.shop-hero {
    position: relative; overflow: hidden;
    padding: 64px 0 56px;
    background: var(--brand-700);
    border-bottom: 1px solid var(--line);
    color: #fff;
}
.shop-hero-photo {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35;
}
.shop-hero-glow { display: none; }
.shop-hero h1, .shop-hero .eyebrow { color: #fff; }
.shop-hero .hero-lead { color: rgba(255,255,255,.86); }
.shop-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.shop-hero .btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
.shop-hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center;
}
.shop-hero h1 {
    font-size: clamp(2rem, 4.4vw, 3.15rem); letter-spacing: -.03em;
    margin: 10px 0 14px; max-width: 16ch;
}
.shop-hero-pills { display: grid; gap: 12px; }
.shop-hero-pills li {
    display: flex; align-items: center; gap: 14px;
    background: rgba(255,255,255,.12); backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.22); border-radius: 16px;
    padding: 16px 18px; font-weight: 600; color: #fff;
}
.shop-hero-pills span {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--brand); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700;
}
.shop-toolbar {
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
    align-items: center; margin-bottom: 18px;
}
.shop-cats { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
    display: inline-flex; align-items: center;
    padding: 8px 14px; border-radius: 99px; font-weight: 600; font-size: .88rem;
    border: 1.5px solid var(--line); color: var(--body); background: #fff;
}
.chip:hover { border-color: var(--brand); color: var(--brand); text-decoration: none; }
.chip.is-on { background: var(--brand); color: #fff; border-color: var(--brand); }
.shop-search {
    display: flex; align-items: center; gap: 8px;
    border: 1.5px solid var(--line); border-radius: 12px;
    padding: 8px 12px; background: #fff; min-width: min(100%, 260px);
    color: var(--brand);
}
.shop-search input {
    border: 0; outline: none; width: 100%; font: inherit; color: var(--ink); background: transparent;
}
.shop-count { color: var(--muted); font-size: .92rem; margin-bottom: 20px; }
.product-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.product-grid-3 { grid-template-columns: repeat(3, 1fr); }
.product-card {
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover {
    transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brand-100);
}
.product-card-media {
    position: relative; display: block; background: var(--brand-050);
    aspect-ratio: 4 / 3; overflow: hidden;
}
.product-card-media img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .45s ease;
}
.product-card:hover .product-card-media img { transform: scale(1.05); }
.product-gallery img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
}
.product-badge {
    position: absolute; top: 12px; left: 12px; z-index: 1;
    background: var(--brand); color: #fff; font-size: .72rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    padding: 5px 10px; border-radius: 99px;
}
.product-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-cat { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); }
.product-card h2, .product-card h3 { font-size: 1.08rem; }
.product-card h2 a, .product-card h3 a { color: var(--ink); }
.product-card h2 a:hover, .product-card h3 a:hover { color: var(--brand); text-decoration: none; }
.product-card-body > p { color: var(--muted); font-size: .92rem; flex: 1; }
.product-card-foot {
    display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px;
}
.price-block { display: flex; align-items: baseline; gap: 8px; }
.price-block strong { font-family: var(--display); font-size: 1.2rem; color: var(--ink); }
.price-block s { color: var(--muted); font-size: .9rem; }
.price-lg strong { font-size: 1.85rem; }
.shop-empty { text-align: center; color: var(--muted); padding: 28px 0; }
.quote-note {
    display: flex; align-items: center; gap: 8px;
    background: #E8F3EE; color: var(--accent);
    padding: 10px 12px; border-radius: 10px; font-size: .92rem; font-weight: 600; margin: 12px 0 16px;
}
.compat { color: var(--muted); font-size: .95rem; margin: 12px 0 20px; }
.product-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.product-gallery {
    position: relative; background: var(--brand-050);
    border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden;
}
.product-info h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 6px 0 12px; }
.qty-row { display: flex; align-items: center; gap: 14px; margin: 18px 0 20px; }
.qty-row label { font-weight: 600; color: var(--ink); }
.qty-control {
    display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; overflow: hidden;
}
.qty-btn {
    width: 38px; height: 38px; border: 0; background: var(--bg-alt); color: var(--ink);
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.qty-btn:hover { background: var(--brand-050); color: var(--brand); }
.qty-input {
    width: 48px; height: 38px; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line);
    text-align: center; font: inherit; font-weight: 600; color: var(--ink);
    -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.page-hero-tight { padding: 22px 0 8px; border-bottom: 0; background: #fff; }

/* Cart */
.cart-layout { display: grid; grid-template-columns: 1.4fr .7fr; gap: 28px; align-items: start; }
.cart-empty {
    text-align: center; padding: 48px 20px; border: 1px dashed var(--line); border-radius: var(--radius-lg);
}
.cart-empty .icon { width: 42px; height: 42px; margin: 0 auto 12px; color: var(--brand); }
.cart-empty h2 { margin-bottom: 8px; }
.cart-empty p { color: var(--muted); margin-bottom: 18px; }
.cart-lines { display: grid; gap: 12px; }
.cart-line {
    display: grid; grid-template-columns: 1fr auto auto auto; gap: 16px; align-items: center;
    padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff;
}
.cart-line h3 { font-size: 1.02rem; }
.cart-line-meta { color: var(--muted); font-size: .85rem; }
.cart-line-price { font-family: var(--display); color: var(--ink); }
.cart-remove {
    border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: 8px; border-radius: 8px;
}
.cart-remove:hover { background: var(--brand-050); color: var(--brand-700); }
.cart-aside {
    position: sticky; top: 88px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 24px; box-shadow: var(--shadow);
}
.cart-aside h2 { font-size: 1.2rem; margin-bottom: 8px; }
.cart-aside-note { color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.cart-totals { display: grid; gap: 10px; margin-bottom: 20px; }
.cart-totals div { display: flex; justify-content: space-between; font-weight: 600; }
.cart-totals dt { color: var(--muted); font-weight: 500; }
.order-cart-box {
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: 12px;
    padding: 16px 18px; margin-bottom: 22px;
}
.order-cart-box h2 { font-size: 1.05rem; margin-bottom: 10px; }
.order-cart-list { display: grid; gap: 8px; margin-bottom: 10px; }
.order-cart-list li { display: flex; justify-content: space-between; gap: 12px; color: var(--body); font-size: .95rem; }
.order-cart-total { font-weight: 600; color: var(--ink); }

/* Knowledge */
.kb-hero {
    padding: 48px 0 40px;
    background: linear-gradient(145deg, #fff 0%, var(--bg-alt) 100%);
    border-bottom: 1px solid var(--line);
}
.kb-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -.03em; max-width: 18ch; margin: 10px 0 12px; }
.kb-hero > .container > p { color: var(--muted); max-width: 54ch; margin-bottom: 22px; }
.kb-search { max-width: 420px; }
.kb-destinations { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.kb-dest {
    display: block; padding: 0; border-radius: 20px; overflow: hidden;
    text-decoration: none; color: inherit;
    border: 1px solid var(--line); background: #fff;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.kb-dest-photo { width: 100%; height: 168px; object-fit: cover; display: block; }
.kb-dest-body { padding: 22px 26px 26px; }
.kb-dest:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; border-color: var(--brand); }
.kb-dest:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; border-color: var(--brand); }
.kb-dest-icon {
    display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center;
    border-radius: 14px; background: var(--brand-050); color: var(--brand); margin-bottom: 14px;
}
.kb-dest h2, .kb-dest h3 { font-size: 1.7rem; margin: 6px 0 8px; }
.kb-dest p { color: var(--muted); }
.kb-dest-meta { display: inline-block; margin-top: 16px; font-weight: 700; color: var(--brand); }
.kb-dest-setup, .kb-dest-fix { background: #fff; }
.kb-list { display: grid; gap: 10px; }
.kb-row {
    display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
    padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px;
    background: #fff; color: inherit; text-decoration: none;
}
.kb-row:hover { border-color: var(--brand); box-shadow: var(--shadow); text-decoration: none; }
.kb-row h3 { font-size: 1.08rem; color: var(--ink); }
.kb-row p { color: var(--muted); font-size: .92rem; }
.kb-row-tag {
    font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    background: var(--brand-050); color: var(--brand-700); padding: 6px 10px; border-radius: 8px;
}
.kb-row-meta { color: var(--muted); font-size: .85rem; white-space: nowrap; }
.kb-extra { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.kb-article-layout { display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: start; }
.kb-article h1 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 8px 0 12px; }
.kb-lead { color: var(--muted); font-size: 1.08rem; margin-bottom: 8px; }
.kb-tips {
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: 14px;
    padding: 20px 22px; margin: 8px 0 28px;
}
.kb-tips h2 { font-size: 1.05rem; margin-bottom: 10px; }
.kb-tips ul { list-style: disc; padding-left: 18px; display: grid; gap: 8px; }
.kb-side {
    position: sticky; top: 88px;
    border: 1px solid var(--line); border-radius: 14px; padding: 20px; background: #fff;
}
.kb-side h2 { font-size: 1rem; margin-bottom: 12px; }
.kb-side ul { display: grid; gap: 8px; margin-bottom: 16px; }
.kb-side a { color: var(--muted); font-size: .92rem; }
.kb-side a:hover, .kb-side a[aria-current="page"] { color: var(--brand); font-weight: 600; }

.toast {
    position: fixed; bottom: 24px; right: 24px; z-index: 300;
    background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 12px;
    box-shadow: var(--shadow-lg); font-weight: 600; font-size: .92rem;
    transform: translateY(12px); opacity: 0; transition: .25s ease;
}
.toast.show { transform: none; opacity: 1; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 940px) {
    .hero { min-height: auto; padding: 36px 0 44px; }
    .hero-inner, .split { grid-template-columns: 1fr; }
    .hero-media { order: -1; }
    .hero-media img, .hero-media svg { margin: 0 auto; max-width: 380px; }
    .split-media { order: -1; }
    .service-row, .service-row.reverse { grid-template-columns: 1fr; gap: 22px; }
    .service-row.reverse .service-row-media { order: -1; }
    .services-list { grid-template-columns: 1fr 1fr; }
    .service-item:nth-child(3n) { border-right: 1px solid var(--line); }
    .service-item:nth-child(2n) { border-right: 0; }
    .steps { grid-template-columns: 1fr; }
    .guides-grid { grid-template-columns: 1fr; }
    .values-row { grid-template-columns: 1fr 1fr; }
    .value-item:nth-child(2n) { border-right: 0; }
    .contact-grid { grid-template-columns: 1fr; }
    .legal-layout { grid-template-columns: 1fr; }
    .shop-hero-inner, .product-layout, .cart-layout, .kb-destinations, .kb-article-layout { grid-template-columns: 1fr; }
    .product-grid, .product-grid-3, .kb-extra { grid-template-columns: 1fr 1fr; }
    .trust-row { grid-template-columns: 1fr 1fr; }
    .cart-aside { position: static; }
    .kb-side { position: static; }
    .kb-row { grid-template-columns: auto 1fr; }
    .kb-row-meta { grid-column: 2; }
    .legal-toc { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .nav-toggle { display: flex; }
    .site-nav {
        position: fixed; inset: 0 0 0 auto; width: min(80vw, 300px); background: #fff;
        flex-direction: column; align-items: stretch; gap: 4px; padding: 88px 20px 28px;
        box-shadow: -10px 0 40px rgba(14, 44, 63, .18);
        transform: translateX(100%); transition: transform .3s ease;
        border-left: 1px solid var(--line);
        z-index: 120;
    }
    .site-nav.open { transform: none; }
    .site-nav > a { padding: 12px 14px; }
    .nav-cta { margin: 10px 0 0; }
    .services-list { grid-template-columns: 1fr; }
    .service-item { border-right: 0 !important; }
    .values-row { grid-template-columns: 1fr; }
    .value-item { border-right: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .cta-band-inner { flex-direction: column; align-items: flex-start; }
    .form-row { grid-template-columns: 1fr; }
    .topbar-hours { display: none; }
    .cart-link { margin-left: auto; }
    .product-grid, .product-grid-3, .kb-extra { grid-template-columns: 1fr; }
    .cart-line { grid-template-columns: 1fr auto; }
    .cart-line-price, .cart-remove { justify-self: end; }
    .shop-hero h1, .kb-hero h1 { max-width: none; }
    .trust-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}
