/* =========================================================================
   TH.GUIDES PRESS — "I'm Dead, Now What?"  ·  theme styles
   Quiet futurism: charcoal ground, gold + sage accents, literary serif.
   Ported 1:1 from the design_reference/*.dc.html handoff.
   WCAG AA+ contrast pairs are documented in README (verified).
   ========================================================================= */

:root {
	--thg-ground: #101312;
	--thg-ground-deep: #0C0F0E;
	--thg-ink-strong: #EDEFEA;
	--thg-ink: #C2C8C0;
	--thg-ink-soft: #A9B1A8;
	--thg-muted: #8E978D;
	--thg-gold: #D8C69A;
	--thg-gold-hover: #E6D8B4;
	--thg-sage: #A9B8A0;
	--thg-paper: #F4F3EE;
	--thg-hairline: rgba(255, 255, 255, 0.08);
	--thg-hairline-soft: rgba(255, 255, 255, 0.1);
	--thg-gold-line: rgba(216, 198, 154, 0.18);
	--thg-gold-line-strong: rgba(216, 198, 154, 0.55);
	--thg-surface: rgba(255, 255, 255, 0.02);
	--thg-surface-2: rgba(255, 255, 255, 0.035);
	--thg-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--thg-body: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--thg-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--thg-harmonize: brightness(0.9) contrast(0.92) sepia(0.14) saturate(0.85);
	--thg-harmonize-img: brightness(0.85) contrast(0.95) sepia(0.14) saturate(0.9);
	--thg-book-tone: brightness(0.94) contrast(0.94) sepia(0.1) saturate(0.9);
}

/* -------------------------------------------------------------- base ---- */
/* Use `clip`, never `hidden`, for horizontal-overflow control. `overflow: hidden`
   turns the element into a scroll container; if BOTH html and body become scroll
   containers (WordPress/plugins often add `html{overflow-x:hidden}`), the
   scroll-book hero's `position:sticky` pin sticks to the body box instead of the
   viewport and drifts up the page. `clip` prevents horizontal scroll WITHOUT
   creating a scroll container, so the pin always references the viewport. */
html { background: var(--thg-ground); overflow-x: clip; }
body {
	margin: 0;
	background: var(--thg-ground);
	color: var(--thg-ink);
	font-family: var(--thg-body);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
a { color: var(--thg-gold); }
a:hover { color: var(--thg-gold-hover); }
:where(a):focus-visible,
:where(button):focus-visible,
:where(input):focus-visible,
:where(select):focus-visible,
:where(textarea):focus-visible,
:where([tabindex]):focus-visible {
	outline: 2px solid var(--thg-gold);
	outline-offset: 2px;
	border-radius: 4px;
}
::selection { background: rgba(216, 198, 154, 0.28); }
img { max-width: 100%; height: auto; font-size: 12px; color: var(--thg-ink-soft); }
.thg-harmonize { filter: var(--thg-harmonize); }

/* Skip link */
.thg-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	background: var(--thg-gold);
	color: var(--thg-ground);
	padding: 12px 20px;
	font-family: var(--thg-body);
	font-weight: 600;
	text-decoration: none;
}
.thg-skip:focus { left: 12px; top: 12px; color: var(--thg-ground); }

/* ------------------------------------------------------------ layout ---- */
.thg-section { padding: clamp(80px, 12vh, 130px) 24px 0; }
.thg-section--tight { padding-top: clamp(60px, 9vh, 100px); }
.thg-section--flush { padding-top: clamp(40px, 6vh, 72px); }
.thg-section--pad-b { padding-bottom: clamp(80px, 12vh, 130px); }
.thg-final { padding: clamp(90px, 14vh, 150px) 24px clamp(90px, 14vh, 140px); }
.thg-wrap { max-width: 1240px; margin-inline: auto; }
.thg-measure { max-width: 820px; }
.thg-measure--text { max-width: 760px; }

/* Core's flow layout adds a block-gap margin to group children. Our grid/flex
   containers space with `gap` or borders instead, so neutralize it on their
   direct children (classed children set their own margins and win regardless). */
.thg-cards > *,
.thg-steps > *,
.thg-product-reviews > *,
.thg-legal__docs > *,
.thg-legal__sections > * { margin-block-start: 0; margin-block-end: 0; }

/* ------------------------------------------------- typography helpers --- */
.thg-eyebrow {
	margin: 0 0 14px;
	font-family: var(--thg-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--thg-sage);
}
.thg-h2 {
	margin: 0;
	font-family: var(--thg-display);
	font-weight: 600;
	font-size: clamp(32px, 4.6vw, 54px);
	line-height: 1.12;
	color: var(--thg-ink-strong);
	text-wrap: balance;
}
.thg-section-lead {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--thg-ink-soft);
	max-width: 66ch;
}
.thg-body-lead {
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.7;
	color: var(--thg-ink);
	max-width: 66ch;
}
.thg-h3-display {
	margin: 0;
	font-family: var(--thg-display);
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	color: var(--thg-ink-strong);
}
.thg-page-h1 {
	margin: 0;
	font-family: var(--thg-display);
	font-weight: 600;
	font-size: clamp(40px, 5.6vw, 72px);
	line-height: 1.04;
	color: var(--thg-ink-strong);
	text-wrap: balance;
}
.thg-page-lead { margin: 16px 0 0; font-size: 17px; line-height: 1.6; color: var(--thg-ink-soft); max-width: 60ch; }

