/* ==========================================================================
   Tokens: airport wayfinding. Ink + cool paper, signage yellow used only for
   signposting (arrows, sale tags, focus). Overpass (road-sign lineage) for
   display, Public Sans for reading, Overpass Mono for product data.
   ========================================================================== */
:root {
	--ink: #14202b;
	--ink-2: #2a3a47;
	--paper: #f6f7f5;
	--white: #ffffff;
	--sign: #ffc72c;
	--slate: #5b6b77;
	--line: #d9dee2;
	--gum: #2f5d50;
	--alert: #b42318;

	--f-display: "Overpass", "Segoe UI", Arial, sans-serif;
	--f-body: "Public Sans", "Segoe UI", Arial, sans-serif;
	--f-data: "Overpass Mono", Consolas, "Courier New", monospace;

	--step--1: clamp(0.8rem, 0.78rem + 0.1vw, 0.86rem);
	--step-0: clamp(0.95rem, 0.92rem + 0.15vw, 1.05rem);
	--step-1: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--step-2: clamp(1.4rem, 1.25rem + 0.75vw, 1.9rem);
	--step-3: clamp(1.8rem, 1.5rem + 1.5vw, 2.8rem);
	--step-4: clamp(2.2rem, 1.7rem + 2.6vw, 4rem);

	--radius: 3px;
	--wrap: 1320px;
	--gutter: clamp(16px, 4vw, 40px);
	--section: clamp(48px, 7vw, 96px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--f-body);
	font-size: var(--step-0);
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gum); }
:focus-visible { outline: 3px solid var(--sign); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--f-display); line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 0.5em; }
h1 { font-size: var(--step-4); font-weight: 800; }
h2 { font-size: var(--step-3); font-weight: 800; }
h3 { font-size: var(--step-1); font-weight: 700; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 1000; background: var(--sign); color: var(--ink); padding: 10px 14px; clip: auto; width: auto; height: auto; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.section--white { background: var(--white); }
.eyebrow { font-family: var(--f-data); font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate); margin: 0 0 0.75em; }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 32px; margin-bottom: 28px; }
.section-head h2 { margin: 0; }
.section-head__intro { margin: 6px 0 0; color: var(--ink-2); max-width: 60ch; }
.lede { font-size: var(--step-1); color: var(--ink-2); max-width: 60ch; }

/* Buttons: rectangular, never pill */
.btn, .button, button.button, a.button, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 22px;
	background: var(--ink); color: var(--white);
	border: 2px solid var(--ink); border-radius: var(--radius);
	font-family: var(--f-display); font-weight: 700; font-size: 1rem; letter-spacing: 0.01em;
	text-decoration: none; cursor: pointer; line-height: 1.1;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.btn:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--ink-2); border-color: var(--ink-2); color: var(--white); }
.btn--light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn--light:hover { background: var(--sign); border-color: var(--sign); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
/* WooCommerce ships purple .alt buttons with high-specificity selectors; override every state. */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled],
.woocommerce div.product form.cart .single_add_to_cart_button, .woocommerce-checkout #payment #place_order, .wc-proceed-to-checkout a.checkout-button {
	background: var(--ink) !important; border-color: var(--ink) !important; color: var(--white) !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--ink-2) !important; border-color: var(--ink-2) !important; }
.woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button.alt.disabled { opacity: 0.45; }
.woocommerce a.added_to_cart { font-family: var(--f-display); font-weight: 700; padding-left: 10px; }
.arrow { display: inline-grid; place-items: center; width: 1.6em; height: 1.6em; background: var(--sign); color: var(--ink); border-radius: 2px; font-family: var(--f-display); font-weight: 800; flex: none; }

/* ==========================================================================
   Header
   ========================================================================== */
