/*
 * Strphanie & CO LLC — "Atelier Editorial" layout layer (v1.0.0).
 * A warm, light, print-inspired system: ivory paper, bordeaux wine,
 * champagne gold hairlines, serif display type and asymmetric columns.
 * Cart & checkout templates are intentionally untouched (colors only).
 */

*, *::before, *::after { box-sizing: border-box; }

:root {
	--sc-paper: #FAF5EE;
	--sc-paper-2: #F2E9DC;
	--sc-white: #FFFDFA;
	--sc-wine: #7B2233;
	--sc-wine-dark: #5C1626;
	--sc-gold: #C39A4C;
	--sc-ink: #1B1210;
	--sc-muted: #6E5D56;
	--sc-line: #E2D5C3;
	--sc-line-light: rgba(250, 245, 238, .22);
	--sc-max: 1320px;
	--sc-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
	--sc-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ---------- Shell ---------- */
.sc-wrap {
	width: 100%;
	max-width: var(--sc-max);
	margin: 0 auto;
	padding: 0 clamp(18px, 4vw, 48px);
}

.sc-sec { padding: clamp(52px, 6.5vw, 104px) 0; position: relative; }
.sc-sec--paper { background: var(--sc-paper); }
.sc-sec--paper2 { background: var(--sc-paper-2); }
.sc-sec--white { background: var(--sc-white); }
.sc-sec--wine { background: var(--sc-wine); color: #FBF4EA; }
.sc-sec--wine h2, .sc-sec--wine h3 { color: #FFFDFA; }

.sc-kicker {
	display: block;
	margin: 0 0 14px;
	font-family: var(--sc-sans);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: var(--sc-wine);
}
.sc-sec--wine .sc-kicker { color: var(--sc-gold); }

.sc-h2 {
	margin: 0;
	font-family: var(--sc-serif);
	font-weight: 600;
	font-size: clamp(1.8rem, 3.4vw, 2.9rem);
	line-height: 1.12;
	letter-spacing: -.015em;
	color: var(--sc-ink);
}
.sc-sec--wine .sc-h2 { color: #FFFDFA; }

.sc-lead {
	margin: 0;
	font-size: clamp(.96rem, 1.1vw, 1.05rem);
	line-height: 1.75;
	color: var(--sc-muted);
	max-width: 52ch;
}
.sc-sec--wine .sc-lead { color: rgba(251, 244, 234, .8); }

/* Centered section heading — different rhythm from previous themes */
.sc-head {
	max-width: 720px;
	margin: 0 auto clamp(30px, 4vw, 58px);
	text-align: center;
}
.sc-head .sc-lead { margin: 14px auto 0; }
.sc-head::after {
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	margin: 22px auto 0;
	background: var(--sc-gold);
}

/* ---------- Buttons ---------- */
.sc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 26px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-family: var(--sc-sans);
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1;
	cursor: pointer;
	transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
	text-align: center;
}
.sc-btn:hover { transform: translateY(-2px); }
.sc-btn svg { width: 18px; height: 18px; flex: none; }

.sc-btn--wine { background: var(--sc-wine); color: #FFF7EC; }
.sc-btn--wine:hover { background: var(--sc-wine-dark); color: #FFF7EC; }
.sc-btn--gold { background: var(--sc-gold); color: #241A17; }
.sc-btn--gold:hover { background: #B08834; color: #1B1210; }
.sc-btn--ghost { background: transparent; color: var(--sc-ink); border-color: var(--sc-line); }
.sc-btn--ghost:hover { border-color: var(--sc-wine); color: var(--sc-wine); }
.sc-btn--light { background: #FFFDFA; color: var(--sc-wine); }
.sc-btn--light:hover { background: #FFF; color: var(--sc-wine-dark); }
.sc-btn--wire-light { background: transparent; color: #FFFDFA; border-color: var(--sc-line-light); }
.sc-btn--wire-light:hover { border-color: var(--sc-gold); color: var(--sc-gold); }

/* ---------- Header: two-tier ivory bar ---------- */
body.zt-site { background: var(--sc-paper); }

.sc-head-strip {
	background: var(--sc-ink);
	color: rgba(255, 253, 250, .82);
	font-size: .76rem;
	letter-spacing: .04em;
}
.sc-head-strip .sc-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
	flex-wrap: wrap;
}
.sc-head-strip a:hover { color: var(--sc-gold); }
.sc-head-strip__note { color: var(--sc-gold); font-weight: 600; }

.sc-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(250, 245, 238, .94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--sc-line);
}
.sc-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 78px;
}
.sc-header__brand img { height: 52px; width: auto; }

.sc-nav { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 26px); }
.sc-nav a {
	position: relative;
	font-size: .84rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--sc-ink);
	padding: 8px 0;
}
.sc-nav a::after {
	content: "";
	position: absolute;
	left: 0; right: 100%; bottom: 2px;
	height: 1px;
	background: var(--sc-gold);
	transition: right .28s ease;
}
.sc-nav a:hover { color: var(--sc-wine); }
.sc-nav a:hover::after { right: 0; }
.sc-nav ul { list-style: none; display: flex; gap: clamp(10px, 1.6vw, 26px); margin: 0; padding: 0; }
.sc-nav li { position: relative; }
.sc-nav .sub-menu {
	position: absolute;
	top: 100%; left: 0;
	min-width: 230px;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	padding: 10px;
	display: none;
	flex-direction: column;
	gap: 2px;
	box-shadow: 0 26px 50px -34px rgba(27, 18, 16, .5);
}
.sc-nav li:hover > .sub-menu { display: flex; }
.sc-nav .sub-menu a { text-transform: none; letter-spacing: 0; font-weight: 500; padding: 8px 10px; }

.sc-tools { display: flex; align-items: center; gap: 10px; }
.sc-icon-btn {
	position: relative;
	display: grid;
	place-items: center;
	width: 44px; height: 44px;
	border-radius: 999px;
	border: 1px solid var(--sc-line);
	background: transparent;
	color: var(--sc-ink);
	cursor: pointer;
}
.sc-icon-btn:hover { border-color: var(--sc-wine); color: var(--sc-wine); }
.sc-icon-btn svg { width: 18px; height: 18px; }
.sc-count {
	position: absolute;
	top: -4px; right: -4px;
	min-width: 20px; height: 20px;
	border-radius: 999px;
	background: var(--sc-wine);
	color: #FFF7EC;
	font-size: .66rem;
	font-weight: 700;
	display: grid;
	place-items: center;
	padding: 0 5px;
}
.sc-count.is-empty { display: none; }
.sc-burger { display: none; }

.sc-mobile { display: none; border-top: 1px solid var(--sc-line); background: var(--sc-paper); }
.sc-mobile.is-open { display: block; }
.sc-mobile .sc-wrap { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; padding-bottom: 22px; }
.sc-mobile ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.sc-mobile a { padding: 12px 2px; border-bottom: 1px solid var(--sc-line); font-weight: 600; }
.sc-mobile .sc-btn { width: 100%; margin-top: 6px; }

@media (max-width: 1024px) {
	.sc-nav { display: none; }
	.sc-burger { display: grid; }
	.sc-header__cta { display: none; }
}
@media (max-width: 520px) {
	.sc-header__brand img { height: 42px; }
	.sc-head-strip__note { display: none; }
}

/* ---------- Hero: framed ivory banner ---------- */
.sc-hero {
	background: var(--sc-paper);
	padding: clamp(34px, 5vw, 68px) 0 clamp(44px, 6vw, 86px);
	position: relative;
	overflow: hidden;
}
.sc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 1px 1px, rgba(123, 34, 51, .1) 1px, transparent 0);
	background-size: 26px 26px;
	opacity: .55;
	pointer-events: none;
}
.sc-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: clamp(26px, 4vw, 60px);
	align-items: center;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	padding: clamp(24px, 3.4vw, 52px);
}
.sc-hero__inner::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(195, 154, 76, .45);
	pointer-events: none;
}
.sc-hero__copy { position: relative; z-index: 2; min-width: 0; }
.sc-hero h1 {
	margin: 0 0 18px;
	font-family: var(--sc-serif);
	font-weight: 600;
	font-size: clamp(2.1rem, 4.6vw, 3.7rem);
	line-height: 1.06;
	letter-spacing: -.02em;
	color: var(--sc-ink);
}
.sc-hero h1 em { font-style: italic; color: var(--sc-wine); }
.sc-hero__copy p {
	margin: 0 0 26px;
	max-width: 48ch;
	font-size: clamp(.97rem, 1.1vw, 1.06rem);
	line-height: 1.8;
	color: var(--sc-muted);
}
.sc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sc-hero__rule {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--sc-wine);
}
.sc-hero__rule::after { content: ""; flex: 1; height: 1px; background: var(--sc-gold); }