/* --------------------------------------------------------- CTA button --- */
.thg-cta-wrap { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; }
.thg-cta-wrap--start { align-items: flex-start; }
.thg-cta-wrap--center { align-items: center; text-align: center; }
.thg-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 30px;
	background: var(--thg-gold);
	color: var(--thg-ground);
	border: 1px solid var(--thg-gold);
	border-radius: 999px;
	font-family: var(--thg-body);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: transform 200ms var(--thg-ease), background 200ms var(--thg-ease);
}
.thg-cta:hover { transform: translateY(-2px); color: var(--thg-ground); background: var(--thg-gold-hover); border-color: var(--thg-gold-hover); }
.thg-cta:active { transform: translateY(0); }
.thg-cta--outline {
	background: none;
	color: var(--thg-gold);
	border: 1px solid var(--thg-gold-line-strong);
	min-height: 48px;
	padding: 0 26px;
}
.thg-cta--outline:hover { background: rgba(216, 198, 154, 0.08); color: var(--thg-gold); }
.thg-cta--sm { min-height: 46px; padding: 0 22px; font-size: 15px; }
.thg-disclosure { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--thg-ink-soft); max-width: 44ch; }

/* --------------------------------------------------------- scroll hint - */
.thg-scroll-hint {
	margin: 34px 0 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--thg-muted);
}

/* ============================================================ HEADER ==== */
.thg-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(16, 19, 18, 0.82);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(216, 198, 154, 0.16);
}
.thg-header__inner {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 24px;
	min-height: 68px;
}
.thg-header__nav { display: flex; align-items: center; gap: 8px; }

/* Brand lockup */
.thg-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	min-height: 44px;
}
.thg-brand__logo { display: block; width: 34px; height: 34px; object-fit: contain; }
.thg-brand__main {
	font-family: var(--thg-display);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--thg-ink-strong);
}
.thg-brand__sub {
	font-family: var(--thg-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.3em;
	color: var(--thg-gold);
}
.thg-brand--footer .thg-brand__logo { width: 36px; height: 36px; }

/* Classic-menu navigation (wp_nav_menu) */
.thg-header__desktop { display: flex; align-items: center; gap: 4px; }
.thg-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.thg-menu--vertical { flex-direction: column; align-items: flex-start; gap: 2px; }
.thg-menu li { margin: 0; }
.thg-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 12px;
	font-family: var(--thg-body);
	font-size: 15px;
	color: var(--thg-ink);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.thg-menu a:hover { color: var(--thg-ink-strong); }
.thg-menu .current-menu-item > a,
.thg-menu .current_page_item > a,
.thg-menu .current-menu-parent > a { color: var(--thg-gold); border-bottom-color: rgba(216, 198, 154, 0.6); }

/* "Get the planner" pill */
.thg-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	margin-left: 8px;
	border: 1px solid var(--thg-gold-line-strong);
	border-radius: 999px;
	color: var(--thg-gold);
	font-family: var(--thg-body);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 180ms var(--thg-ease), background 180ms;
}
.thg-pill:hover { transform: translateY(-1px); background: rgba(216, 198, 154, 0.08); color: var(--thg-gold); }

