/* ==========================================================================
   HAVÆON — brand site layer (v2): light sections, navigation, slider,
   collection, audiences, business, story, investors, contact, footer.
   Vanilla CSS, loaded after main.css.
   ========================================================================== */

:root {
	--ivory: #f4f1ea;
	--ivory-2: #ebe6db;
	--paper: #fbfaf6;
	--ink-t: #0d1114;
	--ink-m: #56636a;
	--gold-d: #8f6d2c;
	--nav-h: 76px;
	--bar-h: 34px;
}

/* ---------- Light sections ------------------------------------------------ */
.hv-light { background: var(--ivory); color: var(--ink-t); }
.hv-light + .hv-light { border-top: 1px solid rgba(13, 17, 20, .06); }
.hv-light .hv-eyebrow { color: var(--gold-d); }
.hv-light .hv-eyebrow::before { background: linear-gradient(90deg, transparent, var(--gold-d)); }
.hv-light .hv-lead, .hv-light .hv-muted { color: var(--ink-m); }
.hv-light .hv-link { color: var(--gold-d); border-color: rgba(143, 109, 44, .35); }
.hv-light .hv-words .hv-word { color: rgba(13, 17, 20, .12); }
.hv-light .hv-words .hv-word.is-lit { color: var(--ink-t); }
.hv-light .hv-words .hv-word.is-gold { color: var(--gold-d); }
.hv-light .hv-glass { background: rgba(255, 255, 255, .72); border-color: rgba(13, 17, 20, .07); box-shadow: 0 30px 70px -40px rgba(13, 17, 20, .35); backdrop-filter: none; }
.hv-h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.05; margin: 0 0 16px; letter-spacing: -.01em; }
.hv-btn--ink { background: var(--ink-t); color: #f5f7f8; border-color: var(--ink-t); }
.hv-btn--ink:hover { background: #1b2328; border-color: #1b2328; }
.hv-subpage { overflow: clip; }

/* ---------- Announcement bar + nav --------------------------------------- */
.hv-nav { padding-top: env(safe-area-inset-top, 0px); }
.hv-nav .hv-nav__inner { margin-top: 12px; }
.hv-bar { height: var(--bar-h); display: grid; place-items: center; font-size: 12px; letter-spacing: .08em; color: var(--ice); background: linear-gradient(90deg, rgba(42, 163, 179, .0), rgba(42, 163, 179, .16), rgba(216, 181, 106, .14), rgba(42, 163, 179, 0)); border-bottom: 1px solid var(--line); overflow: hidden; transition: height .5s var(--ease), opacity .4s; }
.hv-bar__track { position: relative; width: 100%; height: 100%; }
.hv-bar__track > span { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 0 20px; opacity: 0; transform: translateY(8px); transition: opacity .7s var(--ease), transform .7s var(--ease); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hv-bar__track > span.is-on { opacity: 1; transform: none; }
.hv-nav.is-scrolled .hv-bar { height: 0; opacity: 0; border: 0; }
.hv-nav__inner { position: relative; }
.hv-nav__links { align-items: center; }
.hv-nav__links > a, .hv-mega__trigger { padding: 8px 0; }
.hv-nav__inv.is-active { border-color: rgba(216, 181, 106, .6); }
.hv-nav__inv svg { color: var(--gold-2); }

.hv-mega { position: relative; }
.hv-mega__trigger { position: relative; transition: color .3s; }
.hv-mega__trigger::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .45s var(--ease); }
.hv-mega:hover .hv-mega__trigger, .hv-mega:focus-within .hv-mega__trigger, .hv-mega__trigger.is-active { color: var(--text); }
.hv-mega:hover .hv-mega__trigger::after, .hv-mega__trigger.is-active::after { transform: scaleX(1); }
.hv-mega__panel {
	position: absolute; top: calc(100% + 22px); left: 50%; width: 640px; padding: 22px; border-radius: 26px;
	background: rgba(12, 15, 18, .92); border: 1px solid var(--line-2); box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .9);
	backdrop-filter: blur(28px) saturate(160%); -webkit-backdrop-filter: blur(28px) saturate(160%);
	opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .35s var(--ease), transform .45s var(--ease-out), visibility .35s;
}
.hv-mega__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -24px; height: 24px; }
.hv-mega:hover .hv-mega__panel, .hv-mega:focus-within .hv-mega__panel, .hv-mega.is-open .hv-mega__panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.hv-mega__grid--products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.hv-mega__item { display: flex; flex-direction: column; gap: 3px; padding: 10px; border-radius: 16px; transition: background .3s; }
.hv-mega__item:hover { background: rgba(255, 255, 255, .05); }
.hv-mega__thumb { height: 150px; border-radius: 12px; display: grid; place-items: end center; padding-bottom: 8px; background: radial-gradient(80% 70% at 50% 80%, rgba(42, 163, 179, .28), transparent 70%), #0b0e10; border: 1px solid var(--line); margin-bottom: 8px; overflow: hidden; }
.hv-mega__thumb img { height: 130px; width: auto; transition: transform .6s var(--ease-out); }
.hv-mega__item:hover .hv-mega__thumb img { transform: translateY(-6px) scale(1.05); }
.hv-mega__item strong { color: var(--text); font-weight: 500; font-size: 14px; }
.hv-mega__item small { color: var(--dim); font-size: 12px; line-height: 1.4; }
.hv-mega__all { display: inline-flex; align-items: center; gap: 8px; margin: 14px 10px 2px; font-size: 13px; color: var(--gold-2); }
.hv-mega__all svg { width: 16px; height: 16px; transition: transform .3s; }
.hv-mega__all:hover svg { transform: translateX(4px); }
.hv-mega__panel--list { width: 520px; display: grid; gap: 16px; justify-items: start; }
.hv-mega__grid--list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; width: 100%; }
.hv-mega__row { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; color: var(--muted); font-size: 14px; transition: background .3s, color .3s; }
.hv-mega__row:hover { background: rgba(255, 255, 255, .05); color: var(--text); }
.hv-mega__ic { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(216, 181, 106, .35); color: var(--gold-2); }
.hv-mega__ic svg { width: 18px; height: 18px; }
.hv-drawer__inv { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-2); font-size: clamp(22px, 6vw, 30px) !important; margin-top: 18px; }
.hv-drawer__inv svg { width: 24px; height: 24px; }