.sc-hero__media { position: relative; z-index: 2; min-width: 0; }
.sc-hero__media img {
	width: 100%;
	height: clamp(260px, 34vw, 430px);
	object-fit: cover;
	filter: saturate(.95);
}
.sc-hero__seal {
	position: absolute;
	left: -18px;
	bottom: -18px;
	width: 118px; height: 118px;
	border-radius: 999px;
	background: var(--sc-wine);
	color: #FFF7EC;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 12px;
	border: 3px solid var(--sc-paper);
}
.sc-hero__seal strong { display: block; font-family: var(--sc-serif); font-size: 1.5rem; line-height: 1; }
.sc-hero__seal span { display: block; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; margin-top: 6px; color: var(--sc-gold); }

.sc-marquee {
	background: var(--sc-ink);
	color: #FBF4EA;
	border-top: 1px solid rgba(195, 154, 76, .35);
	border-bottom: 1px solid rgba(195, 154, 76, .35);
	overflow: hidden;
}
.sc-marquee__track {
	display: flex;
	gap: 46px;
	width: max-content;
	padding: 14px 0;
	animation: sc-slide 34s linear infinite;
}
.sc-marquee span {
	font-size: .74rem;
	letter-spacing: .28em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(251, 244, 234, .78);
}
.sc-marquee span::before { content: "◆"; color: var(--sc-gold); margin-right: 46px; }
@keyframes sc-slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .sc-marquee__track { animation: none; } }

