/* ==========================================================================
   Shrey Overseas — global hardwood sourcing house.
   Editorial timber aesthetic: warm near-black + cream, okoume-gold accents,
   Fraunces display over Inter, with a mono voice for origins and labels.
   ========================================================================== */

:root {
	--bark: #17110c;
	--bark-2: #1f1811;
	--bark-3: #2a2117;
	--cream: #f5efe3;
	--cream-2: #ece2cf;
	--paper: #fbf7ee;
	--ink: #241d13;
	--ink-soft: #6c6151;
	--ink-faint: #9a8f7d;
	--gold: #cd9a44;
	--gold-soft: #e3c079;
	--gold-deep: #a9782e;
	--sage: #6f9a63;
	--line-dark: rgba(227, 192, 121, 0.16);
	--line-light: rgba(36, 29, 19, 0.12);
	--maxw: 1160px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	background: var(--paper);
	color: var(--ink);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.015em;
}

a {
	color: inherit;
}

ul {
	list-style: none;
}

.wrap {
	width: 100%;
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 28px;
}

.ital {
	font-style: italic;
	color: var(--gold);
	font-weight: 400;
}

.display {
	font-size: clamp(1.9rem, 4.4vw, 3.1rem);
	letter-spacing: -0.02em;
}

.display.light {
	color: var(--cream);
}

/* Shared labels ------------------------------------------------------------ */

.kicker {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--gold);
}

.section-tag {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--gold-deep);
}

.section-tag.light {
	color: var(--gold-soft);
}

.section-tag::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	background: currentColor;
	opacity: 0.7;
}

/* Buttons ------------------------------------------------------------------ */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter", sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease),
		border-color 0.25s var(--ease);
}

.btn-gold {
	background: var(--gold);
	color: var(--bark);
}

.btn-gold:hover {
	background: var(--gold-soft);
	transform: translateY(-2px);
}

.btn-line {
	background: transparent;
	color: var(--ink);
	border-color: var(--line-light);
}

.btn-line:hover {
	border-color: var(--gold);
	color: var(--gold-deep);
	transform: translateY(-2px);
}

/* Reveal animation --------------------------------------------------------- */

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

[data-reveal].is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	[data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	html {
		scroll-behavior: auto;
	}
}

/* Masthead ----------------------------------------------------------------- */

