/* ==========================================================================
   PlasticMoulding.ca
   "Moulded polymer" theme - glossy surfaces, resin blues, molten accent.
   Single stylesheet, no dependencies.
   ========================================================================== */

:root {
	--resin-950: #071a24;
	--resin-900: #0c2735;
	--resin-800: #12384c;
	--resin-700: #1a4c66;
	--resin-600: #226a8c;
	--resin-500: #2f89ad;
	--resin-300: #7cc4dc;
	--resin-100: #d6eef6;
	--resin-050: #eef8fb;

	--molten-600: #d1541b;
	--molten-500: #f26a1f;
	--molten-400: #ff8c42;

	--ink: #14252e;
	--ink-soft: #47606c;
	--paper: #ffffff;
	--paper-tint: #f3f8fa;
	--rule: #d8e6ec;

	--shell: 14px;
	--shell-sm: 9px;
	--gloss: linear-gradient(160deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .12) 42%, rgba(255, 255, 255, 0) 60%);
	--lift: 0 1px 2px rgba(7, 26, 36, .07), 0 8px 24px -12px rgba(7, 26, 36, .32);
	--lift-lg: 0 2px 4px rgba(7, 26, 36, .08), 0 22px 48px -20px rgba(7, 26, 36, .42);

	--wrap: 1160px;
	--sans: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

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

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

body {
	margin: 0;
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--paper-tint);
	/* faint moulded-pellet texture */
	background-image:
		radial-gradient(circle at 50% 50%, rgba(34, 106, 140, .05) 1.5px, transparent 1.6px),
		radial-gradient(circle at 50% 50%, rgba(34, 106, 140, .04) 1.5px, transparent 1.6px);
	background-size: 34px 34px, 34px 34px;
	background-position: 0 0, 17px 17px;
}

img { max-width: 100%; height: auto; border: 0; }

a { color: var(--resin-600); text-decoration: none; }
a:hover, a:focus-visible { color: var(--molten-600); text-decoration: underline; }

:focus-visible { outline: 3px solid var(--molten-400); outline-offset: 2px; }

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

.skip {
	position: absolute; left: -9999px; top: 0; z-index: 100;
	background: var(--molten-500); color: #fff; padding: 12px 20px;
	border-radius: 0 0 var(--shell-sm) 0; font-weight: 600;
}
.skip:focus { left: 0; }

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

.masthead {
	background: linear-gradient(150deg, var(--resin-800) 0%, var(--resin-950) 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}
/* glossy moulded highlight sweeping the header */
.masthead::after {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(120% 90% at 12% -30%, rgba(124, 196, 220, .38), transparent 62%);
	pointer-events: none;
}

.masthead-inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: 20px; flex-wrap: wrap;
	padding: 18px 0;
	position: relative; z-index: 1;
}

.brand { display: flex; align-items: center; gap: 13px; color: #fff; }
.brand:hover { text-decoration: none; }

/* pellet mark - a moulded bead */
.brand-mark {
	width: 42px; height: 42px; flex: none;
	border-radius: 13px;
	background: linear-gradient(150deg, var(--molten-400), var(--molten-600));
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, .55), inset 0 -6px 12px rgba(0, 0, 0, .28), 0 6px 14px -6px rgba(242, 106, 31, .8);
	position: relative;
}
.brand-mark::after {
	content: "";
	position: absolute; left: 7px; top: 5px; right: 15px; height: 12px;
	border-radius: 9px 9px 40% 40%;
	background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
}

.brand-name { font-size: 1.32rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
.brand-name span { color: var(--resin-300); font-weight: 400; }
.brand-tag { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(214, 238, 246, .72); font-weight: 500; }

/* ---------- Navigation ---------------------------------------------------- */

.nav-toggle {
	display: none;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .26);
	color: #fff; font: inherit; font-size: .95rem; font-weight: 600;
	padding: 9px 15px; border-radius: var(--shell-sm); cursor: pointer;
}