.sc-figures {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--sc-line);
	background: var(--sc-white);
	margin-top: clamp(24px, 3vw, 40px);
}
.sc-figures > div {
	padding: clamp(18px, 2.4vw, 30px);
	border-right: 1px solid var(--sc-line);
	text-align: center;
}
.sc-figures > div:last-child { border-right: 0; }
.sc-figures strong {
	display: block;
	font-family: var(--sc-serif);
	font-size: clamp(1.6rem, 2.6vw, 2.3rem);
	color: var(--sc-wine);
	line-height: 1;
}
.sc-figures span {
	display: block;
	margin-top: 8px;
	font-size: .72rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--sc-muted);
}

@media (max-width: 900px) {
	.sc-hero__inner { grid-template-columns: 1fr; }
	.sc-hero__seal { left: auto; right: 12px; bottom: -14px; width: 96px; height: 96px; }
	.sc-figures { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sc-figures > div:nth-child(2n) { border-right: 0; }
	.sc-figures > div:nth-child(-n+2) { border-bottom: 1px solid var(--sc-line); }
}
@media (max-width: 480px) {
	.sc-hero__actions .sc-btn { width: 100%; }
}

/* ---------- Service cards: gold-ruled 3-up ---------- */
.sc-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 22px);
}
.sc-card {
	display: flex;
	flex-direction: column;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	padding: clamp(20px, 2.4vw, 30px);
	min-height: 100%;
	transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.sc-card:hover {
	border-color: var(--sc-gold);
	transform: translateY(-4px);
	box-shadow: 0 30px 60px -46px rgba(27, 18, 16, .6);
}
.sc-card__n {
	font-family: var(--sc-serif);
	font-size: .95rem;
	color: var(--sc-gold);
	letter-spacing: .12em;
}
.sc-card h3 {
	margin: 12px 0 10px;
	font-family: var(--sc-serif);
	font-weight: 600;
	font-size: 1.28rem;
	color: var(--sc-ink);
	line-height: 1.2;
}
.sc-card p { margin: 0; color: var(--sc-muted); font-size: .93rem; line-height: 1.7; }
.sc-card__go {
	margin-top: auto;
	padding-top: 20px;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--sc-wine);
}
.sc-card:hover .sc-card__go { color: var(--sc-wine-dark); }

@media (max-width: 980px) { .sc-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .sc-cards { grid-template-columns: 1fr; } }

/* ---------- Process: horizontal gold timeline ---------- */
.sc-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 26px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc-steps li { position: relative; padding-top: 34px; }
.sc-steps li::before {
	content: "";
	position: absolute;
	top: 11px; left: 0; right: 0;
	height: 1px;
	background: var(--sc-gold);
	opacity: .5;
}
.sc-steps li::after {
	content: "";
	position: absolute;
	top: 6px; left: 0;
	width: 11px; height: 11px;
	border-radius: 999px;
	background: var(--sc-wine);
}
.sc-steps b {
	display: block;
	font-family: var(--sc-serif);
	color: var(--sc-gold);
	font-size: .95rem;
	margin-bottom: 8px;
}
.sc-steps h3 { margin: 0 0 8px; font-family: var(--sc-serif); font-size: 1.12rem; font-weight: 600; }
.sc-steps p { margin: 0; font-size: .9rem; line-height: 1.7; color: var(--sc-muted); }
.sc-sec--wine .sc-steps p { color: rgba(251, 244, 234, .78); }
.sc-sec--wine .sc-steps li::after { background: var(--sc-gold); }
@media (max-width: 900px) { .sc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .sc-steps { grid-template-columns: 1fr; } }