/* ---------- Hero slider --------------------------------------------------- */
.hv-slider { position: relative; height: 100svh; min-height: 720px; max-height: 1100px; overflow: hidden; isolation: isolate; background: var(--ink); }
.hv-slide { position: absolute; inset: 0; display: flex; align-items: center; padding-top: calc(var(--nav-h) + var(--bar-h)); opacity: 0; visibility: hidden; transition: opacity 1.1s var(--ease), visibility 1.1s; }
.hv-slide.is-on { opacity: 1; visibility: visible; z-index: 2; }
.hv-slide__bg { position: absolute; inset: -4%; z-index: -1; transform: scale(1.08); transition: transform 9s linear; background-size: cover; background-position: center; }
.hv-slide.is-on .hv-slide__bg { transform: scale(1); }
.hv-slide--aqua .hv-slide__bg { background-image: radial-gradient(55% 60% at 72% 45%, rgba(42, 163, 179, .34), transparent 70%), radial-gradient(40% 40% at 20% 90%, rgba(216, 181, 106, .08), transparent 70%); }
.hv-slide--gold .hv-slide__bg { background-image: radial-gradient(55% 60% at 70% 48%, rgba(216, 181, 106, .30), transparent 70%), radial-gradient(45% 45% at 15% 20%, rgba(42, 163, 179, .12), transparent 70%); }
.hv-slide--ice .hv-slide__bg { background-image: radial-gradient(60% 60% at 70% 55%, rgba(191, 230, 234, .20), transparent 70%), radial-gradient(40% 40% at 90% 10%, rgba(88, 214, 224, .12), transparent 70%); }
.hv-slide--deep .hv-slide__bg { background-image: radial-gradient(55% 60% at 70% 50%, rgba(243, 213, 139, .20), transparent 60%), radial-gradient(70% 70% at 60% 60%, rgba(18, 90, 102, .45), transparent 75%); }
.hv-slide.has-photo .hv-slide__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 8, 10, .85) 0%, rgba(7, 8, 10, .45) 55%, rgba(7, 8, 10, .15) 100%), linear-gradient(0deg, rgba(7, 8, 10, .8), transparent 40%); }
.hv-slide__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; width: 100%; }
.hv-slide.has-photo .hv-slide__grid { grid-template-columns: minmax(0, 720px); }
.hv-slide__title { font-size: clamp(50px, 7vw, 112px); margin-bottom: 26px; }
.hv-slide__title .hv-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; }
.hv-slide__title .hv-w > i { display: inline-block; font-style: inherit; transform: translateY(112%); transition: transform 1.1s var(--ease-out); transition-delay: calc(var(--i) * 55ms + 250ms); }
.hv-slide.is-on.is-live .hv-slide__title .hv-w > i { transform: none; }
.hv-slide .hv-pill, .hv-slide__sub, .hv-slide__cta { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.hv-slide.is-on.is-live .hv-pill { opacity: 1; transform: none; transition-delay: .1s; }
.hv-slide.is-on.is-live .hv-slide__sub { opacity: 1; transform: none; transition-delay: .6s; }
.hv-slide.is-on.is-live .hv-slide__cta { opacity: 1; transform: none; transition-delay: .8s; }
.hv-slide__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hv-slide__visual { position: relative; display: grid; place-items: center; height: min(72vh, 720px); perspective: 1200px; }
.hv-slide__visual img { position: relative; z-index: 2; height: 94%; width: auto; filter: drop-shadow(0 50px 70px rgba(0, 0, 0, .7)); opacity: 0; transform: translateX(70px) scale(.94) rotate(2deg); transition: opacity 1.3s var(--ease-out) .15s, transform 1.6s var(--ease-out) .15s; }
.hv-slide__visual--wide img { height: auto; width: min(46vw, 760px); }
.hv-slide__visual--star img { height: auto; width: min(40vw, 580px); animation: hvRotate 60s linear infinite; }
.hv-slide.is-on.is-live .hv-slide__visual img { opacity: 1; transform: translate(var(--px, 0), var(--py, 0)) scale(1); }
.hv-slide.is-out .hv-slide__visual img { opacity: 0; transform: translateX(-50px) scale(.97); transition-duration: .8s; transition-delay: 0s; }
.hv-slide.is-out .hv-slide__copy > * { opacity: 0; transform: translateY(-14px); transition: opacity .6s, transform .6s; }

.hv-slider__ui { position: absolute; left: 0; right: 0; bottom: clamp(24px, 4vh, 44px); z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 32px; }
.hv-slider__count { font-family: var(--serif); font-weight: 300; line-height: 1; display: flex; align-items: baseline; gap: 8px; }
.hv-slider__count b { font-weight: 300; font-size: 44px; color: var(--text); }
.hv-slider__count span { color: var(--dim); font-size: 18px; }
.hv-slider__dots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hv-slider__dots button { text-align: left; display: grid; gap: 10px; padding: 6px 0; color: var(--dim); font-size: 12px; letter-spacing: .06em; transition: color .4s; }
.hv-slider__dots button.is-on, .hv-slider__dots button:hover { color: var(--text); }
.hv-slider__lbl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hv-slider__dots i { display: block; height: 2px; background: rgba(255, 255, 255, .12); border-radius: 2px; overflow: hidden; }
.hv-slider__dots i b { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }
.hv-slider__dots button.is-done i b { width: 100%; }
.hv-slider__dots button.is-on i b { animation: hvProg var(--dur, 7s) linear forwards; }
.hv-slider.is-paused .hv-slider__dots button.is-on i b { animation-play-state: paused; }
@keyframes hvProg { from { width: 0; } to { width: 100%; } }
.hv-slider__arrows, .hv-colx__arrows { display: flex; gap: 10px; }
.hv-slider__btn { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .04); backdrop-filter: blur(14px); transition: background .3s, border-color .3s, transform .3s; }
.hv-slider__btn:hover { background: rgba(255, 255, 255, .1); border-color: rgba(216, 181, 106, .55); transform: translateY(-2px); }
.hv-slider__btn svg { width: 20px; height: 20px; }
.hv-slider__pause[aria-pressed="true"] { border-color: rgba(216, 181, 106, .6); color: var(--gold-2); }

/* ---------- Marquee ------------------------------------------------------- */
.hv-marquee { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: #090b0d; padding: 22px 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hv-marquee__track { display: flex; width: max-content; animation: hvMarq 46s linear infinite; }
.hv-marquee:hover .hv-marquee__track { animation-play-state: paused; }
.hv-marquee__set { display: flex; align-items: center; gap: 44px; padding-right: 44px; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 34px); font-weight: 300; white-space: nowrap; color: var(--text); }
.hv-marquee__set i { font-style: normal; color: var(--gold); font-size: .55em; }
@keyframes hvMarq { to { transform: translateX(-50%); } }

/* ---------- Collection carousel + product cards --------------------------- */
.hv-colx__head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: clamp(34px, 5vw, 60px); }
.hv-colx__head .hv-lead { margin-bottom: 0; }
.hv-colx__nav { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; }
.hv-carousel { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; outline: none; scroll-padding-inline: max(var(--pad), calc((100vw - var(--wrap)) / 2 + var(--pad))); }
.hv-carousel::-webkit-scrollbar { display: none; }
.hv-carousel.is-drag { cursor: grabbing; scroll-snap-type: none; }
.hv-carousel.is-drag a { pointer-events: none; }
.hv-carousel__track { display: flex; gap: clamp(16px, 2vw, 26px); padding-inline: max(var(--pad), calc((100vw - var(--wrap)) / 2 + var(--pad))); padding-block: 10px 20px; width: max-content; }
.hv-carousel .hv-pcard { width: clamp(270px, 25vw, 350px); scroll-snap-align: start; }
.hv-carousel__bar { height: 2px; background: var(--line); border-radius: 2px; margin-top: 18px; overflow: hidden; }
.hv-carousel__bar i { display: block; height: 100%; width: var(--w, 30%); transform: translateX(var(--x, 0)); background: linear-gradient(90deg, var(--gold), var(--gold-2)); border-radius: 2px; transition: transform .15s linear; }
.hv-carousel__hint { color: var(--dim); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin: 14px 0 0; }

