
:root{--ink:#17312a;--forest:#1f5548;--deep:#123f35;--mint:#e7f5ef;--cream:#fffaf0;--gold:#e6b85c;--coral:#df6b5b;--muted:#66756f;--line:#dce8e2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fffdf8;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;margin-right:auto}.logo-img{width:58px;height:58px;object-fit:contain;border-radius:50%;display:block;box-shadow:0 5px 18px rgba(18,63,53,.16)}.brand small{display:block;font-weight:600;color:var(--muted);font-size:10px;letter-spacing:.13em}
.navlinks{display:flex;gap:22px;font-size:14px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border-radius:999px;font-weight:800;border:1px solid var(--forest);cursor:pointer}.btn.primary{background:var(--forest);color:white}.btn.light{background:white}.menu{display:none;border:0;background:transparent;font-size:26px}
.hero{padding:86px 0 62px;background:radial-gradient(circle at 85% 20%,#dff2e8 0,transparent 31%),linear-gradient(180deg,#fffaf0,#f8fcf9)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.kicker{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--coral)}
h1{font-family:Georgia,serif;font-size:clamp(46px,6.2vw,82px);line-height:.98;margin:12px 0 22px;letter-spacing:-.04em}h2{font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 15px}h3{font-size:20px;line-height:1.25;margin:0 0 9px}.lead{font-size:20px;color:var(--muted);max-width:700px}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero-photo{position:relative}.hero-photo img{height:520px;width:100%;object-fit:cover;border-radius:38px 38px 110px 38px;box-shadow:0 25px 70px rgba(18,63,53,.18)}.hero-note{position:absolute;left:-28px;bottom:32px;background:white;padding:17px 20px;border-radius:18px;box-shadow:0 14px 40px rgba(18,63,53,.17);max-width:245px;font-weight:800}
section{padding:72px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-head p{color:var(--muted);max-width:620px;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.story-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 7px 30px rgba(30,70,58,.05)}.story-card img{height:220px;width:100%;object-fit:cover}.card-body{padding:19px}.tag{display:inline-block;font-size:10px;letter-spacing:.12em;font-weight:900;color:var(--forest);background:var(--mint);padding:5px 9px;border-radius:999px;margin-bottom:10px}.card-body p{color:var(--muted);margin:0 0 12px}.read{font-weight:900;color:var(--forest)}
.band{background:var(--deep);color:white}.band p{color:#cce0d9}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category{padding:22px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.category span{display:block;color:#bcd4cc;font-size:13px;margin-top:6px}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:250px 250px;gap:12px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery img:first-child{grid-row:1/3}.video-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px}.video-shell{background:#071b16;border-radius:22px;padding:12px}.video-shell video{width:100%;border-radius:14px;display:block}.video-list{display:grid;gap:12px}.video-item{border:1px solid var(--line);border-radius:16px;padding:18px;background:white}.video-item small{color:var(--muted)}
.cta{background:linear-gradient(130deg,#e9f6ef,#fff1d7);border-radius:32px;padding:48px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.page-hero{padding:70px 0 38px;background:#f1f8f4}.page-hero h1{font-size:clamp(42px,6vw,70px)}.filterbar{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.pill{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:white;font-size:13px;font-weight:800}.article{width:min(820px,calc(100% - 36px));margin:auto;padding:60px 0}.article .meta{color:var(--muted);margin-bottom:25px}.article img{border-radius:26px;margin:24px 0}.article p{font-family:Georgia,serif;font-size:20px;line-height:1.8;color:#30443d}.quote{border-left:4px solid var(--gold);padding:16px 22px;background:#fff7e5;border-radius:0 16px 16px 0;font-weight:800}.form{max-width:760px}.field{display:grid;gap:7px;margin-bottom:16px}.field label{font-weight:800}.field input,.field textarea,.field select{width:100%;padding:13px 14px;border:1px solid #cfded7;border-radius:12px;font:inherit;background:white}.field textarea{min-height:160px}.notice{background:#fff4da;border:1px solid #ecd18f;padding:13px 16px;border-radius:12px;color:#6e5723;margin:16px 0}
.footer{background:#102f28;color:white;padding:52px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer p,.footer a{color:#bcd0c9}.footer a{display:block;margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:12px;color:#9bb5ad}
@media(max-width:900px){.navlinks{display:none}.navlinks.open{display:grid;position:absolute;left:18px;right:18px;top:70px;background:white;padding:20px;border:1px solid var(--line);border-radius:16px}.menu{display:block}.nav>.btn{display:none}.hero-grid,.video-grid,.cta{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px}.gallery img:first-child{grid-row:auto;grid-column:1/3}}
@media(max-width:580px){.cards,.category-grid,.footer-grid,.gallery{grid-template-columns:1fr}.gallery img:first-child{grid-column:auto}.gallery{grid-template-rows:auto}.gallery img{height:230px}.hero-photo img{height:390px}.hero-note{display:none}.cta{padding:28px}}

.brand-copy{display:flex;flex-direction:column;line-height:1.04}
.brand-copy strong{font-size:15px;letter-spacing:.01em}
.brand-copy small{margin-top:5px}
.footer .logo-img{width:82px;height:82px;box-shadow:none}
.footer .brand{align-items:center}
.hero-brand-lockup{display:flex;align-items:center;gap:18px;margin:0 0 22px}
.hero-brand-lockup img{width:118px;height:118px;object-fit:contain;border-radius:50%;box-shadow:0 14px 36px rgba(18,63,53,.2)}
.hero-brand-lockup div{font-weight:900;letter-spacing:.03em}
.hero-brand-lockup small{display:block;color:var(--muted);letter-spacing:.14em;font-size:11px;margin-top:5px}
@media(max-width:580px){
  .logo-img{width:48px;height:48px}
  .brand-copy strong{font-size:13px}
  .hero-brand-lockup img{width:88px;height:88px}
}


/* Webshop */
.shop-hero{padding:62px 0;background:linear-gradient(120deg,#090b0c,#17120b);color:white;overflow:hidden}
.shop-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.shop-hero h1{font-size:clamp(44px,6vw,76px);margin-bottom:18px}
.shop-hero p{color:#d4cec3;max-width:620px;font-size:18px}
.shop-hero img{border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.38)}
.shop-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
.shop-benefit{border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:14px;background:rgba(255,255,255,.05)}
.shop-benefit b,.shop-benefit span{display:block}.shop-benefit span{font-size:12px;color:#c9c3b7;margin-top:3px}
.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}
.shop-sidebar{align-self:start;position:sticky;top:98px;background:white;border:1px solid var(--line);border-radius:18px;padding:18px}
.shop-sidebar button{width:100%;text-align:left;border:0;background:transparent;padding:10px 8px;border-radius:9px;font-weight:800;cursor:pointer;color:var(--ink)}
.shop-sidebar button:hover,.shop-sidebar button.active{background:var(--mint);color:var(--forest)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(20,55,45,.06)}
.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f7f7f7}
.product-info{padding:17px}.product-info h3{margin-bottom:5px}.product-category{font-size:11px;letter-spacing:.12em;font-weight:900;color:var(--muted)}
.price{font-size:20px;font-weight:900;margin:7px 0 12px}.product-actions{display:flex;gap:8px}.product-actions .btn{flex:1;border-radius:10px}
.btn.gold{background:#b88325;color:white;border-color:#b88325}.btn.dark{background:#111;color:white;border-color:#111}
.cart-link{position:relative}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--coral);color:#fff;font-size:10px;font-weight:900;margin-left:4px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.product-detail-image{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden}.product-detail-image img{width:100%}
.product-detail .price{font-size:28px}.product-detail ul{color:var(--muted)}
.qty-row{display:flex;gap:10px;align-items:end}.qty-row .field{margin:0;max-width:130px}
.qty-input{width:95px!important}
.cart-table{display:grid;gap:12px}.cart-row{display:grid;grid-template-columns:92px 1fr 120px 120px 42px;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:16px;padding:12px}
.cart-row img{width:92px;height:92px;object-fit:cover;border-radius:10px}.cart-row input{width:78px;padding:9px;border:1px solid var(--line);border-radius:8px}
.cart-summary{margin-left:auto;max-width:420px;background:white;border:1px solid var(--line);border-radius:18px;padding:22px;margin-top:20px}.summary-line{display:flex;justify-content:space-between;padding:8px 0}.summary-line.total{border-top:1px solid var(--line);margin-top:7px;padding-top:15px;font-size:20px;font-weight:900}
.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.checkout-card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px}.checkout-card h2{font-size:30px}
.shop-note{background:#fff5df;border:1px solid #edd29c;border-radius:14px;padding:14px 16px;color:#6d5728}
.lookbook{border-radius:24px;overflow:hidden;border:1px solid var(--line)}.lookbook img{width:100%}
@media(max-width:900px){.shop-hero-grid,.product-detail,.checkout-grid{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.shop-sidebar .shop-filters{display:flex;gap:5px;flex-wrap:wrap}.shop-sidebar button{width:auto}.product-grid{grid-template-columns:1fr 1fr}.shop-benefits{grid-template-columns:1fr 1fr}.cart-row{grid-template-columns:72px 1fr 90px}.cart-row img{width:72px;height:72px}.cart-row .line-total,.cart-row .remove{grid-column:auto}}
@media(max-width:580px){.product-grid{grid-template-columns:1fr}.shop-benefits{grid-template-columns:1fr}.cart-row{grid-template-columns:65px 1fr}.cart-row .qty,.cart-row .line-total,.cart-row .remove{grid-column:2}.product-actions{display:grid}}

.variation-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.variation-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.variation-card img{width:100%}.variation-card strong{display:block;padding:10px}.long-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.long-video-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.long-video-card h3,.long-video-card p{margin-left:16px;margin-right:16px}.video-thumb{position:relative}.video-thumb img{width:100%}.video-thumb span{position:absolute;right:10px;bottom:10px;background:#000;color:#fff;padding:4px 7px}.watch-player{background:#071b16;padding:12px;border-radius:20px}.watch-player video{width:100%}@media(max-width:700px){.variation-grid,.long-video-grid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.variation-grid,.long-video-grid{grid-template-columns:1fr}}

/* Curated YouTube faith-in-humanity videos */
.youtube-loved{background:#0d1714;color:#fff}
.youtube-loved .section-head p{color:#bdcbc5}
.yt-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.yt-feature{background:#14211d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;box-shadow:0 14px 35px rgba(0,0,0,.18)}
.yt-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.yt-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.yt-meta{padding:18px}
.yt-meta h3{font-size:18px;margin:6px 0 7px}
.yt-meta p{margin:0 0 10px;color:#bfcfc8;font-size:13px}
.yt-stats{display:flex;gap:16px;flex-wrap:wrap;color:#e8c06b;font-size:12px;font-weight:800;margin-bottom:10px}
.youtube-loved .read{color:#f0c76d}
@media(max-width:760px){.yt-grid{grid-template-columns:1fr}}

.youtube-viewed{background:#fffaf0}
.youtube-viewed .yt-feature{background:#fff;border:1px solid var(--line);color:var(--ink);box-shadow:0 10px 30px rgba(20,55,45,.08)}
.youtube-viewed .yt-meta p{color:var(--muted)}
.youtube-viewed .yt-stats{color:#a7751f}
.youtube-viewed .tag{background:#fff1cf;color:#855d12}


/* Language selector */
.lang-switcher{display:flex;gap:5px;align-items:center;margin-left:4px}
.lang-switcher a{display:flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;font-weight:900;color:var(--ink)}
.lang-switcher a:hover{background:var(--mint);border-color:#b8d9cb}
.lang-switcher .flag{font-size:18px;line-height:1}
@media(max-width:900px){.lang-switcher{margin-left:auto}.lang-switcher a span:last-child{display:none}.lang-switcher a{padding:5px 7px}.lang-switcher .flag{font-size:20px}}


/* ================================
   Mobile & Tablet Final Edition
   ================================ */
html{-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
img,video,iframe{max-width:100%}
button,a,input,select,textarea{touch-action:manipulation}
a,button{min-height:44px}
.nav a,.lang-switcher a{min-height:auto}
input,select,textarea{font-size:16px}
pre,code{overflow-wrap:anywhere;word-break:break-word}
.wrap{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
.site-header{padding-top:env(safe-area-inset-top)}
.nav{position:relative}
.navlinks a{white-space:nowrap}
.hero-grid>*,
.grid>*,
.studio-grid>*,
.shop-hero-grid>*,
.product-detail>*,
.checkout-grid>*,
.footer-grid>*{min-width:0}
.story-card h3,.product-card h3,.long-video-card h3,.yt-feature h3{overflow-wrap:anywhere}
.yt-frame iframe,.watch-player video,.video-shell video{width:100%;height:100%}
.table,.cart-table{min-width:0}
.row>*{min-width:0;overflow-wrap:anywhere}

/* Dedication */
.dedication-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(223,107,91,.13),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(230,184,92,.17),transparent 34%),
    linear-gradient(145deg,#fff9ef,#f5fbf7);
}
.dedication-card{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:34px;
  align-items:start;
  border:1px solid var(--line);
  background:rgba(255,255,255,.86);
  border-radius:32px;
  padding:46px;
  box-shadow:0 22px 70px rgba(18,63,53,.10);
  backdrop-filter:blur(8px);
}
.dedication-heart{
  width:130px;height:130px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#be3140,#e56f66);
  color:white;font-size:58px;
  box-shadow:0 16px 36px rgba(190,49,64,.25);
}
.dedication-copy h2{margin-top:5px}
.dedication-copy p{max-width:850px;color:#44564f}
.dedication-lead{font-family:Georgia,serif;font-size:22px!important;line-height:1.65}
.dedication-signoff{font-weight:900;color:#a53b42!important;font-size:19px}
.dedication-quote{
  font-family:Georgia,serif;font-style:italic;
  border-left:4px solid var(--gold);
  padding:13px 18px;margin-top:18px!important;
  background:#fff8e8;border-radius:0 14px 14px 0;
}

/* Tablet */
@media (max-width:1024px){
  main{width:100%}
  .wrap{width:min(100% - 30px,960px)}
  section{padding:58px 0}
  .hero{padding:62px 0 48px}
  .hero-grid{gap:30px}
  .hero-photo img{height:440px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .variation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .long-video-grid,.yt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dedication-card{grid-template-columns:110px 1fr;padding:34px;gap:25px}
  .dedication-heart{width:100px;height:100px;font-size:44px}
}

/* Navigation/tablet + mobile menu */
@media (max-width:900px){
  .nav{min-height:70px;gap:10px;flex-wrap:wrap;padding:9px 0}
  .brand{min-width:0;flex:1}
  .brand-copy{min-width:0}
  .brand-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;border:1px solid var(--line);background:white;color:var(--ink);order:4}
  .lang-switcher{order:3;margin-left:auto;flex-shrink:0}
  .nav>.btn{display:none}
  .navlinks{
    display:none;
    width:100%;
    order:5;
    position:static!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin:2px 0 8px;
    background:white;
    padding:12px!important;
    border:1px solid var(--line);
    border-radius:15px;
    box-shadow:0 16px 40px rgba(20,55,45,.12);
  }
  .navlinks.open{display:grid}
  .navlinks a{
    display:flex;align-items:center;
    padding:11px 12px;border-radius:9px;
    min-height:46px;white-space:normal;
  }
  .navlinks a:hover{background:var(--mint)}
  .lang-switcher a{min-width:43px;min-height:43px;justify-content:center;padding:6px}
  .lang-switcher .flag{font-size:21px}
  .hero-grid,.video-grid,.cta,.product-detail,.checkout-grid,.shop-hero-grid,.grid.two,.studio-grid{grid-template-columns:1fr}
  .hero-photo{max-width:720px;margin:auto;width:100%}
  .hero-photo img{height:min(58vw,470px)}
  .hero-note{left:14px}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-layout{grid-template-columns:1fr}
  .shop-sidebar{position:static}
  .shop-sidebar .shop-filters{display:flex;gap:7px;flex-wrap:wrap}
  .shop-sidebar button{width:auto;min-height:42px}
  .cart-summary{max-width:none}
  .calendar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pipeline{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Phones */
@media (max-width:640px){
  .wrap{width:min(100% - 22px,620px)}
  section{padding:44px 0}
  .page-hero{padding:44px 0 28px}
  h1{font-size:clamp(38px,12vw,56px)}
  h2{font-size:clamp(28px,9vw,40px)}
  .lead{font-size:17px}
  .hero{padding:46px 0 36px}
  .hero-brand-lockup{gap:12px}
  .hero-brand-lockup img{width:78px;height:78px}
  .hero-photo img{height:390px;border-radius:24px 24px 65px 24px}
  .hero-actions,.product-actions{display:grid;grid-template-columns:1fr;width:100%}
  .hero-actions .btn,.product-actions .btn{width:100%}
  .cards,.product-grid,.category-grid,.variation-grid,.long-video-grid,.yt-grid,.stats,.stage-cards,.form-grid,.shop-benefits,.footer-grid,.calendar{grid-template-columns:1fr}
  .gallery{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  .gallery img,.gallery img:first-child{grid-column:auto;grid-row:auto;height:260px}
  .section-head{display:block}
  .section-head>a{display:inline-flex;margin-top:12px}
  .cta{padding:28px;border-radius:22px}
  .dedication-card{grid-template-columns:1fr;padding:26px 21px;border-radius:24px}
  .dedication-heart{width:82px;height:82px;font-size:37px}
  .dedication-lead{font-size:19px!important}
  .dedication-copy p{font-size:15.5px}
  .navlinks{grid-template-columns:1fr!important}
  .logo-img{width:46px;height:46px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{font-size:9px}
  .lang-switcher{gap:3px}
  .lang-switcher a{min-width:39px;width:39px;height:39px;min-height:39px}
  .lang-switcher .flag{font-size:19px}
  .menu{width:41px;height:41px}
  .pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}
  .connection{grid-template-columns:45px 1fr}
  .connection .button,.connection .connected{grid-column:1/-1;width:100%}
  .shop-hero{padding:42px 0}
  .shop-sidebar{padding:14px}
  .shop-sidebar .shop-filters{display:grid;grid-template-columns:1fr 1fr}
  .shop-sidebar button{text-align:center}
  .product-card img{aspect-ratio:1/1}
  .product-detail{gap:24px}
  .product-detail .price{font-size:25px}
  .qty-row{align-items:stretch;display:grid;grid-template-columns:1fr}
  .qty-row .field{max-width:none}
  .qty-input{width:100%!important}
  .cart-row{
    grid-template-columns:74px 1fr;
    gap:10px;padding:10px;
  }
  .cart-row img{width:74px;height:74px}
  .cart-row .qty,.cart-row .line-total,.cart-row .remove{grid-column:2}
  .cart-row .remove{justify-self:start;width:44px;height:44px}
  .checkout-card{padding:17px}
  .checkout-card h2{font-size:26px}
  .yt-meta{padding:14px}
  .watch-player{padding:7px;border-radius:14px}
  .article{width:min(100% - 22px,820px);padding:38px 0}
  .article p{font-size:18px}
}

/* Very small phones */
@media (max-width:390px){
  .wrap{width:min(100% - 16px,380px)}
  .brand-copy strong{max-width:125px}
  .lang-switcher a{width:36px;min-width:36px;height:36px;min-height:36px;padding:3px}
  .menu{width:38px;height:38px}
  .logo-img{width:42px;height:42px}
  .hero-photo img{height:330px}
  .shop-sidebar .shop-filters{grid-template-columns:1fr}
  .pipeline{grid-template-columns:1fr}
  .dedication-card{padding:22px 16px}
}

/* Landscape phones/tablets */
@media (max-height:500px) and (orientation:landscape){
  .site-header{position:relative}
  .hero{padding-top:30px}
  .hero-photo img{height:320px}
}


/* 2026-08-30 visual repair: preserve complete approved logo artwork */
.logo-img{object-fit:contain!important;border-radius:0!important;overflow:visible!important;background:transparent!important;box-shadow:none!important}
.site-header .logo-img{width:64px!important;height:64px!important}
.footer .logo-img{width:82px!important;height:82px!important}
.hero-brand-lockup img{object-fit:contain!important;border-radius:0!important;clip-path:none!important;overflow:visible!important;background:transparent!important}
@media(max-width:760px){.site-header .logo-img{width:50px!important;height:50px!important}}


/* Robust graphical language flags */
.lang-switcher {
  display:flex !important; gap:8px !important; align-items:center !important;
}
.lang-switcher a {
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  width:42px !important; height:30px !important; min-width:42px !important;
  padding:0 !important; border-radius:999px !important;
  border:1px solid rgba(12,46,36,.18) !important;
  background:#fff !important; overflow:hidden !important;
  text-decoration:none !important;
}
.lang-switcher a * { display:none !important; }
.lang-switcher a::before {
  content:"" !important; display:block !important;
  width:27px !important; height:16px !important;
  background-size:100% 100% !important; background-repeat:no-repeat !important;
  background-position:center !important; border-radius:2px !important;
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}
.lang-switcher a[href*="/en/"]::before { background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http://www.w3.org/2000/svg' viewBox%3D'0 0 60 36'%3E%3Crect width%3D'60' height%3D'36' fill%3D'#012169'/%3E%3Cpath d%3D'M0 0L60 36M60 0L0 36' stroke%3D'#fff' stroke-width%3D'7'/%3E%3Cpath d%3D'M0 0L60 36M60 0L0 36' stroke%3D'#C8102E' stroke-width%3D'4'/%3E%3Cpath d%3D'M30 0V36M0 18H60' stroke%3D'#fff' stroke-width%3D'12'/%3E%3Cpath d%3D'M30 0V36M0 18H60' stroke%3D'#C8102E' stroke-width%3D'7'/%3E%3C/svg%3E") !important; }
.lang-switcher a[href*="/nl/"]::before { background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http://www.w3.org/2000/svg' viewBox%3D'0 0 60 36'%3E%3Crect width%3D'60' height%3D'12' fill%3D'#AE1C28'/%3E%3Crect y%3D'12' width%3D'60' height%3D'12' fill%3D'#fff'/%3E%3Crect y%3D'24' width%3D'60' height%3D'12' fill%3D'#21468B'/%3E%3C/svg%3E") !important; }
.lang-switcher a[href*="/es-cu/"]::before { background-image:url("data:image/svg+xml,%3Csvg xmlns%3D'http://www.w3.org/2000/svg' viewBox%3D'0 0 60 36'%3E%3Crect width%3D'60' height%3D'36' fill%3D'#fff'/%3E%3Crect width%3D'60' height%3D'7.2' fill%3D'#002A8F'/%3E%3Crect y%3D'14.4' width%3D'60' height%3D'7.2' fill%3D'#002A8F'/%3E%3Crect y%3D'28.8' width%3D'60' height%3D'7.2' fill%3D'#002A8F'/%3E%3Cpath d%3D'M0 0L31 18 0 36Z' fill%3D'#CF142B'/%3E%3Cpolygon points%3D'10.8,10.5 12.6,15.2 17.7,15.5 13.7,18.7 15.1,23.6 10.8,20.8 6.5,23.6 7.9,18.7 3.9,15.5 9,15.2' fill%3D'#fff'/%3E%3C/svg%3E") !important; }

/* 2026-08-31 es-CU FINAL embedded PNG flags */
.lang-switcher a {
  font-size:0!important;color:transparent!important;
  background-color:#fff!important;background-repeat:no-repeat!important;
  background-position:center!important;background-size:27px 17px!important;
}
.lang-switcher a *{display:none!important}
.lang-switcher a::before{display:none!important;content:none!important}
.lang-switcher a[href*="/en/"]{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAkCAIAAABaG87TAAABeElEQVR4nO2YwZHDIAxFBaMCNiUkBSRH17QpaGtKjm4gLbiDeA9MGEV2QAisDDP+J2xk+BEvGNndfs7w0jCNse1PVyjU8/EHAPfDhd0PwyoGjGMGxZGRRtwPl+g7ROtmaiJqF95z4Wl2Qx/tZk+aiSWYrR4CwDCN7G64DL/HOOWrPFAN04ixtQwypiXBAzUJAJ76GKbxW7SkeWDGEF75i48Z0yLhIbbDvMiuwxA2tMh5YHN5FmdGSxEPLDtv+zSN2I4WBQ9Mzh1/1ROwdUiH+dNVzUOZaSgkTxIgiUkvXd50kHxN04Z0PDC5eZ6zQUUSUlQjvnt0IUePpr2oy0zvpq20m7bSvk9bCRse0LIZVZ+QmPo8e/R4ysswXVRfpNWwJvqYaUV9IfwsVl+5rJRbreqLT6qvoDkeNfWmwvrqsMupWR5xtaPJfzwrdQWNsD0PcutCWrDofbHdtzxaqy+t05RDxMOGh7TktCCY85CWhBa/3f5Qo/Te8g/SX4wYw7pw6QAAAABJRU5ErkJggg==")!important}
.lang-switcher a[href*="/nl/"]{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAkCAIAAABaG87TAAAAW0lEQVR4nO3QQQ3AMAzAwKY49tmvSEpuXEYxw9A9HEXyIbAc77VGN7M64A+jKUZTjKYYTTGaEplZ3XCs5WmjKUZTjKYYTTGaEvd+qhuOtTxtNMVoitEUoylGUz5ZrAUnpGyUuAAAAABJRU5ErkJggg==")!important}
.lang-switcher a[href*="/es-cu/"]{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAkCAIAAABaG87TAAABJUlEQVR4nNWYwQ2DMAxFA+oI0CXg0O7UsdgpHDoFHaI9WDIlJHEccGLeKaItevr6IS6N7Ybn/WUuRWO7AVYXUm9xZZepogeLNWlEf+QeaUCzelAa0Knexj/WWXQiaeTxeUurpJMqDShRJ+rhMPejkAcLXtJI3ciJpENycz9WTJ1XD4da6oekgfLesU5jNxK1ip1EJySN2GUqcxhtkk58JqQEL5q6px4RdVZ95byDnXbUs3ebhPrt9Dsickn7N+K+IdwjULTTRNJzP3J14fvffCWa4EZ0Suy96P1hAfz12MuRuiVHqMwp75/yE9+hp0etATVTuu48zZbW8I+L12klbxRSk1aiC9DSqnQBYp5WaGwiSevUBTzSmnWBjbR+XWDt9FWMjTE/jsZfvn/6MQMAAAAASUVORK5CYII=")!important}