/* ---------- Editorial split (studio) ---------- */
.sc-split {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: center;
}
.sc-split figure { margin: 0; position: relative; }
.sc-split figure img { width: 100%; height: clamp(280px, 32vw, 440px); object-fit: cover; }
.sc-split figure::after {
	content: "";
	position: absolute;
	inset: 14px -14px -14px 14px;
	border: 1px solid var(--sc-gold);
	z-index: -1;
}
.sc-facts { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.sc-facts li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: .95rem;
	color: var(--sc-muted);
	line-height: 1.65;
}
.sc-facts li::before { content: "—"; color: var(--sc-gold); font-weight: 700; }
@media (max-width: 900px) { .sc-split { grid-template-columns: 1fr; } .sc-split figure::after { display: none; } }

/* ---------- Values row ---------- */
.sc-values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--sc-line); background: var(--sc-white); }
.sc-values article { padding: clamp(20px, 2.4vw, 30px); border-right: 1px solid var(--sc-line); }
.sc-values article:last-child { border-right: 0; }
.sc-values svg { width: 22px; height: 22px; color: var(--sc-wine); }
.sc-values h3 { margin: 14px 0 8px; font-family: var(--sc-serif); font-size: 1.1rem; font-weight: 600; }
.sc-values p { margin: 0; font-size: .9rem; line-height: 1.7; color: var(--sc-muted); }
@media (max-width: 900px) {
	.sc-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sc-values article:nth-child(2n) { border-right: 0; }
	.sc-values article:nth-child(-n+2) { border-bottom: 1px solid var(--sc-line); }
}
@media (max-width: 560px) {
	.sc-values { grid-template-columns: 1fr; }
	.sc-values article { border-right: 0; border-bottom: 1px solid var(--sc-line); }
	.sc-values article:last-child { border-bottom: 0; }
}

/* ---------- Rate cards ---------- */
.sc-rates { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 22px); align-items: stretch; }
.sc-rate {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	padding: clamp(22px, 2.6vw, 34px);
	color: var(--sc-ink);
}
.sc-rate.is-featured { border-color: var(--sc-gold); box-shadow: 0 30px 70px -50px rgba(27, 18, 16, .8); }
.sc-rate__flag {
	position: absolute;
	top: -11px; left: clamp(22px, 2.6vw, 34px);
	background: var(--sc-gold);
	color: #241A17;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	padding: 5px 12px;
}
.sc-rate h3 { margin: 0 0 6px; font-family: var(--sc-serif); font-size: 1.25rem; font-weight: 600; }
.sc-rate__price { margin: 0 0 4px; font-family: var(--sc-serif); font-size: clamp(2rem, 3.4vw, 2.7rem); color: var(--sc-wine); line-height: 1; }
.sc-rate__price small { font-family: var(--sc-sans); font-size: .8rem; color: var(--sc-muted); font-weight: 600; }
.sc-rate__sum { margin: 12px 0 18px; font-size: .92rem; color: var(--sc-muted); line-height: 1.7; }
.sc-rate ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.sc-rate li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--sc-muted); line-height: 1.6; }
.sc-rate li::before { content: "✓"; position: absolute; left: 0; color: var(--sc-gold); font-weight: 700; }
.sc-rate .sc-btn { margin-top: auto; width: 100%; }
@media (max-width: 980px) { .sc-rates { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

/* ---------- Configurator ---------- */
.sc-config { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.sc-config__list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.sc-config__list li { position: relative; padding-left: 24px; font-size: .95rem; line-height: 1.7; color: rgba(251, 244, 234, .82); }
.sc-config__list li::before { content: "◆"; position: absolute; left: 0; color: var(--sc-gold); font-size: .7rem; top: 4px; }
.sc-panel { background: var(--sc-white); border: 1px solid var(--sc-line); padding: clamp(20px, 2.6vw, 34px); color: var(--sc-ink); }
.sc-panel__steps { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; counter-reset: sc-step; }
.sc-panel__steps span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--sc-muted);
}
.sc-panel__steps span::before {
	counter-increment: sc-step;
	content: counter(sc-step);
	width: 22px; height: 22px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: var(--sc-paper-2);
	color: var(--sc-wine);
	font-family: var(--sc-serif);
}
.sc-panel label { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sc-ink); margin-bottom: 8px; }
.sc-panel input[type="text"], .sc-panel input[type="email"], .sc-panel input[type="number"], .sc-panel textarea, .sc-panel select {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--sc-line);
	border-radius: 4px;
	background: var(--sc-paper);
	font-family: var(--sc-sans);
	font-size: .95rem;
	color: var(--sc-ink);
	margin-bottom: 16px;
}
.sc-panel textarea { min-height: 118px; resize: vertical; }
.sc-panel input:focus, .sc-panel textarea:focus { outline: 2px solid var(--sc-gold); outline-offset: 1px; }
.sc-panel .sc-btn, .sc-panel button[type="submit"] { width: 100%; }
@media (max-width: 900px) { .sc-config { grid-template-columns: 1fr; } }