.hv-pcard { position: relative; display: flex; flex-direction: column; gap: 20px; color: var(--text); transition: transform .7s var(--ease-out); }
.hv-pcard__stage { position: relative; aspect-ratio: 4 / 5; border-radius: 26px; overflow: hidden; display: grid; place-items: end center; padding-bottom: 7%; background: radial-gradient(90% 70% at 50% 85%, rgba(42, 163, 179, .24), transparent 70%), linear-gradient(180deg, #11161a, #080a0c); border: 1px solid var(--line); transition: border-color .5s, box-shadow .6s; }
.hv-pcard__stage img { height: 84%; width: auto; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .7)); transition: transform .9s var(--ease-out); }
.hv-pcard__glow { position: absolute; inset: auto 10% 4% 10%; height: 30%; background: radial-gradient(50% 50% at 50% 50%, rgba(243, 213, 139, .35), transparent 70%); filter: blur(20px); opacity: 0; transition: opacity .6s; }
.hv-pcard__tag { position: absolute; top: 16px; left: 16px; padding: 6px 12px; border-radius: 999px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-2); backdrop-filter: blur(10px); color: var(--ice); }
.hv-pcard:hover .hv-pcard__stage { border-color: rgba(216, 181, 106, .45); box-shadow: 0 40px 80px -40px rgba(216, 181, 106, .35); }
.hv-pcard:hover .hv-pcard__stage img { transform: translateY(-12px) scale(1.04); }
.hv-pcard:hover .hv-pcard__glow { opacity: 1; }
.hv-pcard__body { display: grid; gap: 8px; }
.hv-pcard__name { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.hv-pcard__name strong { font-family: var(--serif); font-weight: 400; font-size: 26px; letter-spacing: .01em; }
.hv-pcard__name em { font-style: normal; font-size: 13px; color: var(--gold-2); letter-spacing: .06em; }
.hv-pcard__d { color: var(--muted); font-size: 14px; line-height: 1.55; }
.hv-pcard__more { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gold-2); }
.hv-pcard__more svg { width: 16px; height: 16px; transition: transform .4s var(--ease); }
.hv-pcard:hover .hv-pcard__more svg { transform: translateX(5px); }

/* ---------- Audiences ------------------------------------------------------ */
.hv-aud__grid { display: grid; grid-template-columns: 330px 1fr; gap: clamp(30px, 4vw, 60px); align-items: stretch; }
.hv-aud__list { display: grid; gap: 6px; align-content: start; }
.hv-aud__list button { position: relative; display: flex; align-items: center; gap: 14px; text-align: left; padding: 16px 18px; border-radius: 18px; color: var(--ink-m); font-size: 16px; font-weight: 500; transition: background .4s, color .4s, box-shadow .4s; overflow: hidden; }
.hv-aud__list button:hover { color: var(--ink-t); background: rgba(255, 255, 255, .5); }
.hv-aud__list button.is-on { color: var(--ink-t); background: #fff; box-shadow: 0 20px 40px -24px rgba(13, 17, 20, .35); }
.hv-aud__ic { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(13, 17, 20, .12); color: var(--gold-d); transition: background .4s, color .4s, border-color .4s; }
.hv-aud__ic svg { width: 19px; height: 19px; }
.hv-aud__list button.is-on .hv-aud__ic { background: var(--ink-t); color: var(--gold-2); border-color: var(--ink-t); }
.hv-aud__prog { position: absolute; left: 18px; right: 18px; bottom: 0; height: 2px; background: transparent; }
.hv-aud__prog::after { content: ""; position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: var(--gold-d); }
.hv-aud__list button.is-on .hv-aud__prog::after { animation: hvScale var(--adur, 8s) linear forwards; }
[data-tabs].is-paused .hv-aud__prog::after { animation-play-state: paused; }
@keyframes hvScale { to { transform: scaleX(1); } }
.hv-aud__panels { position: relative; min-height: 520px; }
.hv-aud__panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(24px, 3vw, 44px); height: 100%; }
.hv-aud__panel.is-on .hv-aud__art, .hv-aud__panel.is-on .hv-aud__copy > * { animation: hvPanelIn .9s var(--ease-out) both; }
.hv-aud__panel.is-on .hv-aud__copy > *:nth-child(2) { animation-delay: .06s; } .hv-aud__panel.is-on .hv-aud__copy > *:nth-child(3) { animation-delay: .12s; }
.hv-aud__panel.is-on .hv-aud__copy > *:nth-child(4) { animation-delay: .18s; } .hv-aud__panel.is-on .hv-aud__copy > *:nth-child(5) { animation-delay: .24s; }
@keyframes hvPanelIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hv-aud__art { position: relative; border-radius: 28px; overflow: hidden; display: grid; place-items: end center; padding-bottom: 6%; min-height: 460px; background: radial-gradient(80% 60% at 50% 80%, rgba(42, 163, 179, .32), transparent 70%), linear-gradient(170deg, #141a1e, #07090b); }
.hv-aud__art img { height: 82%; width: auto; max-height: 440px; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .7)); }
.hv-aud__num { position: absolute; top: 20px; left: 24px; font-family: var(--serif); font-size: 64px; font-weight: 300; color: rgba(255, 255, 255, .12); }
.hv-aud__copy { align-self: center; }
.hv-aud__kicker { margin: 0 0 12px; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-d); font-weight: 600; }
.hv-aud__title { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 3.4vw, 50px); line-height: 1.06; margin: 0 0 18px; }
.hv-aud__d { color: var(--ink-m); font-size: 17px; margin: 0 0 22px; }
.hv-ticks { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 10px; }
.hv-ticks li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.hv-ticks svg { width: 20px; height: 20px; flex: none; padding: 3px; border-radius: 50%; background: var(--ink-t); color: var(--gold-2); }
.hv-ticks--dark li { color: var(--text); }
.hv-ticks--dark svg { background: rgba(216, 181, 106, .18); }

/* ---------- Promise + neck tag -------------------------------------------- */
.hv-promise { background: radial-gradient(60% 50% at 80% 50%, rgba(42, 163, 179, .08), transparent 70%); }
.hv-promise__grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-promise__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hv-pillar { padding: 30px 28px; }
.hv-pillar h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 18px 0 8px; }
.hv-pillar p { color: var(--muted); margin: 0; font-size: 15px; }
.hv-pillar__ic { width: 52px; height: 52px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(216, 181, 106, .4); color: var(--gold-2); background: radial-gradient(circle, rgba(216, 181, 106, .14), transparent 70%); }
.hv-pillar__ic svg { width: 24px; height: 24px; }
.hv-light .hv-pillar__ic { color: var(--gold-d); border-color: rgba(143, 109, 44, .35); }