/* Mobile drawer */
.thg-header__toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background: none;
	border: 1px solid rgba(216, 198, 154, 0.35);
	border-radius: 10px;
	color: var(--thg-gold);
	cursor: pointer;
}
.thg-header__mobile {
	border-top: 1px solid rgba(216, 198, 154, 0.14);
	background: rgba(16, 19, 18, 0.97);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	padding: 8px 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.thg-header__mobile[hidden] { display: none; }
.thg-header__mobile .thg-menu { width: 100%; }
.thg-header__mobile .thg-menu a { font-size: 17px; }
.thg-header__mobile .thg-pill { margin: 10px 0 0; align-self: flex-start; }

/* ============================================================ FOOTER ==== */
.thg-footer {
	border-top: 1px solid rgba(216, 198, 154, 0.14);
	background: var(--thg-ground-deep);
	padding: 64px 24px 36px;
}
.thg-footer__inner { max-width: 1240px; margin: 0 auto; }
.thg-footer__top {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
}
.thg-footer__brandcol { display: flex; flex-direction: column; gap: 14px; max-width: 340px; }
.thg-footer__tagline { margin: 0; font-size: 15px; line-height: 1.6; color: var(--thg-ink-soft); }
.thg-footer__heading {
	margin: 0 0 10px;
	font-family: var(--thg-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--thg-muted);
}
.thg-footer__col { display: flex; flex-direction: column; }
.thg-footer .thg-menu a { min-height: 36px; padding: 0; font-size: 15px; border-bottom: none; }
.thg-footer .thg-menu a:hover { color: var(--thg-ink-strong); }
.thg-footer__bottom {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
	justify-content: space-between;
}
.thg-footer__bottom p { margin: 0; font-size: 14px; color: var(--thg-ink-soft); }
.thg-footer__bottom .thg-footer__copy { color: var(--thg-muted); }

/* ====================================================== SCROLL BOOK ===== */
.thg-hero { position: relative; }
.thg-hero__aurora {
	position: absolute;
	inset: 0;
	background: radial-gradient(90% 70% at 70% 30%, rgba(169, 184, 160, 0.10) 0%, rgba(169, 184, 160, 0.03) 45%, rgba(16, 19, 18, 0) 70%);
	pointer-events: none;
}
.thg-stage { position: relative; }
.thg-stage__pin { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.thg-stage__row {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6vw;
	padding: 0 24px;
}
.thg-hero__textcol { position: relative; flex: 1 1 0; min-width: 0; align-self: stretch; display: flex; align-items: center; }
.thg-hero__text { max-width: 520px; }
.thg-hero__eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--thg-sage); }
.thg-hero__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(42px, 6.4vw, 82px); line-height: 1.02; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-hero__tagline { margin: 18px 0 0; font-family: var(--thg-display); font-style: italic; font-size: clamp(20px, 2.2vw, 26px); color: var(--thg-gold); }
.thg-hero__line { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--thg-ink); max-width: 44ch; }
.thg-hero__final {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	max-width: 520px;
}
.thg-hero__final-title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(32px, 4.4vw, 58px); line-height: 1.08; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-hero__final-line { margin: 16px 0 0; font-size: 17px; color: var(--thg-ink); }
.thg-hero__bookcol { flex: 0 0 auto; position: relative; }
.thg-book-perspective { perspective: 2400px; }
.thg-book {
	position: relative;
	height: min(510px, 66vh, 96vw);
	aspect-ratio: 773 / 1000;
	transform-style: preserve-3d;
	transform-origin: left center;
	will-change: transform;
}
.thg-book__shadow { position: absolute; left: 5%; right: 5%; bottom: -3%; height: 7%; opacity: 0; background: radial-gradient(60% 100% at 50% 0%, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0)); filter: blur(12px); }
.thg-book__pageL { position: absolute; right: 100%; top: 0; width: 100%; height: 100%; opacity: 0; background: var(--thg-paper); border: 1px solid rgba(0, 0, 0, 0.2); border-right: none; border-radius: 5px 0 0 5px; overflow: hidden; box-shadow: -10px 12px 28px rgba(0, 0, 0, 0.34); }
.thg-book__pageR { position: absolute; inset: 0; opacity: 0; background: var(--thg-paper); border: 1px solid rgba(0, 0, 0, 0.2); border-left: none; border-radius: 0 5px 5px 0; overflow: hidden; box-shadow: 10px 12px 28px rgba(0, 0, 0, 0.34); }
.thg-book__face-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: var(--thg-book-tone); }
.thg-book__label { position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(180deg, rgba(12, 15, 14, 0.64), rgba(12, 15, 14, 0.74)); text-align: center; padding: 18px; }
.thg-book__label-title { font-family: var(--thg-display); font-weight: 600; font-size: clamp(19px, 2.4vw, 26px); color: var(--thg-ink-strong); }
.thg-book__label-sub { font-family: var(--thg-body); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--thg-gold); }
.thg-book__edge-r { position: absolute; top: 0; right: 0; bottom: 0; width: 24%; background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 55%, rgba(0, 0, 0, 0.14) 86%, rgba(0, 0, 0, 0.32) 100%); }
.thg-book__edge-l { position: absolute; top: 0; left: 0; bottom: 0; width: 9%; background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.16)); }
.thg-book__pageR .thg-book__edge-r { left: 0; right: auto; background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 55%, rgba(0, 0, 0, 0.14) 86%, rgba(0, 0, 0, 0.32) 100%); }
.thg-book__pageR .thg-book__edge-l { right: 0; left: auto; background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.16)); }
.thg-book__pageR-shade { position: absolute; inset: 0; opacity: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 55%); }
.thg-book__spine { position: absolute; left: 0; top: 0; bottom: 0; width: 3%; transform: translateX(-50%); opacity: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.05) 58%, rgba(0, 0, 0, 0.34)); }
.thg-book__sheet { position: absolute; inset: 0; transform-origin: left center; transform-style: preserve-3d; opacity: 0; will-change: transform; }
.thg-book__sheet-face { position: absolute; inset: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; background: var(--thg-paper); border: 1px solid rgba(0, 0, 0, 0.2); }
.thg-book__sheet-face--front { border-left: none; border-radius: 0 5px 5px 0; }
.thg-book__sheet-face--back { border-right: none; border-radius: 5px 0 0 5px; transform: rotateY(180deg); }
.thg-book__sheet-label { position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(180deg, rgba(12, 15, 14, 0.64), rgba(12, 15, 14, 0.74)); text-align: center; padding: 16px; }
.thg-book__sheet-label span { font-family: var(--thg-display); font-weight: 600; font-size: clamp(18px, 2.2vw, 24px); color: var(--thg-ink-strong); }
.thg-book__sheet-shade { position: absolute; inset: 0; opacity: 0; background: rgba(0, 0, 0, 0.3); }
.thg-book__sheet-face--front .thg-book__edge { position: absolute; top: 0; left: 0; bottom: 0; width: 24%; background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26) 100%); }
.thg-book__sheet-face--back .thg-book__edge { position: absolute; top: 0; right: 0; bottom: 0; width: 24%; background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26) 100%); }
.thg-book__cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 5px; transform-origin: left center; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: transform; box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4); filter: var(--thg-harmonize); }
.thg-book__back { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 5px; opacity: 0; will-change: opacity; filter: var(--thg-harmonize); }
.thg-stage__caption { position: absolute; left: 24px; right: 24px; bottom: 4.5vh; text-align: center; pointer-events: none; }
.thg-stage__caption p { margin: 0; opacity: 0; font-family: var(--thg-display); font-style: italic; font-size: 20px; color: var(--thg-sage); }

/* Static hero fallback (no-JS / reduced motion / no book) */
.thg-hero-static { position: relative; overflow: hidden; padding: clamp(72px, 10vh, 120px) 24px clamp(64px, 9vh, 110px); }
.thg-hero-static__row { position: relative; max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 56px; }
.thg-hero-static__text { flex: 1 1 400px; min-width: min(100%, 320px); }
.thg-hero-static__covers { flex: 1 1 420px; display: flex; gap: 18px; justify-content: center; align-items: center; }
.thg-hero-static__covers img { width: min(44%, 250px); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 4px; filter: var(--thg-harmonize); }
.thg-hero-static__covers img:first-child { transform: rotate(-2deg); }
.thg-hero-static__covers img:last-child { transform: rotate(2deg); border-color: rgba(255, 255, 255, 0.14); }

