@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:#152019;--green:#234c33;--deep:#102b1b;--cream:#f2f0e8;--soft:#e7e5dc;--line:#dce1dc;--muted:#68736b;--white:#fff;--max:1320px;--ease:cubic-bezier(.2,.72,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.5;background:#fff}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 64px));margin:auto}.narrow{max-width:850px}.announce{height:34px;background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:9px;font-weight:700;letter-spacing:.14em}.announce i{opacity:.4}.header{height:84px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;transition:transform .35s var(--ease),height .3s var(--ease),box-shadow .3s}.header.scrolled{height:68px;box-shadow:0 7px 30px rgba(20,40,25,.06)}.header.hide-on-scroll{transform:translateY(-100%)}.header-inner{height:100%;width:min(var(--max),calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand,.footer-brand{font-family:Manrope,sans-serif;font-size:29px;font-weight:800;letter-spacing:-.075em}.brand small,.footer-brand small{font-size:.42em;letter-spacing:.02em;margin-left:2px}.desktop-nav{justify-self:center}.primary-menu{display:flex;gap:29px;list-style:none;padding:0;margin:0;font-size:12px;font-weight:600}.primary-menu li{list-style:none}.primary-menu a{position:relative}.primary-menu a:after{content:"";height:1px;background:var(--green);position:absolute;left:0;right:100%;bottom:-5px;transition:.3s var(--ease)}.primary-menu a:hover:after{right:0}.actions{justify-self:end;display:flex;align-items:center;gap:17px;font-size:11px}.icon-action{background:none;border:0;padding:0;cursor:pointer}.cart-link{border:1px solid var(--line);padding:9px 14px;border-radius:999px}.menu-button{display:none;background:none;border:0;font-size:11px;font-weight:700}.mobile-menu{position:fixed;inset:0;background:#fff;z-index:200;padding:25px 30px}.mobile-menu-head{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:55px}.mobile-menu-head button{background:none;border:0;font-size:11px}.mobile-menu .primary-menu{display:grid;gap:20px;font-family:Manrope,sans-serif;font-size:32px;letter-spacing:-.05em}.mobile-links{display:flex;gap:25px;border-top:1px solid var(--line);margin-top:50px;padding-top:22px;font-size:12px}.search-panel{position:fixed;top:118px;left:50%;transform:translateX(-50%);width:min(700px,calc(100% - 30px));background:#fff;z-index:150;padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.13);border:1px solid var(--line);border-radius:16px}.search-panel form{display:flex;gap:10px}.search-panel input{flex:1;border:1px solid var(--line);border-radius:10px;padding:13px;outline:none}.search-panel button{border:0;background:var(--green);color:#fff;border-radius:10px;padding:0 20px}
.hero-v3{min-height:calc(100svh - 118px);display:grid;grid-template-columns:1fr 1fr;background:var(--cream);position:relative;overflow:hidden}.hero-media{grid-column:2;grid-row:1;min-height:680px;position:relative;overflow:hidden}.hero-photo{height:100%;min-height:680px}.photo-placeholder{background:#e6e3da;color:#7a817b;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;font-size:10px;letter-spacing:.13em;font-weight:800;text-align:center}.photo-placeholder small{font-size:9px;font-weight:400;letter-spacing:.02em}.hero-sticker{position:absolute;left:28px;bottom:28px;width:78px;height:78px;border-radius:50%;background:#fff;display:grid;place-content:center;text-align:center;font-size:8px;line-height:1.15;letter-spacing:.08em;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.1);animation:float 4s ease-in-out infinite}.hero-v3-copy{grid-column:1;grid-row:1;align-self:center;padding-top:35px;padding-bottom:70px}.hero-v3 h1{font-family:Manrope,sans-serif;font-size:clamp(58px,7vw,100px);line-height:.87;letter-spacing:-.078em;margin:0}.hero-v3 h1 em,.feature-copy em{font-style:normal;color:var(--green)}.hero-v3 p{font-size:18px;color:#536057;max-width:500px;margin:31px 0}.hero-v3-actions{display:flex;align-items:center;gap:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:52px;padding:0 23px;border-radius:13px;font-size:11px;font-weight:700;transition:.25s var(--ease)}.button.dark{background:var(--green);color:#fff}.button.dark:hover{background:var(--deep);transform:translateY(-3px)}.button.light{border:1px solid var(--line);background:#fff}.button.light:hover{border-color:var(--green);transform:translateY(-3px)}.text-link{font-size:10px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.hero-scroll{position:absolute;bottom:27px;left:50%;font-size:8px;letter-spacing:.16em;font-weight:800;display:flex;gap:9px}.hero-scroll span{animation:bob 1.6s ease-in-out infinite}.ticker{overflow:hidden;background:var(--green);color:#fff;white-space:nowrap}.ticker-track{display:inline-flex;align-items:center;gap:27px;min-width:max-content;padding:14px 0;font-size:8px;letter-spacing:.17em;font-weight:800;animation:ticker 28s linear infinite}.ticker i{opacity:.5;font-style:normal}.section{padding:110px 0}.statement-v3-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px}.eyebrow{font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--green);margin-bottom:15px}.statement-v3 h2,.section-head h2,.promise-v3> .container>h2,.newsletter-v3 h2{font-family:Manrope,sans-serif;font-size:clamp(42px,5.3vw,70px);line-height:.93;letter-spacing:-.068em;margin:0}.statement-v3 p{font-size:20px;color:var(--muted);max-width:540px;margin:0 0 28px}.underlink{font-size:10px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:4px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.format-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.format-card-v3{background:var(--cream);border-radius:22px;overflow:hidden;transition:transform .45s var(--ease),box-shadow .45s}.format-card-v3:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(18,48,29,.09)}.format-photo{height:430px;position:relative;overflow:hidden;transition:transform .7s var(--ease)}.format-card-v3:hover .format-photo{transform:scale(1.015)}.format-v3-copy{display:flex;align-items:end;justify-content:space-between;padding:27px 30px 30px}.format-v3-copy small{font-size:8px;color:var(--green);font-weight:800}.format-v3-copy h3{font-family:Manrope,sans-serif;font-size:30px;letter-spacing:-.045em;margin:5px 0}.format-v3-copy p{font-size:12px;color:var(--muted);margin:0}.format-v3-copy>b{font-size:10px}.products-v3{background:#fafaf8}.product-scroll{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card-v3{min-width:0}.product-photo-v3{position:relative;aspect-ratio:1/1;background:var(--cream);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#7b837c;font-size:9px;letter-spacing:.12em;font-weight:800;overflow:hidden}.product-card-v3:hover .product-photo-v3{box-shadow:0 16px 45px rgba(18,48,29,.1)}.quick-add-v3{position:absolute;right:12px;bottom:12px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;font-size:20px;cursor:pointer;box-shadow:0 7px 22px rgba(0,0,0,.1);transition:.25s var(--ease)}.quick-add-v3:hover{transform:scale(1.08)}.quick-add-v3.added{background:var(--green);color:#fff}.product-index{position:absolute;left:12px;top:12px;font-size:8px;color:#737b75}.product-info-v3{display:flex;justify-content:space-between;gap:12px;padding:14px 2px}.product-info-v3 small{font-size:8px;letter-spacing:.12em;font-weight:800;color:var(--green)}.product-info-v3 h3{font-family:Manrope,sans-serif;font-size:17px;margin:4px 0}.product-info-v3 p{font-size:11px;color:var(--muted);white-space:nowrap;margin:22px 0 0}.mobile-shop-all{display:none}.feature-v3{display:grid;grid-template-columns:1.1fr .9fr;min-height:700px;background:var(--deep);color:#fff}.feature-image{min-height:700px;background:#dcd9cf;color:#747a74}.feature-copy{align-self:center;padding:70px 9vw 70px 8vw}.feature-copy .eyebrow{color:#abc2b0}.feature-copy h2{font-family:Manrope,sans-serif;font-size:clamp(55px,6.5vw,88px);line-height:.88;letter-spacing:-.075em;margin:0}.feature-copy p{font-size:18px;color:rgba(255,255,255,.65);max-width:480px;margin:32px 0}.feature-copy .button.light{color:var(--deep)}.promise-v3 h2{margin-bottom:65px}.promise-v3-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.promise-item{padding:36px 34px 40px;border-right:1px solid var(--line)}.promise-item:last-child{border-right:0}.promise-item>b{font-size:9px;color:var(--green)}.promise-item h3{font-family:Manrope,sans-serif;font-size:22px;margin:50px 0 9px;letter-spacing:-.03em}.promise-item p{font-size:13px;color:var(--muted);max-width:320px}.newsletter-v3{background:var(--cream);padding:90px 0}.newsletter-v3-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.newsletter-v3 form{display:flex;gap:8px}.newsletter-v3 input{flex:1;border:1px solid #cfd5cf;border-radius:12px;background:#fff;padding:0 16px;min-height:52px;outline:none}.mobile-bottom-cta{display:none}.footer{background:#0f1711;color:#fff;padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px;padding-bottom:65px}.footer-brand{display:inline-block;font-size:38px}.footer p{font-size:13px;color:rgba(255,255,255,.7);max-width:340px}.footer .muted{color:rgba(255,255,255,.42)}.footer h3{font-size:9px;letter-spacing:.13em;text-transform:uppercase;margin:4px 0 20px}.footer-grid>div:not(.footer-brand-col) a{display:block;color:rgba(255,255,255,.63);font-size:12px;margin-bottom:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.4);font-size:9px}.page-shell{min-height:65vh;padding:100px 0}.page-shell h1{font-family:Manrope,sans-serif;font-size:clamp(52px,7vw,90px);line-height:.9;letter-spacing:-.07em;margin:0 0 35px}.prose{font-size:17px;color:#4e5952}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.reveal:nth-child(2){transition-delay:.08s}.reveal:nth-child(3){transition-delay:.16s}@keyframes ticker{to{transform:translateX(-50%)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes bob{50%{transform:translateY(4px)}}
@media(max-width:1000px){.container,.header-inner{width:calc(100% - 40px)}.desktop-nav,.desktop-only{display:none}.header-inner{grid-template-columns:1fr auto}.menu-button{display:block}.hero-v3{display:flex;flex-direction:column;min-height:auto}.hero-media{order:1;min-height:66vw}.hero-photo{min-height:66vw}.hero-v3-copy{order:2;padding:60px 0 80px}.hero-v3 h1{font-size:68px}.hero-scroll{display:none}.statement-v3-grid{gap:55px}.product-scroll{grid-template-columns:repeat(2,1fr)}.feature-v3{min-height:0}.feature-image{min-height:500px}.feature-copy{padding:80px 6vw}.newsletter-v3-inner{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}}
@media(max-width:650px){.container,.header-inner{width:calc(100% - 30px)}.announce{height:31px;font-size:7px}.header{height:66px}.header.scrolled{height:62px}.brand{font-size:25px}.actions{gap:13px}.cart-link{padding:8px 11px}.hero-media,.hero-photo{min-height:112vw}.hero-v3-copy{padding:48px 0 68px}.hero-v3 h1{font-size:54px}.hero-v3 p{font-size:16px;margin:24px 0}.hero-v3-actions{display:block}.hero-v3-actions .button{width:100%}.text-link{display:inline-block;margin-top:20px;margin-left:3px}.ticker-track{gap:20px;padding:12px 0;font-size:7px}.section{padding:76px 0}.statement-v3-grid{grid-template-columns:1fr;gap:32px}.statement-v3 h2,.section-head h2,.promise-v3> .container>h2,.newsletter-v3 h2{font-size:43px}.statement-v3 p{font-size:16px}.section-head{display:block;margin-bottom:28px}.desktop-link{display:none}.format-stack{grid-template-columns:1fr;gap:13px}.format-photo{height:72vw;max-height:390px}.format-v3-copy{padding:21px 20px 23px}.format-v3-copy h3{font-size:26px}.product-scroll{display:flex;overflow-x:auto;gap:13px;padding:3px 0 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-right:-15px;padding-right:15px}.product-card-v3{min-width:76vw;scroll-snap-align:start}.product-photo-v3{border-radius:16px}.product-info-v3{padding-top:11px}.product-info-v3 p{margin-top:18px}.mobile-shop-all{display:flex;width:100%;margin-top:10px}.feature-v3{display:flex;flex-direction:column}.feature-image{min-height:94vw;order:1}.feature-copy{order:2;padding:68px 30px 74px}.feature-copy h2{font-size:55px}.feature-copy p{font-size:16px;margin:25px 0}.promise-v3 h2{margin-bottom:40px}.promise-v3-grid{display:block}.promise-item{padding:28px 0 30px;border-right:0;border-bottom:1px solid var(--line)}.promise-item h3{margin:30px 0 8px}.newsletter-v3{padding:70px 0 90px}.newsletter-v3 form{display:block}.newsletter-v3 input{width:100%;margin-bottom:8px}.newsletter-v3 .button{width:100%}.mobile-bottom-cta{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:120}.mobile-bottom-cta a{height:50px;border-radius:14px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:11px;font-weight:800;box-shadow:0 12px 35px rgba(10,35,18,.25)}.footer{padding-bottom:90px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-col{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:7px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* =========================================================
   TAGE AU — FOOTER
   ========================================================= */

.tage-au-footer{
  background:#102b1b;
  color:#f2f0e8;
  padding:80px 0 28px;
  margin-top:0;
}

.tage-au-footer .container{
  width:min(1320px,calc(100% - 48px));
  margin:0 auto;
}

.tage-footer-top{
  display:grid;
  grid-template-columns:1.7fr repeat(4,1fr);
  gap:48px;
  padding-bottom:64px;
}

.tage-footer-brand{
  padding-right:30px;
}

.tage-footer-logo{
  display:inline-block;
  color:#f2f0e8;
  text-decoration:none;
  font-size:30px;
  font-weight:800;
  letter-spacing:-.06em;
  line-height:1;
  margin-bottom:22px;
}

.tage-footer-brand p{
  margin:0;
  color:rgba(242,240,232,.65);
  font-size:15px;
  line-height:1.6;
}

.tage-footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.tage-footer-column h3{
  margin:0 0 20px;
  color:#f2f0e8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tage-footer-column a{
  display:block;
  margin:0 0 11px;
  color:rgba(242,240,232,.68);
  text-decoration:none;
  font-size:14px;
  line-height:1.5;
  transition:color .2s ease,transform .2s ease;
}

.tage-footer-column a:hover{
  color:#fff;
  transform:translateX(3px);
}


/* WHOLESALE CTA */

.tage-footer-business{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:28px 0;
  border-top:1px solid rgba(242,240,232,.14);
  border-bottom:1px solid rgba(242,240,232,.14);
}

.tage-footer-business-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.tage-footer-business-copy strong{
  color:#f2f0e8;
  font-size:16px;
  font-weight:700;
}

.tage-footer-business-copy span{
  color:rgba(242,240,232,.58);
  font-size:13px;
}

.tage-footer-business>a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f2f0e8;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

.tage-footer-business>a span{
  transition:transform .2s ease;
}

.tage-footer-business>a:hover span{
  transform:translateX(5px);
}


/* TRUST / PAYMENTS */

.tage-footer-trust{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:28px 0;
  border-bottom:1px solid rgba(242,240,232,.14);
}

.tage-footer-trust-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.tage-footer-trust-copy strong{
  color:#f2f0e8;
  font-size:14px;
}

.tage-footer-trust-copy span{
  color:rgba(242,240,232,.55);
  font-size:12px;
}

.tage-payment-methods{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}

.tage-payment-methods span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 10px;
  border:1px solid rgba(242,240,232,.18);
  border-radius:4px;
  color:rgba(242,240,232,.75);
  font-size:9px;
  font-weight:700;
  letter-spacing:.04em;
}


/* SOCIAL + COMPANY */

.tage-footer-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding:34px 0;
}

.tage-footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
}

.tage-footer-social a{
  color:rgba(242,240,232,.65);
  text-decoration:none;
  font-size:13px;
  transition:color .2s ease;
}

.tage-footer-social a:hover{
  color:#fff;
}

.tage-footer-company{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
  text-align:right;
}

.tage-footer-company strong{
  color:#f2f0e8;
  font-size:13px;
  letter-spacing:.08em;
}

.tage-footer-company span{
  color:rgba(242,240,232,.48);
  font-size:11px;
  line-height:1.45;
}


/* LEGAL */

.tage-footer-legal{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid rgba(242,240,232,.12);
  color:rgba(242,240,232,.4);
  font-size:11px;
}

.tage-footer-legal>div{
  display:flex;
  gap:20px;
}

.tage-footer-legal a{
  color:rgba(242,240,232,.48);
  text-decoration:none;
}

.tage-footer-legal a:hover{
  color:#fff;
}


/* TABLET */

@media(max-width:1000px){

  .tage-footer-top{
    grid-template-columns:1.5fr repeat(2,1fr);
    gap:42px 30px;
  }

  .tage-footer-brand{
    grid-column:1/-1;
    padding-right:0;
  }

}


/* MOBILE */

@media(max-width:650px){

  .tage-au-footer{
    padding:58px 0 24px;
  }

  .tage-au-footer .container{
    width:min(100% - 32px,1320px);
  }

  .tage-footer-top{
    grid-template-columns:repeat(2,1fr);
    gap:38px 24px;
    padding-bottom:42px;
  }

  .tage-footer-brand{
    grid-column:1/-1;
    padding-bottom:8px;
  }

  .tage-footer-logo{
    font-size:27px;
  }

  .tage-footer-column h3{
    margin-bottom:15px;
  }

  .tage-footer-column a{
    font-size:13px;
    margin-bottom:9px;
  }

  .tage-footer-business{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
    padding:25px 0;
  }

  .tage-footer-business>a{
    font-size:13px;
  }

  .tage-footer-trust{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
    padding:25px 0;
  }

  .tage-payment-methods{
    width:100%;
  }

  .tage-payment-methods span{
    flex:0 0 auto;
  }

  .tage-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:28px;
    padding:28px 0;
  }

  .tage-footer-social{
    gap:18px;
  }

  .tage-footer-company{
    align-items:flex-start;
    text-align:left;
  }

  .tage-footer-legal{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }

  .tage-footer-legal>div{
    gap:16px;
    flex-wrap:wrap;
  }

}


