/** Shopify CDN: Minification failed

Line 26:0 Unexpected "@media"

**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@200;300;400;500;600&family=DM+Sans:wght@200;300;400&display=swap');

/*
  Hana Matcha — Homepage v3
  assets/hana-home-v3.css
  Fonts: Bebas Neue, Outfit, DM Sans
*/

/* ── CURSOR ── */
#hana-cursor,
#hana-trail {
  display: block !important;
  visibility: visible !important;
  pointer-events: none !important;
}

/* Prevent theme from resetting cursor on our elements */
.hana-home-v3-wrap,

/* Restore cursor on interactive elements if custom cursor fails */
@media (hover: none) {
  .hana-home-v3-wrap,
  .hana-home-v3-wrap * {
    cursor: auto !important;
  }
  #hana-cursor,
  #hana-trail { display: none !important; }
}



/* ── RESET & TOKENS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --pink:    #E8A0AD;
  --pink-dk: #C4637A;
  --green:   #1E3830;
  --cream:   #F7F2EB;
  --white:   #FDFAF6;
  --ink:     #0E1A16;
  --muted:   rgba(255,255,255,0.5);
  --f-display: 'Bebas Neue', sans-serif;
  --f-accent:  'Outfit', sans-serif;
  --f-body:    'DM Sans', sans-serif;
}



.hana-home-v3-wrap {
  font-family: var(--f-body);
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
}

/* ── CURSOR ── */
#hana-cursor {
  position: fixed; top: 0; left: 0; z-index: 9999;
  width: 8px; height: 8px; background: var(--pink);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s;
  mix-blend-mode: difference;
}
#hana-trail {
  position: fixed; top: 0; left: 0; z-index: 9998;
  width: 28px; height: 28px;
  border: 1px solid rgba(232,160,173,0.5);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.35s cubic-bezier(.23,1,.32,1), width 0.3s, height 0.3s;
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 48px;
  mix-blend-mode: difference;
}
.nav__logo {
  font-family: var(--f-display);
  font-size: 1.4rem; letter-spacing: 0.12em;
  color: #fff; text-decoration: none;
}
.nav__links { display: flex; gap: 32px; list-style: none; }
.nav__links a {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); text-decoration: none; font-weight: 300;
  transition: color 0.2s;
}
.nav__links a:hover { color: #fff; }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  position: relative;
  height: 100svh;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}

/* Slideshow */
.slides {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr;
}

.slide {
  grid-area: 1/1;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.slide.is-active { opacity: 1; }

/* Ken Burns */
.slide img,
.slide video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transform-origin: center center;
}

.slide.is-active img  { animation: kb var(--kb-dur, 8s) ease-out forwards; }
.slide.is-active video { animation: kb-out var(--kb-dur, 8s) ease-out forwards; }

@keyframes kb {
  from { transform: scale(1.12) translate(var(--tx,0%), var(--ty,0%)); }
  to   { transform: scale(1.0)  translate(0%, 0%); }
}
@keyframes kb-out {
  from { transform: scale(1.05); }
  to   { transform: scale(1.0); }
}

/* Dark overlay */
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(14,26,22,0.92) 0%, rgba(14,26,22,0.2) 50%, transparent 100%),
    linear-gradient(to right, rgba(14,26,22,0.3) 0%, transparent 60%);
  z-index: 2;
}

/* Grain */
.hero__grain {
  position: absolute; inset: 0; z-index: 3;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}

/* Content */
.hero__content {
  position: relative; z-index: 10;
  text-align: center;
  padding: 0 24px;
  display: flex; flex-direction: column; align-items: center;
}

.hero__eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
  opacity: 0; animation: fade-up 0.8s 0.4s forwards;
}
.hero__eyebrow-line { width: 40px; height: 1px; background: var(--pink); opacity: 0.6; }
.hero__eyebrow span {
  font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--pink); font-weight: 300;
}