.masthead {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(23, 17, 12, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid transparent;
	transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.masthead.is-stuck {
	background: rgba(23, 17, 12, 0.95);
	border-bottom-color: var(--line-dark);
}

.masthead-inner {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.wordmark {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	text-decoration: none;
	color: var(--cream);
}

.wordmark-mark {
	display: inline-flex;
	gap: 3px;
	align-items: flex-end;
	height: 24px;
}

.wordmark-mark span {
	display: block;
	width: 4px;
	background: var(--gold);
	border-radius: 1px;
}

.wordmark-mark span:nth-child(1) {
	height: 12px;
	opacity: 0.55;
}

.wordmark-mark span:nth-child(2) {
	height: 24px;
}

.wordmark-mark span:nth-child(3) {
	height: 17px;
	opacity: 0.78;
}

.wordmark-logo {
	display: inline-block;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 10px;
	background-color: var(--cream);
	background-image: url("/images/logo-mark.png");
	background-image: image-set(
		url("/images/logo-mark.webp") type("image/webp"),
		url("/images/logo-mark.png") type("image/png")
	);
	background-repeat: no-repeat;
	/* framed to the hexagon emblem (top ~57% of the artwork) */
	background-size: auto 54px;
	background-position: 50% 3px;
	border: 1px solid var(--line-dark);
}

.colophon-logo {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	background-size: auto 61px;
	background-position: 50% 4px;
}

.wordmark-text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.wordmark-name {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.12rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.wordmark-tag {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.58rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold-soft);
	margin-top: 2px;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.primary-nav a {
	font-size: 0.86rem;
	font-weight: 500;
	color: var(--cream-2);
	text-decoration: none;
	padding: 9px 16px;
	border-radius: 2px;
	transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.primary-nav a:hover {
	color: #fff;
}

.primary-nav a.is-active {
	color: var(--gold-soft);
}

.primary-nav .nav-cta {
	margin-left: 8px;
	border: 1px solid var(--line-dark);
	color: var(--gold-soft);
}

.primary-nav .nav-cta:hover {
	background: var(--gold);
	color: var(--bark);
	border-color: var(--gold);
}

.menu-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	background: transparent;
	border: 1px solid var(--line-dark);
	border-radius: 2px;
	cursor: pointer;
}

.menu-btn span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	background: var(--gold-soft);
	transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}

.menu-btn.is-open span:nth-child(1) {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-btn.is-open span:nth-child(2) {
	transform: translateY(-3.5px) rotate(-45deg);
}

/* Hero --------------------------------------------------------------------- */

.hero {
	position: relative;
	background: var(--bark);
	color: var(--cream);
	overflow: hidden;
	padding: clamp(90px, 15vh, 150px) 0 0;
}

.hero-glow {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 120%;
	background: radial-gradient(
		48% 40% at 50% 0%,
		rgba(205, 154, 68, 0.28) 0%,
		rgba(205, 154, 68, 0.05) 45%,
		transparent 72%
	);
	pointer-events: none;
}

.hero-inner {
	position: relative;
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 28px clamp(70px, 12vh, 120px);
}

.hero-title {
	font-size: clamp(2.7rem, 8vw, 5.6rem);
	line-height: 0.98;
	letter-spacing: -0.03em;
	margin-top: 26px;
	color: #fff;
	max-width: 14ch;
}

.hero-title .ital {
	display: block;
}

.hero-lede {
	margin-top: 30px;
	max-width: 52ch;
	font-size: clamp(1.02rem, 2vw, 1.22rem);
	line-height: 1.65;
	color: var(--cream-2);
}

.hero-actions {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-actions .btn-line {
	color: var(--cream);
	border-color: var(--line-dark);
}

.hero-actions .btn-line:hover {
	border-color: var(--gold);
	color: var(--gold-soft);
}

/* Origin marquee ----------------------------------------------------------- */

.origin-marquee {
	position: relative;
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
	padding: 20px 0;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.origin-track {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 34s linear infinite;
}

.origin-track span {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	color: var(--cream-2);
}

.origin-track .dot {
	font-style: normal;
	color: var(--gold);
	font-size: 0.9rem;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* Stats -------------------------------------------------------------------- */

.stats {
	background: var(--bark-2);
	color: var(--cream);
	border-bottom: 1px solid var(--line-dark);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 46px;
	padding-bottom: 46px;
	gap: 24px;
}

.stat {
	text-align: center;
	position: relative;
}

.stat + .stat::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 12%;
	height: 76%;
	width: 1px;
	background: var(--line-dark);
}

.stat-num {
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 500;
	color: var(--gold-soft);
	line-height: 1;
}

.stat-label {
	display: block;
	margin-top: 12px;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

/* Statement ---------------------------------------------------------------- */

.statement {
	background: var(--paper);
	padding: clamp(72px, 11vw, 120px) 0;
}

.statement-grid {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.statement-body h2 {
	color: var(--ink);
	max-width: 20ch;
}

.statement-body p {
	margin-top: 26px;
	font-size: 1.06rem;
	color: var(--ink-soft);
	max-width: 60ch;
}

.statement-body p + p {
	margin-top: 18px;
}

/* Materials (dark) --------------------------------------------------------- */

.materials {
	background: var(--bark);
	color: var(--cream);
	padding: clamp(76px, 11vw, 128px) 0;
}

.materials-head {
	margin-bottom: 20px;
}

.materials-head .display {
	margin-top: 16px;
	max-width: 18ch;
}

.material {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: clamp(20px, 4vw, 56px);
	align-items: start;
	padding: 44px 0;
	border-top: 1px solid var(--line-dark);
}

.material:last-of-type {
	border-bottom: 1px solid var(--line-dark);
}

.material-index {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.6rem, 6vw, 4.4rem);
	font-weight: 400;
	color: var(--accent, var(--gold));
	line-height: 0.9;
}

.material-main h3 {
	font-size: clamp(1.5rem, 3.4vw, 2.2rem);
	color: #fff;
}

.material-main > p {
	margin-top: 14px;
	max-width: 56ch;
	color: var(--cream-2);
	font-size: 1.02rem;
}

.origins {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.origins li {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: var(--cream);
	padding: 7px 14px;
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	position: relative;
}

.origins li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	background: var(--accent, var(--gold));
}

.material-media {
	margin-top: 26px;
	max-width: 560px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--line-dark);
	background: var(--bark-3);
}

.material-media img {
	display: block;
	width: 100%;
	height: clamp(190px, 26vw, 280px);
	object-fit: cover;
	transition: transform 0.6s var(--ease);
}

.material:hover .material-media img {
	transform: scale(1.03);
}

.materials-cta {
	margin-top: 48px;
}

/* Footprint (cream) -------------------------------------------------------- */

.footprint {
	background: var(--cream);
	padding: clamp(76px, 11vw, 128px) 0;
}

.footprint-head .display {
	margin-top: 16px;
	color: var(--ink);
	max-width: 16ch;
}

.regions {
	margin-top: 52px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--line-light);
	border: 1px solid var(--line-light);
}

.region {
	background: var(--cream);
	padding: 30px 26px;
}

.region h4 {
	font-size: 1.1rem;
	color: var(--ink);
}

.region p {
	margin-top: 12px;
	font-size: 0.9rem;
	color: var(--ink-soft);
	line-height: 1.7;
}

/* Values (dark) ------------------------------------------------------------ */

.values {
	background: var(--bark-2);
	color: var(--cream);
	padding: clamp(76px, 11vw, 128px) 0;
}

.values-head .display {
	margin-top: 16px;
	max-width: 16ch;
}

.values-grid {
	margin-top: 52px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.value {
	padding: 30px 26px;
	border: 1px solid var(--line-dark);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.015);
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

.value:hover {
	transform: translateY(-4px);
	border-color: rgba(227, 192, 121, 0.4);
}

.value h4 {
	font-size: 1.16rem;
	color: var(--gold-soft);
}

.value p {
	margin-top: 12px;
	font-size: 0.92rem;
	color: var(--cream-2);
	line-height: 1.65;
}

/* CTA ---------------------------------------------------------------------- */

.cta {
	background: var(--bark);
	color: var(--cream);
	padding: clamp(80px, 12vw, 140px) 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(60% 80% at 50% 120%, rgba(205, 154, 68, 0.22), transparent 70%);
	pointer-events: none;
}

.cta-inner {
	position: relative;
	max-width: 720px;
}

.cta-inner .display {
	color: #fff;
	margin: 0 auto;
	max-width: 18ch;
}

.cta-inner p {
	margin-top: 20px;
	color: var(--cream-2);
	font-size: 1.05rem;
}

.cta-inner .btn {
	margin-top: 34px;
}

/* Page hero (inner pages) -------------------------------------------------- */

.page-hero {
	background: var(--bark);
	color: var(--cream);
	padding: clamp(110px, 16vh, 170px) 0 clamp(64px, 9vw, 104px);
	position: relative;
	overflow: hidden;
}

.page-hero::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -10%;
	width: 60%;
	height: 130%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(205, 154, 68, 0.16), transparent 70%);
	pointer-events: none;
}

.page-title {
	position: relative;
	margin-top: 22px;
	font-size: clamp(2.4rem, 6.5vw, 4.4rem);
	line-height: 1;
	letter-spacing: -0.025em;
	color: #fff;
	max-width: 16ch;
}

.page-lede {
	position: relative;
	margin-top: 26px;
	max-width: 56ch;
	font-size: clamp(1rem, 2vw, 1.16rem);
	color: var(--cream-2);
	line-height: 1.65;
}

/* Product sections (products page) ----------------------------------------- */

.product {
	padding: clamp(64px, 9vw, 104px) 0;
	background: var(--paper);
}

.product.alt {
	background: var(--cream);
}

.product-grid {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.product-aside {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: sticky;
	top: 100px;
}

.product-index {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3rem, 7vw, 5rem);
	font-weight: 400;
	line-height: 0.85;
	color: var(--accent, var(--gold));
}

.product-kind {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ink-faint);
}

.product-media {
	margin: 0 0 32px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--line-light);
	background: var(--bark-3);
}

.product-media img {
	display: block;
	width: 100%;
	height: clamp(240px, 40vw, 440px);
	object-fit: cover;
	transition: transform 0.6s var(--ease);
}

.product-media:hover img {
	transform: scale(1.03);
}

.product-body h2 {
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	color: var(--ink);
}

.product-lede {
	margin-top: 18px;
	max-width: 58ch;
	font-size: 1.08rem;
	color: var(--ink-soft);
}

.product-cols {
	margin-top: 34px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	padding-top: 30px;
	border-top: 1px solid var(--line-light);
}

.product-cols h4 {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-deep);
	margin-bottom: 14px;
}

.product-cols p {
	color: var(--ink-soft);
	font-size: 0.98rem;
}

.product .origins li {
	color: var(--ink);
	border-color: var(--line-light);
}

.product-body .btn {
	margin-top: 34px;
}

/* Contact ------------------------------------------------------------------ */

.contact {
	background: var(--paper);
	padding: clamp(64px, 10vw, 112px) 0 clamp(80px, 12vw, 130px);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: clamp(28px, 5vw, 60px);
	align-items: start;
}

.contact-card {
	background: var(--bark);
	color: var(--cream);
	border-radius: 4px;
	padding: clamp(34px, 5vw, 52px);
}

.contact-card h2 {
	font-size: clamp(1.6rem, 3.4vw, 2.2rem);
	color: #fff;
}

.contact-list {
	margin-top: 30px;
	display: grid;
	gap: 24px;
}

.contact-list dt {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.66rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-soft);
}