/* ================================================= HOME: sections grid == */
.thg-sections-grid {
	list-style: none;
	margin: 44px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
	gap: 12px;
}
.thg-sections-grid--compact { gap: 10px; margin-top: 0; }
.thg-chip {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 16px 18px;
	border: 1px solid var(--thg-hairline);
	border-radius: 12px;
	background: var(--thg-surface);
	transition: border-color 200ms var(--thg-ease), transform 200ms var(--thg-ease);
}
.thg-sections-grid--compact .thg-chip { gap: 12px; padding: 14px 16px; border-radius: 10px; }
.thg-chip:hover { border-color: rgba(216, 198, 154, 0.5); transform: translateY(-2px); }
.thg-sections-grid--compact .thg-chip:hover { transform: none; }
.thg-chip__num { font-family: var(--thg-display); font-size: 18px; color: var(--thg-gold); min-width: 24px; }
.thg-sections-grid--compact .thg-chip__num { font-size: 17px; min-width: 22px; }
.thg-chip__name { font-size: 16px; line-height: 1.4; color: var(--thg-ink); }
.thg-sections-grid--compact .thg-chip__name { font-size: 15.5px; }

/* who-its-for cards + how-it-works steps */
.thg-cards {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: 20px;
}
.thg-card {
	padding: 30px 28px;
	border: 1px solid var(--thg-gold-line);
	border-radius: 16px;
	background: var(--thg-surface-2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.thg-card__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 27px; color: var(--thg-ink-strong); }
.thg-card__body { margin: 12px 0 0; font-size: 16.5px; line-height: 1.65; color: var(--thg-ink); }
.thg-steps {
	list-style: none;
	margin: 44px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
	gap: 28px;
}
.thg-step { border-top: 1px solid rgba(216, 198, 154, 0.35); padding-top: 20px; }
.thg-step__num { font-family: var(--thg-display); font-size: 40px; line-height: 1; color: var(--thg-gold); }
.thg-step__title { margin: 12px 0 0; font-family: var(--thg-body); font-size: 18px; font-weight: 600; color: var(--thg-ink-strong); }
.thg-step__body { margin: 8px 0 0; font-size: 16px; line-height: 1.6; color: var(--thg-ink-soft); }

/* preview gallery */
.thg-gallery-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
	gap: 16px;
}
.thg-gallery-tile {
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid var(--thg-hairline-soft);
	border-radius: 8px;
	background: none;
	cursor: zoom-in;
	overflow: hidden;
	transition: transform 200ms var(--thg-ease), border-color 200ms;
	text-align: left;
}
.thg-gallery-tile:hover { transform: translateY(-2px); border-color: rgba(216, 198, 154, 0.5); }
.thg-gallery-tile img { display: block; width: 100%; aspect-ratio: 773 / 1000; object-fit: cover; filter: var(--thg-harmonize); }
.thg-gallery-tile__caption { display: block; padding: 10px 12px; font-size: 14px; color: var(--thg-ink-soft); }
.thg-teaser { border: 1px solid var(--thg-hairline-soft); border-radius: 8px; overflow: hidden; }
.thg-teaser__media { position: relative; aspect-ratio: 773 / 1000; }
.thg-teaser__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(7px) brightness(0.85) sepia(0.16); transform: scale(1.1); }
.thg-teaser__overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(12, 15, 14, 0.5), rgba(12, 15, 14, 0.68)); }
.thg-teaser__label { display: block; padding: 10px 12px; font-size: 14px; color: var(--thg-ink-soft); }

/* Lightbox */
.thg-lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(12, 15, 14, 0.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.thg-lightbox[hidden] { display: none; }
.thg-lightbox__img { max-width: min(92vw, 700px); max-height: 78vh; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 4px; }
.thg-lightbox__cap { margin: 16px 0 0; font-family: var(--thg-display); font-style: italic; font-size: 20px; color: var(--thg-gold); }
.thg-lightbox__nav { margin-top: 18px; display: flex; gap: 12px; }
.thg-lightbox__btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; cursor: pointer; font-family: var(--thg-body); font-size: 15px; font-weight: 600; }
.thg-lightbox__prev, .thg-lightbox__next { width: 48px; height: 48px; background: none; border: 1px solid rgba(216, 198, 154, 0.45); color: var(--thg-gold); }
.thg-lightbox__close { padding: 0 24px; background: var(--thg-gold); border: none; color: var(--thg-ground); }

/* FAQ accordion */
.thg-faq { margin-top: 36px; border-top: 1px solid var(--thg-hairline-soft); }
.thg-faq__item { border-bottom: 1px solid var(--thg-hairline-soft); }
.thg-faq__h { margin: 0; }
.thg-faq__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 60px;
	padding: 18px 4px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: var(--thg-body);
	font-size: 17.5px;
	font-weight: 600;
	color: var(--thg-ink-strong);
}
.thg-faq__icon { flex: 0 0 auto; transition: transform 220ms var(--thg-ease); }
.thg-faq__btn[aria-expanded="true"] .thg-faq__icon { transform: rotate(180deg); }
.thg-faq__panel { padding: 0 4px 22px; }
.thg-faq__panel[hidden] { display: none; }
.thg-faq__answer { font-size: 16.5px; line-height: 1.7; color: var(--thg-ink); max-width: 66ch; }
.thg-faq__answer p { margin: 0 0 12px; }
.thg-faq__answer p:last-child { margin-bottom: 0; }