/* Big title — Bebas */
.hero__title {
  font-family: var(--f-display);
  font-size: clamp(5rem, 14vw, 14rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0; animation: fade-up 1s 0.6s forwards;
  position: relative;
}

/* Italic accent line */
.hero__title-accent {
  font-family: var(--f-accent);
  
  font-size: clamp(1.8rem, 4vw, 4.5rem);
  font-weight: 300;
  color: var(--pink);
  display: block;
  margin-top: 8px;
  letter-spacing: 0.05em;
  opacity: 0; animation: fade-up 1s 0.85s forwards;
}

/* Sub */
.hero__sub {
  font-size: clamp(0.75rem, 1.2vw, 0.88rem);
  font-weight: 200;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  max-width: 380px;
  line-height: 1.8;
  margin-top: 28px;
  opacity: 0; animation: fade-up 0.9s 1.1s forwards;
}

/* CTA row */
.hero__cta {
  display: flex; align-items: center; gap: 20px;
  margin-top: 44px;
  opacity: 0; animation: fade-up 0.9s 1.3s forwards;
}

.btn-primary {
  background: var(--pink-dk); color: #fff; border: none;
  padding: 16px 40px; font-family: var(--f-body); font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: none;
  transition: background 0.25s, transform 0.2s; font-weight: 400;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: var(--pink); transform: translateY(-2px); }

.btn-ghost {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); text-decoration: none; font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.6); }

/* Slide counter */
.hero__counter {
  position: absolute; bottom: 44px; right: 48px; z-index: 10;
  display: flex; align-items: center; gap: 12px;
  opacity: 0; animation: fade-in 1s 1.6s forwards;
}
.hero__counter-current {
  font-family: var(--f-display); font-size: 2.4rem;
  color: #fff; line-height: 1;
}
.hero__counter-sep { width: 32px; height: 1px; background: rgba(255,255,255,0.3); }
.hero__counter-total { font-size: 0.62rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.4); }

/* Dot nav */
.hero__dots {
  position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 10px;
  opacity: 0; animation: fade-in 1s 1.6s forwards;
}
.hero__dot {
  width: 24px; height: 2px; background: rgba(255,255,255,0.25);
  border: none; cursor: none; transition: background 0.3s, width 0.3s;
  padding: 0;
}
.hero__dot.is-active { background: var(--pink); width: 40px; }

/* Scroll hint */
.hero__scroll {
  position: absolute; bottom: 40px; left: 48px; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: fade-in 1s 1.8s forwards;
}
.hero__scroll span {
  font-size: 0.52rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); writing-mode: vertical-rl;
}
.hero__scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(232,160,173,0.5), transparent);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%,100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(0.4); opacity: 0.2; }
}

/* Pink tint overlay on active slide */
.slide::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(196,99,122,0.06);
  pointer-events: none;
}

/* ══════════════════════════════
   BELOW HERO — teaser strip
══════════════════════════════ */
.strip {
  background: var(--pink-dk);
  padding: 14px 0; overflow: hidden;
}
.strip__track {
  display: flex; white-space: nowrap;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.strip__item {
  font-family: var(--f-display);
  font-size: 0.85rem; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.85); padding: 0 36px; flex-shrink: 0;
}
.strip__dot { color: rgba(255,255,255,0.3); flex-shrink: 0; padding: 0 4px; }


/* ══════════════════════════════
   TASTING NOTES
══════════════════════════════ */
.tasting {
  background: var(--cream);
  color: var(--ink);
  padding: 120px 0;
  overflow: hidden;
}
.tasting__header {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 40px;
}
.tasting__eyebrow {
  font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--pink-dk); margin-bottom: 16px; display: block;
}
.tasting__title {
  font-family: var(--f-display);
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: 0.04em;
  color: var(--green); line-height: 0.9;
}
.tasting__title-italic {
  font-family: var(--f-accent);
  font-weight: 300;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  color: var(--pink-dk); display: block; margin-top: 14px;
  letter-spacing: 0.22em; text-transform: uppercase;
}

/* Note cards — horizontal scroll */
.tasting__track {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 80px;
  scroll-snap-type: x mandatory;
}
.tasting__track::-webkit-scrollbar { display: none; }

.tasting__card {
  flex: 0 0 300px;
  background: var(--green);
  padding: 48px 40px;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  transition: flex 0.4s cubic-bezier(.23,1,.32,1);
}
.tasting__card:hover { flex: 0 0 360px; }

.tasting__card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--pink-dk), var(--pink));
}

.tasting__card-num {
  font-family: var(--f-display); font-size: 4rem;
  color: rgba(232,160,173,0.12); line-height: 1;
  margin-bottom: 24px;
}
.tasting__card-label {
  font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--pink); margin-bottom: 12px; display: block;
}
.tasting__card-title {
  font-family: var(--f-accent); font-size: 1.5rem;
  font-weight: 500; color: #fff; margin-bottom: 16px; line-height: 1.15; letter-spacing: -0.02em;
}
.tasting__card-desc {
  font-size: 0.78rem; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.5);
}
.tasting__card-icon {
  position: absolute; bottom: 32px; right: 32px;
  font-size: 2rem; opacity: 0.15;
}