/* ACCESSIBILITY */

@media(prefers-reduced-motion:reduce){

  .tage-footer-column a,
  .tage-footer-business>a span{
    transition:none;
  }

}

/* =========================================================
   TAGE AU — HEADER / NAVIGATION POLISH
   Added as overrides so the existing site CSS stays intact.
   ========================================================= */

.header-inner{
  min-width:0;
}

.brand{
  white-space:nowrap;
}

.desktop-nav{
  min-width:0;
}

.desktop-nav .primary-menu{
  align-items:center;
  white-space:nowrap;
}

.primary-menu a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
}

.primary-menu a[aria-current="page"],
.primary-menu .current-menu-item>a,
.primary-menu .current_page_item>a,
.primary-menu .current-menu-ancestor>a,
.primary-menu .current_page_ancestor>a{
  color:var(--green);
}

.primary-menu a[aria-current="page"]:after,
.primary-menu .current-menu-item>a:after,
.primary-menu .current_page_item>a:after,
.primary-menu .current-menu-ancestor>a:after,
.primary-menu .current_page_ancestor>a:after{
  right:0;
}

.actions{
  min-width:0;
}

.icon-action,
.cart-link,
.menu-button{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.icon-action{
  white-space:nowrap;
}

.cart-link{
  gap:6px;
  white-space:nowrap;
}

.cart-link [data-cart-count]{
  min-width:18px;
  height:18px;
  padding:0 5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:9px;
  line-height:1;
  font-weight:800;
}

.menu-button{
  padding:0 2px;
  cursor:pointer;
}

.mobile-menu{
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

.mobile-menu .primary-menu a{
  min-height:48px;
  align-items:center;
}

.mobile-links a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
}

.mobile-menu-head button{
  min-width:48px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  cursor:pointer;
}

.search-panel{
  top:calc(34px + 84px + 12px);
}

.header.scrolled + .search-panel{
  top:calc(34px + 68px + 12px);
}

/* Keep the header usable on narrower desktop/tablet widths. */
@media(max-width:1100px) and (min-width:1001px){
  .header-inner{
    width:calc(100% - 40px);
  }

  .primary-menu{
    gap:18px;
    font-size:11px;
  }

  .actions{
    gap:11px;
  }
}

/* Mobile header: keep the brand and actions comfortably tappable. */
@media(max-width:1000px){
  .header-inner{
    grid-template-columns:1fr auto;
  }

  .actions{
    gap:9px;
  }

  .menu-button{
    min-width:48px;
  }

  .search-panel{
    top:calc(31px + 66px + 10px);
  }
}

@media(max-width:650px){
  .header-inner{
    width:calc(100% - 24px);
  }

  .actions{
    gap:5px;
  }

  .icon-action,
  .cart-link,
  .menu-button{
    min-height:44px;
  }

  .cart-link{
    padding:7px 10px;
  }

  .menu-button{
    min-width:48px;
  }

  .search-panel{
    top:calc(31px + 66px + 8px);
    width:calc(100% - 20px);
    padding:10px;
    border-radius:13px;
  }

  .search-panel form{
    gap:7px;
  }

  .search-panel input{
    min-width:0;
    min-height:46px;
    padding:11px 12px;
  }

  .search-panel button{
    min-height:46px;
    padding:0 15px;
  }

  .mobile-menu{
    padding:20px 20px 28px;
  }

  .mobile-menu-head{
    margin-bottom:34px;
  }

  .mobile-menu .primary-menu{
    gap:8px;
    font-size:29px;
  }

  .mobile-links{
    gap:12px;
    margin-top:34px;
    padding-top:18px;
  }

  .mobile-links a{
    padding:0 4px;
  }
}

@media(max-width:360px){
  .brand{
    font-size:23px;
  }

  .actions{
    gap:3px;
  }

  .cart-link{
    padding:7px 8px;
  }

  .cart-link [data-cart-count]{
    min-width:17px;
    height:17px;
    padding:0 4px;
  }

  .search-panel form{
    display:grid;
    grid-template-columns:1fr;
  }

  .search-panel button{
    width:100%;
  }
}

/* =========================================================
   TAGE AU — HEADER SEARCH DROPDOWN
   ========================================================= */
.search-panel form[data-tage-header-search]{
    position:relative;
}

.tage-header-search-results{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:300;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 18px 50px rgba(21,32,25,.13);
}

.tage-header-search-results[hidden]{
    display:none !important;
}

.tage-header-search-result{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    border-bottom:1px solid var(--line);
    color:#152019 !important;
    text-decoration:none;
}

.tage-header-search-result:hover,
.tage-header-search-result:focus{
    background:#f2f0e8;
}

.tage-header-search-result-image{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#e7e5dc;
}

.tage-header-search-result-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.tage-header-search-no-image{
    background:#e7e5dc;
}

.tage-header-search-result-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:3px;
}

