/* =============================================================================================
   HEART STYLE — "Untied"
   Tissue paper, cherry satin, kraft tags. One palette across the gift, the table and the room.
   ============================================================================================= */

:root {
	--ink: #2A1620;
	--plum: #6B5560;
	--tissue: #FBF4EC;
	--paper: #FFFAF4;
	--ribbon: #B3203A;
	--ribbon-deep: #8E1830;
	--oxblood: #5E1224;
	--oxblood-deep: #3E0A17;
	--blush: #F4D3D0;
	--blush-soft: #F9E6E2;
	--kraft: #C9A27A;
	--kraft-soft: #EBDCC9;
	--sage: #A9C1B0;
	--sage-soft: #E3ECE5;
	--foil: #B88A3E;
	--line: #E6D5CB;
	--warn-bg: #FFF1E6;

	--f-display: 'Yeseva One', 'Didot', 'Bodoni 72', Georgia, serif;
	--f-body: 'Host Grotesk', 'Helvetica Neue', Arial, sans-serif;
	--f-tag: 'Special Elite', 'Courier New', monospace;
	--f-hand: 'Nothing You Could Do', 'Bradley Hand', cursive;

	--wrap: 1320px;
	--gut: clamp(16px, 4vw, 48px);
	--r-s: 8px;
	--r-m: 16px;
	--r-l: 28px;
	--shadow: 0 1px 2px rgba(42, 22, 32, .06), 0 12px 32px -12px rgba(62, 10, 23, .22);
	--shadow-lift: 0 2px 4px rgba(42, 22, 32, .08), 0 24px 48px -16px rgba(62, 10, 23, .32);
	--ease: cubic-bezier(.2, .8, .2, 1);
	--ease-out: cubic-bezier(.16, 1, .3, 1);
	--header-h: 76px;
	--announce-h: 38px;
}

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
	margin: 0; background: var(--tissue); color: var(--ink);
	font: 400 17px/1.6 var(--f-body); font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-x: clip;
}
img, video, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--ribbon); }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ribbon); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--blush); color: var(--ink); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 400; line-height: 1.08; }
ul, ol { margin: 0; padding: 0; }
[hidden] { display: none !important; }

.hs-vh, .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hs-skip { position: absolute; left: 16px; top: -60px; z-index: 1000; background: var(--ink); color: var(--tissue); padding: 10px 16px; border-radius: var(--r-s); }
.hs-skip:focus { top: 12px; color: var(--tissue); }
.hs-wrap { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; }
.hs-section { padding-block: clamp(72px, 10vw, 140px); }
.hs-small { font-size: 14px; color: var(--plum); line-height: 1.5; }

.hs-h1 { font-family: var(--f-display); font-size: clamp(40px, 6vw, 84px); letter-spacing: -.01em; }
.hs-h2 { font-family: var(--f-display); font-size: clamp(34px, 4.6vw, 64px); letter-spacing: -.01em; max-width: 16ch; }
.hs-h2--xl { font-size: clamp(40px, 6.4vw, 96px); max-width: 14ch; }
.hs-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--plum); max-width: 56ch; }
.hs-kicker {
	font-family: var(--f-tag); font-size: 14px; letter-spacing: .06em; text-transform: uppercase;
	color: var(--ribbon); margin: 0 0 18px; display: flex; align-items: center; gap: 10px;
}
.hs-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.hs-kicker--light { color: var(--blush); }
.hs-kicker--tag::before { display: none; }
.hs-kicker--tag a { text-decoration: none; }
.hs-kicker__stamp { display: inline-block; }

.hs-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--ribbon); padding-bottom: 4px; margin-top: 12px; }
.hs-link .hs-ico { width: 20px; height: 20px; transition: transform .3s var(--ease); }
.hs-link:hover .hs-ico { transform: translateX(4px); }
.hs-ico { width: 22px; height: 22px; flex: none; }

/* ---------------------------------------------------------------- buttons */
.hs-btn {
	--bg: var(--ink); --fg: var(--tissue);
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 24px; border-radius: 999px; border: 2px solid var(--bg);
	background: var(--bg); color: var(--fg); font-weight: 600; font-size: 16px; line-height: 1.2;
	text-decoration: none; text-align: center; position: relative; overflow: hidden; isolation: isolate;
	transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
}
.hs-btn::after { /* tissue crinkle sweep */
	content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.28) 45%, transparent 70%);
	transform: translateX(-120%); transition: transform .6s var(--ease);
}
.hs-btn:hover { color: var(--fg); transform: translateY(-2px); box-shadow: var(--shadow); }
.hs-btn:hover::after { transform: translateX(120%); }
.hs-btn:active { transform: translateY(0); }
.hs-btn .hs-ico { width: 20px; height: 20px; }
.hs-btn--ribbon { --bg: var(--ribbon); --fg: #fff; }
.hs-btn--ribbon:hover { --bg: var(--ribbon-deep); background: var(--ribbon-deep); border-color: var(--ribbon-deep); }
.hs-btn--ink { --bg: var(--ink); --fg: var(--tissue); }
.hs-btn--tissue { --bg: var(--tissue); --fg: var(--oxblood); }
.hs-btn--line { --bg: transparent; --fg: var(--ink); border-color: var(--ink); }
.hs-btn--line:hover { background: var(--ink); --fg: var(--tissue); }
.hs-btn--ghost { --bg: transparent; --fg: var(--ink); border-color: rgba(42,22,32,.3); }
.hs-btn--glass { --bg: rgba(251,244,236,.14); --fg: var(--tissue); border-color: rgba(251,244,236,.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hs-btn--glass:hover { background: var(--tissue); --fg: var(--oxblood); border-color: var(--tissue); }
.hs-btn--lg { min-height: 58px; padding: 16px 30px; font-size: 17px; }
.hs-btn--sm { min-height: 40px; padding: 8px 18px; font-size: 15px; }
.hs-btn--block { width: 100%; }
.hs-btn[disabled], .hs-btn.is-busy { opacity: .6; pointer-events: none; }

.hs-iconbtn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; color: var(--ink); position: relative; text-decoration: none; transition: background .2s; }
.hs-iconbtn:hover { background: var(--blush-soft); color: var(--ink); }

/* ---------------------------------------------------------------- announce */
.hs-announce { background: var(--oxblood); color: var(--tissue); height: var(--announce-h); overflow: hidden; font-size: 14px; position: relative; }
.hs-announce::before, .hs-announce::after { content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 1; pointer-events: none; }
.hs-announce::before { left: 0; background: linear-gradient(90deg, var(--oxblood), transparent); }
.hs-announce::after { right: 0; background: linear-gradient(-90deg, var(--oxblood), transparent); }
.hs-announce__track { display: flex; width: max-content; animation: hs-marquee 46s linear infinite; height: 100%; align-items: center; }
.hs-announce:hover .hs-announce__track { animation-play-state: paused; }
.hs-announce__run { display: flex; align-items: center; gap: 22px; padding-right: 22px; margin: 0; white-space: nowrap; }
.hs-announce__dot { width: 8px; height: 8px; background: var(--ribbon); transform: rotate(45deg); border-radius: 1px; box-shadow: 0 0 0 2px rgba(244,211,208,.25); }
@keyframes hs-marquee { to { transform: translateX(-50%); } }

/* ---------------------------------------------------------------- header */
.hs-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 244, 236, .92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.hs-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px -18px rgba(62,10,23,.4); }
.hs-header__inner { width: min(100% - 2 * var(--gut), 1480px); margin-inline: auto; height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.hs-header__menu { display: none; }
.hs-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex: none; }
.hs-logo:hover { color: var(--ink); }
.hs-mark { width: 38px; height: 38px; }
.hs-mark__heart { fill: var(--ribbon); }
.hs-mark__band { fill: var(--tissue); opacity: .92; }
.hs-mark__bow { fill: var(--oxblood); }
.hs-mark__knot { fill: var(--oxblood); stroke: var(--tissue); stroke-width: 1.6; }
.hs-logo:hover .hs-mark { animation: hs-beat .9s var(--ease); }
@keyframes hs-beat { 0%, 100% { transform: scale(1); } 30% { transform: scale(1.12) rotate(-4deg); } 60% { transform: scale(.98); } }
.hs-logo__word { font-family: var(--f-display); font-size: 25px; letter-spacing: .06em; line-height: 1; white-space: nowrap; }
.hs-nav { flex: 1; min-width: 0; }
.hs-nav ul { list-style: none; display: flex; gap: clamp(14px, 1.5vw, 26px); justify-content: center; flex-wrap: nowrap; }
.hs-nav a { text-decoration: none; font-size: 15px; font-weight: 500; white-space: nowrap; padding: 8px 0; position: relative; }
.hs-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--ribbon); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); border-radius: 2px; }
.hs-nav a:hover::after, .hs-nav a[aria-current]::after { transform: scaleX(1); }
.hs-header__tools { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hs-bagbtn__count { position: absolute; top: 2px; right: 0; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--ribbon); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center; line-height: 1; }
.hs-bagbtn.is-bump .hs-ico { animation: hs-bag 0.7s var(--ease); }
@keyframes hs-bag { 0%,100% { transform: none; } 25% { transform: translateY(-4px) rotate(-8deg); } 55% { transform: translateY(1px) rotate(6deg); } }

.hs-region { position: relative; }
.hs-region__btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-size: 14px; font-weight: 600; }
.hs-region__btn .hs-ico { width: 18px; height: 18px; }
.hs-region__sep { color: var(--plum); font-weight: 400; }
.hs-region__panel { position: absolute; right: 0; top: calc(100% + 10px); width: 260px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--shadow-lift); padding: 18px; z-index: 60; }
.hs-region__label { font-family: var(--f-tag); font-size: 13px; text-transform: uppercase; color: var(--plum); margin: 0 0 8px; }
.hs-region__list { list-style: none; display: grid; gap: 2px; margin-bottom: 16px; }
.hs-region__list:last-child { margin-bottom: 0; }
.hs-region__list--cur { grid-template-columns: repeat(4, 1fr); gap: 6px; }
.hs-region__list a { display: block; padding: 8px 10px; border-radius: var(--r-s); text-decoration: none; font-size: 15px; }
.hs-region__list a:hover { background: var(--blush-soft); color: var(--ink); }
.hs-region__list a[aria-current="true"] { background: var(--ink); color: var(--tissue); }
.hs-region__list--cur a { text-align: center; border: 1px solid var(--line); font-weight: 600; }