.nav { position: relative; z-index: 1; }
.nav ul { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; margin: 0; padding: 0 0 4px; }
.nav a {
	display: block; padding: 9px 15px;
	color: rgba(255, 255, 255, .84); font-size: .95rem; font-weight: 500;
	border-radius: var(--shell-sm) var(--shell-sm) 0 0;
}
.nav a:hover { background: rgba(255, 255, 255, .12); color: #fff; text-decoration: none; }
.nav a.current { background: var(--paper-tint); color: var(--resin-800); font-weight: 700; }

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

.hero {
	background: linear-gradient(150deg, var(--resin-700) 0%, var(--resin-900) 100%);
	color: #fff; position: relative; overflow: hidden;
	border-bottom: 4px solid var(--molten-500);
}
.hero::before {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(90% 120% at 88% 8%, rgba(242, 106, 31, .34), transparent 58%);
}
.hero-inner { position: relative; z-index: 1; padding: 58px 0 62px; max-width: 760px; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3rem); margin: 0 0 16px; letter-spacing: -.025em; }
.hero h1::after { display: none; }
.hero p { font-size: 1.14rem; color: rgba(255, 255, 255, .9); margin: 0 0 26px; }
.hero p:last-child { margin-bottom: 0; }

.page-head {
	background: linear-gradient(150deg, var(--resin-700) 0%, var(--resin-900) 100%);
	color: #fff; border-bottom: 4px solid var(--molten-500);
	position: relative; overflow: hidden;
}
.page-head::before {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(90% 130% at 90% 0%, rgba(242, 106, 31, .26), transparent 60%);
}
.page-head-inner { position: relative; z-index: 1; padding: 34px 0 38px; }
.page-head h1 { color: #fff; margin: 0; font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -.02em; }
.page-head h1::after { display: none; }
.page-head .lede { color: rgba(255, 255, 255, .88); margin: 12px 0 0; max-width: 68ch; font-size: 1.06rem; }

/* breadcrumb */
.crumbs { font-size: .88rem; color: rgba(214, 238, 246, .8); margin: 0 0 10px; }
.crumbs a { color: rgba(255, 255, 255, .92); }
.crumbs span { opacity: .55; padding: 0 6px; }

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

.btn {
	display: inline-block;
	padding: 13px 26px;
	border-radius: 999px;
	font-weight: 650; font-size: 1rem; line-height: 1.2;
	border: 0; cursor: pointer; font-family: inherit;
	background: linear-gradient(175deg, var(--molten-400), var(--molten-600));
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 8px 18px -8px rgba(209, 84, 27, .85);
	transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover, .btn:focus-visible {
	color: #fff; text-decoration: none; transform: translateY(-1px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 12px 22px -8px rgba(209, 84, 27, .9);
}
.btn:active { transform: translateY(1px); }

.btn-ghost {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .42);
	box-shadow: none; color: #fff; margin-left: 10px;
}
.btn-ghost:hover, .btn-ghost:focus-visible { background: rgba(255, 255, 255, .2); box-shadow: none; }

.btn-quiet {
	background: var(--paper); color: var(--resin-700);
	border: 1px solid var(--rule);
	box-shadow: var(--lift);
}
.btn-quiet:hover, .btn-quiet:focus-visible { color: var(--molten-600); }

/* ---------- Layout -------------------------------------------------------- */

.layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 34px;
	align-items: start;
	padding: 40px 0 60px;
}

.content {
	background: var(--paper);
	border-radius: var(--shell);
	padding: 38px 42px 44px;
	box-shadow: var(--lift);
	border: 1px solid var(--rule);
	position: relative;
	overflow: hidden;
	min-width: 0;
}
/* moulded gloss along the top edge of the panel */
.content::before {
	content: "";
	position: absolute; left: 0; right: 0; top: 0; height: 90px;
	background: var(--gloss);
	pointer-events: none;
}
.content > :first-child { margin-top: 0; }
.content > :last-child { margin-bottom: 0; }

/* ---------- Typography ---------------------------------------------------- */

h1, h2, h3, h4 { color: var(--resin-900); line-height: 1.22; letter-spacing: -.015em; margin: 0 0 14px; }
h1 { font-size: clamp(1.75rem, 3.6vw, 2.35rem); }

h2 {
	font-size: 1.42rem;
	margin: 40px 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--resin-100);
	position: relative;
}
h2::after {
	content: "";
	position: absolute; left: 0; bottom: -2px; width: 58px; height: 2px;
	background: var(--molten-500);
}
h3 { font-size: 1.13rem; margin: 28px 0 10px; }

p { margin: 0 0 17px; }

.lede {
	font-size: 1.15rem;
	line-height: 1.6;
	color: var(--ink-soft);
	margin-bottom: 26px;
}
.content .lede { color: var(--resin-800); }