.tage-header-search-result-copy strong{
    font-size:13px;
    line-height:1.2;
    font-weight:700;
}

.tage-header-search-result-copy small{
    font-size:9px;
    line-height:1.2;
    color:#68736b;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.tage-header-search-empty{
    padding:15px;
    color:#68736b;
    font-size:12px;
}

.tage-header-search-view-all{
    display:block;
    padding:12px 14px;
    color:#152019 !important;
    font-size:11px;
    font-weight:700;
    text-decoration:none;
    background:#f2f0e8;
}

.tage-header-search-view-all:hover{
    background:#e7e5dc;
}

@media(max-width:700px){
    .tage-header-search-results{
        max-height:55vh;
        overflow:auto;
    }

    .tage-header-search-result{
        min-height:68px;
    }
}


/* =========================================================
   HEADER SEARCH — FINAL ISOLATED FIX
   ========================================================= */

body .tage-au-header-search{
    position:fixed !important;
    top:118px !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:min(700px,calc(100% - 30px)) !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    padding:14px !important;
    margin:0 !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:16px !important;
    box-shadow:0 20px 60px rgba(0,0,0,.13) !important;
    z-index:150 !important;
    overflow:visible !important;
}

body .tage-au-header-search[hidden]{
    display:none !important;
}

body .tage-au-header-search .tage-au-header-search-inner{
    width:100% !important;
    margin:0 !important;
    position:relative !important;
}