.hs-search { border-top: 1px solid var(--line); background: var(--paper); padding: 16px 0; }
.hs-search__form { width: min(100% - 2 * var(--gut), 720px); margin-inline: auto; display: flex; gap: 10px; }
.hs-search__form input[type=search] { flex: 1; min-width: 0; height: 50px; border: 1px solid var(--line); border-radius: 999px; padding: 0 20px; background: #fff; font-size: 16px; }

/* drawer */
.hs-drawer { position: fixed; inset: 0; z-index: 100; }
.hs-drawer__scrim { position: absolute; inset: 0; background: rgba(42,22,32,.45); animation: hs-fade .3s; }
.hs-drawer__panel { position: absolute; left: 0; top: 0; bottom: 0; width: min(88vw, 400px); background: var(--tissue); padding: 16px 20px 28px; display: flex; flex-direction: column; overflow-y: auto; animation: hs-slide .4s var(--ease-out); box-shadow: var(--shadow-lift); }
.hs-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.hs-drawer__nav { list-style: none; border-top: 1px solid var(--line); }
.hs-drawer__nav li { border-bottom: 1px solid var(--line); animation: hs-rise .5s var(--ease-out) both; animation-delay: calc(var(--i) * 40ms + 80ms); }
.hs-drawer__nav a { display: flex; justify-content: space-between; align-items: center; padding: 16px 4px; text-decoration: none; font-family: var(--f-display); font-size: 24px; }
.hs-drawer__meta { margin-top: auto; padding-top: 24px; display: grid; gap: 10px; font-size: 15px; }
@keyframes hs-fade { from { opacity: 0; } }
@keyframes hs-slide { from { transform: translateX(-100%); } }
@keyframes hs-rise { from { opacity: 0; transform: translateY(12px); } }

/* =============================================================================================
   HERO — the wrapped gift
   ============================================================================================= */
.hs-hero {
	position: relative; overflow: hidden; background: var(--oxblood-deep); color: var(--tissue);
	height: clamp(620px, calc(100svh - var(--header-h) - var(--announce-h)), 980px);
	isolation: isolate;
}
.hs-hero__cover { position: absolute; inset: 0; z-index: 2; }
.hs-hero__media { position: absolute; inset: 0; }
.hs-hero__media img, .hs-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.hs-hero__video { opacity: 0; transition: opacity 1.2s ease; }
.hs-hero__video.is-playing { opacity: 1; }
.hs-hero__shade { position: absolute; inset: 0; background:
	radial-gradient(120% 90% at 78% 40%, transparent 30%, rgba(30, 5, 12, .35) 70%),
	linear-gradient(90deg, rgba(30, 5, 12, .82) 0%, rgba(30, 5, 12, .52) 38%, rgba(30, 5, 12, 0) 66%); }
.hs-hero__copy { position: absolute; left: max(var(--gut), calc((100vw - 1400px) / 2)); top: 45%; transform: translateY(-50%); width: min(640px, 50vw); z-index: 3; }
.hs-hero__title { font-family: var(--f-display); font-size: clamp(60px, 8.4vw, 150px); line-height: .88; margin: 0 0 28px; letter-spacing: -.02em; display: grid; }
.hs-hero__w { display: block; opacity: 0; transform: translateY(40px) rotate(-2deg); animation: hs-word .9s var(--ease-out) forwards; }
.hs-hero__w--1 { animation-delay: .1s; }
.hs-hero__w--2 { padding-left: .9em; font-size: .62em; line-height: 1.1; color: var(--blush); animation-delay: .22s; }
.hs-hero__w--3 { animation-delay: .34s; position: relative; width: max-content; }
.hs-hero__w--3::after { content: ""; position: absolute; left: .05em; right: .1em; bottom: .02em; height: .09em; background: var(--ribbon); border-radius: 1em; transform: scaleX(0); transform-origin: left; animation: hs-underline .9s .9s var(--ease-out) forwards; }
@keyframes hs-word { to { opacity: 1; transform: none; } }
@keyframes hs-underline { to { transform: scaleX(1); } }
.hs-hero__lead { font-size: clamp(16px, 1.35vw, 19px); max-width: 44ch; color: rgba(251,244,236,.88); margin-bottom: 30px; opacity: 0; animation: hs-word .9s .5s var(--ease-out) forwards; }
.hs-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; opacity: 0; animation: hs-word .9s .62s var(--ease-out) forwards; }

.hs-ribbon { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; overflow: visible; }
.hs-ribbon__band { fill: none; stroke: url(#hsSatin); stroke-width: 34; stroke-linecap: butt; filter: drop-shadow(0 10px 12px rgba(20, 3, 8, .45)); vector-effect: non-scaling-stroke; }
.hs-ribbon__sheen { fill: none; stroke: url(#hsSheen); stroke-width: 6; opacity: .7; vector-effect: non-scaling-stroke; transform: translateY(-7px); }
.hs-bow { position: absolute; z-index: 4; left: 0; top: 0; width: 150px; height: 106px; border: 0; background: none; padding: 0; transform: translate(-50%, -52%); transition: transform .35s var(--ease); cursor: pointer; }
.hs-bow svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 12px 14px rgba(20,3,8,.5)); }
.hs-bow__loop { fill: var(--ribbon); stroke: var(--ribbon-deep); stroke-width: 2; transform-origin: 100px 64px; transition: transform .4s var(--ease); }
.hs-bow__tail { fill: var(--ribbon-deep); transform-origin: 100px 70px; }
.hs-bow__knot { fill: var(--ribbon-deep); stroke: #d2324f; stroke-width: 2; }
.hs-bow:hover .hs-bow__loop:first-child { transform: rotate(-7deg) scale(1.04); }
.hs-bow:hover .hs-bow__loop:nth-child(2) { transform: rotate(7deg) scale(1.04); }
.hs-bow:hover { transform: translate(-50%, -52%) scale(1.05); }
.hs-bow__tag { position: absolute; left: 62%; top: 86%; font-family: var(--f-hand); font-size: 22px; color: var(--oxblood); background: var(--kraft-soft); padding: 8px 16px 6px 22px; clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%); transform: rotate(9deg); transform-origin: left center; white-space: nowrap; box-shadow: var(--shadow); animation: hs-swing 4s ease-in-out infinite; pointer-events: none; }
.hs-bow__tag::before { content: ""; position: absolute; left: 9px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--oxblood-deep); transform: translateY(-50%); }
@keyframes hs-swing { 0%,100% { transform: rotate(9deg); } 50% { transform: rotate(3deg); } }

.hs-pull { position: absolute; z-index: 4; left: 0; top: 0; width: 54px; height: 54px; transform: translate(-50%, -50%); touch-action: none; cursor: grab; }
.hs-pull:active { cursor: grabbing; }
.hs-pull__knob { width: 54px; height: 54px; border-radius: 50%; background: var(--tissue); box-shadow: 0 0 0 6px rgba(251,244,236,.25), var(--shadow-lift); position: relative; flex: none; }
.hs-pull__knob::before { content: ""; position: absolute; inset: 15px; border: 2px solid var(--ribbon); border-left: 0; border-bottom: 0; transform: rotate(45deg) translate(-3px, 3px); }
.hs-pull__knob::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(251,244,236,.6); animation: hs-ping 2.2s ease-out infinite; }
@keyframes hs-ping { from { transform: scale(.8); opacity: 1; } to { transform: scale(1.6); opacity: 0; } }
.hs-pull__hint { position: absolute; bottom: calc(100% + 14px); right: -8px; font-family: var(--f-tag); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--tissue); background: rgba(30,5,12,.55); padding: 6px 12px; border-radius: 999px; white-space: nowrap; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

.hs-hero__halves { position: absolute; inset: 0; z-index: 5; pointer-events: none; display: none; }
.hs-half { position: absolute; inset: 0; background-size: cover; background-position: 70% 50%; background-image: var(--hs-poster); will-change: transform; }
.hs-half::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30, 5, 12, .82) 0%, rgba(30, 5, 12, .5) 38%, rgba(30, 5, 12, 0) 66%); }
.hs-half--l { clip-path: polygon(0 0, 51% 0, 48% 7%, 53% 13%, 47.5% 21%, 52% 28%, 48% 36%, 53.5% 44%, 47% 52%, 52% 60%, 48.5% 68%, 53% 76%, 47.5% 84%, 52% 92%, 49% 100%, 0 100%); }
.hs-half--r { clip-path: polygon(51% 0, 100% 0, 100% 100%, 49% 100%, 52% 92%, 47.5% 84%, 53% 76%, 48.5% 68%, 52% 60%, 47% 52%, 53.5% 44%, 48% 36%, 52% 28%, 47.5% 21%, 53% 13%, 48% 7%); }

/* the inside of the gift */
.hs-hero__inside { position: absolute; inset: 0; z-index: 1; background: var(--blush); color: var(--ink); display: grid; place-items: center; overflow: hidden; }
.hs-hero__tissue { position: absolute; inset: -10%; background: url(../img/tex-tissue-1200.webp) center/cover; opacity: .55; mix-blend-mode: multiply; transform: rotate(-3deg); }
.hs-hero__inside-title { position: absolute; top: 8%; left: 50%; transform: translateX(-50%); font-family: var(--f-display); font-size: clamp(26px, 3.2vw, 46px); margin: 0; white-space: nowrap; z-index: 2; opacity: 0; transition: opacity .6s .5s; }
.hs-hero__pile { list-style: none; position: relative; width: min(1180px, 92vw); height: 70%; margin-top: 6%; z-index: 2; }
.hs-pile { position: absolute; width: clamp(160px, 17vw, 246px); transition: transform .8s var(--ease-out), opacity .6s; opacity: 0; }
.hs-pile a { display: block; text-decoration: none; background: var(--paper); padding: 10px 10px 16px; border-radius: 6px; box-shadow: var(--shadow-lift); transition: transform .35s var(--ease); }
.hs-pile a:hover { transform: rotate(0deg) translateY(-8px) scale(1.03); color: var(--ink); }
.hs-pile img { aspect-ratio: 4/5; object-fit: cover; width: 100%; border-radius: 3px; }
.hs-pile__tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-family: var(--f-tag); font-size: 14px; text-transform: uppercase; letter-spacing: .03em; }
.hs-pile__hole { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--ribbon); }
.hs-pile--1 { left: 0; top: 14%; --rot: -7deg; }
.hs-pile--2 { left: 20%; top: 0; --rot: 4deg; }
.hs-pile--3 { left: 40%; top: 20%; --rot: -3deg; z-index: 2; }
.hs-pile--4 { left: 60.5%; top: 2%; --rot: 5deg; }
.hs-pile--5 { left: 80%; top: 16%; --rot: -5deg; }
.hs-pile { transform: translateY(-120vh) rotate(calc(var(--rot) * 3)); }
.hs-pile a { transform: rotate(var(--rot)); }
.hs-hero__rewrap { position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%); z-index: 3; opacity: 0; transition: opacity .6s 1s; background: var(--paper); }
.hs-hero__confetti { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 4; pointer-events: none; }