sub, sup { line-height: 0; }

/* body lists */
.content ul, .content ol { margin: 0 0 20px; padding-left: 24px; }
.content li { margin-bottom: 9px; }
.content li::marker { color: var(--molten-500); font-weight: 700; }

hr { border: 0; border-top: 1px solid var(--rule); margin: 34px 0; }

/* ---------- Figures & galleries ------------------------------------------- */

figure { margin: 0 0 22px; }
figcaption { font-size: .87rem; color: var(--ink-soft); margin-top: 8px; }

.fig-right { float: right; width: 218px; margin: 6px 0 20px 26px; }
.fig-left  { float: left;  width: 218px; margin: 6px 26px 20px 0; }

.fig-right img, .fig-left img, .fig-plate img {
	border-radius: var(--shell-sm);
	box-shadow: var(--lift);
	display: block;
	width: 100%;
}

.fig-plate { margin: 0 0 24px; }

/* side-by-side molecule diagrams */
.molecules {
	display: flex; flex-wrap: wrap; gap: 26px;
	margin: 0 0 26px;
}
.molecules figure { text-align: center; margin: 0; }
.molecules img { border-radius: var(--shell-sm); box-shadow: var(--lift); }

/* recycling code badge */
.recycle-badge { float: right; margin: 0 0 14px 22px; width: 62px; }

/* examples grid */
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
	gap: 16px;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}
.gallery li { margin: 0; }
.gallery a {
	display: block;
	border-radius: var(--shell-sm);
	overflow: hidden;
	background: var(--paper-tint);
	border: 1px solid var(--rule);
	box-shadow: var(--lift);
	transition: transform .14s ease, box-shadow .14s ease;
	position: relative;
}
.gallery a::after {
	content: "";
	position: absolute; inset: 0;
	background: var(--gloss);
	opacity: .55;
	pointer-events: none;
}
.gallery a:hover, .gallery a:focus-visible {
	transform: translateY(-3px);
	box-shadow: var(--lift-lg);
}
.gallery img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }

/* ---------- Cards --------------------------------------------------------- */

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 20px;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}
.cards li { margin: 0; }