.announce { background: var(--ink); color: var(--white); font-family: var(--f-data); font-size: var(--step--1); letter-spacing: 0.04em; text-align: center; padding: 8px var(--gutter); }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.site-header__bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 72px; }
.logo { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.3rem, 1.1rem + 0.55vw, 1.7rem); letter-spacing: -0.02em; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.logo__mark { width: 34px; height: 34px; flex: none; color: var(--ink); transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1); animation: tgs-logo-settle 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.logo__arrow { stroke-dasharray: 30; stroke-dashoffset: 0; transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1); animation: tgs-logo-draw 0.6s ease-out 0.12s both; }
.logo__post { transition: opacity 0.35s ease; }
.logo:hover .logo__mark, .logo:focus-visible .logo__mark { transform: translateY(-1px); }
.logo:hover .logo__arrow, .logo:focus-visible .logo__arrow { transform: translateX(2px); }
.logo:hover .logo__post, .logo:focus-visible .logo__post { opacity: 0.85; }
@keyframes tgs-logo-settle { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }
@keyframes tgs-logo-draw { from { stroke-dashoffset: 30; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
	.logo__mark, .logo__arrow { animation: none; transition: none; }
	.logo:hover .logo__mark, .logo:hover .logo__arrow { transform: none; }
}
.nav { justify-self: center; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nav__item { position: static; }
.nav__link { display: flex; align-items: center; gap: 6px; min-height: 72px; padding: 0 clamp(8px, 0.9vw, 14px); white-space: nowrap; font-family: var(--f-display); font-weight: 700; text-decoration: none; border: 0; background: none; color: var(--ink); font-size: 1rem; cursor: pointer; border-bottom: 3px solid transparent; }
.nav__link:hover, .nav__item.is-open > .nav__link { border-bottom-color: var(--sign); color: var(--ink); }
.nav__link svg { width: 10px; height: 10px; transition: transform 0.15s ease; }
.nav__item.is-open > .nav__link svg { transform: rotate(180deg); }
/* Opens on hover with no delay; the fade only softens the edge, it never gates the opening. */
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px -24px rgba(20, 32, 43, 0.45); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity 0.13s ease, transform 0.13s ease, visibility 0s linear 0.13s; }
.nav__item.is-open .mega { opacity: 1; visibility: visible; transform: none; transition: opacity 0.13s ease, transform 0.13s ease, visibility 0s; }
@media (prefers-reduced-motion: reduce) { .mega { transition: none; } }
.mega__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 32px 36px; }
.mega__col h3 { font-family: var(--f-data); font-weight: 500; font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate); margin: 0 0 12px; }
.mega__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.mega__col a { text-decoration: none; font-weight: 500; }
.mega__col a:hover { text-decoration: underline; }
.mega__all { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 700; text-decoration: none; }
.mega__feature { background: var(--paper); padding: 16px; border-radius: var(--radius); text-decoration: none; display: grid; gap: 10px; }
.mega__feature img { aspect-ratio: 4 / 3; object-fit: contain; background: var(--white); width: 100%; }
.header-tools { display: flex; align-items: center; gap: 4px; }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--radius); background: none; border: 0; color: var(--ink); cursor: pointer; text-decoration: none; position: relative; }
.icon-btn:hover { background: var(--paper); color: var(--ink); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--sign); color: var(--ink); font-family: var(--f-data); font-size: 11px; font-weight: 700; line-height: 18px; text-align: center; border-radius: 2px; }
.cart-count:empty, .cart-count[data-count="0"] { display: none; }
.menu-toggle { display: none; }
.search-panel { border-top: 1px solid var(--line); padding-block: 16px; }
.search-form { display: flex; gap: 8px; }
.search-form input[type="search"] { flex: 1; min-height: 48px; padding: 10px 14px; border: 2px solid var(--ink); border-radius: var(--radius); font: inherit; background: var(--white); }

@media (max-width: 1024px) {
	.site-header__bar { grid-template-columns: auto 1fr auto; min-height: 60px; }
	.menu-toggle { display: inline-grid; }
	.logo { justify-self: start; }
	.nav { position: fixed; inset: 0 auto 0 0; width: min(92vw, 420px); background: var(--white); transform: translateX(-102%); transition: transform 0.2s ease; overflow-y: auto; z-index: 80; justify-self: auto; padding: 12px 0 40px; box-shadow: 0 0 0 100vmax rgba(20, 32, 43, 0); }
	body.nav-open .nav { transform: none; box-shadow: 0 0 0 100vmax rgba(20, 32, 43, 0.45); }
	.nav__close { display: flex; justify-content: flex-end; padding: 0 12px 8px; }
	.nav__list { flex-direction: column; gap: 0; }
	.nav__link { min-height: 56px; width: 100%; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); }
	.nav__link:hover, .nav__item.is-open > .nav__link { border-bottom-color: var(--line); background: var(--paper); }
	.mega { position: static; box-shadow: none; border: 0; display: none; opacity: 1; visibility: visible; transform: none; transition: none; }
	.nav__item.is-open .mega { display: block; }
	.mega__inner { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
	.mega__feature { display: none; }
}
@media (min-width: 1025px) { .nav__close { display: none; } }
@media (prefers-reduced-motion: reduce) { .nav { transition: none; } }

/* ==========================================================================
   Wayfinding sign (signature element)
   ========================================================================== */