.hv-tagcard { display: grid; gap: 26px; justify-items: center; text-align: center; }
.hv-tagcard__copy .hv-muted { max-width: 380px; margin-inline: auto; }
.hv-tag { position: relative; width: 250px; height: 380px; perspective: 1000px; padding: 0; transform-origin: 50% -60px; animation: hvSwing 6s ease-in-out infinite; }
.hv-tag__string { position: absolute; left: 50%; top: -60px; width: 1px; height: 76px; background: linear-gradient(180deg, transparent, var(--gold)); }
.hv-tag__inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1.1s var(--ease-out); }
.hv-tag[aria-pressed="true"] .hv-tag__inner { transform: rotateY(180deg); }
.hv-tag__face { position: absolute; inset: 0; border-radius: 18px 18px 22px 22px; backface-visibility: hidden; -webkit-backface-visibility: hidden; display: flex; flex-direction: column; align-items: center; padding: 50px 22px 22px; gap: 16px; background: linear-gradient(170deg, #fbf8f1, #efe8d9); color: var(--ink-t); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(143, 109, 44, .25); }
.hv-tag__back { transform: rotateY(180deg); text-align: left; align-items: stretch; }
.hv-tag__hole { position: absolute; top: 18px; left: 50%; width: 16px; height: 16px; margin-left: -8px; border-radius: 50%; background: var(--ink); box-shadow: inset 0 0 0 2px var(--gold); }
.hv-tag__logo { font-family: var(--serif); font-size: 30px; letter-spacing: .28em; padding-left: .28em; }
.hv-tag__logo b { font-weight: 400; color: var(--gold-d); }
.hv-tag__qr { width: 130px; height: 130px; padding: 10px; background: #fff; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(13, 17, 20, .08); }
.hv-tag__qr svg { width: 100%; height: 100%; fill: var(--ink-t); }
.hv-tag__batch { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-m); font-variant-numeric: tabular-nums; }
.hv-tag__flip { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--gold-d); }
.hv-tag__flip svg { width: 16px; height: 16px; }
.hv-tag__back strong { font-family: var(--serif); font-weight: 400; font-size: 24px; text-align: center; }
.hv-tag__list { display: grid; gap: 12px; font-size: 14px; }
.hv-tag__list span { display: flex; gap: 10px; align-items: flex-start; }
.hv-tag__list svg { width: 18px; height: 18px; flex: none; color: var(--gold-d); }
.hv-tag__ex { margin-top: auto; font-size: 11px; color: var(--ink-m); text-align: center; }
@keyframes hvSwing { 0%, 100% { transform: rotate(-1.6deg); } 50% { transform: rotate(1.6deg); } }

/* ---------- Big quote ----------------------------------------------------- */
.hv-quote-band { position: relative; overflow: hidden; text-align: center; background: radial-gradient(60% 70% at 50% 110%, rgba(216, 181, 106, .12), transparent 70%), #07080a; }
.hv-quote-band__rays { position: absolute; inset: 0; background: conic-gradient(from 200deg at 50% 120%, transparent 0 10deg, rgba(243, 213, 139, .05) 12deg, transparent 16deg 30deg, rgba(191, 230, 234, .04) 32deg, transparent 36deg 60deg, rgba(243, 213, 139, .05) 62deg, transparent 66deg); animation: hvRays 30s linear infinite; pointer-events: none; }
@keyframes hvRays { to { transform: rotate(8deg) scale(1.05); } }
.hv-bigquote { position: relative; margin: 0; }
.hv-bigquote__mark { display: block; font-family: var(--serif); font-size: 160px; line-height: .6; color: var(--gold); opacity: .6; height: 70px; }
.hv-bigquote p { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(30px, 3.8vw, 56px); line-height: 1.2; margin: 0 0 36px; }
.hv-bigquote footer { display: inline-flex; align-items: center; gap: 16px; }
.hv-bigquote footer img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 1px solid var(--gold); }
.hv-bigquote__line { width: 48px; height: 1px; background: var(--gold); }
.hv-bigquote cite { font-style: normal; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-2); }

