/* =====================================================
   TOKENS — Sama Sculpt brand system (same tone, new layout)
===================================================== */
:root {
  --bg: #FFFFFF;
  --bg-subtle: #F9F9F9;
  --border: #EBEBEB;
  --text-dark: #1A1A1A;
  --text-mid: #5A5A5A;
  --text-light: #AAAAAA;
  --burgundy: #7A1E1E;
  --burg-hover: #921F1F;
  --burg-glow: rgba(122,30,30,0.12);
  --gold: #C8A36A;
  --gold-lt: #D9BC8F;
  --font-family: 'Montserrat', sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --max-w: 1240px;
  --pad-x: 32px;
  --section-gap: 112px;
  --radius: 20px;
  --radius-pill: 999px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-family);
  background: var(--bg);
  color: var(--text-dark);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { border: 0; background: none; cursor: pointer; font: inherit; }

.wrap { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--pad-x); }

.eyebrow {
  font-size: 0.52rem; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--burgundy); margin-bottom: 16px;
}

.section-title {
  font-weight: 800; font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.15;
  color: var(--text-dark); margin-bottom: 18px;
}
.section-title em { font-style: normal; color: var(--burgundy); }

.body-text { font-size: 0.82rem; color: var(--text-mid); line-height: 1.9; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  height: 48px; padding: 0 28px; border-radius: var(--radius-pill);
  border: 1.5px solid transparent; cursor: pointer; transition: all 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--fill {
  background: var(--burgundy); color: #fff; border-color: var(--burgundy);
  box-shadow: 0 10px 28px -10px rgba(122,30,30,0.45);
}
.btn--fill:hover { background: var(--burg-hover); border-color: var(--burg-hover); }
.btn--outline { background: transparent; color: var(--text-dark); border-color: var(--border); }
.btn--outline:hover { background: var(--bg-subtle); border-color: var(--text-mid); }
.btn--outline-light { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.3); }
.btn--outline-light:hover { background: #fff; color: var(--burgundy); border-color: #fff; }
.btn .arrow { transition: transform 0.3s ease; display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

/* reveal */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

.grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.section { padding-block: var(--section-gap); position: relative; }

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 6px rgba(122,30,30,0.12); }
  50% { box-shadow: 0 0 0 12px rgba(122,30,30,0); }
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* =====================================================
   SECTION 1 — HERO, asymmetric split (not centered-stack)
===================================================== */
.hero { padding: 88px 0; background: var(--bg); }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero__badge {
  display: inline-flex; align-items: center; gap: 12px; padding: 8px 24px 8px 20px;
  border-radius: var(--radius-pill); background: var(--burg-glow);
  border: 1px solid rgba(122,30,30,0.15); margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.9s ease both;
}
.hero__badge .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--burgundy);
  box-shadow: 0 0 0 6px rgba(122,30,30,0.12); animation: pulse-dot 2s ease-in-out infinite;
}
.hero__badge span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-mid); }
.hero__badge strong { color: var(--burgundy); font-weight: 800; }

.hero__title {
  font-weight: 900; font-size: clamp(2.1rem, 4.6vw, 3.4rem); text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.02; color: var(--text-dark);
  opacity: 0; animation: fadeUp 0.9s 0.1s ease both;
}
.hero__title .accent { color: var(--burgundy); font-weight: 300; }

.hero__sub {
  margin-top: 22px; font-size: 0.9rem; color: var(--text-mid); max-width: 440px;
  line-height: 1.9; opacity: 0; animation: fadeUp 0.9s 0.2s ease both;
}
.hero__actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px;
  opacity: 0; animation: fadeUp 0.9s 0.3s ease both;
}

/* right visual — photo card with floating stat chips, not stat row */
.hero__visual {
  position: relative; opacity: 0; animation: fadeUp 0.9s 0.25s ease both;
}
.hero__photo {
  aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; position: relative;
  background: linear-gradient(155deg, #2A1010 0%, var(--burgundy) 55%, #4A1414 100%);
  border: 1px solid var(--border);
}
.hero__photo::after {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 24px; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.hero__chip {
  position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 14px 18px; box-shadow: 0 20px 40px rgba(26,26,26,0.1);
  display: flex; flex-direction: column; gap: 2px;
}
.hero__chip .num { font-size: 0.9rem; font-weight: 800; color: var(--burgundy); letter-spacing: -0.01em; }
.hero__chip .lbl { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); }
.hero__chip--1 { top: -18px; left: -22px; }
.hero__chip--2 { bottom: 24px; right: -22px; }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 340px; margin-inline: auto; }
  .hero__chip--1, .hero__chip--2 { display: none; }
}
@media (max-width: 640px) {
  .hero { padding: 56px 0; }
  .hero__actions .btn { width: 100%; }
}