.contact-list dd {
	margin-top: 8px;
	font-size: 1.02rem;
	color: var(--cream-2);
	line-height: 1.6;
}

.contact-list a {
	color: var(--gold-soft);
	text-decoration: none;
	border-bottom: 1px solid rgba(227, 192, 121, 0.35);
	padding-bottom: 1px;
}

.contact-list a:hover {
	color: #fff;
}

.contact-card .btn {
	margin-top: 34px;
}

.contact-aside {
	padding-top: 8px;
}

.contact-aside h3 {
	font-size: 1.3rem;
	color: var(--ink);
}

.contact-hints {
	margin-top: 24px;
	display: grid;
	gap: 16px;
}

.contact-hints li {
	display: flex;
	align-items: baseline;
	gap: 14px;
	font-size: 0.98rem;
	color: var(--ink-soft);
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-light);
}

.contact-hints span {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.72rem;
	color: var(--gold-deep);
	flex-shrink: 0;
}

.contact-note {
	margin-top: 22px;
	font-size: 0.92rem;
	color: var(--ink-faint);
	line-height: 1.6;
}

/* Colophon (footer) -------------------------------------------------------- */

.colophon {
	background: var(--bark);
	color: var(--cream-2);
	padding: clamp(56px, 8vw, 84px) 0 32px;
}