.sign { display: flex; align-items: center; gap: 14px; background: var(--ink); color: var(--white); padding: 14px 16px; font-family: var(--f-display); font-weight: 700; font-size: var(--step-1); line-height: 1.15; text-decoration: none; border-radius: var(--radius); }
.sign:hover { color: var(--white); background: var(--ink-2); }
.sign:hover .arrow { transform: translateX(3px); }
.sign .arrow { transition: transform 0.15s ease; }
.sign small { display: block; font-family: var(--f-data); font-weight: 400; font-size: var(--step--1); color: #b9c4cc; margin-top: 3px; letter-spacing: 0.02em; }
.sign-row { display: flex; flex-wrap: wrap; gap: 8px; }
.sign-row .sign { font-size: 1rem; padding: 10px 14px; gap: 10px; }
.sign-row .sign .arrow { width: 1.4em; height: 1.4em; }
.sign-row .sign.is-current { background: var(--sign); color: var(--ink); }
.sign-row .sign.is-current .arrow { background: var(--ink); color: var(--sign); }

/* ==========================================================================
   Homepage
   ========================================================================== */
.hero { position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.72; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 32, 43, 0.85) 0%, rgba(20, 32, 43, 0.35) 55%, rgba(20, 32, 43, 0) 100%); }
.hero__content { position: relative; min-height: clamp(460px, 68vh, 720px); display: flex; flex-direction: column; justify-content: center; max-width: 620px; padding-block: 64px; }
.hero .eyebrow { color: var(--sign); }
.hero h1 { color: var(--white); font-size: var(--step-4); }
.hero p { font-size: var(--step-1); color: #dfe5ea; max-width: 46ch; }
.hero .btn { align-self: flex-start; margin-top: 8px; }

.split { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; background: var(--white); }
.split__media { background: var(--paper); min-height: 380px; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__body { padding: clamp(32px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.split__body h2 { max-width: 16ch; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } .split__media { min-height: 260px; } }

.tabs { display: flex; gap: 0; border-bottom: 2px solid var(--line); overflow-x: auto; }
.tabs button { background: none; border: 0; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 12px 18px; font-family: var(--f-display); font-weight: 700; font-size: 1rem; color: var(--slate); cursor: pointer; white-space: nowrap; }
.tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--sign); }
.tab-panel[hidden] { display: none; }
/* Product rows wrap into a grid so every item is visible, rather than sitting off-screen. */
.rail { display: grid; grid-auto-flow: row; overflow: visible; padding-block: 24px 8px; }

.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tile { display: grid; grid-template-rows: 1fr auto; background: var(--white); border-radius: var(--radius); overflow: hidden; text-decoration: none; border: 1px solid var(--line); }
.tile__img { aspect-ratio: 4 / 3; background: var(--white); }
.tile__img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform 0.25s ease; }
.tile:hover .tile__img img { transform: scale(1.03); }
.tile .sign { border-radius: 0; }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .tiles { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .tile:hover .tile__img img, .sign:hover .arrow { transform: none; } }

.spread { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-panel { background: var(--white); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); }
.feature-panel__img { aspect-ratio: 16 / 10; background: var(--paper); }
.feature-panel__img img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel__body { padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; align-items: flex-start; }
.feature-panel__body p { color: var(--ink-2); }
.feature-panel__body .btn { margin-top: auto; }
@media (max-width: 800px) { .spread { grid-template-columns: 1fr; } }