body .tage-au-header-search .tage-au-header-search-box{
    position:relative !important;
    width:100% !important;
    margin:0 !important;
}

body .tage-au-header-search .tage-au-header-search-form{
    position:relative !important;
    display:block !important;
    width:100% !important;
    margin:0 !important;
}

body .tage-au-header-search .tage-shop-search-input{
    display:block !important;
    width:100% !important;
    height:58px !important;
    box-sizing:border-box !important;
    padding:13px 52px 13px 16px !important;
    border:1px solid var(--line) !important;
    border-radius:10px !important;
    background:#fff !important;
    outline:none !important;
}

body .tage-au-header-search .tage-shop-search-input:focus{
    border-color:var(--green) !important;
}

body .tage-au-header-search .tage-shop-search-icon{
    position:absolute !important;
    right:16px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    pointer-events:none !important;
}

body .tage-au-header-search .tage-shop-search-results{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:66px !important;
    width:100% !important;
    max-height:380px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:10px !important;
    box-shadow:0 18px 50px rgba(20,40,25,.12) !important;
    z-index:160 !important;
}

body .tage-au-header-search .tage-shop-search-result{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    width:100% !important;
    min-height:68px !important;
    box-sizing:border-box !important;
    padding:9px 12px !important;
    background:#fff !important;
    border-bottom:1px solid var(--line) !important;
    text-decoration:none !important;
    color:var(--ink) !important;
}