.colophon-top {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 28px;
	display: grid;
	grid-template-columns: 1.5fr 0.9fr 1.2fr 1.2fr 1.1fr;
	gap: 40px;
}

.colophon-brand .wordmark-mark {
	height: 26px;
	margin-bottom: 18px;
}

.colophon-lede {
	font-size: 0.94rem;
	color: var(--ink-faint);
	line-height: 1.65;
	max-width: 34ch;
}

.colophon-col h3 {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold-soft);
	margin-bottom: 18px;
}

.colophon-col a {
	display: block;
	font-size: 0.92rem;
	color: var(--cream-2);
	text-decoration: none;
	line-height: 2;
	transition: color 0.2s var(--ease);
}

.colophon-col a:hover {
	color: #fff;
}

.colophon-col address {
	font-style: normal;
	font-size: 0.92rem;
	color: var(--cream-2);
	line-height: 1.8;
}

.colophon-gst {
	margin-top: 12px;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.74rem;
	letter-spacing: 0.04em;
	color: var(--ink-faint);
}

.colophon-mail {
	word-break: break-word;
}

.colophon-bottom {
	max-width: var(--maxw);
	margin: 48px auto 0;
	padding: 24px 28px 0;
	border-top: 1px solid var(--line-dark);
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	color: var(--ink-faint);
}