.trips { background: var(--ink); color: var(--white); }
.trips h2, .trips .lede { color: var(--white); }
.trips .eyebrow { color: var(--sign); }
.trip-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: var(--ink-2); margin-top: 32px; border: 2px solid var(--ink-2); }
.trip { background: var(--ink); padding: 24px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--white); min-height: 230px; }
.trip:hover { background: var(--ink-2); color: var(--white); }
.trip__label { font-family: var(--f-display); font-weight: 800; font-size: var(--step-2); line-height: 1.05; display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.trip p { color: #c8d1d8; margin: 0; }
.trip__go { margin-top: auto; font-family: var(--f-data); font-size: var(--step--1); color: var(--sign); letter-spacing: 0.04em; }
@media (max-width: 1000px) { .trip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .trip-grid { grid-template-columns: 1fr; } .trip { min-height: 0; } }

.guides { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.guide-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; display: grid; grid-template-rows: auto 1fr; }
.guide-card__img { aspect-ratio: 3 / 2; background: var(--paper); }
.guide-card__img img { width: 100%; height: 100%; object-fit: cover; }
.guide-card__body { padding: 20px; }
.guide-card__body h3 { margin-bottom: 8px; }
.guide-card__body p { color: var(--slate); margin: 0; font-size: 0.95rem; }
@media (max-width: 900px) { .guides { grid-template-columns: 1fr; } }

/* ==========================================================================
   Product cards
   ========================================================================== */
ul.products, .woocommerce ul.products { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .card { width: auto !important; margin: 0 !important; float: none !important; padding: 0; }
@media (max-width: 1100px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; } }
.card { position: relative; display: flex; flex-direction: column; background: transparent; }
.card__media { position: relative; aspect-ratio: 1 / 1; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: block; }
.card__media img { width: 100%; height: 100%; object-fit: contain; transition: opacity 0.2s ease; }
.card__media .card__alt { position: absolute; inset: 0; opacity: 0; }
.card:hover .card__media .card__alt { opacity: 1; }
.card__tag { position: absolute; top: 10px; left: 10px; background: var(--sign); color: var(--ink); font-family: var(--f-data); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 8px; border-radius: 2px; z-index: 2; }
.card__tag--out { background: var(--ink); color: var(--white); }
.card__body { padding-top: 12px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card__title { font-family: var(--f-display); font-weight: 700; font-size: 1.05rem; line-height: 1.2; margin: 0; }
.card__title a { text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card__price { font-weight: 600; }
.card__price del { color: var(--slate); font-weight: 400; margin-right: 6px; }
.card__price ins { text-decoration: none; }
.specs { display: flex; flex-wrap: wrap; gap: 0; font-family: var(--f-data); font-size: 12px; color: var(--ink-2); border: 1px solid var(--line); border-radius: 2px; width: fit-content; max-width: 100%; }
.specs span { padding: 2px 8px; border-right: 1px solid var(--line); white-space: nowrap; }
.specs span:last-child { border-right: 0; }
.swatches { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; position: relative; z-index: 2; }
.swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(20, 32, 43, 0.25); box-shadow: inset 0 0 0 2px var(--paper); }
.swatches__more { font-family: var(--f-data); font-size: 12px; color: var(--slate); }
.woocommerce span.onsale { display: none; }

/* ==========================================================================
   Category archive
   ========================================================================== */
.crumbs { font-family: var(--f-data); font-size: var(--step--1); color: var(--slate); padding-top: 20px; }
.crumbs a { color: var(--slate); }
.woocommerce .woocommerce-breadcrumb { margin: 0; color: var(--slate); font-size: var(--step--1); }
.woocommerce .woocommerce-breadcrumb a { color: var(--slate); }
.cat-head { padding-block: 24px 32px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 16px 48px; align-items: end; }
.cat-head h1 { margin-bottom: 0.2em; }
.cat-head__tagline { font-size: var(--step-1); color: var(--ink-2); margin: 0; }
.cat-head__intro { color: var(--ink-2); }
.cat-head__intro p:last-child { margin: 0; }
@media (max-width: 860px) { .cat-head { grid-template-columns: 1fr; } }
.toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding-block: 16px; border-top: 1px solid var(--line); margin-top: 24px; margin-bottom: 24px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 0; float: none; }
.woocommerce .woocommerce-result-count { font-family: var(--f-data); font-size: var(--step--1); color: var(--slate); }
.woocommerce-ordering select, select, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea {
	min-height: 44px; padding: 8px 12px; border: 1px solid #aab5bd; border-radius: var(--radius); font: inherit; background: var(--white); color: var(--ink);
}
.sub-section { padding-block: 40px; border-top: 1px solid var(--line); }
.sub-section:first-of-type { border-top: 0; }
.sub-section .section-head p { margin: 6px 0 0; color: var(--ink-2); max-width: 60ch; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); font-family: var(--f-data); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ink); color: var(--white); border-color: var(--ink); }

.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative; font-family: var(--f-display); font-weight: 700; font-size: var(--step-1); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; background: var(--paper); font-family: var(--f-data); font-size: 18px; border-radius: 2px; }
.faq details[open] summary::after { content: "-"; background: var(--sign); }
.faq__a { padding: 0 0 18px; color: var(--ink-2); max-width: 70ch; }

.prose { max-width: 760px; }
.prose h2 { font-size: var(--step-2); margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin-bottom: 0.4em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin: 1.5em 0; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-family: var(--f-data); font-weight: 500; font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.05em; color: var(--slate); }
.table-scroll { overflow-x: auto; }
mark.confirm { background: var(--sign); color: var(--ink); padding: 1px 4px; border-radius: 2px; font-family: var(--f-data); font-size: 0.85em; }

/* ==========================================================================
   Pages
   ========================================================================== */