body .tage-au-header-search .tage-shop-search-result:last-child{
    border-bottom:0 !important;
}

body .tage-au-header-search .tage-shop-search-result-image{
    position:relative !important;
    flex:0 0 50px !important;
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    max-width:50px !important;
    overflow:hidden !important;
}

body .tage-au-header-search .tage-shop-search-result-image img{
    display:block !important;
    position:static !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    padding:0 !important;
    margin:0 !important;
}

body .tage-au-header-search .tage-shop-search-result-name{
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:600 !important;
}

body .tage-au-header-search .tage-shop-search-result-meta{
    margin-top:3px !important;
    font-size:9px !important;
    line-height:1.2 !important;
    color:#68736b !important;
}

body .tage-au-header-search .tage-shop-search-loading{
    padding:16px !important;
    font-size:12px !important;
    color:#68736b !important;
}

@media(max-width:650px){
    body .tage-au-header-search{
        top:105px !important;
        width:calc(100% - 20px) !important;
        padding:10px !important;
        border-radius:13px !important;
    }

    body .tage-au-header-search .tage-shop-search-input{
        height:52px !important;
    }

    body .tage-au-header-search .tage-shop-search-results{
        top:60px !important;
        max-height:55vh !important;
    }
}

/* Header search icon / clear-button spacing fix */
body .tage-au-header-search .tage-shop-search-input{
    padding-right:86px !important;
}

body .tage-au-header-search .tage-shop-search-icon{
    right:46px !important;
    width:20px !important;
    text-align:center !important;
}

body .tage-au-header-search .tage-shop-search-input::-webkit-search-cancel-button{
    margin-left:10px !important;
    margin-right:8px !important;
}

@media(max-width:650px){
    body .tage-au-header-search .tage-shop-search-input{
        padding-right:82px !important;
    }

    body .tage-au-header-search .tage-shop-search-icon{
        right:43px !important;
    }
}