/* Products overview — media links + actions -------------------------------- */

.product-media {
	position: relative;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.product-media-badge {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: rgba(23, 17, 12, 0.82);
	color: var(--cream);
	font-family: "JetBrains Mono", monospace;
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 7px 12px;
	border-radius: 2px;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.product-media:hover .product-media-badge,
.product-media:focus-visible .product-media-badge {
	opacity: 1;
	transform: none;
}

.product-actions {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.product-actions .btn {
	margin-top: 0;
}

/* Product detail pages ----------------------------------------------------- */

.product-hero .crumb {
	color: var(--gold-soft);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.product-hero .crumb:hover {
	border-bottom-color: var(--gold-soft);
}

.product-detail {
	background: var(--paper);
	padding: clamp(48px, 7vw, 88px) 0;
}

.product-detail-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

.product-detail-media {
	margin: 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--line-light);
	background: var(--bark-3);
}

.product-detail-media img {
	display: block;
	width: 100%;
	height: clamp(260px, 42vw, 460px);
	object-fit: cover;
}

.product-detail-info .spec {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--line-light);
}

.product-detail-info .spec h4 {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-deep);
	margin-bottom: 12px;
}

.product-detail-info .spec p {
	color: var(--ink-soft);
	font-size: 0.98rem;
}

.product-detail-info .origins li {
	color: var(--ink);
	border-color: var(--line-light);
}

.product-detail-info .btn {
	margin-top: 28px;
}

/* Galleries ---------------------------------------------------------------- */

.gallery-section {
	background: var(--cream);
	padding: clamp(56px, 9vw, 112px) 0;
}

.gallery-head {
	margin-bottom: 34px;
}

.gallery-head .display {
	margin-top: 14px;
	color: var(--ink);
	max-width: 22ch;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 14px;
}

.gallery-item {
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--line-light);
	background: var(--bark-3);
	aspect-ratio: 4 / 3;
	cursor: zoom-in;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s var(--ease);
}

.gallery-item:hover img {
	transform: scale(1.06);
}

/* Lightbox ----------------------------------------------------------------- */

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(10, 7, 4, 0.92);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s var(--ease), visibility 0.25s var(--ease);
	cursor: zoom-out;
}

.lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.lightbox img {
	max-width: min(100%, 1100px);
	max-height: 88vh;
	border-radius: 5px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 44px;
	height: 44px;
	border: 1px solid var(--line-dark);
	border-radius: 50%;
	background: rgba(23, 17, 12, 0.6);
	color: var(--cream);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

.lightbox-close:hover {
	border-color: var(--gold);
	color: var(--gold-soft);
}

/* Sourcing map ------------------------------------------------------------- */

.reach-section {
	background: var(--paper);
	padding: clamp(60px, 9vw, 112px) 0;
}

.reach-head {
	margin-bottom: 36px;
}

.reach-head .display {
	margin-top: 14px;
	color: var(--ink);
	max-width: 20ch;
}

.reach-lede {
	margin-top: 16px;
	max-width: 60ch;
	color: var(--ink-soft);
	font-size: 1.02rem;
}

.reach {
	margin-top: 0;
}

.reach-map {
	background: var(--bark);
	border: 1px solid var(--line-light);
	border-radius: 10px;
	padding: clamp(10px, 2.4vw, 24px);
	overflow: hidden;
	min-height: 160px;
	box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.35);
}

.reach-map svg {
	width: 100%;
	height: auto;
	display: block;
}

.reach-map #Ocean,
.reach-map #World {
	display: none;
}