/* Flavor wheel — decorative */
.tasting__wheel {
  display: flex; align-items: center; justify-content: center;
  padding: 80px 40px 0;
  gap: 60px; flex-wrap: wrap;
}
.tasting__stat {
  text-align: center;
}
.tasting__stat-bar-wrap {
  width: 120px; height: 4px; background: rgba(30,56,48,0.15);
  border-radius: 2px; margin: 0 auto 8px; overflow: hidden;
}
.tasting__stat-bar {
  height: 100%; background: var(--pink-dk); border-radius: 2px;
  width: 0;
  transition: width 1.2s cubic-bezier(.23,1,.32,1);
}
.tasting__stat.in .tasting__stat-bar { width: var(--pct); }
.tasting__stat-name {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green); opacity: 0.6;
}

/* ══════════════════════════════
   RECIPE
══════════════════════════════ */
.recipe {
  background: var(--ink);
  padding: 120px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.recipe__visual {
  position: relative;
}
.recipe__photo {
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; display: block;
  filter: brightness(0.9) saturate(1.1);
}
/* Pink stripe overlay */
.recipe__visual::before {
  content: '';
  position: absolute; top: -16px; left: -16px;
  width: 60%; height: 60%;
  border: 1px solid rgba(232,160,173,0.2);
  z-index: 0; pointer-events: none;
}
.recipe__visual::after {
  content: '';
  position: absolute; bottom: -16px; right: -16px;
  width: 40%; height: 40%;
  background: var(--pink-dk); opacity: 0.15;
  z-index: 0;
}
.recipe__photo { position: relative; z-index: 1; }

.recipe__content {}
.recipe__eyebrow {
  font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--pink); margin-bottom: 20px; display: block;
}
.recipe__title {
  font-family: var(--f-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  letter-spacing: 0.04em; line-height: 0.9;
  color: #fff; margin-bottom: 8px;
}
.recipe__title-sub {
  font-family: var(--f-accent); font-weight: 300;
  font-size: clamp(0.85rem, 1.4vw, 1.1rem);
  color: var(--pink); display: block; margin-bottom: 40px;
  letter-spacing: 0.2em; text-transform: uppercase;
}

.recipe__steps { display: flex; flex-direction: column; gap: 0; }
.recipe__step {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 24px; padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.js-anim .recipe__step {
  opacity: 0; transform: translateX(-16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-anim .recipe__step.in { opacity: 1; transform: none; }
.recipe__step:nth-child(2) { transition-delay: 0.1s; }
.recipe__step:nth-child(3) { transition-delay: 0.2s; }
.recipe__step:nth-child(4) { transition-delay: 0.3s; }

.recipe__step-num {
  width: 56px; height: 56px;
  border: 1px solid rgba(232,160,173,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display); font-size: 1.4rem;
  color: var(--pink); flex-shrink: 0;
}
.recipe__step-title {
  font-weight: 500; font-size: 0.82rem;
  letter-spacing: 0.08em; color: #fff;
  margin-bottom: 6px; text-transform: uppercase;
}
.recipe__step-desc {
  font-size: 0.78rem; font-weight: 300;
  line-height: 1.75; color: rgba(255,255,255,0.45);
}
.recipe__step-temp {
  display: inline-block; margin-top: 6px;
  font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase;
  background: rgba(232,160,173,0.1); border: 1px solid rgba(232,160,173,0.2);
  color: var(--pink); padding: 3px 10px;
}

/* Latte variant */
.recipe__variants {
  display: flex; gap: 10px; margin-top: 40px;
}
.recipe__variant {
  border: 1px solid rgba(255,255,255,0.12); background: transparent;
  padding: 10px 22px; font-family: var(--f-body); font-size: 0.65rem;
  letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4);
  cursor: none; transition: all 0.2s;
}
.recipe__variant.is-active,
.recipe__variant:hover {
  border-color: var(--pink); color: var(--pink);
  background: rgba(232,160,173,0.05);
}

/* ══════════════════════════════
   GIFU
══════════════════════════════ */
.gifu {
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
}

/* Full bleed photo top */
.gifu__hero {
  position: relative;
  height: 70svh; min-height: 440px;
  overflow: hidden;
}
.gifu__hero-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.04);
  transition: transform 8s ease-out;
}
.gifu__hero.in .gifu__hero-img { transform: scale(1.0); }

.gifu__hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, var(--cream) 100%);
}