.page-head { padding-block: 24px 8px; }
.page-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; padding-block: 32px var(--section); }
.page-side { position: sticky; top: 96px; align-self: start; display: grid; gap: 4px; }
.page-side a { text-decoration: none; padding: 8px 12px; border-left: 3px solid transparent; font-weight: 500; }
.page-side a[aria-current="page"] { border-left-color: var(--sign); background: var(--white); font-weight: 700; }
@media (max-width: 860px) { .page-layout { grid-template-columns: 1fr; gap: 24px; } .page-side { position: static; display: flex; flex-wrap: wrap; } .page-side a { border-left: 0; border-bottom: 3px solid transparent; } .page-side a[aria-current="page"] { border-bottom-color: var(--sign); } }
.contact-form { display: grid; gap: 16px; max-width: 560px; margin-top: 32px; }
.contact-form label { display: grid; gap: 6px; font-weight: 600; }
.contact-form .hp { position: absolute; left: -9999px; }
.notice { padding: 14px 16px; border-left: 4px solid var(--gum); background: var(--white); margin: 16px 0; }
.notice--error { border-left-color: var(--alert); }

/* ==========================================================================
   Single product
   ========================================================================== */
.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 20px 56px; padding-block: 16px 48px; }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: auto !important; float: none !important; margin: 0 !important; }
.single-product div.product .woocommerce-tabs, .single-product div.product .related, .single-product div.product .upsells { grid-column: 1 / -1; }
@media (max-width: 900px) { .single-product div.product { grid-template-columns: 1fr; } }
.woocommerce div.product .woocommerce-product-gallery__wrapper { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 8px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; }
.woocommerce div.product div.images .flex-control-thumbs li img { border: 1px solid var(--line); border-radius: 2px; background: var(--white); opacity: 0.6; }
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { opacity: 1; border-color: var(--ink); }
.woocommerce div.product .product_title { font-size: var(--step-3); margin-bottom: 8px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: var(--step-2); font-family: var(--f-display); font-weight: 700; }
.woocommerce div.product p.price del { color: var(--slate); font-size: 0.7em; font-weight: 400; }
.woocommerce div.product p.price ins { text-decoration: none; }
.summary .specs { margin: 8px 0 20px; font-size: 13px; }
.woocommerce div.product form.cart { display: grid; gap: 16px; margin: 24px 0; }
.woocommerce div.product form.cart .variations { margin: 0; }
.woocommerce div.product form.cart .variations th { font-family: var(--f-data); font-weight: 500; text-transform: uppercase; font-size: var(--step--1); letter-spacing: 0.06em; padding-right: 16px; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce .quantity .qty { width: 72px; min-height: 48px; }
.woocommerce div.product form.cart .button { min-height: 52px; padding-inline: 32px; }
.woocommerce-variation-add-to-cart, .woocommerce div.product form.cart:not(.variations_form) { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.product-meta-list { list-style: none; padding: 16px 0 0; margin: 16px 0 0; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: 0.95rem; }
.product-meta-list li { display: flex; gap: 10px; align-items: baseline; }
.product-meta-list .k { font-family: var(--f-data); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--slate); min-width: 92px; }
.woocommerce div.product .product_meta { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 24px; border-bottom: 2px solid var(--line); overflow: visible; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: none; border: 0; border-radius: 0; margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 18px; font-family: var(--f-display); font-weight: 700; color: var(--slate); border-bottom: 3px solid transparent; margin-bottom: -2px; display: block; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink); border-bottom-color: var(--sign); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 820px; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { display: none; }
.related > h2, .upsells > h2 { font-size: var(--step-2); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ink); background: var(--white); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ink); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: #c8d1d8; padding-block: 64px 28px; margin-top: 0; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 40px; }
.footer-grid h2 { font-family: var(--f-data); font-weight: 500; font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.08em; color: var(--sign); margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-brand .logo { color: var(--white); margin-bottom: 16px; }
.footer-brand .logo__mark { color: var(--white); }
.footer-brand .logo__mark rect:first-child { fill: var(--ink-2); }
.footer-contact { font-style: normal; margin-top: 16px; line-height: 1.7; color: #c8d1d8; }
.footer-contact a { font-family: var(--f-data); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid var(--ink-2); margin-top: 48px; padding-top: 20px; font-family: var(--f-data); font-size: var(--step--1); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* Cart / checkout / account keep WooCommerce layout, restyled lightly */
.woocommerce-cart main.wrap, .woocommerce-checkout main.wrap, .woocommerce-account main.wrap { padding-bottom: var(--section); }
.woocommerce table.shop_table { border-radius: var(--radius); background: var(--white); border-color: var(--line); }
.woocommerce-checkout #payment { background: var(--white); border-radius: var(--radius); }
