/* ===== Hero variations ===== */

/* 2) FULL-BLEED CAROUSEL */
.h-full { padding: 0; height: 640px; position: relative; overflow: hidden; }
.hf-slides { position: absolute; inset: 0; }
.hf-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hf-slide.active { opacity: 1; }
.hf-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(15,10,5,.85) 0%, rgba(15,10,5,.55) 50%, rgba(15,10,5,.2) 100%); z-index: 2; }
.hf-content { position: relative; z-index: 3; color: #fff; padding-top: 120px; max-width: 780px; }
.hf-content h1 { color: #fff; font-size: clamp(44px, 6vw, 88px); font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.02em; line-height: 1.02; margin: 20px 0 24px; }
.hf-content .lead { color: rgba(255,255,255,.85); font-size: 20px; margin-bottom: 32px; max-width: 560px; }
.hf-dots { display: flex; gap: 8px; margin-top: 40px; }
.hf-dots button { width: 30px; height: 3px; border: 0; background: rgba(255,255,255,.3); cursor: pointer; transition: all .2s; }
.hf-dots button.active { background: var(--accent-soft); width: 60px; }

/* 3) VIDEO BG */
.h-video { padding: 0; height: 720px; position: relative; overflow: hidden; }
.hv-bg { position: absolute !important; inset: 0; border-radius: 0 !important; border: 0 !important; }
.hv-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,0,0,.3) 0%, rgba(0,0,0,.75) 100%); z-index: 2; }
.hv-content { position: relative; z-index: 3; color: #fff; padding-top: 120px; max-width: 760px; }
.hv-content h1 { color: #fff; font-size: clamp(48px, 7vw, 104px); font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: 1; letter-spacing: -.02em; margin: 32px 0 24px; }
.hv-content h1 em { font-style: italic; color: var(--accent-soft); }
.hv-content .lead { color: rgba(255,255,255,.85); font-size: 19px; margin-bottom: 32px; max-width: 520px; }
.hv-play { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.hv-play-btn { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); font-size: 16px; cursor: pointer; }
.hv-play-btn:hover { background: rgba(255,255,255,.25); }
.hv-meta { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; color: #fff; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; width: 100%; max-width: 1240px; }
.hv-meta b { display: block; font-family: "Cormorant Garamond", serif; font-size: 36px; font-weight: 500; color: var(--accent-soft); line-height: 1; }
.hv-meta span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .75; margin-top: 4px; display: block; }

/* 4) EDITORIAL */
.h-ed { padding: 64px 0 0; }
.h-ed .ed-title { font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.03em; line-height: .95; margin: 24px 0 40px; }
.h-ed .ed-title .r1 { display: block; font-size: clamp(56px, 9vw, 136px); color: var(--ink); }
.h-ed .ed-title .r2 { display: block; font-size: clamp(56px, 9vw, 136px); color: var(--primary); padding-left: 6vw; }
.h-ed .ed-title em { font-style: italic; }
.h-ed .ed-foot { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: end; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.h-ed .ed-foot .lead { font-size: 19px; color: var(--ink-soft); line-height: 1.5; max-width: 520px; }
.h-ed .ed-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 32px; padding-bottom: 48px; }
.h-ed .ed-strip .ph, .h-ed .ed-strip img { aspect-ratio: 4/5; }

/* 5) MAGAZINE */
.h-mag { padding: 56px 0 72px; }
.mag-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto; gap: 20px; }
.mag-title { grid-column: 1 / 3; grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; padding-right: 24px; }
.mag-title h1 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(44px, 5.5vw, 76px); line-height: 1; letter-spacing: -.02em; margin: 16px 0 20px; }
.mag-title h1 em { font-style: italic; color: var(--primary); }
.mag-title .lead { color: var(--ink-soft); font-size: 17px; margin-bottom: 24px; max-width: 420px; }
.mag-title .btn { align-self: flex-start; }
.mag-feature { grid-column: 3 / 5; grid-row: 1 / 2; border-radius: var(--r-md); overflow: hidden; position: relative; min-height: 320px; border: 1px solid var(--line); }
.mag-feature .ph, .mag-feature img { position: absolute; inset: 0; border-radius: 0; border: 0; width: 100%; height: 100%; object-fit: cover; }
.mag-feature-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.85), transparent); }
.mag-feature-body .tag { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-soft); font-weight: 600; }
.mag-feature-body h3 { color: #fff; font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 28px; margin-top: 6px; line-height: 1.15; letter-spacing: -.01em; }
.mag-a, .mag-b { display: flex; flex-direction: column; gap: 10px; }
.mag-a .ph, .mag-b .ph, .mag-a img, .mag-b img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.mag-a { grid-column: 3 / 4; }
.mag-b { grid-column: 4 / 5; }
.mag-a .tag, .mag-b .tag { font-size: 11px; color: var(--primary); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mag-a h4, .mag-b h4 { font-size: 18px; font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.01em; }
.mag-stat { display: none; }

/* 6) MINIMAL */
.h-min { padding: 72px 0 96px; text-align: center; }
.h-min .container { max-width: 820px; }
.h-min .min-crest { width: 88px; height: 88px; margin: 0 auto 24px; display: block; }
.h-min h1 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(48px, 6.5vw, 88px); line-height: 1.02; letter-spacing: -.02em; margin: 20px 0 24px; }
.h-min h1 em { font-style: italic; color: var(--primary); }
.h-min .lead { color: var(--ink-soft); font-size: 19px; margin: 0 auto 32px; max-width: 520px; }
.h-min .hero-cta { justify-content: center; }
.h-min .min-rule { width: 80px; height: 1px; background: var(--accent); margin: 72px auto 32px; }
.h-min .min-foot { display: flex; justify-content: center; gap: 64px; }
.h-min .min-foot b { font-family: "Cormorant Garamond", serif; font-size: 36px; color: var(--primary); font-weight: 500; display: block; line-height: 1; }
.h-min .min-foot span { font-size: 12px; color: var(--ink-mute); letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; display: block; }

@media (max-width: 1024px) {
  .h-full, .h-video { height: auto; min-height: 560px; padding-bottom: 80px; }
  .h-ed .ed-foot { grid-template-columns: 1fr; gap: 32px; }
  .h-ed .ed-strip { grid-template-columns: repeat(2, 1fr); }
  .mag-grid { grid-template-columns: 1fr; }
  .mag-title, .mag-feature, .mag-a, .mag-b { grid-column: auto; grid-row: auto; }
  .h-min .min-foot { flex-wrap: wrap; gap: 32px; }
  .hv-meta { position: static; transform: none; margin-top: 40px; padding: 24px 32px 0; }
}