/* ---------- Case studies: alternating rows ---------- */
.sc-cases { display: grid; gap: clamp(18px, 2.6vw, 34px); }
.sc-case {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 44px);
	align-items: center;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	padding: clamp(16px, 2vw, 24px);
}
.sc-case:nth-child(even) .sc-case__media { order: 2; }
.sc-case__media { margin: 0; }
.sc-case__media img { width: 100%; height: clamp(220px, 24vw, 320px); object-fit: cover; }
.sc-case__tag {
	display: inline-block;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--sc-wine);
	margin-bottom: 12px;
}
.sc-case h3 { margin: 0 0 10px; font-family: var(--sc-serif); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; }
.sc-case p { margin: 0; color: var(--sc-muted); line-height: 1.75; font-size: .95rem; }
@media (max-width: 800px) {
	.sc-case { grid-template-columns: 1fr; }
	.sc-case:nth-child(even) .sc-case__media { order: 0; }
}

/* ---------- Quotes ---------- */
.sc-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.sc-quotes blockquote {
	margin: 0;
	background: rgba(255, 253, 250, .07);
	border: 1px solid var(--sc-line-light);
	padding: clamp(20px, 2.4vw, 30px);
	display: flex;
	flex-direction: column;
}
.sc-quotes p { font-family: var(--sc-serif); font-size: 1.02rem; line-height: 1.7; color: #FBF4EA; margin: 12px 0 18px; }
.sc-stars { color: var(--sc-gold); letter-spacing: .18em; font-size: .85rem; }
.sc-quotes footer { margin-top: auto; font-size: .82rem; color: rgba(251, 244, 234, .7); display: grid; gap: 2px; }
.sc-quotes footer strong { color: #FFFDFA; font-size: .92rem; }
@media (max-width: 900px) { .sc-quotes { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.sc-faq { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--sc-line); }
.sc-faq details { border-bottom: 1px solid var(--sc-line); padding: 18px 0; }
.sc-faq summary {
	cursor: pointer;
	list-style: none;
	font-family: var(--sc-serif);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--sc-ink);
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.sc-faq summary::-webkit-details-marker { display: none; }
.sc-faq summary::after { content: "+"; color: var(--sc-gold); font-size: 1.3rem; line-height: 1; }
.sc-faq details[open] summary::after { content: "–"; }
.sc-faq p { margin: 12px 0 0; color: var(--sc-muted); line-height: 1.8; font-size: .95rem; }

/* ---------- Footer: ivory ledger ---------- */
.sc-foot { background: var(--sc-ink); color: rgba(251, 244, 234, .78); }
.sc-foot__cta {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 22px;
	align-items: center;
	padding: clamp(30px, 4vw, 52px) 0;
	border-bottom: 1px solid rgba(195, 154, 76, .3);
}
.sc-foot__cta h2 {
	margin: 0;
	font-family: var(--sc-serif);
	font-weight: 600;
	font-size: clamp(1.4rem, 2.6vw, 2.2rem);
	color: #FFFDFA;
	line-height: 1.2;
}
.sc-foot__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sc-foot__cols {
	display: grid;
	grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 40px);
	padding: clamp(32px, 4vw, 58px) 0;
}
.sc-foot__brand img { height: 54px; width: auto; margin-bottom: 16px; }
.sc-foot__brand p { font-size: .9rem; line-height: 1.75; max-width: 38ch; }
.sc-foot__brand address { font-style: normal; font-size: .9rem; line-height: 1.8; margin-top: 14px; }
.sc-foot__brand a:hover { color: var(--sc-gold); }
.sc-foot h4 {
	margin: 0 0 14px;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--sc-gold);
	font-family: var(--sc-sans);
}
.sc-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.sc-foot li a { font-size: .9rem; }
.sc-foot li a:hover { color: var(--sc-gold); }
.sc-foot__base {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	padding: 20px 0 30px;
	border-top: 1px solid rgba(195, 154, 76, .25);
	font-size: .82rem;
}
@media (max-width: 1080px) { .sc-foot__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
	.sc-foot__cta { grid-template-columns: 1fr; }
	.sc-foot__cols { grid-template-columns: 1fr; }
	.sc-foot__actions .sc-btn { flex: 1 1 auto; }
}

/* ---------- Product single ---------- */
.sc-prod-head { background: var(--sc-paper-2); padding: clamp(30px, 4vw, 56px) 0; border-bottom: 1px solid var(--sc-line); }
.sc-prod-head__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(22px, 3.4vw, 52px); align-items: center; }
.sc-prod-head h1 { margin: 10px 0 14px; font-family: var(--sc-serif); font-weight: 600; font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.1; color: var(--sc-ink); }
.sc-prod-head p { margin: 0; color: var(--sc-muted); line-height: 1.8; max-width: 52ch; }
.sc-prod-head figure { margin: 0; }
.sc-prod-head figure img { width: 100%; height: clamp(220px, 26vw, 330px); object-fit: cover; border: 1px solid var(--sc-line); }
.sc-prod-crumbs { font-size: .78rem; color: var(--sc-muted); }
.sc-prod-crumbs a:hover { color: var(--sc-wine); }
@media (max-width: 880px) { .sc-prod-head__grid { grid-template-columns: 1fr; } }