/* latest articles */
.thg-articles-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; }
.thg-articles-alllink { font-size: 16px; color: var(--thg-gold); text-decoration: none; border-bottom: 1px solid rgba(216, 198, 154, 0.4); padding: 8px 0; }
.thg-articles-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.thg-article-card { display: flex; flex-direction: column; border: 1px solid var(--thg-hairline); border-radius: 16px; overflow: hidden; background: var(--thg-surface); transition: transform 200ms var(--thg-ease), border-color 200ms; }
.thg-article-card:hover { transform: translateY(-2px); border-color: rgba(216, 198, 154, 0.4); }
.thg-article-card__media { display: block; cursor: pointer; }
.thg-article-card__img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid var(--thg-hairline); filter: var(--thg-harmonize-img); }
.thg-article-card__ph { display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--thg-hairline); background: radial-gradient(120% 120% at 50% 0%, rgba(169, 184, 160, 0.1), rgba(16, 19, 18, 0)), #12100D; }
.thg-article-card__body { display: flex; flex-direction: column; gap: 12px; padding: 28px; flex: 1; }
.thg-article-card__tag { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--thg-sage); }
.thg-article-card__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 26px; line-height: 1.2; color: var(--thg-ink-strong); }
.thg-article-card__title a { color: var(--thg-ink-strong); text-decoration: none; }
.thg-article-card__title a:hover { color: var(--thg-gold); }
.thg-article-card__excerpt { margin: 0; font-size: 16px; line-height: 1.6; color: var(--thg-ink-soft); }
.thg-article-card__meta { margin: auto 0 0; padding-top: 8px; font-size: 14px; color: var(--thg-muted); }

/* reviews */
.thg-reviews { margin-top: 44px; }
.thg-reviews--masonry { column-gap: 20px; column-count: 3; }
.thg-reviews--masonry .thg-review { break-inside: avoid; margin-bottom: 20px; }
.thg-reviews--list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.thg-review { margin: 0; padding: 26px 26px 24px; border: 1px solid var(--thg-hairline); border-radius: 16px; background: rgba(255, 255, 255, 0.025); }
.thg-reviews--list .thg-review { padding: 24px; }
.thg-review__head { display: flex; align-items: center; gap: 12px; }
.thg-review__avatar { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 999px; background: rgba(216, 198, 154, 0.14); color: var(--thg-gold); font-family: var(--thg-display); font-size: 19px; font-weight: 600; }
.thg-review__id { min-width: 0; }
.thg-review__name { font-size: 15px; font-weight: 600; color: var(--thg-ink-strong); }
.thg-review__meta { margin: 2px 0 0; font-size: 12.5px; color: var(--thg-muted); }
.thg-review__rating { margin-top: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.thg-review__stars { display: inline-flex; gap: 2px; color: var(--thg-gold); }
.thg-review__heading { font-family: var(--thg-display); font-weight: 600; font-size: 18px; line-height: 1.2; color: var(--thg-ink-strong); }
.thg-review__body { margin: 12px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--thg-ink); }
.thg-review__verified { margin: 14px 0 0; display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--thg-sage); }
.thg-reviews__more { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }

/* final CTA */
.thg-final__inner { max-width: 760px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.thg-final__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(34px, 5vw, 58px); line-height: 1.1; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-final__line { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--thg-ink); }
.thg-final__meta { margin: 28px 0 0; font-size: 14px; letter-spacing: 0.08em; color: var(--thg-muted); }

/* ============================================================== SHOP ==== */
.thg-shop__controls { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; margin-bottom: 36px; }
.thg-shop__control { display: flex; flex-direction: column; gap: 8px; }
.thg-shop__control--search { flex: 1 1 260px; }
.thg-shop__label { font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--thg-muted); }
.thg-shop__search { position: relative; display: flex; align-items: center; }
.thg-shop__search svg { position: absolute; left: 14px; }
.thg-shop__input, .thg-shop__select {
	min-height: 48px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	color: var(--thg-ink-strong);
	font-family: var(--thg-body);
	font-size: 16px;
}
.thg-shop__input { width: 100%; padding: 0 16px 0 42px; }
.thg-shop__select { padding: 0 40px 0 16px; cursor: pointer; }
.thg-shop__input:focus, .thg-shop__select:focus { border-color: var(--thg-gold); outline: none; box-shadow: 0 0 0 2px rgba(216, 198, 154, 0.35); }
.thg-shop__count { margin: 0 0 20px; font-size: 14px; color: var(--thg-muted); }
.thg-shop__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 22px; }
.thg-book-card { display: flex; flex-direction: column; border: 1px solid var(--thg-hairline); border-radius: 18px; overflow: hidden; background: var(--thg-surface); transition: transform 200ms var(--thg-ease), border-color 200ms; }
.thg-book-card:hover { transform: translateY(-3px); border-color: rgba(216, 198, 154, 0.4); }
.thg-book-card__cover { display: block; cursor: pointer; }
.thg-book-card__img { display: block; width: 100%; aspect-ratio: 773 / 1000; object-fit: cover; border-bottom: 1px solid var(--thg-hairline); filter: var(--thg-harmonize); }
.thg-book-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.thg-book-card__cat { margin: 0; font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--thg-sage); }
.thg-book-card__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 26px; line-height: 1.15; color: var(--thg-ink-strong); }
.thg-book-card__title a { color: var(--thg-ink-strong); text-decoration: none; }
.thg-book-card__title a:hover { color: var(--thg-gold); }
.thg-book-card__sub { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--thg-ink-soft); }
.thg-book-card__foot { margin-top: auto; padding-top: 14px; display: flex; flex-direction: column; align-items: flex-start; }
.thg-shop__empty, .thg-shop__noresults { padding: 60px 24px; text-align: center; border: 1px dashed rgba(255, 255, 255, 0.14); border-radius: 18px; }
.thg-shop__empty h2, .thg-shop__noresults h2 { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 28px; color: var(--thg-ink-strong); }
.thg-shop__empty p, .thg-shop__noresults p { margin: 10px 0 0; font-size: 16px; color: var(--thg-ink-soft); }

