:root{
  --bg:#ffffff;
  --panel:#f5f5f5;
  --panel-soft:#fafafa;
  --ink:#111111;
  --muted:#6f6f6f;
  --line:#e7e7e7;
  --line-strong:#d7d7d7;
  --black:#0f0f0f;
  --white:#ffffff;
  --highlight-yellow:#f4c63d;
  --highlight-pink:#d17da2;
  --highlight-brown:#a96d2d;
  --display-font:"Roboto Condensed","Oswald","Arial Narrow",sans-serif;
}

.purchase-summary-row--delivery-note{
  align-items:flex-start;
}
.purchase-summary-row--delivery-note strong{
  max-width:220px;
  color:rgba(255,255,255,.72);
  font-weight:500;
  line-height:1.28;
  text-align:right;
  text-transform:none;
  white-space:normal;
}
.purchase-summary-card:not(.purchase-summary-card--dark) .purchase-summary-row--delivery-note strong{
  color:var(--muted);
}
@media (max-width:560px){
  .purchase-summary-row--delivery-note{
    gap:12px;
  }
  .purchase-summary-row--delivery-note strong{
    max-width:180px;
  }
}

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

/* Product lower cards final override */
body[data-page="product"] #product-brewing .product-section-title,
body[data-page="product"] #product-storage .product-section-title{
  margin-bottom:12px;
  font-size:20px;
  letter-spacing:.04em;
}

body[data-page="product"] .guide-grid{
  max-width:1500px;
  margin:0 auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

body[data-page="product"] .guide-card,
body[data-page="product"] .storage-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid #e6dac5;
  background:linear-gradient(180deg,#fcf8ef 0%,#f5eedf 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

body[data-page="product"] .guide-card::after,
body[data-page="product"] .storage-card::after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-34px;
  width:138px;
  height:138px;
  border-radius:50%;
  background:rgba(230,219,196,.36);
  pointer-events:none;
}

body[data-page="product"] .guide-card{
  grid-template-columns:28px minmax(0,1fr);
  gap:14px;
  padding:20px 26px 22px;
  min-height:184px;
}

body[data-page="product"] .guide-card-copy{
  max-width:26rem;
}

body[data-page="product"] .guide-card-copy h3{
  margin:0 0 10px;
  font-size:18px;
}

body[data-page="product"] .guide-card-copy p{
  font-size:17px;
  line-height:1.44;
}

body[data-page="product"] .storage-grid{
  max-width:1500px;
  margin:0 auto;
  gap:20px;
}

body[data-page="product"] .storage-card{
  grid-template-columns:30px minmax(0,1fr);
  gap:18px;
  padding:24px 30px 26px;
  min-height:192px;
}

body[data-page="product"] .storage-card:first-child .storage-card-copy{
  max-width:74rem;
}

body[data-page="product"] .storage-card:nth-child(even){
  width:min(72%,1110px);
  margin:0 auto;
  min-height:164px;
}

body[data-page="product"] .storage-card-copy h3{
  margin:0 0 12px;
  font-size:20px;
}

body[data-page="product"] .storage-card-copy p{
  max-width:70rem;
  font-size:17px;
  line-height:1.48;
}

body[data-page="product"] .service-grid{
  max-width:1500px;
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}

body[data-page="product"] .service-stack{
  display:grid;
  gap:14px;
}

body[data-page="product"] .service-stack-title{
  margin:0;
  font-family:var(--display-font);
  font-size:32px;
  line-height:.95;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
}

body[data-page="product"] .service-card{
  position:relative;
  overflow:hidden;
  border:none;
  border-radius:24px;
  background:#f1f1f4;
  box-shadow:none;
  min-height:180px;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  padding:24px 26px;
}

body[data-page="product"] .service-card::after{
  display:none;
}

body[data-page="product"] .service-card-icon{
  width:48px;
  height:48px;
  position:relative;
  z-index:1;
}

body[data-page="product"] .service-card-icon svg{
  width:34px;
  height:34px;
}

body[data-page="product"] .service-card-copy p{
  max-width:34rem;
  font-size:17px;
  line-height:1.48;
  position:relative;
  z-index:1;
}

@media (max-width: 1180px){
  body[data-page="product"] .guide-grid,
  body[data-page="product"] .service-grid{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .storage-card:nth-child(even){
    width:100%;
  }
}

@media (max-width: 760px){
  body[data-page="product"] #product-brewing .product-section-title,
  body[data-page="product"] #product-storage .product-section-title{
    font-size:18px;
  }

  body[data-page="product"] .guide-card,
  body[data-page="product"] .storage-card,
  body[data-page="product"] .service-card{
    grid-template-columns:1fr;
    padding:18px;
    min-height:0;
  }

  body[data-page="product"] .guide-card-copy,
  body[data-page="product"] .storage-card:first-child .storage-card-copy,
  body[data-page="product"] .service-card-copy{
    max-width:none;
  }

  body[data-page="product"] .guide-card-copy h3,
  body[data-page="product"] .storage-card-copy h3{
    font-size:17px;
  }

  body[data-page="product"] .guide-card-copy p,
  body[data-page="product"] .storage-card-copy p,
  body[data-page="product"] .service-card-copy p{
    font-size:15px;
    line-height:1.5;
  }

  body[data-page="product"] .service-stack-title{
    font-size:24px;
  }
}
/* Product lower cards terminal override */
body[data-page="product"] #product-brewing .product-section-title,
body[data-page="product"] #product-storage .product-section-title{
  margin-bottom:12px;
  font-size:20px;
  letter-spacing:.04em;
}

body[data-page="product"] .guide-grid{
  max-width:1500px;
  margin:0 auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

body[data-page="product"] .guide-card,
body[data-page="product"] .storage-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid #e6dac5;
  background:linear-gradient(180deg,#fcf8ef 0%,#f5eedf 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

body[data-page="product"] .guide-card::after,
body[data-page="product"] .storage-card::after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-34px;
  width:138px;
  height:138px;
  border-radius:50%;
  background:rgba(230,219,196,.36);
  pointer-events:none;
}

body[data-page="product"] .guide-card{
  grid-template-columns:28px minmax(0,1fr);
  gap:16px;
  padding:20px 26px 22px;
  min-height:184px;
}

body[data-page="product"] .guide-card-copy{
  max-width:26rem;
}

body[data-page="product"] .guide-card-copy h3{
  margin:0 0 10px;
  font-size:18px;
}

body[data-page="product"] .guide-card-copy p{
  font-size:17px;
  line-height:1.44;
}

body[data-page="product"] .storage-grid{
  max-width:1500px;
  margin:0 auto;
  gap:20px;
}

body[data-page="product"] .storage-card{
  grid-template-columns:30px minmax(0,1fr);
  gap:18px;
  padding:24px 30px 26px;
  min-height:192px;
}

body[data-page="product"] .storage-card:first-child .storage-card-copy{
  max-width:74rem;
}

body[data-page="product"] .storage-card:nth-child(even){
  width:min(72%,1110px);
  margin:0 auto;
  min-height:164px;
}

body[data-page="product"] .storage-card-copy h3{
  margin:0 0 12px;
  font-size:20px;
}

body[data-page="product"] .storage-card-copy p{
  max-width:70rem;
  font-size:17px;
  line-height:1.48;
}

body[data-page="product"] .service-grid{
  max-width:1500px;
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}

body[data-page="product"] .service-stack{
  display:grid;
  gap:16px;
}

body[data-page="product"] .service-stack-title{
  margin:0;
  font-family:var(--display-font);
  font-size:32px;
  line-height:.95;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
}

body[data-page="product"] .service-card{
  position:relative;
  overflow:hidden;
  border:none;
  border-radius:24px;
  background:#f1f1f4;
  box-shadow:none;
  min-height:180px;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  padding:24px 26px;
}

body[data-page="product"] .service-card::after{
  display:none;
}

body[data-page="product"] .service-card-icon{
  width:48px;
  height:48px;
  position:relative;
  z-index:1;
}

body[data-page="product"] .service-card-icon svg{
  width:34px;
  height:34px;
}

body[data-page="product"] .service-card-copy p{
  max-width:34rem;
  font-size:17px;
  line-height:1.48;
  position:relative;
  z-index:1;
}

@media (max-width: 1180px){
  body[data-page="product"] .guide-grid,
  body[data-page="product"] .service-grid{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .storage-card:nth-child(even){
    width:100%;
  }
}

@media (max-width: 760px){
  body[data-page="product"] #product-brewing .product-section-title,
  body[data-page="product"] #product-storage .product-section-title{
    font-size:18px;
  }

  body[data-page="product"] .guide-card,
  body[data-page="product"] .storage-card,
  body[data-page="product"] .service-card{
    grid-template-columns:1fr;
    padding:18px;
    min-height:0;
  }

  body[data-page="product"] .guide-card-copy,
  body[data-page="product"] .storage-card:first-child .storage-card-copy,
  body[data-page="product"] .service-card-copy{
    max-width:none;
  }

  body[data-page="product"] .guide-card-copy h3,
  body[data-page="product"] .storage-card-copy h3{
    font-size:17px;
  }

  body[data-page="product"] .guide-card-copy p,
  body[data-page="product"] .storage-card-copy p,
  body[data-page="product"] .service-card-copy p{
    font-size:15px;
    line-height:1.5;
  }

  body[data-page="product"] .service-stack-title{
    font-size:24px;
  }
}

/* Product lower cards match */
body[data-page="product"] #product-brewing .product-section-title,
body[data-page="product"] #product-storage .product-section-title{
  margin-bottom:12px;
  font-size:20px;
  letter-spacing:.04em;
}

body[data-page="product"] .guide-grid{
  max-width:1500px;
  gap:18px;
}

body[data-page="product"] .guide-card,
body[data-page="product"] .storage-card{
  border-radius:28px;
  border:1px solid #e6dac5;
  background:linear-gradient(180deg,#fcf8ef 0%,#f5eedf 100%);
}

body[data-page="product"] .guide-card::after,
body[data-page="product"] .storage-card::after{
  right:-28px;
  bottom:-34px;
  width:138px;
  height:138px;
  background:rgba(230,219,196,.36);
}

body[data-page="product"] .guide-card{
  grid-template-columns:28px minmax(0,1fr);
  gap:16px;
  padding:20px 26px 22px;
  min-height:184px;
}

body[data-page="product"] .guide-card-copy{
  max-width:26rem;
}

body[data-page="product"] .guide-card-copy h3{
  margin-bottom:10px;
  font-size:18px;
}

body[data-page="product"] .guide-card-copy p{
  font-size:17px;
  line-height:1.44;
}

body[data-page="product"] .storage-grid{
  max-width:1500px;
  gap:20px;
}

body[data-page="product"] .storage-card{
  grid-template-columns:30px minmax(0,1fr);
  gap:18px;
  padding:24px 30px 26px;
  min-height:192px;
}

body[data-page="product"] .storage-card:first-child .storage-card-copy{
  max-width:74rem;
}

body[data-page="product"] .storage-card:nth-child(even){
  width:min(72%,1110px);
  min-height:164px;
}

body[data-page="product"] .storage-card-copy h3{
  margin-bottom:12px;
  font-size:20px;
}

body[data-page="product"] .storage-card-copy p{
  max-width:70rem;
  font-size:17px;
  line-height:1.48;
}

body[data-page="product"] .service-grid{
  max-width:1500px;
  gap:28px;
}

body[data-page="product"] .service-stack{
  gap:16px;
}

body[data-page="product"] .service-stack-title{
  font-size:32px;
  letter-spacing:.02em;
}

body[data-page="product"] .service-card{
  border:none;
  border-radius:24px;
  background:#f1f1f4;
  box-shadow:none;
  min-height:180px;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  padding:24px 26px;
}

body[data-page="product"] .service-card::after{
  display:none;
}

body[data-page="product"] .service-card-icon{
  width:48px;
  height:48px;
}

body[data-page="product"] .service-card-icon svg{
  width:34px;
  height:34px;
}

body[data-page="product"] .service-card-copy p{
  max-width:34rem;
  font-size:17px;
  line-height:1.48;
}

@media (max-width: 1180px){
  body[data-page="product"] .guide-grid,
  body[data-page="product"] .service-grid{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .storage-card:nth-child(even){
    width:100%;
  }
}

@media (max-width: 760px){
  body[data-page="product"] #product-brewing .product-section-title,
  body[data-page="product"] #product-storage .product-section-title{
    font-size:18px;
  }

  body[data-page="product"] .guide-card,
  body[data-page="product"] .storage-card,
  body[data-page="product"] .service-card{
    grid-template-columns:1fr;
    padding:18px;
    min-height:0;
  }

  body[data-page="product"] .guide-card-copy,
  body[data-page="product"] .storage-card:first-child .storage-card-copy,
  body[data-page="product"] .service-card-copy{
    max-width:none;
  }

  body[data-page="product"] .guide-card-copy h3,
  body[data-page="product"] .storage-card-copy h3{
    font-size:17px;
  }

  body[data-page="product"] .guide-card-copy p,
  body[data-page="product"] .storage-card-copy p,
  body[data-page="product"] .service-card-copy p{
    font-size:15px;
    line-height:1.5;
  }

  body[data-page="product"] .service-stack-title{
    font-size:24px;
  }
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:"Inter","Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}

.brand-mark,
.brand-title,
.site-nav a,
.cart-link,
.hero-kicker,
.section-kicker,
.hero-copy-home h1,
.catalog-panel h1,
.story-card h2,
.page-top h1,
.success-card h1,
.empty-state h1,
.empty-state h2,
.product-section-title,
.cart-items-head h2,
.checkout-form h2,
.btn,
.text-link,
.hero-metric span,
.catalog-stat span,
.mini-panel span,
.spec-card span,
.status-card span,
.status-card strong,
.story-points strong,
.section-head h2,
.filter-chip,
.option-pill,
.product-overline,
.product-badge,
.product-title,
.product-price-row strong,
.gallery-thumb-label,
.product-chip-black,
.product-kicker-lite,
.product-title-display,
.product-subtitle-line,
.profile-meter span,
.option-tab,
.product-price-large,
.qty-control span,
.spec-card strong,
.cart-item-title,
.cart-item-subtotal,
.cart-remove,
.summary-block h3,
.summary-total,
.footer-brand-mark,
.footer-title,
.footer-socials span{
  font-family:var(--display-font);
}

a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}

.site-shell{min-height:100vh;display:flex;flex-direction:column}
.site-header-stack{
  position:sticky;
  top:0;
  z-index:60;
}
.site-top-notice{
  width:100%;
  background:#f3f0ea;
  border-bottom:1px solid #e4ddd0;
}
.site-top-notice[hidden]{display:none !important}
.site-top-notice-inner{
  position:relative;
  width:min(1340px,calc(100% - 40px));
  margin:0 auto;
  padding:12px 44px 12px 0;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.site-top-notice-body{
  width:100%;
  color:#29241d;
  font-size:14px;
  line-height:1.45;
  font-weight:300;
  text-align:center;
}
.site-top-notice-body p{margin:0}
.site-top-notice-body a{
  color:#b98a1f;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  text-decoration-color:rgba(185,138,31,.55);
  font-weight:500;
}
.site-top-notice-body a:hover{
  color:#8a6414;
  text-decoration-color:currentColor;
}
.site-top-notice-close{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#4b4438;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  transition:background-color .2s ease,color .2s ease;
}
.site-top-notice-close:hover{
  background:rgba(17,17,17,.06);
  color:#111111;
}
.site-header{
  --site-header-bg:#ffffff;
  --site-header-border:1px solid var(--line);
  --site-header-shadow:0 1px 0 rgba(17,17,17,.03);
  position:relative;
  top:auto;
  z-index:1;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  width:min(1340px,calc(100% - 40px));
  margin:0 auto;
  padding:16px 0 14px;
  background:var(--site-header-bg);
  border-bottom:none;
  box-shadow:none;
  isolation:isolate;
}
.site-header::before{
  content:"";
  position:absolute;
  inset:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:var(--site-header-bg);
  border-bottom:var(--site-header-border);
  box-shadow:var(--site-header-shadow);
  pointer-events:none;
  z-index:-1;
}
.brand-wrap{display:block;min-width:0}
.brand-mark{
  width:66px;height:54px;border:2px solid var(--ink);border-radius:16px;
  display:grid;place-items:center;
  font-size:24px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  flex:none;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:3px;
  min-width:0;
}
.brand-title{
  display:block;
  margin:0;
  font-size:54px;line-height:.84;font-weight:800;letter-spacing:.01em;text-transform:uppercase;
}
.brand-sub{
  display:block;
  margin:-2px 0 0;
  padding:0;
  font-family:'Inter',sans-serif;
  font-size:18px;line-height:1;font-weight:400;
  color:var(--ink);
  text-transform:none;
  letter-spacing:0;
  white-space:nowrap;
  text-align:left;
  align-self:flex-start;
}

.site-nav{
  display:flex;align-items:center;justify-content:center;gap:28px;flex:1 1 auto;min-width:0;
}
.site-nav a{
  font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;
  padding:8px 0;
  border-bottom:2px solid transparent;
}
.site-nav a.is-active{border-color:var(--ink)}

.header-actions{display:flex;align-items:center;gap:14px;flex:none}
.header-search-toggle{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  transition:border-color .18s ease,background-color .18s ease,transform .18s ease;
}
.header-search-toggle:hover{
  border-color:var(--ink);
  background:#f7f4ee;
}
.header-search-toggle:active{transform:translateY(1px)}
.header-search-toggle-icon{width:23px;height:23px;display:block}
.site-header-search{
  position:absolute;
  top:calc(100% + 10px);
  right:20px;
  z-index:90;
  width:min(760px,calc(100vw - 40px));
}
.site-header-search[hidden]{display:none !important}
.site-header-search-form{
  display:block;
}
.site-header-search-field{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 36px auto;
  align-items:center;
  gap:12px;
  padding:10px 12px 10px 16px;
  border:1px solid rgba(17,17,17,.12);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 18px 48px rgba(17,17,17,.16);
  backdrop-filter:blur(14px);
}
.site-header-search-icon{
  width:23px;
  height:23px;
  color:var(--ink);
}
.site-header-search-field input{
  width:100%;
  min-width:0;
  padding:8px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--ink);
  font-size:18px;
  font-weight:400;
  line-height:1.2;
}
.site-header-search-field input::placeholder{
  color:#8f8b83;
  font-weight:300;
}
.site-header-search-close{
  position:relative;
  width:34px;
  height:34px;
  border:0;
  padding:0;
  border-radius:50%;
  background:transparent;
  color:#4c4840;
  cursor:pointer;
  font-size:0;
  line-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background-color .18s ease,color .18s ease;
}
.site-header-search-close::before,
.site-header-search-close::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:16px;
  height:2.2px;
  border-radius:999px;
  background:currentColor;
  transform-origin:center;
}
.site-header-search-close::before{
  transform:translate(-50%,-50%) rotate(45deg);
}
.site-header-search-close::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}
.site-header-search-close:hover{
  background:#f0ece5;
  color:var(--ink);
}
.site-header-search-scope{
  min-height:34px;
  padding:0 4px 0 14px;
  border-left:1px solid var(--line);
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  color:#3e3a33;
  font-size:16px;
  font-weight:500;
}
.site-header-search-suggestions{
  z-index:95;
  max-height:min(430px,calc(100vh - 220px));
  overflow:auto;
}
.header-icon-link{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid var(--line);
  color:var(--ink);
  background:#fff;
}
.header-icon-svg{width:22px;height:22px;display:block}
.cart-link{
  display:inline-flex;align-items:center;gap:12px;
  padding:10px 18px;
  border-radius:999px;
  background:var(--black);color:var(--white);
  font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;
}
.cart-badge{
  min-width:30px;height:30px;padding:0 9px;border-radius:999px;
  display:grid;place-items:center;
  background:var(--highlight-yellow);color:var(--black);
  font-size:15px;font-weight:800;font-family:"Inter","Segoe UI",sans-serif;
}

.cart-hover{
  position:relative;
  display:flex;
  align-items:center;
}
.cart-hover-panel{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  width:min(420px,calc(100vw - 40px));
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  pointer-events:none;
  z-index:80;
}
.cart-hover.is-open .cart-hover-panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.cart-hover-panel-card{
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 48px rgba(15,15,15,.12);
  padding:18px 20px 20px;
}
.cart-hover-panel-content{
  display:grid;
  gap:16px;
}
.cart-hover-state{
  display:grid;
  gap:16px;
}
.cart-hover-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.cart-hover-head span,
.cart-hover-head b{
  font-family:var(--display-font);
  text-transform:uppercase;
  letter-spacing:.04em;
}
.cart-hover-head span{
  font-size:16px;
  color:var(--muted);
}
.cart-hover-head b{
  font-size:16px;
  color:var(--ink);
}
.cart-hover-lines{
  display:grid;
  gap:8px;
}
.cart-hover-line{
  grid-template-columns:92px minmax(0,1fr);
  gap:12px;
  padding:12px 0;
}
.cart-hover-line .cart-line-pack{
  min-height:116px;
}
.cart-hover-line .cart-line-pack-title{
  font-size:18px;
}
.cart-hover-line .cart-line-title{
  max-width:20ch;
}
.cart-hover-line .cart-line-top{
  align-items:center;
}
.cart-hover-item{
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.cart-hover-item:last-child{border-bottom:none;}
.cart-hover-item-top{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:14px;
  margin-bottom:12px;
  align-items:start;
}
.cart-hover-item-thumb{
  width:80px;height:80px;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:12px;
  overflow:hidden;
  background:var(--panel);
  flex-shrink:0;
}
.cart-hover-item-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
}
.cart-hover-item-thumb-fallback{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  color:var(--ink);
  font-family:var(--display-font);
  font-size:18px;
  letter-spacing:.08em;
  opacity:0;
  z-index:0;
}
.cart-hover-item-thumb.is-broken .cart-hover-item-img{
  display:none;
}
.cart-hover-item-thumb.is-broken .cart-hover-item-thumb-fallback{
  opacity:1;
}
.cart-hover-item-top .cart-line-pack{
  width:80px;
  min-height:80px;
  border-radius:12px;
  font-size:10px;
  flex-shrink:0;
}
.cart-hover-item-top .cart-line-pack-title{font-size:13px;}
.cart-hover-item-info{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
  padding-top:4px;
}
.cart-hover-item-title{
  font-family:var(--display-font);
  font-size:20px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.cart-hover-item-weight{
  display:inline-flex;
  align-items:center;
  background:var(--panel);
  border-radius:8px;
  padding:4px 11px;
  font-size:13px;
  font-weight:600;
  align-self:flex-start;
  line-height:1.2;
}
.cart-hover-item-btm{
  display:flex;
  align-items:center;
  gap:10px;
}
.cart-hover-item-qty{
  display:flex;
  align-items:center;
  border:1.5px solid var(--line-strong);
  border-radius:10px;
  overflow:hidden;
  flex-shrink:0;
}
.cart-hover-qty-btn{
  width:36px;height:36px;
  background:none;border:none;
  cursor:pointer;
  font-size:18px;
  display:grid;place-items:center;
  color:var(--ink);
  transition:background .12s;
}
.cart-hover-qty-btn:hover{background:var(--panel);}
.cart-hover-qty-count{
  min-width:28px;
  text-align:center;
  font-size:15px;font-weight:600;
  border-left:1.5px solid var(--line);
  border-right:1.5px solid var(--line);
  height:36px;
  display:grid;place-items:center;
  padding:0 4px;
}
.cart-hover-item-price{
  flex:1;
  text-align:right;
  font-family:var(--display-font);
  font-size:20px;font-weight:800;
  white-space:nowrap;
}
.cart-hover-remove-btn{
  width:36px;height:36px;
  background:none;
  border:1.5px solid var(--line);
  border-radius:9px;
  cursor:pointer;
  display:grid;place-items:center;
  color:var(--muted);
  flex-shrink:0;
  transition:color .14s,border-color .14s;
}
.cart-hover-remove-btn:hover{color:#bd2237;border-color:rgba(189,34,55,.35);}
.cart-hover-more{
  margin-top:-4px;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
}
.cart-hover-footer{
  display:grid;
  gap:14px;
  padding-top:4px;
}
.cart-hover-total{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding-top:6px;
  border-top:1px solid var(--line);
}
.cart-hover-total span{
  color:var(--muted);
  font-size:14px;
  line-height:1.3;
}
.cart-hover-total strong{
  font-family:var(--display-font);
  font-size:30px;
  line-height:.9;
  text-transform:uppercase;
}
.cart-hover-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cart-hover-btn{
  min-height:46px;
  padding-inline:24px;
}
.cart-hover-btn:hover{transform:none;}
.cart-hover-btn.btn-primary:hover{
  background:var(--highlight-yellow);
  border-color:var(--highlight-yellow);
  color:var(--black);
  box-shadow:0 10px 18px rgba(244,198,61,.28);
}
.cart-hover-state-empty{
  min-height:220px;
  align-content:start;
}
.cart-hover-state-empty h3{
  margin:0;
  font-family:var(--display-font);
  font-size:34px;
  line-height:.92;
  text-transform:uppercase;
}
.cart-hover-state-empty p{
  margin:0;
  max-width:30rem;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
@media (max-width: 980px){
  .cart-hover-panel{display:none !important}
}

.site-main{
  width:min(1340px,calc(100% - 40px));
  margin:0 auto;
  padding:38px 0 84px;
}

.hero,
.story-grid,
.catalog-shell,
.cart-layout,
.checkout-layout{
  display:grid;
  gap:28px;
}

.hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);align-items:start}
.hero-home{grid-template-columns:minmax(0,1fr)}
.hero-copy,
.status-card,
.story-card,
.catalog-panel,
.product-card,
.cart-items,
.cart-summary,
.checkout-form,
.success-card,
.empty-state,
.product-showcase,
.spec-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:28px;
}
.hero-copy{padding:34px}
.hero-kicker,
.section-kicker{
  display:inline-flex;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;
  color:var(--muted);
}
.hero-copy-home h1,
.catalog-panel h1,
.story-card h2,
.page-top h1,
.success-card h1,
.empty-state h1,
.empty-state h2,
.product-section-title,
.cart-items-head h2,
.checkout-form h2{
  margin:12px 0 14px;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:72px;line-height:.92;font-weight:800;text-transform:uppercase;letter-spacing:.01em;
}
.catalog-panel h1,
.story-card h2,
.page-top h1,
.success-card h1,
.empty-state h1,
.empty-state h2,
.product-section-title,
.cart-items-head h2,
.checkout-form h2{font-size:48px}

.hero-copy p,
.story-card p,
.catalog-panel p,
.product-copy,
.page-top-note,
.summary-note,
.checkout-form-head p,
.empty-state p,
.success-card p{
  font-size:20px;line-height:1.6;color:var(--muted);margin:0;
}

.hero-actions,
.product-button-row,
.product-buybox,
.summary-actions{
  display:flex;gap:14px;flex-wrap:wrap;
}
.hero-actions{margin-top:28px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:14px 22px;
  border-radius:18px;border:1px solid var(--ink);
  cursor:pointer;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:23px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;
  transition:transform .14s ease, background .14s ease, color .14s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}
.btn.is-unavailable,.btn:disabled{background:var(--panel)!important;color:var(--muted)!important;border-color:var(--line)!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important;opacity:.7}
.btn-secondary,.btn-ghost{background:var(--white);color:var(--ink)}
.btn-large{min-height:60px;padding:16px 28px}
.text-link{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:22px;text-transform:uppercase;letter-spacing:.02em;
}

.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.hero-metric,
.catalog-stat,
.mini-panel{
  padding:18px 20px;border:1px solid var(--line);border-radius:22px;background:var(--panel-soft);
}
.hero-metric span,
.catalog-stat span,
.mini-panel span,
.detail-card span,
.spec-card span{
  display:block;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:15px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);
  margin-bottom:8px;
}
.hero-metric strong,
.catalog-stat strong,
.mini-panel strong{
  display:block;font-size:24px;font-weight:700;line-height:1.35;
}

.status-stack{display:grid;gap:16px}
.status-card{padding:24px}
.status-card span{
  display:block;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:16px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);
  margin-bottom:10px;
}
.status-card strong{
  display:block;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:42px;line-height:1.02;font-weight:700;text-transform:uppercase;
  margin-bottom:10px;
}
.status-card p{font-size:18px;line-height:1.55;color:var(--muted);margin:0 0 12px}

.story-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:40px 0}
.story-card{padding:28px}
.story-card-dark{background:var(--black);border-color:var(--black);color:var(--white)}
.story-card-dark p,.story-card-dark .story-points span,.story-card-dark .section-kicker{color:rgba(255,255,255,.7)}
.story-list{margin:20px 0 0;padding-left:22px;display:grid;gap:12px}
.story-list li{font-weight:600;font-size:18px}
.story-points{display:grid;gap:14px;margin-top:20px}
.story-points div{padding:16px 18px;border:1px solid rgba(255,255,255,.14);border-radius:18px}
.story-points strong{
  display:block;font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:30px;line-height:1;text-transform:uppercase;margin-bottom:6px;
}

.home-utility-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin:10px 0 52px;
}
.home-utility-card{
  display:grid;
  gap:18px;
  align-content:start;
  padding:24px 24px 22px;
  background:var(--panel-soft);
  border:1px solid var(--line);
  border-radius:28px;
}
.home-utility-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  color:var(--ink);
}
.home-utility-icon svg{
  width:40px;
  height:40px;
  display:block;
}
.home-utility-copy h3{
  margin:0 0 10px;
  font-family:var(--display-font);
  font-size:28px;
  line-height:.95;
  font-weight:700;
  text-transform:uppercase;
}
.home-utility-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}

.section-head,.page-top{
  display:flex;align-items:end;justify-content:space-between;gap:24px;flex-wrap:wrap;
  margin:34px 0 22px;
}
.section-head h2{
  margin:10px 0 0;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:48px;line-height:.98;font-weight:700;text-transform:uppercase;
}
.section-head-compact{margin-top:48px}
.page-top-note{max-width:580px}

.catalog-shell{grid-template-columns:minmax(0,1.18fr) minmax(320px,.58fr);margin-bottom:26px;align-items:start}
.catalog-main-column{display:grid;gap:20px;align-content:start;min-width:0}
.catalog-promo-banner{
  position:relative;
  min-height:164px;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:#161616;
  isolation:isolate;
}
.catalog-promo-banner-media{
  width:100%;
  height:164px;
  object-fit:cover;
  display:block;
}
.catalog-promo-banner-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(12,18,14,.86) 0%,rgba(12,18,14,.62) 45%,rgba(12,18,14,.18) 100%);
}
.catalog-promo-banner-content{
  position:absolute;
  inset:0;
  padding:22px 26px;
  z-index:1;
}
.catalog-promo-banner.has-action .catalog-promo-banner-content{
  padding-right:294px;
}
.catalog-promo-banner-copy{
  display:grid;
  align-content:center;
  gap:12px;
  width:100%;
  min-width:0;
  max-width:none;
  height:100%;
}
.catalog-promo-banner.has-action .catalog-promo-banner-copy{
  transform:translateY(-10px);
}
.catalog-promo-banner-topline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.catalog-promo-banner-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
  color:#f5f7f1;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.catalog-promo-banner-pill.is-accent{
  background:rgba(244,198,61,.18);
  border-color:rgba(244,198,61,.32);
  color:#ffd85f;
}
.catalog-promo-banner h2{
  margin:0;
  color:#fff;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:38px;
  line-height:.95;
  font-weight:700;
  text-transform:uppercase;
  white-space:nowrap;
}
.catalog-promo-banner p{
  margin:0;
  color:rgba(255,255,255,.82);
  max-width:54ch;
  font-size:14px;
  line-height:1.45;
}
.catalog-promo-banner-action{
  position:absolute;
  right:26px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  max-width:240px;
  border-radius:999px;
  border:1px solid rgba(255,219,113,.72);
  background:rgba(244,198,61,.92);
  color:#201608;
  text-decoration:none;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.015em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  box-shadow:0 12px 30px rgba(0,0,0,.2);
}
.catalog-promo-banner-action:hover{
  transform:translateY(calc(-50% - 1px));
  background:#ffd55c;
  border-color:#ffe28c;
  box-shadow:0 16px 34px rgba(0,0,0,.24);
}
.catalog-promo-banner-action.is-static{
  cursor:default;
  pointer-events:none;
}
.catalog-picker-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px 20px;
  border:1px solid #ececec;
  border-radius:24px;
  background:#ffffff;
}
.catalog-picker-summary-copy{
  display:grid;
  gap:8px;
  min-width:0;
}
.catalog-picker-summary-kicker{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:500;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#8f8d86;
}
.catalog-picker-summary h1{
  margin:0;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:34px;
  line-height:.95;
  font-weight:700;
  letter-spacing:.01em;
  text-transform:uppercase;
  color:#111111;
}
.catalog-picker-summary p{
  margin:0;
  color:#5f5e58;
  font-size:14px;
  line-height:1.45;
}
.catalog-picker-summary-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.catalog-picker-summary-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid #ece8dc;
  border-radius:999px;
  background:#f7f6f2;
  color:#383733;
  font-size:12px;
  font-weight:500;
}
.catalog-picker-summary-side{
  display:grid;
  gap:8px;
  justify-items:end;
  text-align:right;
}
.catalog-picker-summary-side strong{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:var(--highlight-yellow);
  color:var(--black);
  font-size:14px;
  font-weight:800;
}
.catalog-picker-summary-side a{
  color:#7a7871;
  font-size:13px;
  font-weight:500;
  text-decoration:none;
}
.catalog-picker-summary-side a:hover{
  color:#111111;
}
.catalog-panel{padding:28px}
.catalog-product-grid{margin:0}
.catalog-product-grid .product-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-width:0;
  gap:10px;
}
.catalog-product-grid .product-card-head{
  min-height:0;
}
.catalog-product-grid .product-card-heading{
  display:grid;
  align-content:start;
  gap:6px;
}
.catalog-product-grid .product-overline{
  line-height:1.08;
}
.catalog-product-grid .product-card-name{
  margin:0;
  line-height:1;
}
.catalog-product-grid .product-card-kind{
  line-height:1.08;
}
.catalog-product-grid .product-card-media-link{
  display:block;
  min-width:0;
}
.catalog-product-grid .product-card-media.product-media{
  min-height:0;
  height:auto;
  aspect-ratio:720 / 541;
}
.catalog-product-grid .product-card-note{
  display:grid;
  gap:10px;
  margin:0;
  min-width:0;
  min-height:60px;
  max-width:none;
  text-align:center;
  align-content:start;
}
.catalog-product-grid .product-card-note-tags{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-wrap:wrap;
}
.catalog-product-grid .product-card-note-copy{
  display:block;
  font-size:12px;
  line-height:1.25;
  color:#2d2d2d;
}
.catalog-product-grid .product-card-bottom{
  margin-top:auto;
  align-items:flex-end;
  flex-wrap:wrap;
}
.catalog-product-grid .product-card-detail-link{
  flex:1 1 120px;
}
.catalog-product-grid .product-card-buy-group{
  display:flex;
  flex:0 0 auto;
  align-items:flex-end;
  justify-content:flex-end;
  flex-wrap:nowrap;
  max-width:100%;
  margin-left:auto;
}
.catalog-product-grid .product-card-buy-group--with-info{
  align-items:flex-end;
}
.catalog-product-grid .product-card-buy-group--single-info{
  width:100%;
  align-items:stretch;
}
.catalog-product-grid .product-card-buy-group--single-info .product-card-preorder{
  width:100%;
  align-items:center;
  text-align:center;
}
.catalog-product-grid .product-card-buy-group--single-info .product-card-preorder-main{
  width:100%;
  justify-content:center;
  flex-wrap:wrap;
  row-gap:2px;
}
.catalog-product-grid .product-card-buy-group--single-info .product-card-buy-actions{
  align-self:flex-end;
}
.catalog-product-grid .product-card-preorder-main{
  justify-content:flex-end;
  flex-wrap:wrap;
  white-space:normal;
}
.catalog-product-grid .catalog-grid-banner-card{
  min-height:100%;
  border-radius:24px;
  background:var(--catalog-grid-banner-bg,#0f0f10);
  color:var(--catalog-grid-banner-fg,#f7f3ea);
  box-shadow:0 18px 40px rgba(17,17,17,.08);
}
.catalog-grid-banner-card-link{
  display:grid;
  min-height:100%;
  gap:18px;
  align-content:space-between;
  padding:22px;
  color:inherit;
  text-decoration:none;
}
.catalog-grid-banner-card-link.is-static{
  cursor:default;
}
.catalog-grid-banner-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 46px rgba(17,17,17,.12);
}
.catalog-grid-banner-card-head{
  display:grid;
  gap:14px;
  align-content:start;
}
.catalog-grid-banner-card-kicker{
  display:inline-flex;
  align-items:center;
  justify-self:start;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
  font-family:var(--display-font);
  font-size:11px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.catalog-grid-banner-card h3{
  margin:0;
  font-family:var(--display-font);
  font-size:38px;
  line-height:.92;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:inherit;
}
.catalog-grid-banner-card p{
  margin:0;
  max-width:24ch;
  font-size:16px;
  line-height:1.3;
  color:inherit;
  opacity:.92;
}
.catalog-grid-banner-card-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:start;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:inherit;
  font-family:var(--display-font);
  font-size:12px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.catalog-empty-state{margin:0}
.catalog-panel-dark{display:grid;gap:14px;align-content:start;background:var(--panel);border-color:var(--line)}
.catalog-side-stack{display:grid;gap:14px}
.catalog-side-card{
  display:grid;
  gap:14px;
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:var(--panel-soft);
}
.catalog-collection-card,
.catalog-collections-section{
  display:none !important;
}
.catalog-side-card-collapsible{
  gap:0;
}
.catalog-side-card-collapsible[open]{
  gap:14px;
}
.catalog-side-card-toggle{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  cursor:pointer;
  user-select:none;
}
.catalog-side-card-toggle::-webkit-details-marker{
  display:none;
}
.catalog-side-card-toggle-icon{
  width:34px;
  height:34px;
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--white);
  position:relative;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.catalog-side-card-toggle-icon::before,
.catalog-side-card-toggle-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:2px;
  border-radius:999px;
  background:var(--ink);
  transform:translate(-50%,-50%);
  transition:transform .18s ease;
}
.catalog-side-card-toggle-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.catalog-side-card-collapsible[open] .catalog-side-card-toggle-icon{
  background:var(--highlight-yellow);
  border-color:var(--highlight-yellow);
}
.catalog-side-card-collapsible[open] .catalog-side-card-toggle-icon::after{
  transform:translate(-50%,-50%) rotate(0deg);
}
.catalog-side-kicker{
  display:block;
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
}
.catalog-side-card strong{
  display:block;
  font-family:var(--display-font);
  font-size:26px;
  line-height:.96;
  font-weight:700;
  text-transform:uppercase;
}
.catalog-side-copy{
  margin:0;
  font-size:11px !important;
  line-height:1.2 !important;
  letter-spacing:-.01em;
  color:var(--ink) !important;
}
.catalog-quick-pick-btn{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:18px;
  background:linear-gradient(100deg,#55b7f2 0%,#27d39b 54%,#55b7f2 100%);
  background-size:220% 100%;
  background-position:0% 50%;
  color:#fff;
  cursor:pointer;
  font-family:var(--display-font);
  font-size:24px;
  font-weight:800;
  line-height:1;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-shadow:0 1px 10px rgba(0,0,0,.22);
  box-shadow:0 16px 34px rgba(40,213,154,.18);
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background-position .45s ease;
}
.catalog-quick-pick-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.36) 44%,transparent 72%);
  transform:translateX(-115%);
  transition:transform .55s ease;
  pointer-events:none;
}
.catalog-quick-pick-btn:hover{
  transform:translateY(-1px);
  background-position:100% 50%;
  box-shadow:0 20px 42px rgba(85,183,242,.25),0 0 0 1px rgba(255,255,255,.26) inset;
  filter:saturate(1.18) brightness(1.04);
}
.catalog-quick-pick-btn:hover::after{
  transform:translateX(115%);
}
.catalog-quick-pick-btn:active{
  transform:translateY(0);
  box-shadow:0 12px 24px rgba(40,213,154,.16);
}
.catalog-quick-pick-mobile{
  display:none;
}
.coffee-picker-open{
  overflow:hidden;
}
.coffee-picker-modal{
  position:fixed;
  inset:0;
  z-index:130;
  display:grid;
  place-items:center;
  padding:34px 28px;
}
.coffee-picker-modal[hidden]{
  display:none;
}
.coffee-picker-backdrop{
  position:absolute;
  inset:0;
  background:rgba(9,10,12,.32);
  backdrop-filter:blur(2px);
}
.coffee-picker-dialog{
  position:relative;
  width:min(940px,100%);
  max-height:min(620px,calc(100vh - 60px));
  overflow:auto;
  border-radius:28px;
  background:#fff;
  color:#050505;
  padding:36px 42px;
  box-shadow:0 26px 80px rgba(0,0,0,.24);
}
.coffee-picker-step{
  display:none;
}
.coffee-picker-step.is-active{
  display:block;
}
.coffee-picker-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  margin-bottom:30px;
}
.coffee-picker-head h2{
  margin:0;
  font-family:var(--display-font);
  font-size:42px;
  font-weight:800;
  line-height:.95;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.coffee-picker-count{
  flex:0 0 auto;
  font-family:var(--display-font);
  font-size:36px;
  font-weight:800;
  line-height:.92;
  color:#c9c9c9;
}
.coffee-picker-count b{
  color:#050505;
}
.coffee-picker-options{
  display:grid;
  gap:16px 22px;
}
.coffee-picker-options-two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.coffee-picker-options-brew{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
}
.coffee-picker-options-taste{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.coffee-picker-option{
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:14px 20px;
  border:0;
  border-radius:12px;
  background:#f3f3f5;
  color:#050505;
  cursor:pointer;
  font-family:var(--body-font);
  font-size:22px;
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.02em;
  text-align:center;
  transition:background .16s ease,transform .16s ease,box-shadow .16s ease;
}
.coffee-picker-option span{
  flex:0 0 auto;
  width:22px;
  font-size:22px;
  line-height:1;
  text-align:center;
}
.coffee-picker-icon{
  flex:0 0 auto;
  width:25px;
  height:25px;
  color:currentColor;
}
.coffee-picker-option-large{
  min-height:150px;
  font-size:28px;
}
.coffee-picker-option-taste{
  min-height:118px;
  justify-content:flex-start;
  text-align:left;
  font-size:25px;
}
.coffee-picker-option:hover{
  background:#e9eaed;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.coffee-picker-option:active{
  transform:translateY(0);
}
.coffee-picker-option.is-disabled,
.coffee-picker-option:disabled{
  background:#ececef;
  color:#a5a5aa;
  cursor:not-allowed;
  opacity:.48;
  box-shadow:none;
  filter:grayscale(1);
}
.coffee-picker-option.is-disabled:hover,
.coffee-picker-option:disabled:hover{
  background:#ececef;
  transform:none;
  box-shadow:none;
}
.coffee-picker-option.is-disabled span,
.coffee-picker-option:disabled span{
  color:inherit;
}
.coffee-picker-back{
  margin-top:26px;
  min-height:48px;
  border:0;
  border-radius:14px;
  background:#f1f1f3;
  color:#050505;
  cursor:pointer;
  font-family:var(--display-font);
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
  padding:11px 20px;
  transition:background .16s ease,transform .16s ease;
}
.coffee-picker-back:hover{
  background:#e6e7ea;
  transform:translateY(-1px);
}
.catalog-search-card strong{
  font-size:42px;
  line-height:.92;
  max-width:520px;
}
.catalog-search-card .search-form{
  grid-template-columns:1fr;
}
.catalog-search-card .search-form .btn{
  width:100%;
}
.catalog-search-card .search-form .btn:hover{
  background:var(--highlight-yellow);
  border-color:var(--highlight-yellow);
  color:var(--ink);
}
.catalog-search-card .filter-row{
  align-items:stretch;
}
.catalog-search-card .sort-form{
  width:100%;
}
.catalog-search-card .sort-form label{
  min-width:0;
  width:100%;
}
.catalog-description-section{
  margin:0 0 28px;
}
.catalog-link-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:-2px 0 24px;
}
.catalog-link-strip .catalog-side-link{
  min-height:46px;
  color:var(--ink);
  text-decoration:none;
}
.catalog-link-strip .catalog-side-link:hover{
  border-color:#d7d2c8;
  background:#fffdf8;
}
@media (max-width:980px){
  .catalog-link-strip{
    grid-template-columns:1fr;
  }
}
.catalog-description-card{
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--panel-soft);
  padding:28px 32px;
}
.catalog-description-prose{
  color:var(--ink);
  font-size:16px;
  line-height:1.7;
}
.catalog-description-prose h1,
.catalog-description-prose h2,
.catalog-description-prose h3{
  margin:0 0 14px;
  font-family:var(--display-font);
  line-height:.96;
  font-weight:700;
  text-transform:uppercase;
}
.catalog-description-prose h1{font-size:38px}
.catalog-description-prose h2{font-size:30px}
.catalog-description-prose h3{font-size:22px}
.catalog-description-prose p{
  margin:0 0 12px;
}
.catalog-description-prose ul,
.catalog-description-prose ol{
  margin:0 0 12px;
  padding-left:22px;
}
.catalog-description-prose a{
  color:inherit;
  text-decoration:underline;
}
.catalog-description-prose img{
  max-width:100%;
  border-radius:18px;
}
.catalog-search-card .sort-form select{
  width:100%;
  min-width:0;
}
.catalog-side-chips{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.catalog-side-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--white);
  color:var(--ink);
  font-family:var(--display-font);
  font-size:14px;
  line-height:1;
  text-transform:uppercase;
}
.catalog-side-chip.is-soft{background:var(--panel)}
.catalog-side-chip b{
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--panel);
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:11px;
  font-weight:700;
  color:var(--muted);
}
.catalog-side-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--white);
}
.catalog-side-link span{
  display:block;
  font-family:var(--display-font);
  font-size:15px;
  line-height:1;
  text-transform:uppercase;
}
.catalog-side-link small{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
  text-align:right;
}
.filter-row{display:flex;align-items:end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:16px}
.filter-chips{display:flex;gap:10px;flex-wrap:wrap}
.sort-form{display:grid;gap:8px;justify-items:start}
.catalog-search-card .filter-chip{min-height:42px;padding:8px 14px;border-radius:14px;font-size:17px}
.catalog-search-card .sort-form span{font-size:14px;margin-bottom:6px}
.catalog-search-card .search-form input{padding:13px 15px;border-radius:14px}
.catalog-search-card .search-form input::placeholder{color:#a9a9a2}
.catalog-search-card .search-form input:focus{
  border-color:var(--ink);
  box-shadow:0 0 0 3px rgba(17,17,17,.06);
}
.catalog-search-card .search-form .btn{min-height:46px;padding:11px 18px;border-radius:14px;font-size:20px}
.catalog-search-card .sort-form select{padding:12px 40px 12px 14px;border-radius:14px;font-size:16px}
.filter-chip,
.option-pill{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:10px 16px;border-radius:16px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:20px;text-transform:uppercase;letter-spacing:.02em;color:var(--ink);
}
.filter-chip.is-active,.option-pill-active{background:var(--black);color:var(--white);border-color:var(--black)}
.option-pill-muted{background:var(--panel-soft);color:var(--muted)}

.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}
.search-field{position:relative}
.search-form input,
.qty-control input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea{
  width:100%;
  padding:15px 16px;
  border:1px solid var(--line-strong);
  border-radius:16px;
  background:var(--white);
  color:var(--ink);
  outline:none;
}
.search-suggestions{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:20;
  display:grid;
  gap:6px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 16px 36px rgba(17,17,17,.08);
  backdrop-filter:blur(12px);
}
.search-suggestions[hidden]{
  display:none;
}
.checkout-autocomplete-wrap{
  position:relative;
}
.checkout-search-suggestions{
  top:calc(100% + 10px);
  gap:4px;
  padding:8px;
  border-radius:18px;
  box-shadow:0 18px 36px rgba(17,17,17,.12);
  max-height:280px;
  overflow:auto;
  text-transform:none;
  letter-spacing:0;
  font-family:inherit;
  font-weight:400;
  color:#000;
  -webkit-text-fill-color:#000;
}
.checkout-suggestion-option{
  all:unset;
  display:grid;
  gap:2px;
  width:100%;
  box-sizing:border-box;
  padding:11px 12px;
  border-radius:12px;
  cursor:pointer;
  text-transform:none;
  letter-spacing:0;
  font-family:inherit;
  font-weight:400;
  line-height:1.3;
  color:#000;
  -webkit-text-fill-color:#000;
  opacity:1;
}
.checkout-suggestion-option:hover{
  background:#f3f0e8;
}
.checkout-suggestion-option.is-preferred{
  background:#f3f0e8;
}
.checkout-suggestion-title{
  display:block;
  font-size:16px;
  line-height:1.3;
  color:#000;
  -webkit-text-fill-color:#000;
  font-family:inherit;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
  opacity:1;
}
.checkout-suggestion-sub{
  display:block;
  font-size:12px;
  line-height:1.35;
  color:#000;
  -webkit-text-fill-color:#000;
  font-family:inherit;
  font-weight:400;
  text-transform:none;
  letter-spacing:0;
  opacity:.72;
}
.checkout-suggestion-mark{
  background:transparent;
  color:#000;
  -webkit-text-fill-color:#000;
  font-weight:800;
  padding:0;
}
.checkout-field-hint{
  display:block;
  margin-top:8px;
  min-height:16px;
  font-size:12px;
  line-height:1.3;
  color:#9b9589;
}
.checkout-field-hint[hidden]{
  display:none;
}
.search-suggestion{
  width:100%;
  display:grid;
  gap:4px;
  text-align:left;
  padding:11px 12px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
}
.search-suggestion:hover,
.search-suggestion.is-active{
  background:var(--panel-soft);
}
.search-suggestion-title{
  font-family:var(--display-font);
  font-size:16px;
  line-height:1;
  text-transform:uppercase;
}
.search-suggestion-meta{
  font-size:13px;
  line-height:1.35;
  color:var(--muted);
}
.search-suggestion-rich{
  grid-template-columns:52px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
}
.search-suggestion-thumb{
  width:52px;
  height:52px;
  border-radius:12px;
  overflow:hidden;
  background:#f3f0ea;
}
.search-suggestion-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.search-suggestion-copy{
  min-width:0;
  display:grid;
  gap:4px;
}
.search-suggestion-price{
  white-space:nowrap;
  color:var(--ink);
  font-weight:800;
  font-size:15px;
}
.search-suggestion-all{
  border-top:1px solid var(--line);
  border-radius:0 0 12px 12px;
  padding-top:13px;
}
.search-suggestion-empty{
  display:grid;
  gap:5px;
  padding:12px;
  border-radius:12px;
  background:var(--panel-soft);
}
.sort-form label{
  display:grid;gap:8px;min-width:280px;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);
}
.sort-form select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  min-width:240px;
  min-height:52px;
  padding:12px 48px 12px 16px;
  border-radius:16px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:var(--display-font);
  font-size:18px;
  text-transform:uppercase;
  line-height:1;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M2 2.25 7 7.25l5-5' fill='none' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:14px 10px;
}
.sort-form select:focus{
  outline:none;
  border-color:var(--ink);
  box-shadow:0 0 0 3px rgba(17,17,17,.08);
}

.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.product-card{
  display:grid;
  grid-template-rows:auto auto auto auto auto 1fr auto;
  align-content:start;
  gap:8px;
  height:100%;
  padding:12px;
  background:#f6f6f4;
  border-color:#ececec;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.product-card:hover{
  transform:translateY(-3px);
  border-color:var(--line-strong);
  box-shadow:0 18px 40px rgba(17,17,17,.05);
}
.product-card-link{display:flex;flex-direction:column;gap:16px;flex:1 1 auto}
.product-card-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:6px;
  align-items:start;
  min-height:74px;
}
.product-card-heading{min-width:0}
.product-card-name{
  margin:2px 0 1px;
  font-family:var(--display-font);
  font-size:18px;
  line-height:.9;
  font-weight:700;
  text-transform:uppercase;
}
.product-card-name a{display:block}
.product-card-kind{
  font-family:var(--display-font);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  color:var(--muted);
}
.product-card-rating{
  display:grid;
  gap:3px;
  justify-items:end;
  text-align:right;
  font-family:var(--display-font);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
}
.rating-star-icon{
  display:block;
  width:1.25em;
  height:1.25em;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  overflow:visible;
}
.product-card-rating-value{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  color:#111;
  font-size:13px;
  font-weight:700;
  line-height:1;
}
.product-card-rating-score{
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.product-card-rating-value .rating-star-icon{
  width:18px;
  height:18px;
  stroke-width:2.1;
}
.product-card-rating-value .rating-star-icon path{
  fill:var(--highlight-yellow);
}
.product-card-rating-reviews{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:inherit;
  text-decoration:none;
}
.product-card-rating-reviews:hover{
  text-decoration:underline;
}
.product-card-rating-reviews-icon{
  width:17px;
  height:17px;
  flex:0 0 auto;
  display:block;
}
.product-card-state{
  display:block;
  max-width:100%;
  color:var(--muted);
  font-size:11px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-overline{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);
}
.product-media,
.product-thumb-media,
.product-showcase-media{
  border-radius:24px;background:var(--panel);overflow:hidden;
}
.product-card-media-link{
  position:relative;
  display:block;
  min-width:0;
  isolation:isolate;
}
.product-card-sticker{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:min(calc(100% - 24px), 168px);
  min-height:34px;
  padding:8px 12px;
  border-radius:14px;
  color:var(--card-sticker-color, #ffffff);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  overflow:hidden;
  pointer-events:none;
}
.product-card-sticker::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:var(--card-sticker-bg, #111111);
  opacity:.9;
}
.product-card-sticker-label{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  text-align:center;
  text-wrap:balance;
  white-space:pre-line;
  overflow-wrap:anywhere;
  text-transform:uppercase;
  font-size:clamp(11px, .82vw, 13px);
  font-weight:800;
  line-height:1.06;
  letter-spacing:.04em;
}
.product-media{min-height:290px}
.product-card-media.product-media{min-height:132px;background:linear-gradient(180deg,#f3f3f3,#efefef)}
.product-thumb-media{aspect-ratio:1 / 1;min-height:0}
.product-showcase-media{min-height:560px}
.product-media-img{width:100%;height:100%;display:block;object-fit:cover}
.product-media-fallback{
  display:grid;place-items:center;width:100%;height:100%;
  padding:24px;
  background:linear-gradient(180deg,#f7f7f7,#ececec);
}
.product-card-media .product-media-fallback{padding:8px}
.product-pack-fallback{
  width:min(74%,420px);
  aspect-ratio:0.8 / 1;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:12px;
  padding:16px 14px;
  border-radius:26px 26px 18px 18px;
  background:linear-gradient(180deg,#202020 0%, #0d0d0d 100%);
  color:var(--white);
  box-shadow:0 26px 40px rgba(0,0,0,.18);
  overflow:hidden;
}
.product-pack-top,
.product-pack-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.product-pack-brand,
.product-pack-weight,
.product-pack-origin,
.product-pack-profile{
  display:inline-flex;align-items:center;
  font-family:var(--display-font);
  font-size:13px;font-weight:700;line-height:1;
  text-transform:uppercase;letter-spacing:.05em;
}
.product-pack-brand{
  padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;
}
.product-pack-weight,
.product-pack-origin,
.product-pack-profile{
  color:rgba(255,255,255,.74);
}
.product-pack-center{
  display:grid;align-content:center;justify-items:start;
  overflow:hidden;
}
.product-pack-title{
  display:grid;
  gap:0;
  font-family:var(--display-font);
  font-size:clamp(38px,4.3vw,78px);
  line-height:.82;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
  max-width:100%;
}
.product-pack-title span{
  display:block;
  white-space:nowrap;
}
.product-card-media .product-pack-fallback{
  width:min(35%,108px);
  padding:7px 6px;
  gap:5px;
  border-radius:12px 12px 10px 10px;
}
.product-card-media .product-pack-brand,
.product-card-media .product-pack-weight,
.product-card-media .product-pack-origin,
.product-card-media .product-pack-profile{
  font-size:7px;
}
.product-card-media .product-pack-title{
  font-size:clamp(12px,1.18vw,18px);
  line-height:.82;
}
.product-body{display:grid;gap:10px}
.product-card-badges{display:flex;gap:8px;flex-wrap:wrap}
.product-badge{
  display:inline-flex;padding:6px 10px;border-radius:999px;
  background:var(--panel);
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink);
}
.product-title{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:42px;line-height:.96;font-weight:700;text-transform:uppercase;
}
.product-meta{font-size:15px;color:var(--muted);line-height:1.5}
.product-card-note{
  margin:0 auto;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-wrap:wrap;
  text-align:center;
  font-size:12px;
  line-height:1.25;
  color:#2d2d2d;
  max-width:82%;
}
.product-card-note-prefix,
.product-card-note-join,
.product-card-note-punct,
.product-card-note-chunk{display:inline-flex}
.product-card-note-prefix{
  font-family:var(--display-font);
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  color:var(--muted);
}
.product-card-note-mark{
  display:inline-block;
  padding:.08em .34em;
  border-radius:.45em;
  background:transparent;
  color:inherit;
  box-shadow:inset 0 0 0 1px transparent;
  transform:translateY(0);
  transition:
    background-color .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.product-card:hover .product-card-note-mark{
  transform:translateY(-1px);
  box-shadow:inset 0 0 0 1px rgba(17,17,17,.04);
}
.product-card:hover .product-card-note-mark.product-card-note-tone-0{background:rgba(209,125,162,.24)}
.product-card:hover .product-card-note-mark.product-card-note-tone-1{background:rgba(244,198,61,.72)}
.product-card:hover .product-card-note-mark.product-card-note-tone-2{background:rgba(169,109,45,.34)}
.product-card:hover .product-card-note-mark.product-card-note-tone-3{background:rgba(100,180,120,.34)}
.product-card:hover .product-card-note-mark.product-card-note-tone-4{background:rgba(100,149,220,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-5{background:rgba(180,120,220,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-6{background:rgba(220,100,100,.28)}
.product-card:hover .product-card-note-mark.product-card-note-tone-7{background:rgba(100,200,200,.28)}
.product-card:hover .product-card-note-mark.product-card-note-tone-8{background:rgba(210,210,100,.40)}
.product-card:hover .product-card-note-mark.product-card-note-tone-9{background:rgba(243,140,64,.34)}
.product-card:hover .product-card-note-mark.product-card-note-tone-10{background:rgba(196,92,142,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-11{background:rgba(118,138,58,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-12{background:rgba(255,152,139,.34)}
.product-card:hover .product-card-note-mark.product-card-note-tone-13{background:rgba(67,140,132,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-14{background:rgba(102,63,152,.30)}
.product-card:hover .product-card-note-mark.product-card-note-tone-15{background:rgba(236,224,192,.46)}
.product-card-meters{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.product-card-meter span{
  display:block;
  margin-bottom:5px;
  font-family:var(--display-font);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
}
.product-card-meter i{
  display:block;
  height:3px;
  background:#dcdcdc;
  border-radius:999px;
  overflow:hidden;
}
.product-card-meter b{
  display:block;
  height:100%;
  background:var(--black);
  border-radius:999px;
}
.product-card-options{
  display:flex;
  gap:4px;
  flex-wrap:wrap;
}
.product-card-option{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 9px;
  border-radius:10px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  white-space:nowrap;
  text-transform:uppercase;
}
a.product-card-option{
  color:inherit;
  text-decoration:none;
}
.product-card-option.is-selected{border-color:#cecece}
.product-card-option-select{
  position:relative;
  padding-right:25px;
}
.product-card-option-select::after{
  content:"";
  position:absolute;
  right:9px;
  top:50%;
  width:10px;
  height:7px;
  margin-top:-3px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1.25 5 5l4-3.75' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:10px 7px;
}
.product-price-row{display:flex;align-items:center;gap:10px}
.product-price-row strong{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:44px;line-height:1;text-transform:uppercase;
}
.price-old{text-decoration:line-through;color:var(--muted);font-size:18px}
.product-card-bottom{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.product-card-detail-link{
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  color:var(--muted);
}
.product-card-buy{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 9px 0 13px;
  border:0;
  border-radius:12px;
  background:var(--black);
  color:var(--white);
  cursor:pointer;
  font-family:var(--display-font);
  font-size:16px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}
.product-card-buy:hover{
  background:var(--highlight-yellow);
  color:var(--black);
  box-shadow:0 10px 18px rgba(244,198,61,.28);
}
.product-card-buy.is-unavailable,
.product-card-buy:disabled{
  background:var(--panel);
  color:var(--muted);
  cursor:not-allowed;
  box-shadow:none;
  opacity:.6;
}
.product-card-buy.is-unavailable:hover,
.product-card-buy:disabled:hover{
  background:var(--panel);
  color:var(--muted);
  box-shadow:none;
}
.product-card-buy-prices{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
}
.product-card-buy-old{
  font-size:10px;
  font-weight:500;
  opacity:.5;
  text-decoration:line-through;
  line-height:1;
  text-transform:none;
  letter-spacing:0;
}
.product-card-buy-price{
  font-size:15px;
  font-weight:800;
  line-height:1;
}
.product-card-buy-icon{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
}
.product-card-buy-icon svg{
  width:16px;
  height:16px;
  display:block;
}
.product-button-row{margin-top:auto;padding-top:6px}
.product-button-row .btn{flex:1 1 auto}

.breadcrumbs{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  margin:0 0 8px;
  color:#b3b2ad;
  font-size:10px;
  line-height:1.2;
}
.breadcrumbs a{color:inherit}
.breadcrumbs span:last-child{color:#8f8e88}
.product-stage{
  display:grid;
  grid-template-columns:80px minmax(0,.72fr) minmax(270px,.48fr);
  gap:14px;
  align-items:start;
}
.product-gallery-rail{
  display:grid;
  gap:6px;
  align-content:start;
}
.gallery-thumb{
  display:grid;
  gap:4px;
  justify-items:center;
}
.gallery-thumb-label{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#a4a39d;
  text-align:center;
}
.product-showcase{
  display:grid;
  align-items:start;
  padding:0;
}
.product-showcase .product-showcase-media{
  border-radius:22px;
  border:1px solid var(--line);
  background:#fbfbf9;
  min-height:242px;
}
.product-showcase .product-media-img{
  object-fit:contain;
  background:transparent;
}
.product-showcase .product-media-fallback{
  background:transparent;
  padding:4px 6px 8px;
}
.product-showcase .product-pack-fallback{
  width:min(27%,148px);
  padding:8px 8px 7px;
  border-radius:18px 18px 13px 13px;
  box-shadow:0 5px 12px rgba(0,0,0,.06);
}
.product-showcase .product-pack-title{
  font-size:clamp(16px,1.55vw,22px);
  line-height:.82;
  letter-spacing:-.04em;
}
.product-showcase .product-pack-title span{
  white-space:normal;
  text-wrap:balance;
}
.product-thumb-media .product-pack-fallback,
.product-grid .product-media .product-pack-fallback{
  width:min(40%,124px);
}
.product-thumb-media .product-pack-title{font-size:clamp(20px,2.5vw,36px)}
.product-thumb-media{
  border-radius:28px;
  background:var(--panel-soft);
}
.product-thumb-media .product-media-img{
  object-fit:contain;
  padding:10px;
  background:var(--panel-soft);
}
.product-thumb-media .product-media-fallback{padding:12px}
.product-grid .product-media .product-pack-title{font-size:clamp(14px,1.45vw,22px)}
.product-grid .product-title{font-size:34px;line-height:.93}
.product-grid .product-price-row strong{font-size:30px}
.product-grid .product-button-row .btn{min-height:50px;font-size:19px;padding:12px 16px}
.product-aside{
  display:grid;
  align-content:start;
  gap:6px;
  padding:0 0 0 2px;
}
.product-topline{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:0;
}
.product-score{font-size:12px;font-weight:600;color:var(--ink)}
.product-chip-black{
  display:inline-flex;padding:4px 9px;border-radius:8px;background:var(--black);color:var(--white);
  font-family:"Oswald","Arial Narrow",sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.04em;
}
.product-kicker-lite{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);
  margin-bottom:0;
}
.product-title-display{
  margin:0;
  max-width:4.3ch;
  font-size:clamp(20px,1.8vw,27px);
  line-height:.9;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-.02em;
}
.product-subtitle-line{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:11px;line-height:1;text-transform:uppercase;color:var(--muted);
  margin-bottom:0;
}
.product-note-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px 7px;
  margin-top:0;
}
.product-note-prefix{
  max-width:none;
  font-size:11px;
  line-height:1.4;
  color:#202020;
}
.taste-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:0}
.taste-tags-inline{display:flex;gap:5px 7px;flex-wrap:wrap}
.taste-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 6px;
  border-radius:8px;
  font-size:9px;
  font-weight:700;
  line-height:1.1;
}
.taste-tag-0{background:rgba(209,125,162,.22)}
.taste-tag-1{background:rgba(244,198,61,.6)}
.taste-tag-2{background:rgba(169,109,45,.38)}
.taste-tag-3{background:rgba(100,180,120,.28)}
.taste-tag-4{background:rgba(100,149,220,.24)}
.taste-tag-5{background:rgba(180,120,220,.24)}
.taste-tag-6{background:rgba(220,100,100,.22)}
.taste-tag-7{background:rgba(100,200,200,.22)}
.taste-tag-8{background:rgba(210,210,100,.36)}
.taste-tag-9{background:rgba(243,140,64,.28)}
.taste-tag-10{background:rgba(196,92,142,.24)}
.taste-tag-11{background:rgba(118,138,58,.24)}
.taste-tag-12{background:rgba(255,152,139,.28)}
.taste-tag-13{background:rgba(67,140,132,.24)}
.taste-tag-14{background:rgba(102,63,152,.22);color:#fff}
.taste-tag-15{background:rgba(236,224,192,.72)}

.profile-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:2px 0 0;
}
.profile-meter span{
  display:block;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:11px;text-transform:uppercase;letter-spacing:.04em;
  margin-bottom:4px;
}
.profile-meter-bar{
  height:3px;background:#dddddd;border-radius:999px;overflow:hidden;
}
.profile-meter-bar i{display:block;height:100%;background:var(--black);border-radius:999px}

.option-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:0}
.option-tab{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:32px;padding:6px 11px;border-radius:11px;
  background:var(--panel);border:1px solid var(--line);
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:12px;text-transform:uppercase;
}
.option-tab.is-active{background:var(--black);color:var(--white);border-color:var(--black)}

.product-login-banner{display:none}
.product-login-banner strong{
  display:block;font-size:15px;font-weight:700;margin-bottom:3px;
}
.product-login-banner span{display:block;color:var(--muted);font-size:13px;line-height:1.4}
.product-login-arrow{
  display:grid;place-items:center;border-radius:14px;background:var(--white);
  font-size:20px;font-weight:700;
}

.purchase-panel{
  display:grid;
  gap:3px;
  margin-bottom:0;
}
.option-pill-row{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  align-items:center;
}
.purchase-panel .option-pill{
  min-height:32px;
  padding:6px 11px;
  border-radius:11px;
  font-size:12px;
}
.purchase-price-block{display:grid;gap:4px}
.product-price-large{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:23px;line-height:.94;font-weight:700;text-transform:uppercase;
}
.price-old-inline{font-size:14px;color:var(--muted);text-decoration:line-through}
.product-buybox-wide{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:8px;
  align-items:end;
}
.product-buybox-compact{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-top:2px;
}
.qty-control{
  display:grid;gap:6px;min-width:120px;
}
.qty-control span{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);
}
.product-buybox-wide .btn-large{
  min-height:46px;
  border-radius:14px;
  font-size:18px;
}
.product-buybox-compact .btn-large{
  min-height:38px;
  padding:8px 16px;
  border-radius:12px;
  font-size:14px;
  width:auto;
  min-width:0;
}
.product-buybox-compact .btn-large:hover{
  background:var(--highlight-yellow);
  color:var(--black);
  border-color:var(--highlight-yellow);
  box-shadow:0 10px 18px rgba(244,198,61,.28);
}

.product-section{margin-top:10px}
.product-stage ~ .product-section .product-section-title{
  margin:0 0 7px;
  font-size:16px;
  line-height:.94;
}
.spec-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:var(--panel-soft);
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
}
.spec-card{
  padding:9px 11px;
  border:0;
  border-radius:0;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:transparent;
}
.spec-grid .spec-card:nth-child(3n){border-right:none}
.spec-grid .spec-card:nth-last-child(-n+3){border-bottom:none}
.spec-card span{
  font-size:9px;
}
.spec-card strong{
  display:block;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:13px;line-height:1.02;text-transform:uppercase;
}
.product-copy-block{max-width:560px}
.product-copy{margin:0 0 7px;font-size:11px;line-height:1.55;color:var(--muted)}

.guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.guide-card,
.storage-card,
.service-card{
  background:var(--panel-soft);
  border:1px solid var(--line);
  border-radius:10px;
}
.guide-card{
  display:grid;
  grid-template-columns:60px minmax(0,1fr);
  gap:10px;
  padding:10px 10px 8px;
  align-items:start;
}
.guide-card-icon,
.storage-card-icon,
.service-card-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  color:var(--ink);
}
.guide-card-icon svg,
.storage-card-icon svg,
.service-card-icon svg{
  width:36px;
  height:36px;
  display:block;
}
.guide-card-copy h3,
.storage-card-copy h3,
.service-card-copy h3{
  margin:0 0 8px;
  font-family:var(--display-font);
  font-size:13px;
  line-height:.95;
  font-weight:700;
  text-transform:uppercase;
}
.guide-card-copy p,
.storage-card-copy p,
.service-card-copy p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.4;
}

.storage-grid{
  display:grid;
  gap:10px;
}
.storage-card{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:12px;
  padding:10px 10px 9px;
  align-items:start;
}
.storage-card-icon{
  width:40px;
  height:40px;
}
.storage-card-icon svg{
  width:26px;
  height:26px;
}
.storage-card-copy{
  display:grid;
  gap:5px;
}
.storage-card-copy p{
  max-width:920px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.service-card{
  display:grid;
  grid-template-columns:60px minmax(0,1fr);
  gap:12px;
  padding:10px 10px 8px;
  align-items:start;
}
.service-card-icon{
  width:34px;
  height:34px;
}
.service-card-copy p{
  max-width:560px;
}

.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1.14fr) minmax(320px,.7fr)}
.cart-items,.cart-summary,.checkout-form,.success-card,.empty-state{padding:26px}
.page-top h1{max-width:920px}
.cart-items-head{margin-bottom:18px}
.cart-items-list{display:grid}
.cart-item{
  display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;
  padding:18px 0;border-bottom:1px solid var(--line);
}
.cart-item:last-child{border-bottom:none}
.cart-item-main{display:grid;gap:6px}
.cart-item-title{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:32px;line-height:1;text-transform:uppercase;
}
.cart-item-meta{font-size:15px;color:var(--muted)}
.cart-item-subtotal{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:34px;line-height:1;text-transform:uppercase;
}
.cart-item-actions{display:grid;gap:10px;justify-items:end}
.cart-item-qty{width:92px}
.cart-remove{
  border:none;background:none;padding:0;color:var(--ink);cursor:pointer;
  font-family:"Oswald","Arial Narrow",sans-serif;font-size:18px;text-transform:uppercase;
}

.summary-block{display:grid;gap:12px}
.summary-block h3{
  margin:0;
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:44px;line-height:.94;text-transform:uppercase;
}
.summary-lines{display:grid;gap:10px}
.summary-line{
  display:flex;align-items:flex-start;justify-content:space-between;gap:16px;
  padding:10px 0;border-bottom:1px dashed var(--line);font-size:14px;color:var(--muted);
}
.summary-line:last-child{border-bottom:none}
.summary-line strong{font-size:13px;color:var(--ink);white-space:nowrap}
.summary-row{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:12px 0;border-bottom:1px solid var(--line);
}
.summary-row:last-of-type{border-bottom:none}
.summary-total{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:42px;line-height:1;text-transform:uppercase;
}

.checkout-form-head{margin-bottom:20px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form-grid label{display:grid;gap:8px;font-weight:600}
.form-grid label span{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:15px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);
}
.form-grid .wide{grid-column:1 / -1}
.checkout-feedback{min-height:24px;margin:16px 0;color:#a33a2d;font-weight:600}

.success-card,.empty-state{text-align:left}
.success-meta{
  display:inline-grid;gap:8px;margin:18px 0 0;padding:16px 18px;border-radius:18px;background:var(--panel);
}
.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;text-align:center}
.cart-empty-icon{color:#ccc;margin-bottom:4px}
.cart-empty h3{margin:0;font-family:var(--display-font);font-size:22px;font-weight:800;text-transform:uppercase;color:#111}
.cart-empty p{margin:0;font-size:14px;color:var(--muted)}
.mini-note{font-size:14px;color:var(--muted)}

.site-footer{
  --footer-logo-size:58px;
  --footer-logo-color:#fff;
  --footer-title-size:26px;
  --footer-title-color:#fff;
  --footer-link-size:17px;
  --footer-link-color:rgba(255,255,255,.96);
  --footer-copy-size:15px;
  --footer-copy-color:rgba(255,255,255,.72);
  --footer-legal-size:14px;
  --footer-legal-color:rgba(255,255,255,.58);
  --footer-social-size:18px;
  --footer-social-color:#fff;
  margin-top:auto;
  background:var(--black);color:var(--white);
  padding:64px 0 72px;
  border-top:1px solid #232323;
}
.footer-grid{
  width:min(1340px,calc(100% - 40px));
  margin:0 auto;
  display:grid;grid-template-columns:1.1fr .85fr .9fr .9fr;gap:46px;
}
.footer-col{display:grid;align-content:start;gap:8px}
.footer-col-brand{gap:16px}
.footer-eyebrow{
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(255,255,255,.42);
}
.footer-brand-mark{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-size:var(--footer-logo-size);line-height:.9;font-weight:800;text-transform:uppercase;color:var(--footer-logo-color);
}
.footer-brand-link{display:inline-flex;align-items:flex-start;color:inherit;text-decoration:none}
.footer-brand-mark--image{
  font-size:0;
  line-height:0;
  text-transform:none;
}
.footer-brand-mark--image img{
  display:block;
  max-width:220px;
  max-height:84px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.footer-title{
  font-family:var(--display-font);
  font-size:var(--footer-title-size);
  line-height:.96;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:var(--footer-title-color);
  margin-bottom:6px;
}
.footer-copy,
.footer-col a,
.footer-col span{
  color:var(--footer-copy-color);
  font-size:var(--footer-copy-size);line-height:1.75;
}
.footer-col:not(.footer-col-brand) > a,
.footer-col:not(.footer-col-brand) > span{
  font-family:"Helvetica Neue","Segoe UI",sans-serif;
  font-size:var(--footer-link-size);
  line-height:1.22;
  font-weight:400;
  letter-spacing:-.01em;
  color:var(--footer-link-color);
}
.footer-col:not(.footer-col-brand) > a{
  position:relative;
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
  will-change:transform;
}
.footer-col:not(.footer-col-brand) > .footer-auth-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  font-family:"Helvetica Neue","Segoe UI",sans-serif;
  font-size:var(--footer-link-size);
  line-height:1.22;
  font-weight:400;
  letter-spacing:-.01em;
  color:var(--footer-link-color);
  text-align:left;
  text-decoration:none;
  cursor:pointer;
  transition:color .18s ease,transform .18s ease;
  will-change:transform;
}
.footer-col:not(.footer-col-brand) > a::before,
.footer-col:not(.footer-col-brand) > .footer-auth-link::before{
  content:"";
  position:absolute;
  left:-16px;
  top:50%;
  width:9px;
  height:2px;
  border-radius:999px;
  background:#f4c63d;
  opacity:0;
  pointer-events:none;
  transform:translate(-6px,-50%) scaleX(.45);
  transform-origin:right center;
  transition:opacity .18s ease,transform .18s ease;
}
.footer-col:not(.footer-col-brand) > a:hover,
.footer-col:not(.footer-col-brand) > a:focus-visible,
.footer-col:not(.footer-col-brand) > .footer-auth-link:hover,
.footer-col:not(.footer-col-brand) > .footer-auth-link:focus-visible{
  color:#f4c63d;
  transform:translateX(6px);
}
.footer-col:not(.footer-col-brand) > a:hover::before,
.footer-col:not(.footer-col-brand) > a:focus-visible::before,
.footer-col:not(.footer-col-brand) > .footer-auth-link:hover::before,
.footer-col:not(.footer-col-brand) > .footer-auth-link:focus-visible::before{
  opacity:.9;
  transform:translate(0,-50%) scaleX(1);
}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.footer-socials a,
.footer-socials span{
  width:52px;height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.24);
  display:grid;place-items:center;
  color:var(--footer-social-color);
  font-family:"Oswald","Arial Narrow",sans-serif;font-size:var(--footer-social-size);text-transform:uppercase;
  overflow:hidden;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible{
  border-color:rgba(244,198,61,.58);
  background:rgba(244,198,61,.08);
  transform:translateY(-2px);
}
.footer-social-icon{
  display:block;
  width:26px;
  height:26px;
  max-width:70%;
  max-height:70%;
  object-fit:contain;
  transition:transform .18s ease,filter .18s ease;
}
.footer-socials a:hover .footer-social-icon,
.footer-socials a:focus-visible .footer-social-icon{
  transform:scale(1.06);
}
.footer-legal{
  display:grid;
  gap:8px;
  margin-top:6px;
}
.footer-legal a,
.footer-legal span{
  color:var(--footer-legal-color);
  font-size:var(--footer-legal-size);
  line-height:1.65;
}
.footer-roast-countdown{
  display:grid;
  gap:8px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-roast-countdown-label{
  color:rgba(255,255,255,.46);
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-roast-countdown-value{
  font-family:var(--display-font);
  font-size:clamp(34px,3.4vw,54px);
  line-height:.92;
  font-weight:800;
  letter-spacing:.01em;
  color:#fff;
}

@media (max-width: 720px){
  .footer-title{
    font-size:min(var(--footer-title-size),21px);
    margin-bottom:5px;
  }
  .footer-col{
    gap:7px;
  }
  .footer-col:not(.footer-col-brand) > a,
  .footer-col:not(.footer-col-brand) > span,
  .footer-col:not(.footer-col-brand) > .footer-auth-link{
    font-size:min(var(--footer-link-size),15px);
    line-height:1.2;
  }
  .footer-roast-countdown{
    margin-top:14px;
    padding-top:14px;
  }
  .footer-roast-countdown-value{
    font-size:clamp(28px,9vw,42px);
  }
}

.brand-mark,
.brand-title,
.site-nav a,
.cart-link,
.hero-kicker,
.section-kicker,
.hero-copy-home h1,
.catalog-panel h1,
.story-card h2,
.page-top h1,
.success-card h1,
.empty-state h1,
.empty-state h2,
.product-section-title,
.cart-items-head h2,
.checkout-form h2,
.btn,
.text-link,
.hero-metric span,
.catalog-stat span,
.mini-panel span,
.spec-card span,
.status-card span,
.status-card strong,
.story-points strong,
.section-head h2,
.filter-chip,
.option-pill,
.product-overline,
.product-badge,
.product-title,
.product-price-row strong,
.gallery-thumb-label,
.product-chip-black,
.product-kicker-lite,
.product-title-display,
.product-subtitle-line,
.profile-meter span,
.option-tab,
.product-price-large,
.qty-control span,
.spec-card strong,
.cart-item-title,
.cart-item-subtotal,
.cart-remove,
.summary-block h3,
.summary-total,
.footer-brand-mark,
.footer-title,
.footer-socials span{
  font-family:var(--display-font);
}

.flash-note{
  position:fixed;
  left:50%;
  top:50%;
  z-index:90;
  width:min(460px,calc(100vw - 32px));
  padding:18px 22px;
  border-radius:18px;
  background:rgba(15,15,15,.96);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  color:var(--white);
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  text-align:center;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,calc(-50% + 12px));
  transition:opacity .22s ease, transform .22s ease;
}
.flash-note.is-visible{opacity:1;transform:translate(-50%,-50%)}

@media (max-width: 640px){
  .flash-note{
    width:min(360px,calc(100vw - 24px));
    padding:16px 18px;
    font-size:16px;
  }
}

@media (max-width: 1180px){
  .hero,
  .story-grid,
  .home-utility-grid,
  .catalog-shell,
  .cart-layout,
  .checkout-layout,
  .footer-grid,
  .product-stage{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-copy-home h1,.catalog-panel h1{font-size:60px}
  .page-top h1,.story-card h2,.product-section-title,.cart-items-head h2,.checkout-form h2{font-size:42px}
  .product-title-display{
    max-width:none;
    font-size:34px;
  }
  .product-showcase .product-showcase-media{min-height:270px}
  .spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-gallery-rail{grid-template-columns:repeat(3,minmax(0,1fr))}
  .search-form{grid-template-columns:1fr}
  .catalog-search-card strong{font-size:30px}
  .catalog-search-card p{font-size:12px}
  .catalog-side-stack{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-card-name{font-size:17px}
  .product-card-buy{font-size:16px}
  .catalog-promo-banner,
  .catalog-promo-banner-media{min-height:148px;height:148px}
  .catalog-promo-banner-content{padding:18px 20px}
  .catalog-promo-banner.has-action .catalog-promo-banner-content{padding-right:244px}
  .catalog-promo-banner.has-action .catalog-promo-banner-copy{transform:translateY(-6px)}
  .catalog-promo-banner h2{font-size:30px}
  .catalog-promo-banner p{font-size:13px;max-width:none}
  .catalog-promo-banner-action{
    right:20px;
    min-height:36px;
    padding:0 14px;
    max-width:210px;
    font-size:14px;
  }
  .guide-grid,
  .service-grid{grid-template-columns:1fr}
  .spec-grid .spec-card:nth-child(3n){border-right:1px solid var(--line)}
  .spec-grid .spec-card:nth-child(2n){border-right:none}
  .spec-grid .spec-card:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
  .spec-grid .spec-card:nth-last-child(-n+2){border-bottom:none}
}

@media (max-width: 760px){
  .site-top-notice-inner{
    width:min(1340px,calc(100% - 24px));
    min-height:0;
    padding:12px 40px 12px 0;
  }
  .site-top-notice-body{
    font-size:13px;
    text-align:left;
  }
  .site-top-notice-close{
    right:-2px;
    width:32px;
    height:32px;
  }
  .site-header{
    width:min(1340px,calc(100% - 24px));
    padding:14px 0 12px;
    flex-wrap:wrap;
    gap:16px;
  }
  .brand-title{font-size:30px}
  .brand-mark{width:54px;height:46px;font-size:19px}
  .brand-sub{font-size:12px;line-height:1;white-space:nowrap;margin-top:-1px}
  .site-nav{
    width:calc(100% + 24px);
    margin:0 -12px;
    justify-content:flex-start;
    gap:14px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0 12px 6px;
    scroll-padding-inline:12px;
    -webkit-overflow-scrolling:touch;
  }
  .site-nav a{font-size:14px;white-space:nowrap}
  .header-actions{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:10px;
  }
  .auth-user-bell,
  .auth-price-bell{flex:0 0 auto}
  .auth-user-wrap{
    min-width:0;
    flex:1 1 0;
  }
  .auth-user-btn{
    width:100%;
    min-width:0;
    max-width:none;
  }
  .auth-user-name{max-width:none}
  .auth-user-bell{width:38px;height:38px}
  .header-search-toggle{
    width:38px;
    height:38px;
  }
  .header-search-toggle-icon{
    width:21px;
    height:21px;
  }
  .site-header-search{
    top:calc(100% + 8px);
    left:12px;
    right:12px;
    width:auto;
  }
  .site-header-search-field{
    grid-template-columns:auto minmax(0,1fr) 32px;
    gap:10px;
    padding:9px 10px 9px 12px;
    border-radius:16px;
  }
  .site-header-search-field input{
    font-size:16px;
    font-weight:400;
  }
  .site-header-search-close{
    width:32px;
    height:32px;
    font-size:25px;
  }
  .site-header-search-scope{
    display:none;
  }
  .search-suggestion-rich{
    grid-template-columns:46px minmax(0,1fr) auto;
    gap:10px;
  }
  .search-suggestion-thumb{
    width:46px;
    height:46px;
  }
  .cart-hover{margin-left:auto}
  .cart-link{padding:8px 12px;font-size:15px;gap:8px}
  .cart-badge{min-width:26px;height:26px;font-size:13px}
  .site-main{width:min(1340px,calc(100% - 24px));padding:22px 0 56px}
  .hero-copy,.status-card,.story-card,.catalog-panel,.product-card,.cart-items,.cart-summary,.checkout-form,.success-card,.empty-state,.product-showcase,.spec-card{border-radius:24px}
  .hero-copy-home h1,.catalog-panel h1{font-size:46px}
  .catalog-search-card{padding:20px}
  .catalog-quick-pick-btn{
    min-height:52px;
    border-radius:16px;
    font-size:19px;
  }
  .catalog-quick-pick-mobile{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0 0 2px;
  }
  .catalog-promo-banner,
  .catalog-promo-banner-media{
    min-height:176px;
    height:176px;
    border-radius:22px;
  }
  .catalog-promo-banner-overlay{
    background:linear-gradient(180deg,rgba(12,18,14,.12) 0%,rgba(12,18,14,.48) 42%,rgba(12,18,14,.9) 100%);
  }
  .catalog-promo-banner-content{
    display:block;
    padding:14px 14px 56px;
    gap:0;
  }
  .catalog-promo-banner.has-action .catalog-promo-banner-content{
    padding-right:14px;
  }
  .catalog-promo-banner-copy{
    gap:8px;
    max-width:none;
    height:auto;
  }
  .catalog-promo-banner.has-action .catalog-promo-banner-copy{transform:none}
  .catalog-promo-banner-topline{gap:6px}
  .catalog-promo-banner-pill{
    min-height:24px;
    padding:0 9px;
    font-size:10px;
  }
  .catalog-promo-banner h2{font-size:22px;line-height:.92}
  .catalog-promo-banner h2{white-space:normal}
  .catalog-promo-banner p{
    font-size:11px;
    line-height:1.3;
    max-width:none;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .catalog-promo-banner-action{
    position:absolute;
    right:14px;
    bottom:14px;
    top:auto;
    transform:none;
    min-height:32px;
    padding:0 12px;
    max-width:none;
    font-size:12px;
    z-index:2;
  }
  .catalog-promo-banner-action:hover{
    transform:none;
  }
  .catalog-picker-summary{
    grid-template-columns:1fr;
    gap:14px;
    padding:16px;
    border-radius:20px;
  }
  .catalog-picker-summary h1{
    font-size:26px;
  }
  .catalog-picker-summary-side{
    justify-items:start;
    text-align:left;
  }
  .catalog-picker-summary-side{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
  }
  .catalog-quick-pick-desktop{
    display:none;
  }
  .coffee-picker-modal{
    padding:16px 10px;
    place-items:start center;
  }
  .coffee-picker-dialog{
    max-height:calc(100vh - 32px);
    border-radius:24px;
    padding:28px 20px 24px;
  }
  .coffee-picker-head{
    gap:14px;
    margin-bottom:26px;
  }
  .coffee-picker-head h2{
    font-size:34px;
  }
  .coffee-picker-count{
    font-size:30px;
  }
  .coffee-picker-options-two,
  .coffee-picker-options-brew,
  .coffee-picker-options-taste{
    grid-template-columns:1fr;
    gap:14px;
  }
  .coffee-picker-option,
  .coffee-picker-option-taste{
    min-height:62px;
    justify-content:flex-start;
    padding:15px 18px;
    font-size:21px;
    text-align:left;
  }
  .coffee-picker-option-large{
    min-height:116px;
    justify-content:center;
    text-align:center;
    font-size:25px;
  }
  .coffee-picker-back{
    margin-top:20px;
    min-height:50px;
    font-size:20px;
  }
  .catalog-search-card strong{font-size:26px;line-height:1}
  .catalog-search-card p{font-size:12px}
  .page-top h1,.story-card h2,.product-section-title,.cart-items-head h2,.checkout-form h2,.success-card h1,.empty-state h1,.empty-state h2{font-size:34px}
  .home-utility-grid{grid-template-columns:1fr}
  .hero-metrics,.profile-grid,.spec-grid,.form-grid,.product-grid{grid-template-columns:1fr}
  .catalog-side-stack{grid-template-columns:1fr}
  .product-card-head{grid-template-columns:1fr}
  .product-card-rating{justify-items:start;text-align:left}
  .product-card-head{min-height:0}
  .product-card-name{font-size:17px}
  .product-card-note{min-height:0}
  .product-card-bottom{flex-direction:column;align-items:stretch}
  .product-card-buy{justify-content:space-between;font-size:16px}
  .product-stage{gap:24px}
  .product-title-display{
    font-size:26px;
    max-width:none;
  }
  .product-showcase .product-showcase-media{min-height:220px}
  .product-showcase .product-pack-fallback{
    width:min(64%,176px);
  }
  .product-showcase .product-pack-title{font-size:25px}
  .product-aside{padding:0}
  .product-stage ~ .product-section .product-section-title{font-size:19px}
  .guide-card,
  .storage-card,
  .service-card{grid-template-columns:1fr}
  .guide-card-icon,
  .storage-card-icon,
  .service-card-icon{width:52px;height:52px}
  .guide-card-icon svg,
  .storage-card-icon svg,
  .service-card-icon svg{width:40px;height:40px}
  .guide-card-copy h3,
  .storage-card-copy h3,
  .service-card-copy h3{font-size:24px}
  .spec-grid .spec-card,
  .spec-grid .spec-card:nth-child(3n),
  .spec-grid .spec-card:nth-child(2n),
  .spec-grid .spec-card:nth-last-child(-n+3),
  .spec-grid .spec-card:nth-last-child(-n+2){
    border-right:none;
    border-bottom:1px solid var(--line);
  }
  .spec-grid .spec-card:last-child{border-bottom:none}
  .product-buybox-wide{grid-template-columns:1fr}
  .cart-item{grid-template-columns:1fr}
  .cart-item-actions{justify-items:start}
}

/* Final product-page polish */
.breadcrumbs{
  margin:0 0 4px;
  gap:6px;
  font-size:8px;
  line-height:1.15;
  letter-spacing:.015em;
  color:#bbb8b2;
}
.breadcrumbs a{color:#a5a29b}
.breadcrumbs span:last-child{color:#8a8882}

.product-stage{
  grid-template-columns:32px minmax(0,.54fr) minmax(250px,.46fr);
  gap:9px;
}
.product-gallery-rail{gap:3px}
.gallery-thumb{gap:2px}
.gallery-thumb-label{
  font-size:6px;
  line-height:1.05;
  letter-spacing:.04em;
  color:#b4b1aa;
}
.product-thumb-media{
  border-radius:20px;
}
.product-thumb-media .product-media-img{
  padding:7px;
}
.product-thumb-media .product-media-fallback{
  padding:8px;
}
.product-thumb-media .product-pack-fallback{
  width:min(34%,94px);
}
.product-showcase .product-showcase-media{
  min-height:188px;
  border-radius:16px;
}
.product-showcase .product-pack-fallback{
  width:min(20%,116px);
  padding:5px 5px 4px;
  border-radius:14px 14px 10px 10px;
  box-shadow:0 3px 8px rgba(0,0,0,.04);
}
.product-showcase .product-pack-title{
  font-size:clamp(13px,1.18vw,17px);
}
.product-showcase .product-pack-foot,
.product-showcase .product-pack-weight,
.product-showcase .product-pack-badge{
  font-size:6px;
}

.product-aside{
  gap:3px;
  padding:0 0 0 1px;
}
.product-topline{gap:3px}
.product-score{font-size:9px}
.product-chip-black{
  padding:3px 6px;
  border-radius:6px;
  font-size:8px;
}
.product-kicker-lite{
  font-size:9px;
  letter-spacing:.05em;
}
.product-title-display{
  max-width:3.4ch;
  font-size:clamp(15px,1.3vw,20px);
  line-height:.88;
}
.product-subtitle-line{
  font-size:8px;
}
.product-note-line{
  gap:3px 4px;
}
.product-note-prefix{
  font-size:8px;
  line-height:1.3;
}
.taste-tags-inline{gap:4px 5px}
.taste-tag{
  padding:2px 5px;
  border-radius:5px;
  font-size:6px;
}

.profile-grid{
  gap:4px;
  margin-top:0;
}
.profile-meter span{
  font-size:8px;
  margin-bottom:2px;
}
.profile-meter-bar{
  height:2px;
}

.option-tabs{gap:5px}
.option-tab{
  min-height:26px;
  padding:4px 8px;
  border-radius:8px;
  font-size:9px;
}

.purchase-panel{
  gap:1px;
}
.option-pill-row{gap:5px}
.purchase-panel .option-pill{
  min-height:26px;
  padding:4px 8px;
  border-radius:8px;
  font-size:9px;
}
.purchase-price-block{gap:1px}
.product-price-large{
  font-size:17px;
}
.price-old-inline{font-size:10px}
.product-buybox-compact .btn-large{
  min-height:32px;
  padding:5px 11px;
  border-radius:10px;
  font-size:11px;
}

.product-section{margin-top:4px}
.product-stage ~ .product-section .product-section-title{
  margin:0 0 4px;
  font-size:12px;
}
.spec-grid,
.guide-card,
.storage-card,
.service-card{
  border-radius:8px;
}
.spec-card{padding:6px 7px}
.spec-card span{
  font-size:6px;
}
.spec-card strong{
  font-size:10px;
}
.product-copy-block{max-width:470px}
.product-copy{
  margin:0 0 4px;
  font-size:8px;
  line-height:1.4;
}
.guide-grid,
.storage-grid,
.service-grid{
  gap:6px;
}
.guide-card{
  grid-template-columns:42px minmax(0,1fr);
  gap:6px;
  padding:7px;
}
.storage-card{
  grid-template-columns:50px minmax(0,1fr);
  gap:7px;
  padding:7px;
}
.service-card{
  grid-template-columns:42px minmax(0,1fr);
  gap:7px;
  padding:7px;
}
.guide-card-icon,
.storage-card-icon,
.service-card-icon{
  width:30px;
  height:30px;
}
.guide-card-icon svg,
.storage-card-icon svg,
.service-card-icon svg{
  width:20px;
  height:20px;
}
.guide-card-copy h3,
.storage-card-copy h3,
.service-card-copy h3{
  margin:0 0 4px;
  font-size:10px;
}
.guide-card-copy p,
.storage-card-copy p,
.service-card-copy p{
  font-size:7px;
  line-height:1.3;
}

@media (max-width: 1180px){
  .product-stage{
    gap:14px;
  }
  .product-showcase .product-showcase-media{
    min-height:220px;
  }
  .product-showcase .product-pack-fallback{
    width:min(32%,152px);
  }
  .product-title-display{
    max-width:none;
    font-size:24px;
  }
  .product-price-large{
    font-size:26px;
  }
  .product-buybox-compact .btn-large{
    min-height:38px;
    padding:8px 14px;
    font-size:14px;
  }
}

@media (max-width: 760px){
  .breadcrumbs{
    margin:2px 0 10px;
    font-size:8px;
  }
  .product-stage{gap:14px}
  .product-gallery-rail{gap:7px}
  .gallery-thumb-label{font-size:9px}
  .product-showcase .product-showcase-media{
    min-height:176px;
    border-radius:18px;
  }
  .product-showcase .product-pack-fallback{
    width:min(50%,144px);
  }
  .product-showcase .product-pack-title{
    font-size:20px;
  }
  .product-title-display{
    font-size:20px;
  }
  .product-note-prefix{
    font-size:9px;
  }
  .product-price-large{
    font-size:26px;
  }
  .product-buybox-compact .btn-large{
    width:100%;
    min-height:40px;
    font-size:14px;
    border-radius:14px;
  }
  .product-stage ~ .product-section .product-section-title{
    font-size:13px;
    margin-bottom:6px;
  }
  .spec-card{
    padding:8px 9px;
  }
  .spec-card strong{
    font-size:12px;
  }
  .guide-card-copy h3,
  .storage-card-copy h3,
  .service-card-copy h3{
    font-size:12px;
  }
  .guide-card-copy p,
  .storage-card-copy p,
  .service-card-copy p,
  .product-copy{
    font-size:9px;
  }
}

/* Purchase Flow */
.page-top.page-top-compact{
  width:min(1340px,calc(100% - 40px));
  margin:28px auto 18px;
  display:grid;
  gap:10px;
}
.page-top.page-top-compact h1{
  max-width:860px;
  margin:0;
  font-size:clamp(44px,5vw,74px);
  line-height:.94;
  text-transform:uppercase;
}
.page-top.page-top-compact .page-top-note{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:22px;
  line-height:1.45;
}

.purchase-intro{
  width:min(1320px,calc(100% - 40px));
  margin:20px auto 14px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px 20px;
  align-items:end;
}
.purchase-intro-copy{
  display:grid;
  gap:6px;
}
.purchase-intro-copy h1{
  margin:0;
  font-size:clamp(28px,3.8vw,40px);
  line-height:.98;
  text-transform:uppercase;
}
.purchase-intro-copy p{
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.purchase-intro-badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.purchase-intro-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.purchase-layout{
  width:min(1280px,calc(100% - 36px));
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);
  gap:18px;
  align-items:start;
}
.purchase-main{
  display:grid;
  gap:12px;
  min-width:0;
}
.purchase-layout--combined .purchase-main{
  gap:14px;
}
.purchase-summary-rail{
  position:sticky;
  top:96px;
}

.purchase-flow-head--compact{
  display:grid;
  gap:6px;
  padding:14px 16px;
}

.purchase-flow-head--compact h1{
  max-width:11.6ch;
  margin:0;
  font-size:clamp(1.55rem,2.7vw,2.2rem);
  line-height:.94;
  text-transform:uppercase;
}

.purchase-flow-head--compact p{
  max-width:34rem;
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

.purchase-flow-badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.purchase-flow-badges span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  font-size:11px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.purchase-utility-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.purchase-utility-card{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f7f7 100%);
  box-shadow:0 10px 24px rgba(15,15,15,.03);
}
.purchase-utility-card strong{
  font-size:14px;
  line-height:1.02;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.purchase-utility-card p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.purchase-utility-card.is-accent{
  background:linear-gradient(135deg,#f6f0de 0%,#fff5cf 100%);
}

.purchase-panel-card{
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,15,15,.03);
}
.purchase-panel-head{
  display:grid;
  gap:4px;
  margin-bottom:8px;
}
.purchase-panel-head h2{
  margin:0;
  font-size:20px;
  line-height:.98;
  text-transform:uppercase;
}
.purchase-panel-head p{
  max-width:680px;
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

.purchase-layout--combined .purchase-panel-card{
  padding:16px;
}

.purchase-layout--combined .purchase-panel-head{
  gap:4px;
  margin-bottom:8px;
}

.purchase-layout--combined .purchase-panel-head h2{
  font-size:clamp(1.35rem,2vw,1.8rem);
}

.purchase-layout--combined .purchase-panel-head p{
  max-width:32rem;
  font-size:12px;
  line-height:1.5;
}

.cart-lines{
  display:grid;
  gap:8px;
}
.cart-line{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:10px 0;
  border-top:1px solid var(--line);
}
.cart-line:first-child{
  border-top:1px solid var(--line);
}
.cart-line-pack{
  position:relative;
  min-height:146px;
  padding:10px 10px 8px;
  border-radius:16px;
  background:#161616;
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto 1fr auto;
  gap:8px 10px;
  text-decoration:none;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 28px rgba(15,15,15,.12);
}
.cart-line-pack-photo{
  background:#f0efec !important;
  border-radius:14px !important;
  box-shadow:0 2px 10px rgba(0,0,0,.10) !important;
  overflow:hidden !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:4/3 !important;
  min-height:0 !important;
  max-height:none !important;
  padding:0 !important;
  position:static !important;
  grid-template-columns:unset !important;
  grid-template-rows:unset !important;
  color:inherit !important;
}
.cart-line-pack-photo::before{display:none !important}
.cart-line-pack-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cart-line-pack::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 38%);
  pointer-events:none;
}
.cart-line-pack-badge,
.cart-line-pack-weight{
  position:relative;
  z-index:1;
  font-size:11px;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.76);
}
.cart-line-pack-badge{
  justify-self:start;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
}
.cart-line-pack-weight{
  justify-self:end;
  align-self:center;
}
.cart-line-pack-title{
  position:relative;
  z-index:1;
  grid-column:1 / -1;
  align-self:center;
  max-width:6.4ch;
  font-size:22px;
  line-height:.88;
  letter-spacing:-.03em;
  text-transform:uppercase;
}
.cart-line-pack-foot{
  position:relative;
  z-index:1;
  align-self:end;
  font-size:12px;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

.cart-line-body{
  display:grid;
  align-content:start;
  gap:6px;
  min-width:0;
}
.cart-line-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.cart-line-kicker{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--muted);
}
.cart-line-title{
  display:block;
  max-width:16ch;
  color:var(--ink);
  text-decoration:none;
  font-size:18px;
  line-height:.98;
  text-transform:uppercase;
}
.cart-line-price{
  flex:0 0 auto;
  white-space:nowrap;
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
}
.cart-line-meta{
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.cart-line-note{
  margin:0;
  color:var(--ink);
  font-size:12px;
  line-height:1.4;
}
.cart-line-controls{
  display:flex;
  align-items:center;
  gap:8px 10px;
  flex-wrap:wrap;
  margin-top:4px;
}
.qty-stepper{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:3px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--panel-soft);
}
.qty-stepper-btn{
  width:30px;
  height:30px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:22px;
  line-height:1;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.qty-stepper-btn:hover{
  background:var(--highlight-yellow);
  color:var(--black);
  transform:translateY(-1px);
}
.qty-stepper-value{
  min-width:30px;
  text-align:center;
  font-size:14px;
  line-height:1;
  color:var(--ink);
}
.cart-line-link,
.cart-line-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
}
.cart-line-link{
  border:1px solid var(--line);
  color:var(--ink);
  background:#fff;
}
.cart-line-remove{
  border:1px solid transparent;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
}
.cart-line-link:hover,
.cart-line-remove:hover{
  border-color:var(--line-strong);
  color:var(--ink);
}

.purchase-summary-card{
  display:grid;
  gap:8px;
  padding:14px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
}
.purchase-summary-card h3{
  margin:0;
  font-size:21px;
  line-height:1;
  text-transform:uppercase;
}
.purchase-summary-card--dark{
  background:#111111;
  border-color:#111111;
  color:#fff;
  box-shadow:0 18px 38px rgba(15,15,15,.14);
}
.purchase-summary-card--dark .section-kicker,
.purchase-summary-card--dark p,
.purchase-summary-card--dark span{
  color:rgba(255,255,255,.7);
}
.purchase-summary-card--dark h3,
.purchase-summary-card--dark strong,
.purchase-summary-card--dark b{
  color:#fff;
}
.purchase-summary-items{
  display:grid;
  gap:8px;
}
.purchase-summary-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding-bottom:6px;
  border-bottom:1px dashed rgba(255,255,255,.18);
}
.purchase-summary-card:not(.purchase-summary-card--dark) .purchase-summary-line{
  border-bottom:1px dashed var(--line);
}
.purchase-summary-line-copy{
  display:grid;
  gap:4px;
}
.purchase-summary-line-copy strong{
  font-size:12px;
  line-height:1.35;
}
.purchase-summary-line-copy span{
  font-size:10px;
  line-height:1.45;
}
.purchase-summary-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.purchase-summary-card:not(.purchase-summary-card--dark) .purchase-summary-row{
  border-bottom:1px solid var(--line);
}
.purchase-summary-row--discount strong{
  color:#2f9e44;
}
.purchase-summary-row--bonus strong{
  color:#5ea96a;
}
.purchase-summary-delivery-free{
  color:#2f7f3f !important;
}
.purchase-summary-promo{
  display:grid;
  gap:0;
  padding:0;
  margin:0 0 12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  color:#111;
  box-shadow:0 10px 22px rgba(17,17,17,.05);
  overflow:hidden;
}
.purchase-summary-promo[open]{
  padding-bottom:14px;
}
.purchase-summary-promo summary{
  list-style:none;
}
.purchase-summary-promo summary::-webkit-details-marker{
  display:none;
}
.purchase-summary-promo-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:54px;
  padding:0 18px;
  cursor:pointer;
}
.purchase-summary-promo-summary span{
  color:#111;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.02em;
}
.purchase-summary-promo-summary b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:0;
  font-weight:900;
  font-style:normal;
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(17,17,17,.05);
  transition:background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.purchase-summary-promo-summary b::before{
  content:"+";
  font-size:22px;
  line-height:1;
  font-style:normal;
  font-weight:900;
  transform:translateY(-1px);
}
.purchase-summary-promo[open] .purchase-summary-promo-summary b{
  background:#f4c63d;
  border-color:#f4c63d;
  color:#111;
}
.purchase-summary-promo[open] .purchase-summary-promo-summary b::before{
  content:"−";
  transform:translateY(-2px);
}
.purchase-summary-promo-summary:hover b{
  transform:translateY(-1px);
}
.purchase-summary-promo-body{
  display:grid;
  gap:10px;
  padding:0 18px;
}
.purchase-summary-promo-body label{
  color:#8f8a82;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.purchase-summary-promo-row{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:10px;
}
.purchase-summary-promo input{
  width:100%;
  min-height:46px;
  border:1px solid var(--line-strong);
  border-radius:12px;
  background:#fff;
  color:#111;
  padding:0 16px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:none;
}
.purchase-summary-promo input::placeholder{
  color:#aaa;
  opacity:1;
}
.purchase-summary-promo button{
  min-height:46px;
  border:1px solid #111;
  border-radius:12px;
  background:#111;
  color:#fff;
  padding:0 18px;
  font-size:14px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:none;
  transition:transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}
.purchase-summary-promo button:hover{
  background:#f4c63d;
  border-color:#f4c63d;
  color:#111;
  transform:translateY(-1px);
}
.purchase-summary-promo button:disabled{
  cursor:wait;
  opacity:.7;
  transform:none;
}
.purchase-summary-promo.is-applied{
  gap:12px;
  padding:0 22px 18px;
}
.purchase-summary-promo.is-applied .purchase-summary-promo-summary{
  padding:0;
  cursor:default;
}
.purchase-summary-promo.is-applied .purchase-summary-promo-summary button{
  min-height:auto;
  border:0;
  background:transparent;
  color:#f07b7b;
  padding:0;
  font-size:14px;
  box-shadow:none;
  transform:none;
}
.purchase-summary-promo-applied{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:56px;
  padding:0 16px;
  border-radius:13px;
  background:#f6f4ef;
}
.purchase-summary-promo-applied strong{
  color:#8b8b8b;
  font-size:18px;
  letter-spacing:.06em;
}
.purchase-summary-promo-applied span{
  color:#2f9e44;
  font-weight:1000;
  font-size:17px;
}
.purchase-summary-promo-feedback{
  min-height:15px;
  color:#8f8a82;
  font-size:12px;
  line-height:1.35;
}
.purchase-summary-bonus{
  display:grid;
  gap:0;
  padding:0;
  margin:0 0 12px;
  border:1px solid rgba(94,169,106,.28);
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fcf7 100%);
  color:#111;
  box-shadow:0 10px 22px rgba(60,120,74,.08);
  overflow:hidden;
}
.purchase-summary-bonus[open]{
  padding-bottom:14px;
}
.purchase-summary-bonus summary{
  list-style:none;
}
.purchase-summary-bonus summary::-webkit-details-marker{
  display:none;
}
.purchase-summary-bonus-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:60px;
  padding:8px 18px 10px;
  cursor:pointer;
}
.purchase-summary-bonus-copy{
  display:grid;
  gap:3px;
  flex:1 1 auto;
  min-width:0;
  width:100%;
}
.purchase-summary-bonus-copy span{
  color:#1f3c24;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.02em;
}
.purchase-summary-bonus-copy small{
  color:#5f8667;
  font-size:12px;
  line-height:1.35;
  font-weight:500;
}
.purchase-summary-bonus-tip{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:6px;
  margin-bottom:2px;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(47,158,68,.10);
  color:#2f7f3f;
  font-size:11px;
  line-height:1.35;
  font-style:normal;
  font-weight:800;
  letter-spacing:0;
}
.purchase-summary-bonus-review-link{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  justify-self:stretch;
  gap:10px;
  width:100%;
  max-width:none;
  margin-top:8px;
  padding:9px 18px;
  border:1px solid rgba(94,169,106,.22);
  border-radius:20px;
  background:rgba(255,255,255,.88);
  color:#2f6c3d;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.purchase-summary-bonus-review-link:hover{
  transform:translateY(-1px);
  border-color:rgba(94,169,106,.3);
  background:#fff;
  box-shadow:0 10px 18px rgba(60,120,74,.07);
}
.purchase-summary-bonus[open] .purchase-summary-bonus-review-link--summary{
  display:none;
}
.purchase-summary-bonus-review-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.purchase-summary-bonus-review-kicker{
  display:block;
  color:#6e8d75;
  font-size:10px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
}
.purchase-summary-bonus-review-subtitle{
  display:block;
  color:#7c9a82 !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.purchase-summary-bonus-review-title{
  display:block;
  color:#7c9a82 !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  margin-top:1px;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.purchase-summary-bonus-review-reward{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:end;
  align-self:center;
  min-width:66px;
  min-height:28px;
  padding:0 9px;
  border-radius:999px;
  background:#ffcd47;
  color:#18422a;
  font-size:13px;
  line-height:1;
  font-weight:1000;
  box-sizing:border-box;
  margin-top:0;
}
.purchase-summary-bonus:not(.is-applied):not(.purchase-summary-bonus--review) > .purchase-summary-bonus-summary{
  align-items:flex-start;
  padding-top:14px;
}
.purchase-summary-bonus-summary b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid rgba(94,169,106,.26);
  border-radius:999px;
  background:#fff;
  color:#2f9e44;
  font-size:0;
  font-weight:900;
  font-style:normal;
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(60,120,74,.08);
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.purchase-summary-bonus:not(.is-applied):not(.purchase-summary-bonus--review) > .purchase-summary-bonus-summary b{
  align-self:flex-start;
  margin-top:2px;
}
.purchase-summary-bonus-summary b::before{
  content:"+";
  font-size:22px;
  line-height:1;
  font-style:normal;
  font-weight:900;
  transform:translateY(-1px);
}
.purchase-summary-bonus[open] .purchase-summary-bonus-summary b{
  background:#e8f6ea;
  border-color:#b7dfbe;
  color:#2f9e44;
}
.purchase-summary-bonus[open] .purchase-summary-bonus-summary b::before{
  content:"−";
  transform:translateY(-2px);
}
.purchase-summary-bonus-summary:hover b{
  transform:translateY(-1px);
}
.purchase-summary-bonus-body{
  display:grid;
  gap:10px;
  padding:0 18px;
}
.purchase-summary-bonus-note{
  color:#61846a;
  font-size:12px;
  line-height:1.5;
}
.purchase-summary-bonus-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.purchase-summary-bonus-row input{
  width:100%;
  min-height:46px;
  border:1px solid rgba(94,169,106,.3);
  border-radius:12px;
  background:#fff;
  color:#24522f;
  padding:0 14px;
  font-size:14px;
  font-weight:600;
  letter-spacing:-.01em;
  appearance:textfield;
  -moz-appearance:textfield;
  box-shadow:none;
}
.purchase-summary-bonus-row input::-webkit-outer-spin-button,
.purchase-summary-bonus-row input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.purchase-summary-bonus-row input::placeholder{
  color:#98ae9d;
  opacity:1;
  font-weight:400;
}
.purchase-summary-bonus-row button,
.purchase-summary-bonus-presets button,
.purchase-summary-bonus-summary button{
  font:inherit;
}
.purchase-summary-bonus-row button{
  min-height:46px;
  white-space:nowrap;
  border:1px solid #2f9e44;
  border-radius:12px;
  background:#2f9e44;
  color:#fff;
  padding:0 18px;
  font-size:14px;
  font-weight:1000;
  cursor:pointer;
  transition:transform .18s ease,color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.purchase-summary-bonus-row button:hover{
  background:#3aae52;
  border-color:#3aae52;
  transform:translateY(-1px);
  box-shadow:0 10px 18px rgba(47,158,68,.18);
}
.purchase-summary-bonus-row button:disabled{
  cursor:not-allowed;
  opacity:.6;
  transform:none;
  box-shadow:none;
}
.purchase-summary-bonus-presets{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.purchase-summary-bonus-presets button{
  min-height:36px;
  border:1px solid rgba(94,169,106,.26);
  border-radius:999px;
  background:#fff;
  color:#2f9e44;
  padding:0 14px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.purchase-summary-bonus-presets button:hover{
  background:#e8f6ea;
  border-color:#b7dfbe;
  transform:translateY(-1px);
}
.purchase-summary-bonus-feedback{
  min-height:16px;
  color:#68866f;
  font-size:12px;
  line-height:1.4;
}
.purchase-summary-bonus.is-applied{
  gap:12px;
  padding:0 22px 18px;
}
.purchase-summary-bonus.is-applied .purchase-summary-bonus-summary{
  padding:0;
  cursor:default;
}
.purchase-summary-bonus.is-applied .purchase-summary-bonus-summary button{
  min-height:auto;
  border:0;
  background:transparent;
  color:#64896c;
  padding:0;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:none;
}
.purchase-summary-bonus-applied{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:56px;
  padding:0 16px;
  border-radius:13px;
  background:#ecf8ee;
}
.purchase-summary-bonus-applied strong{
  color:#4c7654;
  font-size:18px;
  letter-spacing:-.02em;
}
.purchase-summary-bonus-applied span{
  color:#2f9e44;
  font-weight:1000;
  font-size:17px;
}
.purchase-summary-bonus.is-empty .purchase-summary-bonus-summary{
  cursor:default;
}
.purchase-summary-bonus.is-empty .purchase-summary-bonus-summary b{
  border-color:rgba(94,169,106,.16);
  color:#a6bba9;
}
.purchase-summary-bonus--review{
  padding:18px;
}
.purchase-summary-bonus--review .purchase-summary-bonus-summary{
  align-items:flex-start;
  min-height:auto;
  padding:0;
  cursor:default;
}
.purchase-summary-bonus--review .purchase-summary-bonus-copy{
  gap:6px;
  width:100%;
}
.purchase-summary-bonus--review .purchase-summary-bonus-copy small{
  max-width:32ch;
  line-height:1.45;
}
.purchase-summary-bonus--review .purchase-summary-bonus-review-link{
  display:grid;
  width:100%;
  max-width:none;
  justify-self:stretch;
}
.purchase-summary-bonus--review .purchase-summary-bonus-copy strong{
  color:#295634;
  font-weight:800;
}
.purchase-summary-review-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(94,169,106,.24);
  border-radius:999px;
  background:#fff;
  color:#1f3c24;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 10px 18px rgba(60,120,74,.08);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.purchase-summary-review-cta:hover{
  transform:translateY(-1px);
  border-color:rgba(94,169,106,.34);
  box-shadow:0 12px 20px rgba(60,120,74,.11);
}
.purchase-summary-review-cta b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#ffd24d;
  color:#111;
  font-size:13px;
  font-weight:1000;
}
@media (max-width: 640px){
  .purchase-summary-bonus-row{
    grid-template-columns:1fr;
  }
  .purchase-summary-bonus--review .purchase-summary-bonus-summary{
    gap:12px;
    flex-direction:column;
  }
  .purchase-summary-review-cta{
    width:100%;
    justify-content:center;
  }
}
.purchase-summary-total{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  padding-top:2px;
}
.purchase-summary-total strong{
  font-size:24px;
  line-height:1;
  text-transform:uppercase;
}
.purchase-summary-actions{
  display:grid;
  gap:8px;
}
.purchase-summary-submit{
  width:100%;
}
.purchase-summary-submit.btn{
  min-height:58px;
  padding:0 20px;
  border-radius:16px;
  font-size:15px;
}
.purchase-summary-card--dark .btn-primary.purchase-summary-submit{
  background:#fff;
  color:var(--ink);
  border-color:#fff;
}
.purchase-summary-card--dark .btn-primary.purchase-summary-submit:hover{
  background:var(--highlight-yellow);
  border-color:var(--highlight-yellow);
  color:var(--ink);
}
.purchase-summary-card--dark .btn-ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.18);
  min-height:52px;
  border-radius:16px;
  font-size:14px;
}
.purchase-summary-card--dark .btn-ghost:hover{
  border-color:rgba(255,255,255,.4);
  background:rgba(255,255,255,.05);
}
.purchase-summary-note-card{
  display:grid;
  gap:5px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
}
.purchase-summary-note-card p{
  margin:0;
  font-size:12px;
  line-height:1.55;
}
.summary-note{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.55;
}

.purchase-layout--combined .purchase-summary-card{
  gap:10px;
  padding:16px;
}

.purchase-layout--combined .purchase-summary-card h3{
  font-size:clamp(1.45rem,2vw,1.9rem);
}

.purchase-layout--combined .purchase-summary-total strong{
  font-size:clamp(1.75rem,2.6vw,2.2rem);
}

.purchase-layout--combined .purchase-summary-note-card{
  display:none;
}

.checkout-flow-form{
  display:grid;
  gap:8px;
}
.purchase-layout--combined .checkout-flow-form{
  margin-top:0;
  gap:8px;
  padding:16px;
}
.checkout-sections{
  display:grid;
  gap:8px;
}
.checkout-section{
  display:grid;
  gap:8px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
}
.purchase-layout--combined .checkout-section{
  gap:8px;
  padding:12px;
  scroll-margin-top:130px;
}
.checkout-section-head{
  display:grid;
  gap:4px;
}
.checkout-section-head h2{
  margin:0;
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
}
.checkout-section-head p{
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.55;
}

.purchase-layout--combined .checkout-section-head h2{
  font-size:clamp(1.2rem,1.8vw,1.5rem);
}

.purchase-layout--combined .checkout-section-head p{
  max-width:34rem;
  font-size:11px;
}
.checkout-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.checkout-flow-form .form-grid{
  gap:10px;
}
.checkout-flow-form .form-grid label{
  gap:6px;
}
.checkout-flow-form .form-grid input,
.checkout-flow-form .form-grid select,
.checkout-flow-form .form-grid textarea{
  width:100%;
  min-height:42px;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:12px;
  line-height:1.45;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.checkout-flow-form .form-grid textarea{
  min-height:108px;
  resize:vertical;
}
.checkout-flow-form .form-grid input:focus,
.checkout-flow-form .form-grid select:focus,
.checkout-flow-form .form-grid textarea:focus{
  outline:none;
  border-color:#b7b7b7;
  box-shadow:0 0 0 4px rgba(244,198,61,.15);
}
.checkout-feedback{
  min-height:24px;
  color:#ad3e2a;
  font-weight:700;
}

/* ── Order Success Page ── */
.success-page{display:flex;flex-direction:column;gap:0}

/* Hero */
.success-hero{padding:28px 0 36px}
.success-hero-inner{
  width:min(980px,calc(100% - 40px));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.success-hero-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  max-width:860px;
  margin:0 auto;
}
.success-check-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f5f4f0}
.success-hero-kicker{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#aaa}
.success-hero-title{
  margin:0;
  font-family:var(--display-font);
  font-size:clamp(34px,4.2vw,54px);
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:-.01em;
}
.success-title-order-num{
  display:inline-block;
  margin:0 .14em;
  color:#f4c63d;
  -webkit-text-stroke:0;
  text-shadow:none;
}
.success-order-num{color:var(--highlight-yellow);-webkit-text-stroke:.5px #888}
.success-hero-lead{margin:0;font-size:15px;color:var(--muted);line-height:1.6;max-width:680px}
.success-status-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:30px;
  background:#f5f4f0;border:1px solid var(--line);
  font-size:13px;font-weight:700;color:#111;
  width:fit-content;
}
.success-status-dot{width:8px;height:8px;border-radius:50%;background:#2C5F2E;flex-shrink:0;box-shadow:0 0 0 3px rgba(44,95,46,.18)}
.success-status-copy{margin:0;font-size:13px;color:var(--muted);line-height:1.5}
.success-dashboard{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  align-items:stretch;
  width:min(860px,100%);
  margin:0 auto;
}
.success-dashboard-card{
  min-height:0;
}
.success-support-card{
  padding:28px 30px;
  border-radius:28px;
  background:#111;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:18px;
  box-shadow:0 14px 32px rgba(15,15,15,.18);
}
.success-support-copy{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.success-support-copy .section-kicker{color:rgba(255,255,255,.45)}
.success-support-copy h2{
  margin:0;
  font-family:var(--display-font);
  font-size:clamp(22px,2.8vw,30px);
  font-weight:800;
  text-transform:uppercase;
  line-height:1;
  color:#fff;
}
.success-support-copy p{
  margin:0;
  max-width:48rem;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.55);
}
.success-support-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  white-space:nowrap;
  padding:14px 28px;
  border-radius:30px;
  background:var(--highlight-yellow);
  color:#111;
  font-size:15px;
  font-weight:700;
  font-family:var(--display-font);
  text-transform:uppercase;
  letter-spacing:.02em;
  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:.2s;
  align-self:flex-start;
}
.success-support-btn:hover{background:#fff;color:#111}

.success-next-card{
  padding:26px 28px;
  border-radius:28px;
  background:#f6f3ec;
  border:1px solid #e8e1d5;
  display:flex;flex-direction:column;gap:16px;
  box-shadow:0 12px 30px rgba(15,15,15,.05);
}
.success-next-kicker{
  font-size:10px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:#999;
}
.success-next-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
.success-next-list li{
  display:flex;align-items:flex-start;gap:14px;
  font-size:15px;color:#333;line-height:1.55;
  padding:14px 0;border-bottom:1px solid #e8e6e0;
}
.success-next-list li:last-child{border-bottom:none;padding-bottom:0}
.success-next-list li:first-child{padding-top:0}
.success-next-num{
  flex-shrink:0;
  width:24px;height:24px;border-radius:50%;
  background:#111;color:#fff;
  font-size:11px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display-font);margin-top:1px;
}
.success-telegram-card h2{
  margin:0;
  font-family:var(--display-font);
  font-size:clamp(24px,3vw,32px);
  font-weight:800;
  line-height:1.02;
  text-transform:uppercase;
  color:#111;
}
.success-telegram-card p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#5f5f5f;
}
.success-telegram-note{
  font-size:13px !important;
  color:#787066 !important;
}
.success-telegram-note strong{
  color:#111;
}
.success-telegram-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  width:fit-content;
  padding:0 26px;
  border-radius:999px;
  background:#111;
  color:#fff;
  border:1px solid #111;
  font-family:var(--display-font);
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  text-decoration:none;
  cursor:pointer;
  transition:.2s;
}
.success-telegram-btn:hover{
  background:#fff;
  color:#111;
}
.success-track-card{
  padding:26px 28px;
  border-radius:28px;
  background:#f8f6f0;
  border:1px solid #e9e2d6;
  display:flex;
  flex-direction:column;
  gap:14px;
  box-shadow:0 12px 30px rgba(15,15,15,.05);
}
.success-track-kicker{
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#999;
}
.success-track-card h2{
  margin:0;
  font-family:var(--display-font);
  font-size:clamp(30px,4vw,42px);
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  color:#111;
  max-width:12ch;
}
.success-track-card > p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#5f5f5f;
}
.success-track-card .success-status-badge{
  background:#fff;
}
.success-track-note{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#7a7a7a;
}
.success-track-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  width:fit-content;
  padding:0 26px;
  border-radius:999px;
  background:#111;
  color:#fff;
  border:1px solid #111;
  font-family:var(--display-font);
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  text-decoration:none;
  cursor:pointer;
  transition:.2s;
}
.success-track-btn:hover{
  background:#fff;
  color:#111;
}

/* Steps */
.success-steps-section{padding:40px 0 0}
.success-steps-inner{width:min(1320px,calc(100% - 40px));margin:0 auto;display:flex;flex-direction:column;gap:28px}
.success-steps-head{display:flex;flex-direction:column;gap:6px}
.success-steps-title{margin:0;font-family:var(--display-font);font-size:clamp(22px,2.8vw,30px);font-weight:800;text-transform:uppercase}
.success-steps-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:0;
  align-items:start;
}
.success-step{
  display:flex;flex-direction:column;gap:12px;
  padding:26px;border-radius:20px;
  background:#fff;border:1px solid var(--line);
  box-shadow:0 8px 24px rgba(15,15,15,.04);
  transition:.2s;
}
.success-step:hover{box-shadow:0 12px 32px rgba(15,15,15,.09);transform:translateY(-2px)}
.success-step-num{font-family:var(--display-font);font-size:13px;font-weight:800;color:#ccc;letter-spacing:.05em}
.success-step-icon{
  width:52px;height:52px;border-radius:16px;
  background:#f5f4f0;
  display:flex;align-items:center;justify-content:center;
  color:#555;
}
.success-step h3{margin:0;font-family:var(--display-font);font-size:18px;font-weight:800;text-transform:uppercase;line-height:1}
.success-step p{margin:0;font-size:13px;color:var(--muted);line-height:1.6}
.success-step-arrow{
  display:flex;align-items:center;justify-content:center;
  padding:0 8px;color:#ccc;align-self:center;margin-top:-30px;
}

/* Questions */
.success-questions{
  margin:40px 0 0;padding:36px 0;
  background:#111;color:#fff;
}
.success-questions-inner{
  width:min(1320px,calc(100% - 40px));
  margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
}
.success-questions-copy{display:flex;flex-direction:column;gap:8px}
.success-questions-copy .section-kicker{color:rgba(255,255,255,.45)}
.success-questions-copy h2{margin:0;font-family:var(--display-font);font-size:clamp(22px,2.8vw,30px);font-weight:800;text-transform:uppercase;line-height:1;color:#fff}
.success-questions-copy p{margin:0;font-size:14px;color:rgba(255,255,255,.55);line-height:1.6;max-width:500px}
.success-questions-btn{
  display:inline-flex;align-items:center;gap:10px;
  flex-shrink:0;white-space:nowrap;
  padding:14px 28px;border-radius:30px;
  background:var(--highlight-yellow);color:#111;
  font-size:15px;font-weight:700;font-family:var(--display-font);
  text-transform:uppercase;letter-spacing:.02em;
  border:none;cursor:pointer;text-decoration:none;
  transition:.2s;
}
.success-questions-btn:hover{background:#fff;color:#111}

.empty-state{
  display:grid;
  gap:14px;
  align-items:start;
}
.empty-state h3{
  margin:0;
  font-size:22px;
  line-height:1;
  text-transform:uppercase;
}
.empty-state p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

@media (max-width: 1180px){
  .purchase-layout,
  .checkout-split,
  .purchase-utility-grid,
  .purchase-intro{
    grid-template-columns:1fr;
  }
  .success-steps-grid{grid-template-columns:1fr;gap:12px}
  .success-step-arrow{display:none}
  .purchase-intro-badges{
    justify-content:flex-start;
  }
  .purchase-summary-rail{
    position:static;
  }
}

@media (max-width: 760px){
  .purchase-intro{
    width:min(100%,calc(100% - 24px));
    margin:16px auto 12px;
    gap:10px;
  }
  .purchase-intro-copy h1{
    font-size:30px;
  }
  .purchase-intro-copy p{
    font-size:15px;
  }
  .purchase-layout{
    width:min(100%,calc(100% - 24px));
    margin-bottom:28px;
    gap:14px;
  }
  .success-hero-inner,.success-steps-inner,.success-questions-inner{
    width:min(100%,calc(100% - 24px));
  }
  .success-support-card{
    padding:24px 20px;
    flex-direction:column;
    align-items:flex-start;
  }
  .success-support-btn,
  .success-track-btn{
    width:100%;
    justify-content:center;
  }
  .success-questions-inner{flex-direction:column;align-items:flex-start;gap:20px}
  .purchase-panel-card,
  .purchase-summary-card{
    padding:16px;
    border-radius:18px;
  }
  .purchase-panel-head h2,
  .checkout-section-head h2{
    font-size:22px;
  }
  .purchase-flow-badges{
    gap:8px;
  }
  .purchase-flow-badges span{
    min-height:36px;
    padding:0 12px;
    font-size:12px;
  }
  .purchase-utility-card strong{
    font-size:16px;
  }
  .cart-line{
    grid-template-columns:1fr;
    gap:14px;
  }
  .cart-line-pack{
    min-height:154px;
  }
  .cart-line-pack-title{
    font-size:24px;
  }
  .cart-line-top{
    display:grid;
    gap:10px;
  }
  .cart-line-title,
  .cart-line-price{
    font-size:20px;
  }
  .purchase-summary-total strong{
    font-size:28px;
  }
  .purchase-summary-actions .btn{
    width:100%;
  }
  .success-hero-title{font-size:28px}
  .success-track-card h2{font-size:26px}
}

body[data-page="checkout"]{
  background:#f3f0ea;
}

body[data-page="checkout"] .site-header{
  --site-header-bg:#f3f0ea;
}

body[data-page="checkout"] .site-main{
  width:min(1360px,calc(100% - 40px));
  padding-top:26px;
}

body[data-page="checkout"] .site-footer{
  display:none;
}

body[data-page="checkout"] #checkout{
  scroll-margin-top:124px;
}

body[data-page="checkout"] .purchase-layout{
  width:100%;
  margin:0 auto 42px;
  grid-template-columns:minmax(0,1fr) minmax(390px,430px);
  gap:24px;
}

body[data-page="checkout"] .purchase-main{
  gap:20px;
}

body[data-page="checkout"] .purchase-layout--combined .purchase-main{
  gap:20px;
}

body[data-page="checkout"] .purchase-panel-card{
  padding:28px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:30px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 34px rgba(17,17,17,.04);
}

body[data-page="checkout"] .purchase-flow-head--compact{
  display:grid;
  gap:14px;
  padding:28px;
}

body[data-page="checkout"] .purchase-flow-head--compact h1{
  max-width:7.2ch;
  font-size:clamp(3.35rem,6vw,5.5rem);
  line-height:.84;
  letter-spacing:-.05em;
}

body[data-page="checkout"] .purchase-flow-head--compact p{
  max-width:44rem;
  font-size:1.08rem;
  line-height:1.55;
}

body[data-page="checkout"] .purchase-flow-badges{
  gap:12px;
}

body[data-page="checkout"] .purchase-flow-badges span{
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(17,17,17,.1);
  border-radius:999px;
  background:#fff;
  font-size:14px;
  font-weight:700;
}

body[data-page="checkout"] .purchase-utility-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

body[data-page="checkout"] .purchase-utility-card{
  gap:10px;
  padding:22px 22px 20px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f4ef 100%);
  box-shadow:0 16px 28px rgba(17,17,17,.03);
}

body[data-page="checkout"] .purchase-utility-card .section-kicker{
  font-size:14px;
}

body[data-page="checkout"] .purchase-utility-card strong{
  font-family:var(--display-font);
  font-size:30px;
  line-height:.92;
  text-transform:uppercase;
}

body[data-page="checkout"] .purchase-utility-card p{
  font-size:15px;
  line-height:1.55;
}

body[data-page="checkout"] .purchase-utility-card.is-accent{
  background:linear-gradient(135deg,#f6ecd9 0%,#f3e8d1 54%,#ece4d8 100%);
}

body[data-page="checkout"] .purchase-panel-head{
  gap:8px;
  margin-bottom:18px;
}

body[data-page="checkout"] .purchase-panel-head h2{
  max-width:12ch;
  font-size:clamp(2.6rem,4.4vw,4.4rem);
  line-height:.84;
  letter-spacing:-.05em;
}

body[data-page="checkout"] .purchase-panel-head p{
  max-width:50rem;
  font-size:1.08rem;
  line-height:1.6;
}

body[data-page="checkout"] .cart-lines{
  gap:0;
}

body[data-page="checkout"] .cart-line{
  grid-template-columns:200px minmax(0,1fr);
  gap:24px;
  padding:24px 0;
  align-items:start;
  border-top:1px solid rgba(17,17,17,.08);
}

body[data-page="checkout"] .cart-line-pack-photo{border-radius:18px}
body[data-page="checkout"] .cart-line-pack{
  min-height:208px;
  padding:16px 16px 14px;
  border-radius:24px;
  gap:10px 12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 18px 36px rgba(15,15,15,.14);
}

body[data-page="checkout"] .cart-line-pack-badge,
body[data-page="checkout"] .cart-line-pack-weight{
  font-size:13px;
}

body[data-page="checkout"] .cart-line-pack-badge{
  padding:8px 11px;
}

body[data-page="checkout"] .cart-line-pack-title{
  max-width:7ch;
  font-size:clamp(2rem,3vw,3rem);
  line-height:.82;
  letter-spacing:-.05em;
}

body[data-page="checkout"] .cart-line-pack-foot{
  font-size:13px;
}

body[data-page="checkout"] .cart-line-body{
  gap:12px;
}

body[data-page="checkout"] .cart-line-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  grid-template-areas:"title stepper pricebar";
  align-items:center;
  gap:18px;
}

body[data-page="checkout"] .cart-line-kicker{
  margin-bottom:8px;
  font-size:13px;
  font-weight:700;
}

body[data-page="checkout"] .cart-line-copy{
  grid-area:title;
  display:grid;
  align-content:start;
  gap:8px;
  min-width:0;
}

body[data-page="checkout"] .cart-line-title{
  grid-area:auto;
  display:block;
  max-width:none;
  font-size:clamp(2.1rem,3.5vw,3.35rem);
  line-height:.86;
  letter-spacing:-.05em;
}

body[data-page="checkout"] .cart-line-fresh{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:4px 8px;
  min-width:0;
  font-size:14px;
  line-height:1.3;
  color:#6f675d;
}

body[data-page="checkout"] .cart-line-fresh-text,
body[data-page="checkout"] .cart-line-fresh-secondary{
  color:#7c746b;
}

body[data-page="checkout"] .cart-line-fresh-date{
  font-size:1.05em;
  font-weight:700;
  line-height:1.1;
  color:#181512;
}

body[data-page="checkout"] .cart-line-fresh-secondary{
  flex-basis:100%;
  font-size:.94em;
}

body[data-page="checkout"] .cart-line-price{
  white-space:nowrap;
  font-size:clamp(1.8rem,2.4vw,2.55rem);
  line-height:.92;
  letter-spacing:-.03em;
}

body[data-page="checkout"] .cart-line-stepper{
  grid-area:stepper;
  justify-self:start;
  margin:0;
}

body[data-page="checkout"] .cart-line-pricebar{
  grid-area:pricebar;
  display:inline-flex;
  align-items:center;
  justify-self:end;
  gap:12px;
}

body[data-page="checkout"] .cart-line-pricebox{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
}

body[data-page="checkout"] .cart-line-price-old{
  font-size:13px;
  font-weight:500;
  line-height:1;
  color:#9b948b;
  opacity:.8;
  text-decoration:line-through;
}

body[data-page="checkout"] .cart-line-meta,
body[data-page="checkout"] .cart-line-note{
  font-size:16px;
  line-height:1.55;
}

body[data-page="checkout"] .cart-line-note{
  color:var(--muted);
}

body[data-page="checkout"] .cart-line-controls{
  gap:10px;
  margin-top:8px;
}

body[data-page="checkout"] .qty-stepper{
  gap:8px;
  padding:4px;
  border:1px solid rgba(17,17,17,.08);
  background:#f6f2eb;
}

body[data-page="checkout"] .qty-stepper-btn{
  width:42px;
  height:42px;
  font-size:25px;
}

body[data-page="checkout"] .qty-stepper-value{
  min-width:38px;
  font-size:21px;
}

body[data-page="checkout"] .cart-line-remove-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:44px;
  height:44px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:16px;
  background:#fbf8f3;
  color:#857b6f;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}

body[data-page="checkout"] .cart-line-remove-icon svg{
  width:18px;
  height:18px;
}

body[data-page="checkout"] .cart-line-remove-icon:hover,
body[data-page="checkout"] .cart-line-remove-icon:focus-visible{
  border-color:rgba(17,17,17,.14);
  background:#f2ede5;
  color:#111111;
}

body[data-page="checkout"] .cart-line-link,
body[data-page="checkout"] .cart-line-remove{
  min-height:44px;
  padding:0 17px;
  font-size:15px;
}

body[data-page="checkout"] .cart-line-link{
  border:1px solid rgba(17,17,17,.08);
}

body[data-page="checkout"] .cart-line-remove{
  border-color:rgba(17,17,17,.07);
  background:#fbf8f3;
  color:#857b6f;
}

body[data-page="checkout"] .purchase-summary-rail{
  position:sticky;
  top:104px;
  min-width:0;
  padding:18px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:30px;
  background:rgba(255,255,255,.9);
  box-shadow:0 24px 50px rgba(17,17,17,.08);
  backdrop-filter:blur(12px);
}

body[data-page="checkout"] .purchase-summary-card{
  min-width:0;
  gap:14px;
  padding:30px 28px 28px;
  border-radius:28px;
  overflow:hidden;
}

body[data-page="checkout"] .purchase-summary-card h3{
  max-width:none;
  font-size:clamp(1.95rem,2.7vw,2.75rem);
  line-height:.82;
  letter-spacing:-.05em;
  text-wrap:pretty;
  overflow-wrap:normal;
  hyphens:none;
}

body[data-page="checkout"] .purchase-summary-card h3 span{
  display:block;
}

body[data-page="checkout"] .purchase-summary-card--dark{
  background:#131313;
  border-color:#131313;
  box-shadow:none;
}

body[data-page="checkout"] .purchase-summary-card--dark .section-kicker{
  font-size:14px;
}

body[data-page="checkout"] .purchase-summary-items{
  min-width:0;
  gap:14px;
}

body[data-page="checkout"] .purchase-summary-line{
  min-width:0;
  gap:14px;
  padding-bottom:14px;
  border-bottom:1px dashed rgba(255,255,255,.15);
}

body[data-page="checkout"] .purchase-summary-line-copy{
  min-width:0;
}

body[data-page="checkout"] .purchase-summary-line-copy strong{
  display:block;
  min-width:0;
  font-size:19px;
  line-height:1.1;
  overflow:hidden;
  text-overflow:ellipsis;
}

body[data-page="checkout"] .purchase-summary-line-copy span,
body[data-page="checkout"] .purchase-summary-line b{
  font-size:16px;
  line-height:1.45;
}

body[data-page="checkout"] .purchase-summary-row{
  padding:14px 0;
}

body[data-page="checkout"] .purchase-summary-row span,
body[data-page="checkout"] .purchase-summary-row strong{
  font-size:18px;
}

body[data-page="checkout"] .purchase-summary-bonus-summary{
  min-height:60px;
  padding:8px 18px 10px;
}

body[data-page="checkout"] .purchase-summary-bonus-copy span{
  font-size:15px;
}

body[data-page="checkout"] .purchase-summary-bonus-copy small,
body[data-page="checkout"] .purchase-summary-bonus-note,
body[data-page="checkout"] .purchase-summary-bonus-feedback{
  font-size:12px;
}
body[data-page="checkout"] .purchase-summary-bonus-tip{
  font-size:11px;
}
body[data-page="checkout"] .purchase-summary-bonus-review-link{
  margin-top:8px;
}
body[data-page="checkout"] .purchase-summary-bonus-review-kicker{
  font-size:10px;
}
body[data-page="checkout"] .purchase-summary-bonus-review-subtitle,
body[data-page="checkout"] .purchase-summary-bonus-review-title{
  color:#7c9a82 !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

body[data-page="checkout"] .purchase-summary-bonus-body{
  gap:10px;
  padding:0 18px;
}

body[data-page="checkout"] .purchase-summary-bonus-row input,
body[data-page="checkout"] .purchase-summary-bonus-row button{
  min-height:46px;
  font-size:14px;
  border-radius:12px;
}

body[data-page="checkout"] .purchase-summary-bonus-presets button{
  min-height:36px;
  font-size:12px;
}

body[data-page="checkout"] .purchase-summary-total{
  padding-top:10px;
}

body[data-page="checkout"] .purchase-summary-total span{
  font-size:18px;
}

body[data-page="checkout"] .purchase-summary-total strong{
  font-size:clamp(3rem,4.4vw,4.6rem);
  line-height:.9;
  letter-spacing:-.06em;
}

body[data-page="checkout"] .purchase-summary-actions{
  gap:14px;
  padding-top:6px;
}

body[data-page="checkout"] .purchase-summary-submit.btn{
  min-height:72px;
  padding:0 24px;
  border-radius:22px;
  font-size:24px;
}

body[data-page="checkout"] .purchase-summary-card--dark .btn-ghost{
  min-height:70px;
  border-radius:22px;
  font-size:21px;
}

body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card{
  gap:14px;
  padding:30px 28px 28px;
}

body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card h3{
  font-size:clamp(1.95rem,2.7vw,2.75rem);
}

body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
  font-size:clamp(3rem,4.4vw,4.6rem);
}

body[data-page="checkout"] .purchase-summary-row,
body[data-page="checkout"] .purchase-summary-total,
body[data-page="checkout"] .purchase-summary-actions{
  min-width:0;
}

body[data-page="checkout"] .checkout-flow-form{
  gap:16px;
}

body[data-page="checkout"] .purchase-layout--combined .checkout-flow-form{
  gap:16px;
  padding:28px;
}

body[data-page="checkout"] .checkout-sections{
  gap:18px;
}

body[data-page="checkout"] .checkout-section{
  gap:18px;
  padding:30px 22px 22px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#faf7f2 100%);
}

body[data-page="checkout"] .purchase-layout--combined .checkout-section{
  gap:18px;
  padding:30px 22px 22px;
}

body[data-page="checkout"] .checkout-section-head{
  gap:8px;
}

body[data-page="checkout"] .checkout-section-head h2{
  max-width:11ch;
  font-size:clamp(1.85rem,2.6vw,2.65rem);
  line-height:.88;
  letter-spacing:-.05em;
}

body[data-page="checkout"] .checkout-section-head p{
  max-width:39rem;
  font-size:16px;
  line-height:1.6;
}

body[data-page="checkout"] .purchase-layout--combined .checkout-section-head h2{
  font-size:clamp(1.85rem,2.6vw,2.65rem);
}

body[data-page="checkout"] .purchase-layout--combined .checkout-section-head p{
  max-width:39rem;
  font-size:16px;
}

body[data-page="checkout"] .checkout-split{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid--stacked{
  grid-template-columns:1fr;
}

body[data-page="checkout"] .checkout-flow-form .form-grid label{
  display:grid;
  gap:9px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid label span{
  font-family:var(--display-font);
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#756d64;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input,
body[data-page="checkout"] .checkout-flow-form .form-grid select,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:64px;
  padding:18px 20px;
  border:1px solid rgba(17,17,17,.1);
  border-radius:18px;
  background:#fff;
  font-size:20px;
  line-height:1.4;
  box-shadow:0 8px 18px rgba(17,17,17,.02);
}

body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:188px;
  resize:vertical;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input::placeholder,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea::placeholder{
  color:#aaa39a;
  font-weight:300;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input:focus,
body[data-page="checkout"] .checkout-flow-form .form-grid select:focus,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea:focus{
  border-color:#111111;
  box-shadow:0 0 0 4px rgba(17,17,17,.05);
}

body[data-page="checkout"] .choice-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

body[data-page="checkout"] .choice-card{
  display:grid;
  align-content:start;
  gap:8px;
  min-height:148px;
  padding:16px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:24px;
  background:#f5f1ea;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

body[data-page="checkout"] .choice-card:hover{
  transform:translateY(-2px);
  border-color:rgba(17,17,17,.18);
}

body[data-page="checkout"] .choice-card.is-active{
  border-color:#111111;
  background:#ffffff;
  box-shadow:0 14px 28px rgba(17,17,17,.08);
}

body[data-page="checkout"] .choice-card-kicker{
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#7a7269;
}

body[data-page="checkout"] .choice-card strong{
  font-family:var(--display-font);
  font-size:22px;
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:-.03em;
  overflow-wrap:normal;
  hyphens:none;
}

body[data-page="checkout"] .choice-card small{
  font-size:13px;
  line-height:1.55;
  color:#6c655d;
}

body[data-page="checkout"] .choice-grid--payment{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body[data-page="checkout"] .choice-grid--payment .choice-card:last-child{
  grid-column:auto;
}

body[data-page="checkout"] .checkout-inline-notes{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
}

body[data-page="checkout"] .checkout-inline-notes span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:999px;
  background:#fff;
  color:#6c645c;
  font-size:14px;
  line-height:1.4;
}

body[data-page="checkout"] .checkout-feedback{
  min-height:28px;
  font-size:15px;
  line-height:1.45;
}

@media (max-width: 1180px){
  body[data-page="checkout"] .purchase-layout{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .purchase-summary-rail{
    position:static;
  }

  body[data-page="checkout"] .checkout-split,
  body[data-page="checkout"] .purchase-utility-grid,
  body[data-page="checkout"] .choice-grid{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card:last-child{
    grid-column:auto;
  }
}

@media (max-width: 760px){
  body[data-page="checkout"] .site-main{
    width:min(100%,calc(100% - 24px));
    padding-top:18px;
  }

  body[data-page="checkout"] .purchase-layout{
    gap:16px;
    margin-bottom:30px;
  }

  body[data-page="checkout"] .purchase-panel-card,
  body[data-page="checkout"] .purchase-summary-rail,
  body[data-page="checkout"] .purchase-summary-card,
  body[data-page="checkout"] .checkout-section{
    padding:18px;
    border-radius:22px;
  }

  body[data-page="checkout"] .purchase-flow-head--compact{
    padding:18px;
    gap:12px;
  }

  body[data-page="checkout"] .purchase-flow-head--compact h1{
    font-size:clamp(2.5rem,14vw,3.7rem);
  }

  body[data-page="checkout"] .purchase-flow-head--compact p,
  body[data-page="checkout"] .purchase-panel-head p,
  body[data-page="checkout"] .checkout-section-head p{
    font-size:15px;
  }

  body[data-page="checkout"] .purchase-flow-badges span,
  body[data-page="checkout"] .checkout-inline-notes span{
    min-height:40px;
    padding:0 14px;
    font-size:13px;
  }

  body[data-page="checkout"] .purchase-panel-head h2,
  body[data-page="checkout"] .checkout-section-head h2,
  body[data-page="checkout"] .purchase-summary-card h3{
    max-width:none;
    font-size:clamp(2.1rem,12vw,3rem);
  }

  body[data-page="checkout"] .cart-line{
    grid-template-columns:1fr;
    gap:16px;
    padding:20px 0;
  }

  body[data-page="checkout"] .cart-line-pack{
    min-height:170px;
  }

  body[data-page="checkout"] .cart-line-title,
  body[data-page="checkout"] .cart-line-price{
    font-size:clamp(1.8rem,10vw,2.5rem);
  }

  body[data-page="checkout"] .cart-line-top{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "title pricebar"
      "stepper pricebar";
    align-items:start;
    gap:12px 16px;
  }

  body[data-page="checkout"] .cart-line-stepper{
    align-self:end;
  }

  body[data-page="checkout"] .cart-line-pricebar{
    gap:10px;
  }

  body[data-page="checkout"] .cart-line-meta,
  body[data-page="checkout"] .cart-line-note{
    font-size:15px;
  }

  body[data-page="checkout"] .checkout-flow-form .form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  body[data-page="checkout"] .checkout-flow-form .form-grid input,
  body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
    min-height:58px;
    padding:16px 18px;
    font-size:18px;
  }

  body[data-page="checkout"] .checkout-flow-form .form-grid label span{
    font-size:16px;
  }

  body[data-page="checkout"] .choice-card{
    min-height:auto;
  }

  body[data-page="checkout"] .choice-card strong{
    font-size:24px;
  }

  body[data-page="checkout"] .purchase-summary-row span,
  body[data-page="checkout"] .purchase-summary-row strong,
  body[data-page="checkout"] .purchase-summary-line-copy span,
  body[data-page="checkout"] .purchase-summary-line b{
    font-size:15px;
  }

  body[data-page="checkout"] .purchase-summary-total strong,
  body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
    font-size:clamp(2.8rem,18vw,4.1rem);
  }

  body[data-page="checkout"] .purchase-summary-submit.btn,
  body[data-page="checkout"] .purchase-summary-card--dark .btn-ghost{
    min-height:60px;
    border-radius:18px;
    font-size:22px;
  }
}

body[data-page="checkout"]{
  background:#ffffff;
}

body[data-page="checkout"] .site-header{
  --site-header-bg:#ffffff;
  --site-header-border:1px solid #ededed;
  --site-header-shadow:none;
}

body[data-page="checkout"] .site-main{
  width:min(1280px,calc(100% - 40px));
  padding-top:20px;
}

body[data-page="checkout"] .purchase-layout{
  grid-template-columns:minmax(0,1fr) minmax(340px,360px);
  gap:20px;
  margin-bottom:32px;
}

body[data-page="checkout"] .purchase-main,
body[data-page="checkout"] .purchase-layout--combined .purchase-main{
  gap:16px;
}

body[data-page="checkout"] .purchase-panel-card{
  padding:22px;
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 8px 24px rgba(17,17,17,.04);
}

body[data-page="checkout"] .purchase-flow-head--compact{
  gap:12px;
  padding:24px;
}

body[data-page="checkout"] .purchase-flow-head--compact h1{
  max-width:8.4ch;
  font-size:clamp(2.85rem,4.7vw,4.35rem);
  line-height:.88;
}

body[data-page="checkout"] .purchase-flow-head--compact p{
  max-width:38rem;
  font-size:16px;
  line-height:1.55;
}

body[data-page="checkout"] .purchase-flow-badges{
  gap:10px;
}

body[data-page="checkout"] .purchase-flow-badges span{
  min-height:42px;
  padding:0 16px;
  font-size:13px;
}

body[data-page="checkout"] .purchase-utility-grid{
  gap:14px;
}

body[data-page="checkout"] .purchase-utility-card{
  gap:8px;
  padding:18px;
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 6px 18px rgba(17,17,17,.03);
}

body[data-page="checkout"] .purchase-utility-card.is-accent{
  background:#ffffff;
}

body[data-page="checkout"] .purchase-utility-card strong{
  font-size:22px;
  line-height:.94;
}

body[data-page="checkout"] .purchase-utility-card p{
  font-size:14px;
  line-height:1.5;
}

body[data-page="checkout"] .purchase-panel-head{
  gap:6px;
  margin-bottom:14px;
}

body[data-page="checkout"] .purchase-panel-head h2{
  max-width:11ch;
  font-size:clamp(2rem,3vw,2.85rem);
  line-height:.9;
}

body[data-page="checkout"] .purchase-panel-head p{
  font-size:16px;
  line-height:1.55;
}

body[data-page="checkout"] .cart-line{
  grid-template-columns:150px minmax(0,1fr);
  gap:18px;
  padding:20px 0;
}

body[data-page="checkout"] .cart-line-pack{
  min-height:176px;
  padding:14px 14px 12px;
  border-radius:20px;
}

body[data-page="checkout"] .cart-line-pack-title{
  font-size:clamp(1.6rem,2.3vw,2.2rem);
  line-height:.85;
}

body[data-page="checkout"] .cart-line-title{
  max-width:none;
  font-size:clamp(1.8rem,2.8vw,2.55rem);
  line-height:.9;
}

body[data-page="checkout"] .cart-line-copy{
  gap:7px;
}

body[data-page="checkout"] .cart-line-fresh{
  font-size:13px;
}

body[data-page="checkout"] .cart-line-price{
  font-size:clamp(1.55rem,2vw,2rem);
}

body[data-page="checkout"] .cart-line-top{
  grid-template-columns:minmax(0,1fr) auto auto;
  grid-template-areas:"title stepper pricebar";
  gap:14px;
}

body[data-page="checkout"] .cart-line-pricebar{
  gap:10px;
}

body[data-page="checkout"] .cart-line-price-old{
  font-size:12px;
}

body[data-page="checkout"] .cart-line-meta,
body[data-page="checkout"] .cart-line-note{
  font-size:15px;
  line-height:1.5;
}

body[data-page="checkout"] .qty-stepper{
  gap:7px;
  padding:3px;
  background:#ffffff;
}

body[data-page="checkout"] .qty-stepper-btn{
  width:38px;
  height:38px;
  font-size:22px;
}

body[data-page="checkout"] .qty-stepper-value{
  min-width:32px;
  font-size:18px;
}

body[data-page="checkout"] .cart-line-remove-icon{
  width:40px;
  height:40px;
  border-radius:14px;
}

body[data-page="checkout"] .cart-line-remove-icon svg{
  width:17px;
  height:17px;
}

body[data-page="checkout"] .cart-line-link,
body[data-page="checkout"] .cart-line-remove{
  min-height:40px;
  padding:0 15px;
  font-size:14px;
}

body[data-page="checkout"] .cart-line-remove{
  border-color:rgba(17,17,17,.08);
  background:#fbfbfa;
  color:#857b6f;
}

body[data-page="checkout"] .purchase-summary-rail{
  top:96px;
  padding:12px;
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 10px 26px rgba(17,17,17,.06);
  backdrop-filter:none;
}

body[data-page="checkout"] .purchase-summary-card,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card{
  gap:12px;
  padding:24px;
  border-radius:22px;
}

body[data-page="checkout"] .purchase-summary-card h3,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card h3{
  font-size:clamp(1.7rem,2vw,2.05rem);
  line-height:.96;
  letter-spacing:-.04em;
  text-wrap:initial;
}

body[data-page="checkout"] .purchase-summary-card h3 span{
  display:block;
  white-space:nowrap;
}

body[data-page="checkout"] .purchase-summary-line{
  gap:12px;
  padding-bottom:12px;
}

body[data-page="checkout"] .purchase-summary-line-copy strong{
  font-size:16px;
}

body[data-page="checkout"] .purchase-summary-line-copy span,
body[data-page="checkout"] .purchase-summary-line b,
body[data-page="checkout"] .purchase-summary-row span,
body[data-page="checkout"] .purchase-summary-row strong{
  font-size:15px;
}

body[data-page="checkout"] .purchase-summary-total{
  padding-top:6px;
}

body[data-page="checkout"] .purchase-summary-total span{
  font-size:15px;
}

body[data-page="checkout"] .purchase-summary-total strong,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
  font-size:clamp(2.7rem,3.6vw,3.55rem);
  line-height:.92;
}

body[data-page="checkout"] .purchase-summary-submit.btn{
  min-height:58px;
  padding:0 18px;
  border-radius:18px;
  font-size:18px;
}

body[data-page="checkout"] .purchase-summary-card--dark .btn-ghost{
  min-height:56px;
  border-radius:18px;
  font-size:17px;
}

body[data-page="checkout"] .purchase-layout--combined .checkout-flow-form{
  gap:14px;
  padding:22px;
}

body[data-page="checkout"] .checkout-sections{
  gap:14px;
}

body[data-page="checkout"] .checkout-section,
body[data-page="checkout"] .purchase-layout--combined .checkout-section{
  gap:14px;
  padding:22px 20px 20px;
  border-radius:24px;
  background:#ffffff;
}

body[data-page="checkout"] .checkout-section-head{
  gap:6px;
}

body[data-page="checkout"] .checkout-section-head h2,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head h2{
  max-width:12ch;
  font-size:clamp(1.55rem,2.15vw,2.1rem);
  line-height:.92;
}

body[data-page="checkout"] .checkout-section-head p,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head p{
  font-size:15px;
  line-height:1.55;
}

body[data-page="checkout"] .checkout-split{
  gap:14px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid{
  gap:14px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid label span{
  font-size:16px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input,
body[data-page="checkout"] .checkout-flow-form .form-grid select,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:56px;
  padding:15px 18px;
  border-radius:16px;
  font-size:18px;
  box-shadow:none;
}

body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:150px;
}

body[data-page="checkout"] .choice-grid{
  gap:12px;
}

body[data-page="checkout"] .choice-card{
  gap:6px;
  min-height:128px;
  padding:14px;
  border-radius:18px;
  background:#fafafa;
}

body[data-page="checkout"] .choice-card.is-active{
  box-shadow:0 8px 18px rgba(17,17,17,.05);
}

body[data-page="checkout"] .choice-card strong{
  font-size:18px;
  line-height:.96;
}

body[data-page="checkout"] .choice-card small{
  font-size:14px;
  line-height:1.45;
}

body[data-page="checkout"] .checkout-inline-notes span{
  min-height:38px;
  padding:8px 12px;
  font-size:13px;
}

@media (max-width: 1180px){
  body[data-page="checkout"] .site-main{
    width:min(100%,calc(100% - 32px));
  }

  body[data-page="checkout"] .purchase-layout{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .purchase-summary-rail{
    position:static;
  }
}

@media (max-width: 760px){
  body[data-page="checkout"] .site-main{
    width:min(100%,calc(100% - 24px));
    padding-top:16px;
    padding-bottom:20px;
  }

  body[data-page="checkout"] .purchase-layout{
    gap:14px;
    margin-bottom:24px;
  }

  body[data-page="checkout"] .purchase-panel-card,
  body[data-page="checkout"] .purchase-summary-rail,
  body[data-page="checkout"] .purchase-summary-card,
  body[data-page="checkout"] .checkout-section,
  body[data-page="checkout"] .purchase-layout--combined .checkout-section{
    padding:16px;
    border-radius:20px;
  }

  body[data-page="checkout"] .purchase-flow-head--compact{
    padding:18px;
  }

  body[data-page="checkout"] .purchase-flow-head--compact h1{
    font-size:clamp(2.35rem,12vw,3.4rem);
  }

  body[data-page="checkout"] .purchase-utility-grid,
  body[data-page="checkout"] .checkout-split,
  body[data-page="checkout"] .choice-grid,
  body[data-page="checkout"] .choice-grid--payment{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card:last-child{
    grid-column:auto;
  }

  body[data-page="checkout"] .purchase-panel-head h2,
  body[data-page="checkout"] .checkout-section-head h2,
  body[data-page="checkout"] .purchase-summary-card h3{
    font-size:clamp(1.9rem,10vw,2.5rem);
  }

  body[data-page="checkout"] .cart-line{
    grid-template-columns:1fr;
    gap:14px;
  }

  body[data-page="checkout"] .cart-line-pack{
    min-height:160px;
  }

  body[data-page="checkout"] .cart-line-title,
  body[data-page="checkout"] .cart-line-price{
    font-size:clamp(1.65rem,9vw,2.2rem);
  }

  body[data-page="checkout"] .checkout-flow-form .form-grid{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .checkout-flow-form .form-grid input,
  body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
    min-height:54px;
    padding:14px 16px;
    font-size:17px;
  }

  body[data-page="checkout"] .purchase-summary-card h3 span{
    white-space:normal;
  }

  body[data-page="checkout"] .purchase-summary-total strong,
  body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
    font-size:clamp(2.45rem,16vw,3.35rem);
  }

  body[data-page="checkout"] .site-footer{
    display:none;
    margin-top:0;
  }
}

body[data-page="checkout"] .purchase-utility-grid{
  display:none;
}

body[data-page="checkout"] .purchase-flow-head--compact{
  gap:10px;
  padding:20px 22px;
}

body[data-page="checkout"] .purchase-flow-head--compact h1{
  max-width:10ch;
  font-size:clamp(2.05rem,3.2vw,2.8rem);
  line-height:.96;
}

body[data-page="checkout"] .purchase-flow-head--compact p{
  max-width:32rem;
  font-size:14px;
}

body[data-page="checkout"] .purchase-panel-head h2{
  max-width:12ch;
  font-size:clamp(1.55rem,2.1vw,1.95rem);
  line-height:.98;
}

body[data-page="checkout"] .purchase-panel-head p{
  font-size:14px;
}

body[data-page="checkout"] .cart-line{
  grid-template-columns:132px minmax(0,1fr);
  gap:16px;
}

body[data-page="checkout"] .cart-line-pack{
  min-height:156px;
}

body[data-page="checkout"] .cart-line-title{
  max-width:12ch;
  font-size:clamp(1.55rem,2.2vw,2rem);
  line-height:.94;
}

body[data-page="checkout"] .cart-line-price{
  font-size:clamp(1.35rem,1.9vw,1.8rem);
}

body[data-page="checkout"] .cart-line-meta,
body[data-page="checkout"] .cart-line-note{
  font-size:14px;
}

body[data-page="checkout"] .purchase-summary-rail{
  padding:10px;
  box-shadow:none;
}

body[data-page="checkout"] .purchase-summary-card,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card{
  padding:20px;
  box-shadow:none;
}

body[data-page="checkout"] .purchase-summary-card h3,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card h3{
  font-size:clamp(1.45rem,1.8vw,1.8rem);
  line-height:1;
}

body[data-page="checkout"] .purchase-summary-line-copy strong{
  font-size:15px;
}

body[data-page="checkout"] .purchase-summary-line-copy span,
body[data-page="checkout"] .purchase-summary-line b,
body[data-page="checkout"] .purchase-summary-row span,
body[data-page="checkout"] .purchase-summary-row strong{
  font-size:14px;
}

body[data-page="checkout"] .purchase-summary-total span{
  font-size:14px;
}

body[data-page="checkout"] .purchase-summary-total strong,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
  font-size:clamp(2.35rem,3.1vw,3rem);
}

body[data-page="checkout"] .purchase-summary-submit.btn{
  min-height:54px;
  font-size:17px;
}

body[data-page="checkout"] .purchase-summary-card--dark .btn-ghost{
  min-height:52px;
  font-size:16px;
}

body[data-page="checkout"] .checkout-section,
body[data-page="checkout"] .purchase-layout--combined .checkout-section{
  gap:12px;
  padding:18px;
  box-shadow:none;
}

body[data-page="checkout"] .checkout-section-head h2,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head h2{
  max-width:none;
  font-size:clamp(1.2rem,1.5vw,1.45rem);
  line-height:1;
}

body[data-page="checkout"] .checkout-section-head p,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head p{
  max-width:34rem;
  font-size:13px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid label span{
  font-size:14px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input,
body[data-page="checkout"] .checkout-flow-form .form-grid select,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:50px;
  padding:13px 15px;
  font-size:16px;
  background:#fafafa;
}

body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:124px;
}

body[data-page="checkout"] .choice-card{
  min-height:96px;
  padding:12px 14px;
  border-radius:16px;
}

body[data-page="checkout"] .choice-card strong{
  font-size:15px;
  line-height:1.02;
}

body[data-page="checkout"] .choice-card small{
  font-size:12px;
  color:#7a7a7a;
}

body[data-page="checkout"] .choice-grid--delivery{
  grid-template-columns:1fr;
}

body[data-page="checkout"] .choice-grid--payment{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body[data-page="checkout"] .choice-grid--payment .choice-card:last-child{
  grid-column:auto;
}

body[data-page="checkout"] .checkout-help-note{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

body[data-page="checkout"] .checkout-inline-notes{
  display:none;
}

@media (max-width: 760px){
  body[data-page="checkout"] .purchase-flow-head--compact h1{
    font-size:clamp(1.8rem,10vw,2.4rem);
  }

  body[data-page="checkout"] .choice-grid--payment{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card{
    min-height:112px;
    padding:12px 10px;
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card strong{
    font-size:clamp(1rem,4vw,1.18rem);
    line-height:1.05;
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card small{
    font-size:clamp(.78rem,3.2vw,.9rem);
    line-height:1.28;
  }

  body[data-page="checkout"] .purchase-summary-card h3 span{
    white-space:normal;
  }
}

body[data-page="checkout"] .purchase-flow-head--compact{
  display:none;
}

body[data-page="checkout"] .site-main{
  width:min(1240px,calc(100% - 40px));
  padding-top:14px;
}

body[data-page="checkout"] .purchase-layout{
  grid-template-columns:minmax(0,1fr) minmax(320px,340px);
  gap:18px;
  margin-bottom:24px;
}

body[data-page="checkout"] .purchase-main,
body[data-page="checkout"] .purchase-layout--combined .purchase-main{
  gap:14px;
}

body[data-page="checkout"] .purchase-panel-card{
  padding:18px;
  border-radius:22px;
  box-shadow:none;
}

body[data-page="checkout"] .purchase-panel-head{
  gap:4px;
  margin-bottom:12px;
}

body[data-page="checkout"] .purchase-panel-head h2{
  max-width:none;
  font-size:clamp(1.35rem,1.8vw,1.7rem);
  line-height:1;
}

body[data-page="checkout"] .purchase-panel-head p{
  font-size:13px;
  line-height:1.45;
}

body[data-page="checkout"] .cart-line{
  grid-template-columns:120px minmax(0,1fr);
  gap:14px;
  padding:16px 0;
}

body[data-page="checkout"] .cart-line-pack{
  min-height:144px;
  border-radius:18px;
}

body[data-page="checkout"] .cart-line-pack-title{
  font-size:clamp(1.25rem,1.8vw,1.55rem);
}

body[data-page="checkout"] .cart-line-kicker{
  margin-bottom:4px;
  font-size:12px;
}

body[data-page="checkout"] .cart-line-title{
  max-width:none;
  font-size:clamp(1.35rem,1.9vw,1.7rem);
  line-height:.96;
}

body[data-page="checkout"] .cart-line-copy{
  gap:6px;
}

body[data-page="checkout"] .cart-line-fresh{
  gap:3px 6px;
  font-size:12px;
}

body[data-page="checkout"] .cart-line-price{
  font-size:clamp(1.25rem,1.7vw,1.55rem);
}

body[data-page="checkout"] .cart-line-top{
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "title pricebar"
    "stepper pricebar";
  align-items:start;
  gap:10px 14px;
}

body[data-page="checkout"] .cart-line-meta,
body[data-page="checkout"] .cart-line-note{
  font-size:13px;
}

body[data-page="checkout"] .qty-stepper-btn{
  width:34px;
  height:34px;
  font-size:20px;
}

body[data-page="checkout"] .qty-stepper-value{
  min-width:28px;
  font-size:16px;
}

body[data-page="checkout"] .cart-line-pricebar{
  gap:8px;
}

body[data-page="checkout"] .cart-line-price-old{
  font-size:11px;
}

body[data-page="checkout"] .cart-line-remove-icon{
  width:36px;
  height:36px;
  border-radius:13px;
}

body[data-page="checkout"] .cart-line-remove-icon svg{
  width:16px;
  height:16px;
}

body[data-page="checkout"] .cart-line-link,
body[data-page="checkout"] .cart-line-remove{
  min-height:36px;
  padding:0 13px;
  font-size:13px;
}

body[data-page="checkout"] .purchase-summary-rail{
  top:88px;
  padding:8px;
  border-radius:22px;
}

body[data-page="checkout"] .purchase-summary-card,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card{
  gap:10px;
  padding:18px;
  border-radius:20px;
}

body[data-page="checkout"] .purchase-summary-card h3,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-card h3{
  font-size:clamp(1.25rem,1.45vw,1.5rem);
  line-height:.96;
}

@media (max-width: 980px){
  body[data-page="checkout"] .cart-line-top{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "title title"
      "stepper pricebar";
    align-items:center;
    gap:12px 14px;
  }

  body[data-page="checkout"] .cart-line-title{
    min-width:0;
    font-size:clamp(1.2rem,4.8vw,1.8rem);
    line-height:.95;
  }

  body[data-page="checkout"] .cart-line-stepper{
    justify-self:start;
    align-self:center;
  }

  body[data-page="checkout"] .cart-line-pricebar{
    min-width:0;
    justify-self:end;
    align-self:center;
  }

  body[data-page="checkout"] .cart-line-price{
    font-size:clamp(1.2rem,4.6vw,1.7rem);
  }
}

@media (max-width: 760px){
  body[data-page="checkout"] .cart-line{
    gap:14px;
    grid-template-columns:88px minmax(0,1fr);
  }

  body[data-page="checkout"] .cart-line-top{
    grid-template-columns:auto minmax(0,1fr);
    grid-template-areas:
      "title title"
      "stepper pricebar";
    gap:10px 10px;
    align-items:center;
  }

  body[data-page="checkout"] .cart-line-title{
    font-size:clamp(1.08rem,4.3vw,1.35rem);
    line-height:.94;
  }

  body[data-page="checkout"] .cart-line-copy{
    gap:5px;
  }

  body[data-page="checkout"] .cart-line-fresh{
    gap:2px 6px;
    font-size:11px;
    line-height:1.25;
  }

  body[data-page="checkout"] .cart-line-fresh-secondary{
    font-size:10px;
  }

  body[data-page="checkout"] .cart-line-pricebar{
    width:auto;
    gap:8px;
    justify-content:flex-end;
    justify-self:end;
    align-self:center;
  }

  body[data-page="checkout"] .cart-line-stepper{
    justify-self:start;
    align-self:center;
  }

  body[data-page="checkout"] .cart-line-price{
    font-size:clamp(1rem,4.2vw,1.3rem);
  }

  body[data-page="checkout"] .cart-line-price-old{
    font-size:9px;
  }

  body[data-page="checkout"] .qty-stepper{
    gap:4px;
    padding:2px;
  }

  body[data-page="checkout"] .qty-stepper-btn{
    width:28px;
    height:28px;
    font-size:17px;
  }

  body[data-page="checkout"] .qty-stepper-value{
    min-width:22px;
    font-size:14px;
  }

  body[data-page="checkout"] .cart-line-remove-icon{
    width:34px;
    height:34px;
  }
}

body[data-page="checkout"] .purchase-summary-line{
  gap:10px;
  padding-bottom:10px;
}

body[data-page="checkout"] .purchase-summary-line-copy strong{
  font-size:14px;
}

body[data-page="checkout"] .purchase-summary-line-copy span,
body[data-page="checkout"] .purchase-summary-line b,
body[data-page="checkout"] .purchase-summary-row span,
body[data-page="checkout"] .purchase-summary-row strong{
  font-size:13px;
}

body[data-page="checkout"] .purchase-summary-total{
  align-items:center;
}

body[data-page="checkout"] .purchase-summary-total span{
  font-size:13px;
}

body[data-page="checkout"] .purchase-summary-total strong,
body[data-page="checkout"] .purchase-layout--combined .purchase-summary-total strong{
  font-size:clamp(2rem,2.5vw,2.45rem);
  line-height:1;
}

body[data-page="checkout"] .purchase-summary-submit.btn{
  min-height:50px;
  border-radius:16px;
  font-size:16px;
}

body[data-page="checkout"] .purchase-summary-card--dark .btn-ghost{
  min-height:48px;
  border-radius:16px;
  font-size:15px;
}

body[data-page="checkout"] .purchase-layout--combined .checkout-flow-form{
  padding:18px;
}

body[data-page="checkout"] .checkout-sections{
  gap:12px;
}

body[data-page="checkout"] .checkout-split{
  gap:12px;
}

body[data-page="checkout"] .checkout-section,
body[data-page="checkout"] .purchase-layout--combined .checkout-section{
  gap:10px;
  padding:16px;
  border-radius:20px;
}

body[data-page="checkout"] .checkout-section-head{
  gap:4px;
}

body[data-page="checkout"] .checkout-section-head h2,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head h2{
  font-size:clamp(1.1rem,1.35vw,1.3rem);
  line-height:1;
}

body[data-page="checkout"] .checkout-section-head p,
body[data-page="checkout"] .purchase-layout--combined .checkout-section-head p,
body[data-page="checkout"] .checkout-help-note{
  max-width:30rem;
  font-size:12px;
  line-height:1.45;
}

body[data-page="checkout"] .checkout-flow-form .form-grid{
  gap:12px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid label span{
  font-size:13px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid input,
body[data-page="checkout"] .checkout-flow-form .form-grid select,
body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:48px;
  padding:12px 14px;
  font-size:15px;
  border-radius:14px;
}

body[data-page="checkout"] .checkout-flow-form .form-grid textarea{
  min-height:116px;
}

body[data-page="checkout"] .choice-grid{
  gap:10px;
}

body[data-page="checkout"] .choice-card{
  min-height:82px;
  padding:10px 12px;
  border-radius:14px;
}

body[data-page="checkout"] .choice-card-kicker{
  font-size:11px;
}

body[data-page="checkout"] .choice-card strong{
  font-size:14px;
}

body[data-page="checkout"] .choice-card small{
  font-size:11px;
  line-height:1.35;
}

@media (max-width: 760px){
  body[data-page="checkout"] .site-main{
    width:min(100%,calc(100% - 24px));
  }

  body[data-page="checkout"] .purchase-layout{
    grid-template-columns:1fr;
    gap:14px;
  }

  body[data-page="checkout"] .purchase-summary-rail{
    position:static;
  }

  body[data-page="checkout"] .checkout-split,
  body[data-page="checkout"] .choice-grid--payment{
    grid-template-columns:1fr;
  }
}

body[data-page="checkout"] .checkout-split{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:16px;
}

body[data-page="checkout"] .checkout-split .checkout-section{
  background:linear-gradient(180deg,#ffffff 0%,#fcfcfc 100%);
  border-color:#ebebeb;
  box-shadow:0 10px 24px rgba(17,17,17,.04);
}

body[data-page="checkout"] .checkout-split .checkout-section-head{
  gap:6px;
  margin-bottom:4px;
  padding-bottom:0;
  border-bottom:none;
}

body[data-page="checkout"] .checkout-split .checkout-section-head h2{
  font-size:clamp(1.2rem,1.45vw,1.45rem);
}

body[data-page="checkout"] .checkout-split .checkout-section-head p{
  max-width:28rem;
  font-size:13px;
  line-height:1.5;
}

body[data-page="checkout"] .choice-grid--delivery{
  grid-template-columns:1fr;
}

body[data-page="checkout"] .choice-grid--payment{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body[data-page="checkout"] .choice-card{
  min-height:98px;
  padding:12px 14px;
  border:1px solid #e6e6e6;
  background:#f4f4f2;
  box-shadow:none;
}

body[data-page="checkout"] .choice-card:hover{
  transform:none;
  border-color:#d5d5d5;
}

body[data-page="checkout"] .choice-card.is-active{
  border-color:#151515;
  background:#ffffff;
  box-shadow:inset 0 0 0 1px #151515;
}

body[data-page="checkout"] .choice-card.is-active strong{
  color:#151515;
}

body[data-page="checkout"] .choice-card.is-active .choice-card-kicker,
body[data-page="checkout"] .choice-card.is-active small{
  color:#6f6f6f;
}

body[data-page="checkout"] .choice-card strong{
  font-size:15px;
  line-height:1;
}

body[data-page="checkout"] .choice-card small{
  font-size:12px;
  line-height:1.35;
}

body[data-page="checkout"] .choice-grid--delivery .choice-card{
  max-width:100%;
}

body[data-page="checkout"] .checkout-delivery-unavailable{
  display:grid;
  gap:8px;
  padding:18px;
  border:1px dashed #d7c7a1;
  border-radius:16px;
  background:#fbf6ea;
}

body[data-page="checkout"] .checkout-delivery-unavailable strong{
  color:#151515;
  font-size:16px;
  font-weight:800;
}

body[data-page="checkout"] .checkout-delivery-unavailable p{
  margin:0;
  color:#5f5a4d;
  font-size:13px;
  line-height:1.6;
}

body[data-page="checkout"] .checkout-split .form-grid{
  gap:10px;
}

body[data-page="checkout"] .checkout-split .form-grid input,
body[data-page="checkout"] .checkout-split .form-grid textarea{
  background:#ffffff;
  border-color:#e4e4e4;
}

@media (max-width: 760px){
  body[data-page="checkout"] .checkout-split{
    grid-template-columns:1fr;
  }

  body[data-page="checkout"] .choice-grid--delivery,
  body[data-page="checkout"] .choice-grid--payment{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="checkout"] .choice-grid--payment .choice-card:last-child{
    grid-column:auto;
  }
}

/* Product page rebuild */
body[data-page="product"] .site-main{
  width:min(1280px,calc(100% - 48px));
  padding-top:28px;
}

body[data-page="product"] .breadcrumbs{
  margin:0 0 24px;
  gap:12px;
  font-family:"Helvetica Neue","Segoe UI",sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:.01em;
  color:#9f9c95;
}

body[data-page="product"] .breadcrumbs a{
  color:#9f9c95;
}

body[data-page="product"] .breadcrumbs span:last-child{
  color:#9f9c95;
}

body[data-page="product"] .product-stage{
  max-width:1080px;
  margin:0 auto;
  grid-template-columns:72px minmax(0,1.2fr) minmax(300px,.7fr);
  gap:24px;
  align-items:start;
}

body[data-page="product"] .product-gallery-rail{
  gap:12px;
}

body[data-page="product"] .gallery-thumb{
  gap:10px;
}

body[data-page="product"] .gallery-thumb-label{
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
  color:#a8a49c;
}

body[data-page="product"] .product-thumb-media .product-media-img{
  padding:12px;
  object-fit:contain;
  background:#f7f7f4;
}
body[data-page="product"] .product-gallery-rail-empty{
  width:72px;
}
body[data-page="product"] .product-gallery-rail{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
}
body[data-page="product"] .gallery-thumb-btn{
  width:72px;
  height:72px;
  border-radius:14px;
  border:2px solid #e8e8e4;
  background:#f7f7f4;
  padding:0;
  cursor:pointer;
  overflow:hidden;
  flex-shrink:0;
  transition:border-color .15s,opacity .15s;
  outline:none;
  opacity:.6;
}
body[data-page="product"] .gallery-thumb-btn img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body[data-page="product"] .gallery-thumb-btn.is-active,
body[data-page="product"] .gallery-thumb-btn:hover{
  border-color:#111;
  opacity:1;
}
body[data-page="product"] .product-showcase-img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

body[data-page="product"] .product-thumb-media .product-media-fallback{
  padding:12px;
  background:#f7f7f4;
}

body[data-page="product"] .product-thumb-media .product-pack-fallback{
  width:min(68%,86px);
  padding:8px 7px 6px;
  border-radius:14px 14px 10px 10px;
  box-shadow:0 8px 14px rgba(0,0,0,.08);
}

body[data-page="product"] .product-thumb-media .product-pack-brand,
body[data-page="product"] .product-thumb-media .product-pack-weight,
body[data-page="product"] .product-thumb-media .product-pack-origin,
body[data-page="product"] .product-thumb-media .product-pack-profile{
  font-size:7px;
}

body[data-page="product"] .product-thumb-media .product-pack-title{
  font-size:clamp(14px,1vw,18px);
}

body[data-page="product"] .product-showcase{
  position:relative;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  overflow:visible;
}

body[data-page="product"] .product-showcase-sticker{
  position:absolute;
  left:18px;
  top:18px;
  bottom:auto;
  z-index:3;
  max-width:clamp(186px, 21vw, 264px);
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:16px;
  background:transparent;
  color:var(--sticker-color, #ffffff);
  box-shadow:0 20px 36px rgba(0,0,0,.2);
  overflow:hidden;
}

body[data-page="product"] .product-showcase-sticker::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:var(--sticker-bg, #111111);
  opacity:.88;
  z-index:0;
}

body[data-page="product"] .product-showcase-sticker span{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  text-align:center;
  text-wrap:balance;
  white-space:pre-line;
  overflow-wrap:anywhere;
  text-transform:uppercase;
  font-size:clamp(18px,1.55vw,24px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:.01em;
}

body[data-page="product"] .product-showcase .product-showcase-media{
  min-height:580px;
  display:grid;
  align-items:start;
  justify-items:center;
  padding-top:32px;
  border:none;
  border-radius:28px;
  background:#ffffff;
  box-shadow:none;
}

body[data-page="product"] .product-showcase .product-media-img{
  width:auto;
  height:auto;
  max-width:84%;
  max-height:90%;
  object-fit:contain;
  background:transparent;
}

body[data-page="product"] .product-showcase .product-media-fallback{
  background:#ffffff;
  padding:20px;
}

body[data-page="product"] .product-showcase .product-pack-fallback{
  width:min(68%,400px);
  padding:18px 16px 14px;
  border-radius:24px 24px 18px 18px;
  box-shadow:0 14px 28px rgba(0,0,0,.12);
}

body[data-page="product"] .product-showcase .product-pack-brand,
body[data-page="product"] .product-showcase .product-pack-weight,
body[data-page="product"] .product-showcase .product-pack-origin,
body[data-page="product"] .product-showcase .product-pack-profile{
  font-size:12px;
}

body[data-page="product"] .product-showcase .product-pack-brand{
  padding:6px 9px;
}

body[data-page="product"] .product-showcase .product-pack-title{
  font-size:clamp(38px,4vw,62px);
  line-height:.8;
  letter-spacing:-.04em;
}

body[data-page="product"] .product-showcase .product-pack-title span{
  white-space:normal;
  text-wrap:balance;
}

body[data-page="product"] .product-aside{
  gap:10px;
  padding:6px 0 0;
}

body[data-page="product"] .product-topline{
  gap:10px;
  margin-bottom:2px;
}

body[data-page="product"] .product-score{
  font-size:13px;
  font-weight:600;
}
body[data-page="product"] .product-score-rating{
  display:inline-flex;
  align-items:center;
  gap:5px;
  line-height:1;
}
body[data-page="product"] .product-score-rating .rating-star-icon{
  width:22px;
  height:22px;
  stroke-width:2.05;
}
body[data-page="product"] .product-score-rating .rating-star-icon path{
  fill:var(--highlight-yellow);
}
body[data-page="product"] .product-score-reviews{
  display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-family:inherit;color:inherit;cursor:pointer;
}
body[data-page="product"] .product-score-reviews-icon{width:18px;height:18px;flex-shrink:0;display:block}
body[data-page="product"] .product-score-reviews:hover{text-decoration:underline;}

body[data-page="product"] .product-chip-black{
  padding:5px 10px;
  border-radius:999px;
  background:#f3f3f0;
  color:#171717;
  font-size:10px;
  letter-spacing:.06em;
}

body[data-page="product"] .product-kicker-lite{
  font-size:13px;
  letter-spacing:.11em;
  color:#9b978f;
}

body[data-page="product"] .product-title-display{
  max-width:none;
  font-size:clamp(34px,3.2vw,50px);
  line-height:.9;
  letter-spacing:-.045em;
}

body[data-page="product"] .product-subtitle-line{
  font-size:15px;
  line-height:1.15;
  color:#8f8b84;
  letter-spacing:.08em;
}

body[data-page="product"] .product-hero-summary{
  margin:0;
  max-width:23rem;
  font-size:15px;
  line-height:1.44;
  color:#262626;
}

body[data-page="product"] .product-note-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
}

body[data-page="product"] .product-note-prefix{
  font-size:14px;
  line-height:1.45;
  color:#222222;
  flex-shrink:0;
}

body[data-page="product"] .taste-tags-inline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
}

body[data-page="product"] .taste-tag{
  padding:6px 11px;
  border-radius:999px;
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
}

body[data-page="product"] .taste-tag-0{background:#b16a3c;color:#fff}
body[data-page="product"] .taste-tag-1{background:#ead8a8;color:#241f1a}
body[data-page="product"] .taste-tag-2{background:#f0ddbf;color:#2a241d}
body[data-page="product"] .taste-tag-3{background:#4a9e6a;color:#fff}
body[data-page="product"] .taste-tag-4{background:#4a82c8;color:#fff}
body[data-page="product"] .taste-tag-5{background:#8a5cb8;color:#fff}
body[data-page="product"] .taste-tag-6{background:#c84a4a;color:#fff}
body[data-page="product"] .taste-tag-7{background:#3aacac;color:#fff}
body[data-page="product"] .taste-tag-8{background:#c8c840;color:#1a1a00}
body[data-page="product"] .taste-tag-9{background:#f38c40;color:#fff}
body[data-page="product"] .taste-tag-10{background:#c45c8e;color:#fff}
body[data-page="product"] .taste-tag-11{background:#768a3a;color:#fff}
body[data-page="product"] .taste-tag-12{background:#ff988b;color:#31201b}
body[data-page="product"] .taste-tag-13{background:#438c84;color:#fff}
body[data-page="product"] .taste-tag-14{background:#663f98;color:#fff}
body[data-page="product"] .taste-tag-15{background:#ece0c0;color:#2d2518}

body[data-page="product"] .profile-grid{
  max-width:350px;
  gap:14px;
  margin-top:2px;
}

body[data-page="product"] .profile-meter span{
  margin-bottom:8px;
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:15px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
  color:#1d1d1d;
}

body[data-page="product"] .profile-meter-bar{
  height:4px;
  background:#e3e3df;
}

body[data-page="product"] .profile-meter-bar i{
  background:#111111;
}

.product-meta-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.product-meta-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 9px;
  border-radius:10px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
}
a.product-meta-chip{
  color:inherit;
  text-decoration:none;
}
.grind-drop{
  position:relative;
  display:inline-block;
}
.grind-drop-card .grind-drop-trigger{
  all:unset;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 25px 5px 9px;
  border-radius:10px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  cursor:pointer;
  position:relative;
  white-space:nowrap;
  box-sizing:border-box;
}
.grind-drop-card .grind-drop-trigger::after{
  content:"";
  position:absolute;
  right:9px;
  top:50%;
  width:10px;
  height:7px;
  margin-top:-3px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1.25 5 5l4-3.75' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:10px 7px;
}
.grind-drop-card .grind-drop-list{
  border-radius:10px;
  font-family:var(--display-font);
  font-size:13px;
  text-transform:uppercase;
}
.grind-drop-card .grind-drop-item{
  border-radius:6px;
  font-family:var(--display-font);
  font-size:13px;
  text-transform:uppercase;
}
.grind-drop-trigger{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:30px;
  padding:5px 28px 5px 9px;
  border-radius:10px;
  border:1px solid var(--line);
  background:var(--white);
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  color:#111;
  cursor:pointer;
  outline:none;
  white-space:nowrap;
  -webkit-appearance:none;
  appearance:none;
  position:relative;
}
.grind-drop-trigger:hover,.grind-drop.is-open .grind-drop-trigger{
  border-color:#aaa;
}
.grind-drop-chevron{
  flex-shrink:0;
  transition:transform .2s;
}
.grind-drop.is-open .grind-drop-chevron{
  transform:rotate(180deg);
}
.grind-drop-list{
  display:none;
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  min-width:100%;
  background:#fff;
  border:1.5px solid #e8e8e4;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  overflow:hidden;
  z-index:20;
  padding:4px;
  margin:0;
  list-style:none;
}
.grind-drop.is-open .grind-drop-list{
  display:block;
}
.grind-drop-item{
  padding:9px 14px;
  font-size:13px;
  font-weight:500;
  color:#333;
  border-radius:10px;
  cursor:pointer;
  white-space:nowrap;
  transition:background .12s;
}
.grind-drop-item:hover{
  background:#f4f4f0;
}
.grind-drop-item.is-selected{
  color:#111;
  font-weight:600;
  background:#f0f0ec;
}

body[data-page="product"] .option-tabs{
  gap:12px;
  margin-top:2px;
}

body[data-page="product"] .option-tab{
  min-height:44px;
  padding:0 16px;
  border-radius:13px;
  border:1px solid #ecece7;
  background:#f4f4f2;
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:15px;
  font-weight:500;
  text-transform:none;
}

body[data-page="product"] .option-tab.is-active{
  background:#111111;
  border-color:#111111;
  color:#ffffff;
}

body[data-page="product"] .purchase-panel{
  gap:14px;
  margin-top:4px;
}

body[data-page="product"] .option-pill-row{
  gap:10px;
}

body[data-page="product"] .purchase-panel .option-pill{
  min-height:42px;
  padding:0 14px;
  border-radius:13px;
  border:1px solid #ecece7;
  font-family:"Inter","Segoe UI",sans-serif;
  font-size:14px;
  font-weight:600;
  text-transform:none;
}

body[data-page="product"] .purchase-panel .option-pill-active{
  background:#111111;
  border-color:#111111;
  color:#ffffff;
}

body[data-page="product"] .purchase-price-block{
  gap:6px;
}

body[data-page="product"] .price-old-inline{
  font-size:14px;
}

body[data-page="product"] .product-price-large{
  font-size:40px;
  line-height:.96;
}

body[data-page="product"] .product-buybox-compact{
  margin-top:4px;
  display:flex;
  align-items:center;
  gap:14px;
}
body[data-page="product"] .product-fresh-inline{
  margin:8px 0 12px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#111;
}
body[data-page="product"] .product-fresh-inline-content{
  min-width:0;
  display:flex;
  align-items:center;
  gap:6px;
}
body[data-page="product"] .product-fresh-inline--with-date .product-fresh-inline-content{
  padding-right:0;
}
body[data-page="product"] .product-fresh-inline-text{
  font-size:15px;
  line-height:1.3;
  font-weight:300;
}
body[data-page="product"] .product-fresh-inline-note{
  font-size:12px;
  line-height:1.4;
  color:#7c776d;
}
body[data-page="product"] .product-fresh-inline-date{
  margin-left:2px;
  font-size:15px;
  line-height:1.3;
  font-weight:600;
  white-space:nowrap;
}
@media (max-width: 720px){
  body[data-page="product"] .product-fresh-inline{
    flex-wrap:wrap;
  }
  body[data-page="product"] .product-fresh-inline-content{
    flex-wrap:wrap;
  }
  body[data-page="product"] .product-fresh-inline-date{
    margin-left:0;
  }
}
body[data-page="product"] .product-low-stock-note{
  font-size:13px;
  color:#888;
  margin:0;
}

body[data-page="product"] .product-buybox-compact .btn-large{
  min-width:196px;
  min-height:50px;
  padding:0 24px;
  border-radius:15px;
  font-size:17px;
  display:inline-flex;
  align-items:center;
  gap:14px;
}
body[data-page="product"] .product-buybox-compact .btn-large.is-added{
  background:var(--highlight-yellow);
  color:var(--black);
  border-color:var(--highlight-yellow);
  box-shadow:0 0 0 4px rgba(244,198,61,.25), 0 10px 24px rgba(244,198,61,.35);
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder{
  width:auto;
  display:inline-flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:14px;
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .btn-large{
  flex:0 0 auto;
  justify-content:center;
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .product-fresh-inline--preorder{
  width:auto;
  min-width:0;
  height:50px;
  min-height:50px;
  padding:0 12px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
  white-space:nowrap;
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-content{
  width:100%;
  flex-wrap:nowrap;
  gap:5px;
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-text,
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-date{
  font-size:14px;
  line-height:1.05;
}
body[data-page="product"] .product-buybox-compact.product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-note{
  display:block !important;
  width:100%;
  font-size:10px;
  line-height:1.1;
  color:#81796f;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body[data-page="product"] .btn-cart-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
body[data-page="product"] .btn-cart-icon svg{
  width:22px;
  height:22px;
}
body[data-page="product"] .btn-cart-prices{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1px;
  margin:0 auto;
}
body[data-page="product"] .btn-cart-old{
  font-size:11px;
  font-weight:500;
  opacity:.55;
  text-decoration:line-through;
  line-height:1;
}
body[data-page="product"] .btn-cart-price{
  font-size:16px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.01em;
}

body[data-page="product"] .product-login-banner{
  display:grid;
  grid-template-columns:minmax(0,1fr) 64px;
  gap:12px;
  align-items:center;
  width:100%;
  margin-top:4px;
  padding:12px 14px;
  border:1px solid #ecece7;
  border-radius:18px;
  background:#f4f4f2;
  cursor:pointer;
  text-align:left;
  font-family:inherit;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
}
body[data-page="product"] .product-login-banner:hover{border-color:#d9d8d2;background:#efefec}
body[data-page="product"] .product-login-banner:focus-visible{box-shadow:0 0 0 3px rgba(244,198,61,.28);border-color:#d9d8d2}

body[data-page="product"] .product-login-copy strong{
  display:block;
  margin-bottom:4px;
  font-size:15px;
  font-weight:700;
  line-height:1.25;
}

body[data-page="product"] .product-login-copy span{
  display:block;
  color:#6b6b66;
  font-size:13px;
  line-height:1.45;
}

body[data-page="product"] .product-login-arrow{
  width:64px;
  height:64px;
  border-radius:18px;
  border:1px solid #e7e7e2;
  background:#ffffff;
  color:#111111;
  font-size:22px;
}

body[data-page="product"]{
  --product-content-width:1040px;
}

body[data-page="product"] .product-tabs-shell{
  max-width:var(--product-content-width);
  margin:18px auto 12px;
}

body[data-page="product"] .product-review-insight{
  max-width:var(--product-content-width);
  margin:0 auto 18px;
  padding:14px 18px 15px;
  border:1px solid #eee7db;
  border-radius:20px;
  background:linear-gradient(145deg,#fff 0%,#fefdfb 100%);
  box-shadow:0 10px 28px rgba(37,30,18,.04);
}

body[data-page="product"] .product-review-insight-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
  min-width:0;
}

body[data-page="product"] .product-review-insight-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

body[data-page="product"] .product-review-insight-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:13px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:1;
}

body[data-page="product"] .product-review-insight-eyebrow{
  margin:0;
  font-size:16px;
  line-height:1.05;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  color:#15120f;
}

body[data-page="product"] .product-review-insight-subtitle{
  display:block;
  margin-top:3px;
  font-size:11px;
  line-height:1.2;
  color:#938b7f;
}

body[data-page="product"] .product-review-insight-text{
  margin:0;
  max-width:820px;
  font-size:15px;
  line-height:1.5;
  letter-spacing:0;
  color:#27231f;
}

body[data-page="product"] .product-review-insight-details{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:11px;
}

body[data-page="product"] .product-review-insight-detail{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  padding:6px 11px;
  border:1px solid transparent;
  border-radius:11px;
  background:#f7f4ee;
  color:#50493f;
  font-size:12px;
  line-height:1.25;
}

body[data-page="product"] .product-review-insight-detail:first-child{
  border-color:#ead9aa;
  background:#fff9e8;
  color:#342a15;
}

body[data-page="product"] .product-review-insight-detail-label{
  color:#9a907f;
  font-size:11px;
  font-weight:700;
  text-transform:none;
}

body[data-page="product"] .product-review-insight-detail:first-child .product-review-insight-detail-label{
  color:#9a7926;
}

body[data-page="product"] .product-review-insight-detail-value{
  font-weight:600;
}

body[data-page="product"] .product-review-insight-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid #eee7dc;
  border-radius:999px;
  background:#faf8f4;
  color:#928672;
  font-size:10px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

body[data-page="product"] .product-tabs{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(0,1fr);
  gap:3px;
  width:100%;
  max-width:var(--product-content-width);
  padding:3px;
  border:1px solid #ece8dc;
  border-radius:18px;
  background:#f7f6f2;
  box-shadow:none;
}

body[data-page="product"] .product-tab-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  width:100%;
  padding:0 12px;
  border-radius:15px;
  border:1px solid transparent;
  font-family:var(--display-font);
  font-size:14px;
  line-height:1;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#9b9a96;
  transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;
}

body[data-page="product"] .product-tab-pill:hover{
  background:rgba(255,255,255,.55);
  color:#111111;
}
body[data-page="product"] .product-tab-pill.is-active{
  background:#ffffff;
  border-color:#ebe6d8;
  color:#111111;
  box-shadow:0 4px 10px rgba(17,17,17,.035);
}

body[data-page="product"] .product-section{
  margin-top:34px;
}

body[data-page="product"] .product-section-details,
body[data-page="product"] .product-section-description{
  max-width:var(--product-content-width);
  margin-left:auto;
  margin-right:auto;
}

body[data-page="product"] #product-brewing,
body[data-page="product"] #product-storage{
  max-width:var(--product-content-width);
  margin-left:auto;
  margin-right:auto;
}

body[data-page="product"] #product-details .product-section-title,
body[data-page="product"] #product-description .product-section-title{
  margin-bottom:12px;
  font-size:20px;
  letter-spacing:.04em;
}

body[data-page="product"] .product-section-title{
  margin:0 0 16px;
  font-size:42px;
  line-height:.94;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}

body[data-page="product"] .product-detail-card{
  max-width:var(--product-content-width);
  margin:0 auto;
  padding:28px 30px;
  border:1px solid #ececec;
  border-radius:30px;
  background:#f6f6f4;
  box-shadow:none;
}

body[data-page="product"] .product-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px 44px;
}

body[data-page="product"] .product-detail-item{
  display:grid;
  gap:10px;
  align-content:start;
}

body[data-page="product"] .product-detail-item span{
  font-size:15px;
  line-height:1.15;
  color:#383838;
}

body[data-page="product"] .product-detail-item strong{
  display:block;
  max-width:none;
  font-size:18px;
  line-height:1.05;
  text-transform:uppercase;
}

body[data-page="product"] .product-description-shell{
  max-width:var(--product-content-width);
  margin:0 auto;
  display:grid;
  gap:12px;
}

body[data-page="product"] .product-description-shell .product-copy{
  margin:0;
  max-width:var(--product-content-width);
  font-size:15px;
  line-height:1.62;
  color:#232323;
}

body[data-page="product"] .product-description-shell .product-copy:first-child{
  font-size:15px;
  line-height:1.62;
  color:#111111;
}

body[data-page="product"] .product-related-links{
  display:grid;
  gap:10px;
  margin-top:6px;
  padding-top:14px;
  border-top:1px solid #ece8dc;
}

body[data-page="product"] .product-related-links-title{
  margin:0;
  font-size:12px;
  line-height:1;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8f8d86;
}

body[data-page="product"] .product-related-links-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

body[data-page="product"] .product-related-link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid #ece8dc;
  border-radius:999px;
  background:#f7f6f2;
  color:#111111;
  font-size:14px;
  font-weight:400;
  line-height:1;
  text-decoration:none;
  transition:border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

body[data-page="product"] .product-related-link:hover{
  border-color:#ddd6c6;
  background:#ffffff;
  color:#111111;
  transform:translateY(-1px);
}

body[data-page="product"] .product-article-links{
  display:grid;
  gap:8px;
}

body[data-page="product"] .product-article-link{
  position:relative;
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid #ece8dc;
  border-radius:14px;
  background:#fbfaf7;
  text-decoration:none;
  color:#111111;
  overflow:hidden;
  transition:border-color .16s ease, background .16s ease, transform .16s ease;
}

body[data-page="product"] .product-article-link:hover{
  border-color:#ddd6c6;
  background:#ffffff;
  color:#111111;
  transform:translateY(-1px);
}

body[data-page="product"] .product-article-link-label{
  width:max-content;
  max-width:100%;
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  background:#efe9d9;
  color:#5b554a;
  font-size:11px;
  font-weight:500;
  line-height:1;
}

body[data-page="product"] .product-article-link-title{
  font-size:14px;
  line-height:1.35;
  font-weight:500;
}

body[data-page="product"] .product-article-link-meta{
  font-size:12px;
  line-height:1.4;
  color:#6f6b63;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body[data-page="product"] .product-article-link-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:4px;
  font-size:12px;
  font-weight:600;
  color:#111111;
}

body[data-page="product"] .product-article-link-action span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #ece8dc;
}

body[data-page="product"] .product-article-link-action i{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#111111;
  color:#ffffff;
  font-style:normal;
  font-size:15px;
  line-height:1;
  transition:transform .16s ease, background .16s ease;
}

body[data-page="product"] .product-article-link:hover .product-article-link-action i{
  transform:translateX(2px);
}

body[data-page="product"] .product-article-link--cover{
  min-height:200px;
  align-content:end;
  gap:8px;
  padding:18px;
  border:0;
  border-radius:20px;
  background:#111111 center/cover no-repeat;
  color:#ffffff;
  isolation:isolate;
  box-shadow:0 16px 36px rgba(17,17,17,.10);
}

body[data-page="product"] .product-article-link--cover::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.78) 100%);
}

body[data-page="product"] .product-article-link--cover > *{
  position:relative;
  z-index:1;
}

body[data-page="product"] .product-article-link--cover:hover{
  background-color:#111111;
}

body[data-page="product"] .product-article-link--cover .product-article-link-label{
  padding:0;
  min-height:auto;
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.78);
  font-size:12px;
}

body[data-page="product"] .product-article-link--cover .product-article-link-title{
  color:#ffffff;
  font-size:26px;
  line-height:.95;
  font-weight:700;
  text-transform:uppercase;
  text-wrap:balance;
}

body[data-page="product"] .product-article-link--cover .product-article-link-meta{
  max-width:520px;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.45;
  -webkit-line-clamp:2;
}

body[data-page="product"] .product-article-link--cover .product-article-link-action{
  justify-content:flex-start;
  margin-top:2px;
  color:#ffffff;
}

body[data-page="product"] .product-article-link--cover .product-article-link-action span{
  background:rgba(255,255,255,.14);
  border-color:transparent;
  color:#ffffff;
  backdrop-filter:blur(10px);
}

body[data-page="product"] .product-article-link--cover .product-article-link-action i{
  background:rgba(255,255,255,.14);
  color:#ffffff;
  backdrop-filter:blur(10px);
}

body[data-page="product"] .product-related-link:focus-visible{
  outline:none;
  border-color:#d7cfbc;
  box-shadow:0 0 0 3px rgba(244,198,61,.22);
  background:#ffffff;
}

body[data-page="product"] .product-description-shell .product-copy-rich{
  max-width:var(--product-content-width);
  font-size:15px;
  line-height:1.62;
  color:#232323;
}
body[data-page="product"] .product-copy-rich p{margin:0 0 10px}
body[data-page="product"] .product-copy-rich h1,
body[data-page="product"] .product-copy-rich h2,
body[data-page="product"] .product-copy-rich h3{margin:18px 0 8px;font-weight:700;line-height:1.2}
body[data-page="product"] .product-copy-rich h1{font-size:22px}
body[data-page="product"] .product-copy-rich h2{font-size:18px}
body[data-page="product"] .product-copy-rich h3{font-size:16px}
body[data-page="product"] .product-copy-rich ul,
body[data-page="product"] .product-copy-rich ol{padding-left:20px;margin:0 0 10px}
body[data-page="product"] #product-description .product-description-shell img{
  display:block;
  max-width:100%;
  height:auto;
  border-radius:16px;
  margin:16px 0;
}
body[data-page="product"] .product-copy-rich a{color:#111;text-decoration:underline}

body[data-page="product"] .guide-grid{
  max-width:var(--product-content-width);
  margin:0 auto;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:start;
}

body[data-page="product"] .guide-card{
  position:relative;
  overflow:hidden;
  border:1px solid #ececec;
  border-radius:28px;
  background:#f6f6f4;
  box-shadow:none;
}

body[data-page="product"] .guide-card::after{
  content:none;
}

body[data-page="product"] .guide-card{
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  padding:18px 20px 18px;
  min-height:0;
  align-items:start;
  align-content:start;
}

body[data-page="product"] .guide-card-copy,
body[data-page="product"] .storage-card-copy,
body[data-page="product"] .service-card-copy{
  min-width:0;
  max-width:100%;
}

body[data-page="product"] .storage-grid{
  max-width:var(--product-content-width);
  margin:0 auto;
  gap:20px;
  align-items:start;
}

body[data-page="product"] .storage-card{
  position:relative;
  overflow:hidden;
  grid-template-columns:56px minmax(0,1fr);
  gap:16px;
  padding:20px 22px 20px;
  min-height:0;
  border:1px solid #ececec;
  border-radius:28px;
  background:#f6f6f4;
  box-shadow:none;
  align-items:start;
  align-content:start;
}

body[data-page="product"] .storage-card:first-child{
  min-height:0;
}

body[data-page="product"] .storage-card:nth-child(even){
  width:100%;
  margin:0;
  min-height:0;
}

body[data-page="product"] .storage-card::after{
  content:none;
}

body[data-page="product"] .service-grid{
  max-width:var(--product-content-width);
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px 28px;
  align-items:start;
}

body[data-page="product"] .service-stack{
  display:grid;
  gap:14px;
  align-content:start;
  align-self:start;
}

body[data-page="product"] .service-stack-title{
  margin:0;
  font-family:var(--display-font);
  font-size:32px;
  line-height:.95;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}

body[data-page="product"] .service-card{
  position:relative;
  overflow:hidden;
  grid-template-columns:72px minmax(0,1fr);
  gap:22px;
  padding:24px 26px 24px;
  min-height:0;
  border:1px solid #ececec;
  border-radius:28px;
  background:#f6f6f4;
  box-shadow:none;
}

body[data-page="product"] .service-card::after{
  content:none;
}

body[data-page="product"] .guide-card-icon{
  width:44px;
  height:44px;
  position:relative;
  z-index:1;
  align-self:start;
}

body[data-page="product"] .guide-card-icon svg{
  width:24px;
  height:24px;
}

body[data-page="product"] .storage-card-icon{
  width:52px;
  height:52px;
  position:relative;
  z-index:1;
  align-self:start;
}

body[data-page="product"] .storage-card-icon svg{
  width:34px;
  height:34px;
}

body[data-page="product"] .service-card-icon{
  width:64px;
  height:64px;
  position:relative;
  z-index:1;
  align-self:start;
}

body[data-page="product"] .service-card-icon svg{
  width:38px;
  height:38px;
}

body[data-page="product"] .guide-card-copy h3{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.05;
  position:relative;
  z-index:1;
  text-transform:uppercase;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:break-word;
}

body[data-page="product"] .storage-card-copy h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.08;
  font-weight:700;
  position:relative;
  z-index:1;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:break-word;
}

body[data-page="product"] .guide-card-copy p{
  position:relative;
  z-index:1;
  font-size:14px;
  line-height:1.4;
  color:#1a1a1a;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:break-word;
}

body[data-page="product"] .guide-card-copy p{
  max-width:none;
}

body[data-page="product"] .storage-card:first-child .storage-card-copy{
  max-width:none;
}

body[data-page="product"] .storage-card:nth-child(even) .storage-card-copy{
  max-width:none;
}

body[data-page="product"] .storage-card-copy p{
  position:relative;
  z-index:1;
  margin:0;
  font-size:15px;
  line-height:1.34;
  color:#1a1a1a;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:break-word;
}

body[data-page="product"] .storage-card-copy p + p{
  margin-top:18px;
}

body[data-page="product"] .service-card-copy p{
  position:relative;
  z-index:1;
  margin:0;
  font-size:15px;
  line-height:1.4;
  color:#1a1a1a;
  max-width:27ch;
  overflow-wrap:break-word;
  word-break:break-word;
}

@media (max-width: 1180px){
  body[data-page="product"] .product-stage{
    grid-template-columns:1fr;
    gap:16px;
  }

  body[data-page="product"] .product-gallery-rail-empty{
    display:none;
  }

  body[data-page="product"] .product-gallery-rail{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    order:2;
    gap:8px;
  }

  body[data-page="product"] .gallery-thumb-btn{
    width:60px;
    height:60px;
  }

  body[data-page="product"] .product-showcase{
    order:1;
  }

  body[data-page="product"] .product-showcase-sticker{
    left:14px;
    top:14px;
    bottom:auto;
    max-width:214px;
    min-height:48px;
    padding:11px 16px;
  }

  body[data-page="product"] .product-aside{
    order:3;
    padding:0;
  }

  body[data-page="product"] .product-showcase .product-showcase-media{
    min-height:460px;
  }

  body[data-page="product"] .product-title-display{
    font-size:48px;
  }

  body[data-page="product"] .product-price-large{
    font-size:40px;
  }

  body[data-page="product"] .product-detail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="product"] .guide-grid{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .storage-card:nth-child(even){
    width:100%;
  }

  body[data-page="product"] .service-grid{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .service-stack-title{
    font-size:30px;
  }
}

@media (max-width: 760px){
  body[data-page="product"] .site-main{
    width:min(100%,calc(100% - 24px));
    padding-top:20px;
  }

  body[data-page="product"] .breadcrumbs{
    margin:0 0 16px;
    gap:8px;
    font-size:13px;
  }

  body[data-page="product"] .product-stage{
    gap:20px;
  }

  body[data-page="product"] .product-gallery-rail{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    order:1;
  }

  body[data-page="product"] .product-thumb-media{
    width:100%;
    min-width:0;
  }

  body[data-page="product"] .product-showcase{
    order:2;
  }

  body[data-page="product"] .product-showcase-sticker{
    left:12px;
    top:12px;
    bottom:auto;
    max-width:176px;
    min-height:42px;
    padding:10px 13px;
  }

  body[data-page="product"] .product-showcase-sticker span{
    font-size:15px;
  }

  body[data-page="product"] .product-showcase .product-showcase-media{
    min-height:340px;
    border-radius:28px;
  }

  body[data-page="product"] .product-showcase .product-media-img{
    max-width:88%;
    max-height:88%;
  }

  body[data-page="product"] .product-showcase .product-pack-fallback{
    width:min(84%,300px);
    padding:16px 14px 12px;
  }

  body[data-page="product"] .product-showcase .product-pack-brand,
  body[data-page="product"] .product-showcase .product-pack-weight,
  body[data-page="product"] .product-showcase .product-pack-origin,
  body[data-page="product"] .product-showcase .product-pack-profile{
    font-size:10px;
  }

  body[data-page="product"] .product-showcase .product-pack-title{
    font-size:clamp(34px,16vw,56px);
  }

  body[data-page="product"] .product-aside{
    gap:14px;
  }

  body[data-page="product"] .product-topline{
    gap:10px;
  }

  body[data-page="product"] .product-score{
    font-size:14px;
  }

  body[data-page="product"] .product-chip-black{
    font-size:10px;
  }

  body[data-page="product"] .product-kicker-lite{
    font-size:13px;
  }

  body[data-page="product"] .product-title-display{
    font-size:36px;
  }

  body[data-page="product"] .product-subtitle-line{
    font-size:14px;
  }

  body[data-page="product"] .product-hero-summary,
  body[data-page="product"] .product-note-prefix{
    font-size:15px;
  }

  body[data-page="product"] .taste-tag{
    font-size:12px;
    padding:6px 10px;
  }

  body[data-page="product"] .profile-grid{
    max-width:none;
    grid-template-columns:1fr;
    gap:14px;
  }

  body[data-page="product"] .profile-meter span{
    font-size:16px;
  }

  body[data-page="product"] .option-tab,
  body[data-page="product"] .purchase-panel .option-pill{
    min-height:46px;
    padding:0 16px;
    border-radius:14px;
    font-size:15px;
  }

  body[data-page="product"] .product-price-large{
    font-size:38px;
  }

  body[data-page="product"] .product-buybox-compact .btn-large{
    width:100%;
    min-width:0;
    min-height:54px;
    padding:0 20px;
    font-size:18px;
  }

  body[data-page="product"] .product-buybox-compact--preorder{
    width:auto;
    max-width:none;
    display:inline-flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:14px;
  }

  body[data-page="product"] .product-buybox-compact--preorder .btn-large{
    width:auto;
    min-width:196px;
    min-height:50px;
    height:50px;
    padding:0 24px;
    font-size:17px;
    flex:0 0 auto;
  }

  body[data-page="product"] .product-buybox-compact--preorder .product-fresh-inline--preorder{
    height:50px;
    min-height:50px;
    padding:0 12px;
  }

  body[data-page="product"] .product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-text,
  body[data-page="product"] .product-buybox-compact--preorder .product-fresh-inline--preorder .product-fresh-inline-date{
    font-size:14px;
  }

  body[data-page="product"] .product-login-banner{
    grid-template-columns:minmax(0,1fr) 60px;
    gap:12px;
    padding:18px;
    border-radius:20px;
  }

  body[data-page="product"] .product-login-copy strong{
    font-size:16px;
  }

  body[data-page="product"] .product-login-copy span{
    font-size:14px;
  }

  body[data-page="product"] .product-login-arrow{
    width:60px;
    height:60px;
    border-radius:18px;
    font-size:22px;
  }

  body[data-page="product"] .product-tabs-shell{
    margin:16px auto 10px;
  }

  body[data-page="product"] .product-review-insight{
    margin:0 auto 14px;
    padding:14px;
    border-radius:18px;
  }

  body[data-page="product"] .product-review-insight-head{
    align-items:flex-start;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:10px;
  }

  body[data-page="product"] .product-review-insight-title{
    gap:10px;
  }

  body[data-page="product"] .product-review-insight-mark{
    width:34px;
    height:34px;
    flex-basis:34px;
    border-radius:12px;
    font-size:10px;
  }

  body[data-page="product"] .product-review-insight-eyebrow{
    font-size:16px;
  }

  body[data-page="product"] .product-review-insight-subtitle{
    font-size:10px;
    line-height:1.1;
  }

  body[data-page="product"] .product-review-insight-text{
    font-size:14px;
    line-height:1.45;
  }

  body[data-page="product"] .product-review-insight-details{
    gap:6px;
    margin-top:12px;
  }

  body[data-page="product"] .product-review-insight-detail{
    width:100%;
    justify-content:flex-start;
    min-height:0;
    padding:8px 10px;
    font-size:12px;
  }

  body[data-page="product"] .product-review-insight-detail-label{
    font-size:10px;
  }

  body[data-page="product"] .product-review-insight-badge{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }

  body[data-page="product"] .product-tabs{
    display:flex;
    width:100%;
    flex-wrap:nowrap;
    overflow:auto;
    padding:3px;
    border-radius:16px;
    gap:3px;
    scrollbar-width:none;
  }
  body[data-page="product"] .product-tabs::-webkit-scrollbar{display:none}

  body[data-page="product"] .product-tab-pill{
    min-height:34px;
    width:auto;
    padding:0 12px;
    font-size:13px;
    white-space:nowrap;
    flex:0 0 auto;
  }

  body[data-page="product"] .product-section{
    margin-top:28px;
  }

  body[data-page="product"] .product-section-title{
    margin-bottom:14px;
    font-size:32px;
  }

  body[data-page="product"] .product-detail-card{
    padding:20px 18px;
    border-radius:22px;
  }

  body[data-page="product"] .product-detail-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  body[data-page="product"] .product-detail-item{
    gap:6px;
  }

  body[data-page="product"] .product-detail-item span{
    font-size:15px;
  }

  body[data-page="product"] .product-detail-item strong{
    max-width:none;
    font-size:21px;
  }

  body[data-page="product"] .product-description-shell{
    gap:14px;
  }

  body[data-page="product"] .product-description-shell .product-copy{
    font-size:14px;
    line-height:1.6;
  }

  body[data-page="product"] .product-description-shell .product-copy:first-child{
    font-size:14px;
    line-height:1.5;
  }

  body[data-page="product"] .product-related-links{
    gap:8px;
    padding-top:12px;
  }

  body[data-page="product"] .product-related-links-title{
    font-size:11px;
  }

  body[data-page="product"] .product-related-links-row{
    gap:8px;
  }

  body[data-page="product"] .product-related-link{
    min-height:34px;
    padding:0 12px;
    font-size:13px;
  }

  body[data-page="product"] .product-article-links{
    gap:8px;
  }

  body[data-page="product"] .product-article-link{
    padding:11px 12px;
    border-radius:13px;
  }

  body[data-page="product"] .product-article-link-title{
    font-size:13px;
  }

  body[data-page="product"] .product-article-link-meta{
    font-size:11px;
  }

  body[data-page="product"] .product-article-link-action{
    font-size:11px;
  }

  body[data-page="product"] .product-article-link-action span{
    min-height:28px;
    padding:0 9px;
  }

  body[data-page="product"] .product-article-link-action i{
    width:28px;
    height:28px;
    flex-basis:28px;
    font-size:14px;
  }

  body[data-page="product"] .product-article-link--cover{
    min-height:170px;
    padding:16px;
    border-radius:18px;
  }

  body[data-page="product"] .product-article-link--cover .product-article-link-title{
    font-size:20px;
  }

  body[data-page="product"] .product-article-link--cover .product-article-link-meta{
    font-size:12px;
  }

  body[data-page="product"] .storage-card,
  body[data-page="product"] .service-card{
    grid-template-columns:1fr;
  }

  body[data-page="product"] .guide-card,
  body[data-page="product"] .storage-card,
  body[data-page="product"] .service-card{
    padding:20px;
  }

  body[data-page="product"] .guide-card-icon{
    width:44px;
    height:44px;
  }

  body[data-page="product"] .guide-card-icon svg{
    width:26px;
    height:26px;
  }

  body[data-page="product"] .storage-card-icon,
  body[data-page="product"] .service-card-icon{
    width:52px;
    height:52px;
  }

  body[data-page="product"] .storage-card-icon svg{
    width:38px;
    height:38px;
  }

  body[data-page="product"] .service-card-icon svg{
    width:32px;
    height:32px;
  }

  body[data-page="product"] .service-stack-title{
    font-size:24px;
  }

  body[data-page="product"] .storage-card-copy h3{
    font-size:18px;
  }

  body[data-page="product"] .guide-card-copy p,
  body[data-page="product"] .storage-card-copy p,
  body[data-page="product"] .service-card-copy p{
    font-size:14px;
  }

  body[data-page="product"] .service-card-copy p{
    max-width:none;
  }
}

/* Home shelves */
body[data-page="product"] .guide-grid{
  align-items:stretch;
}

body[data-page="product"] .guide-card{
  height:100%;
  box-sizing:border-box;
}

.section-head-home-shelf{
  margin:42px 0 18px;
}

.home-shelf{
  display:grid;
  gap:0;
}

.home-shelf-last{
  margin-bottom:8px;
}

.home-shelf-note{
  margin:12px 0 0;
  max-width:720px;
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
}

.home-shelf-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.home-shelf-grid > .product-card,
.product-grid-home > .product-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-width:0;
  gap:10px;
}

.home-shelf-grid .product-card-head,
.product-grid-home .product-card-head{
  min-height:0;
}

.home-shelf-grid .product-card-heading,
.product-grid-home .product-card-heading{
  display:grid;
  align-content:start;
  gap:6px;
}

.home-shelf-grid .product-overline,
.product-grid-home .product-overline{
  line-height:1.08;
}

.home-shelf-grid .product-card-name,
.product-grid-home .product-card-name{
  margin:0;
  line-height:1;
}

.home-shelf-grid .product-card-kind,
.product-grid-home .product-card-kind{
  line-height:1.08;
}

.home-shelf-grid .product-card-bottom,
.product-grid-home .product-card-bottom{
  margin-top:auto;
  align-items:flex-end;
  flex-wrap:wrap;
}

.home-shelf-grid .product-card-buy-group,
.product-grid-home .product-card-buy-group{
  display:flex;
  flex:0 0 auto;
  align-items:flex-end;
  justify-content:flex-end;
  flex-wrap:nowrap;
  max-width:100%;
  margin-left:auto;
}

.home-shelf-grid .product-card-buy-group--with-info,
.product-grid-home .product-card-buy-group--with-info{
  align-items:flex-end;
}

.home-shelf-grid .product-card-buy-group--single-info,
.product-grid-home .product-card-buy-group--single-info{
  width:100%;
  align-items:stretch;
}

.home-shelf-grid .product-card-buy-group--single-info .product-card-preorder,
.product-grid-home .product-card-buy-group--single-info .product-card-preorder{
  width:100%;
  align-items:center;
  text-align:center;
}

.home-shelf-grid .product-card-buy-group--single-info .product-card-preorder-main,
.product-grid-home .product-card-buy-group--single-info .product-card-preorder-main{
  width:100%;
  justify-content:center;
  flex-wrap:wrap;
  row-gap:2px;
}

.home-shelf-grid .product-card-buy-group--single-info .product-card-buy-actions,
.product-grid-home .product-card-buy-group--single-info .product-card-buy-actions{
  align-self:flex-end;
}

.home-shelf-grid .product-card-preorder-main,
.product-grid-home .product-card-preorder-main{
  justify-content:flex-end;
  flex-wrap:wrap;
  white-space:normal;
}

.home-promo-card{
  display:grid;
  grid-template-rows:auto auto auto 1fr auto;
  gap:14px;
  min-height:100%;
  padding:24px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(180deg,#f4f4f4 0%,#ececec 100%);
}

.home-promo-card-discount{
  background:linear-gradient(180deg,#111111 0%,#1f1f1f 100%);
  border-color:#1a1a1a;
  color:var(--white);
}

.home-promo-kicker{
  display:block;
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:inherit;
  opacity:.72;
}

.home-promo-card strong{
  display:block;
  margin:0;
  font-family:var(--display-font);
  font-size:54px;
  line-height:.9;
  font-weight:700;
  text-transform:uppercase;
}

.home-promo-card p{
  margin:0;
  font-size:18px;
  line-height:1.58;
  color:inherit;
  opacity:.84;
}

.home-promo-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:6px;
}

.home-promo-stats div{
  display:grid;
  gap:8px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.06);
}

.home-promo-stats span{
  font-size:13px;
  line-height:1.3;
  color:inherit;
  opacity:.78;
}

.home-promo-stats b{
  font-family:var(--display-font);
  font-size:22px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}

.home-promo-btn{
  width:100%;
}

@media (max-width: 1180px){
  .home-shelf-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-promo-card{
    grid-column:1 / -1;
  }

  .home-promo-card strong{
    font-size:44px;
  }
}

@media (max-width: 760px){
  .section-head-home-shelf{
    margin:32px 0 16px;
  }

  .home-shelf-grid,
  .product-grid-home{
    grid-template-columns:1fr;
  }

  .home-promo-card{
    padding:20px;
    border-radius:24px;
  }

  .home-promo-card strong{
    font-size:34px;
  }

  .home-promo-card p,
  .home-shelf-note{
    font-size:15px;
    line-height:1.55;
  }

  .home-promo-stats{
    grid-template-columns:1fr;
  }
}


/* Home promo text */
.home-promo-text{margin:40px 0 8px}
.home-promo-text-inner{
  padding:36px 40px;
  background:var(--panel);
  border-radius:20px;
  border:1px solid var(--line);
}
.home-promo-text-inner p{margin:0 0 14px;font-size:16px;line-height:1.7;color:var(--ink)}
.home-promo-text-inner p:last-child{margin-bottom:0}
.home-promo-text-inner h2{font-family:var(--display-font);font-size:32px;font-weight:800;text-transform:uppercase;margin:0 0 12px;line-height:1.1}
.home-promo-text-inner h3{font-family:var(--display-font);font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.home-promo-text-inner ul,.home-promo-text-inner ol{padding-left:20px;margin:0 0 14px}
.home-promo-text-inner li{font-size:15px;line-height:1.65;margin-bottom:4px}
.home-promo-text-inner a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.home-promo-text-inner b,.home-promo-text-inner strong{font-weight:700}
@media(max-width:640px){
  .home-promo-text-inner{padding:24px 20px;border-radius:16px}
  .home-promo-text-inner h2{font-size:24px}
}

/* ── Profile messages chat ── */
.profile-messages-card{ padding-bottom:0 !important; }
.pmsg-order-context{
  display:grid;
  gap:4px;
  margin-top:16px;
  padding:14px 16px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:16px;
  background:#f7f4ee;
}
.pmsg-order-context strong{
  font-family:var(--display-font);
  font-size:16px;
  line-height:1;
  text-transform:uppercase;
  color:#111;
}
.pmsg-order-context span{
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
}
.pmsg-thread{
  min-height:260px; max-height:480px;
  overflow-y:auto;
  display:flex; flex-direction:column; gap:10px;
  padding:16px 0 8px;
  border-top:1px solid var(--line);
  margin-top:16px;
}
.pmsg-loading{ display:flex; justify-content:center; padding:24px; }
.pmsg-empty{
  flex:1; display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  gap:12px; color:var(--muted); text-align:center; padding:24px 0;
}
.pmsg-empty svg{ opacity:.4; }
.pmsg-empty p{ font-size:14px; margin:0; }
.pmsg-date-divider{
  display:flex; align-items:center; gap:10px;
  font-size:11px; color:var(--muted); text-transform:uppercase;
  letter-spacing:.05em; margin:4px 0;
}
.pmsg-date-divider::before,.pmsg-date-divider::after{
  content:''; flex:1; height:1px; background:var(--line);
}
.pmsg-bubble-wrap{ display:flex; gap:8px; max-width:80%; }
.pmsg-bubble-wrap.is-me{ align-self:flex-end; flex-direction:row-reverse; }
.pmsg-bubble-wrap.is-admin{ align-self:flex-start; }
.pmsg-bubble-avatar{
  width:30px; height:30px; border-radius:50%;
  background:var(--ink); color:var(--bg);
  display:grid; place-items:center;
  font-size:12px; font-weight:800;
  flex-shrink:0; align-self:flex-end;
}
.pmsg-bubble-col{ display:flex; flex-direction:column; gap:3px; }
.pmsg-bubble-author{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
  padding:0 4px;
}
.pmsg-bubble{
  position:relative;
  display:grid;
  gap:10px;
  padding:10px 14px; border-radius:16px;
  font-size:14px; line-height:1.55; word-break:break-word;
}
.pmsg-bubble-text{ min-width:0; }
.pmsg-bubble-wrap.is-admin .pmsg-bubble{
  background:var(--panel); color:var(--ink);
  border-bottom-left-radius:4px;
  border:1px solid var(--line);
}
.pmsg-bubble-wrap.is-me .pmsg-bubble{
  padding:10px 14px 22px;
  background:var(--ink); color:var(--bg);
  border-bottom-right-radius:4px;
}
.pmsg-bubble.is-image-only{
  gap:0;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
.pmsg-bubble-wrap.is-admin .pmsg-bubble.is-image-only,
.pmsg-bubble-wrap.is-me .pmsg-bubble.is-image-only{
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
.pmsg-bubble.is-image-only .pmsg-image-attachment{
  box-shadow:none;
}
.pmsg-attachment-link{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:10px 12px;
  border-radius:14px;
  text-decoration:none;
  transition:transform .16s ease, border-color .16s ease, background .16s ease, opacity .16s ease;
}
.pmsg-attachment-link:hover{
  transform:translateY(-1px);
}
.pmsg-image-attachment{
  display:block;
  width:min(220px, 56vw);
  padding:0;
  border:none;
  border-radius:16px;
  overflow:hidden;
  background:transparent;
  cursor:pointer;
  line-height:0;
  transition:transform .16s ease, opacity .16s ease;
}
.pmsg-image-attachment:hover{
  transform:translateY(-1px);
}
.pmsg-image-attachment img{
  display:block;
  width:100%;
  max-height:240px;
  object-fit:cover;
}
.pmsg-image-attachment.is-admin{
  box-shadow:none;
}
.pmsg-image-attachment.is-me{
  box-shadow:none;
}
.pmsg-attachment-link.is-admin{
  border:1px solid rgba(17,17,17,.08);
  background:#fff;
  color:#111;
}
.pmsg-attachment-link.is-admin:hover{
  border-color:rgba(17,17,17,.18);
}
.pmsg-attachment-link.is-me{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.pmsg-attachment-link.is-me:hover{
  background:rgba(255,255,255,.12);
}
.pmsg-attachment-link-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.pmsg-attachment-link.is-admin .pmsg-attachment-link-icon{
  background:#f5f1e8;
  color:#111;
}
.pmsg-attachment-link.is-me .pmsg-attachment-link-icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.pmsg-attachment-link-icon svg{
  width:16px;
  height:16px;
  display:block;
}
.pmsg-attachment-link-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
.pmsg-attachment-link-name{
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pmsg-attachment-link-meta{
  font-size:11px;
  line-height:1;
  color:inherit;
  opacity:.62;
}
.pmsg-bubble-status{
  display:inline-flex;
  align-items:center;
  color:rgba(255,255,255,.45);
  line-height:0;
  user-select:none;
  flex:0 0 auto;
}
.pmsg-bubble-status.in-bubble{
  position:absolute;
  right:10px;
  bottom:8px;
}
.pmsg-bubble.is-image-only .pmsg-bubble-status.in-bubble{
  right:10px;
  bottom:10px;
  color:rgba(255,255,255,.86);
  text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.pmsg-bubble-status svg{
  width:15px;
  height:11px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pmsg-bubble-status.is-read{
  color:#9bc7ff;
}
.pmsg-bubble-time{
  font-size:11px; color:var(--muted);
  padding:0 4px;
}
.pmsg-bubble-wrap.is-me .pmsg-bubble-time{ text-align:right; }
.pmsg-event-card{
  display:grid;
  gap:8px;
  align-self:flex-start;
  width:min(100%, 520px);
  padding:12px 14px;
  border:1px solid #e6e1d7;
  border-radius:18px;
  background:var(--panel);
  box-shadow:none;
}
.pmsg-event-card.is-brand{
  border-color:#f1d47a;
  background:var(--panel);
}
.pmsg-event-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pmsg-event-pill{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:#ece9e1;
  color:#6f6b63;
  font-size:10px;
  font-weight:500;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.pmsg-event-card.is-brand .pmsg-event-pill{
  background:var(--highlight-yellow);
  color:#111;
}
.pmsg-event-time{
  font-size:10px;
  color:var(--muted);
  white-space:nowrap;
}
.pmsg-event-title{
  font-size:15px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.02em;
  color:#111;
}
.pmsg-event-title-accent{
  font-weight:800;
  color:#111;
}
.pmsg-event-title-rest{
  font-weight:500;
  color:#111;
}
.pmsg-event-body{
  font-size:13px;
  line-height:1.5;
  color:#5f5c55;
}
.pmsg-event-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid #d9d5cc;
  background:transparent;
  color:#111;
  font-size:12px;
  font-weight:500;
  text-decoration:none;
  transition:background .16s ease, border-color .16s ease, transform .16s ease;
  justify-self:flex-start;
}
.pmsg-event-link:hover{
  background:var(--highlight-yellow);
  border-color:var(--highlight-yellow);
  transform:translateY(-1px);
}
.pmsg-compose-note{
  margin:10px 0 10px;
  color:#8d8a83;
}
/* Compose */
.pmsg-compose{
  display:grid; gap:8px;
  padding:12px 0 18px;
  border-top:1px solid var(--line);
  margin-top:8px;
}
.pmsg-compose-shell{
  display:flex;
  align-items:center;
  gap:10px;
}
.pmsg-attach-btn,
.pmsg-send-btn{
  width:48px;
  height:48px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  transition:transform .16s ease, border-color .16s ease, background .16s ease, opacity .16s ease, color .16s ease;
}
.pmsg-attach-btn{
  border:1px solid #d9d3c9;
  background:transparent;
  color:#6d695f;
  cursor:pointer;
}
.pmsg-attach-btn:hover{
  border-color:#bfb8ac;
  color:#111;
  transform:translateY(-1px);
}
.pmsg-input-wrap{
  flex:1;
  min-width:0;
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid #d9d3c9;
  border-radius:16px;
  background:#fff;
}
.pmsg-textarea{
  flex:1;
  width:100%;
  padding:11px 0 10px;
  border:none;
  background:transparent;
  color:var(--ink);
  font-size:16px;
  font-family:inherit;
  font-weight:400;
  resize:none;
  outline:none;
  line-height:1.35;
  min-height:24px;
  max-height:160px;
  overflow-y:auto;
}
.pmsg-input-wrap:focus-within{ border-color:#b9b2a6; }
.pmsg-textarea::placeholder{ color:var(--muted); }
.pmsg-send-btn{
  background:transparent;
  color:#7f7a71;
  border:none;
  cursor:pointer;
  border-radius:0;
}
.pmsg-send-btn:hover{
  background:transparent;
  color:#111;
  transform:translateY(-1px);
}
.pmsg-attach-btn:disabled,
.pmsg-send-btn:disabled,
.pmsg-attachment-remove:disabled{ opacity:.4; cursor:default; transform:none; }
.pmsg-send-btn:disabled:hover{ background:transparent; color:#7f7a71; }
.pmsg-attach-btn svg,
.pmsg-send-btn svg{
  width:22px;
  height:22px;
  display:block;
  stroke:currentColor;
}
.pmsg-attachment-bar{
  display:flex;
  align-items:center;
  gap:8px;
  padding-left:56px;
}
.pmsg-attachment-bar[hidden]{
  display:none !important;
}
.pmsg-attachment-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:8px 12px;
  border:1px solid #e5ddd1;
  border-radius:999px;
  background:#f8f5ef;
  color:#111;
}
.pmsg-attachment-chip svg,
.pmsg-attachment-remove svg{
  width:14px;
  height:14px;
  display:block;
  stroke:currentColor;
}
.pmsg-attachment-name{
  max-width:320px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  font-weight:500;
}
.pmsg-attachment-remove{
  width:34px;
  height:34px;
  border:1px solid #ddd4c8;
  border-radius:10px;
  background:transparent;
  color:#6d695f;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .16s ease, border-color .16s ease, color .16s ease;
}
.pmsg-attachment-remove:hover{
  color:#111;
  border-color:#bfb8ac;
  transform:translateY(-1px);
}
@media(max-width:600px){
  .pmsg-order-context{
    padding:12px 14px;
    border-radius:14px;
  }
  .pmsg-order-context strong{ font-size:14px; }
  .pmsg-order-context span{ font-size:12px; }
  .pmsg-thread{
    min-height:220px;
    max-height:420px;
    padding:12px 0 4px;
  }
  .pmsg-bubble-wrap{ max-width:100%; }
  .pmsg-bubble{ font-size:13px; padding:9px 12px; }
  .pmsg-bubble-wrap.is-me .pmsg-bubble{ padding:9px 12px 20px; }
  .pmsg-bubble-wrap.is-me .pmsg-bubble.is-image-only{ padding:0; }
  .pmsg-bubble-author{ font-size:11px; }
  .pmsg-bubble-time{ font-size:10px; }
  .pmsg-attachment-link{ padding:9px 10px; }
  .pmsg-attachment-link-name{ font-size:12px; }
  .pmsg-event-card{
    width:100%;
    padding:11px 12px 12px;
    border-radius:16px;
  }
  .pmsg-event-title{ font-size:14px; line-height:1.22; }
  .pmsg-event-body{ font-size:12px; line-height:1.45; }
  .pmsg-event-link{ width:100%; justify-content:center; }
  .pmsg-image-attachment{
    width:min(180px, 48vw);
    border-radius:14px;
  }
  .pmsg-image-attachment img{ max-height:180px; }
  .pmsg-compose-shell{ gap:8px; align-items:center; }
  .pmsg-attach-btn,
  .pmsg-send-btn{
    width:44px;
    height:44px;
    border-radius:14px;
  }
  .pmsg-input-wrap{
    min-height:44px;
    padding:0 16px;
    border-radius:15px;
  }
  .pmsg-textarea{
    width:100%;
    font-size:15px !important;
    line-height:1.3;
    min-height:20px;
    padding:11px 0 10px;
  }
  .pmsg-attachment-bar{
    padding-left:0;
    flex-wrap:wrap;
  }
  .pmsg-attachment-name{ max-width:220px; }
}

.pmsg-lightbox{
  position:fixed;
  inset:0;
  z-index:1200;
  background:rgba(12,12,12,.78);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.pmsg-lightbox[hidden]{
  display:none !important;
}
.pmsg-lightbox-stage{
  max-width:min(92vw, 960px);
  max-height:92vh;
  display:grid;
  gap:12px;
}
.pmsg-lightbox-image{
  display:block;
  max-width:100%;
  max-height:calc(92vh - 56px);
  border-radius:18px;
  box-shadow:0 18px 54px rgba(0,0,0,.28);
  background:#fff;
}
.pmsg-lightbox-caption{
  font-size:13px;
  line-height:1.4;
  color:#fff;
  text-align:center;
  opacity:.88;
}
.pmsg-lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  width:40px;
  height:40px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .16s ease, transform .16s ease;
}
.pmsg-lightbox-close:hover{
  background:rgba(255,255,255,.2);
  transform:translateY(-1px);
}
.pmsg-lightbox-close svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  display:block;
}
body.is-pmsg-lightbox-open{
  overflow:hidden;
}

/* Delivery page */
.delivery-page-section{padding:40px 0 60px}
.delivery-page-inner{
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.delivery-page-inner h1{font-family:var(--display-font);font-size:36px;font-weight:800;text-transform:uppercase;margin:0 0 24px;line-height:1.1}
.delivery-page-inner h2{font-family:var(--display-font);font-size:24px;font-weight:700;text-transform:uppercase;margin:28px 0 12px;line-height:1.1}
.delivery-page-inner h3{font-family:var(--display-font);font-size:18px;font-weight:700;text-transform:uppercase;margin:20px 0 8px}
.delivery-page-inner p{font-size:16px;line-height:1.7;color:var(--ink);margin:0 0 14px}
.delivery-page-inner p:last-child{margin-bottom:0}
.delivery-page-inner ul,.delivery-page-inner ol{padding-left:22px;margin:0 0 14px}
.delivery-page-inner li{font-size:15px;line-height:1.65;margin-bottom:6px;color:var(--ink)}
.delivery-page-inner b,.delivery-page-inner strong{font-weight:700}
.delivery-page-inner a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.delivery-page-inner img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}
@media(max-width:640px){
  .delivery-page-inner h1{font-size:26px}
  .delivery-page-inner h2{font-size:20px}
}

/* Home banner */
.home-order-status-section{
  margin:0 0 24px;
}
.home-order-card{
  overflow:hidden;
}
.home-order-card .profile-order-head{
  display:none;
}
.home-order-card .profile-order-items{
  padding:0 20px 6px;
  border-top:none;
}
.home-order-card .profile-order-item{
  min-height:66px;
  gap:18px;
  align-items:center;
  padding:6px 0 1px;
  border-bottom:none;
}
.home-order-card .profile-order-item-title{
  font-size:16px;
  font-weight:700;
  color:#333;
}
.home-order-extra-items-note{
  margin-top:6px;
  color:#8d8a82;
  font-size:13px;
  line-height:1.25;
}
.home-order-card .profile-order-item-info{
  display:flex;
  align-items:center;
  gap:24px;
  min-width:0;
}
.home-order-order-meta{
  display:grid;
  gap:2px;
  width:136px;
  flex:0 0 136px;
}
.home-order-order-meta--spacer{
  visibility:hidden;
  pointer-events:none;
}
.home-order-order-meta-main{
  display:grid;
  gap:2px;
}
.home-order-order-kicker{
  display:inline-block;
  color:#9d9b95;
  font-size:10px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-order-order-date{
  color:#b1aea8;
  font-size:11px;
  line-height:1.15;
  font-weight:500;
}
.home-order-order-meta strong{
  color:#111;
  font-family:var(--display-font);
  font-size:28px;
  line-height:.96;
  font-weight:800;
}
.home-order-card-title-row{
  display:block;
  flex:0 0 auto;
  min-width:0;
}
.home-order-inline-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.home-order-inline-meta--desktop{
  margin-left:0;
  margin-top:0;
  flex:0 0 auto;
}
.home-order-inline-meta--mobile-order{
  display:none;
}
.home-order-inline-date{
  color:#b1aea8;
  font-size:13px;
  line-height:1;
  font-weight:500;
}
.home-order-card-side{
  display:flex;
  align-items:center;
  gap:16px;
  margin-left:auto;
  flex:0 0 auto;
}
.home-order-card-price-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.home-order-card-price-wrap--mobile{
  display:none;
}
.home-order-card .profile-order-item-qty{
  font-size:14px;
}
.home-order-card .profile-order-item-price{
  font-size:16px;
  font-weight:800;
}
.home-order-card-inline-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  border:0;
  background:linear-gradient(100deg,#55b7f2 0%,#27d39b 54%,#55b7f2 100%);
  background-size:220% 100%;
  background-position:0% 50%;
  color:#fff;
  text-decoration:none;
  font-family:var(--display-font);
  font-size:13px;
  font-weight:800;
  line-height:1;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-shadow:0 1px 10px rgba(0,0,0,.22);
  white-space:nowrap;
  box-shadow:0 12px 26px rgba(40,213,154,.16);
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background-position .45s ease;
}
.home-order-card-inline-action::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.36) 44%,transparent 72%);
  transform:translateX(-115%);
  transition:transform .55s ease;
  pointer-events:none;
}
.home-order-card-inline-action:hover{
  color:#fff;
  transform:translateY(-1px);
  background-position:100% 50%;
  box-shadow:0 16px 34px rgba(85,183,242,.22),0 0 0 1px rgba(255,255,255,.22) inset;
  filter:saturate(1.18) brightness(1.04);
}
.home-order-card-inline-action:hover::after{
  transform:translateX(115%);
}
.home-order-card-inline-action:active{
  transform:translateY(0);
  box-shadow:0 10px 22px rgba(40,213,154,.14);
}
.home-order-card-inline-action-wrap--mobile{
  display:none;
}
.home-order-card-inline-action-wrap--desktop-multi{
  display:flex;
  justify-content:flex-end;
  width:100%;
  padding:8px 0 2px;
}
.home-order-card--multi .profile-order-item:not(:first-child){
  display:none;
}
.home-order-card--is-roasting{
  border-color:#ecdca8;
}
.home-order-card--is-shipped{
  border-color:#d7e2f0;
}
.home-order-card--is-ready{
  border-color:#d8e7d1;
}
.home-order-card--is-issue{
  border-color:#f0d4d0;
}
.home-banner-section{margin-bottom:32px}
.home-banner-slider{
  position:relative;
}
.home-banner-wrap.home-banner-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .45s ease;
}
.home-banner-wrap.home-banner-slide.is-active{
  position:relative;
  opacity:1;
  pointer-events:auto;
  z-index:1;
}
.home-banner-wrap{
  display:block;
  position:relative;
  border-radius:20px;
  overflow:hidden;
  text-decoration:none;
  background:#111;
}
a.home-banner-wrap:hover .home-banner-img{transform:scale(1.02);opacity:.92}
.home-banner-img{
  width:100%;height:340px;object-fit:cover;display:block;
  transition:transform .4s ease,opacity .3s ease;
}
.home-banner-copy{
  position:absolute;bottom:0;left:0;right:0;
  padding:32px 36px;
  background:linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,0) 100%);
}
.home-banner-title{
  display:block;font-size:28px;font-weight:800;color:#fff;
  font-family:"Oswald","Arial Narrow",sans-serif;text-transform:uppercase;
  letter-spacing:.02em;line-height:1.1;margin-bottom:6px;
}
.home-banner-sub{
  display:block;font-size:14px;color:rgba(255,255,255,.75);line-height:1.4;
}
.home-banner-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:12px;
}
.home-banner-dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  padding:0;
  background:#d9d3c5;
  cursor:pointer;
  transition:width .2s ease, background .2s ease, opacity .2s ease;
  opacity:.85;
}
.home-banner-dot.is-active{
  width:28px;
  background:#111;
  opacity:1;
}
@media(max-width:900px){
  .home-order-order-meta{
    width:126px;
    flex-basis:126px;
  }
  .home-order-order-meta strong{
    font-size:24px;
  }
}
@media(max-width:600px){
  .home-order-status-section{
    margin-bottom:18px;
  }
  .home-order-card .profile-order-items{
    padding:0 16px 12px;
  }
  .home-order-card .profile-order-item{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) auto;
    column-gap:10px;
    row-gap:8px;
    min-height:0;
    padding:10px 0;
    align-items:flex-start;
    border-bottom:1px solid #f7f6f4;
  }
  .home-order-card .profile-order-item:last-of-type{
    border-bottom:none;
  }
  .home-order-order-meta{
    grid-column:1 / -1;
    width:100%;
    flex-basis:auto;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
  }
  .home-order-order-meta-main{
    gap:3px;
    flex:0 0 auto;
  }
  .home-order-order-meta--spacer{
    display:none;
  }
  .home-order-order-meta strong{
    font-size:24px;
  }
  .home-order-order-date{
    font-size:10px;
  }
  .home-order-card .profile-order-item-img{
    grid-column:1;
    grid-row:2;
    width:44px;
    height:44px;
    border-radius:10px;
  }
  .home-order-card-title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:nowrap;
  }
  .home-order-inline-meta{
    gap:6px;
    margin-top:6px;
  }
  .home-order-inline-date{
    font-size:12px;
  }
  .home-order-card .profile-order-item-title{
    font-size:15px;
    font-weight:500;
    min-width:0;
    flex:1 1 auto;
  }
  .home-order-extra-items-note{
    display:none;
  }
  .home-order-card .profile-order-item-info{
    display:block;
    grid-column:2;
    grid-row:2;
    flex:1 1 auto;
    min-width:0;
  }
  .home-order-card-title-row{
    align-items:center;
  }
  .home-order-card-side{
    grid-column:1 / -1;
    grid-row:3;
    width:100%;
    margin-left:0;
    display:flex;
    justify-content:center;
    gap:8px;
    align-self:start;
  }
  .home-order-card-price-wrap{
    justify-content:flex-end;
  }
  .home-order-card-side .home-order-card-price-wrap{
    display:none;
  }
  .home-order-card-price-wrap--mobile{
    display:flex;
    flex:0 0 auto;
    align-items:center;
    justify-content:flex-end;
  }
  .home-order-card .profile-order-item-qty,
  .home-order-card .profile-order-item-price{
    font-size:13px;
  }
  .home-order-inline-meta--desktop{
    display:none;
    margin-left:0;
  }
  .home-order-inline-meta--mobile-order{
    display:flex;
    align-items:center;
    gap:4px;
    flex-wrap:nowrap;
    justify-content:flex-end;
    margin-top:6px;
    min-width:0;
  }
  .home-order-inline-meta--mobile-order .profile-order-badge{
    min-height:24px;
    padding:0 8px;
    font-size:9px;
    line-height:1;
  }
  .home-order-card-inline-action{
    min-height:34px;
    padding:0 15px;
    font-size:12px;
    width:auto;
    max-width:none;
    justify-self:center;
  }
  .home-order-card-inline-action--desktop{
    display:none;
  }
  .home-order-card-inline-action-wrap--mobile{
    display:flex;
    justify-content:center;
    width:100%;
    padding-top:6px;
  }
  .home-order-card-inline-action-wrap--desktop-multi{
    display:none;
  }
  .home-order-card--multi .profile-order-item:not(:first-child){
    display:grid;
  }
}
@media(max-width:600px){
  .home-banner-img{height:200px}
  .home-banner-copy{padding:20px 20px}
  .home-banner-title{font-size:20px}
  .home-banner-dots{margin-top:10px}
}

.home-taste-routes{
  margin:8px 0 42px;
}

.home-taste-routes-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.home-taste-routes-head span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid #d8d1c4;
  border-radius:999px;
  background:#fffdf8;
  color:#75613b;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.home-taste-routes-head h2{
  margin:0;
  max-width:720px;
  font-family:var(--display-font);
  font-size:34px;
  line-height:.96;
  font-weight:800;
  text-align:right;
  text-transform:uppercase;
}

.home-taste-routes-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.home-taste-route{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  min-height:246px;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:20px;
  border:1px solid rgba(17,17,17,.14);
  border-radius:22px;
  background:#111;
  background-size:cover;
  background-position:center;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 44px rgba(30,25,18,.08);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.home-taste-route::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.24) 44%,rgba(0,0,0,.78) 100%);
  pointer-events:none;
}

.home-taste-route::after{
  content:none;
}

.home-taste-route:hover{
  transform:translateY(-3px);
  border-color:rgba(17,17,17,.24);
  box-shadow:0 24px 54px rgba(30,25,18,.14);
}

.home-taste-route:hover .home-taste-route-media img{
  transform:scale(1.035);
}

.home-taste-route-media{
  position:absolute;
  inset:0;
  z-index:0;
  background:#171717;
  pointer-events:none;
}

.home-taste-route-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}

.home-taste-route strong{
  position:relative;
  z-index:2;
  display:block;
  max-width:12ch;
  font-family:var(--display-font);
  font-size:30px;
  line-height:.96;
  font-weight:800;
  text-transform:uppercase;
  text-wrap:balance;
}

.home-taste-route p{
  position:relative;
  z-index:2;
  margin:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  max-width:28ch;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.45;
}

.home-taste-route-link{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:8px;
  margin-top:4px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  line-height:1;
  text-transform:uppercase;
  color:#fff;
}

.home-taste-route-link::after{
  content:"\2192";
  font-size:15px;
  line-height:1;
}

.home-shelf-featured{
  margin-top:8px;
}

.home-shelf-grid-weekly{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.home-week-banner{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:100%;
  padding:26px;
  border:1px solid #151515;
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 22%),
    radial-gradient(circle at 86% 78%, rgba(175,118,55,.22) 0, rgba(175,118,55,0) 28%),
    linear-gradient(160deg,#090909 0%, #131313 52%, #2a1d12 100%);
  color:var(--white);
}

.home-week-banner::before{
  content:"";
  position:absolute;
  inset:auto -46px -64px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18) 0, rgba(255,255,255,.06) 36%, rgba(255,255,255,0) 70%);
  pointer-events:none;
}

.home-week-banner::after{
  content:"";
  position:absolute;
  right:22px;
  top:22px;
  width:92px;
  height:92px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  transform:rotate(12deg);
  opacity:.72;
  pointer-events:none;
}

.home-week-banner-kicker{
  position:relative;
  z-index:1;
  display:block;
  font-family:var(--display-font);
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(255,255,255,.74);
}

.home-week-banner strong{
  position:relative;
  z-index:1;
  display:block;
  margin:0;
  max-width:8ch;
  font-family:var(--display-font);
  font-size:56px;
  line-height:.9;
  font-weight:700;
  text-transform:uppercase;
}

.home-week-banner p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:25rem;
  font-size:18px;
  line-height:1.58;
  color:rgba(255,255,255,.84);
}

.home-week-banner-meta{
  position:relative;
  z-index:1;
  display:grid;
  gap:8px;
  align-self:end;
  width:max-content;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.05);
}

.home-week-banner-meta span{
  font-size:13px;
  line-height:1.3;
  color:rgba(255,255,255,.76);
}

.home-week-banner-meta b{
  font-family:var(--display-font);
  font-size:22px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}

.home-week-banner-btn{
  position:relative;
  z-index:1;
  width:100%;
  margin-top:auto;
}

.home-week-journal-card{
  position:relative;
  overflow:hidden;
  min-height:420px;
  border:1px solid #151515;
  border-radius:28px;
  background:#101010;
  color:var(--white);
  isolation:isolate;
}

.home-week-journal-slide{
  position:relative;
  display:flex;
  min-height:420px;
  height:100%;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  padding:26px;
  color:var(--white);
  text-decoration:none;
  background-size:cover;
  background-position:center;
}

.home-week-journal-card.is-slider .home-week-journal-slide{
  position:absolute;
  inset:0;
  padding-bottom:118px;
  opacity:0;
  visibility:hidden;
  transition:opacity .38s ease, visibility .38s ease;
}

.home-week-journal-card.is-slider .home-week-journal-slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:1;
}

.home-week-journal-slide--plain{
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 84% 74%, rgba(184,129,62,.28) 0, rgba(184,129,62,0) 30%),
    linear-gradient(155deg,#080808 0%, #151515 56%, #2b1d13 100%);
}

.home-week-journal-meta{
  position:absolute;
  z-index:3;
  top:26px;
  left:26px;
  right:26px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.home-week-journal-meta span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(0,0,0,.24);
  backdrop-filter:blur(8px);
}

.home-week-journal-slide strong{
  position:relative;
  z-index:2;
  display:-webkit-box;
  max-width:14ch;
  overflow:hidden;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  font-family:var(--display-font);
  font-size:40px;
  line-height:.96;
  font-weight:700;
  text-transform:uppercase;
}

.home-week-journal-slide p{
  position:relative;
  z-index:2;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  margin:0;
  max-width:28rem;
  font-size:16px;
  line-height:1.55;
  color:rgba(255,255,255,.84);
}

.home-week-journal-cta{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}

.home-week-journal-controls{
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  pointer-events:none;
}

.home-week-journal-dots,
.home-week-journal-arrows{
  display:flex;
  align-items:center;
  gap:12px;
  pointer-events:auto;
}

.home-week-journal-dot{
  width:18px;
  height:18px;
  margin:0;
  padding:0;
  border:2px solid #fff;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  opacity:.92;
  transition:background .18s ease, transform .18s ease, opacity .18s ease;
}

.home-week-journal-dot.is-active{
  background:#fff;
}

.home-week-journal-dot:hover{
  transform:scale(1.08);
  opacity:1;
}

.home-week-journal-arrow{
  display:inline-grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0;
  padding:0;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}

.home-week-journal-arrow:hover{
  transform:translateY(-2px);
  background:#f4c63d;
}

@media (max-width: 1180px){
  .home-taste-routes-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-taste-route{
    min-height:220px;
  }
  .home-shelf-grid-weekly{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-week-banner{
    grid-column:1 / -1;
    min-height:300px;
  }
  .home-week-journal-card{
    grid-column:1 / -1;
    min-height:320px;
  }
  .home-week-journal-slide{
    min-height:320px;
  }
  .home-week-banner strong{
    font-size:44px;
  }
}

@media (max-width: 760px){
  .home-taste-routes{
    margin-bottom:34px;
  }
  .home-taste-routes-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
    margin-bottom:14px;
  }
  .home-taste-routes-head h2{
    width:100%;
    max-width:none;
    font-size:32px;
    line-height:.98;
    text-align:left;
  }
  .home-taste-routes-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .home-taste-route{
    min-height:176px;
    padding:18px;
    border-radius:20px;
  }
  .home-taste-route strong{
    max-width:12ch;
    font-size:28px;
  }
  .home-taste-route p{
    max-width:27ch;
    font-size:13px;
  }
  .home-shelf-grid-weekly{
    grid-template-columns:1fr;
  }
  .home-week-banner{
    padding:20px;
    border-radius:24px;
    min-height:240px;
    grid-column:unset;
  }
  .home-week-journal-card{
    min-height:300px;
    border-radius:24px;
    grid-column:unset;
  }
  .home-week-journal-slide{
    min-height:300px;
    padding:20px;
  }
  .home-week-journal-card.is-slider .home-week-journal-slide{
    padding-bottom:96px;
  }
  .home-week-journal-slide strong{
    max-width:15ch;
    -webkit-line-clamp:3;
    font-size:28px;
  }
  .home-week-journal-slide p{
    -webkit-line-clamp:2;
    font-size:14px;
    line-height:1.48;
  }
  .home-week-journal-meta{
    top:20px;
    left:20px;
    right:20px;
    gap:6px;
    font-size:10px;
  }
  .home-week-journal-meta span{
    min-height:22px;
    padding:0 7px;
  }
  .home-week-journal-cta{
    min-height:38px;
    padding:0 13px;
    font-size:12px;
  }
  .home-week-journal-controls{
    left:20px;
    right:20px;
    bottom:18px;
  }
  .home-week-journal-dots,
  .home-week-journal-arrows{
    gap:9px;
  }
  .home-week-journal-dot{
    width:15px;
    height:15px;
  }
  .home-week-journal-arrow{
    width:48px;
    height:48px;
    font-size:24px;
  }
  .home-week-banner strong{
    font-size:34px;
  }
  .home-week-banner p{
    font-size:15px;
    line-height:1.55;
  }
}

@media (max-width: 380px){
  .home-taste-routes-head h2{
    font-size:30px;
  }
}

/* ── Auth buttons in header ── */
.auth-btns{display:flex;align-items:center;gap:8px}
.auth-btn-login{background:transparent;border:1.5px solid #d0d0cc;color:#111;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:.15s;white-space:nowrap;letter-spacing:.01em}
.auth-btn-login:hover{border-color:#aaa;background:#f5f5f3}
.auth-btn-register{background:#111;border:1.5px solid #111;color:#fff;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:.15s;white-space:nowrap;letter-spacing:.01em}
.auth-btn-register:hover{background:var(--highlight-yellow,#f5c842);border-color:var(--highlight-yellow,#f5c842);color:#111}

/* ── Auth user menu ── */
.auth-user-wrap{position:relative}
.auth-user-bell[hidden]{display:none !important}
.auth-user-bell{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:20px;
  background:#f5f5f3;
  border:1.5px solid #e0e0dc;
  color:#111;
  text-decoration:none;
  transition:.15s;
  flex-shrink:0;
  transform-origin:50% 10%;
}
.auth-user-bell:hover{background:#ebebea;border-color:#ccc}
.auth-user-bell svg{stroke:currentColor}
.auth-user-bell.has-unread{
  background:#111;
  border-color:#111;
  color:var(--highlight-yellow,#f5c842);
  box-shadow:0 0 0 4px rgba(245,200,66,.16);
  animation:site-bell-ring 1.7s ease-in-out infinite;
}
.auth-user-bell-dot{
  position:absolute;
  top:7px;
  right:7px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ef4444;
  box-shadow:0 0 0 2px #fff;
  animation:site-bell-dot-pulse 1.4s ease-in-out infinite;
}
@keyframes site-bell-ring{
  0%,100%{transform:rotate(0deg)}
  8%{transform:rotate(16deg)}
  16%{transform:rotate(-14deg)}
  24%{transform:rotate(12deg)}
  32%{transform:rotate(-10deg)}
  40%{transform:rotate(6deg)}
  48%,88%{transform:rotate(0deg)}
}
@keyframes site-bell-dot-pulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.18);opacity:.82}
}
.auth-user-btn{display:flex;align-items:center;gap:7px;background:#f5f5f3;border:1.5px solid #e0e0dc;color:#111;border-radius:20px;padding:5px 12px 5px 5px;font-size:13px;font-weight:600;cursor:pointer;transition:.15s}
.auth-user-btn:hover{background:#ebebea;border-color:#ccc}
.auth-user-avatar{width:26px;height:26px;background:#111;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0;overflow:hidden;position:relative}
.auth-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.auth-user-name{font-size:13px;font-weight:600;color:#111;white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}
.auth-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.14);overflow:hidden;display:none;z-index:200}
.auth-user-dropdown.is-open{display:block}
.auth-user-dropdown-head{padding:14px 16px 10px;border-bottom:1px solid #f0f0f0}
.auth-user-dropdown-head strong{display:block;font-size:14px;color:#111;font-weight:700}
.auth-user-dropdown-head span{font-size:12px;color:#888;display:block;margin-top:2px}
.auth-user-dropdown-item{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:14px;color:#111;text-decoration:none;transition:.12s;font-weight:500;background:none;border:none;width:100%;cursor:pointer;font-family:inherit;text-align:left}
.auth-user-dropdown-item:hover{background:#f5f5f3;color:#111}

/* ── Auth modal overlay ── */
.auth-modal-overlay{position:fixed;inset:0;background:rgba(10,10,10,.55);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .2s}
.auth-modal-overlay.is-open{opacity:1;pointer-events:all}
.auth-modal-card{position:relative;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:40px 36px 36px;box-shadow:0 24px 60px rgba(0,0,0,.18);transform:translateY(12px);transition:transform .2s}
.auth-modal-overlay.is-open .auth-modal-card{transform:translateY(0)}
.auth-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#f5f5f3;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:.15s}
.auth-modal-close:hover{background:#eee;color:#111}
.auth-modal-brand{font-size:11px;font-weight:800;letter-spacing:.12em;color:#bbb;text-transform:uppercase;margin-bottom:12px}
.auth-modal-title{font-size:28px;font-weight:800;color:#111;margin:0 0 4px;letter-spacing:-.02em;line-height:1.1}
.auth-modal-sub{font-size:14px;color:#888;margin:0 0 24px}

/* ── Auth form ── */
.auth-form{display:flex;flex-direction:column;gap:14px}
.auth-field{display:flex;flex-direction:column;gap:5px}
.auth-field label{font-size:12px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.04em}
.auth-field input{width:100%;padding:13px 14px;border:1.5px solid #e0e0dc;border-radius:12px;font-size:15px;color:#111;background:#fafaf9;box-sizing:border-box;transition:.15s;outline:none}
.auth-field input:focus{border-color:#111;background:#fff}
.auth-field.has-error input{border-color:#e53935}
.auth-field-error{font-size:12px;color:#e53935;min-height:16px;display:none}
.auth-field.has-error .auth-field-error{display:block}
.auth-input-wrap{position:relative}
.auth-input-wrap input{padding-right:44px}
.auth-input-wrap input.is-password-masked{color:transparent;caret-color:#111}
.auth-input-wrap input.is-password-masked::placeholder{color:#aaa}
.auth-mask-ghost{position:absolute;left:14px;right:44px;top:50%;transform:translateY(-50%);pointer-events:none;color:#111;font-size:15px;line-height:1.4;white-space:nowrap;overflow:hidden}
.auth-pw-fake{display:block;width:100%;min-height:48px;padding:13px 44px 13px 14px;border:1.5px solid #e0e0dc;border-radius:12px;font-size:15px;line-height:1.4;color:#111;background:#fafaf9;outline:none;cursor:text;box-sizing:border-box;white-space:nowrap;overflow:hidden;transition:.15s;-webkit-text-security:disc}
.auth-pw-fake[data-masked="0"]{-webkit-text-security:none}
.auth-pw-fake:empty::before{content:attr(data-placeholder);color:#aaa;-webkit-text-security:none;pointer-events:none}
.auth-pw-fake:focus{border-color:#111;background:#fff}
.auth-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#aaa;padding:4px;transition:.12s;display:flex;align-items:center}
.auth-eye-btn:hover{color:#555}
.auth-form-error{font-size:13px;color:#e53935;background:#fff1f0;border:1px solid #fcc;border-radius:10px;padding:10px 12px;display:none}
.auth-form-error.is-visible{display:block}
.auth-submit-btn{width:100%;padding:14px;background:#111;color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.02em;margin-top:4px}
.auth-submit-btn:hover{background:var(--highlight-yellow);color:var(--black)}
.auth-submit-btn:disabled{opacity:.6;cursor:default}
.auth-switch{text-align:center;font-size:13px;color:#888;margin:16px 0 0}
.auth-switch--secondary{margin-top:10px;margin-bottom:-4px}
.auth-switch button{background:none;border:none;color:#111;font-weight:700;cursor:pointer;font-size:13px;text-decoration:underline;text-underline-offset:2px}
.auth-switch button:hover{color:#555}
@keyframes spin{to{transform:rotate(360deg)}}
.spin{animation:spin .8s linear infinite}

/* ── Auth success state ── */
.auth-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 0 4px;text-align:center}
.auth-success-icon{width:56px;height:56px;background:#ecfdf3;border-radius:50%;display:flex;align-items:center;justify-content:center}
.auth-success h3{font-size:20px;font-weight:800;color:#111;margin:0}
.auth-success p{font-size:14px;color:#666;margin:0}

@media(max-width:480px){
  .auth-modal-card{padding:28px 20px 24px;border-radius:20px}
  .auth-modal-title{font-size:24px}
  .auth-btn-login,.auth-btn-register{font-size:12px;padding:6px 12px}
}

/* ── Dropdown sep & logout ── */
.auth-user-dropdown-sep{height:1px;background:#f0f0ee;margin:4px 0}
.auth-user-dropdown-item--logout{color:#c0392b}
.auth-user-dropdown-item--logout:hover{background:#fff5f5;color:#c0392b}

.password-reset-page{min-height:58vh;display:flex;align-items:center;justify-content:center;padding:64px 16px 90px;background:#fff}
.password-reset-card{width:100%;max-width:430px;background:#fff;border:1px solid #e6e1d7;border-radius:24px;padding:36px;box-shadow:0 24px 60px rgba(17,17,17,.08)}
.password-reset-title{font-size:32px;line-height:1.08;letter-spacing:-.03em;margin:0 0 10px;color:#111;font-weight:800}
.password-reset-note{font-size:15px;line-height:1.55;color:#686760;margin:0 0 24px}
.password-reset-link{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;text-decoration:none;border-radius:14px;padding:13px 18px;font-weight:700;font-size:14px}
.password-reset-link:hover{background:var(--highlight-yellow);color:#111}
body[data-page="password-reset"] .site-main{background:#fff}

/* ── Profile page ── */
.profile-page{max-width:720px;margin:0 auto;padding:28px 0 60px;display:flex;flex-direction:column;gap:24px}
.profile-page-head{display:flex;align-items:center;gap:18px}
.profile-page-head > div:last-child{min-width:0}
.profile-page-avatar{width:60px;height:60px;background:#111;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0;overflow:hidden;position:relative}
.profile-page-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.profile-page-name{font-size:24px;font-weight:800;color:#111;margin:0 0 2px;letter-spacing:-.02em}
.profile-page-email{font-size:14px;color:#888;overflow-wrap:anywhere}
.profile-tabs{display:flex;gap:4px;border-bottom:2px solid #f0f0ee;padding-bottom:0;min-width:0}
.profile-tab{display:flex;align-items:center;gap:7px;padding:10px 18px;font-size:14px;font-weight:600;color:#666;text-decoration:none;border-radius:10px 10px 0 0;border-bottom:2px solid transparent;margin-bottom:-2px;transition:.15s}
.profile-tab:hover{color:#111;background:#f8f8f6}
.profile-tab.is-active{color:#111;border-bottom-color:#111}
.profile-card{background:#fff;border:1px solid #ebebea;border-radius:20px;padding:28px 28px 24px}
.profile-card-title{font-size:18px;font-weight:800;color:#111;margin:0 0 4px;letter-spacing:-.02em}
.profile-card-note{font-size:13px;color:#999;margin:0 0 22px}
.profile-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.profile-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}
.profile-field label{font-size:12px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.04em}
.profile-field input{padding:12px 14px;border:1.5px solid #e0e0dc;border-radius:12px;font-size:14px;color:#111;background:#fafaf9;box-sizing:border-box;transition:.15s;outline:none;width:100%}
.profile-field input:focus{border-color:#111;background:#fff}
.profile-field input:disabled{background:#f5f5f3;color:#aaa;cursor:default}
.profile-field-hint{font-size:11px;color:#bbb}
.profile-field-error{font-size:12px;color:#e53935;display:none}
.profile-field-sep{height:1px;background:#f0f0ee;margin:4px 0 20px}
.profile-form-result{font-size:13px;font-weight:600;min-height:20px;margin-bottom:8px}
.profile-form-result.is-success{color:#157347}
.profile-form-result.is-error{color:#e53935}
.profile-form-actions{display:flex;justify-content:flex-start}
.profile-save-btn{background:#111;color:#fff;border:none;border-radius:12px;padding:12px 28px;font-size:14px;font-weight:700;cursor:pointer;transition:.15s;display:flex;align-items:center;gap:8px}
.profile-save-btn:hover{background:#333}
.profile-save-btn:disabled{opacity:.6;cursor:default}
.profile-telegram-card{display:grid;gap:14px;padding:18px 20px;border:1px solid #ecebe7;border-radius:18px;background:#fafaf9}
.profile-telegram-card.is-connected{background:#f8fbf7}
.profile-telegram-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.profile-telegram-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.profile-telegram-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em}
.profile-telegram-badge.is-on{background:#eef8f1;color:#2C7A3E}
.profile-telegram-badge.is-live{background:#e9f7ee;color:#2f8a49}
.profile-telegram-badge.is-off{background:#f1f1ee;color:#7c7c77}
.profile-telegram-badge.is-soft{background:#f4f4ef;color:#6d6d66}
.profile-telegram-badge.is-soft-off{background:#f7f1df;color:#8f7330}
.profile-telegram-meta{font-size:12px;color:#7c7c77}
.profile-telegram-meta strong{color:#111}
.profile-telegram-note{font-size:13px;color:#666;line-height:1.6}
.profile-telegram-note.is-warn{color:#8b6e2b}
.profile-telegram-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.profile-telegram-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;transition:.15s;border:1.5px solid transparent;font-family:inherit;text-decoration:none}
.profile-telegram-btn--primary{background:#111;color:#fff}
.profile-telegram-btn--primary:hover{background:#2b2b2b}
.profile-telegram-btn--ghost{background:#fff;color:#111;border-color:#e0e0dc}
.profile-telegram-btn--ghost:hover{background:#f3f3ef}
.profile-telegram-btn:disabled{opacity:.6;cursor:default}
.profile-telegram-result{margin-top:4px;min-height:20px}
.profile-messages-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 0;color:#ccc}
.profile-messages-empty p{font-size:14px;color:#bbb;margin:0}
.profile-avatar-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.profile-avatar-preview-wrap{display:flex;align-items:center;gap:16px;min-width:0}
.profile-avatar-preview{width:84px;height:84px;background:#111;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;overflow:hidden;position:relative;flex-shrink:0;box-shadow:0 12px 28px rgba(17,17,17,.08)}
.profile-avatar-preview img{width:100%;height:100%;object-fit:cover;display:block}
.profile-avatar-meta{display:flex;flex-direction:column;gap:4px;max-width:320px}
.profile-avatar-meta strong{font-size:16px;font-weight:800;color:#111;letter-spacing:-.02em}
.profile-avatar-meta span{font-size:13px;color:#8d8d87;line-height:1.5}
.profile-avatar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.profile-avatar-upload-btn,.profile-avatar-remove-btn{border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:.15s;border:1.5px solid transparent;font-family:inherit}
.profile-avatar-upload-btn{background:#111;color:#fff}
.profile-avatar-upload-btn:hover{background:#2b2b2b}
.profile-avatar-remove-btn{background:#f5f5f3;color:#111;border-color:#e0e0dc}
.profile-avatar-remove-btn:hover{background:#ecece8}
.profile-avatar-upload-btn:disabled,.profile-avatar-remove-btn:disabled{opacity:.6;cursor:default}
.profile-avatar-divider{height:1px;background:#f0f0ee;margin:0 0 18px}
.profile-avatar-label{font-size:12px;font-weight:700;color:#666;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}
.profile-avatar-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.profile-avatar-opt{width:52px;height:52px;border-radius:50%;border:3px solid transparent;font-size:20px;font-weight:800;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center;outline:none}
.profile-avatar-opt:hover{transform:scale(1.1)}
.profile-avatar-opt.is-selected{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.15)}
.profile-avatar-opt:disabled{opacity:.5;cursor:default;transform:none}
.profile-field.has-error input{border-color:#e53935}
.profile-field.has-error .profile-field-error{display:block}
.profile-bonuses-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.profile-bonuses-balance{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 22px;border-radius:16px;
  background:#f5fbf6;border:1px solid rgba(44,122,62,.18);
  color:#2C7A3E;font-family:var(--display-font);font-size:26px;font-weight:800;
  white-space:nowrap;
}
.profile-bonuses-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.profile-bonuses-stat{
  display:flex;flex-direction:column;gap:6px;
  padding:16px 18px;border-radius:16px;
  background:#fafaf9;border:1px solid #ecebe7;
}
.profile-bonuses-stat span{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8f8f89}
.profile-bonuses-stat strong{font-size:20px;font-weight:800;color:#111;letter-spacing:-.02em}
.profile-bonus-list{display:flex;flex-direction:column;gap:12px}
.profile-bonus-row{
  display:grid;grid-template-columns:auto 1fr auto;gap:16px;
  align-items:center;padding:16px 18px;border-radius:18px;
  border:1px solid #ecebe7;background:#fff;
}
.profile-bonus-row.is-expired{background:#fafaf8;border-color:#efede8}
.profile-bonus-amount{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:140px;min-height:52px;padding:0 18px;border-radius:16px;
  font-size:18px;font-weight:800;letter-spacing:-.02em;
}
.profile-bonus-amount.is-positive{background:#f5fbf6;color:#2C7A3E}
.profile-bonus-amount.is-negative{background:#f6f1f1;color:#8b5050}
.profile-bonus-main{display:flex;flex-direction:column;gap:5px;min-width:0}
.profile-bonus-main strong{font-size:16px;font-weight:800;color:#111;letter-spacing:-.02em}
.profile-bonus-main span{font-size:13px;color:#888;line-height:1.5}
.profile-bonus-main p{margin:0;font-size:13px;color:#555;line-height:1.55}
.profile-bonus-expiry{display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}
.profile-bonus-expiry span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#aaa}
.profile-bonus-expiry strong{font-size:14px;font-weight:700;color:#111}
.profile-bonus-row.is-expired .profile-bonus-expiry strong{color:#8a8a84}
.profile-bonuses-empty{
  display:flex;flex-direction:column;align-items:center;gap:12px;
  padding:38px 24px;text-align:center;
  border:1px dashed #e0e0dc;border-radius:18px;background:#fafaf9;
}
.profile-bonuses-empty-icon{color:#d3d3cf}
.profile-bonuses-empty h3{margin:0;font-size:18px;font-weight:800;color:#111;letter-spacing:-.02em}
.profile-bonuses-empty p{margin:0;max-width:460px;font-size:14px;color:#888;line-height:1.6}
@media(max-width:640px){
  .profile-page{width:100%;max-width:100%;padding:20px 0 44px;gap:18px}
  .profile-page-head{gap:12px;align-items:flex-start}
  .profile-page-avatar{width:52px;height:52px;font-size:20px}
  .profile-field-row{grid-template-columns:1fr}
  .profile-card{padding:20px 16px}
  .profile-page-name{font-size:20px}
  .profile-page-email{font-size:13px}
  .profile-telegram-card{padding:16px}
  .profile-telegram-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .profile-telegram-btn{width:100%}
  .profile-tabs{
    gap:0;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:6px;
  }
  .profile-tabs::-webkit-scrollbar{display:none}
  .profile-tab{
    flex:0 0 auto;
    white-space:nowrap;
    padding:10px 14px;
    font-size:13px;
  }
  .profile-avatar-preview-wrap{width:100%}
  .profile-avatar-actions{width:100%}
  .profile-avatar-upload-btn,.profile-avatar-remove-btn{flex:1;justify-content:center;text-align:center}
  .profile-bonuses-head{flex-direction:column;align-items:stretch}
  .profile-bonuses-balance{width:100%;justify-content:flex-start}
  .profile-bonuses-stats{grid-template-columns:1fr}
  .profile-bonus-row{grid-template-columns:1fr;align-items:flex-start}
  .profile-bonus-amount{min-width:0;width:100%;justify-content:flex-start}
  .profile-bonus-expiry{align-items:flex-start;text-align:left}
}

/* ── Orders tab ── */
.profile-orders-list{display:flex;flex-direction:column;gap:12px}
.profile-order-card{
  background:#fff;border:1px solid var(--line);border-radius:18px;
  overflow:hidden;position:relative;transition:.15s;
}
.profile-order-card:hover{box-shadow:0 8px 24px rgba(15,15,15,.07)}
.profile-order-card.has-cancel-action .profile-order-head{padding-right:56px}
.profile-order-cancel-btn{
  position:absolute;top:12px;right:12px;z-index:2;
  width:30px;height:30px;padding:0;border:0;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff1ef;color:#c0392b;
  font-size:0;line-height:0;
  cursor:pointer;
  transition:color .15s ease,background .15s ease,transform .15s ease,opacity .15s ease;
}
.profile-order-cancel-btn::before,
.profile-order-cancel-btn::after{
  content:"";
  position:absolute;left:50%;top:50%;
  width:13px;height:3px;border-radius:999px;
  background:currentColor;
  transform-origin:center;
}
.profile-order-cancel-btn::before{transform:translate(-50%,-50%) rotate(45deg)}
.profile-order-cancel-btn::after{transform:translate(-50%,-50%) rotate(-45deg)}
.profile-order-cancel-btn:hover{color:#a92f23;background:#ffe7e3;transform:scale(1.04)}
.profile-order-cancel-btn:disabled{opacity:.45;cursor:default;transform:none}
.profile-order-confirm-open body{overflow:hidden}
.profile-order-confirm{
  position:fixed;inset:0;z-index:1200;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
}
.profile-order-confirm[hidden]{display:none!important}
.profile-order-confirm-backdrop{
  position:absolute;inset:0;
  background:rgba(17,17,17,.34);
  backdrop-filter:blur(8px);
}
.profile-order-confirm-card{
  position:relative;z-index:1;
  width:min(460px,100%);
  padding:28px 28px 24px;
  border:1px solid #e7ded2;
  border-radius:28px;
  background:#fff;
  color:#111;
  box-shadow:0 26px 90px rgba(17,17,17,.24);
}
.profile-order-confirm-close{
  position:absolute;top:16px;right:16px;
  width:34px;height:34px;padding:0;border:0;border-radius:999px;
  background:#f5f0e8;color:#6f6a61;
  cursor:pointer;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}
.profile-order-confirm-close::before,
.profile-order-confirm-close::after{
  content:"";
  position:absolute;left:50%;top:50%;
  width:14px;height:2.4px;border-radius:999px;
  background:currentColor;
}
.profile-order-confirm-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.profile-order-confirm-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.profile-order-confirm-close:hover{background:#eee5d8;color:#111;transform:scale(1.04)}
.profile-order-confirm-label{
  display:inline-flex;align-items:center;
  min-height:30px;padding:0 12px;margin-bottom:16px;
  border-radius:999px;
  background:#fff1ef;color:#c0392b;
  font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.profile-order-confirm-card h3{
  margin:0 42px 10px 0;
  font-family:var(--display-font);
  font-size:30px;line-height:1.05;font-weight:800;
}
.profile-order-confirm-card p{
  margin:0;
  color:#77706a;
  font-size:16px;line-height:1.45;
}
.profile-order-confirm-actions{
  display:grid;grid-template-columns:1fr 1.15fr;
  gap:10px;margin-top:24px;
}
.profile-order-confirm-keep,
.profile-order-confirm-submit{
  min-height:54px;padding:0 18px;
  border-radius:18px;
  font-size:15px;font-weight:800;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;
}
.profile-order-confirm-keep{
  border:1px solid #e3ddd4;
  background:#fff;color:#2d2b28;
}
.profile-order-confirm-submit{
  border:1px solid #c0392b;
  background:#c0392b;color:#fff;
  box-shadow:0 12px 26px rgba(192,57,43,.18);
}
.profile-order-confirm-keep:hover,
.profile-order-confirm-submit:hover{transform:translateY(-1px)}
.profile-order-confirm-keep:hover{border-color:#d5ccc0;background:#faf7f1}
.profile-order-confirm-submit:hover{background:#ad3327;border-color:#ad3327}
.profile-order-head{
  display:grid;grid-template-columns:minmax(0,1fr) auto;
  align-items:start;gap:14px 18px;
  padding:18px 20px;
}
.profile-order-head-main{
  display:flex;align-items:flex-start;gap:18px;min-width:0;
}
.profile-order-head-left{
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:0 0 auto;
}
.profile-order-id{display:flex;flex-direction:column;gap:1px;min-width:80px}
.profile-order-id-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#bbb}
.profile-order-id strong{font-family:var(--display-font);font-size:22px;font-weight:800;color:#111;line-height:1}
.profile-order-badges{
  display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex:1;min-width:0;
  padding-top:0;
}
.profile-order-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:0 12px;
  border-radius:999px;font-size:11px;font-weight:700;line-height:1;
  white-space:nowrap;
}
.profile-order-meta{
  display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:max-content;
}
.profile-order-date{font-size:12px;color:#bbb}
.profile-order-meta-row{
  display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;
}
.profile-order-total{font-family:var(--display-font);font-size:18px;font-weight:800;color:#111}
.profile-order-items{
  padding:0 20px 14px;
  display:flex;flex-direction:column;gap:0;
  border-top:1px solid #f0efec;
}
.profile-order-item{
  display:flex;align-items:center;gap:12px;
  padding:10px 0;border-bottom:1px solid #f7f6f4;font-size:14px;
}
.profile-order-item:last-child{border-bottom:none}
.profile-order-item-img{flex-shrink:0;width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f0efec}
.profile-order-item-img img{width:100%;height:100%;object-fit:cover;display:block}
.profile-order-item-info{flex:1;min-width:0}
.profile-order-item-title{display:block;color:#333;line-height:1.3;text-decoration:none;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-order-item-title:hover{color:#111}
.profile-order-item-qty{color:#bbb;font-size:13px;white-space:nowrap;flex-shrink:0}
.profile-order-item-price{font-weight:700;color:#111;white-space:nowrap;flex-shrink:0}
.profile-order-promo{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 20px 14px;padding:10px 12px;border-radius:14px;
  background:#fff8dd;border:1px solid rgba(244,198,61,.5);
  color:#6b5510;font-size:13px;font-weight:700;
}
.profile-order-promo-copy{display:inline-flex;align-items:center;gap:7px;min-width:0}
.profile-order-promo-copy svg{flex:0 0 auto;color:#c59a10}
.profile-order-promo-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-order-promo-copy strong{color:#111;font-weight:900;letter-spacing:.04em}
.profile-order-promo-discount{
  flex:0 0 auto;
  display:inline-flex;align-items:center;justify-content:center;
  min-height:26px;padding:0 10px;border-radius:999px;
  background:#2f9e44;color:#fff;font-weight:900;
}
.profile-order-promo.is-bonus{
  background:#eef9f0;
  border-color:rgba(47,158,68,.28);
  color:#216436;
}
.profile-order-promo.is-bonus .profile-order-promo-copy svg{
  color:#2f9e44;
}
.profile-order-ttn-pill{
  display:inline-flex;align-items:center;gap:7px;
  min-height:36px;padding:0 14px;border-radius:30px;
  background:#eef6ff;border:1.5px solid #d5e7ff;
  color:#245a86;font-size:12px;font-weight:700;line-height:1;
  white-space:nowrap;cursor:pointer;font-family:inherit;appearance:none;
  width:auto;min-width:0;text-transform:none;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.profile-order-ttn-pill:hover,.profile-order-ttn-pill.is-open{
  background:#dff0ff;border-color:#9dccff;color:#17486d;transform:translateY(-1px);
}
.profile-order-ttn-pill svg{flex:0 0 auto}
.profile-order-ttn-pill strong{color:#111;font-weight:900;letter-spacing:.02em}
.profile-order-ttn-pill--head{
  min-height:34px;padding:0 12px;font-size:11px;
}
.profile-order-ttn-status{
  margin:-4px 20px 14px;padding:12px 14px;border-radius:16px;
  background:#f7fbff;border:1px solid #dbeafe;color:#31445a;
  font-size:13px;line-height:1.35;
}
.profile-order-ttn-status[hidden]{display:none!important}
.profile-order-ttn-status-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
}
.profile-order-ttn-status-head span{
  color:#7f8996;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:11px;
}
.profile-order-ttn-status-head strong{
  color:#111;font-weight:900;text-align:right;max-width:70%;
}
.profile-order-ttn-status-meta{
  display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:9px;color:#697586;
}
.profile-order-ttn-status-meta span{display:inline-flex;gap:3px;align-items:baseline}
.profile-order-ttn-status-meta b{color:#4b5563;font-weight:800}
.profile-order-ttn-status-loader{color:#697586;font-weight:700}
.profile-order-ttn-status.is-error{
  background:#fff5f5;border-color:#ffd2d2;color:#a32121;font-weight:700;
}
.profile-order-footer{
  display:grid;gap:8px;
  padding:10px 16px 12px;border-top:1px solid #f0efec;
  background:#fafaf9;border-radius:0 0 18px 18px;
}
.profile-order-footer > *{
  width:100%;max-width:100%;
}
.profile-order-footer-primary{
  display:grid;align-items:stretch;gap:10px;
  width:100%;max-width:none;margin:0;
}
.profile-order-footer-primary.cols-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.profile-order-footer-primary.cols-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.profile-order-footer-primary > *{
  width:100%;min-width:0;max-width:none;
}
.profile-order-footer-secondary{
  display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;
  width:100%;max-width:none;margin:0;
}
.profile-order-repeat-btn,
.profile-order-review-btn,
.profile-order-support-btn,
.profile-order-receipt-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  width:100%;max-width:none;min-width:0;min-height:40px;
  padding:0 15px;border-radius:999px;
  font-size:12px;line-height:1.05;text-decoration:none;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.profile-order-repeat-btn{
  background:#fff;border:1.5px solid #e0e0dc;
  font-weight:700;color:#333;cursor:pointer;font-family:inherit;
}
.profile-order-repeat-btn:hover{
  border-color:#111;color:#111;transform:translateY(-1px);box-shadow:0 8px 18px rgba(17,17,17,.06);
}
.profile-order-repeat-btn:disabled{opacity:.5;cursor:default}
.profile-order-review-btn{
  background:#fff;border:1.5px solid #d9dfe7;
  color:#111;font-weight:800;
  justify-content:flex-start;padding:0 12px;
  box-shadow:0 6px 14px rgba(17,17,17,.04);
}
.profile-order-review-btn:hover{
  background:#fafbfc;border-color:#aeb7c5;color:#111;transform:translateY(-1px);box-shadow:0 10px 20px rgba(17,17,17,.08);
}
.profile-order-review-title{
  display:block;min-width:0;font-size:12px;font-weight:800;line-height:1.02;
}
.profile-order-review-subtitle{
  display:block;min-width:0;font-size:9px;font-weight:700;line-height:1.02;color:#9a7420;
}
.profile-order-review-btn--inline{
  width:auto;max-width:100%;min-width:0;flex:0 0 auto;
  min-height:34px;padding:0 10px;border-radius:999px;font-size:11px;gap:7px;
  justify-content:center;box-shadow:none;
}
.profile-order-review-btn--inline svg{
  flex:0 0 auto;color:#111;
}
.profile-order-review-btn--inline .profile-order-review-title{
  font-size:11px;white-space:nowrap;
}
.profile-order-review-reward{
  display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;
  min-height:18px;padding:0 6px;border-radius:999px;
  background:var(--highlight-yellow);color:var(--black);
  font-size:9px;font-weight:800;line-height:1;
}
.profile-order-support-btn{
  background:#111;border:1.5px solid #111;
  font-weight:700;color:#fff;
}
.profile-order-support-btn:hover{
  background:#181818;border-color:#181818;color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px rgba(17,17,17,.12);
}
.profile-order-receipt-btn{
  background:rgba(44,95,46,.06);border:1.5px solid rgba(44,95,46,.3);border-radius:30px;
  font-weight:700;color:#2C5F2E;
}
.profile-order-receipt-btn:hover{
  background:rgba(44,95,46,.12);border-color:rgba(44,95,46,.5);transform:translateY(-1px);
}
@media(max-width:900px){
  .profile-order-footer{
    padding:10px 14px 12px;
  }
  .profile-order-head{
    grid-template-columns:1fr;
  }
  .profile-order-meta{
    align-items:flex-start;min-width:0;
  }
  .profile-order-meta-row{
    justify-content:flex-start;
  }
}
@media(max-width:640px){
  .profile-order-head{
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px 10px;padding:16px 16px 14px;
  }
  .profile-order-card.has-cancel-action .profile-order-head{padding-right:46px}
  .profile-order-cancel-btn{top:10px;right:10px;width:28px;height:28px}
  .profile-order-cancel-btn::before,
  .profile-order-cancel-btn::after{width:12px;height:2.6px}
  .profile-order-confirm{align-items:center;padding:18px}
  .profile-order-confirm-card{padding:24px 18px 18px;border-radius:24px}
  .profile-order-confirm-card h3{font-size:26px;margin-right:38px}
  .profile-order-confirm-card p{font-size:15px}
  .profile-order-confirm-actions{grid-template-columns:1fr;gap:8px}
  .profile-order-confirm-keep,
  .profile-order-confirm-submit{min-height:50px;border-radius:16px}
  .profile-order-head-main{
    flex-direction:column;gap:10px;min-width:0;
  }
  .profile-order-badges{
    padding-top:0;
  }
  .profile-order-footer{
    padding:10px 12px 12px;
  }
  .profile-order-footer-primary{
    grid-template-columns:1fr;
  }
  .profile-order-footer-secondary{
    justify-content:flex-start;
  }
  .profile-order-repeat-btn,
  .profile-order-review-btn,
  .profile-order-support-btn,
  .profile-order-receipt-btn{
    width:100%;min-height:44px;
  }
  .profile-order-review-btn--inline{
    width:auto;min-height:34px;padding:0 12px;
  }
  .profile-order-meta{
    align-items:flex-end;
    text-align:right;
    min-width:max-content;
  }
  .profile-order-meta-row{
    justify-content:flex-end;
  }
}
.profile-orders-empty{
  display:flex;flex-direction:column;align-items:center;gap:14px;
  padding:48px 24px;text-align:center;
  background:#f9f9f7;border-radius:18px;border:1px solid var(--line);
}
.profile-orders-empty-icon{color:#ccc}
.profile-orders-empty h3{margin:0;font-family:var(--display-font);font-size:20px;font-weight:800;text-transform:uppercase}
.profile-orders-empty p{margin:0;font-size:14px;color:var(--muted)}

/* ── Comments ── */
.product-tab-count{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:18px;height:18px;padding:0 5px;margin-left:6px;
  background:#dedbd2;color:#6f6b63;font-size:9px;font-weight:800;
  border-radius:999px;line-height:1;
}
.product-tab-pill.is-active .product-tab-count{
  background:#111;color:#fff;
}
.product-comments-section{margin-top:48px;padding-top:8px}
.comments-wrap{max-width:760px;margin:0 auto}
.product-comments-title{font-family:"Oswald","Arial Narrow",sans-serif;font-size:36px;font-weight:800;text-transform:uppercase;letter-spacing:.01em;margin:0 0 28px;color:#111}
.product-comments-head{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap;margin:0 0 28px}
.product-comments-head .product-comments-title{margin:0}
.comments-sort{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid #ececea;border-radius:999px;background:#f8f8f5;flex-shrink:0;transform:translateY(2px)}
.comments-sort-link{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;color:#777;text-decoration:none;font-size:12px;font-weight:700;line-height:1;transition:.15s}
.comments-sort-link:hover{color:#111}
.comments-sort-link.is-active{background:#111;color:#fff}
.comments-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.comments-empty{color:#999;font-size:15px;margin-bottom:28px}
.comment-card{background:#fff;border:1px solid #ebebea;border-radius:16px;padding:20px 22px;transition:.15s}
.comment-card--new{border-color:#111}
.comment-card.is-targeted{
  border-color:#d9d4c8;
  box-shadow:0 0 0 3px rgba(17,17,17,.05);
}
.comment-card--staff{border-color:rgba(244,198,61,.34);background:linear-gradient(180deg,#fffdf7 0%,#fbf4e4 100%)}
.comment-card--featured:not(.comment-card--staff){border-color:rgba(244,198,61,.62);box-shadow:0 14px 30px rgba(244,198,61,.10)}
.comment-card--staff.is-targeted{
  border-color:rgba(244,198,61,.62);
  box-shadow:0 0 0 3px rgba(244,198,61,.16);
}
.comment-card-inner{display:flex;gap:14px;align-items:flex-start}
.comment-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;font-family:"Oswald","Arial Narrow",sans-serif;letter-spacing:0;user-select:none;overflow:hidden;position:relative}
.comment-avatar.has-image{background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#f3f2ef}
.comment-avatar img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;user-drag:none;pointer-events:none}
.comment-card--staff .comment-avatar{box-shadow:0 0 0 3px rgba(244,198,61,.22)}
.comment-avatar-sm{width:34px;height:34px;font-size:13px}
.comment-card-content{flex:1;min-width:0}
.comment-card-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}
.comment-card-person{display:flex;flex-direction:column;gap:4px;min-width:0}
.comment-card-person-top{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.comment-card-author{font-size:14px;font-weight:700;color:#111;letter-spacing:-.01em}
.comment-card-author--staff{color:#111}
.comment-staff-badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:var(--highlight-yellow);
  color:var(--black);
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.comment-featured-badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 9px;
  border-radius:999px;
  background:var(--highlight-yellow);
  color:#111;
  font-size:10px;
  font-weight:900;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.comment-author-link{color:inherit;text-decoration:none;transition:.15s}
.comment-author-link--avatar{display:inline-flex;flex-shrink:0}
.comment-author-link--name{display:inline-flex;align-items:center}
.comment-author-link:hover .comment-card-author{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.comment-author-link--avatar:hover .comment-avatar{transform:translateY(-1px);box-shadow:0 10px 24px rgba(17,17,17,.12)}
.comment-card-subtitle{font-size:12px;color:#9a9a96;line-height:1.35}
.comment-card-subtitle--staff{color:#7a6945}
.comment-card-date{font-size:12px;color:#bbb;margin-left:auto;white-space:nowrap;padding-top:2px}
.comment-card-body{font-size:15px;color:#333;line-height:1.6;margin:0 0 12px}
.comment-photo-link{display:inline-flex;width:132px;height:96px;border-radius:16px;overflow:hidden;border:1px solid #ececea;background:#f5f5f2;margin:0 0 12px;text-decoration:none}
.comment-photo-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s ease}
.comment-photo-link:hover .comment-photo-thumb{transform:scale(1.04)}
.comment-card-actions{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.comment-like-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:1.5px solid #e0e0dc;border-radius:30px;padding:5px 12px;font-size:13px;color:#555;cursor:pointer;transition:.15s;font-family:inherit;line-height:1}
.comment-like-btn:hover{border-color:#111;color:#111}
.comment-like-btn.is-active{background:var(--highlight-yellow);border-color:var(--highlight-yellow);color:#111}
.comment-like-btn:disabled{opacity:.5;cursor:default}
.comment-like-count{font-weight:600;min-width:10px;text-align:center}
.comment-thread-toggle{
  display:inline-flex;align-items:center;gap:8px;
  background:#f5f5f3;border:1.5px solid #ecebe7;border-radius:18px;
  padding:6px 12px;font-size:14px;font-weight:600;color:#444;
  cursor:pointer;transition:.15s;font-family:inherit;line-height:1;
}
.comment-thread-toggle:hover{background:#ededea;border-color:#d8d6d1;color:#111}
.comment-thread-toggle.is-open{background:#111;border-color:#111;color:#fff}
.comment-thread-toggle[hidden]{display:none !important}
.comment-thread-toggle-count{min-width:10px;text-align:center}
.comment-reply-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:5px 8px;font-size:13px;color:#999;cursor:pointer;transition:.15s;font-family:inherit;margin-left:4px}
.comment-reply-btn:hover{color:#111}
.comment-replies{margin-top:12px;padding-top:12px;border-top:1px solid #f0efec;display:flex;flex-direction:column;gap:12px}
.comment-replies:empty{display:none}
.comment-replies[hidden]{display:none !important}
.comment-card--reply{background:#f9f9f7;border-color:#f0efec;padding:14px 16px}
.comment-card--reply.comment-card--staff{background:linear-gradient(180deg,#fffaf0 0%,#f8f0dd 100%);border-color:rgba(244,198,61,.28)}
.comment-reply-form{margin-top:12px}
.comment-form-wrap{margin-top:8px}
.comment-form-title{font-size:16px;font-weight:800;color:#111;margin:0 0 14px;letter-spacing:-.01em}
.comment-textarea{width:100%;padding:14px 16px;border:1.5px solid #e0e0dc;border-radius:14px;font-size:15px;color:#111;background:#fafaf9;box-sizing:border-box;resize:vertical;outline:none;font-family:inherit;line-height:1.6;transition:.15s;min-height:100px}
.comment-textarea-sm{min-height:72px;font-size:14px}
.comment-textarea:focus{border-color:#111;background:#fff}
.comment-photo-upload{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}
.comment-photo-upload [hidden]{display:none!important}
.comment-photo-input{display:none!important}
.comment-photo-trigger{display:inline-flex;align-items:center;gap:8px;border:1px dashed #d4d4ce;border-radius:999px;background:#fafaf8;color:#333;padding:9px 13px;font-size:13px;font-weight:700;cursor:pointer;transition:.15s}
.comment-photo-trigger:hover{border-color:#111;background:#fff}
.comment-photo-plus{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:#111;color:#fff;font-size:15px;line-height:1}
.comment-photo-remove{border:none;background:transparent;color:#8d8d89;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;padding:6px}
.comment-photo-remove:hover{color:#111}
.comment-photo-preview{display:inline-flex;align-items:center;gap:8px;min-width:0;border:1px solid #ececea;background:#fff;border-radius:999px;padding:5px 10px 5px 5px;color:#777;font-size:12px;font-weight:600;max-width:100%}
.comment-photo-preview img{width:34px;height:34px;border-radius:999px;object-fit:cover;display:block}
.comment-photo-preview span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}
.comment-form-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:10px}
.comment-chars{font-size:12px;color:#bbb;margin-right:auto}
.comment-submit-btn{background:#111;color:#fff;border:none;border-radius:12px;padding:11px 24px;font-size:14px;font-weight:700;cursor:pointer;transition:.15s;display:flex;align-items:center;gap:8px;font-family:inherit}
.comment-submit-btn:hover{background:var(--highlight-yellow);color:#111}
.comment-submit-btn:disabled{opacity:.6;cursor:default}
.comment-form-error{font-size:13px;color:#e53935;margin-top:8px;min-height:18px}
.comment-login-prompt{margin:18px 0 20px;padding:20px 24px;background:#f9f9f7;border-radius:14px;font-size:15px;color:#555;line-height:1.6;display:flex;flex-wrap:wrap;gap:0 6px;align-items:center}
.comment-login-link{background:none;border:none;padding:0;font-size:inherit;color:#111;font-weight:700;cursor:pointer;text-decoration:underline;font-family:inherit;display:inline-flex;align-items:center}
.comment-login-link:hover{color:#888}
.comment-login-link:focus-visible{outline:2px solid #111;outline-offset:3px;border-radius:4px}
.comment-rating{font-size:14px;color:#F5C842;letter-spacing:1px;line-height:1;flex-shrink:0}
.comment-reply-mention{font-size:12px;color:#aaa;margin:0 0 6px;font-style:italic}
.star-rating-wrap{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.star-rating-label{font-size:13px;color:#888;font-weight:600}
.star-rating-input{display:flex;align-items:center;gap:2px}
.star-btn{background:none;border:none;padding:2px;font-size:24px;color:#ddd;cursor:pointer;line-height:1;transition:.1s;transform:scale(1)}
.star-btn.is-hover,.star-btn.is-active{color:#F5C842}
.star-btn:hover{transform:scale(1.15)}
.star-rating-hint{font-size:12px;color:#bbb;min-width:80px}
.comment-rating-note{
  margin:0 0 12px;
  padding:12px 14px;
  border-radius:12px;
  background:#f7f6f2;
  border:1px solid #ece8dc;
  font-size:13px;
  line-height:1.5;
  color:#666;
}
@media (max-width:760px){
  .product-comments-head{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .comments-sort{
    width:100%;
  }
  .comments-sort-link{
    flex:1;
  }
}

/* ── Coffee journal ── */
body[data-page="journal"] .site-main{
  width:min(1680px,calc(100% - 40px));
  padding-top:42px;
}
.journal-page,
.journal-article-page{
  --journal-card:#f5f5f3;
  --journal-muted:#8a8a85;
  color:#111;
}
.journal-hero-shell{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.journal-topic-rail{
  position:sticky;
  top:24px;
  align-self:start;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.journal-topic-rail h1{
  margin:0 0 22px;
  font-family:var(--display-font);
  font-size:58px;
  line-height:.9;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.journal-topic-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:24px;
  color:#111;
  text-decoration:none;
  font-family:var(--display-font);
  font-size:18px;
  line-height:.95;
  text-transform:uppercase;
  letter-spacing:.025em;
  border-radius:10px;
  padding:0;
  transition:color .15s ease,transform .15s ease;
}
.journal-topic-link:first-of-type{
  margin-bottom:2px;
  font-size:24px;
  font-weight:800;
}
.journal-topic-link:hover{
  color:#111;
  transform:translateX(3px);
}
.journal-topic-link.is-active{
  color:#111;
  font-weight:800;
}
.journal-topic-link b{
  color:#111;
  font-family:Inter,system-ui,sans-serif;
  font-size:14px;
  font-weight:800;
}
.journal-feature-area{
  min-width:0;
}
.journal-feature-card{
  position:relative;
  display:flex;
  min-height:460px;
  overflow:hidden;
  border-radius:22px;
  padding:34px;
  color:#fff;
  text-decoration:none;
  background:#111 center/cover no-repeat;
  box-shadow:0 24px 70px rgba(17,17,17,.12);
  isolation:isolate;
}
.journal-feature-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.66) 100%);
  z-index:-1;
}
.journal-feature-card:hover .journal-feature-title{
  transform:translateY(-3px);
}
.journal-feature-card--plain{
  background:linear-gradient(135deg,#121212,#323232);
}
.journal-feature-card > *{
  position:relative;
  z-index:1;
}
.journal-feature-card{
  flex-direction:column;
  justify-content:flex-end;
  gap:16px;
}
.journal-card-meta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.35;
}
.journal-feature-title{
  display:block;
  max-width:760px;
  font-family:var(--display-font);
  font-size:54px;
  line-height:.92;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
  transition:transform .18s ease;
}
.journal-feature-excerpt{
  display:block;
  max-width:680px;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.45;
}
.journal-stat-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.journal-stat{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:36px;
  border:0;
  border-radius:10px;
  padding:0 12px;
  background:rgba(255,255,255,.14);
  color:inherit;
  font-size:14px;
  font-weight:300;
  text-decoration:none;
  line-height:1;
  font-family:Inter,system-ui,sans-serif;
  backdrop-filter:blur(10px);
}
.journal-stat svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
}
.journal-empty-state{
  display:grid;
  gap:10px;
  min-height:320px;
  place-content:center;
  text-align:center;
  border:1px solid #e8e8e4;
  border-radius:24px;
  background:#f7f7f5;
  padding:34px;
}
.journal-empty-state h1,
.journal-empty-state h2{
  margin:0;
  font-family:var(--display-font);
  font-size:44px;
  line-height:.95;
  text-transform:uppercase;
}
.journal-empty-state p{
  margin:0;
  color:var(--muted);
}
.journal-list-section{
  margin-top:54px;
}
.journal-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px;
}
.journal-section-head h2{
  margin:0;
  font-family:var(--display-font);
  font-size:36px;
  line-height:.95;
  text-transform:uppercase;
}
.journal-section-head span{
  color:var(--muted);
  font-weight:700;
}
.journal-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
}
.journal-card{
  min-width:0;
}
.journal-card-image{
  display:block;
  aspect-ratio:1.75/1;
  border-radius:18px;
  background:#eee center/cover no-repeat;
  margin-bottom:16px;
  transition:transform .18s ease,box-shadow .18s ease;
}
.journal-card:hover .journal-card-image{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(17,17,17,.08);
}
.journal-card-body{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.journal-card-body .journal-card-meta{
  color:#9a9a95;
  font-size:13px;
}
.journal-card h3{
  margin:0;
  max-width:720px;
  font-family:var(--display-font);
  font-size:28px;
  line-height:1.1;
  text-transform:uppercase;
}
.journal-card h3 a{
  color:#111;
  text-decoration:none;
}
.journal-card h3 a:hover{
  color:#555;
}
.journal-card p{
  margin:0;
  max-width:38rem;
  color:#555;
  font-size:15px;
  line-height:1.5;
}
.journal-card .journal-stat{
  background:#f1f1ef;
  color:#111;
}
.journal-related-section{
  margin-top:56px;
  padding-top:8px;
  border-top:1px solid #ecebe7;
}
.journal-related-section .journal-card-grid{
  gap:26px;
}
.journal-related-pill{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1;
}
.journal-related-card .journal-card-image{
  margin-bottom:14px;
}
.journal-related-card .journal-card-body{
  gap:9px;
}
.journal-related-card .journal-card-meta{
  flex-wrap:wrap;
}
.journal-related-card h3{
  font-size:30px;
}
.journal-related-card p{
  max-width:34rem;
}
.journal-article-page{
  max-width:1240px;
  margin:0 auto;
}
.journal-article-shell{
  display:block;
}
.journal-back-link{
  display:inline-flex;
  margin-bottom:20px;
  color:#777;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
}
.journal-back-link:hover{
  color:#111;
}
.journal-article-hero{
  display:grid;
  gap:14px;
  max-width:980px;
  margin:0 auto 24px;
}
.journal-article-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:#999;
  font-size:15px;
  font-weight:300;
}
.journal-article-kicker span:first-child{
  padding:7px 12px;
  border-radius:999px;
  background:#f1f1ee;
  color:#111;
  font-weight:300;
}
.journal-article-hero h1{
  margin:0;
  max-width:980px;
  font-family:var(--display-font);
  font-size:72px;
  line-height:.94;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.journal-article-subtitle{
  margin:0;
  max-width:760px;
  color:#555;
  font-size:19px;
  line-height:1.42;
  font-weight:300;
}
.journal-article-stats .journal-stat{
  background:#f2f2ef;
  color:#111;
}
.journal-like-btn{
  cursor:pointer;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}
.journal-like-btn:hover{
  transform:translateY(-1px);
  background:#ecece8;
}
.journal-like-btn.is-active{
  background:var(--highlight-yellow);
  color:#111;
}
.journal-article-cover{
  max-width:980px;
  margin:0 auto 30px;
  border-radius:20px;
  overflow:hidden;
  background:#eee;
}
.journal-article-cover img{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:cover;
}
.journal-article-content{
  max-width:980px;
  margin:0 auto;
  font-size:17px;
  line-height:1.62;
  color:#222;
}
.journal-article-content > *:first-child{
  margin-top:0;
}
.journal-article-content p{
  margin:0 0 18px;
}
.journal-article-content a.journal-inline-anchor{
  color:#111;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.journal-article-content a.journal-inline-anchor:hover{
  color:#6a5832;
}
.journal-article-content h1,
.journal-article-content h2,
.journal-article-content h3{
  margin:38px 0 16px;
  font-family:var(--display-font);
  line-height:.96;
  text-transform:uppercase;
}
.journal-article-content h1{font-size:38px}
.journal-article-content h2{font-size:34px}
.journal-article-content h3{font-size:26px}
.journal-article-content ul,
.journal-article-content ol{
  margin:0 0 24px 22px;
  padding:0;
}
.journal-article-content li{
  margin:0 0 8px;
}
.journal-article-content blockquote{
  margin:34px 0;
  padding:24px 28px;
  border-left:4px solid var(--highlight-yellow);
  background:#f7f6f2;
  border-radius:16px;
}
.journal-article-content figure{
  margin:30px 0;
}
.journal-article-content figure img,
.journal-article-content img{
  max-width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
  border-radius:16px;
}
.journal-article-content figcaption{
  margin-top:10px;
  color:#8d8d88;
  font-size:14px;
}
.journal-article-content table{
  width:100%;
  margin:30px 0;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #e7e0d3;
  border-radius:18px;
  overflow:hidden;
  font-size:16px;
  line-height:1.45;
  box-shadow:0 16px 36px rgba(17,17,17,.05);
}
.journal-article-content th,
.journal-article-content td{
  padding:16px 18px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #eee6da;
}
.journal-article-content th{
  background:#f3eee4;
  font-weight:800;
}
.journal-article-content tr:last-child td{
  border-bottom:0;
}
.journal-embed-section{
  max-width:980px;
  margin:38px auto;
  padding:22px 0;
}
.journal-embed-products--inline{
  margin:24px auto 22px;
  padding:6px 0;
}
.journal-embed-products--inline .journal-embed-head{
  margin-bottom:12px;
}
.journal-embed-products--inline .journal-product-grid--single{
  grid-template-columns:minmax(320px,420px);
  justify-content:center;
}
.journal-embed-products--inline .journal-product-grid--double{
  grid-template-columns:repeat(2,minmax(280px,360px));
  justify-content:center;
}
.journal-embed-products--inline .journal-product-grid--triple,
.journal-embed-products--inline .journal-product-grid--multi{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.journal-embed-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.journal-embed-head h2{
  margin:0;
  font-family:var(--display-font);
  font-size:36px;
  line-height:.95;
  text-transform:uppercase;
}
.journal-embed-head span{
  color:#888;
  font-size:15px;
  font-weight:700;
}
.journal-product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.journal-product-grid .product-card{
  gap:8px;
  padding:12px;
  border-radius:18px;
}
.journal-product-grid .product-card-head{
  min-height:0;
}
.journal-product-grid .product-card-heading{
  display:grid;
  gap:2px;
}
.journal-product-grid .product-overline{
  font-size:10px;
}
.journal-product-grid .product-card-name{
  margin:0;
  font-size:16px;
}
.journal-product-grid .product-card-kind,
.journal-product-grid .product-card-rating,
.journal-product-grid .product-card-meter span{
  font-size:10px;
}
.journal-product-grid .product-card-media.product-media{
  min-height:0;
  height:auto;
  aspect-ratio:720 / 541;
  border-radius:14px;
}
.journal-product-grid .product-card-media-link{
  display:block;
}
.journal-product-grid .product-media-img{
  object-fit:cover;
}
.journal-product-grid .product-card-note{
  min-height:30px;
  max-width:96%;
  font-size:10px;
  gap:4px;
}
.journal-product-grid .product-card-note-prefix{
  font-size:9px;
}
.journal-product-grid .product-card-meters{
  gap:5px;
}
.journal-product-grid .product-card-option{
  min-height:26px;
  padding:4px 7px;
  border-radius:8px;
  font-size:11px;
}
.journal-product-grid .product-card-bottom{
  gap:7px;
  margin-top:auto;
  align-items:flex-end;
  flex-wrap:wrap;
}
.journal-product-grid .product-card-buy-group{
  display:flex;
  flex:0 0 auto;
  align-items:flex-end;
  justify-content:flex-end;
  flex-wrap:nowrap;
  max-width:100%;
  margin-left:auto;
}
.journal-product-grid .product-card-buy-group--with-info{
  align-items:flex-end;
}
.journal-product-grid .product-card-buy-group--single-info{
  width:100%;
  align-items:stretch;
}
.journal-product-grid .product-card-buy-group--single-info .product-card-preorder{
  width:100%;
  align-items:center;
  text-align:center;
}
.journal-product-grid .product-card-buy-group--single-info .product-card-preorder-main{
  width:100%;
  justify-content:center;
  flex-wrap:wrap;
  row-gap:2px;
}
.journal-product-grid .product-card-buy-group--single-info .product-card-buy-actions{
  align-self:flex-end;
}
.journal-product-grid .product-card-preorder-main{
  justify-content:flex-end;
  flex-wrap:wrap;
  white-space:normal;
}
.journal-product-grid .product-card-detail-link{
  font-size:11px;
}
.journal-product-grid .product-card-buy{
  min-height:34px;
  border-radius:10px;
  font-size:14px;
}
.journal-product-grid .product-card-buy-price{
  font-size:13px;
}
.journal-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.journal-link-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:190px;
  padding:18px;
  border:1px solid #111;
  border-radius:20px;
  background:#111;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.journal-link-card::after{
  content:"";
  position:absolute;
  right:-46px;
  bottom:-56px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:var(--highlight-yellow);
  opacity:.92;
  transition:transform .18s ease,opacity .18s ease;
}
.journal-link-card:hover{
  transform:translateY(-3px);
  border-color:#111;
  background:#080808;
  box-shadow:0 18px 42px rgba(17,17,17,.14);
}
.journal-link-card:hover::after{
  transform:scale(1.08);
  opacity:1;
}
.journal-link-card--cover{
  grid-column:1/-1;
  min-height:360px;
  justify-content:flex-end;
  gap:16px;
  padding:34px;
  border:0;
  border-radius:22px;
  background:#111 center/cover no-repeat;
  box-shadow:0 24px 70px rgba(17,17,17,.12);
  isolation:isolate;
}
.journal-link-card--cover::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.72) 100%);
}
.journal-link-card--cover::after{
  display:none;
}
.journal-link-card--cover > *{
  position:relative;
  z-index:1;
}
.journal-link-card--cover:hover{
  background-color:#111;
}
.journal-link-card b{
  position:relative;
  z-index:1;
  font-family:var(--display-font);
  font-size:30px;
  line-height:.95;
  text-transform:uppercase;
  text-wrap:balance;
}
.journal-link-label{
  position:relative;
  z-index:1;
  width:max-content;
  max-width:100%;
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:var(--highlight-yellow);
  color:#111;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
.journal-link-card--cover .journal-link-label{
  width:auto;
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.journal-link-card--cover b{
  max-width:780px;
  color:#fff;
  font-size:54px;
  line-height:.92;
}
.journal-link-card em{
  position:relative;
  z-index:1;
  display:block;
  max-width:88%;
  margin:0 0 auto;
  color:rgba(255,255,255,.72);
  font-size:14px;
  font-style:normal;
  line-height:1.45;
}
.journal-link-card--cover em{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.45;
}
.journal-link-action{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:auto;
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.journal-link-card--cover .journal-link-action{
  justify-content:flex-start;
  margin-top:2px;
}
.journal-link-card--cover .journal-link-action span{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  border-radius:10px;
  padding:0 12px;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
}
.journal-link-action i{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-style:normal;
  font-size:18px;
  line-height:1;
  transition:transform .18s ease,background .18s ease;
}
.journal-link-card--cover .journal-link-action i{
  background:rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(10px);
}
.journal-link-card:hover .journal-link-action i{
  transform:translateX(3px);
  background:var(--highlight-yellow);
}
.journal-comments-section{
  max-width:980px;
  margin:62px auto 0;
}
.journal-comment-form{
  margin:0 0 24px;
  padding:18px;
  border:1px solid #ebebea;
  border-radius:18px;
  background:#fbfbfa;
}
.journal-comments-section .comment-like-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.journal-comments-section .comment-avatar{
  background-size:cover;
  background-position:center;
}
.journal-comments-section .comment-author-link--avatar:hover .comment-avatar{
  transform:none;
  box-shadow:none;
}
@media (max-width:1280px){
  .journal-hero-shell{
    grid-template-columns:300px minmax(0,1fr);
    gap:28px;
  }
  .journal-feature-card{
    min-height:430px;
    padding:32px;
  }
  .journal-card-grid,
  .journal-product-grid,
  .journal-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .journal-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:900px){
  body[data-page="journal"] .site-main{
    width:min(100% - 24px,760px);
    padding-top:24px;
  }
  .journal-hero-shell{
    grid-template-columns:1fr;
  }
  .journal-topic-rail{
    position:static;
    gap:8px;
  }
  .journal-topic-rail h1{
    margin-bottom:14px;
    font-size:52px;
  }
  .journal-topic-link{
    min-height:40px;
    padding:9px 12px;
    border:1px solid #ececea;
    background:#fff;
    border-radius:14px;
    font-size:18px;
  }
  .journal-topic-link:hover{
    transform:none;
  }
  .journal-feature-card{
    min-height:380px;
    border-radius:20px;
    padding:24px;
  }
  .journal-feature-title{
    font-size:38px;
  }
  .journal-feature-excerpt{
    font-size:16px;
  }
  .journal-card-grid,
  .journal-product-grid,
  .journal-link-grid{
    grid-template-columns:1fr;
  }
  .journal-related-card h3{
    font-size:28px;
  }
  .journal-embed-products--inline .journal-product-grid--single,
  .journal-embed-products--inline .journal-product-grid--double,
  .journal-embed-products--inline .journal-product-grid--triple,
  .journal-embed-products--inline .journal-product-grid--multi{
    grid-template-columns:1fr;
  }
  .journal-product-grid .product-card-media.product-media{
    height:190px;
  }
  .journal-embed-products--inline{
    margin:20px auto 18px;
    padding:4px 0;
  }
  .journal-embed-products--inline .journal-embed-head h2{
    font-size:28px;
  }
  .journal-embed-products--inline .journal-product-grid{
    gap:8px;
  }
  .journal-link-card--cover{
    min-height:320px;
    padding:24px;
  }
  .journal-link-card--cover b{
    font-size:42px;
  }
  .journal-card h3{
    font-size:25px;
    line-height:1.12;
  }
  .journal-article-hero h1{
    font-size:48px;
  }
  .journal-article-subtitle{
    font-size:18px;
  }
  .journal-article-content{
    font-size:16px;
    line-height:1.6;
  }
  .journal-article-content h1{font-size:32px}
  .journal-article-content h2{font-size:30px}
  .journal-article-content h3{font-size:24px}
  .journal-article-content table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .journal-article-content th,
  .journal-article-content td{
    min-width:160px;
    padding:14px 16px;
  }
  .journal-article-cover img{
    max-height:320px;
  }
  .journal-embed-section{
    margin:34px 0;
  }
}
@media (max-width:560px){
  .journal-feature-card{
    min-height:320px;
    padding:20px;
  }
  .journal-card-meta{
    font-size:12px;
  }
  .journal-feature-title,
  .journal-topic-rail h1{
    font-size:40px;
  }
  .journal-section-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .journal-stat{
    min-height:34px;
    padding:0 10px;
    font-size:13px;
  }
  .journal-article-hero h1{
    font-size:38px;
  }
  .journal-article-cover{
    border-radius:18px;
  }
  .journal-article-cover img{
    max-height:260px;
  }
  .journal-link-card--cover{
    min-height:280px;
    padding:20px;
  }
  .journal-link-card--cover b{
    font-size:34px;
  }
  .journal-link-card--cover em{
    font-size:15px;
  }
  .journal-embed-products--inline{
    margin:18px auto 16px;
    padding:2px 0;
  }
  .journal-embed-products--inline .journal-embed-head{
    margin-bottom:8px;
  }
  .journal-embed-products--inline .journal-embed-head h2{
    font-size:24px;
  }
  .journal-embed-products--inline .journal-product-grid{
    gap:8px;
  }
  .journal-embed-products--inline .journal-product-grid .product-card{
    grid-template-columns:118px minmax(0,1fr);
    grid-template-rows:auto auto auto auto;
    grid-template-areas:
      "media head"
      "media note"
      "meters meters"
      "options bottom";
    gap:7px 10px;
    padding:10px;
    align-items:start;
  }
  .journal-embed-products--inline .product-card-head{
    grid-area:head;
    grid-template-columns:minmax(0,1fr) auto;
    gap:5px;
  }
  .journal-embed-products--inline .product-card-media-link{
    grid-area:media;
    align-self:start;
  }
  .journal-embed-products--inline .journal-product-grid .product-card-media.product-media{
    height:auto;
    aspect-ratio:1 / 1;
    border-radius:12px;
  }
  .journal-embed-products--inline .product-card-note{
    grid-area:note;
    max-width:none;
    min-height:0;
    justify-content:flex-start;
    text-align:left;
    font-size:10px;
    line-height:1.25;
  }
  .journal-embed-products--inline .product-card-meters{
    grid-area:meters;
  }
  .journal-embed-products--inline .product-card-options{
    grid-area:options;
  }
  .journal-embed-products--inline .product-card-bottom{
    grid-area:bottom;
    align-self:stretch;
  }
  .journal-embed-products--inline .product-card-detail-link{
    display:none;
  }
  .journal-embed-products--inline .product-card-buy{
    min-height:32px;
  }
  .journal-article-page .journal-embed-products:not(.journal-embed-products--inline) .journal-product-grid .product-card-media.product-media{
    height:auto;
    min-height:0;
    aspect-ratio:4 / 3;
    display:grid;
    place-items:center;
    background:linear-gradient(180deg,#f3f3f3,#efefef);
  }
  .journal-article-page .journal-embed-products:not(.journal-embed-products--inline) .journal-product-grid .product-media-img{
    object-fit:contain;
    object-position:center center;
    padding:10px;
    background:transparent;
  }
  .journal-embed-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* ── Price watch bell ── */
.auth-price-bell[hidden]{display:none !important}

/* ── Product card watch button ── */
.product-card-buy-group{display:inline-flex;align-items:center;gap:6px}
.product-card-buy-actions{display:inline-flex;align-items:center;gap:6px}
.product-card-buy-group--with-info{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.product-card-preorder{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  text-align:right;
}
.product-card-preorder--single{
  gap:0;
}
.product-card-preorder-main{
  display:inline-flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
}
.product-card-preorder-text{
  font-size:14px;
  line-height:1.05;
  font-weight:300;
  color:#111111;
}
.product-card-preorder-date{
  font-size:14px;
  line-height:1.05;
  font-weight:700;
  color:#111111;
  white-space:nowrap;
}
.product-card-preorder-note{
  font-size:10px;
  line-height:1.1;
  color:#81796f;
  white-space:nowrap;
}
.product-card-watch-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;
  border:1.5px solid #e0e0dc;
  border-radius:10px;
  background:#f5f5f3;
  color:#888;
  cursor:pointer;
  transition:.15s;
  flex-shrink:0;
  padding:0;
}
.product-card-watch-btn:hover{background:#ebebea;border-color:#bbb;color:#111}
.product-card-watch-btn.is-watching{
  background:var(--highlight-yellow,#f4c63d);
  border-color:var(--highlight-yellow,#f4c63d);
  color:#111;
}
.product-card-watch-btn svg{display:block;stroke:currentColor}

@media (max-width: 720px){
  .catalog-product-grid .product-card-bottom,
  .home-shelf-grid .product-card-bottom,
  .product-grid-home .product-card-bottom{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:8px;
  }
  .catalog-product-grid .product-card-detail-link{
    flex:0 0 auto;
    align-self:flex-start;
  }
  .catalog-product-grid .product-card-buy-group,
  .home-shelf-grid .product-card-buy-group,
  .product-grid-home .product-card-buy-group{
    width:100%;
    margin-left:0;
  }
  .product-card-buy-group--with-info{
    width:100%;
    align-items:stretch;
  }
  .product-card-preorder{
    align-items:flex-start;
    text-align:left;
  }
  .product-card-buy-actions{
    justify-content:flex-end;
  }
  .catalog-grid-banner-card-link{
    padding:18px;
    gap:14px;
  }
  .catalog-grid-banner-card h3{
    font-size:28px;
  }
  .catalog-grid-banner-card p{
    max-width:none;
    font-size:14px;
  }
  .catalog-grid-banner-card-action{
    width:100%;
  }
}

/* ── Product page watch button ── */
.product-watch-btn{
  display:inline-flex;align-items:center;gap:9px;
  padding:12px 20px;
  border:1.5px solid #e0e0dc;
  border-radius:14px;
  background:#f5f5f3;
  color:#555;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  font-family:inherit;
  transition:.15s;
  margin-top:10px;
  width:auto;
  max-width:100%;
  align-self:flex-start;
}
.product-watch-btn--full[hidden]{display:none !important}
.product-watch-btn--full{
  width:196px;
  padding:10px 14px;
  justify-content:center;
  gap:8px;
  font-size:13px;
  white-space:nowrap;
  box-sizing:border-box;
}
.product-watch-btn:hover{background:#ebebea;border-color:#bbb;color:#111}
.product-watch-btn.is-watching{
  background:var(--highlight-yellow,#f4c63d);
  border-color:transparent;
  color:#111;
}
.product-watch-btn svg{stroke:currentColor;flex-shrink:0}
.product-watch-label{line-height:1}
body[data-page="product"] .product-watch-inline-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:50px;height:50px;
  border:1.5px solid #e0e0dc;
  border-radius:15px;
  background:#f5f5f3;
  color:#888;
  cursor:pointer;
  transition:.15s;
  flex:0 0 auto;
  padding:0;
}
body[data-page="product"] .product-watch-inline-btn[hidden]{display:none !important}
body[data-page="product"] .product-watch-inline-btn:hover{background:#ebebea;border-color:#bbb;color:#111}
body[data-page="product"] .product-watch-inline-btn.is-watching{
  background:var(--highlight-yellow,#f4c63d);
  border-color:var(--highlight-yellow,#f4c63d);
  color:#111;
}
body[data-page="product"] .product-watch-inline-btn svg{display:block;stroke:currentColor}

/* ── Price watch profile tab ── */
.pwatch-list{display:flex;flex-direction:column;gap:10px}
.pwatch-item{
  display:flex;align-items:center;gap:14px;
  padding:14px 16px;
  border:1px solid #ebebea;
  border-radius:14px;
  background:#fff;
  transition:.15s;
}
.pwatch-item:hover{box-shadow:0 4px 16px rgba(15,15,15,.06)}
.pwatch-item--dropped{border-color:rgba(44,150,63,.25);background:#f6fdf7}
.pwatch-item-img{
  flex-shrink:0;width:60px;height:60px;
  border-radius:10px;overflow:hidden;background:#f0efec;
  display:block;
}
.pwatch-item-img img{width:100%;height:100%;object-fit:cover;display:block}
.pwatch-item-img-placeholder{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
}
.pwatch-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}
.pwatch-item-title{
  font-size:14px;font-weight:700;color:#111;text-decoration:none;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  display:block;
}
.pwatch-item-title:hover{color:#555}
.pwatch-item-prices{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;font-size:13px}
.pwatch-item-price-label{color:#bbb}
.pwatch-item-price-at{color:#888;font-weight:600}
.pwatch-item-price-label:nth-of-type(2){margin-left:6px}
.pwatch-item-price-now{color:#111;font-weight:700}
.pwatch-item-price-now--dropped{color:#2C7A3E;font-weight:800}
.pwatch-drop-badge{
  display:inline-flex;align-items:center;gap:4px;
  padding:3px 8px;
  border-radius:20px;
  background:#d4edda;
  color:#2C5F2E;
  font-size:12px;font-weight:700;
  width:fit-content;
}
.pwatch-item-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}
.pwatch-goto-btn{
  display:inline-flex;align-items:center;
  padding:7px 14px;
  border-radius:20px;
  border:1.5px solid #e0e0dc;
  background:none;
  color:#333;
  font-size:13px;font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:.15s;
}
.pwatch-goto-btn:hover{border-color:#111;color:#111}
.pwatch-remove-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;
  border:1.5px solid #f0efec;
  border-radius:50%;
  background:none;
  color:#ccc;
  cursor:pointer;
  transition:.15s;
  padding:0;
}
.pwatch-remove-btn:hover{border-color:#e53935;color:#e53935;background:#fff5f5}
.pwatch-empty{
  display:flex;flex-direction:column;align-items:center;gap:12px;
  padding:40px 24px;text-align:center;
}
.pwatch-empty-icon{color:#ccc;margin-bottom:4px}
.pwatch-empty h3{margin:0;font-size:18px;font-weight:800;color:#111;letter-spacing:-.02em}
.pwatch-empty p{margin:0;font-size:14px;color:#888;max-width:360px;line-height:1.6}
@media(max-width:580px){
  .pwatch-item{flex-wrap:wrap}
  .pwatch-item-actions{flex-direction:row;align-items:center;width:100%}
  .pwatch-goto-btn{flex:1;justify-content:center;text-align:center}
  .product-card-buy-group{flex-wrap:nowrap}
}

/* Checkout empty state on mobile */
.site-shell{
  min-height:100svh;
  min-height:100dvh;
}

body[data-page="checkout"].checkout-empty-state .site-footer{
  display:none;
}

body[data-page="checkout"].checkout-empty-state .purchase-layout{
  grid-template-columns:minmax(0,1fr);
}

body[data-page="checkout"].checkout-empty-state .purchase-summary-rail,
body[data-page="checkout"].checkout-empty-state .checkout-form{
  display:none !important;
}

body[data-page="checkout"].checkout-empty-state .purchase-main{
  gap:0;
}

body[data-page="checkout"].checkout-empty-state .cart-items-empty{
  margin:0;
}

@media (max-width: 760px){
  body[data-page="checkout"].checkout-empty-state{
    overflow-x:hidden;
  }

  body[data-page="checkout"].checkout-empty-state .site-main{
    width:100%;
    max-width:none;
    padding:0 0 env(safe-area-inset-bottom, 0);
  }

  body[data-page="checkout"].checkout-empty-state .purchase-layout{
    width:100%;
    max-width:none;
    margin:0;
    gap:0;
  }

  body[data-page="checkout"].checkout-empty-state .cart-items-empty{
    border-left:none;
    border-right:none;
    border-radius:0;
    box-shadow:none;
    min-height:calc(100dvh - 88px - env(safe-area-inset-bottom, 0));
    display:flex;
    align-items:center;
    justify-content:center;
    padding:28px 20px;
  }

  body[data-page="checkout"].checkout-empty-state .cart-empty{
    width:100%;
    max-width:360px;
    padding:0;
  }
}

/* Public customer profile */
body[data-page="user-public"] .site-main{
  background:
    radial-gradient(circle at 8% 0%, rgba(244,198,61,.10), transparent 28%),
    linear-gradient(180deg,#f8f8f6 0%,#ffffff 44%);
  padding-top:10px;
}
.public-user-shell{
  max-width:1420px;
  margin:0 auto 80px;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.public-user-page-head{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.public-user-page-kicker{
  margin:0;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9b978f;
}
.public-user-page-title{
  margin:0;
  font-family:var(--display-font);
  font-size:58px;
  line-height:.9;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:#111;
}
.public-user-overview{
  display:grid;
  grid-template-columns:minmax(280px,330px) minmax(0,1fr) minmax(300px,360px);
  gap:16px;
  align-items:start;
}
.public-user-summary-card,
.public-user-highlight-card,
.public-user-panel,
.public-user-empty{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(17,17,17,.08);
  border-radius:24px;
  box-shadow:0 18px 44px rgba(17,17,17,.06);
  backdrop-filter:blur(14px);
}
.public-user-summary-card{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.public-user-summary-top{
  display:flex;
  align-items:center;
  gap:18px;
}
.public-user-avatar,
.public-user-highlight-avatar{
  background:#111;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
  font-family:var(--display-font);
  font-weight:800;
}
.public-user-avatar{
  width:76px;
  height:76px;
  border-radius:20px;
  font-size:34px;
  box-shadow:0 16px 28px rgba(17,17,17,.14);
}
.public-user-avatar.has-image{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.public-user-highlight-avatar{
  width:52px;
  height:52px;
  border-radius:16px;
  font-size:22px;
}
.public-user-avatar img,
.public-user-highlight-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.public-user-summary-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.public-user-summary-copy strong{
  font-family:var(--display-font);
  font-size:30px;
  line-height:.95;
  letter-spacing:0;
  color:#111;
}
.public-user-summary-copy span{
  font-size:14px;
  line-height:1.45;
  color:#7f7b74;
}
.public-user-summary-status{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.public-user-status-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:var(--highlight-yellow);
  color:var(--black);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.public-user-summary-tenure{
  font-size:14px;
  color:#8c857b;
}
.public-user-summary-description{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#57534e;
}
.public-user-stat-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}
.public-user-stat-card{
  padding:14px 10px;
  border-radius:18px;
  background:#f4f4f1;
  border:1px solid rgba(17,17,17,.06);
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-width:0;
}
.public-user-stat-card b{
  font-family:var(--display-font);
  font-size:28px;
  line-height:.92;
  color:#111;
}
.public-user-stat-card span{
  font-size:11px;
  line-height:1.25;
  color:#8d877d;
  word-break:break-word;
}
.public-user-facts{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.public-user-fact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(17,17,17,.07);
}
.public-user-fact span{
  font-size:12px;
  color:#8d877d;
}
.public-user-fact strong{
  font-size:14px;
  font-weight:700;
  color:#111;
  text-align:right;
}
.public-user-highlight-card{
  min-height:100%;
  padding:22px 24px;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
  overflow:hidden;
}
.public-user-highlight-card::after{
  content:none;
}
.public-user-highlight-topline,
.public-user-highlight-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  position:relative;
  z-index:1;
}
.public-user-highlight-person{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.public-user-highlight-person-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.public-user-highlight-person-copy strong{
  font-size:18px;
  line-height:1.05;
  color:#111;
}
.public-user-highlight-person-copy span{
  font-size:13px;
  color:#8b857c;
}
.public-user-highlight-kicker{
  display:block;
  margin:0 0 12px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#9a9690;
}
.public-user-highlight-product{
  display:inline-block;
  font-family:inherit;
  font-size:20px;
  line-height:1.15;
  font-weight:800;
  text-transform:none;
  letter-spacing:-.02em;
  color:#111;
  text-decoration:none;
}
.public-user-highlight-product:hover{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}
.public-user-highlight-date{
  font-size:13px;
  color:#9b978f;
  white-space:nowrap;
  padding-top:6px;
}
.public-user-highlight-rating{
  font-size:12px;
  color:#f4c63d;
  letter-spacing:1px;
  position:relative;
  z-index:1;
}
.public-user-highlight-text{
  margin:0;
  max-width:100%;
  font-size:15px;
  line-height:1.55;
  letter-spacing:0;
  color:#44403a;
  position:relative;
  z-index:1;
}
.public-user-review-list{
  display:flex;
  flex-direction:column;
  gap:10px;
  position:relative;
  z-index:1;
}
.public-user-review-item{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px 0 0;
  border-top:1px solid rgba(17,17,17,.08);
}
.public-user-review-item:first-child{
  padding-top:0;
  border-top:0;
}
.public-user-review-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.public-user-review-main{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
}
.public-user-review-product{
  font-family:inherit;
  font-size:17px;
  line-height:1.15;
  font-weight:800;
  text-transform:none;
  letter-spacing:-.01em;
  color:#111;
  text-decoration:none;
}
.public-user-review-product:hover{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}
.public-user-review-date{
  flex:0 0 auto;
  font-size:12px;
  line-height:1.2;
  color:#9b978f;
  white-space:nowrap;
  padding-top:2px;
}
.public-user-highlight-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  position:relative;
  z-index:1;
}
.public-user-highlight-tag{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.public-user-panel{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.public-user-panel--large{
  min-height:100%;
}
.public-user-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.public-user-panel-head--stack{
  align-items:flex-start;
  justify-content:flex-start;
}
.public-user-panel-head h2{
  margin:0;
  font-family:var(--display-font);
  font-size:24px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#111;
}
.public-user-panel-head span{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.55;
  color:#9b978f;
  text-align:right;
}
.public-user-preferences-card{
  background:#151515;
  border-color:#151515;
  color:#fff;
  box-shadow:0 22px 54px rgba(17,17,17,.18);
}
.public-user-preferences-card .public-user-panel-head h2,
.public-user-preferences-card .public-user-taste-lead,
.public-user-preferences-card .public-user-taste-item strong{
  color:#fff;
}
.public-user-preferences-card .public-user-panel-head span,
.public-user-preferences-card .public-user-taste-item span,
.public-user-preferences-card .public-user-taste-item p{
  color:rgba(255,255,255,.62);
}
.public-user-pref-tabs{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:8px;
}
.public-user-pref-tab{
  border:none;
  border-radius:16px;
  background:rgba(17,17,17,.06);
  color:#7c776f;
  padding:12px 10px;
  font-family:var(--display-font);
  font-size:14px;
  line-height:1.05;
  text-transform:uppercase;
  cursor:pointer;
  transition:.16s ease;
  min-height:52px;
  text-align:center;
}
.public-user-pref-tab:hover{
  background:rgba(17,17,17,.1);
  color:#111;
}
.public-user-pref-tab.is-active{
  background:#fff;
  color:#111;
  box-shadow:0 8px 20px rgba(17,17,17,.06);
}
.public-user-pref-panel{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.public-user-pref-panel-headline{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.public-user-pref-panel-headline strong{
  font-size:16px;
  line-height:1.1;
  color:#111;
}
.public-user-pref-panel-headline span{
  font-size:13px;
  line-height:1.55;
  color:#827c73;
}
.public-user-pref-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 126px;
  gap:14px;
  align-items:center;
}
.public-user-pref-chart-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.public-user-pref-chart-list li{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding-left:18px;
  position:relative;
}
.public-user-pref-chart-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--legend-color, #111);
  transform:translateY(-50%);
}
.public-user-pref-chart-label{
  font-size:14px;
  line-height:1.45;
  color:#111;
}
.public-user-pref-chart-list b{
  font-family:var(--display-font);
  font-size:20px;
  line-height:1;
  color:#111;
}
.public-user-pref-chart-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.public-user-pref-chart{
  width:124px;
  height:124px;
  border-radius:50%;
  position:relative;
  box-shadow:inset 0 0 0 1px rgba(17,17,17,.04);
}
.public-user-pref-chart-hole{
  position:absolute;
  inset:18px;
  border-radius:50%;
  background:#f5f3ed;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px;
}
.public-user-pref-chart-hole span{
  font-family:var(--display-font);
  font-size:16px;
  line-height:1;
  text-transform:uppercase;
  color:#111;
}
.public-user-taste-card .public-user-panel-head span{
  text-align:left;
}
.public-user-taste-lead{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#1f1d1a;
}
.public-user-taste-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.public-user-taste-item{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  box-shadow:none;
  color:inherit;
  text-decoration:none;
}
.public-user-taste-item--link{
  cursor:pointer;
  transition:.16s ease;
}
.public-user-taste-item--link:hover{
  transform:translateY(-1px);
  border-color:rgba(244,198,61,.48);
  background:rgba(255,255,255,.10);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}
.public-user-taste-item--link:focus-visible{
  outline:2px solid rgba(17,17,17,.85);
  outline-offset:3px;
}
.public-user-taste-item span{
  font-family:var(--display-font);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  color:#98928a;
}
.public-user-taste-item strong{
  font-family:inherit;
  font-size:20px;
  line-height:1.12;
  text-transform:none;
  color:#111;
}
.public-user-taste-item p{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#77716a;
}
.public-user-content-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}
.public-user-product-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.public-user-product-row{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:10px 12px 10px 10px;
  border-radius:18px;
  border:1px solid rgba(17,17,17,.07);
  background:#fff;
  text-decoration:none;
  color:inherit;
  transition:.16s ease;
}
.public-user-product-row:hover{
  transform:translateY(-1px);
  border-color:rgba(17,17,17,.16);
  box-shadow:0 14px 32px rgba(17,17,17,.08);
}
.public-user-product-media{
  width:58px;
  height:58px;
  border-radius:14px;
  background:#111;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--display-font);
  font-size:22px;
  font-weight:800;
  overflow:hidden;
}
.public-user-product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.public-user-product-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.public-user-product-copy strong{
  font-size:15px;
  line-height:1.24;
  color:#111;
}
.public-user-product-copy span{
  font-size:12px;
  line-height:1.45;
  color:#8d877d;
}
.public-user-product-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
  text-align:right;
}
.public-user-product-side b{
  font-size:14px;
  font-weight:800;
  color:#111;
  white-space:nowrap;
}
.public-user-product-side span{
  max-width:160px;
  font-size:11px;
  line-height:1.35;
  color:#8d877d;
}
.public-user-empty{
  padding:48px 32px;
  text-align:center;
}
.public-user-empty h1{
  margin:0 0 12px;
  font-family:var(--display-font);
  font-size:40px;
  line-height:.95;
  text-transform:uppercase;
  color:#111;
}
.public-user-empty p,
.public-user-empty-copy{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#7f7b74;
}

@media (max-width: 1280px){
  .public-user-page-title{font-size:50px}
  .public-user-overview{grid-template-columns:minmax(270px,300px) minmax(0,1fr) minmax(280px,320px)}
  .public-user-highlight-product{font-size:20px}
}

@media (max-width: 1100px){
  .public-user-overview{grid-template-columns:1fr}
  .public-user-content-grid{grid-template-columns:1fr}
}

@media (max-width: 760px){
  .public-user-shell{
    gap:18px;
    margin-bottom:48px;
  }
  .public-user-page-title{
    font-size:34px;
  }
  .public-user-summary-card,
  .public-user-highlight-card,
  .public-user-panel,
  .public-user-empty{
    border-radius:24px;
  }
  .public-user-summary-card,
  .public-user-highlight-card,
  .public-user-panel{
    padding:20px;
  }
  .public-user-summary-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .public-user-avatar{
    width:82px;
    height:82px;
    border-radius:24px;
    font-size:34px;
  }
  .public-user-summary-copy strong{
    font-size:26px;
  }
  .public-user-stat-grid{
    grid-template-columns:1fr;
  }
  .public-user-fact{
    flex-direction:column;
    align-items:flex-start;
  }
  .public-user-fact strong{
    text-align:left;
  }
  .public-user-highlight-topline,
  .public-user-highlight-head,
  .public-user-panel-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .public-user-highlight-product{
    font-size:24px;
  }
  .public-user-highlight-text{
    font-size:14px;
  }
  .public-user-taste-lead{
    font-size:13px;
  }
  .public-user-taste-item{
    border-radius:16px;
    padding:13px 14px;
  }
  .public-user-taste-item strong{
    font-size:20px;
  }
  .public-user-review-head{
    flex-direction:column;
    gap:8px;
  }
  .public-user-review-product{
    font-size:20px;
  }
  .public-user-highlight-date,
  .public-user-panel-head span{
    text-align:left;
  }
  .public-user-pref-tabs{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .public-user-pref-layout{
    grid-template-columns:1fr;
  }
  .public-user-pref-chart-wrap{
    justify-content:flex-start;
  }
  .public-user-product-row{
    grid-template-columns:56px minmax(0,1fr);
    gap:12px;
  }
  .public-user-product-media{
    width:56px;
    height:56px;
    border-radius:16px;
    font-size:22px;
  }
  .public-user-product-side{
    grid-column:2;
    align-items:flex-start;
    text-align:left;
  }
  .public-user-product-side span{
    max-width:none;
  }
}
.comment-structured-panel{
  --review-accent:#dfad2f;
  --review-ink:#171512;
  margin-top:14px;
  border:1px solid #e7e0d3;
  border-radius:20px;
  background:linear-gradient(145deg,#fff 0%,#fcfaf5 100%);
  overflow:hidden;
  box-shadow:0 12px 34px rgba(74,58,26,.045);
}
.comment-structured-panel[open]{
  background:linear-gradient(145deg,#fff 0%,#fbf8f1 100%);
}
.comment-structured-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:72px;
  padding:15px 20px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.comment-structured-summary::-webkit-details-marker{display:none}
.comment-structured-summary::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  margin-left:2px;
  border-right:2px solid #8e8577;
  border-bottom:2px solid #8e8577;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .18s ease,border-color .18s ease;
  flex-shrink:0;
}
.comment-structured-panel[open] .comment-structured-summary::after{
  transform:rotate(225deg) translate(-1px,-1px);
  border-color:#25211b;
}
.comment-structured-heading{
  display:grid;
  gap:3px;
  min-width:0;
}
.comment-structured-heading > span{
  font-size:15px;
  font-weight:700;
  color:#171512;
  letter-spacing:-.01em;
}
.comment-structured-heading small{
  color:#8c8579;
  font-size:11px;
  font-weight:500;
  line-height:1.35;
}
.comment-structured-summary-note{
  margin-left:auto;
  padding:5px 9px;
  border-radius:999px;
  background:#f4f0e8;
  color:#837b6e;
  font-size:10px;
  font-weight:700;
  letter-spacing:.02em;
  white-space:nowrap;
}
.comment-structured-content{
  padding:20px;
  border-top:1px solid #eee8dc;
}
.comment-structured-label-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.comment-structured-label{
  margin:0 0 9px;
  font-size:12px;
  font-weight:700;
  color:#49443c;
}
.comment-structured-label-row .comment-structured-label{
  margin:0;
}
.comment-structured-limit{
  color:#968c7c;
  font-size:10px;
  font-weight:700;
  letter-spacing:.02em;
}
.comment-structured-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.comment-structured-grid--primary{
  margin-top:20px;
}
.comment-structured-choices{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.comment-structured-choice{
  position:relative;
  display:inline-flex;
}
.comment-structured-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.comment-structured-choice span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 11px;
  border:1px solid #e8e1d5;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:#615b52;
  font-size:12px;
  font-weight:500;
  line-height:1.1;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.comment-structured-choice:hover span{
  border-color:#cfc3ac;
  color:#171512;
  transform:translateY(-1px);
}
.comment-structured-choice input:checked + span{
  border-color:var(--review-ink);
  background:var(--review-ink);
  color:#fff;
  box-shadow:0 8px 18px rgba(23,21,18,.14);
}
.comment-structured-group--taste .comment-structured-choice input:checked + span::before{
  content:"";
  width:5px;
  height:5px;
  margin-right:7px;
  border-radius:50%;
  background:#f4c84d;
  box-shadow:0 0 0 3px rgba(244,200,77,.14);
}
.comment-structured-choice input:focus-visible + span{
  outline:3px solid rgba(223,173,47,.25);
  outline-offset:2px;
}
.comment-structured-choice input:disabled + span{
  opacity:.38;
  cursor:not-allowed;
  transform:none;
}
.comment-structured-group--scale .comment-structured-choices{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(74px,1fr));
  gap:3px;
  padding:3px;
  border:1px solid #e9e2d5;
  border-radius:13px;
  background:#f4f0e8;
}
.comment-structured-group--scale .comment-structured-choice{
  display:flex;
  min-width:0;
}
.comment-structured-group--scale .comment-structured-choice span{
  width:100%;
  min-height:34px;
  padding:0 9px;
  border-color:transparent;
  border-radius:9px;
  background:transparent;
  color:#746d61;
  font-size:11px;
  white-space:nowrap;
}
.comment-structured-group--scale .comment-structured-choice:hover span{
  background:rgba(255,255,255,.72);
  border-color:transparent;
  transform:none;
}
.comment-structured-group--scale .comment-structured-choice input:checked + span{
  border-color:#27231e;
  background:#27231e;
  color:#fff;
  box-shadow:0 5px 12px rgba(23,21,18,.13);
}
.comment-structured-more{
  margin-top:20px;
  border-top:1px solid #e9e2d6;
}
.comment-structured-more > summary{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:6px 26px 0 0;
  list-style:none;
  cursor:pointer;
  color:#302c26;
  user-select:none;
}
.comment-structured-more > summary::-webkit-details-marker{display:none}
.comment-structured-more > summary::after{
  content:"";
  position:absolute;
  right:4px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1.5px solid #8d8476;
  border-bottom:1.5px solid #8d8476;
  transform:rotate(45deg) translateY(-4px);
  transition:transform .18s ease;
}
.comment-structured-more[open] > summary::after{
  transform:rotate(225deg) translate(-1px,-1px);
}
.comment-structured-more > summary > span{
  font-size:12px;
  font-weight:750;
}
.comment-structured-more > summary > small{
  color:#938b7f;
  font-size:10px;
  font-weight:500;
}
.comment-structured-more-content{
  padding:6px 0 2px;
}
.comment-structured-grid--secondary{
  gap:18px 16px;
}
.comment-structured-group--options .comment-structured-choice span{
  min-height:30px;
  font-size:11px;
}
@media (max-width:760px){
  .comment-structured-panel{
    border-radius:16px;
  }
  .comment-structured-summary{
    min-height:64px;
    padding:13px 15px;
  }
  .comment-structured-heading > span{
    font-size:14px;
  }
  .comment-structured-heading small{
    display:none;
  }
  .comment-structured-summary-note{
    padding:4px 7px;
    font-size:9px;
  }
  .comment-structured-content{
    padding:16px 14px 14px;
  }
  .comment-structured-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .comment-structured-grid--primary{
    margin-top:18px;
  }
  .comment-structured-group--scale .comment-structured-choices{
    grid-template-columns:repeat(auto-fit,minmax(66px,1fr));
  }
  .comment-structured-group--scale .comment-structured-choice span{
    min-height:33px;
    padding:0 6px;
    font-size:10px;
  }
  .comment-structured-more > summary{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    gap:2px;
  }
}