/* ---------- Duo CTA -------------------------------------------------------- */
.hv-duo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hv-duo__card { position: relative; overflow: hidden; border-radius: 32px; padding: clamp(32px, 4vw, 56px); border: 1px solid var(--line); min-height: 480px; display: flex; flex-direction: column; }
.hv-duo__card--club { background: radial-gradient(70% 60% at 0% 0%, rgba(42, 163, 179, .18), transparent 70%), linear-gradient(160deg, #10161a, #0a0c0e); }
.hv-duo__card--club .hv-form { margin-top: auto; }
.hv-duo__card--biz { background: radial-gradient(70% 70% at 100% 100%, rgba(216, 181, 106, .22), transparent 70%), linear-gradient(160deg, #14120d, #0a0a0b); }
.hv-duo__card--biz .hv-btn { align-self: flex-start; margin-top: auto; position: relative; z-index: 2; }
.hv-duo__card--biz > *:not(.hv-duo__art) { position: relative; z-index: 2; max-width: 420px; }
.hv-duo__art { position: absolute; right: -40px; bottom: -30px; width: 58%; opacity: .9; transition: transform 1.2s var(--ease-out); filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .6)); }
.hv-duo__card--biz:hover .hv-duo__art { transform: translate(-10px, -10px) rotate(-2deg); }

/* ---------- Investor strip ------------------------------------------------ */
.hv-irstrip { border-top: 1px solid var(--line); background: linear-gradient(90deg, rgba(216, 181, 106, .06), transparent 50%), #080a0c; padding: 46px 0; }
.hv-irstrip__in { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.hv-irstrip__ic { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(216, 181, 106, .45); color: var(--gold-2); }
.hv-irstrip__ic svg { width: 26px; height: 26px; }
.hv-irstrip .hv-eyebrow { margin-bottom: 8px; }
.hv-irstrip .hv-h3 { margin: 0 0 6px; font-size: 28px; }
.hv-irstrip .hv-muted { margin: 0; max-width: 620px; font-size: 14px; }
.hv-irstrip__cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer -------------------------------------------------------- */
.hv-footer { overflow: hidden; }
.hv-footer__glow { position: absolute; left: 50%; bottom: -300px; width: 900px; height: 600px; margin-left: -450px; background: radial-gradient(circle, rgba(216, 181, 106, .10), transparent 60%); pointer-events: none; }
.hv-footer__news { display: grid; grid-template-columns: 1fr minmax(300px, 460px); gap: 40px; align-items: center; padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); }
.hv-footer__newst { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.4vw, 48px); margin: 0 0 8px; }
.hv-footer__brand { max-width: 340px; }
.hv-footer__contact { list-style: none; margin: 22px 0 16px; padding: 0; display: grid; gap: 10px; }
.hv-footer__contact li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; margin: 0; }
.hv-footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.hv-social { display: flex; gap: 10px; }
.hv-social a { width: 40px; height: 40px; margin: 0; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); transition: border-color .3s, color .3s; }
.hv-social a:hover { border-color: var(--gold); color: var(--gold-2); }
.hv-social svg { width: 18px; height: 18px; }
.hv-footer__cols { gap: clamp(30px, 5vw, 70px); }
.hv-footer__cols li { margin-bottom: 10px; }
.hv-footer__lock { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2) !important; }
.hv-footer__lock svg { width: 16px; height: 16px; }
.hv-news { position: relative; display: flex; align-items: center; gap: 8px; padding: 6px 6px 6px 22px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .03); transition: border-color .3s, box-shadow .3s; flex-wrap: nowrap; }
.hv-news:focus-within { border-color: rgba(216, 181, 106, .6); box-shadow: 0 0 0 4px rgba(216, 181, 106, .08); }
.hv-news input[type="email"] { flex: 1; min-width: 0; background: none; border: 0; color: var(--text); font: inherit; font-size: 15px; padding: 10px 0; outline: none; }
.hv-news__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; background: linear-gradient(135deg, #f7e2a6, var(--gold) 50%, #b08a42); color: #120e05; font-weight: 600; font-size: 14px; }
.hv-news__btn svg { width: 16px; height: 16px; }
.hv-news .hv-form__msg { position: absolute; left: 22px; top: calc(100% + 8px); }
.hv-news.is-bad { border-color: var(--danger); }
.hv-wa { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 60; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #f7e2a6, var(--gold) 55%, #b08a42); color: #120e05; box-shadow: 0 20px 40px -12px rgba(216, 181, 106, .6); transition: transform .4s var(--ease-out); }
.hv-wa:hover { transform: translateY(-4px) scale(1.05); }
.hv-wa svg { width: 26px; height: 26px; }

/* ---------- Sub-page hero -------------------------------------------------- */
.hv-phero { position: relative; isolation: isolate; overflow: hidden; min-height: 86svh; display: flex; align-items: center; padding: calc(var(--nav-h) + var(--bar-h) + 70px) 0 90px; }
.hv-phero__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(55% 60% at 75% 50%, rgba(42, 163, 179, .22), transparent 70%), radial-gradient(40% 40% at 10% 90%, rgba(216, 181, 106, .08), transparent 70%); }
.hv-phero--biz .hv-phero__bg { background: radial-gradient(55% 60% at 75% 50%, rgba(216, 181, 106, .22), transparent 70%), radial-gradient(40% 40% at 10% 20%, rgba(42, 163, 179, .1), transparent 70%); }
.hv-phero--ir .hv-phero__bg { background: radial-gradient(50% 60% at 80% 40%, rgba(216, 181, 106, .14), transparent 70%), linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .4)); }
.hv-phero--story .hv-phero__bg { background: radial-gradient(60% 60% at 50% 60%, rgba(42, 163, 179, .2), transparent 70%); }
.hv-phero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; width: 100%; }
.hv-phero__center { text-align: center; }
.hv-phero__center .hv-lead { margin-inline: auto; }
.hv-phero__art { display: grid; place-items: center; }
.hv-phero__art img { width: 100%; max-width: 680px; filter: drop-shadow(0 50px 70px rgba(0, 0, 0, .7)); animation: hvFloat 9s ease-in-out infinite; }
.hv-phero__art--duo { position: relative; height: min(64vh, 620px); }
.hv-phero__art--duo img { position: absolute; bottom: 0; height: 100%; width: auto; }
.hv-phero__art--duo img:first-child { left: 18%; }
.hv-phero__art--duo img:last-child { left: 52%; height: 86%; animation-delay: -3s; }
@keyframes hvFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hv-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hv-chips span { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .04); font-size: 13px; color: var(--ice); }

/* ---------- Size explorer -------------------------------------------------- */
.hv-sizes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-sizes__stage { position: relative; height: 560px; border-radius: 32px; overflow: hidden; background: radial-gradient(70% 50% at 50% 90%, rgba(42, 163, 179, .3), transparent 70%), linear-gradient(170deg, #141a1e, #07090b); --ppm: 1.36px; }
.hv-sizes__ruler { position: absolute; left: 0; right: 0; bottom: 40px; height: calc(350 * var(--ppm)); }
.hv-sizes__ruler span { position: absolute; left: 28px; right: 28px; height: 1px; background: rgba(255, 255, 255, .06); }
.hv-sizes__ruler span::before { content: attr(data-mm) " mm"; position: absolute; left: 0; bottom: 4px; font-size: 10px; letter-spacing: .1em; color: rgba(255, 255, 255, .3); }
.hv-sizes__ruler span:nth-child(1) { bottom: 0; } .hv-sizes__ruler span:nth-child(2) { bottom: calc(50 * var(--ppm)); } .hv-sizes__ruler span:nth-child(3) { bottom: calc(100 * var(--ppm)); }
.hv-sizes__ruler span:nth-child(4) { bottom: calc(150 * var(--ppm)); } .hv-sizes__ruler span:nth-child(5) { bottom: calc(200 * var(--ppm)); } .hv-sizes__ruler span:nth-child(6) { bottom: calc(250 * var(--ppm)); }
.hv-sizes__ruler span:nth-child(7) { bottom: calc(300 * var(--ppm)); } .hv-sizes__ruler span:nth-child(8) { bottom: calc(350 * var(--ppm)); }
.hv-sizes__stage::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: calc(40px + var(--mark, 285) * var(--ppm)); height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2), transparent); box-shadow: 0 0 12px var(--gold); transition: bottom .9s var(--ease-out); }
.hv-sizes__bottle { position: absolute; left: 50%; bottom: 40px; height: calc(var(--hmm) * var(--ppm) * 1.075); width: auto; transform: translateX(-50%) scale(.9); transform-origin: 50% 100%; opacity: 0; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .7)); transition: opacity .7s var(--ease), transform .9s var(--ease-out); }
.hv-sizes__bottle.is-on { opacity: 1; transform: translateX(-50%) scale(1); }
.hv-seg--light { border-color: rgba(13, 17, 20, .12); background: #fff; display: inline-flex; margin-bottom: 26px; }
.hv-seg--light button { color: var(--ink-m); font-size: 15px; padding: 11px 22px; }
.hv-seg--light button.is-on { background: var(--ink-t); color: #fff; }
.hv-range { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; background: rgba(13, 17, 20, .15); border-radius: 2px; margin: 0 0 36px; outline: none; }
.hv-range::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--ink-t); border: 4px solid var(--gold); cursor: grab; box-shadow: 0 6px 16px rgba(13, 17, 20, .3); }
.hv-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--ink-t); border: 4px solid var(--gold); cursor: grab; }
.hv-sizes__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 20px; margin: 0 0 30px; }
.hv-sizes__stats div { border-top: 1px solid rgba(13, 17, 20, .12); padding-top: 14px; }
.hv-sizes__stats dt { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-m); margin-bottom: 6px; }
.hv-sizes__stats dd { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; font-variant-numeric: tabular-nums; }
.hv-sizes__for { position: relative; display: grid; gap: 6px; min-height: 70px; }
.hv-sizes__forl { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-d); }
.hv-sizes__fort { grid-area: 2 / 1; font-family: var(--serif); font-weight: 400; font-size: 26px; opacity: 0; transform: translateY(10px); transition: opacity .5s, transform .5s var(--ease-out); }
.hv-sizes__fort.is-on { opacity: 1; transform: none; }