/* Hide the base map's built-in country labels (all carry an id). */
.reach-map text[id] {
	display: none;
}

.reach-map path {
	fill: #29221a;
	stroke: rgba(245, 239, 227, 0.09);
	stroke-width: 0.3;
	vector-effect: non-scaling-stroke;
	transition: fill 0.3s var(--ease);
}

.reach-map .is-origin path {
	fill: var(--gold);
	stroke: rgba(23, 17, 12, 0.4);
}

.reach-map .is-india path,
.reach-map path.is-india-path {
	fill: var(--sage);
	stroke: rgba(23, 17, 12, 0.4);
}

.reach-aksai {
	fill: var(--sage);
	stroke: rgba(23, 17, 12, 0.4);
	stroke-width: 0.3;
	vector-effect: non-scaling-stroke;
}

.reach-map .reach-route {
	fill: none;
	stroke: var(--gold-soft);
	stroke-width: 1.1;
	stroke-dasharray: 2.4 2.6;
	stroke-linecap: round;
	opacity: 0.6;
	vector-effect: non-scaling-stroke;
}

.reach-dot--origin {
	fill: var(--gold-soft);
	stroke: var(--bark);
	stroke-width: 0.5;
}

.reach-dot--india {
	fill: #ece2cf;
	stroke: var(--bark);
	stroke-width: 0.5;
}

.reach-dot--india.is-port {
	fill: #ffffff;
	stroke: var(--sage);
	stroke-width: 0.8;
}

.reach-ship {
	font-size: 9px;
	text-anchor: middle;
	dominant-baseline: central;
	paint-order: stroke;
}

.reach-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.reach-legend li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.reach-legend li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
}

.reach-legend-origin::before {
	background: var(--gold);
}

.reach-legend-india::before {
	background: var(--sage);
}

.reach-legend-route::before {
	width: 18px;
	height: 0;
	border-radius: 0;
	border-top: 2px dashed var(--gold-soft);
}

.reach-cities {
	margin-top: 26px;
}

.reach-cities-tag {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.66rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold-deep);
}

.reach-cities ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.reach-cities li {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.74rem;
	color: var(--ink);
	padding: 7px 14px;
	border: 1px solid var(--line-light);
	border-radius: 999px;
	background: var(--cream);
}

.reach-cities li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sage);
	margin-right: 8px;
	vertical-align: middle;
}

.reach-cities li.is-port::before {
	background: var(--gold);
}

/* Responsive --------------------------------------------------------------- */

@media (max-width: 900px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}

	.stat:nth-child(3)::before {
		display: none;
	}

	.regions,
	.values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.colophon-top {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}
}

@media (max-width: 760px) {
	.menu-btn {
		display: flex;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 20px 20px;
		background: rgba(23, 17, 12, 0.98);
		backdrop-filter: blur(10px);
		border-bottom: 1px solid var(--line-dark);
		display: none;
	}

	.primary-nav.is-open {
		display: flex;
	}

	.primary-nav a {
		padding: 13px 12px;
		border-bottom: 1px solid var(--line-dark);
	}

	.primary-nav .nav-cta {
		margin-left: 0;
		margin-top: 12px;
		border: 1px solid var(--gold);
		text-align: center;
	}

	.statement-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.material {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.material-index {
		font-size: 2.4rem;
	}

	.product-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.product-aside {
		position: static;
		flex-direction: row;
		align-items: baseline;
		gap: 16px;
	}

	.product-cols {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
	}

	.product-detail-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gallery {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 10px;
	}
}

@media (max-width: 540px) {
	.wrap,
	.masthead-inner,
	.hero-inner,
	.colophon-top,
	.colophon-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wordmark-tag {
		display: none;
	}

	.stats-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.stat + .stat::before {
		display: none;
	}

	.regions,
	.values-grid {
		grid-template-columns: 1fr;
	}

	.colophon-top {
		grid-template-columns: 1fr;
	}

	.colophon-bottom {
		flex-direction: column;
		gap: 6px;
	}

	.btn {
		width: 100%;
	}

	.hero-actions {
		flex-direction: column;
	}
}
