﻿:root { --ink:#12212b; --deep:#0b2d3a; --petrol:#0e5960; --sun:#f4b942; --sand:#f4ead8; --foam:#f8f6ef; --line:rgba(18,33,43,.14); --shadow:0 24px 70px rgba(10,36,46,.16); }
* { box-sizing: border-box; } body { margin:0; font-family:"Trebuchet MS", "Segoe UI", sans-serif; color:var(--ink); background:var(--foam); } a { color:inherit; } .shop-header { position:sticky; top:0; z-index:20; display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:82px; padding:14px min(5vw,48px); background:rgba(248,246,239,.9); backdrop-filter:blur(18px); border-bottom:1px solid var(--line); } .shop-brand { display:flex; align-items:center; gap:12px; font-family:Georgia, "Times New Roman", serif; font-weight:800; letter-spacing:.08em; text-decoration:none; } .shop-brand img { width:46px; height:46px; object-fit:contain; background:#fff; border-radius:14px; padding:4px; box-shadow:8px 8px 0 rgba(14,89,96,.18); } nav { display:flex; gap:18px; font-weight:800; } nav a { text-decoration:none; } button, input, textarea, select { font:inherit; } .cart-button, .button { border:0; border-radius:999px; padding:13px 18px; font-weight:900; cursor:pointer; text-decoration:none; display:inline-flex; justify-content:center; align-items:center; gap:8px; } .primary, .cart-button { background:var(--sun); color:var(--deep); } .secondary { background:#fff; border:1px solid var(--line); color:var(--deep); }
.shop-hero { display:grid; grid-template-columns:1.2fr .8fr; gap:34px; align-items:center; padding:96px min(5vw,70px); background:radial-gradient(circle at 80% 20%, rgba(244,185,66,.32), transparent 26%), linear-gradient(135deg,#f8f6ef,#dceee8); } .eyebrow { color:var(--petrol); text-transform:uppercase; letter-spacing:.16em; font-weight:900; font-size:.78rem; } h1,h2,h3 { font-family:Georgia, "Times New Roman", serif; line-height:.98; margin:0; color:var(--deep); } h1 { font-size:clamp(3rem,8vw,6.4rem); letter-spacing:-.08em; } h2 { font-size:clamp(2rem,4vw,4rem); letter-spacing:-.06em; } .shop-hero p { max-width:760px; font-size:1.2rem; color:#40545c; } .shop-hero aside { min-height:280px; display:grid; align-content:end; padding:34px; border-radius:36px; color:#fff; background:linear-gradient(145deg,var(--deep),var(--petrol)); box-shadow:var(--shadow); } .shop-hero aside strong { font-family:Georgia,"Times New Roman",serif; font-size:2rem; } .shop-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; } .trust-row { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; padding:28px; background:var(--deep); } .trust-row span { padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.1); color:var(--foam); font-weight:900; }
.shop-section { padding:90px min(5vw,70px); } .shop-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:30px; } .shop-filters { display:flex; gap:10px; flex-wrap:wrap; } .chip { border:1px solid var(--line); border-radius:999px; padding:10px 14px; background:#fff; font-weight:900; cursor:pointer; } .chip.active { background:var(--deep); color:var(--sun); } .product-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:22px; } .product-card { display:flex; flex-direction:column; gap:18px; padding:18px; border-radius:30px; background:#fff; border:1px solid var(--line); box-shadow:0 14px 36px rgba(18,33,43,.08); } .product-card img { width:100%; aspect-ratio:16/10; object-fit:cover; border-radius:22px; background:var(--deep); } .product-card span, .product-card small { color:#6c7a80; font-weight:800; } .product-card h3 { font-size:1.45rem; } .product-card p { color:#65747a; } .product-bottom { margin-top:auto; display:flex; justify-content:space-between; align-items:center; } .product-bottom strong { font-family:Georgia,"Times New Roman",serif; font-size:1.7rem; color:var(--deep); }
.cart-drawer { position:fixed; top:0; right:0; z-index:50; width:min(480px,100%); height:100%; padding:24px; background:#fff; transform:translateX(105%); transition:transform .2s ease; box-shadow:var(--shadow); overflow:auto; } .cart-drawer.open { transform:translateX(0); } body.cart-open .cart-backdrop { opacity:1; pointer-events:auto; } .cart-backdrop { position:fixed; inset:0; z-index:40; background:rgba(7,27,34,.55); opacity:0; pointer-events:none; transition:opacity .2s ease; } .cart-head { display:flex; justify-content:space-between; align-items:center; } .cart-head button { border:0; background:var(--deep); color:var(--sun); border-radius:50%; width:42px; height:42px; font-size:1.6rem; } .cart-item { display:grid; grid-template-columns:76px 1fr auto; gap:12px; align-items:center; padding:14px 0; border-bottom:1px solid var(--line); } .cart-item img { width:76px; height:64px; object-fit:cover; border-radius:14px; } .cart-item button { border:0; background:transparent; color:#b64025; font-weight:900; cursor:pointer; } .cart-total { display:flex; justify-content:space-between; padding:22px 0; font-size:1.25rem; } .checkout-form { display:grid; gap:12px; } .checkout-form input,.checkout-form textarea,.checkout-form select { width:100%; padding:13px 14px; border-radius:16px; border:1px solid var(--line); } .form-message { font-weight:900; color:var(--petrol); }
@media (max-width:760px){ .shop-header,.shop-section-head,.shop-hero{ grid-template-columns:1fr; flex-direction:column; align-items:flex-start; } nav{flex-wrap:wrap;} .shop-hero{padding:64px 22px;} .shop-section{padding:64px 22px;} h1{font-size:3.4rem;} }

.checkout-note { margin:0; padding:12px 14px; border-radius:16px; background:var(--sand); color:#40545c; font-weight:800; }
.legal-check { display:flex; gap:10px; align-items:flex-start; padding:12px; border:1px solid var(--line); border-radius:16px; background:#fff8e8; line-height:1.35; }
.legal-check input { width:auto; margin-top:4px; accent-color:var(--petrol); }
.legal-check a { font-weight:900; color:var(--petrol); }
.shop-footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 20px; padding:28px min(5vw,48px); background:var(--deep); color:var(--foam); font-weight:900; }
.shop-footer a { color:var(--foam); text-decoration:none; border-bottom:1px solid rgba(255,255,255,.35); }
.legal-page { max-width:980px; margin:0 auto; padding:84px min(6vw,70px); overflow-wrap:break-word; }
.legal-page h1 { font-size:clamp(2.4rem,7vw,5.8rem); margin-bottom:28px; overflow-wrap:break-word; hyphens:auto; }
.legal-page h2 { font-size:clamp(1.45rem,3vw,2.35rem); margin-top:38px; margin-bottom:12px; letter-spacing:-.04em; overflow-wrap:break-word; hyphens:auto; }
.legal-page p, .legal-page li { color:#40545c; font-size:1.06rem; line-height:1.72; overflow-wrap:break-word; }
@media (max-width:480px){ .legal-page { padding:64px 20px; } .legal-page h1 { font-size:clamp(2rem,10vw,2.9rem); } }
.legal-page pre { white-space:pre-wrap; padding:18px; border-radius:20px; background:#fff; border:1px solid var(--line); color:#40545c; }
.cookie-banner { position:fixed; left:22px; right:22px; bottom:22px; z-index:80; display:flex; justify-content:space-between; gap:20px; align-items:center; max-width:980px; margin:0 auto; padding:18px; border-radius:24px; background:#fff; box-shadow:var(--shadow); border:1px solid var(--line); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:.35rem 0 0; color:#40545c; }
.cookie-actions { display:flex; gap:12px; align-items:center; flex-wrap:wrap; font-weight:900; }
.cookie-actions a { color:var(--petrol); }
@media (max-width:760px){ .cookie-banner{ flex-direction:column; align-items:flex-start; left:12px; right:12px; bottom:12px; } .cart-item{grid-template-columns:64px 1fr;} .cart-item button{grid-column:2;} }
.shop-tools { display:flex; align-items:flex-end; justify-content:flex-end; gap:12px; flex-wrap:wrap; }
.sort-select { display:grid; gap:6px; color:#68787f; font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.sort-select select { min-width:170px; padding:10px 14px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--deep); font-weight:900; }
.product-card { position:relative; overflow:hidden; transition:transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform:translateY(-3px); box-shadow:0 20px 44px rgba(18,33,43,.14); }
.product-media { position:relative; display:block; margin:-4px -4px 0; color:inherit; text-decoration:none; }
.product-media span { position:absolute; left:10px; top:10px; padding:6px 9px; border-radius:999px; background:var(--sun); color:var(--deep); font-size:.75rem; font-weight:900; box-shadow:0 8px 18px rgba(0,0,0,.12); }
.product-copy { display:grid; gap:7px; }
.product-copy small { color:var(--petrol); font-weight:900; }
.product-copy p { margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.product-proof { display:flex; flex-wrap:wrap; gap:6px; }
.product-proof span { padding:7px 9px; border-radius:999px; background:#e8f2ef; color:var(--petrol); font-size:.82rem; font-weight:900; }
.button.compact { padding:10px 13px; min-width:max-content; }
.mobile-cart-fab { display:none; }
@media (max-width:760px){
  body { padding-bottom:74px; }
  .shop-header { gap:12px; padding:10px 12px; }
  .shop-brand span { font-size:.82rem; }
  .shop-brand img { width:40px; height:40px; border-radius:12px; }
  .shop-header nav { order:3; width:100%; gap:10px; font-size:.9rem; overflow:auto; padding-bottom:2px; }
  .shop-header .cart-button { display:none; }
  .shop-hero { padding:34px 14px; gap:18px; }
  .shop-hero h1 { font-size:2.7rem; }
  .shop-hero p { font-size:1rem; margin-bottom:0; }
  .shop-hero aside { min-height:140px; border-radius:24px; padding:22px; }
  .shop-hero aside strong { font-size:1.35rem; }
  .trust-row { justify-content:flex-start; padding:14px; overflow:auto; flex-wrap:nowrap; }
  .trust-row span { white-space:nowrap; font-size:.82rem; padding:8px 11px; }
  .shop-section { padding:34px 12px; }
  .shop-section-head { align-items:flex-start; gap:14px; margin-bottom:16px; }
  .shop-section-head h2 { font-size:2.35rem; }
  .shop-tools { width:100%; justify-content:flex-start; gap:10px; }
  .shop-filters { width:100%; flex-wrap:nowrap; overflow:auto; padding-bottom:4px; }
  .chip { padding:8px 11px; white-space:nowrap; font-size:.86rem; }
  .sort-select { width:100%; }
  .sort-select select { width:100%; min-width:0; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .product-card { gap:9px; padding:9px; border-radius:18px; box-shadow:0 8px 20px rgba(18,33,43,.07); }
  .product-card img { border-radius:13px; aspect-ratio:1/0.82; }
  .product-media { margin:0; }
  .product-media span { left:6px; top:6px; padding:4px 7px; font-size:.64rem; }
  .product-copy { gap:5px; }
  .product-copy small { font-size:.68rem; }
  .product-card h3 { font-size:1rem; line-height:1.08; letter-spacing:-.03em; }
  .product-copy p { font-size:.78rem; line-height:1.25; -webkit-line-clamp:2; }
  .product-proof { gap:4px; }
  .product-proof span { padding:5px 7px; font-size:.68rem; }
  .product-bottom { display:grid; gap:8px; align-items:stretch; }
  .product-bottom strong { font-size:1.18rem; }
  .button.compact { width:100%; padding:9px 8px; font-size:.78rem; }
  .mobile-cart-fab { position:fixed; left:12px; right:12px; bottom:12px; z-index:70; display:flex; justify-content:center; border:0; border-radius:999px; padding:15px 18px; background:var(--sun); color:var(--deep); font-weight:900; box-shadow:0 16px 36px rgba(10,36,46,.24); }
}
@media (max-width:360px){ .product-grid{grid-template-columns:1fr 1fr;} .product-card h3{font-size:.95rem;} .product-proof span:nth-child(2){display:none;} }
.shop-nav { display:flex; align-items:center; justify-content:center; gap:22px; font-weight:900; }
.shop-nav a { position:relative; padding:9px 0; text-decoration:none; }
.shop-nav a::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; border-radius:99px; background:var(--sun); transform:scaleX(0); transform-origin:left; transition:transform .18s ease; }
.shop-nav a:hover::after, .shop-nav a[aria-current="page"]::after { transform:scaleX(1); }
.shop-nav a[aria-current="page"] { color:var(--deep); }
.shop-nav a[aria-current="page"]::before { content:""; position:absolute; left:-10px; right:-10px; top:0; bottom:0; z-index:-1; border-radius:999px; background:rgba(244,185,66,.22); }
.unified-header .cart-button { white-space:nowrap; }
@media (max-width:760px){ .shop-header{ min-height:auto; } .shop-nav{ order:3; width:100%; justify-content:flex-start; gap:16px; overflow:auto; padding-bottom:3px; } .shop-nav a{ white-space:nowrap; } }

/* Shop pages share the public Seecamper site chrome from assets/css/main.css. */
body { font-family:"Cabin", sans-serif; line-height:1.6; }
h1, h2, h3, .shop-brand, .product-bottom strong { font-family:"Archivo", sans-serif; }
.site-header .nav { width:min(var(--max, 1180px), calc(100% - 40px)); min-height:82px; margin:0 auto; gap:22px; font-weight:700; }
.site-header .brand { font-family:"Archivo", sans-serif; }
.site-header .brand-logo { width:46px; height:46px; box-shadow:8px 8px 0 rgba(79,167,164,.22); }
.site-header .nav-links { gap:24px; font-weight:700; }
.site-header .nav-links a { padding:0; }
.site-header .nav-cta { border:0; font:inherit; cursor:pointer; }
.shop-hero.hero { display:grid; grid-template-columns:none; padding:0; min-height:680px; background:radial-gradient(circle at 85% 18%, rgba(244,185,66,.28), transparent 28%), linear-gradient(135deg,#f8f6ef 0%,#e4f0ec 48%,#c6dfdb 100%); }
.shop-hero-grid { position:relative; }
.shop-hero h1 { font-family:"Archivo", sans-serif; font-size:clamp(3.2rem,8vw,6.9rem); line-height:.98; letter-spacing:-.08em; }
.shop-hero p { max-width:690px; }
.shop-hero .hero-actions { margin-top:0; }
.shop-hero-card { display:grid; align-content:end; padding:clamp(28px,5vw,54px); color:var(--foam); background:linear-gradient(145deg,rgba(11,45,58,.98),rgba(14,89,96,.92)); }
.shop-hero-card strong { position:relative; z-index:1; font-family:"Archivo", sans-serif; color:var(--foam); font-size:clamp(2rem,4vw,3.4rem); line-height:1; letter-spacing:-.05em; }
.shop-hero-card span { position:relative; z-index:1; max-width:420px; margin-top:18px; color:rgba(248,246,239,.78); font-weight:800; font-size:1.08rem; }
.shop-hero-card::after { content:""; position:absolute; width:360px; height:360px; right:-160px; bottom:-180px; border-radius:50%; background:rgba(244,185,66,.16); }
.shop-section { padding:104px 0; background:var(--foam); }
.shop-section .container { width:min(var(--max, 1180px), calc(100% - 40px)); margin:0 auto; }
.shop-section-head { max-width:none; display:flex; justify-content:space-between; align-items:end; gap:24px; margin-bottom:34px; }
.shop-section-head h2 { font-family:"Archivo", sans-serif; font-size:clamp(2.1rem,5vw,4.5rem); letter-spacing:-.06em; }
.product-card h3 { font-family:"Archivo", sans-serif; }
.product-bottom strong { letter-spacing:-.04em; }
.product-card .button-primary { box-shadow:0 14px 34px rgba(244,185,66,.22); }
.cart-head h2 { font-family:"Archivo", sans-serif; }
.cart-drawer .button-primary, .cookie-banner .button-primary { border:0; }
@media (max-width:980px){ .site-header .nav{min-height:70px;} .cart-nav-cta{display:none;} .shop-hero.hero{min-height:auto;} .shop-hero-grid{grid-template-columns:1fr;} }
@media (max-width:680px){ .site-header .nav{width:min(100% - 28px, var(--max, 1180px));} .shop-hero-grid{padding:42px 0 56px;} .shop-hero h1{font-size:clamp(3rem,16vw,4.5rem);} .shop-hero-card{min-height:260px;border-radius:32px;} .shop-section{padding:72px 0;} .shop-section .container{width:min(100% - 28px, var(--max, 1180px));} .shop-section-head{display:grid;align-items:start;} }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:14px 21px; border-radius:999px; font-weight:800; text-decoration:none; transition:transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--sun); color:var(--deep); box-shadow:0 14px 34px rgba(244,185,66,.32); }
.button-secondary { border:1px solid rgba(11,45,58,.25); color:var(--deep); background:rgba(255,255,255,.44); }
.shop-hero .hero-media { display:block; padding:0; color:inherit; background:linear-gradient(180deg,rgba(11,45,58,.14),rgba(11,45,58,.36)); }
.shop-hero .hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,18,24,.05),rgba(7,18,24,.32)); }
.shop-hero .hero-media .hero-caption, .shop-hero .hero-media .hero-badge { display:block; }
.cart-nav-cta span { display:inline; }
@media (max-width:680px){ .shop-hero .hero-media{min-height:350px;} .shop-hero .hero-actions .button{width:100%;} }
.shipping-address { display:grid; gap:10px; padding:12px; border-radius:18px; background:#f5ead1; border:1px solid rgba(18,33,43,.12); }
.shipping-address[hidden] { display:none; }
.shipping-address h4 { margin:0; font-family:"Archivo", sans-serif; color:var(--deep); }

/* Compact mobile refinements after the shared site stylesheet. */
@media (max-width: 680px) {
  .shop-hero.hero {
    min-height: auto;
  }

  .shop-hero-grid {
    gap: 18px;
    padding: 24px 0 32px;
  }

  .shop-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
  }

  .shop-hero p {
    font-size: .96rem;
    line-height: 1.45;
  }

  .shop-hero .hero-media {
    min-height: 218px;
    border-radius: 24px;
  }

  .shop-hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-hero .hero-actions .button {
    width: auto;
    min-height: 40px;
    padding: 10px 9px;
    font-size: .78rem;
  }

  .shop-section {
    padding: 42px 0;
  }

  .shop-section .container {
    width: min(100% - 20px, var(--max, 1180px));
  }

  .shop-section-head {
    gap: 12px;
    margin-bottom: 14px;
  }

  .shop-section-head h2 {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .product-card {
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
  }

  .product-card img {
    border-radius: 12px;
    aspect-ratio: 1 / .78;
  }

  .product-card h3 {
    min-height: 2.14em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .96rem;
    line-height: 1.07;
  }

  .product-copy p {
    font-size: .74rem;
    line-height: 1.22;
  }

  .product-proof span {
    padding: 4px 6px;
    font-size: .64rem;
  }

  .product-bottom strong {
    font-size: 1.08rem;
  }

  .button.compact {
    min-height: 34px;
    padding: 8px 7px;
    font-size: .74rem;
  }

  .cart-drawer {
    width: 100%;
    padding: 16px 12px 84px;
  }

  .cart-item {
    grid-template-columns: 58px 1fr auto;
    gap: 9px;
    padding: 10px 0;
  }

  .cart-item img {
    width: 58px;
    height: 52px;
    border-radius: 11px;
  }

  .checkout-form input,
  .checkout-form textarea,
  .checkout-form select {
    padding: 10px 12px;
    border-radius: 13px;
  }

  .checkout-form textarea {
    min-height: 82px;
  }

  .mobile-cart-fab {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 13px 16px;
  }
}