/* ---------- Product rows --------------------------------------------------- */
.hv-product__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.hv-product--rev .hv-product__stage { order: 2; }
.hv-product__stage { position: relative; display: grid; place-items: center; min-height: 600px; }
.hv-product__stage img { position: relative; height: min(70vh, 640px); width: auto; filter: drop-shadow(0 50px 60px rgba(0, 0, 0, .7)); transition: transform 1.2s var(--ease-out); }
.hv-product__stage:hover img { transform: translateY(-10px) rotate(-1deg); }
.hv-product__halo { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(88, 214, 224, .18), transparent 65%); filter: blur(10px); animation: hvBreathe 7s ease-in-out infinite; }
.hv-product__halo--gold, #grand .hv-product__halo { background: radial-gradient(circle, rgba(243, 213, 139, .2), rgba(42, 163, 179, .08) 45%, transparent 68%); }
.hv-speclist { list-style: none; margin: 0 0 32px; padding: 0; }
.hv-speclist li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--text); font-size: 15px; }
.hv-speclist li:last-child { border-bottom: 1px solid var(--line); }
.hv-speclist li::before { content: ""; width: 16px; height: 1px; background: var(--gold); flex: none; }
.hv-product__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Details & sheet ------------------------------------------------ */
.hv-feats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.hv-feat { padding: 30px 28px; border-radius: 24px; background: #fff; box-shadow: 0 30px 60px -44px rgba(13, 17, 20, .45); transition: transform .5s var(--ease-out), box-shadow .5s; }
.hv-feat:hover { transform: translateY(-6px); box-shadow: 0 40px 70px -40px rgba(13, 17, 20, .5); }
.hv-feat__n { font-family: var(--serif); font-size: 42px; font-weight: 300; color: var(--gold-d); line-height: 1; }
.hv-feat h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 14px 0 8px; }
.hv-feat p { color: var(--ink-m); margin: 0; font-size: 15px; }
.hv-sheet { margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 50px 100px -50px rgba(13, 17, 20, .7); }
.hv-sheet img { width: 100%; }

/* ---------- Accessories, club, FAQ ---------------------------------------- */
.hv-acc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 22px; }
.hv-acc__services { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hv-service { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 26px 28px; }
.hv-service h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 0 0 4px; }
.hv-service p { margin: 0; color: var(--muted); font-size: 14px; }
.hv-clubband { background: radial-gradient(60% 70% at 0% 50%, rgba(42, 163, 179, .12), transparent 70%); }
.hv-clubband__grid, .hv-enquire__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-formcard { padding: clamp(26px, 3vw, 40px); }
.hv-formcard .hv-form { display: grid; gap: 14px; }
.hv-mform { display: grid; gap: 14px; }
.hv-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 5vw, 80px); }
.hv-q { border-bottom: 1px solid rgba(13, 17, 20, .12); }
.hv-q summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); }
.hv-q summary::-webkit-details-marker { display: none; }
.hv-q__ic { width: 38px; height: 38px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(13, 17, 20, .15); transition: transform .5s var(--ease-out), background .3s, color .3s; }
.hv-q__ic svg { width: 18px; height: 18px; }
.hv-q[open] .hv-q__ic { transform: rotate(45deg); background: var(--ink-t); color: var(--gold-2); }
.hv-q__a { overflow: hidden; }
.hv-q__a p { margin: 0 0 24px; color: var(--ink-m); max-width: 640px; }
.hv-q[open] .hv-q__a { animation: hvPanelIn .6s var(--ease-out); }

/* ---------- Business ------------------------------------------------------- */
.hv-segs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hv-seg-card { position: relative; overflow: hidden; min-height: 320px; padding: 30px; border-radius: 28px; color: var(--text); background: radial-gradient(70% 60% at 100% 100%, rgba(42, 163, 179, .22), transparent 70%), linear-gradient(160deg, #141a1e, #090b0d); scroll-margin-top: 140px; transition: transform .6s var(--ease-out), box-shadow .6s; }
.hv-seg-card--wide { grid-column: span 2; }
.hv-segs__grid .hv-seg-card:last-child { grid-column: span 2; }
.hv-seg-card:hover { transform: translateY(-6px); box-shadow: 0 50px 80px -40px rgba(13, 17, 20, .6); }
.hv-seg-card__ic { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(216, 181, 106, .45); color: var(--gold-2); }
.hv-seg-card__ic svg { width: 22px; height: 22px; }
.hv-seg-card h3 { position: relative; z-index: 2; font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 22px 0 10px; max-width: 70%; }
.hv-seg-card p { position: relative; z-index: 2; color: var(--muted); margin: 0; font-size: 15px; max-width: 62%; }
.hv-seg-card__art { position: absolute; right: 6%; bottom: -8%; height: 88%; width: auto; opacity: .55; transition: transform .9s var(--ease-out), opacity .6s; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .6)); }
.hv-seg-card--wide .hv-seg-card__art, .hv-segs__grid .hv-seg-card:last-child .hv-seg-card__art { height: 110%; }
.hv-segs__grid .hv-seg-card:last-child .hv-seg-card__art { height: auto; width: 46%; bottom: -12%; }
.hv-seg-card:hover .hv-seg-card__art { opacity: 1; transform: translateY(-12px); }
.hv-seg-card__go { position: absolute; left: 30px; bottom: 26px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); transition: background .3s, color .3s, transform .4s; }
.hv-seg-card__go svg { width: 18px; height: 18px; }
.hv-seg-card:hover .hv-seg-card__go { background: var(--gold); color: var(--ink); transform: translateX(4px); border-color: var(--gold); }
.hv-steps { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hv-steps::before { content: ""; position: absolute; left: 12%; right: 12%; top: 40px; height: 1px; background: var(--line); }
.hv-steps::after { content: ""; position: absolute; left: 12%; right: 12%; top: 40px; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transform-origin: left; transform: scaleX(0); transition: transform 2.2s var(--ease-out) .3s; }
.hv-steps.is-in::after { transform: scaleX(1); }
.hv-step { text-align: center; position: relative; z-index: 1; }
.hv-step__ic { position: relative; width: 80px; height: 80px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; background: #0c0f12; border: 1px solid rgba(216, 181, 106, .45); color: var(--gold-2); box-shadow: 0 0 0 8px var(--ink); }
.hv-step__ic svg { width: 28px; height: 28px; }
.hv-step__ic b { position: absolute; top: -4px; right: -4px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; background: var(--gold); color: var(--ink); }
.hv-step h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 0 0 8px; }
.hv-step p { color: var(--muted); font-size: 15px; margin: 0 auto; max-width: 260px; }
.hv-edition { background: radial-gradient(60% 60% at 25% 50%, rgba(216, 181, 106, .1), transparent 70%); }
.hv-esg__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-report { background: #fff; border-radius: 28px; padding: 34px; box-shadow: 0 50px 100px -50px rgba(13, 17, 20, .55); }
.hv-report__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(13, 17, 20, .1); }
.hv-report__head .hv-logo { font-size: 20px; }
.hv-report__head .hv-logo span { color: var(--gold-d); }
.hv-report__q { font-size: 12px; color: var(--ink-m); letter-spacing: .08em; }
.hv-report__q em { font-style: italic; }
.hv-report__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 24px 0; }
.hv-report__kpis strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1; margin-bottom: 6px; font-variant-numeric: tabular-nums; }
.hv-report__kpis span { font-size: 12px; color: var(--ink-m); }
.hv-report__bars { display: flex; align-items: flex-end; gap: 8px; height: 140px; }
.hv-report__bars i { flex: 1; height: 0; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, var(--gold), rgba(216, 181, 106, .25)); transition: height 1.2s var(--ease-out); transition-delay: var(--d); }
.hv-report.is-in .hv-report__bars i { height: var(--h); }
.hv-enquire { background: radial-gradient(60% 70% at 100% 50%, rgba(216, 181, 106, .08), transparent 70%); scroll-margin-top: 60px; }