.card {
	display: block;
	height: 100%;
	background: var(--paper);
	border: 1px solid var(--rule);
	border-radius: var(--shell);
	padding: 24px 24px 26px;
	box-shadow: var(--lift);
	color: inherit;
	position: relative;
	overflow: hidden;
	transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.card::before {
	content: "";
	position: absolute; left: 0; right: 0; top: 0; height: 60px;
	background: var(--gloss);
	pointer-events: none;
}
.card:hover, .card:focus-visible {
	text-decoration: none;
	transform: translateY(-3px);
	border-color: var(--resin-300);
	box-shadow: var(--lift-lg);
}
.card h3 { margin: 0 0 8px; color: var(--resin-800); font-size: 1.08rem; }
.card p { margin: 0; font-size: .95rem; color: var(--ink-soft); }
.card:hover h3 { color: var(--molten-600); }

/* ---------- Spec tables --------------------------------------------------- */

.table-scroll { overflow-x: auto; margin: 0 0 26px; -webkit-overflow-scrolling: touch; }

.spec {
	width: 100%;
	border-collapse: collapse;
	font-size: .96rem;
	background: var(--paper);
	border-radius: var(--shell-sm);
	overflow: hidden;
	box-shadow: var(--lift);
	min-width: 380px;
}
.spec caption {
	text-align: left;
	font-weight: 700;
	color: var(--resin-800);
	padding: 0 0 10px;
}
.spec th {
	background: linear-gradient(170deg, var(--resin-700), var(--resin-800));
	color: #fff;
	text-align: left;
	font-weight: 600;
	padding: 12px 16px;
	font-size: .92rem;
	letter-spacing: .02em;
}
.spec td { padding: 11px 16px; border-top: 1px solid var(--rule); }
.spec tbody tr:nth-child(even) { background: var(--resin-050); }
.spec td:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- Callouts ------------------------------------------------------ */

.note {
	background: var(--resin-050);
	border: 1px solid var(--resin-100);
	border-left: 4px solid var(--molten-500);
	border-radius: var(--shell-sm);
	padding: 20px 24px;
	margin: 0 0 26px;
}
.note > :first-child { margin-top: 0; }
.note > :last-child { margin-bottom: 0; }

/* reprinted article */
.article {
	background: var(--paper-tint);
	border: 1px solid var(--rule);
	border-radius: var(--shell);
	padding: 28px 30px;
	margin: 0 0 30px;
}
.article > :first-child { margin-top: 0; }
.article > :last-child { margin-bottom: 0; }
.article h2 { margin-top: 0; }
.byline { font-size: .89rem; color: var(--ink-soft); font-style: italic; margin: -6px 0 18px; }
.source { font-size: .89rem; color: var(--ink-soft); }

/* ---------- Sidebar ------------------------------------------------------- */

.sidebar { display: grid; gap: 20px; position: sticky; top: 18px; }

.panel {
	background: var(--paper);
	border: 1px solid var(--rule);
	border-radius: var(--shell);
	box-shadow: var(--lift);
	overflow: hidden;
}
.panel h2, .panel h3 {
	margin: 0;
	padding: 15px 20px;
	font-size: .82rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(170deg, var(--resin-700), var(--resin-800));
	border: 0;
}
.panel h2::after, .panel h3::after { display: none; }
.panel-body { padding: 20px; }
.panel-body > :first-child { margin-top: 0; }
.panel-body > :last-child { margin-bottom: 0; }

/* section nav */
.sidenav ul { list-style: none; margin: 0; padding: 0; }
.sidenav li { margin: 0; }
.sidenav a {
	display: block;
	padding: 11px 20px;
	border-top: 1px solid var(--rule);
	font-size: .95rem;
	color: var(--resin-800);
}
.sidenav li:first-child a { border-top: 0; }
.sidenav a:hover, .sidenav a:focus-visible { background: var(--resin-050); color: var(--molten-600); text-decoration: none; }
.sidenav a.current { background: var(--resin-050); color: var(--resin-900); font-weight: 700; box-shadow: inset 3px 0 0 var(--molten-500); }
.sidenav .sub a { padding-left: 36px; font-size: .9rem; color: var(--ink-soft); position: relative; }
.sidenav .sub a::before {
	content: ""; position: absolute; left: 22px; top: 50%;
	width: 6px; height: 6px; margin-top: -3px; border-radius: 50%;
	background: var(--resin-300);
}
.sidenav .sub a.current::before { background: var(--molten-500); }

/* sponsor block */
.sponsor { text-align: center; }
.sponsor .panel-body { padding: 24px 20px; }
.sponsor img { width: 190px; max-width: 100%; margin: 0 auto 12px; display: block; }
.sponsor p { font-size: .92rem; color: var(--ink-soft); margin: 0 0 16px; }
.sponsor .btn { padding: 11px 22px; font-size: .95rem; }

/* ---------- Footer -------------------------------------------------------- */

.site-footer {
	background: linear-gradient(150deg, var(--resin-900) 0%, var(--resin-950) 100%);
	color: rgba(214, 238, 246, .78);
	padding: 44px 0 30px;
	font-size: .95rem;
	border-top: 4px solid var(--molten-500);
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 30px;
	padding-bottom: 30px;
}
.site-footer h2 {
	color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
	margin: 0 0 14px; padding: 0; border: 0;
}
.site-footer h2::after { display: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: rgba(255, 255, 255, .86); }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--molten-400); }
.site-footer p { margin: 0 0 12px; }

.colophon {
	border-top: 1px solid rgba(255, 255, 255, .14);
	padding-top: 22px;
	display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
	font-size: .88rem;
	color: rgba(214, 238, 246, .6);
}
.colophon p { margin: 0; }

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

.vcard {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	background: var(--resin-050);
	border: 1px solid var(--resin-100);
	border-radius: var(--shell);
	padding: 30px 32px;
	margin: 0 0 34px;
	position: relative;
	overflow: hidden;
}
.vcard::before {
	content: "";
	position: absolute; left: 0; right: 0; top: 0; height: 70px;
	background: var(--gloss);
	pointer-events: none;
}

.vcard-logo {
	flex: none;
	display: block;
	background: var(--paper);
	border: 1px solid var(--rule);
	border-radius: var(--shell-sm);
	padding: 16px 18px;
	box-shadow: var(--lift);
}
.vcard-logo img { display: block; width: 190px; max-width: 100%; }

.vcard-body { flex: 1 1 300px; min-width: 0; }