/* =========================================================== PRODUCT ==== */
.thg-breadcrumb { margin-bottom: 22px; display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--thg-muted); }
.thg-breadcrumb a { color: var(--thg-sage); text-decoration: none; min-height: 40px; display: inline-flex; align-items: center; }
.thg-breadcrumb a:hover { color: var(--thg-ink-strong); }
.thg-breadcrumb__current { color: var(--thg-ink); }
.thg-product { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: flex-start; }
.thg-product__media { flex: 1 1 320px; display: flex; flex-direction: column; gap: 16px; min-width: min(100%, 280px); }
.thg-product__cover-img { width: 100%; max-width: 420px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 6px; object-fit: cover; filter: var(--thg-harmonize); }
.thg-product__thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.thg-product__thumb { width: 72px; aspect-ratio: 773 / 1000; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; filter: var(--thg-harmonize); }
.thg-product__info { flex: 1 1 440px; min-width: min(100%, 320px); }
.thg-product__cat { margin: 0 0 12px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--thg-sage); }
.thg-product__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(36px, 5vw, 62px); line-height: 1.04; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-product__subtitle { margin: 12px 0 0; font-family: var(--thg-display); font-style: italic; font-size: clamp(19px, 2.2vw, 24px); color: var(--thg-gold); }
.thg-product__tagline { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--thg-ink); max-width: 52ch; }
.thg-product .thg-cta-wrap { margin-top: 26px; }
.thg-details { margin: 30px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--thg-hairline); border: 1px solid var(--thg-hairline); border-radius: 12px; overflow: hidden; }
.thg-details__cell { background: #131716; padding: 16px 18px; }
.thg-details__dt { font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--thg-muted); }
.thg-details__dd { margin: 6px 0 0; font-size: 15.5px; color: var(--thg-ink-strong); }
.thg-details__dd--placeholder { color: var(--thg-muted); }

/* product headings */
.thg-product-h2 { margin: 0 0 8px; font-family: var(--thg-display); font-weight: 600; font-size: clamp(28px, 4vw, 44px); color: var(--thg-ink-strong); }
.thg-product-lead { margin: 0 0 28px; font-size: 16px; color: var(--thg-ink-soft); }
.thg-product-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(32px, 5vw, 56px); align-items: start; }
.thg-product-reviews__list .thg-product-lead { margin-top: 10px; }

/* review form */
.thg-rf__panel { position: sticky; top: 88px; padding: 28px; border: 1px solid rgba(216, 198, 154, 0.22); border-radius: 18px; background: var(--thg-surface-2); }
.thg-rf__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 26px; color: var(--thg-ink-strong); }
.thg-rf__intro { margin: 8px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--thg-ink-soft); }
.thg-rf__form { margin-top: 20px; display: flex; flex-direction: column; gap: 16px; }
.thg-rf__field { display: flex; flex-direction: column; gap: 8px; }
.thg-rf__label { font-size: 14px; font-weight: 600; color: var(--thg-ink); }
.thg-rf__input { min-height: 48px; padding: 0 14px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 10px; color: var(--thg-ink-strong); font-family: var(--thg-body); font-size: 16px; }
.thg-rf__textarea { padding: 12px 14px; line-height: 1.5; resize: vertical; min-height: 120px; }
.thg-rf__input:focus { border-color: var(--thg-gold); outline: none; box-shadow: 0 0 0 2px rgba(216, 198, 154, 0.35); }
.thg-rf__input::placeholder, .thg-rf__textarea::placeholder { color: #7E877D; }
.thg-rf__stars { display: flex; gap: 6px; }
.thg-rf__star { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: var(--thg-gold); padding: 0; }
.thg-rf__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.thg-rf__error { margin: 0; font-size: 14px; color: #E6B9A0; }
.thg-rf__error[hidden] { display: none; }
.thg-rf__submit { align-self: flex-start; min-height: 50px; }
.thg-rf__note { margin: 0; font-size: 13px; line-height: 1.5; color: var(--thg-muted); }
.thg-rf__status[hidden] { display: none; }
.thg-rf__status--ok { margin-top: 20px; padding: 18px; border: 1px solid rgba(169, 184, 160, 0.4); border-radius: 12px; background: rgba(169, 184, 160, 0.08); }
.thg-rf__status--error { margin-top: 20px; padding: 14px 18px; border: 1px solid rgba(216, 198, 154, 0.35); border-radius: 10px; background: rgba(216, 198, 154, 0.08); color: var(--thg-gold); }
.thg-rf__ok-head { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--thg-ink-strong); }
.thg-rf__ok-body { margin: 10px 0 0; font-size: 14px; line-height: 1.6; color: var(--thg-ink); }
.thg-rf__pending { margin: 16px 0 0; padding: 18px; border: 1px dashed rgba(216, 198, 154, 0.35); border-radius: 12px; background: var(--thg-surface); }
.thg-rf__pending-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.thg-rf__pending-head figcaption { font-size: 15px; font-weight: 600; color: var(--thg-ink-strong); }
.thg-rf__badge { font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--thg-gold); border: 1px solid rgba(216, 198, 154, 0.4); border-radius: 999px; padding: 3px 10px; }
.thg-rf__pending-stars { margin-top: 10px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.thg-rf__pending-heading { font-family: var(--thg-display); font-weight: 600; font-size: 17px; color: var(--thg-ink-strong); }
.thg-rf__pending-body { margin: 10px 0 0; font-size: 15px; line-height: 1.65; color: var(--thg-ink); }
.thg-rf__another { margin-top: 16px; }

/* =============================================================== BLOG ==== */
.thg-blog-wrap { max-width: 960px; margin-inline: auto; }
.thg-blog-list { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; }
.thg-blog-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: stretch; padding: 32px 0; border-top: 1px solid var(--thg-hairline-soft); }
.thg-blog-row__media { flex: 0 0 auto; width: min(100%, 240px); display: block; border-radius: 12px; overflow: hidden; cursor: pointer; }
.thg-blog-row__img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--thg-hairline-soft); filter: var(--thg-harmonize-img); }
.thg-blog-row__ph { display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 4 / 3; border: 1px dashed rgba(216, 198, 154, 0.3); border-radius: 12px; background: radial-gradient(120% 120% at 50% 0%, rgba(169, 184, 160, 0.08), rgba(16, 19, 18, 0)), #12100D; }
.thg-blog-row__body { flex: 1 1 340px; min-width: min(100%, 260px); }
.thg-blog-row__tag { font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--thg-sage); }
.thg-blog-row__title { margin: 8px 0 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; color: var(--thg-ink-strong); }
.thg-blog-row__title a { color: var(--thg-ink-strong); text-decoration: none; }
.thg-blog-row__title a:hover { color: var(--thg-gold); }
.thg-blog-row__excerpt { margin: 10px 0 0; font-size: 16.5px; line-height: 1.6; color: var(--thg-ink-soft); }
.thg-blog-row__foot { margin-top: 14px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.thg-blog-row__read { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: 15px; font-weight: 600; color: var(--thg-gold); text-decoration: none; }
.thg-blog-row__meta { font-size: 14px; color: var(--thg-muted); }
.thg-pagination { margin: 40px 0 0; }
.thg-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.thg-pagination a, .thg-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--thg-hairline-soft); border-radius: 999px; color: var(--thg-ink); text-decoration: none; font-size: 15px; }
.thg-pagination a:hover { border-color: rgba(216, 198, 154, 0.5); color: var(--thg-ink-strong); }
.thg-pagination .current { background: rgba(216, 198, 154, 0.14); color: var(--thg-gold); border-color: rgba(216, 198, 154, 0.4); }