.hs-hero.is-untying .hs-bow { transform: translate(-50%, -52%) scale(.2) rotate(40deg); opacity: 0; transition: transform .6s var(--ease), opacity .5s; }
.hs-hero.is-untying .hs-pull, .hs-hero.is-untying .hs-hero__copy { opacity: 0; transition: opacity .35s; }
.hs-hero.is-tearing .hs-hero__media { visibility: hidden; }
.hs-hero.is-tearing .hs-hero__halves { display: block; }
.hs-hero.is-tearing .hs-half--l { animation: hs-tear-l 1.1s var(--ease) forwards; }
.hs-hero.is-tearing .hs-half--r { animation: hs-tear-r 1.1s var(--ease) forwards; }
@keyframes hs-tear-l { to { transform: translate(-62%, 6%) rotate(-9deg); opacity: .0; } }
@keyframes hs-tear-r { to { transform: translate(62%, -4%) rotate(8deg); opacity: .0; } }
.hs-hero.is-open .hs-hero__cover { pointer-events: none; visibility: hidden; }
.hs-hero.is-open .hs-hero__inside, .hs-hero.is-tearing .hs-hero__inside { z-index: 3; }
.hs-hero.is-tearing .hs-hero__cover { z-index: 4; }
.hs-hero.is-open .hs-pile, .hs-hero.is-tearing .hs-pile { transform: none; opacity: 1; }
.hs-hero.is-tearing .hs-pile--1 { transition-delay: .25s; }
.hs-hero.is-tearing .hs-pile--2 { transition-delay: .35s; }
.hs-hero.is-tearing .hs-pile--3 { transition-delay: .45s; }
.hs-hero.is-tearing .hs-pile--4 { transition-delay: .55s; }
.hs-hero.is-tearing .hs-pile--5 { transition-delay: .65s; }
.hs-hero.is-open .hs-hero__inside-title, .hs-hero.is-open .hs-hero__rewrap, .hs-hero.is-tearing .hs-hero__inside-title, .hs-hero.is-tearing .hs-hero__rewrap { opacity: 1; }

/* =============================================================================================
   MOMENTS — tags on a string
   ============================================================================================= */
.hs-moments { padding-bottom: clamp(56px, 7vw, 100px); overflow: hidden; }
.hs-moments__head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 40px; }
.hs-moments__head .hs-kicker { grid-column: 1 / -1; }
.hs-moments__hint { margin: 0 0 12px; font-family: var(--f-tag); }
.hs-string { position: relative; margin-top: 36px; overflow-x: auto; scroll-padding-inline: max(var(--gut), calc((100vw - var(--wrap)) / 2)); overflow-y: visible; scrollbar-width: none; cursor: grab; padding: 12px 0 40px; scroll-snap-type: x proximity; }
.hs-string::-webkit-scrollbar { display: none; }
.hs-string.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.hs-string.is-dragging a { pointer-events: none; }
.hs-string__line { position: absolute; left: 0; top: 0; width: max(2000px, 100%); height: 80px; pointer-events: none; }
.hs-string__line path { fill: none; stroke: var(--kraft); stroke-width: 3; stroke-dasharray: 2 5; stroke-linecap: round; }
.hs-string__tags { list-style: none; display: flex; gap: clamp(18px, 3vw, 40px); padding-inline: max(var(--gut), calc((100vw - var(--wrap)) / 2)); width: max-content; }
.hs-mtag { width: clamp(232px, 21vw, 290px); flex: none; scroll-snap-align: start; padding-top: calc(20px + var(--d) * 4px); transform-origin: 50% 0; transform: rotate(var(--r)); transition: transform .6s var(--ease); }
.hs-mtag:nth-child(n+4) { padding-top: calc(44px - (var(--d) - 3) * 5px); }
.hs-mtag:hover { transform: rotate(0deg) translateY(4px); }
.hs-mtag a { display: block; position: relative; text-decoration: none; background: var(--kraft-soft); padding: 34px 14px 18px; border-radius: 4px 4px 12px 12px; clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%, 0 22px); box-shadow: var(--shadow); color: var(--ink); }
.hs-mtag a::before { content: ""; position: absolute; left: 50%; top: -28px; width: 2px; height: 42px; background: var(--kraft); transform: translateX(-50%); }
.hs-mtag__hole { position: absolute; left: 50%; top: 12px; width: 14px; height: 14px; border-radius: 50%; background: var(--tissue); box-shadow: inset 0 1px 2px rgba(0,0,0,.25); transform: translateX(-50%); }
.hs-mtag__img { display: block; border-radius: 6px; overflow: hidden; }
.hs-mtag__img img { aspect-ratio: 4/5; object-fit: cover; width: 100%; transition: transform .8s var(--ease); pointer-events: none; }
.hs-mtag:hover .hs-mtag__img img { transform: scale(1.05); }
.hs-mtag__no { display: block; font-family: var(--f-tag); font-size: 13px; color: var(--ribbon); margin: 14px 0 2px; }
.hs-mtag__t { display: block; font-family: var(--f-display); font-size: 28px; line-height: 1.1; }
.hs-mtag__d { display: block; font-size: 14px; color: var(--plum); margin-top: 4px; }

/* =============================================================================================
   COLLAGE — five drawers
   ============================================================================================= */
.hs-collage { background: var(--paper); position: relative; }
.hs-collage::before { content: ""; position: absolute; inset: 0; background: url(../img/tex-tissue-1200.webp) center/cover; opacity: .35; pointer-events: none; }
.hs-collage > .hs-wrap { position: relative; }
.hs-collage__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 0 60px; align-items: end; margin-bottom: clamp(40px, 6vw, 80px); }
.hs-collage__head .hs-kicker { grid-column: 1 / -1; }
.hs-collage__head .hs-h2 { margin: 0; }
.hs-collage__head .hs-lead { margin: 0 0 8px; }
.hs-collage__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 64px; gap: 24px; position: relative; }
.hs-ccard { position: relative; display: block; text-decoration: none; color: var(--ink); }
.hs-ccard__img { display: block; height: 100%; border-radius: var(--r-m); overflow: hidden; box-shadow: var(--shadow); background: var(--blush); }
.hs-ccard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.hs-ccard:hover .hs-ccard__img img { transform: scale(1.06); }
.hs-ccard__label { position: absolute; left: -14px; bottom: 22px; background: var(--tissue); padding: 16px 20px 16px 22px; max-width: min(360px, 88%); box-shadow: var(--shadow); border-radius: 4px 14px 14px 4px; transition: transform .45s var(--ease); display: grid; gap: 2px; }
.hs-ccard__label::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--ribbon); border-radius: 4px 0 0 4px; }
.hs-ccard:hover .hs-ccard__label { transform: translate(8px, -6px) rotate(-1deg); }
.hs-ccard__count { font-family: var(--f-tag); font-size: 13px; color: var(--ribbon); text-transform: uppercase; }
.hs-ccard__name { font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.05; }
.hs-ccard__desc { font-size: 14px; color: var(--plum); }
.hs-ccard__go { display: inline-flex; gap: 6px; align-items: center; font-weight: 600; font-size: 14px; margin-top: 6px; }
.hs-ccard__go .hs-ico { width: 18px; height: 18px; transition: transform .3s; }
.hs-ccard:hover .hs-ccard__go .hs-ico { transform: translateX(4px); }
.hs-ccard--1 { grid-column: 1 / 8; grid-row: 1 / 8; }
.hs-ccard--2 { grid-column: 8 / 13; grid-row: 2 / 10; }
.hs-ccard--3 { grid-column: 1 / 5; grid-row: 8 / 15; transform: rotate(-1.2deg); }
.hs-ccard--4 { grid-column: 5 / 10; grid-row: 9 / 14; }
.hs-ccard--5 { grid-column: 10 / 13; grid-row: 10 / 16; transform: rotate(1.6deg); }
.hs-ccard--4 .hs-ccard__label { left: auto; right: -14px; border-radius: 14px 4px 4px 14px; }
.hs-ccard--4 .hs-ccard__label::before { left: auto; right: 0; border-radius: 0 4px 4px 0; }
.hs-collage__tape { position: absolute; width: 120px; height: 34px; background: rgba(233, 212, 190, .78); z-index: 2; pointer-events: none; box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.hs-collage__tape--a { left: calc(58.3% - 60px); top: 44px; transform: rotate(-24deg); }
.hs-collage__tape--b { left: calc(33.3% - 50px); top: calc(64px * 8 + 24px * 8 - 20px); transform: rotate(18deg); }

/* =============================================================================================
   HOW-TO
   ============================================================================================= */
.hs-howto { background: var(--tissue); }
.hs-howto__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.hs-howto__film { position: sticky; top: calc(var(--header-h) + 24px); }
.hs-howto__frame { background: var(--paper); padding: 14px 14px 56px; border-radius: 6px; box-shadow: var(--shadow-lift); transform: rotate(-2deg); }
.hs-howto__frame video { width: 100%; aspect-ratio: 1104 / 816; object-fit: cover; border-radius: 3px; background: var(--blush); }
.hs-howto__sticker { position: absolute; right: -18px; bottom: 18px; width: 92px; height: 92px; border-radius: 50%; background: var(--tissue); display: grid; place-items: center; box-shadow: var(--shadow); transform: rotate(12deg); }
.hs-howto__sticker .hs-mark { width: 56px; height: 56px; }
.hs-steps { list-style: none; margin: 36px 0 24px; display: grid; gap: 14px; }
.hs-step { display: grid; grid-template-columns: 112px 1fr; gap: 20px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); padding: 14px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.hs-step:hover { transform: translateX(6px); box-shadow: var(--shadow); border-color: transparent; }
.hs-step__img img { aspect-ratio: 1; object-fit: cover; border-radius: 10px; width: 112px; }
.hs-step__t { font-family: var(--f-display); font-size: 26px; display: flex; align-items: center; gap: 12px; margin: 4px 0 6px; }
.hs-step__n { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ribbon); color: #fff; font: 700 15px var(--f-body); flex: none; }
.hs-step p { margin: 0 0 8px; color: var(--plum); font-size: 15.5px; }
.hs-step__used { font-family: var(--f-tag); font-size: 13px; color: var(--ribbon); text-decoration: none; border-bottom: 1px dashed currentColor; }

/* =============================================================================================
   BEST — staggered rail
   ============================================================================================= */
.hs-best { background: var(--blush-soft); overflow: hidden; }
.hs-best__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.hs-best__head .hs-h2 { margin: 0; }
.hs-best__rail { list-style: none; display: flex; gap: 24px; overflow-x: auto; scroll-padding-inline: max(var(--gut), calc((100vw - var(--wrap)) / 2)); padding: 8px max(var(--gut), calc((100vw - var(--wrap)) / 2)) 64px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--ribbon) transparent; cursor: grab; }
.hs-best__rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.hs-best__rail.is-dragging a, .hs-best__rail.is-dragging button { pointer-events: none; }
.hs-best__item { flex: none; width: clamp(240px, 23vw, 300px); scroll-snap-align: start; transform: translateY(calc(var(--o) * 48px)); }