.vcard-name { margin: 0 0 4px; padding: 0; border: 0; font-size: 1.5rem; }
.vcard-name::after { display: none; }

.vcard-role {
	margin: 0 0 18px;
	font-size: .82rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--molten-600);
	font-weight: 700;
}

.vcard-address {
	font-style: normal;
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0 0 20px;
	padding-left: 16px;
	border-left: 3px solid var(--molten-500);
}

.vcard-lines {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 18px;
	margin: 0 0 24px;
	font-size: 1rem;
}
.vcard-lines dt {
	font-size: .78rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 700;
	padding-top: 3px;
}
.vcard-lines dd { margin: 0; font-variant-numeric: tabular-nums; }

.vcard-actions { margin: 0; }

@media (max-width: 560px) {
	.vcard { padding: 24px 20px; gap: 22px; }
	.vcard-lines { grid-template-columns: minmax(0, 1fr); gap: 2px; }
	.vcard-lines dd { margin-bottom: 12px; }
}

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

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; margin-bottom: 22px; }
.field { display: flex; flex-direction: column; }
.field.wide { grid-column: 1 / -1; }

.field label { font-weight: 600; font-size: .95rem; margin-bottom: 6px; color: var(--resin-800); }
.req { color: var(--molten-600); }

.field input[type="text"],
.field input[type="tel"],
.field input[type="email"],
.field select,
.field textarea {
	font: inherit;
	font-size: 1rem;
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--rule);
	border-radius: var(--shell-sm);
	background: var(--paper);
	color: var(--ink);
	box-shadow: inset 0 1px 3px rgba(7, 26, 36, .06);
	transition: border-color .12s ease, box-shadow .12s ease;
}
.field textarea { resize: vertical; min-height: 150px; line-height: 1.55; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 40px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2347606c' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 15px center; background-size: 12px 8px;
}
.field :is(input, select, textarea):focus {
	outline: 0;
	border-color: var(--resin-500);
	box-shadow: inset 0 1px 3px rgba(7, 26, 36, .06), 0 0 0 3px rgba(47, 137, 173, .22);
}

.form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ASP.NET validators */
.field-error { color: var(--molten-600); font-size: .88rem; font-weight: 600; margin-top: 5px; display: block; }

.form-note { font-size: .92rem; color: var(--ink-soft); margin-bottom: 24px; }

.alert {
	border-radius: var(--shell-sm);
	padding: 15px 20px;
	margin: 0 0 24px;
	border: 1px solid;
	font-weight: 500;
}
.alert-error { background: #fdeee7; border-color: #f4c3a8; color: #a33c0d; }

/* thank-you / confirmation */
.confirm { text-align: center; padding: 26px 0 12px; }
.confirm .brand-mark { width: 62px; height: 62px; border-radius: 19px; margin: 0 auto 22px; }

/* ---------- Utilities ----------------------------------------------------- */

.clear::after { content: ""; display: block; clear: both; }
.visually-hidden {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

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

@media (max-width: 980px) {
	.layout { grid-template-columns: minmax(0, 1fr); gap: 26px; }
	.sidebar { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
	.content { padding: 30px 26px 34px; }
}

@media (max-width: 720px) {
	body { font-size: 16px; }

	.nav-toggle { display: block; }
	.nav ul { display: none; flex-direction: column; padding-bottom: 12px; gap: 0; }
	.nav.open ul { display: flex; }
	.nav a { border-radius: var(--shell-sm); padding: 11px 14px; }
	.nav a.current { background: rgba(255, 255, 255, .16); color: #fff; }

	.masthead-inner { padding: 14px 0; }
	.hero-inner { padding: 42px 0 46px; }

	.fig-right, .fig-left { float: none; width: 100%; max-width: 320px; margin: 0 auto 22px; }
	.molecules { gap: 18px; justify-content: center; }
	.recycle-badge { float: none; display: block; margin: 0 0 16px; }

	.form-grid { grid-template-columns: minmax(0, 1fr); }
	.btn-ghost { margin-left: 0; }
	.content { padding: 26px 20px 30px; }
	.article { padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}

@media print {
	.masthead, .nav, .sidebar, .site-footer, .hero .btn { display: none; }
	body { background: #fff; }
	.content { box-shadow: none; border: 0; padding: 0; }
	.layout { display: block; padding: 0; }
	a { color: #000; text-decoration: underline; }
}