/* Big kanji */
.gifu__kanji {
  position: absolute; bottom: -40px; right: 40px;
  font-family: var(--f-accent);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 300; color: var(--green); opacity: 0.06;
  line-height: 1; user-select: none; pointer-events: none;
  z-index: 2;
}

/* Text section */
.gifu__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.gifu__left {
  padding: 80px 80px 100px;
  border-right: 1px solid rgba(30,56,48,0.08);
}

.gifu__eyebrow {
  font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--pink-dk); margin-bottom: 20px; display: block;
}

.gifu__title {
  font-family: var(--f-display);
  font-size: clamp(3.5rem, 6vw, 7rem);
  letter-spacing: 0.03em; line-height: 0.88;
  color: var(--green); margin-bottom: 6px;
}
.gifu__title-sub {
  font-family: var(--f-accent); font-weight: 300;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  color: var(--pink-dk); display: block; margin-bottom: 36px;
  letter-spacing: 0.25em; text-transform: uppercase;
}
.gifu__body {
  font-size: 0.85rem; font-weight: 300; line-height: 1.95;
  color: rgba(14,26,22,0.6); max-width: 380px; margin-bottom: 48px;
}
.gifu__stats {
  display: flex; gap: 40px;
}
.gifu__stat-num {
  font-family: var(--f-accent); font-size: 2.4rem; font-weight: 300;
  color: var(--green); line-height: 1;
}
.gifu__stat-label {
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(14,26,22,0.4); margin-top: 4px;
}

.gifu__right {
  padding: 80px 80px 100px;
  display: flex; flex-direction: column; justify-content: center;
}

/* Timeline */
.gifu__timeline { display: flex; flex-direction: column; gap: 0; }
.gifu__tl-item {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 20px; padding: 24px 0;
  border-bottom: 1px solid rgba(30,56,48,0.08);
}
.js-anim .gifu__tl-item {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-anim .gifu__tl-item.in { opacity: 1; transform: none; }
.gifu__tl-item:nth-child(2) { transition-delay: 0.12s; }
.gifu__tl-item:nth-child(3) { transition-delay: 0.24s; }
.gifu__tl-item:nth-child(4) { transition-delay: 0.36s; }

.gifu__tl-label {
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink-dk); padding-top: 4px;
}
.gifu__tl-title {
  font-family: var(--f-accent); font-size: 1.05rem; font-weight: 400;
  color: var(--green); margin-bottom: 6px;
}
.gifu__tl-desc {
  font-size: 0.78rem; font-weight: 300; line-height: 1.75;
  color: rgba(14,26,22,0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .tasting__track { padding: 0 24px; }
  .tasting__card { flex: 0 0 260px; }
  .recipe { grid-template-columns: 1fr; padding: 80px 28px; gap: 48px; }
  .recipe__visual { display: block; min-height: 300px; }
  .gifu__content { grid-template-columns: 1fr; }
  .gifu__left, .gifu__right { padding: 60px 28px; }
  .gifu__left { border-right: none; border-bottom: 1px solid rgba(30,56,48,0.08); }
}


/* ══════════════════════════════
   PRODUCT SECTION
══════════════════════════════ */
.product-sec {
  background: var(--cream);
  color: var(--ink);
}

/* Top: full-width gallery */
.product-sec__gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 520px 280px;
  gap: 3px;
  background: #ddd8d0;
}

.product-sec__img {
  overflow: hidden;
  position: relative;
}
.product-sec__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.8s cubic-bezier(.23,1,.32,1);
}
.product-sec__img:hover img { transform: scale(1.05); }

.product-sec__img--main {
  grid-row: span 2;
  position: relative;
}
.product-sec__badge {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  background: var(--pink-dk); color: #fff;
  font-size: 0.55rem; letter-spacing: 0.25em; text-transform: uppercase;
  padding: 6px 14px; font-family: var(--f-body);
}

/* Bottom: info panel */
.product-sec__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 3px solid var(--ink);
}

.product-sec__left {
  padding: 72px 80px;
  border-right: 1px solid rgba(14,26,22,0.1);
}
.product-sec__tag {
  font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--pink-dk); margin-bottom: 20px; display: block;
}
.product-sec__name {
  font-family: var(--f-display);
  font-size: clamp(3.5rem, 6vw, 7rem);
  letter-spacing: 0.03em; line-height: 0.88;
  color: var(--green); margin-bottom: 10px;
}
.product-sec__sub {
  font-family: var(--f-accent);
  font-weight: 300; font-size: 0.9rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink-dk); margin-bottom: 32px;
}
.product-sec__desc {
  font-size: 0.84rem; font-weight: 300; line-height: 1.9;
  color: rgba(14,26,22,0.55); max-width: 380px;
}