/* ---------- Story ---------------------------------------------------------- */
.hv-vm__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 100px); }
.hv-vm__n { display: block; font-family: var(--serif); font-size: 90px; font-weight: 300; line-height: 1; color: var(--gold-d); opacity: .5; margin-bottom: 10px; }
.hv-plist { list-style: none; margin: 0; padding: 0; }
.hv-plist li { display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 30px; align-items: baseline; padding: 28px 0; border-top: 1px solid rgba(13, 17, 20, .12); transition: padding .5s var(--ease-out); }
.hv-plist li:last-child { border-bottom: 1px solid rgba(13, 17, 20, .12); }
.hv-plist li:hover { padding-left: 14px; }
.hv-plist__n { font-family: var(--serif); font-size: 22px; color: var(--gold-d); }
.hv-plist h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.6vw, 38px); margin: 0; }
.hv-plist p { margin: 0; color: var(--ink-m); }
.hv-loop__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-honest { margin-top: 30px; padding: 24px 28px; border-left: 2px solid var(--gold-d); background: rgba(255, 255, 255, .6); border-radius: 0 18px 18px 0; }
.hv-honest h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 0 0 8px; }
.hv-honest p { margin: 0; color: var(--ink-m); }
.hv-cycle { position: relative; width: min(100%, 460px); aspect-ratio: 1; margin: 0 auto; }
.hv-cycle__ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.hv-cycle__track { fill: none; stroke: rgba(13, 17, 20, .1); stroke-width: 1.5; }
.hv-cycle__arc { fill: none; stroke: url(#none); stroke: var(--gold-d); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 1005; stroke-dashoffset: 1005; transition: stroke-dashoffset 1s var(--ease-out); }
.hv-cycle__core { position: absolute; inset: 24%; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 50% 70%, rgba(42, 163, 179, .35), transparent 65%), #0c1013; box-shadow: 0 30px 60px -30px rgba(13, 17, 20, .7); overflow: hidden; }
.hv-cycle__core img { height: 88%; width: auto; animation: hvFloat 7s ease-in-out infinite; }
.hv-cycle__node { position: absolute; left: 50%; top: 50%; width: 110px; margin: -34px 0 0 -55px; display: grid; justify-items: center; gap: 6px; text-align: center; transform: rotate(var(--a)) translateX(calc(min(100vw - 60px, 460px) * .4)) rotate(calc(-1 * var(--a))); }
.hv-cycle__node i { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid rgba(13, 17, 20, .12); color: var(--gold-d); transition: background .4s, color .4s, transform .4s; }
.hv-cycle__node i svg { width: 22px; height: 22px; }
.hv-cycle__node b { font-weight: 500; font-size: 13px; color: var(--ink-m); transition: color .4s; }
.hv-cycle__node.is-on i { background: var(--ink-t); color: var(--gold-2); transform: scale(1.12); }
.hv-cycle__node.is-on b { color: var(--ink-t); }
.hv-careers__in { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.hv-careers__in > div { max-width: 720px; }

/* ---------- Investors ------------------------------------------------------ */
.hv-ir .hv-inv__grid { align-items: center; width: 100%; }
.hv-irfacts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; margin-top: 10px; }
.hv-irfacts div { border-top: 1px solid var(--line); padding-top: 14px; }
.hv-irfacts strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 34px; color: var(--gold-2); line-height: 1.1; }
.hv-irfacts span { font-size: 13px; color: var(--muted); }
.hv-ir .hv-inv__panel { padding: clamp(24px, 3vw, 36px); }
.hv-ir .hv-inv__panel > .hv-h3 { margin-bottom: 6px; }
.hv-ir .hv-inv__panel > .hv-small { margin: 0 0 18px; }
.hv-gov__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hv-gov__card { padding: 32px 30px; border-radius: 26px; background: #fff; box-shadow: 0 30px 60px -44px rgba(13, 17, 20, .45); }
.hv-gov__card .hv-seg-card__ic { color: var(--gold-d); border-color: rgba(143, 109, 44, .35); }
.hv-gov__card h3 { font-family: var(--serif); font-weight: 400; font-size: 28px; margin: 18px 0 8px; }
.hv-gov__card p { margin: 0; color: var(--ink-m); font-size: 15px; }
.hv-irdocs__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hv-docs--preview li { grid-template-columns: auto 1fr auto; }
.hv-docs__lock { color: var(--gold); }
.hv-docs__lock svg { width: 18px; height: 18px; }
.hv-numbers--ir { background: radial-gradient(60% 50% at 50% 0%, rgba(216, 181, 106, .06), transparent 70%); }

/* ---------- Contact -------------------------------------------------------- */
.hv-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: start; width: 100%; }
.hv-contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0 24px; }
.hv-contact__card { display: flex; gap: 14px; align-items: center; padding: 18px; transition: transform .4s var(--ease-out); }
.hv-contact__card:hover { transform: translateY(-3px); }
.hv-contact__card .hv-pillar__ic { width: 44px; height: 44px; }
.hv-contact__card .hv-pillar__ic svg { width: 20px; height: 20px; }
.hv-contact__card strong { display: block; font-weight: 600; font-size: 15px; }
.hv-contact__card small { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; }
.hv-formcard > .hv-h3 { margin-top: 0; }

/* ---------- Light-section tweaks for shared parts -------------------------- */
.hv-journal.hv-light .hv-card { color: var(--ink-t); }
.hv-light .hv-glass::before { display: none; }