/* ============================================================ ARTICLE ==== */
.thg-article { max-width: 720px; margin: 0 auto; }
.thg-article__breadcrumb { margin-bottom: 24px; }
.thg-article__back { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: var(--thg-gold); text-decoration: none; min-height: 40px; }
.thg-article__title { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(34px, 5vw, 60px); line-height: 1.06; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-article__hero-ph { margin-top: 28px; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; border: 1px dashed rgba(216, 198, 154, 0.32); background: radial-gradient(120% 120% at 50% 0%, rgba(169, 184, 160, 0.08), rgba(16, 19, 18, 0)), #12100D; }
.thg-article__tag { margin: 16px 0 14px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--thg-sage); }
.thg-article__meta { margin: 16px 0 0; font-size: 14px; color: var(--thg-muted); }
.thg-article__hero { margin-top: 28px; display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; border: 1px solid var(--thg-hairline-soft); filter: var(--thg-harmonize-img); }
.thg-article__excerpt { margin: 22px 0 0; font-size: 19px; line-height: 1.6; color: var(--thg-ink); font-family: var(--thg-display); font-style: italic; }
.thg-article__content { margin-top: 12px; }
.thg-article__content > * { margin-top: 40px; }
.thg-article__content h2 { font-family: var(--thg-display); font-weight: 600; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; color: var(--thg-ink-strong); scroll-margin-top: 88px; }
.thg-article__content p { margin: 14px 0 0; font-size: 17px; line-height: 1.75; color: var(--thg-ink); }
.thg-toc { margin: 34px 0 0; padding: 22px 24px; border: 1px solid var(--thg-hairline-soft); border-radius: 14px; background: var(--thg-surface); }
.thg-toc__title { margin: 0 0 12px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--thg-muted); }
.thg-toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.thg-toc a { display: inline-flex; align-items: center; min-height: 38px; font-size: 16px; color: var(--thg-ink); text-decoration: none; }
.thg-toc a:hover { color: var(--thg-gold); }
.thg-article__nav { margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--thg-hairline-soft); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.thg-article__navlink { flex: 1 1 220px; padding: 18px 20px; border: 1px solid var(--thg-hairline-soft); border-radius: 14px; text-decoration: none; transition: border-color 200ms; }
.thg-article__navlink:hover { border-color: rgba(216, 198, 154, 0.5); }
.thg-article__navlink--next { text-align: right; }
.thg-article__navlabel { display: block; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--thg-muted); }
.thg-article__navtitle { display: block; margin-top: 6px; font-family: var(--thg-display); font-size: 21px; color: var(--thg-ink-strong); }
.thg-related { margin-top: 56px; }
.thg-related__title { margin: 0 0 20px; font-family: var(--thg-display); font-weight: 600; font-size: 26px; color: var(--thg-ink-strong); }
.thg-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 16px; }
.thg-related__card { display: block; padding: 20px; border: 1px solid var(--thg-hairline); border-radius: 14px; text-decoration: none; background: var(--thg-surface); transition: border-color 200ms; }
.thg-related__card:hover { border-color: rgba(216, 198, 154, 0.4); }
.thg-related__tag { display: block; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--thg-sage); }
.thg-related__cardtitle { display: block; margin-top: 8px; font-family: var(--thg-display); font-size: 20px; line-height: 1.2; color: var(--thg-ink-strong); }