/* Attributes */
.product-sec__attrs {
  display: flex; flex-direction: column; gap: 14px; margin-top: 36px;
}
.product-sec__attr {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.75rem; font-weight: 300; color: rgba(14,26,22,0.6);
}
.product-sec__attr-icon {
  width: 30px; height: 30px; border: 1px solid rgba(14,26,22,0.12);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; flex-shrink: 0;
}

/* Right: buy panel */
.product-sec__right {
  padding: 72px 80px;
  display: flex; flex-direction: column; justify-content: space-between;
}

.product-sec__price-row {
  display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px;
}
.product-sec__price {
  font-family: var(--f-display); font-size: 4rem;
  color: var(--green); line-height: 1;
}
.product-sec__price-note {
  font-size: 0.65rem; letter-spacing: 0.1em;
  color: rgba(14,26,22,0.4); margin-bottom: 32px;
}

/* Size selector */
.product-sec__sizes {
  display: flex; gap: 10px; margin-bottom: 32px;
}
.product-sec__size {
  flex: 1; border: 1px solid rgba(14,26,22,0.15);
  background: transparent; padding: 14px 0;
  font-family: var(--f-body); font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(14,26,22,0.5); cursor: none;
  transition: all 0.2s; text-align: center;
}
.product-sec__size.is-active {
  border-color: var(--green); color: var(--green);
  background: rgba(14,26,22,0.04);
}
.product-sec__size:hover:not(.is-active) {
  border-color: rgba(14,26,22,0.35); color: var(--ink);
}

/* Qty */
.product-sec__qty-row {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.product-sec__qty-label {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(14,26,22,0.5); font-weight: 400;
}
.product-sec__qty-ctrl {
  display: flex; align-items: center;
  border: 1px solid rgba(14,26,22,0.15);
}
.product-sec__qty-btn {
  width: 40px; height: 40px; background: none; border: none;
  font-size: 1rem; color: rgba(14,26,22,0.4); cursor: none;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s;
}
.product-sec__qty-btn:hover { color: var(--ink); }
.product-sec__qty-num {
  width: 44px; text-align: center; font-size: 0.88rem;
  border-left: 1px solid rgba(14,26,22,0.15);
  border-right: 1px solid rgba(14,26,22,0.15);
  height: 40px; display: flex; align-items: center; justify-content: center;
  color: var(--ink);
}

.product-sec__atc {
  width: 100%; background: var(--green); color: #fff; border: none;
  padding: 22px; font-family: var(--f-body); font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase; cursor: none;
  transition: background 0.22s; margin-bottom: 10px; font-weight: 400;
}
.product-sec__atc:hover { background: #2C4A3E; }

.product-sec__sub-btn {
  width: 100%; background: transparent; color: var(--green);
  border: 1px solid rgba(14,26,22,0.2); padding: 20px;
  font-family: var(--f-body); font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; cursor: none; transition: all 0.22s;
  margin-bottom: 32px;
}
.product-sec__sub-btn:hover { background: var(--green); color: #fff; }

/* Trust strip */
.product-sec__trust {
  display: flex; flex-wrap: wrap; gap: 20px;
  padding-top: 28px; border-top: 1px solid rgba(14,26,22,0.08);
}
.product-sec__trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.65rem; color: rgba(14,26,22,0.45); font-weight: 300;
}

/* Stars */
.product-sec__stars {
  display: flex; align-items: center; gap: 8px; margin-bottom: 28px;
}
.product-sec__stars-icons { color: var(--pink-dk); font-size: 0.82rem; letter-spacing: 2px; }
.product-sec__stars-count { font-size: 0.7rem; color: rgba(14,26,22,0.4); }

@media (max-width: 900px) {
  .product-sec__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px; }
  .product-sec__img--main { grid-row: span 1; grid-column: span 2; }
  .product-sec__info { grid-template-columns: 1fr; }
  .product-sec__left { border-right: none; border-bottom: 1px solid rgba(14,26,22,0.08); padding: 48px 24px; }
  .product-sec__right { padding: 48px 24px; }
}

/* ── ANIMATIONS ── */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .nav__links { display: none; }
  .hero__counter { right: 24px; }
  .hero__scroll { display: none; }

}