/* =============================================================================================
   PRODUCT CARD
   ============================================================================================= */
.hs-card { position: relative; display: flex; flex-direction: column; height: 100%; }
.hs-card__media { position: relative; display: block; aspect-ratio: 4/5; border-radius: var(--r-m); overflow: hidden; background: var(--blush-soft); }
.hs-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .6s ease, transform 1s var(--ease); }
.hs-card__img--alt { opacity: 0; }
.hs-card:hover .hs-card__img--alt { opacity: 1; }
.hs-card:hover .hs-card__img { transform: scale(1.04); }
.hs-card__tag { position: absolute; left: 12px; top: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; background: var(--kraft-soft); color: var(--ink); font-family: var(--f-tag); font-size: 12.5px; padding: 6px 12px 6px 18px; clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%); transform-origin: left center; transform: rotate(-3deg); transition: transform .5s var(--ease); max-width: calc(100% - 24px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hs-card__hole { width: 6px; height: 6px; border-radius: 50%; background: var(--tissue); flex: none; margin-left: -8px; }
.hs-card:hover .hs-card__tag { transform: rotate(3deg); }
.hs-card__body { padding: 14px 4px 0; display: flex; flex-direction: column; flex: 1; }
.hs-card__cat { font-family: var(--f-tag); font-size: 12.5px; color: var(--plum); text-transform: uppercase; margin: 0 0 4px; letter-spacing: .02em; }
.hs-card__title { font: 600 16.5px/1.35 var(--f-body); margin: 0 0 8px; }
.hs-card__title a { text-decoration: none; }
.hs-card__title a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 4/5; }
.hs-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; }
.hs-card__price { color: var(--ribbon); font-weight: 700; font-size: 17px; }
.hs-card__add { position: relative; z-index: 2; display: inline-flex; align-items: center; height: 42px; min-width: 42px; padding: 0; border-radius: 999px; border: 1.5px solid var(--ink); background: var(--paper); color: var(--ink); overflow: hidden; transition: background .25s, color .25s, padding .35s var(--ease); }
.hs-card__plus { width: 39px; height: 39px; flex: none; position: relative; }
.hs-card__plus::before, .hs-card__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: currentColor; transform: translate(-50%, -50%); border-radius: 2px; transition: transform .3s; }
.hs-card__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.hs-card__addtxt { max-width: 0; overflow: hidden; white-space: nowrap; font-size: 14px; font-weight: 600; transition: max-width .4s var(--ease), padding .4s; }
.hs-card__add:hover, .hs-card__add:focus-visible { background: var(--ink); color: var(--tissue); }
.hs-card__add:hover .hs-card__addtxt, .hs-card__add:focus-visible .hs-card__addtxt { max-width: 140px; padding-right: 14px; }
.hs-card__add.is-busy .hs-card__plus::before { animation: hs-spin .8s linear infinite; }
.hs-card__add.is-done { background: var(--ribbon); border-color: var(--ribbon); color: #fff; }
.hs-card__add.is-done .hs-card__plus::before { width: 7px; transform: translate(-85%, 0) rotate(45deg); }
.hs-card__add.is-done .hs-card__plus::after { width: 13px; transform: translate(-30%, -30%) rotate(-50deg); }
@keyframes hs-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.hs-card--mini .hs-card__title { font-size: 15px; }
.hs-card .hs-price del { display: none; }
.hs-card .hs-price ins { text-decoration: none; }

/* warnings */
.hs-warn { background: var(--warn-bg); border: 1.5px solid #E7A36B; border-left-width: 6px; border-radius: var(--r-s); padding: 14px 16px; margin: 16px 0; font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.hs-warn__title { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; letter-spacing: .02em; }
.hs-warn__icon { width: 20px; height: 20px; fill: #A4480F; flex: none; }
.hs-warn__body { margin: 0 0 6px; }
.hs-warn__body:last-child { margin: 0; }
.hs-warn__en { margin: 8px 0 0; font-size: 13px; color: var(--plum); border-top: 1px dashed #E7A36B; padding-top: 8px; }
.hs-warn a { color: var(--ink); font-weight: 600; }
.hs-warn--compact { background: none; border: 0; padding: 0; margin: -2px 0 8px; font-size: 12.5px; color: #8A3B0C; display: flex; gap: 6px; align-items: flex-start; line-height: 1.4; }
.hs-warn--compact .hs-warn__icon { width: 15px; height: 15px; margin-top: 1px; }
.hs-warn--banner { margin: 0 0 28px; }

/* =============================================================================================
   PARTY CORNER
   ============================================================================================= */
.hs-corner { position: relative; min-height: clamp(520px, 78vh, 820px); display: grid; align-items: end; justify-items: end; padding: clamp(24px, 5vw, 72px); overflow: hidden; background: var(--blush); }
.hs-corner__media { position: absolute; inset: 0; }
.hs-corner__media video { width: 100%; height: 100%; object-fit: cover; }
.hs-corner__card { position: relative; background: var(--tissue); padding: clamp(24px, 3vw, 44px); max-width: 520px; border-radius: 4px var(--r-l) var(--r-l) var(--r-l); box-shadow: var(--shadow-lift); transform: rotate(-1.2deg); }
.hs-corner__card .hs-h2 { font-size: clamp(32px, 3.6vw, 52px); }
.hs-corner__card p { color: var(--plum); }
.hs-corner__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* =============================================================================================
   BUILDER
   ============================================================================================= */
.hs-builder { background: var(--paper); }
.hs-builder__head { margin-bottom: 48px; }
.hs-builder__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.hs-bgroup { border: 0; margin: 0 0 32px; padding: 0; min-width: 0; }
.hs-bgroup legend { font-family: var(--f-display); font-size: 28px; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding: 0; }
.hs-bgroup__n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ribbon); color: var(--ribbon); font: 700 15px var(--f-body); }
.hs-bgroup__opts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.hs-bopt { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 8px 8px 12px; border-radius: var(--r-m); border: 1.5px solid var(--line); background: #fff; cursor: pointer; transition: border-color .2s, transform .3s var(--ease), box-shadow .3s; }
.hs-bopt:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.hs-bopt input { position: absolute; opacity: 0; pointer-events: none; }
.hs-bopt:has(input:checked) { border-color: var(--ribbon); box-shadow: 0 0 0 3px rgba(179, 32, 58, .15); }
.hs-bopt:has(input:checked)::after { content: ""; position: absolute; top: 14px; right: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--ribbon) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12 4 4 8-8' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat; }
.hs-bopt:has(input:focus-visible) { outline: 3px solid var(--ribbon); outline-offset: 2px; }
.hs-bopt__img img { aspect-ratio: 1; object-fit: cover; border-radius: 10px; width: 100%; }
.hs-bopt__name { font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.hs-bopt__price { font-size: 14px; color: var(--ribbon); font-weight: 700; margin-top: auto; }
.hs-builder__preview { position: sticky; top: calc(var(--header-h) + 24px); background: var(--blush-soft); border-radius: var(--r-l); padding: 28px; box-shadow: var(--shadow); }
.hs-stack { position: relative; aspect-ratio: 1; margin-bottom: 24px; }
.hs-stack img { position: absolute; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-lift); transition: transform .6s var(--ease-out), opacity .3s; background: var(--paper); }
.hs-stack img[src=""], .hs-stack img:not([src]) { opacity: 0; }
.hs-stack__paper { width: 64%; aspect-ratio: 4/5; left: 2%; top: 4%; transform: rotate(-8deg); }
.hs-stack__box { width: 60%; aspect-ratio: 4/5; right: 2%; top: 10%; transform: rotate(5deg); z-index: 2; }
.hs-stack__ribbon { width: 38%; aspect-ratio: 1; left: 12%; bottom: 0; transform: rotate(6deg); z-index: 3; }
.hs-stack__tag { width: 30%; aspect-ratio: 1; right: 10%; bottom: 2%; transform: rotate(-10deg); z-index: 4; }
.hs-stack img.is-swap { animation: hs-pop .5s var(--ease-out); }
@keyframes hs-pop { 0% { transform: scale(.85) rotate(0); opacity: .3; } }
.hs-builder__total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px dashed var(--kraft); padding-top: 16px; margin-bottom: 16px; }
.hs-builder__total strong { font-size: 28px; color: var(--ribbon); }
.hs-builder__status { min-height: 1.5em; margin: 10px 0 0; text-align: center; }
.hs-builder__status a { color: var(--ribbon); font-weight: 600; }

/* =============================================================================================
   COLOURS
   ============================================================================================= */
.hs-colours { background: var(--tissue); }
.hs-colours__head { display: grid; grid-template-columns: 1fr auto; gap: 16px 40px; align-items: end; margin-bottom: 40px; }
.hs-colours__head .hs-kicker { grid-column: 1 / -1; }
.hs-colours__head .hs-h2 { margin: 0; }
.hs-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.hs-swatch { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 16px 0 6px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); font-weight: 600; font-size: 15px; transition: border-color .2s, transform .3s var(--ease); }
.hs-swatch__chip { width: 32px; height: 32px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(42,22,32,.12); }
.hs-swatch:hover { transform: translateY(-2px); }
.hs-swatch[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--tissue); }
.hs-colours__grid { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px 20px; }
.hs-colours__item { animation: hs-rise .5s var(--ease-out) both; }

/* =============================================================================================
   BRAND band
   ============================================================================================= */
.hs-brand { position: relative; background: var(--oxblood); color: var(--tissue); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: center; min-height: 640px; overflow: hidden; }
.hs-brand__img { align-self: stretch; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.hs-brand__img img { width: 100%; height: 100%; object-fit: cover; }
.hs-brand__copy { padding: clamp(40px, 6vw, 96px) clamp(24px, 5vw, 80px) clamp(40px, 6vw, 96px) 24px; max-width: 580px; }
.hs-brand__quote { font-family: var(--f-display); font-size: clamp(48px, 6vw, 92px); line-height: .95; margin-bottom: 24px; }
.hs-brand__copy p { color: rgba(251,244,236,.86); font-size: 17.5px; }
.hs-brand__tag { position: absolute; left: calc(58.3% - 150px); bottom: 36px; top: auto; width: clamp(120px, 13vw, 200px); transform: rotate(10deg); box-shadow: var(--shadow-lift); border-radius: 6px; overflow: hidden; border: 6px solid var(--tissue); animation: hs-sway 6s ease-in-out infinite; transform-origin: 50% 0; }
@keyframes hs-sway { 0%, 100% { transform: rotate(10deg); } 50% { transform: rotate(5deg); } }

/* =============================================================================================
   FACTS
   ============================================================================================= */
.hs-facts__grid { list-style: none; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; margin: 48px 0 24px; }
.hs-fact { border-radius: var(--r-m); padding: 28px; display: flex; flex-direction: column; gap: 10px; min-height: 230px; }
.hs-fact h3 { font-family: var(--f-display); font-size: 27px; margin: 10px 0 0; }
.hs-fact p { margin: 0; font-size: 16px; }
.hs-fact .hs-ico { width: 34px; height: 34px; }
.hs-fact--1 { grid-column: span 3; background: var(--blush); }
.hs-fact--2 { grid-column: span 3; background: var(--kraft-soft); transform: translateY(24px); }
.hs-fact--3 { grid-column: span 2; background: var(--paper); border: 1.5px solid var(--line); }
.hs-fact--4 { grid-column: span 2; background: var(--sage-soft); transform: translateY(-12px); }
.hs-fact--5 { grid-column: span 2; background: var(--ribbon); color: #fff; }
.hs-fact--5 .hs-ico { color: var(--blush); }

/* reveal on scroll */
[data-hs-reveal] { opacity: 0; translate: 0 28px; transition: opacity .8s var(--ease-out), translate .8s var(--ease-out); }
[data-hs-reveal].is-in { opacity: 1; translate: 0 0; }

/* =============================================================================================
   FOOTER
   ============================================================================================= */
.hs-footer { background: var(--oxblood-deep); color: var(--tissue); position: relative; margin-top: 0; }
.hs-footer__ribbon { height: 14px; background: linear-gradient(180deg, #d2324f, var(--ribbon) 40%, var(--ribbon-deep) 60%, var(--ribbon)); }
.hs-footer__inner { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding: 72px 0 48px; }
.hs-footer .hs-logo { color: var(--tissue); }
.hs-footer .hs-mark__band { fill: var(--oxblood-deep); }
.hs-footer .hs-mark__knot { stroke: var(--oxblood-deep); }
.hs-footer .hs-mark__bow { fill: var(--blush); }
.hs-footer__tagline { font-family: var(--f-display); font-size: 24px; line-height: 1.2; margin: 18px 0 28px; max-width: 20ch; }
.hs-footer__label { font-family: var(--f-tag); text-transform: uppercase; font-size: 13px; letter-spacing: .06em; color: var(--blush); margin: 0 0 14px; }
.hs-footer__contact { display: grid; gap: 10px; }
.hs-footer__contact a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; width: max-content; max-width: 100%; }
.hs-footer__contact a:hover, .hs-footer__col a:hover { color: var(--blush); }
.hs-footer__small { font-size: 14px; color: rgba(251,244,236,.7); margin: 4px 0 0; max-width: 36ch; }
.hs-footer__col ul { list-style: none; display: grid; gap: 10px; }
.hs-footer__col a { text-decoration: none; font-size: 15.5px; color: rgba(251,244,236,.9); }
.hs-footer__base { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; border-top: 1px solid rgba(251,244,236,.16); padding: 24px 0 32px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; font-size: 14px; color: rgba(251,244,236,.75); }
.hs-footer__base p { margin: 0; }
.hs-footer__withdraw { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid rgba(251,244,236,.5); border-radius: 999px; padding: 8px 16px; text-decoration: none; color: var(--tissue); font-weight: 600; }
.hs-footer__withdraw:hover { background: var(--tissue); color: var(--oxblood); }
.hs-footer__withdraw .hs-ico { width: 18px; height: 18px; }
.hs-footer__pay { display: inline-flex; align-items: center; gap: 8px; }
.hs-footer__pay .hs-ico { width: 18px; height: 18px; }

/* cookie & toast */
.hs-cookie { position: fixed; right: 16px; bottom: 16px; z-index: 90; max-width: 400px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--shadow-lift); padding: 18px 20px; display: flex; gap: 16px; align-items: center; font-size: 14.5px; animation: hs-rise .5s var(--ease-out); }
.hs-cookie p { margin: 0; }
.hs-toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 95; background: var(--ink); color: var(--tissue); padding: 14px 20px; border-radius: 999px; box-shadow: var(--shadow-lift); display: flex; gap: 14px; align-items: center; font-weight: 600; font-size: 15px; animation: hs-rise .4s var(--ease-out); max-width: calc(100vw - 32px); }
.hs-toast a { color: var(--blush); }

/* =============================================================================================
   ARCHIVE
   ============================================================================================= */
.hs-archhead { position: relative; min-height: clamp(340px, 46vh, 480px); display: grid; align-items: end; color: var(--tissue); overflow: hidden; background: var(--oxblood); }
.hs-archhead__img { position: absolute; inset: 0; }
.hs-archhead__img img { width: 100%; height: 100%; object-fit: cover; }
.hs-archhead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,5,12,.78), rgba(30,5,12,.35) 55%, rgba(30,5,12,.05)), linear-gradient(0deg, rgba(30,5,12,.5), transparent 60%); }
.hs-archhead__copy { position: relative; z-index: 2; padding: 40px 0 44px; }
.hs-archhead .hs-h1 { margin: 10px 0 12px; max-width: 16ch; }
.hs-archhead .hs-lead { color: rgba(251,244,236,.88); margin: 0 0 12px; }
.hs-archhead__count { font-family: var(--f-tag); font-size: 14px; margin: 0; color: var(--blush); }
.hs-archhead .hs-crumbs a, .hs-archhead .hs-crumbs span, .hs-pagehead .hs-crumbs a, .hs-pagehead .hs-crumbs span { color: rgba(251,244,236,.85); }
.hs-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: 14px; }
.hs-crumbs li { display: inline-flex; align-items: center; gap: 6px; }
.hs-crumbs li + li::before { content: "/"; opacity: .5; }
.hs-crumbs a { text-decoration: none; }
.hs-crumbs a:hover { text-decoration: underline; }
.hs-shop { padding: 32px 0 96px; }
.hs-chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 18px; margin-bottom: 12px; scrollbar-width: none; }
.hs-chips::-webkit-scrollbar { display: none; }
.hs-chip { flex: none; display: inline-flex; align-items: center; height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); text-decoration: none; font-weight: 600; font-size: 15px; white-space: nowrap; transition: background .2s, border-color .2s; }
.hs-chip:hover { border-color: var(--ink); color: var(--ink); }
.hs-chip[aria-current="page"] { background: var(--ink); color: var(--tissue); border-color: var(--ink); }
.hs-shop__bar { display: flex; justify-content: flex-end; align-items: center; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.hs-shop__bar .woocommerce-notices-wrapper { flex: 1 1 100%; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select, .hs-select { height: 44px; padding: 0 40px 0 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 10 5 5 5-5' fill='none' stroke='%232A1620' stroke-width='2'/%3E%3C/svg%3E") right 12px center/18px no-repeat; appearance: none; font-size: 15px; font-weight: 500; }
.hs-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 28px; }
.hs-grid__item:nth-child(3n+2) { transform: translateY(36px); }
.hs-grid__inspo { grid-column: span 2; }
.hs-inspo { position: relative; display: block; height: 100%; min-height: 420px; border-radius: var(--r-l); overflow: hidden; text-decoration: none; color: var(--tissue); }
.hs-inspo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.hs-inspo:hover img { transform: scale(1.04); }
.hs-inspo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(30,5,12,.82), rgba(30,5,12,.1) 65%); }
.hs-inspo__copy { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 32px; display: grid; gap: 8px; justify-items: start; }
.hs-inspo__t { font-family: var(--f-display); font-size: clamp(30px, 3vw, 44px); line-height: 1.05; }
.hs-inspo__d { max-width: 44ch; color: rgba(251,244,236,.88); }
.hs-inspo:hover { color: var(--tissue); }
.hs-empty { text-align: center; padding: 60px 0; }
.woocommerce-pagination { margin-top: 80px; }
.woocommerce-pagination ul { list-style: none; display: flex; justify-content: center; gap: 8px; border: 0 !important; }
.woocommerce-pagination li { border: 0 !important; }
.woocommerce-pagination ul.page-numbers { display: flex; min-width: 0; height: auto; padding: 0; border-radius: 0; background: none; }
.woocommerce-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 999px; border: 1.5px solid var(--line); text-decoration: none; font-weight: 600; background: var(--paper); }
.woocommerce-pagination .page-numbers.current { background: var(--ink); color: var(--tissue); border-color: var(--ink); }