/* =====================================================
   SECTION 2 — Gallery + Program, combined two-column
===================================================== */
.program {
  background: var(--bg-subtle);
}
.program__head { max-width: 620px; margin-bottom: 56px; }

.program__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

/* vertical auto-scroll carousel column */
.program__carousel {
  position: sticky; top: 32px; height: 580px; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--border); background: var(--bg);
}
.carousel-track--v {
  display: flex; flex-direction: column; gap: 16px; height: max-content;
  animation: carouselScrollV 26s linear infinite; will-change: transform; padding: 16px;
}
.program__carousel:hover .carousel-track--v { animation-play-state: paused; }
.v-slide {
  flex: 0 0 260px; border-radius: 14px; overflow: hidden; position: relative;
  border: 1px solid var(--border);
  background: linear-gradient(155deg, #2A1010 0%, var(--burgundy) 55%, #4A1414 100%);
  transition: transform 0.3s ease;
}
.v-slide:hover { transform: scale(1.015); }
.v-slide::after {
  content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; text-align: center; padding: 18px; font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.v-slide .v-tag {
  position: absolute; top: 14px; left: 14px; font-size: 0.44rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-lt); background: rgba(217,179,130,0.15);
  padding: 3px 12px; border-radius: var(--radius-pill); border: 1px solid rgba(217,179,130,0.1); z-index: 1;
}
@keyframes carouselScrollV { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }

/* numbered timeline */
.timeline { position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 21px; top: 6px; bottom: 6px; width: 1px; background: var(--border);
}
.timeline-item {
  position: relative; padding-left: 64px; padding-bottom: 40px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-num {
  position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid var(--burgundy); color: var(--burgundy);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem;
  z-index: 1;
}
.timeline-tag {
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.22em; color: var(--burgundy);
  text-transform: uppercase; margin-bottom: 8px;
}
.timeline-item h3 { font-size: 1.05rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.timeline-item p { font-size: 0.82rem; color: var(--text-mid); line-height: 1.8; max-width: 460px; }

@media (max-width: 900px) {
  .program__grid { grid-template-columns: 1fr; gap: 40px; }
  .program__carousel { position: static; height: 360px; }
}

/* =====================================================
   SECTION 3 — CTA, split layout (text left / card right)
===================================================== */
.cta {
  position: relative; border-radius: var(--radius); overflow: hidden; padding: 64px 48px;
  background: var(--burgundy); border: 1px solid var(--border);
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(122,30,30,0.95), rgba(18,7,7,0.90)); z-index: 1;
}
.cta::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 85% 15%, rgba(217,179,130,0.1) 0%, transparent 55%),
              radial-gradient(ellipse at 10% 90%, rgba(217,179,130,0.06) 0%, transparent 50%);
  z-index: 1; pointer-events: none;
}
.cta .grain { z-index: 1; opacity: .05; }
.cta__grid {
  position: relative; z-index: 3; display: grid; grid-template-columns: 1.2fr 0.8fr;
  gap: 40px; align-items: center;
}
.cta-badge {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(217,179,130,0.15);
  border: 1px solid rgba(217,179,130,0.2); padding: 6px 20px 6px 16px; border-radius: var(--radius-pill);
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 18px;
}
.cta-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-lt); animation: pulse-dot 2s ease-in-out infinite; }
.cta-title {
  font-weight: 800; font-size: clamp(1.5rem, 2.8vw, 2.1rem); text-transform: uppercase;
  color: #fff; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px;
}
.cta-title em { font-style: normal; color: var(--gold-lt); }
.cta-desc { font-size: 0.82rem; color: rgba(255,255,255,0.8); line-height: 1.9; max-width: 420px; }

.cta-panel {
  background: rgba(255,255,255,0.06); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.cta-panel .btn { width: 100%; }
.cta-panel .btn--fill { background: #fff; color: var(--burgundy); border-color: #fff; box-shadow: none; }
.cta-panel .btn--fill:hover { background: var(--bg-subtle); border-color: var(--bg-subtle); }

@media (max-width: 860px) {
  .cta { padding: 44px 24px; }
  .cta__grid { grid-template-columns: 1fr; }
}

::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: var(--bg-subtle); }
::-webkit-scrollbar-thumb { background: var(--burgundy); border-radius: 9px; border: 2px solid var(--bg-subtle); }
::-webkit-scrollbar-thumb:hover { background: var(--burg-hover); }
::selection { background: var(--burgundy); color: #fff; }