/*
Theme Name: Sauna Expert Builders
Description: Custom theme for saunaexpertbuilders.com — builder/installer brand over The Sauna Solution catalog. Navy, bronze and cream design system with a cinematic video hero.
Version: 1.4.0
Author: Sauna Expert Builders
Requires PHP: 8.1
*/

:root {
	--se-navy: #1f3a5f;
	--se-navy-deep: #142942;
	--se-bronze: #b08d57;
	--se-bronze-dark: #9a7a49;
	--se-gold: #e8c98e;
	--se-cream: #f5f3ed;
	--se-ink: #333333;
	--se-muted: #6b6b6b;
	--se-flame: #f04f36;
	--se-pine: #2e7d32;
	--se-font-head: 'Montserrat', sans-serif;
	--se-font-body: 'Nunito Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--se-font-body);
	font-size: 16px;
	line-height: 1.65;
	color: var(--se-ink);
	background: var(--se-cream);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--se-navy); }

h1, h2, h3, h4 { font-family: var(--se-font-head); color: var(--se-navy); line-height: 1.2; }

.se-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ============ Header ============ */
.se-topbar { background: var(--se-navy-deep); color: #cfd8e3; font-size: .82rem; }
.se-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 7px 0; }
.se-topbar a { color: var(--se-gold); text-decoration: none; font-weight: 700; }
.se-topbar-right { display: flex; gap: 18px; }
@media (max-width: 720px) { .se-topbar-left { display: none; } .se-topbar-inner { justify-content: center; } }