/* =============================================================================================
   PRODUCT PAGE
   ============================================================================================= */
.hs-pdp { padding: 24px 0 96px; }
.hs-pdp > .hs-crumbs { margin-bottom: 24px; }
.hs-pdp div.product { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: start; position: relative; }
.hs-pdp .woocommerce-product-gallery { min-width: 0; position: relative; grid-column: 1; grid-row: 1 / span 2; margin: 0; opacity: 1 !important; }
.hs-pdp .woocommerce-product-gallery__wrapper { margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.hs-pdp .woocommerce-product-gallery__image { margin: 0; width: 88px; }
.hs-pdp .woocommerce-product-gallery__image:first-child { width: 100%; border-radius: var(--r-l); overflow: hidden; background: var(--blush-soft); position: relative; }
.hs-pdp .woocommerce-product-gallery__image:first-child img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.hs-pdp .woocommerce-product-gallery__image:not(:first-child) a { display: block; border-radius: 10px; overflow: hidden; border: 2px solid transparent; transition: border-color .2s; }
.hs-pdp .woocommerce-product-gallery__image:not(:first-child) a:hover { border-color: var(--ribbon); }
.hs-pdp .woocommerce-product-gallery__image:not(:first-child) img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.hs-pdp .woocommerce-product-gallery__trigger { position: absolute; top: 16px; right: 16px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; box-shadow: var(--shadow); font-size: 0; text-decoration: none; }
.hs-pdp .woocommerce-product-gallery__trigger::before { content: ""; width: 16px; height: 16px; border: 2px solid var(--ink); border-radius: 50%; }
.hs-pdp .woocommerce-product-gallery__trigger::after { content: ""; position: absolute; width: 2px; height: 8px; background: var(--ink); transform: translate(8px, 8px) rotate(-45deg); }
.hs-pdp .woocommerce-product-gallery__trigger img { display: none; }
.hs-pdp .summary { grid-column: 2; position: sticky; top: calc(var(--header-h) + 20px); }
.hs-pdp .product_title { font-family: var(--f-display); font-size: clamp(32px, 3.4vw, 50px); line-height: 1.05; margin: 0 0 16px; }
.hs-pdp .summary .price { font-size: 26px; color: var(--ribbon); font-weight: 700; margin: 0 0 16px; }
.hs-pdp .woocommerce-product-details__short-description { color: var(--plum); font-size: 17px; }
.hs-feats { list-style: none; display: grid; gap: 8px; margin: 18px 0; }
.hs-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.hs-feats li::before { content: ""; width: 14px; height: 14px; flex: none; margin-top: 5px; background: var(--ribbon); clip-path: path("M7 13C4 10.6 0 8 0 4.2 0 1.8 1.9 0 4.1 0 5.3 0 6.3.6 7 1.5 7.6.6 8.6 0 9.9 0 12.1 0 14 1.8 14 4.2 14 8 10 10.6 7 13z"); }
.hs-pdp form.cart { display: flex; gap: 12px; align-items: stretch; margin: 24px 0 8px; flex-wrap: wrap; }
.quantity { display: inline-flex; }
.quantity .qty { width: 84px; height: 56px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; text-align: center; font-size: 17px; font-weight: 600; -moz-appearance: textfield; }
.hs-pdp .single_add_to_cart_button, .woocommerce-cart .checkout-button, #place_order, .woocommerce button.button, .woocommerce a.button, .woocommerce .button, .wc-block-components-button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 56px; padding: 14px 28px; border-radius: 999px; border: 0; background: var(--ribbon); color: #fff !important; font: 600 17px var(--f-body); text-decoration: none; cursor: pointer; transition: background .25s, transform .25s var(--ease); }
.hs-pdp .single_add_to_cart_button { flex: 1; min-width: 200px; }
.hs-pdp .single_add_to_cart_button:hover, .woocommerce .button:hover, #place_order:hover { background: var(--ribbon-deep); transform: translateY(-2px); }
.woocommerce .button.alt { background: var(--ribbon); }
.woocommerce a.button.wc-forward, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button { min-height: 40px; padding: 8px 16px; font-size: 15px; background: var(--ink); }
.woocommerce .button:disabled, .woocommerce .button.disabled { opacity: .5; cursor: not-allowed; }
.hs-buynote { list-style: none; margin: 20px 0 0; display: grid; gap: 8px; font-size: 14px; color: var(--plum); border-top: 1px dashed var(--kraft); padding-top: 16px; }
.hs-buynote li { padding-left: 22px; position: relative; }
.hs-buynote li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--kraft); }
.hs-pdp .stock { font-size: 14px; color: var(--plum); }
.woocommerce-tabs { grid-column: 1 / -1; margin-top: 64px; }
.wc-tabs { list-style: none; display: flex; gap: 6px; border-bottom: 1.5px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.wc-tabs li { flex: none; }
.wc-tabs li a { display: block; padding: 14px 18px; text-decoration: none; font-weight: 600; border-bottom: 3px solid transparent; margin-bottom: -1.5px; white-space: nowrap; color: var(--plum); }
.wc-tabs li.active a { border-color: var(--ribbon); color: var(--ink); }
.woocommerce-Tabs-panel { padding: 28px 0; max-width: 820px; }
.woocommerce-Tabs-panel ul { padding-left: 1.2em; margin: 0 0 1em; }
.woocommerce-Tabs-panel li { margin: .3em 0; }
.hs-specs { display: grid; gap: 0; margin: 0 0 16px; border-top: 1px solid var(--line); }
.hs-specs > div { display: grid; grid-template-columns: minmax(120px, 220px) 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hs-specs dt { font-family: var(--f-tag); font-size: 14px; color: var(--plum); text-transform: uppercase; }
.hs-specs dd { margin: 0; }
.hs-tabnote { margin-top: 20px; }
.related.products { grid-column: 1 / -1; margin-top: 56px; }
.related.products > h2 { font-family: var(--f-display); font-size: clamp(30px, 3.4vw, 48px); margin-bottom: 28px; }
.related.products ul.products { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.woocommerce-breadcrumb { display: none; }

/* notices */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner { list-style: none; margin: 0 0 24px; padding: 16px 20px; border-radius: var(--r-m); background: var(--paper); border: 1.5px solid var(--line); border-left: 6px solid var(--sage); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; font-size: 15.5px; }
.woocommerce-error { border-left-color: var(--ribbon); background: #FFF4F2; display: block; }
.woocommerce-error li { margin: 2px 0; }
.woocommerce-message { border-left-color: var(--ribbon); }
.woocommerce-message::before, .woocommerce-info::before { display: none; }

/* =============================================================================================
   CART & CHECKOUT (classic)
   ============================================================================================= */
.hs-woo-page { padding: 40px 0 96px; }
.hs-woo-page__title { margin-bottom: 28px; }
.hs-freebar { background: var(--blush-soft); border-radius: var(--r-m); padding: 16px 20px; margin-bottom: 24px; }
.hs-freebar p { margin: 0 0 10px; font-weight: 600; }
.hs-freebar .hs-small { margin: 10px 0 0; font-weight: 400; }
.hs-freebar__track { height: 10px; border-radius: 10px; background: #fff; overflow: hidden; }
.hs-freebar__track span { display: block; height: 100%; background: repeating-linear-gradient(-45deg, var(--ribbon) 0 10px, #c53350 10px 20px); border-radius: 10px; transition: width .6s var(--ease); }
.hs-freebar.is-done .hs-freebar__track span { background: var(--ribbon); }
.woocommerce-cart-form { margin-bottom: 40px; }
table.shop_table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); overflow: hidden; font-size: 16px; }
table.shop_table th, table.shop_table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.shop_table thead th { font-family: var(--f-tag); font-size: 13px; text-transform: uppercase; color: var(--plum); font-weight: 400; background: var(--tissue); }
table.shop_table tr:last-child td { border-bottom: 0; }
table.shop_table .product-thumbnail img { width: 84px; border-radius: 10px; aspect-ratio: 4/5; object-fit: cover; }
table.shop_table .product-name a { font-weight: 600; text-decoration: none; }
table.shop_table .product-remove a { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; text-decoration: none; font-size: 22px; color: var(--plum) !important; background: var(--tissue); }
table.shop_table .product-remove a:hover { background: var(--ribbon); color: #fff !important; }
table.shop_table .product-price, table.shop_table .product-subtotal { font-weight: 600; }
table.shop_table td.actions { background: var(--tissue); }
table.shop_table td.actions .coupon { display: none; }
table.shop_table td.actions .button { float: right; min-height: 44px; font-size: 15px; background: var(--ink); }
.cart-collaterals { display: flex; justify-content: flex-end; }
.cart_totals { width: min(100%, 480px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-l); padding: 28px; }
.cart_totals h2 { font-family: var(--f-display); font-size: 32px; }
.cart_totals table.shop_table { border: 0; background: none; }
.cart_totals table.shop_table th, .cart_totals table.shop_table td { padding: 14px 0; }
.cart_totals .order-total td, .cart_totals .order-total th { font-size: 20px; }
.cart_totals .order-total .amount { color: var(--ribbon); }
.wc-proceed-to-checkout .checkout-button { width: 100%; margin-top: 12px; }
.woocommerce-shipping-methods { list-style: none; }
.woocommerce-shipping-destination, .woocommerce-shipping-calculator { font-size: 14px; color: var(--plum); }
.shipping-calculator-button { color: var(--ribbon); }
.cart-empty { font-family: var(--f-display); font-size: 30px; }
.return-to-shop .button { background: var(--ink); }

/* forms */
.woocommerce form .form-row, .hs-form__row { margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.woocommerce form .form-row label, .hs-form label { font-size: 14.5px; font-weight: 600; }
.woocommerce form .form-row .required { color: var(--ribbon); text-decoration: none; border: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .hs-form input[type=text], .hs-form input[type=email], .hs-form textarea, .select2-container .select2-selection--single {
	width: 100%; min-height: 50px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; padding: 12px 14px; font-size: 16px; transition: border-color .2s, box-shadow .2s;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .hs-form input:focus, .hs-form textarea:focus { outline: none; border-color: var(--ribbon); box-shadow: 0 0 0 3px rgba(179,32,58,.15); }
.woocommerce form .form-row.woocommerce-invalid input.input-text { border-color: var(--ribbon); }
.select2-container .select2-selection--single { display: flex; align-items: center; height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1.3; padding: 0; color: var(--ink); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; right: 8px; }
.select2-dropdown { border: 1.5px solid var(--line) !important; border-radius: 12px !important; overflow: hidden; }
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background: var(--ribbon) !important; }
.select2-search__field { border-radius: 8px; border: 1px solid var(--line) !important; min-height: 40px; }
.woocommerce-checkout .col2-set, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { display: block; }
form.checkout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); grid-template-rows: auto 1fr; gap: 20px clamp(24px, 4vw, 64px); align-items: start; }
form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
form.checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
form.checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; font-family: var(--f-display); font-size: 32px; }
form.checkout #order_review { grid-column: 2; grid-row: 2; position: sticky; top: calc(var(--header-h) + 20px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-l); padding: 24px; }
form.checkout h3 { font-family: var(--f-display); font-size: 28px; margin: 8px 0 16px; }
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-row-wide, #billing_country_field, #shipping_country_field, #billing_address_1_field, #billing_address_2_field, #shipping_address_1_field, #shipping_address_2_field, #billing_email_field, #order_comments_field { grid-column: 1 / -1; }
#ship-to-different-address { font-size: 18px; font-family: var(--f-body); font-weight: 600; }
#ship-to-different-address label { display: flex; gap: 10px; align-items: center; cursor: pointer; }
.woocommerce-checkout-review-order-table { border: 0 !important; background: none !important; font-size: 15px; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 12px 0 !important; }
.woocommerce-checkout-review-order-table .order-total .amount { color: var(--ribbon); font-size: 20px; }
#payment { background: var(--tissue); border-radius: var(--r-m); padding: 16px; margin-top: 16px; }
#payment ul.payment_methods { list-style: none; margin: 0 0 12px; padding: 0; }
#payment ul.payment_methods li { list-style: none; }
#payment .woocommerce-info, #payment .woocommerce-notice { margin: 0 0 12px; border-left-color: var(--kraft); font-size: 14.5px; display: block; }
#payment .place-order { padding: 0; margin: 0; }
#place_order { width: 100%; margin-top: 12px; }
.woocommerce-terms-and-conditions-wrapper { font-size: 14.5px; }
.woocommerce-terms-and-conditions-wrapper .form-row { flex-direction: row; }
.woocommerce-form__label-for-checkbox { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.woocommerce-form__label-for-checkbox input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--ribbon); flex: none; }
.woocommerce-privacy-policy-text p { font-size: 13.5px; color: var(--plum); }
.hs-checkout-legal { font-size: 13.5px; color: var(--plum); border-top: 1px dashed var(--kraft); padding-top: 12px; margin-top: 8px; }
.hs-checkout-legal p { margin: 0 0 6px; }
.hs-checkout-legal a { color: var(--ink); }
.hs-secure { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; color: var(--plum); margin: 12px 0 0; }
.hs-secure .hs-ico { width: 18px; height: 18px; margin-top: 1px; }
.woocommerce-form-coupon-toggle { display: none; }
.woocommerce-order { background: var(--paper); border-radius: var(--r-l); padding: 32px; border: 1px solid var(--line); }
.woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 16px 32px; padding: 0; }

/* =============================================================================================
   CONTENT PAGES
   ============================================================================================= */
.hs-pagehead { position: relative; min-height: clamp(300px, 40vh, 420px); display: grid; align-items: end; color: var(--tissue); overflow: hidden; background: var(--oxblood); }
.hs-pagehead__img { position: absolute; inset: 0; }
.hs-pagehead__img img { width: 100%; height: 100%; object-fit: cover; }
.hs-pagehead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,5,12,.8), rgba(30,5,12,.3) 60%, rgba(30,5,12,.1)), linear-gradient(0deg, rgba(30,5,12,.45), transparent 50%); }
.hs-pagehead__copy { position: relative; z-index: 2; padding: 36px 0 40px; }
.hs-pagehead .hs-h1 { margin: 12px 0 0; max-width: 18ch; }
.hs-pagehead--plain { min-height: 0; background: var(--blush-soft); color: var(--ink); }
.hs-pagehead--plain::after { display: none; }
.hs-pagehead--plain .hs-crumbs a, .hs-pagehead--plain .hs-crumbs span { color: var(--plum); }
.hs-page__body { padding: clamp(40px, 6vw, 80px) 0 clamp(64px, 8vw, 120px); }
.hs-page__body--toc { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.hs-toc { position: sticky; top: calc(var(--header-h) + 24px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); padding: 20px; font-size: 14.5px; max-height: calc(100vh - var(--header-h) - 48px); overflow: auto; }
.hs-toc__t { font-family: var(--f-tag); text-transform: uppercase; font-size: 13px; color: var(--ribbon); margin: 0 0 10px; }
.hs-toc ol { list-style: none; display: grid; gap: 4px; counter-reset: toc; }
.hs-toc li { counter-increment: toc; }
.hs-toc a { display: flex; gap: 8px; text-decoration: none; padding: 6px 8px; border-radius: 8px; color: var(--plum); line-height: 1.35; }
.hs-toc a::before { content: counter(toc, decimal-leading-zero); font-family: var(--f-tag); font-size: 12px; color: var(--kraft); padding-top: 2px; }
.hs-toc a:hover, .hs-toc a.is-active { background: var(--blush-soft); color: var(--ink); }
.hs-prose { max-width: 760px; font-size: 17px; }
.hs-prose > *:first-child { margin-top: 0; }
.hs-prose h2 { font-family: var(--f-display); font-size: clamp(28px, 2.8vw, 38px); margin: 2em 0 .6em; scroll-margin-top: calc(var(--header-h) + 24px); }
.hs-prose h3 { font: 700 19px/1.3 var(--f-body); margin: 1.6em 0 .5em; }
.hs-prose p, .hs-prose li { color: #3b2530; }
.hs-prose ul, .hs-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.hs-prose li { margin: .35em 0; }
.hs-prose li::marker { color: var(--ribbon); }
.hs-prose a { color: var(--ribbon); font-weight: 600; }
.hs-prose strong { color: var(--ink); }
.hs-prose table { width: 100%; border-collapse: collapse; margin: 1em 0 1.6em; font-size: 15.5px; display: block; overflow-x: auto; }
.hs-prose th, .hs-prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.hs-prose th { font-family: var(--f-tag); font-weight: 400; text-transform: uppercase; font-size: 13px; color: var(--plum); background: var(--paper); }
.hs-prose blockquote { margin: 1.4em 0; padding: 20px 24px; background: var(--paper); border-left: 5px solid var(--ribbon); border-radius: 0 var(--r-m) var(--r-m) 0; }
.hs-prose .hs-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); padding: 22px 24px; margin: 1.4em 0; }
.hs-prose .hs-box--warn { background: var(--warn-bg); border-color: #E7A36B; border-left: 6px solid #E7A36B; }
.hs-prose .hs-box--form { font-family: var(--f-tag); font-size: 15px; line-height: 1.7; white-space: pre-line; }
.hs-prose dl.hs-facts-list { display: grid; grid-template-columns: minmax(140px, 240px) 1fr; border-top: 1px solid var(--line); margin: 1em 0 1.6em; }
.hs-prose dl.hs-facts-list dt, .hs-prose dl.hs-facts-list dd { padding: 12px 0; border-bottom: 1px solid var(--line); margin: 0; }
.hs-prose dl.hs-facts-list dt { font-family: var(--f-tag); text-transform: uppercase; font-size: 13.5px; color: var(--plum); padding-right: 16px; }
.hs-prose .hs-updated { font-family: var(--f-tag); font-size: 14px; color: var(--plum); }
.hs-prose details { border: 1px solid var(--line); border-radius: var(--r-m); background: var(--paper); margin: 10px 0; }
.hs-prose summary { cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 600; list-style: none; position: relative; }
.hs-prose summary::-webkit-details-marker { display: none; }
.hs-prose summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--ribbon); border-bottom: 2px solid var(--ribbon); transform: translateY(-70%) rotate(45deg); transition: transform .3s; }
.hs-prose details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.hs-prose details > *:not(summary) { padding: 0 20px; }
.hs-prose details > *:last-child { padding-bottom: 16px; }
.hs-prose .hs-contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 1em 0 2em; }
.hs-prose .hs-contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); padding: 22px; }
.hs-prose .hs-contact-card strong { display: block; font-family: var(--f-tag); font-weight: 400; text-transform: uppercase; font-size: 13px; color: var(--plum); margin-bottom: 6px; }
.hs-prose .hs-contact-card a { font-size: 19px; word-break: break-word; }
.hs-prose figure { margin: 1.6em 0; }
.hs-prose figure img { border-radius: var(--r-m); }
.hs-prose figcaption { font-size: 14px; color: var(--plum); margin-top: 8px; }

