:root {
  --black: #0a0a0a;
  --graphite: #23262d;
  --white: #f5f5f5;
  --blue: #2e5bff;
  --cyan: #67e1ff;
  --pink: #ff40b8;
  --muted: #a9adb6;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 860px; }
.skip-link { position: fixed; left: 16px; top: -100px; background: var(--white); color: var(--black); padding: 10px 16px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,10,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 165px; height: 50px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #d8dae0; text-decoration: none; font-size: .92rem; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cyan); }
.mobile-menu { display: none; }

.section-dark { position: relative; background: var(--black); }
.section-light { background: var(--white); color: var(--black); }
.eyebrow { display: inline-block; color: var(--cyan); font-family: Rajdhani, sans-serif; font-weight: 700; letter-spacing: .14em; font-size: .82rem; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin-right: 10px; background: var(--pink); vertical-align: middle; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; }
h1, h2 { text-transform: uppercase; font-weight: 800; line-height: .98; }
h1 { font-size: clamp(3rem, 6.3vw, 6.4rem); max-width: 860px; margin: 24px 0; }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.2rem); margin-bottom: 20px; }
h3 { line-height: 1.15; }
p { color: #c7cad1; }
.section-light p { color: #4f535b; }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(46,91,255,.12), transparent 32%), linear-gradient(90deg, var(--black) 0 49%, transparent 78%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; padding-block: 92px; }
.hero-copy { max-width: 720px; }
.lead { max-width: 640px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.home-note { font-weight: 600; color: white; }
.hero small { display: block; color: var(--muted); margin-top: 16px; }

.hero-art { position: absolute; z-index: 1; inset: 0; background: url('hero-monogram-v2.png') 68% center / cover no-repeat; opacity: .92; }
.hero-art .mono-shape, .hero-art .accent-line { display: none; }
.mono-shape { position: absolute; background: linear-gradient(145deg, #30343b, #111318 62%, #272a31); border: 1px solid rgba(255,255,255,.08); box-shadow: inset 12px 12px 24px rgba(255,255,255,.035), 28px 28px 50px rgba(0,0,0,.5); }
.mono-top { left: 7%; top: 11%; width: 78%; height: 22%; clip-path: polygon(12% 0,100% 0,83% 47%,28% 47%,10% 100%,0 100%); }
.mono-mid { left: 19%; top: 36%; width: 62%; height: 25%; clip-path: polygon(18% 0,100% 0,82% 46%,36% 46%,16% 100%,0 100%); }
.mono-stem { left: 24%; top: 47%; width: 32%; height: 42%; clip-path: polygon(44% 0,100% 0,48% 100%,0 100%); }
.accent-line { position: absolute; height: 2px; transform: rotate(-42deg); transform-origin: left center; box-shadow: 0 0 12px currentColor; }
.accent-blue { width: 43%; left: 16%; top: 58%; color: var(--cyan); background: currentColor; }
.accent-pink { width: 31%; left: 44%; top: 68%; color: var(--pink); background: currentColor; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-weight: 700; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); filter: brightness(1.08); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 0 26px rgba(46,91,255,.18); }
.btn-secondary { position: relative; background: linear-gradient(var(--black), var(--black)) padding-box, linear-gradient(100deg, var(--cyan), var(--pink)) border-box; border-color: transparent; color: white; }

.product { padding: 110px 0; border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.product-summary { font-size: 1.1rem; max-width: 540px; }
.pack-list { display: grid; gap: 8px; padding: 0; list-style: none; color: #e7e8eb; }
.pack-list li::before { content: "—"; color: var(--pink); margin-right: 10px; }
.price-block { margin: 28px 0 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.regular-price { color: var(--muted); }
.price-block strong { font-size: clamp(3.5rem, 7vw, 6rem); line-height: .95; }
.launch-badge { padding: 7px 10px; background: var(--pink); color: var(--black); font-family: Rajdhani, sans-serif; font-weight: 700; letter-spacing: .04em; }
.shipping { font-size: .92rem; }

.product-visual { min-height: 590px; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle, rgba(46,91,255,.14), transparent 56%), #101116; border: 1px solid var(--line); position: relative; overflow: hidden; }
.visual-note { position: absolute; top: 18px; left: 18px; color: var(--muted); font-family: Rajdhani, sans-serif; letter-spacing: .1em; font-size: .75rem; }
.product-visual > p { position: absolute; bottom: 10px; font-size: .72rem; color: #7e838e; }
.bvd-group { width: 95%; height: 410px; position: relative; }
.bvd { position: absolute; top: 20px; width: 39%; height: 360px; border-radius: 28% 28% 5% 5%; clip-path: polygon(27% 0,42% 7%,58% 7%,73% 0,100% 12%,84% 27%,82% 100%,18% 100%,16% 27%,0 12%); border: 1px solid rgba(255,255,255,.25); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 22px; box-shadow: 18px 28px 45px rgba(0,0,0,.45); }
.bvd::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 2px, transparent 2px 7px); }
.bvd span { position: relative; z-index: 2; font-family: Rajdhani, sans-serif; letter-spacing: .14em; font-weight: 700; font-size: .75rem; }
.bvd-black { left: 4%; transform: rotate(-5deg); background: #090a0c; color: white; }
.bvd-white { left: 31%; top: 0; z-index: 2; background: #eee; color: #111; }
.bvd-habano { right: 4%; transform: rotate(5deg); background: #b4936e; color: #17120e; }

.benefits { padding: 100px 0; }
.section-heading { max-width: 770px; margin-bottom: 46px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 275px; padding: 28px; background: #111217; border: 1px solid var(--line); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 44px; height: 3px; right: 0; top: 0; background: var(--pink); }
.feature-number { color: var(--blue); font: 700 2rem Rajdhani, sans-serif; }
.feature-card h3 { margin-top: 48px; text-transform: uppercase; }
.feature-card p { font-size: .9rem; }

.purchase-flow { padding: 100px 0; border-block: 1px solid var(--line); background: linear-gradient(135deg, #14161c, #09090b); }
.steps { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.steps li { display: flex; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.steps li > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--cyan); color: var(--pink); font: 700 1.25rem Rajdhani, sans-serif; }
.steps h3 { margin-bottom: 6px; text-transform: uppercase; }
.steps p { margin: 0; font-size: .9rem; }

.size-guide, .care { padding: 100px 0; }
.size-guide { border-bottom: 1px solid #d5d6d9; }
.section-light .eyebrow { color: var(--blue); }
.table-wrap { border: 1px solid #cacdd3; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: center; }
th, td { padding: 16px; border-bottom: 1px solid #d9dbe0; }
thead { background: #e9eaf0; font-family: Rajdhani, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.pending-note { font-size: .83rem; color: #70747d !important; }
.care-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 14px; }
.care-item { padding: 20px 10px; text-align: center; border-top: 2px solid var(--pink); }
.care-icon { width: 64px; height: 64px; margin: 0 auto 14px; border: 2px solid #18191c; display: grid; place-items: center; font: 700 1.1rem Rajdhani, sans-serif; position: relative; }
.care-icon.strike::after { content: ""; position: absolute; width: 78px; height: 2px; background: var(--pink); transform: rotate(-45deg); }
.care-item p { font-size: .79rem; }

.ecuador { padding: 110px 0; background: radial-gradient(circle at 25% 50%, #1c2028, transparent 35%), #0a0a0a; border-block: 1px solid var(--line); }
.ecuador-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 80px; }
.ecuador-mark { height: 380px; position: relative; opacity: .34; }
.ecuador-mark .mono-top { top: 3%; }
.ecuador-mark .mono-mid { top: 33%; }
.ecuador-mark .mono-stem { top: 46%; }
.ecuador strong { color: var(--pink); }

.faq { padding: 110px 0; }
.accordion details { border-top: 1px solid var(--line); background: #111217; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; padding: 21px 56px 21px 22px; font-weight: 600; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 22px; color: var(--pink); font-size: 1.5rem; top: 13px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0; padding: 0 22px 22px; max-width: 720px; }

.final-cta { padding: 90px 0; background: linear-gradient(120deg, #11131a, #070708); border-top: 1px solid var(--line); }
.final-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.final-grid h2 { margin-bottom: 0; }
.site-footer { padding: 34px 0; background: #050505; border-top: 1px solid var(--line); color: #8f949d; font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr .7fr 1fr; align-items: center; gap: 25px; }
.footer-grid .brand { width: 125px; height: 40px; }
.social-link { color: var(--pink); text-decoration: none; font-weight: 700; }

.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translate(-50%, 120px); opacity: 0; background: var(--white); color: var(--black); padding: 13px 18px; border-left: 4px solid var(--pink); box-shadow: 0 15px 40px rgba(0,0,0,.35); transition: .25s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-art { background-position: 63% center; opacity: .72; }
  .product-grid, .ecuador-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .care-grid { grid-template-columns: repeat(4,1fr); }
  .product-visual { min-height: 520px; }
  .ecuador-mark { height: 250px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand { width: 130px; height: 42px; }
  .main-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 44px; height: 44px; border: 1px solid var(--line); padding: 10px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; height: 2px; background: white; margin: 5px 0; }
  .mobile-menu[open] summary span:first-child { transform: translateY(7px) rotate(45deg); }
  .mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
  .mobile-menu[open] summary span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; left: 0; right: 0; top: 68px; padding: 16px 20px 24px; background: #0c0c0e; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 14px 4px; color: #d8dae0; text-decoration: none; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; }
  .hero-grid { padding: 72px 0 290px; }
  .hero::after { background: linear-gradient(180deg, rgba(10,10,10,.98) 0 48%, rgba(10,10,10,.72) 67%, rgba(10,10,10,.1) 100%); }
  .hero-art { inset: 0; background-position: 70% bottom; opacity: .82; }
  h1 { font-size: clamp(2.7rem, 13.5vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .cta-row, .cta-row .btn { width: 100%; }
  .product, .benefits, .purchase-flow, .size-guide, .care, .ecuador, .faq { padding: 76px 0; }
  .product-grid { gap: 45px; }
  .product-visual { min-height: 390px; padding: 14px; }
  .bvd-group { height: 280px; }
  .bvd { height: 260px; }
  .benefit-grid, .steps { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 26px; }
  .care-grid { grid-template-columns: repeat(2,1fr); }
  .ecuador-grid { gap: 35px; }
  .ecuador-mark { height: 220px; }
  .final-grid { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