.se-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #e7e2d6; box-shadow: 0 2px 18px rgba(20, 41, 66, .06); }
.se-header-inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.se-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.se-logo-mark { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, var(--se-navy) 0%, var(--se-navy-deep) 100%); display: flex; align-items: center; justify-content: center; color: var(--se-gold); font-family: var(--se-font-head); font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; }
.se-logo-img { width: 46px; height: 46px; border-radius: 11px; background: #fff; box-shadow: 0 1px 6px rgba(20, 41, 66, .14); }
.se-logo-text { display: flex; flex-direction: column; line-height: 1.12; }
.se-logo-text b { font-family: var(--se-font-head); font-weight: 800; color: var(--se-navy); font-size: 1.06rem; letter-spacing: .01em; }
.se-logo-text small { color: var(--se-bronze); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.se-nav { display: flex; gap: 4px; margin-left: auto; }
.se-nav a { padding: 9px 14px; border-radius: 8px; text-decoration: none; color: var(--se-ink); font-weight: 700; font-size: .93rem; transition: background .18s, color .18s; }
.se-nav a:hover, .se-nav a.is-active { background: var(--se-cream); color: var(--se-navy); }
.se-nav a.se-nav-cta { background: var(--se-bronze); color: #fff; margin-left: 6px; }
.se-nav a.se-nav-cta:hover { background: var(--se-bronze-dark); }

.se-header-tools { display: flex; align-items: center; gap: 6px; }
.se-tool { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 9px; color: var(--se-navy); text-decoration: none; transition: background .18s; }
.se-tool:hover { background: var(--se-cream); }
.se-tool svg { width: 21px; height: 21px; }
[data-cart-count] { position: absolute; top: 2px; right: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; background: var(--se-flame); color: #fff; font-size: .66rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
[data-cart-count].is-empty { display: none; }

.se-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.se-burger span { display: block; width: 24px; height: 2.5px; background: var(--se-navy); margin: 5px 0; border-radius: 2px; }
@media (max-width: 980px) {
	.se-burger { display: block; margin-left: auto; }
	.se-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #fff; padding: 12px 20px 20px; border-bottom: 1px solid #e7e2d6; box-shadow: 0 18px 30px rgba(20, 41, 66, .12); }
	.se-nav.is-open { display: flex; }
	.se-header-tools { margin-left: 0; }
}

/* ============ Hero ============ */
.se-hero { position: relative; min-height: min(88vh, 780px); display: flex; align-items: center; overflow: hidden; background: var(--se-navy-deep); }
.se-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.se-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13, 24, 39, .82) 0%, rgba(13, 24, 39, .45) 52%, rgba(13, 24, 39, .18) 100%); }
.se-hero-content { position: relative; z-index: 2; max-width: 700px; padding: 110px 0; }
.se-hero-kicker { display: inline-flex; align-items: center; gap: 9px; background: rgba(232, 201, 142, .14); border: 1px solid rgba(232, 201, 142, .4); color: var(--se-gold); border-radius: 99px; padding: 7px 16px; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.se-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.7rem); font-weight: 800; margin: 22px 0 18px; letter-spacing: -.015em; }
.se-hero h1 em { font-style: normal; color: var(--se-gold); }
.se-hero p { color: #d7dee8; font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 560px; margin: 0 0 32px; }
.se-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.se-hero-trust { display: flex; gap: 26px; margin-top: 44px; flex-wrap: wrap; }
.se-hero-trust div { color: #b9c5d4; font-size: .84rem; }
.se-hero-trust strong { display: block; color: #fff; font-family: var(--se-font-head); font-size: 1.12rem; }
.se-hero-trust a { color: #fff; text-decoration: none; }

/* Buttons (shared with plugin via same class names) */
.se-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--se-bronze); color: #fff; border: 0; border-radius: 10px; padding: 14px 30px; font-family: var(--se-font-head); font-weight: 700; font-size: .95rem; cursor: pointer; text-decoration: none; transition: background .2s, transform .15s; }
.se-btn:hover { background: var(--se-bronze-dark); transform: translateY(-1px); color: #fff; }
.se-btn-outline { background: transparent; border: 1.5px solid rgba(255, 255, 255, .55); }
.se-btn-outline:hover { background: rgba(255, 255, 255, .12); }

/* ============ Sections ============ */
.se-section { padding: 84px 0; }
.se-section-tight { padding: 56px 0; }
.se-section-white { background: #fff; }
.se-section-navy { background: var(--se-navy-deep); }
.se-kicker { color: var(--se-bronze); font-family: var(--se-font-head); font-weight: 800; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 10px; }
.se-h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; margin: 0 0 14px; letter-spacing: -.01em; }
.se-lead { color: var(--se-muted); font-size: 1.06rem; max-width: 640px; margin: 0 0 40px; }
.se-center { text-align: center; }
.se-center .se-lead { margin-left: auto; margin-right: auto; }

/* Trust bar */
.se-trustbar { background: #fff; border-bottom: 1px solid #e7e2d6; }
.se-trustbar-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.se-trust-item { display: flex; align-items: center; gap: 13px; padding: 22px 18px; border-left: 1px solid #eee9dd; }
.se-trust-item:first-child { border-left: 0; }
.se-trust-item svg { width: 30px; height: 30px; color: var(--se-bronze); flex: none; }
.se-trust-item b { display: block; font-family: var(--se-font-head); color: var(--se-navy); font-size: .93rem; }
.se-trust-item small { color: var(--se-muted); font-size: .8rem; }

/* Steps */
.se-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.se-step { background: #fff; border: 1px solid #e7e2d6; border-radius: 16px; padding: 30px 28px; position: relative; }
.se-step-num { position: absolute; top: -18px; left: 26px; width: 38px; height: 38px; border-radius: 10px; background: var(--se-navy); color: var(--se-gold); font-family: var(--se-font-head); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; }
.se-step h3 { margin: 12px 0 8px; font-size: 1.12rem; }
.se-step p { margin: 0; color: var(--se-muted); font-size: .93rem; }

/* Split */
.se-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .se-split { grid-template-columns: 1fr; gap: 32px; } }
.se-split-img { border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px rgba(20, 41, 66, .18); }
.se-split-img img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Stats band */
.se-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 40px; }
.se-stat { text-align: center; }
.se-stat strong { display: block; font-family: var(--se-font-head); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.5rem); color: var(--se-gold); }
.se-stat span { color: #b9c5d4; font-size: .87rem; }
.se-section-navy .se-h2, .se-section-navy h3 { color: #fff; }
.se-section-navy .se-lead { color: #b9c5d4; }

/* Image trio */
.se-trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.se-trio-card { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/3.4; display: flex; align-items: flex-end; text-decoration: none; background: var(--se-navy); }
.se-trio-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.se-trio-card:hover img { transform: scale(1.05); }
.se-trio-card > div { position: relative; z-index: 2; padding: 70px 24px 24px; width: 100%; background: linear-gradient(transparent, rgba(13, 24, 39, .92)); }
.se-trio-card h3 { color: #fff; margin: 0 0 5px; font-size: 1.22rem; }
.se-trio-card p { color: #cdd6e1; margin: 0 0 10px; font-size: .88rem; }
.se-trio-card span { color: var(--se-gold); font-weight: 800; font-family: var(--se-font-head); font-size: .86rem; }

/* Quote */
.se-quote { max-width: 780px; margin: 0 auto; text-align: center; }
.se-quote blockquote { font-family: var(--se-font-head); font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 700; color: var(--se-navy); margin: 0 0 18px; line-height: 1.45; }
.se-quote cite { color: var(--se-muted); font-style: normal; font-size: .93rem; }
.se-stars { color: #ffab41; letter-spacing: 3px; font-size: 1.25rem; margin-bottom: 16px; }

/* CTA band */
.se-ctaband { text-align: center; padding: 90px 24px; }
.se-ctaband .se-h2 { color: #fff; }
.se-ctaband p { color: #b9c5d4; max-width: 560px; margin: 0 auto 32px; }
.se-ctaband .se-phone { display: block; font-family: var(--se-font-head); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--se-gold); text-decoration: none; margin-top: 26px; }

/* ============ Footer ============ */
.se-footer { background: var(--se-navy-deep); color: #9fb0c3; }
.se-footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; padding: 64px 0 46px; }
@media (max-width: 900px) { .se-footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .se-footer-main { grid-template-columns: 1fr; } }
.se-footer h4 { color: #fff; font-size: .95rem; margin: 0 0 16px; letter-spacing: .06em; text-transform: uppercase; }
.se-footer a { color: #9fb0c3; text-decoration: none; }
.se-footer a:hover { color: var(--se-gold); }
.se-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .92rem; }
.se-footer-brand p { font-size: .9rem; margin: 14px 0 18px; max-width: 300px; }
.se-footer-phone { font-family: var(--se-font-head); font-weight: 800; font-size: 1.25rem; color: #fff !important; }
.se-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .09); padding: 20px 0; font-size: .82rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ============ Content pages ============ */
.se-page { padding: 64px 0 90px; }
.se-page-title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin: 0 0 26px; }
.se-prose { background: #fff; border: 1px solid #e7e2d6; border-radius: 18px; padding: clamp(24px, 4vw, 52px); line-height: 1.75; }
.se-prose img { border-radius: 12px; }

/* ============ Motion ============ */
/* Hidden state only applies when JS has stamped .se-js on <html>, so content is
   never invisible for crawlers or if the script fails. */
.se-js .se-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.se-js .se-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.se-reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* ============ Shop mega menu ============ */
/* The panel reads as a lit sauna seen from a cold room: deep navy ground, ember-warm
   photo tiles, and a bronze "heat line" that runs across the top as it opens.
   Groups follow the order a build actually happens — room, heat, cool-down, finish.
   Anchor rules are prefixed with .se-nav so they outrank the plain `.se-nav a` nav
   styling that would otherwise pad and tint every link inside the panel. */

.se-mega-toggle {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 9px 14px; border: 0; border-radius: 8px; background: none; cursor: pointer;
	font-family: var(--se-font-body); font-weight: 700; font-size: .93rem; color: var(--se-ink);
	transition: background .18s, color .18s;
}
.se-mega-toggle:hover,
.se-mega-wrap.is-open .se-mega-toggle { background: var(--se-cream); color: var(--se-navy); }
.se-mega-chev { width: 15px; height: 15px; transition: transform .25s ease; }
.se-mega-wrap.is-open .se-mega-chev { transform: rotate(180deg); }

.se-mega {
	position: absolute; top: 100%; left: 0; right: 0; z-index: 120;
	background: var(--se-navy-deep);
	box-shadow: 0 30px 60px rgba(10, 20, 35, .38);
	opacity: 0; visibility: hidden; transform: translateY(-10px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.se-mega-wrap.is-open .se-mega { opacity: 1; visibility: visible; transform: none; }

/* the heat line */
.se-mega::before {
	content: ""; position: absolute; top: 0; left: 0; height: 2px; width: 0;
	background: linear-gradient(90deg, var(--se-bronze), var(--se-gold), var(--se-bronze));
	transition: width .55s ease .06s;
}
.se-mega-wrap.is-open .se-mega::before { width: 100%; }

.se-mega-inner {
	display: grid; grid-template-columns: 296px 1fr; gap: 30px;
	padding-top: 26px; padding-bottom: 30px;
}

.se-nav .se-mega-promo {
	position: relative; display: flex; align-items: flex-end; overflow: hidden;
	border-radius: 16px; text-decoration: none; min-height: 400px; padding: 0;
}
.se-mega-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.se-mega-promo::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(158deg, rgba(20, 41, 66, .18) 0%, rgba(15, 28, 46, .93) 74%);
}
.se-mega-promo-body { position: relative; z-index: 1; padding: 24px; }
.se-mega-kicker {
	display: block; margin-bottom: 9px; font-family: var(--se-font-head); font-weight: 800;
	font-size: .66rem; letter-spacing: .19em; text-transform: uppercase; color: var(--se-gold);
}
.se-mega-promo-body strong {
	display: block; font-family: var(--se-font-head); font-weight: 800; font-size: 1.32rem;
	line-height: 1.18; color: #fff;
}
.se-mega-promo-copy {
	display: block; margin-top: 10px; font-size: .82rem; line-height: 1.55; color: rgba(255, 255, 255, .68);
}
.se-mega-promo-link {
	display: block; margin-top: 16px; font-family: var(--se-font-head); font-weight: 800;
	font-size: .82rem; color: var(--se-gold);
}
.se-nav .se-mega-promo:hover .se-mega-promo-link { color: #fff; }

.se-mega-groups { display: flex; flex-direction: column; gap: 18px; }
.se-mega-label {
	margin: 0 0 9px; font-family: var(--se-font-head); font-weight: 800; font-size: .66rem;
	letter-spacing: .19em; text-transform: uppercase; color: var(--se-bronze);
}
.se-mega-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }

.se-nav .se-mega-card {
	position: relative; display: flex; align-items: flex-end; overflow: hidden;
	aspect-ratio: 16 / 7.4; border-radius: 12px; text-decoration: none; padding: 0;
	border: 1px solid rgba(255, 255, 255, .09);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.se-mega-card img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	transition: transform .5s ease;
}
/* Weighted to the bottom so the label stays legible while the photograph above it
   still reads — the tiles are the reason to open the menu. */
.se-mega-card::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(13, 25, 41, 0) 30%, rgba(13, 25, 41, .82) 100%);
	transition: background .25s ease;
}
.se-mega-card-body { position: relative; z-index: 1; padding: 11px 13px 12px; }
.se-mega-card b {
	display: block; font-family: var(--se-font-head); font-weight: 800; font-size: .82rem;
	line-height: 1.2; color: #fff;
}
.se-mega-card small {
	display: block; margin-top: 3px; font-size: .71rem; line-height: 1.3; color: rgba(255, 255, 255, .64);
}
.se-mega-card-count {
	position: absolute; top: 9px; right: 10px; z-index: 1;
	font-family: var(--se-font-head); font-weight: 800; font-size: .64rem; color: var(--se-gold);
	background: rgba(10, 20, 35, .62); border: 1px solid rgba(232, 201, 142, .3);
	border-radius: 999px; padding: 2px 8px;
}
/* ember bloom on hover */
.se-nav .se-mega-card:hover {
	transform: translateY(-3px); border-color: rgba(176, 141, 87, .7);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .38);
}
.se-nav .se-mega-card:hover img { transform: scale(1.07); }
.se-nav .se-mega-card:hover::after {
	background: linear-gradient(180deg, rgba(150, 74, 24, .26) 0%, rgba(13, 25, 41, .8) 100%);
}

.se-mega-foot {
	display: flex; flex-wrap: wrap; gap: 20px; margin: 2px 0 0;
	padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .1);
}
.se-nav .se-mega-foot a {
	font-family: var(--se-font-head); font-weight: 700; font-size: .79rem;
	color: rgba(255, 255, 255, .72); text-decoration: none; background: none; padding: 0;
}
.se-nav .se-mega-foot a:hover { color: var(--se-gold); background: none; }

.se-mega-toggle:focus-visible,
.se-nav .se-mega-card:focus-visible,
.se-nav .se-mega-promo:focus-visible,
.se-nav .se-mega-foot a:focus-visible { outline: 2px solid var(--se-gold); outline-offset: 3px; }

@media (max-width: 1180px) {
	.se-mega-inner { grid-template-columns: 244px 1fr; gap: 22px; }
	.se-mega-cards { gap: 10px; }
}

@media (max-width: 980px) {
	/* Inside the burger column the panel is a plain accordion, not an overlay. */
	.se-mega-wrap { width: 100%; }
	.se-mega-toggle { width: 100%; justify-content: space-between; padding: 9px 14px; }
	.se-mega {
		position: static; display: none; opacity: 1; visibility: visible; transform: none;
		background: none; box-shadow: none;
	}
	.se-mega-wrap.is-open .se-mega { display: block; }
	.se-mega::before { display: none; }
	.se-mega-inner { grid-template-columns: 1fr; gap: 14px; padding: 6px 0 10px; max-width: none; }
	.se-mega-inner > .se-mega-promo { display: none; }
	.se-mega-cards { grid-template-columns: 1fr 1fr; }
	.se-mega-label { color: var(--se-bronze-dark); }
	.se-mega-foot { border-top-color: rgba(20, 41, 66, .14); }
	.se-nav .se-mega-foot a { color: var(--se-navy); }
}

@media (max-width: 520px) {
	.se-mega-cards { grid-template-columns: 1fr; }
	.se-nav .se-mega-card { aspect-ratio: 16 / 5.6; }
}

@media (prefers-reduced-motion: reduce) {
	.se-mega, .se-mega::before, .se-mega-chev,
	.se-nav .se-mega-card, .se-mega-card img, .se-mega-card::after { transition: none; }
	.se-nav .se-mega-card:hover { transform: none; }
	.se-nav .se-mega-card:hover img { transform: none; }
}

/* Tool link in the mega menu foot — the calculator earns emphasis over the plain links. */
.se-nav .se-mega-foot-tool {
	display: inline-flex; align-items: center; gap: 7px; margin-right: 4px;
	padding: 7px 13px; border-radius: 8px;
	background: rgba(176, 141, 87, .16); border: 1px solid rgba(176, 141, 87, .45);
	color: var(--se-gold); transition: background .18s, border-color .18s;
}
.se-nav .se-mega-foot-tool:hover { background: rgba(176, 141, 87, .3); border-color: var(--se-bronze); color: #fff; }
.se-mega-foot-tool svg { width: 15px; height: 15px; flex: none; }
@media (max-width: 980px) {
	.se-nav .se-mega-foot-tool { color: var(--se-navy); background: rgba(176, 141, 87, .12); }
}

/* Calculator callout inside the Design & Build section */
.se-tool-callout {
	display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
	margin-top: 34px; padding: 22px 24px; border-radius: 16px;
	background: var(--se-cream); border: 1px solid #e7e2d6;
}
.se-tool-callout h3 { margin: 0 0 4px; font-size: 1.02rem; }
.se-tool-callout p { margin: 0; font-size: .89rem; color: var(--se-muted); max-width: 420px; }
@media (max-width: 560px) { .se-tool-callout .se-btn { width: 100%; } }

/* ============ Seasonal sale bar ============ */
.se-salebar { background: linear-gradient(90deg, #8a3b16 0%, var(--se-bronze) 55%, #8a3b16 100%); color: #fff; }
.se-salebar-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; padding: 9px 0; font-size: .84rem; }
.se-salebar-tag { font-family: var(--se-font-head); font-weight: 800; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; background: rgba(255, 255, 255, .2); border-radius: 99px; padding: 3px 11px; }
.se-salebar-copy { font-weight: 600; }
.se-salebar-clock { font-family: var(--se-font-head); font-weight: 800; font-variant-numeric: tabular-nums; background: rgba(0, 0, 0, .22); border-radius: 6px; padding: 3px 9px; }
.se-salebar-cta { color: #fff; font-weight: 800; font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; }
.se-salebar-cta:hover { color: var(--se-gold); }
@media (max-width: 720px) { .se-salebar-copy { display: none; } }

.se-sale-countdown { margin: 6px 0 0; font-family: var(--se-font-head); font-weight: 700; font-size: .8rem; color: #8a3b16; font-variant-numeric: tabular-nums; }

/* ============ Activity notice ============ */
.se-proof {
	position: fixed; left: 20px; bottom: 20px; z-index: 200; width: min(330px, calc(100vw - 40px));
	background: #fff; border: 1px solid #e7e2d6; border-radius: 14px;
	box-shadow: 0 16px 38px rgba(20, 41, 66, .18);
	opacity: 0; transform: translateY(14px); transition: opacity .35s ease, transform .35s ease;
}
.se-proof.is-in { opacity: 1; transform: none; }
.se-proof-link { display: flex; align-items: center; gap: 12px; padding: 12px 34px 12px 12px; text-decoration: none; }
.se-proof-img { width: 52px; height: 52px; border-radius: 9px; object-fit: cover; flex: none; background: var(--se-cream); }
.se-proof-text { display: block; font-family: var(--se-font-head); font-weight: 800; font-size: .82rem; color: var(--se-navy); line-height: 1.25; }
.se-proof-detail { display: block; margin-top: 3px; font-size: .76rem; color: var(--se-muted); line-height: 1.35;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.se-proof-close {
	position: absolute; top: 6px; right: 6px; width: 26px; height: 26px; border: 0; border-radius: 7px;
	background: none; color: #9a9a9a; font-size: 1.15rem; line-height: 1; cursor: pointer;
}
.se-proof-close:hover { background: var(--se-cream); color: var(--se-navy); }
.se-proof-close:focus-visible, .se-proof-link:focus-visible { outline: 2px solid var(--se-bronze); outline-offset: 2px; }
@media (max-width: 560px) { .se-proof { left: 12px; bottom: 12px; } }
@media (prefers-reduced-motion: reduce) { .se-proof { transition: none; } }

/* ============ Glass buttons ============
   The controls were flat fills. These rebuild them as glass: a light-catching top
   edge, a body that deepens toward the base, a dark contact edge and a cast shadow.
   Most of these sit on flat cream where a backdrop blur would do nothing visible, so
   the glass is constructed from layered gradients; blur is still declared for the
   ones that do sit over photography (hero, mega menu).

   The bronze also deepens down the button on purpose: white on flat #b08d57 was only
   about 3:1, under the 4.5:1 minimum for text this size. */

.se-btn,
.se-nav a.se-nav-cta {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .07) 22%, rgba(255, 255, 255, 0) 38%),
		linear-gradient(180deg, #a5834e 0%, #866a3f 46%, #745c36 100%);
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .5),
		inset 0 -1px 0 rgba(0, 0, 0, .22),
		0 6px 16px rgba(88, 66, 33, .26);
	-webkit-backdrop-filter: blur(6px) saturate(140%);
	backdrop-filter: blur(6px) saturate(140%);
	text-shadow: 0 1px 1px rgba(60, 44, 20, .35);
	transition: background-image .2s ease, box-shadow .2s ease, transform .15s ease;
}

.se-btn:hover,
.se-nav a.se-nav-cta:hover {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, .48) 0%, rgba(255, 255, 255, .1) 24%, rgba(255, 255, 255, 0) 40%),
		linear-gradient(180deg, #b08c55 0%, #8f7245 46%, #7b6239 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .62),
		inset 0 -1px 0 rgba(0, 0, 0, .24),
		0 10px 24px rgba(88, 66, 33, .32);
	transform: translateY(-1px);
}

.se-btn:active,
.se-nav a.se-nav-cta:active {
	transform: translateY(0);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .2);
}

/* Frosted, for controls that sit on light ground */
.se-btn-ghost,
.se-sort,
.se-pagination a {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .58) 100%);
	background-color: rgba(255, 255, 255, .55);
	border: 1px solid rgba(31, 58, 95, .16);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .95),
		0 3px 12px rgba(20, 41, 66, .08);
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(10px) saturate(150%);
	text-shadow: none;
	color: var(--se-navy, #1f3a5f);
}

.se-btn-ghost:hover,
.se-pagination a:hover {
	background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .78) 100%);
	border-color: rgba(176, 141, 87, .55);
	box-shadow: inset 0 1px 0 #fff, 0 6px 18px rgba(20, 41, 66, .12);
	color: var(--se-navy, #1f3a5f);
}

.se-sort:focus-visible,
.se-btn:focus-visible,
.se-btn-ghost:focus-visible,
.se-pagination a:focus-visible { outline: 2px solid var(--se-gold, #e8c98e); outline-offset: 2px; }

/* Current page marker: the same glass, in navy */
.se-page-current {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .03) 48%, rgba(255, 255, 255, 0) 64%),
		linear-gradient(180deg, #24446e 0%, #142942 100%);
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 4px 14px rgba(20, 41, 66, .3);
	color: #fff;
}

/* Over photography the blur is real, so lean on it */
.se-btn-outline {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .26) 0%, rgba(255, 255, 255, .08) 100%);
	background-color: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 8px 26px rgba(0, 0, 0, .28);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	backdrop-filter: blur(14px) saturate(150%);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.se-btn-outline:hover {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .14) 100%);
	border-color: rgba(255, 255, 255, .72);
}

@media (prefers-reduced-motion: reduce) {
	.se-btn, .se-nav a.se-nav-cta, .se-btn-ghost, .se-pagination a { transition: none; }
	.se-btn:hover, .se-nav a.se-nav-cta:hover { transform: none; }
}