.sc-prod-body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: clamp(22px, 3.4vw, 52px); align-items: start; }
.sc-prod-body h2 { font-family: var(--sc-serif); font-size: clamp(1.3rem, 2.2vw, 1.75rem); font-weight: 600; margin: 0 0 14px; }
.sc-prod-body h3 { font-family: var(--sc-serif); font-size: 1.1rem; font-weight: 600; margin: 26px 0 10px; }
.sc-prod-body p { color: var(--sc-muted); line-height: 1.85; }
.sc-prod-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; }
.sc-prod-list li { position: relative; padding-left: 22px; font-size: .93rem; color: var(--sc-muted); line-height: 1.65; }
.sc-prod-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sc-gold); font-weight: 700; }
.sc-buybox { position: sticky; top: 108px; background: var(--sc-white); border: 1px solid var(--sc-line); padding: clamp(20px, 2.4vw, 28px); }
.sc-buybox h3 { margin: 0 0 6px; font-family: var(--sc-serif); font-size: 1.15rem; font-weight: 600; }
.sc-buybox .price, .sc-buybox .woocommerce-Price-amount { font-family: var(--sc-serif); color: var(--sc-wine); font-size: 1.6rem; }
.sc-buybox .quantity input { padding: 10px; border: 1px solid var(--sc-line); border-radius: 4px; width: 84px; }
.sc-buybox button.button, .sc-buybox .single_add_to_cart_button {
	width: 100%;
	min-height: 52px;
	border-radius: 999px !important;
	background: var(--sc-wine) !important;
	color: #FFF7EC !important;
	font-weight: 600;
	border: 0;
	margin-top: 12px;
}
.sc-buybox button.button:hover { background: var(--sc-wine-dark) !important; }
@media (max-width: 880px) { .sc-prod-body { grid-template-columns: 1fr; } .sc-buybox { position: static; } .sc-prod-list { grid-template-columns: 1fr; } }

.sc-packs { background: var(--sc-paper-2); border-top: 1px solid var(--sc-line); }

/* ---------- Reveal ---------- */
.zt-reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.zt-reveal.is-in, .no-js .zt-reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .zt-reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- WooCommerce colour alignment (cart & checkout structure untouched) ---------- */
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button,
.woocommerce #respond input#submit, .wc-block-components-button {
	background: var(--sc-wine) !important;
	color: #FFF7EC !important;
	border-radius: 999px !important;
	border: 0 !important;
	font-weight: 600 !important;
}
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover,
.woocommerce #respond input#submit:hover { background: var(--sc-wine-dark) !important; color: #FFF7EC !important; }
.woocommerce .button.alt, .woocommerce button.button.alt, .woocommerce #place_order {
	background: var(--sc-wine) !important;
	color: #FFF7EC !important;
}
.woocommerce-info, .woocommerce-message { border-top-color: var(--sc-gold) !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--sc-gold) !important; }
.woocommerce .woocommerce-Price-amount { color: var(--sc-wine); }