/* ---------- Responsive ----------------------------------------------------- */
@media (max-width: 1180px) {
	.hv-nav__links { gap: 22px; }
	.hv-mega__panel { width: 560px; }
}
@media (max-width: 1080px) {
	.hv-slide__grid, .hv-phero__grid, .hv-promise__grid, .hv-sizes__grid, .hv-product__grid, .hv-esg__grid, .hv-loop__grid, .hv-irdocs__grid, .hv-contact__grid, .hv-clubband__grid, .hv-enquire__grid, .hv-faq__grid { grid-template-columns: 1fr; }
	.hv-product--rev .hv-product__stage { order: 0; }
	.hv-slide__visual { position: absolute; inset: 0 -10% 0 auto; width: 70%; height: 100%; opacity: .35; pointer-events: none; }
	.hv-slide__copy { position: relative; z-index: 3; }
	.hv-aud__grid { grid-template-columns: 1fr; }
	.hv-aud__list { grid-auto-flow: column; grid-auto-columns: max-content; overflow-x: auto; scrollbar-width: none; padding-bottom: 6px; }
	.hv-aud__list::-webkit-scrollbar { display: none; }
	.hv-feats__grid, .hv-acc__grid, .hv-gov__grid { grid-template-columns: 1fr 1fr; }
	.hv-segs__grid { grid-template-columns: 1fr 1fr; }
	.hv-steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.hv-steps::before, .hv-steps::after { display: none; }
	.hv-slider__dots { display: none; }
	.hv-slider__ui { grid-template-columns: auto auto; justify-content: space-between; }
	.hv-product__stage { min-height: 460px; }
	.hv-product__stage img { height: 440px; }
}
@media (max-width: 960px) {
	.hv-nav__links { display: none; }
	.hv-burger { display: block; }
}
@media (max-width: 860px) {
	:root { --bar-h: 30px; }
	.hv-colx__head { flex-direction: column; align-items: flex-start; }
	.hv-colx__nav { align-items: flex-start; }
	.hv-aud__panel { grid-template-columns: 1fr; }
	.hv-aud__art { min-height: 320px; }
	.hv-aud__art img { max-height: 290px; }
	.hv-aud__panels { min-height: 0; }
	.hv-promise__pillars, .hv-duo__grid, .hv-acc__services, .hv-vm__grid, .hv-footer__news { grid-template-columns: 1fr; }
	.hv-duo__card { min-height: 0; }
	.hv-duo__art { position: relative; right: auto; bottom: auto; width: 80%; margin: -10px auto 10px; order: -1; }
	.hv-irstrip__in { grid-template-columns: 1fr; }
	.hv-plist li { grid-template-columns: 50px 1fr; }
	.hv-plist li p { grid-column: 2; }
	.hv-sizes__stats { grid-template-columns: 1fr 1fr; }
	.hv-sizes__stage { height: 500px; --ppm: 1.2px; }
	.hv-report__kpis strong { font-size: 30px; }
	.hv-service { grid-template-columns: auto 1fr; }
	.hv-service .hv-link { grid-column: 2; }
}
@media (max-width: 640px) {
	.hv-slider { min-height: 640px; }
	.hv-slide__title { font-size: clamp(40px, 11vw, 60px); }
	.hv-slide__visual { width: 100%; inset: auto 0 12% 0; height: 55%; opacity: .25; }
	.hv-feats__grid, .hv-acc__grid, .hv-gov__grid, .hv-segs__grid, .hv-steps, .hv-contact__cards, .hv-irfacts { grid-template-columns: 1fr; }
	.hv-seg-card--wide, .hv-segs__grid .hv-seg-card:last-child { grid-column: auto; }
	.hv-seg-card h3, .hv-seg-card p { max-width: 70%; }
	.hv-report__kpis { grid-template-columns: 1fr; }
	.hv-phero { min-height: 0; }
	.hv-phero__art--duo { height: 380px; }
	.hv-cycle__node { width: 84px; margin: -30px 0 0 -42px; }
	.hv-cycle__node b { font-size: 11px; }
	.hv-cycle__node i { width: 40px; height: 40px; }
	.hv-slider__count b { font-size: 32px; }
	.hv-tag { width: 220px; height: 340px; }
}
@media (prefers-reduced-motion: reduce) {
	.hv-marquee__track, .hv-tag, .hv-phero__art img, .hv-quote-band__rays, .hv-cycle__core img, .hv-slide__visual--star img { animation: none; }
	.hv-slide__title .hv-w > i, .hv-slide .hv-pill, .hv-slide__sub, .hv-slide__cta, .hv-slide__visual img { transform: none !important; opacity: 1 !important; transition: none; }
}

/* nav geometry with full-width bar */
.hv-nav { padding: env(safe-area-inset-top, 0px) 0 0; }
.hv-nav .hv-nav__inner { width: calc(100% - 2 * var(--pad)); max-width: var(--wrap); margin: 12px auto 0; }
[data-tabs].is-manual .hv-aud__prog { display: none; }

/* ---------- image sizing fixes (percent heights need a definite box) ------ */
.hv-pcard__stage img { position: absolute; left: 50%; bottom: 7%; height: 84%; width: auto; max-width: none; transform: translateX(-50%); }
.hv-pcard:hover .hv-pcard__stage img { transform: translate(-50%, -12px) scale(1.04); }
.hv-slide__visual img { height: min(64vh, 640px); max-width: none; }
.hv-slide__visual--wide img, .hv-slide__visual--star img { height: auto; max-width: 100%; }
.hv-aud__art img { height: 400px; max-height: none; max-width: none; }
.hv-cycle__core img { height: 200px; max-width: none; }
@media (max-width: 860px) {
	.hv-aud__art img { height: 280px; }
	.hv-cycle__core img { height: 150px; }
}
@media (max-width: 640px) {
	.hv-slide__visual img { height: 52vh; }
	.hv-cycle__core img { height: 120px; }
}
.hv-seg-card { padding-bottom: 90px; }
.hv-news.hv-mform { display: flex; }
.hv-news input[type="email"] { flex: 1 1 0; width: 0; }
.hv-news__btn { flex: none; }
@media (max-width: 400px) { .hv-news__btn { padding: 12px 14px; } .hv-news__btn svg { display: none; } }
@media (max-width: 640px) { .hv-seg-card__art { opacity: .28; height: 70%; } .hv-seg-card h3, .hv-seg-card p { max-width: 100%; } }
.hv-nav.is-scrolled .hv-nav__inner { background: rgba(10, 12, 14, .82); }
.hv-slide { padding-bottom: 120px; }
.hv-slide__title { font-size: clamp(44px, 5.4vw, 96px); }
@media (max-height: 820px) and (min-width: 900px) { .hv-slide__title { font-size: clamp(40px, 4.6vw, 76px); margin-bottom: 18px; } }

/* photo slides: keep the navigation and controls readable */
.hv-slide.has-photo .hv-slide__bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 8, 10, .75), rgba(7, 8, 10, .1) 22%, transparent 45%); }
.hv-slide.has-photo .hv-slide__grid { grid-template-columns: minmax(0, 660px); }