/* ============================================================== ABOUT ==== */
.thg-about-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.thg-about-lockup img { display: block; width: 52px; height: 52px; object-fit: contain; }
.thg-about-lockup__name { font-family: var(--thg-display); font-size: 22px; font-weight: 600; letter-spacing: 0.1em; color: var(--thg-ink-strong); }
.thg-about-lockup__name span { font-family: var(--thg-body); font-size: 13px; letter-spacing: 0.3em; color: var(--thg-gold); }
.thg-about__intro { position: relative; overflow: hidden; }
.thg-about__aurora { position: absolute; inset: 0; background: radial-gradient(80% 60% at 70% 10%, rgba(169, 184, 160, 0.09) 0%, rgba(16, 19, 18, 0) 60%); pointer-events: none; }
.thg-about__body { margin: 26px 0 0; font-size: 19px; line-height: 1.7; color: var(--thg-ink); }
.thg-about__cta { max-width: 760px; margin: 0 auto; padding: 36px; border: 1px solid var(--thg-hairline-soft); border-radius: 18px; background: var(--thg-surface); display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.thg-about__cta h2 { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: 28px; color: var(--thg-ink-strong); }
.thg-about__cta p { margin: 8px 0 0; font-size: 16px; color: var(--thg-ink-soft); }

/* ============================================================ CONTACT ==== */
.thg-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; }
.thg-contact__lead { margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--thg-ink); max-width: 46ch; }
.thg-contact__card { margin-top: 32px; padding: 24px; border: 1px solid rgba(216, 198, 154, 0.22); border-radius: 16px; background: rgba(255, 255, 255, 0.03); }
.thg-contact__cardlabel { margin: 0; font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--thg-muted); }
.thg-contact__email { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 19px; color: var(--thg-gold); text-decoration: none; min-height: 44px; }
.thg-contact__email--alt { font-size: 16px; color: var(--thg-ink); margin-top: 6px; min-height: 40px; }
.thg-contact__email--alt:hover { color: var(--thg-gold); }
.thg-contact__note { margin-bottom: 20px; padding: 14px 18px; border: 1px solid rgba(216, 198, 154, 0.3); border-radius: 12px; background: rgba(216, 198, 154, 0.07); display: flex; gap: 12px; align-items: flex-start; }
.thg-contact__note p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--thg-gold); }
.thg-contact__form { display: flex; flex-direction: column; gap: 18px; }
.thg-contact__form .thg-cta { align-self: flex-start; }

/* =============================================================== LEGAL ==== */
.thg-legal__intro-note { margin: 16px 0 0; font-size: 16px; line-height: 1.6; color: var(--thg-muted); max-width: 60ch; }
.thg-legal__tabs { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.thg-legal__tab { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; font-size: 15px; color: var(--thg-ink); text-decoration: none; transition: border-color 200ms, color 200ms; }
.thg-legal__tab:hover { border-color: rgba(216, 198, 154, 0.5); color: var(--thg-ink-strong); }
.thg-legal__docs { margin-top: 52px; display: flex; flex-direction: column; }
.thg-legal__doc { padding: 40px 0; border-top: 1px solid var(--thg-hairline-soft); scroll-margin-top: 88px; max-width: 760px; }
.thg-legal__doc h2 { margin: 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(28px, 3.6vw, 40px); line-height: 1.1; color: var(--thg-ink-strong); }
.thg-legal__updated { margin: 8px 0 0; font-size: 14px; color: var(--thg-muted); }
.thg-legal__sections { margin-top: 20px; display: flex; flex-direction: column; gap: 22px; }
.thg-legal__sections h3 { margin: 0; font-size: 18px; font-weight: 600; color: var(--thg-ink-strong); }
.thg-legal__sections p { margin: 8px 0 0; font-size: 16.5px; line-height: 1.7; color: var(--thg-ink); }

/* =============================================================== 404 ==== */
.thg-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 80px 24px; position: relative; overflow: hidden; text-align: center; }
.thg-page-content { margin-top: 24px; }
.thg-page-content > * { margin-top: 1.2em; }
.thg-404__aurora { position: absolute; inset: 0; background: radial-gradient(70% 60% at 50% 30%, rgba(169, 184, 160, 0.10) 0%, rgba(16, 19, 18, 0) 62%); pointer-events: none; }
.thg-404__inner { position: relative; max-width: 560px; display: flex; flex-direction: column; align-items: center; }
.thg-404__code { margin: 0; font-family: var(--thg-display); font-weight: 500; font-size: clamp(90px, 18vw, 160px); line-height: 1; color: var(--thg-gold); }
.thg-404__title { margin: 12px 0 0; font-family: var(--thg-display); font-weight: 600; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; color: var(--thg-ink-strong); text-wrap: balance; }
.thg-404__body { margin: 16px 0 0; font-size: 17px; line-height: 1.65; color: var(--thg-ink); }

/* ============================================================ REVEALS ==== */
html[data-anim] .thg-rv { opacity: 0; transform: translateY(16px); transition: opacity 550ms var(--thg-ease), transform 550ms var(--thg-ease); }
html[data-anim] .thg-rv.is-in { opacity: 1; transform: none; }

/* ===================================================== EDITOR PREVIEW ==== */
.thg-ssr-preview { min-height: 40px; }

/* ========================================================= RESPONSIVE ==== */
@media (max-width: 1023px) {
	.thg-reviews--masonry { column-count: 2; }
}
@media (max-width: 767px) {
	body { font-size: 16px; }
	.thg-reviews--masonry { column-count: 1; }
	/* Phones use the static open-book composition (centered, normal flow) instead
	   of the pinned 3D flip, which cannot fit the hero text + a centered book in a
	   small viewport. Handled in CSS too so there is no flash before view.js runs
	   and it still works with JavaScript disabled. */
	.thg-hero [data-thg-stage] { display: none !important; }
	.thg-hero .thg-hero-static { display: block !important; }
	.thg-product__title { font-size: clamp(32px, 8vw, 48px); }
}
@media (max-width: 820px) {
	.thg-brand__sub { font-size: 12px; letter-spacing: 0.24em; }
	.thg-header__desktop { display: none; }
	.thg-header__toggle { display: inline-flex; }
}
@media (min-width: 821px) {
	.thg-header__mobile { display: none !important; }
}

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