/* ---------- Nav markup produced by inc/nav.php (.zt-nav*) ---------- */
.zt-nav { display: flex; align-items: center; gap: clamp(8px, 1.4vw, 22px); }
.zt-nav__item { position: relative; }
.zt-nav__link, .zt-nav a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--sc-ink);
	padding: 10px 0;
	position: relative;
}
.zt-nav__link::after {
	content: "";
	position: absolute;
	left: 0; right: 100%; bottom: 4px;
	height: 1px;
	background: var(--sc-gold);
	transition: right .28s ease;
}
.zt-nav__link:hover { color: var(--sc-wine); }
.zt-nav__link:hover::after, .zt-nav__link.is-active::after { right: 0; }
.zt-nav__caret { width: 13px; height: 13px; }
.zt-nav.zt-nav--wp { list-style: none; margin: 0; padding: 0; }
.zt-nav.zt-nav--wp > li { position: relative; }

.zt-dropdown {
	position: absolute;
	top: 100%;
	left: -14px;
	min-width: 290px;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	border-top: 2px solid var(--sc-gold);
	padding: 10px;
	display: none;
	flex-direction: column;
	box-shadow: 0 30px 60px -40px rgba(27, 18, 16, .6);
	z-index: 30;
}
.zt-nav__item:hover > .zt-dropdown, .zt-nav--wp > li:hover > .zt-dropdown { display: flex; }
.zt-dropdown a {
	display: block;
	padding: 9px 12px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	font-size: .92rem;
	color: var(--sc-ink);
}
.zt-dropdown a:hover { background: var(--sc-paper-2); color: var(--sc-wine); }
.zt-dropdown small { display: block; font-weight: 400; font-size: .78rem; color: var(--sc-muted); margin-top: 2px; }

.zt-mobile__list { list-style: none; margin: 0; padding: 0; }
.zt-mobile__list li a {
	display: block;
	padding: 12px 2px;
	border-bottom: 1px solid var(--sc-line);
	font-weight: 600;
	font-size: .95rem;
	color: var(--sc-ink);
}
.zt-mobile__list li a:hover { color: var(--sc-wine); }

@media (max-width: 1024px) { .zt-nav { display: none; } }

.zt-to-top {
	position: fixed;
	right: 18px; bottom: 18px;
	width: 46px; height: 46px;
	border-radius: 999px;
	border: 1px solid var(--sc-line);
	background: var(--sc-white);
	color: var(--sc-wine);
	display: grid;
	place-items: center;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	z-index: 80;
}
.zt-to-top.is-on { opacity: 1; pointer-events: auto; }
.zt-to-top svg { width: 18px; height: 18px; }

/* ---------- Product single extras ---------- */
.zt-product-shell { padding-bottom: clamp(40px, 5vw, 72px); }
.zt-product-shell .sc-prod-body { padding: clamp(30px, 4vw, 60px) 0; }
.sc-prod-head__meta { display: grid; gap: 10px; font-size: .9rem; color: var(--sc-muted); border-left: 2px solid var(--sc-gold); padding-left: 18px; }
.sc-prod-copy .woocommerce-product-gallery { margin-bottom: 26px; }
.sc-prod-copy .woocommerce-product-gallery img { border: 1px solid var(--sc-line); }
.sc-prod-copy h2 { font-family: var(--sc-serif); font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 600; margin: 0 0 12px; }
.sc-prod-copy p { color: var(--sc-muted); line-height: 1.85; }
.sc-prod-blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2vw, 22px); margin-top: 26px; }
.sc-prod-blocks > div { background: var(--sc-white); border: 1px solid var(--sc-line); padding: clamp(16px, 2vw, 24px); }
.sc-prod-blocks h3 { margin: 0 0 10px; font-family: var(--sc-serif); font-size: 1.05rem; font-weight: 600; }
.sc-prod-blocks ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.sc-prod-blocks li { position: relative; padding-left: 20px; font-size: .92rem; color: var(--sc-muted); line-height: 1.6; }
.sc-prod-blocks li::before { content: "✓"; position: absolute; left: 0; color: var(--sc-gold); font-weight: 700; }
.sc-prod-facts { list-style: none; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--sc-line); display: grid; gap: 9px; }
.sc-prod-facts li { position: relative; padding-left: 20px; font-size: .88rem; color: var(--sc-muted); line-height: 1.6; }
.sc-prod-facts li::before { content: "◆"; position: absolute; left: 0; font-size: .6rem; top: 5px; color: var(--sc-gold); }
@media (max-width: 700px) { .sc-prod-blocks { grid-template-columns: 1fr; } }