/* withdrawal form */
.hs-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(20px, 3vw, 32px); margin: 1.4em 0; }
.hs-form__row--half { display: grid !important; grid-template-columns: 1fr 1fr; gap: 16px; }
.hs-form__row--half > div { display: flex; flex-direction: column; gap: 6px; }
.hs-form__hint { font-size: 14px; color: var(--plum); }
.hs-hp { position: absolute; left: -9999px; }
.hs-form-error { background: #FFF4F2; border-left: 6px solid var(--ribbon); padding: 14px 18px; border-radius: 8px; }
.hs-withdraw-done { background: var(--sage-soft); border-radius: var(--r-l); padding: 28px; margin: 1.4em 0; }
.hs-withdraw-done h2 { margin-top: 0 !important; }

/* 404 */
.hs-404 { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; align-items: center; }
.hs-404__art { height: 100%; }
.hs-404__art img { width: 100%; height: 100%; object-fit: cover; }
.hs-404__copy { padding: clamp(32px, 6vw, 96px); display: grid; gap: 16px; justify-items: start; }
.hs-404__copy .hs-search__form { width: 100%; margin: 0; }

/* =============================================================================================
   RESPONSIVE
   ============================================================================================= */
@media (max-width: 1240px) {
	.hs-nav { display: none; }
	.hs-header__menu { display: inline-grid; }
	.hs-header__inner { gap: 8px; }
	.hs-logo { margin-right: auto; }
	.hs-footer__inner { grid-template-columns: 1fr 1fr; }
	.hs-footer__brand { grid-column: 1 / -1; }
	.hs-colours__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.hs-bgroup__opts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
	.hs-howto__grid, .hs-builder__grid { grid-template-columns: 1fr; }
	.hs-howto__film { position: relative; top: 0; max-width: 460px; }
	.hs-builder__preview { position: relative; top: 0; }
	.hs-brand { grid-template-columns: 1fr; }
	.hs-brand__img { clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); height: 56vw; }
	.hs-brand__copy { padding: 40px var(--gut) 64px; }
	.hs-brand__tag { top: 16px; bottom: auto; left: auto; right: 16px; width: 104px; }
	.hs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 18px; }
	.hs-grid__item:nth-child(3n+2) { transform: none; }
	.hs-grid__item:nth-child(even) { transform: translateY(28px); }
	.hs-grid__inspo { grid-column: 1 / -1; }
	.hs-pdp div.product { grid-template-columns: minmax(0, 1fr); }
	.hs-pdp .woocommerce-product-gallery, .hs-pdp .summary { grid-column: 1; grid-row: auto; position: relative; top: 0; }
	.related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	form.checkout { grid-template-columns: 1fr; }
	form.checkout #customer_details, form.checkout #order_review_heading, form.checkout #order_review { grid-column: 1; grid-row: auto; position: relative; top: 0; }
	form.checkout { grid-template-rows: none; }
	.hs-page__body--toc { grid-template-columns: 1fr; }
	.hs-toc { position: relative; top: 0; max-height: none; }
	.hs-404 { grid-template-columns: 1fr; }
	.hs-404__art { height: 40vh; }
	.hs-collage__head { grid-template-columns: 1fr; }
	.hs-collage__head .hs-lead { margin-top: 16px; }
	.hs-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hs-fact--1, .hs-fact--2, .hs-fact--3, .hs-fact--4 { grid-column: span 1; transform: none; }
	.hs-fact--5 { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	:root { --header-h: 64px; --announce-h: 34px; }
	body { font-size: 16px; }
	.hs-logo__word { font-size: 20px; }
	.hs-mark { width: 32px; height: 32px; }
	.hs-region__btn { padding: 0 10px; height: 38px; }
	.hs-region__btn .hs-ico, .hs-region__sep, .hs-region__lang { display: none; }
	.hs-header__tools { gap: 0; }
	.hs-iconbtn { width: 42px; height: 42px; }
	.hs-announce { font-size: 13px; }

	.hs-hero { height: clamp(600px, calc(100svh - var(--header-h) - var(--announce-h)), 860px); }
	.hs-hero__media img, .hs-hero__video { object-position: 50% 60%; }
	.hs-hero__shade { background: linear-gradient(180deg, rgba(30,5,12,.86) 0%, rgba(30,5,12,.6) 40%, rgba(30,5,12,.1) 72%, rgba(30,5,12,.35) 100%); }
	.hs-half::after { background: linear-gradient(180deg, rgba(30,5,12,.86) 0%, rgba(30,5,12,.6) 40%, rgba(30,5,12,.1) 72%); }
	.hs-half { background-position: 50% 60%; }
	.hs-hero__copy { left: var(--gut); right: var(--gut); width: auto; top: 28px; transform: none; }
	.hs-hero__title { font-size: clamp(56px, 17vw, 88px); margin-bottom: 16px; }
	.hs-hero__lead { font-size: 15.5px; margin-bottom: 20px; }
	.hs-hero__ctas .hs-btn { min-height: 50px; padding: 12px 20px; font-size: 15.5px; }
	.hs-bow { width: 108px; height: 76px; }
	.hs-bow__tag { font-size: 17px; }
	.hs-pull__hint { font-size: 11.5px; }
	.hs-pull__knob { width: 46px; height: 46px; }
	.hs-pull { display: none; }
	.hs-hero__inside { align-content: center; }
	.hs-hero__pile { position: relative; height: auto; width: 100%; margin: 0; display: flex; gap: 16px; overflow-x: auto; padding: 24px 16px 40px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.hs-hero__pile::-webkit-scrollbar { display: none; }
	.hs-pile { position: relative; left: auto !important; top: auto !important; flex: none; width: 60vw; scroll-snap-align: center; }
	.hs-pile:nth-child(even) { margin-top: 26px; }
	.hs-pile a { padding: 8px 8px 12px; }
	.hs-pile__tag { font-size: 12.5px; margin-top: 8px; }
	.hs-hero__inside-title { top: 3.5%; font-size: 22px; white-space: normal; text-align: center; width: 90%; }
	.hs-hero__rewrap { bottom: 3%; }

	.hs-moments__head { grid-template-columns: 1fr; }
	.hs-mtag { width: 64vw; }

	.hs-collage__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 18px; }
	.hs-ccard { grid-column: 1 / -1 !important; grid-row: auto !important; transform: none !important; }
	.hs-ccard__img { aspect-ratio: 4/3; height: auto; }
	.hs-ccard--2, .hs-ccard--3, .hs-ccard--5 { grid-column: span 1 !important; }
	.hs-ccard--2 .hs-ccard__img, .hs-ccard--3 .hs-ccard__img, .hs-ccard--5 .hs-ccard__img { aspect-ratio: 4/5; }
	.hs-ccard--3 { grid-column: 2 !important; margin-top: 40px; }
	.hs-ccard--2 { grid-column: 1 !important; }
	.hs-ccard--5 { grid-column: 1 / -1 !important; }
	.hs-ccard--5 .hs-ccard__img { aspect-ratio: 16/10; }
	.hs-ccard__label { position: relative; left: 0 !important; right: auto !important; bottom: auto; margin: -28px 10px 0; padding: 12px 14px 12px 18px; max-width: none; }
	.hs-ccard--2 .hs-ccard__desc, .hs-ccard--3 .hs-ccard__desc { display: none; }
	.hs-ccard__name { font-size: 21px; }
	.hs-collage__tape { display: none; }

	.hs-howto__sticker { right: 8px; width: 72px; height: 72px; }
	.hs-step { grid-template-columns: 76px 1fr; gap: 14px; }
	.hs-step__img img { width: 76px; }
	.hs-step__t { font-size: 22px; }
	.hs-best__item { width: 68vw; }
	.hs-corner { padding: 16px; min-height: 0; display: block; }
	.hs-corner__media { position: relative; height: 62vw; margin: -16px -16px 0; }
	.hs-corner__card { margin-top: -48px; }
	.hs-colours__head { grid-template-columns: 1fr; }
	.hs-colours__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
	.hs-swatches { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; scrollbar-width: none; }
	.hs-swatch { flex: none; }
	.hs-builder__preview { padding: 20px; }
	.hs-bgroup__opts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.hs-bgroup legend { font-size: 24px; }
	.hs-facts__grid { grid-template-columns: 1fr; }
	.hs-fact { min-height: 0; }
	.hs-fact--5 { grid-column: auto; }

	.hs-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding-top: 56px; }
	.hs-footer__base { flex-direction: column; align-items: flex-start; }
	.hs-cookie { left: 12px; right: 12px; bottom: 12px; max-width: none; flex-direction: column; align-items: stretch; }

	.hs-grid { gap: 32px 14px; }
	.hs-card__title { font-size: 15px; }
	.hs-card__price { font-size: 15.5px; }
	.hs-card__tag { font-size: 11px; }
	.hs-card__add:hover .hs-card__addtxt { max-width: 0; padding: 0; }
	.hs-inspo { min-height: 360px; }
	.hs-inspo__copy { padding: 22px; }

	.hs-specs > div { grid-template-columns: 1fr; gap: 2px; }
	.hs-pdp .woocommerce-product-gallery__wrapper { gap: 10px; }
	.hs-pdp .woocommerce-product-gallery__image { width: 68px; }
	.related.products ul.products { gap: 20px 14px; }
	.hs-woo-page { padding-top: 28px; }
	table.shop_table_responsive thead { display: none; }
	table.shop_table_responsive tr { display: grid; grid-template-columns: 84px 1fr 34px; gap: 4px 12px; padding: 14px; border-bottom: 1px solid var(--line); position: relative; }
	table.shop_table_responsive tr td { padding: 0; border: 0; display: block; text-align: left !important; }
	table.shop_table_responsive tr td::before { content: attr(data-title) ": "; font-size: 13px; color: var(--plum); }
	table.shop_table_responsive tr td.product-thumbnail { grid-row: 1 / span 4; grid-column: 1; }
	table.shop_table_responsive tr td.product-thumbnail::before, table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.product-name::before, table.shop_table_responsive tr td.actions::before { display: none; }
	table.shop_table_responsive tr td.product-remove { grid-column: 3; grid-row: 1; }
	table.shop_table_responsive tr td.product-name, table.shop_table_responsive tr td.product-price, table.shop_table_responsive tr td.product-quantity, table.shop_table_responsive tr td.product-subtotal { grid-column: 2; }
	table.shop_table_responsive tr td.actions { grid-column: 1 / -1; }
	table.shop_table_responsive tr td.actions .button { float: none; width: 100%; }
	table.shop_table_responsive tr:last-child { border-bottom: 0; }
	.cart_totals table.shop_table_responsive tr { display: flex; justify-content: space-between; padding: 12px 0; grid-template-columns: none; }
	.cart_totals table.shop_table_responsive tr td::before { display: none; }
	.cart_totals table.shop_table_responsive th { display: block; padding: 0; border: 0; }
	.cart_totals { padding: 20px; }
	.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
	form.checkout #order_review { padding: 18px; }
	.hs-prose .hs-contact-cards { grid-template-columns: 1fr; }
	.hs-prose dl.hs-facts-list { grid-template-columns: 1fr; }
	.hs-prose dl.hs-facts-list dt { border-bottom: 0; padding-bottom: 0; }
	.hs-form__row--half { grid-template-columns: 1fr; }
	.hs-toast { bottom: 16px; border-radius: 16px; flex-wrap: wrap; justify-content: center; }
}

@media (hover: none) {
	.hs-card__img--alt { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.hs-announce__track { animation: none; }
	[data-hs-reveal] { opacity: 1; translate: none; }
	.hs-hero__w, .hs-hero__lead, .hs-hero__ctas { opacity: 1; transform: none; }
}