/* ---------- Overrides against the base sheet ---------- */
@media (min-width: 1025px) { .sc-mobile, .sc-mobile.is-open { display: none; } }
body.zt-has-dark-hero .sc-header { color: var(--sc-ink); }
body.zt-has-dark-hero .sc-header .zt-nav__link { color: var(--sc-ink); }
.sc-header__cta { display: inline-flex; }
@media (max-width: 1024px) { .sc-header__cta { display: none; } }


/* ---- Product page corrections (v1.0.1) ------------------------------- */
.zt-product-shell .sc-prod-body { grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr); }
.sc-prod-copy .woocommerce-product-gallery,
.sc-prod-copy .woocommerce-product-gallery.woocommerce-product-gallery--with-images,
.woocommerce div.product .sc-prod-copy div.images,
.woocommerce div.product div.images.woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 0 clamp(22px, 3vw, 34px) !important;
  opacity: 1 !important;
}
.woocommerce div.product .sc-buybox.summary,
.woocommerce div.product div.summary.entry-summary {
  float: none !important;
  width: auto !important;
  margin-bottom: 0 !important;
  clear: none !important;
}
.sc-prod-copy .woocommerce-product-gallery__wrapper { margin: 0; }
.sc-prod-copy .woocommerce-product-gallery__image img { width: 100%; height: auto; display: block; }
.sc-prod-copy .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 0 !important; padding: 0; list-style: none; }
.sc-prod-copy .flex-control-thumbs li { width: 84px !important; margin: 0 !important; float: none !important; }
.sc-prod-copy .flex-control-thumbs img { width: 100%; height: 64px; object-fit: cover; border: 1px solid var(--sc-line); }
.sc-prod-copy .woocommerce-product-gallery__trigger { display: none !important; }
.sc-prod-body::after, .zt-product-shell::after { content: ""; display: table; clear: both; }

.sc-prod-blocks { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.sc-prod-blocks > div { display: flex; flex-direction: column; }
.sc-prod-blocks h3 { font-size: 1rem; line-height: 1.35; }
.sc-prod-blocks p, .sc-prod-blocks li { font-size: .9rem; line-height: 1.65; }

/* Native variation dropdown replaced by cards */
.sc-buybox .variations, .sc-buybox .woocommerce-variation-description,
.sc-buybox .reset_variations { display: none !important; }
.sc-buybox .woocommerce-variation-price { margin-bottom: 14px; }
.sc-buybox .woocommerce-variation-price .price { font-family: var(--sc-serif); color: var(--sc-wine); }
.sc-buybox form.cart { margin: 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sc-buybox form.cart .quantity { margin: 0; }
.sc-buybox form.cart .single_add_to_cart_button { flex: 1 1 auto; min-width: 190px; }

.sc-packpick { display: grid; gap: 10px; margin: 18px 0 20px; }
.sc-packpick__label { margin: 0 0 2px; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sc-muted); font-weight: 700; }
.sc-packpick__opt {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 14px;
  text-align: left; background: var(--sc-paper-2); border: 1px solid var(--sc-line);
  padding: 12px 14px; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.sc-packpick__name { font-family: var(--sc-serif); font-size: 1.02rem; font-weight: 600; color: var(--sc-ink); }
.sc-packpick__sum { grid-column: 1 / 2; font-size: .8rem; color: var(--sc-muted); line-height: 1.5; }
.sc-packpick__price { grid-row: 1 / 3; grid-column: 2 / 3; font-family: var(--sc-serif); font-size: 1.35rem; color: var(--sc-wine); white-space: nowrap; }
.sc-packpick__price small { font-family: var(--sc-sans); font-size: .7rem; color: var(--sc-muted); }
.sc-packpick__opt:hover { border-color: var(--sc-gold); }
.sc-packpick__opt.is-active { border-color: var(--sc-wine); background: var(--sc-white); box-shadow: inset 3px 0 0 var(--sc-wine); }
.sc-rate.is-active { border-color: var(--sc-wine); box-shadow: 0 30px 70px -50px rgba(27, 18, 16, .9); }

@media (max-width: 880px) {
  .zt-product-shell .sc-prod-body { grid-template-columns: 1fr; }
  .sc-prod-copy .flex-control-thumbs li { width: 64px !important; }
}
@media (max-width: 640px) {
  .sc-buybox form.cart .single_add_to_cart_button { min-width: 0; width: 100%; }
}
