/*
Theme Name: Spring Hill Transmission
Theme URI: https://springhilltransmission.com
Author: Spring Hill Transmission
Author URI: https://springhilltransmission.com
Description: Home-shop transmission rebuilder in Spring Hill, FL. A 1962-shop-manual block theme — Manual Cream pages, Fraunces display serif, Shop-Rag-Red accents, and a hand-stamped service-stamp ampersand as the brand glyph.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spring-hill-transmission
Tags: block-patterns, full-site-editing, wide-blocks, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, threaded-comments
*/

/* ──────────────────────────────────────────────
   Base resets
   ────────────────────────────────────────────── */

*:focus { outline: none; }
*:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-1);
	outline-offset: 2px;
}
* { -webkit-tap-highlight-color: transparent; }
a { text-decoration-skip-ink: auto; }
img { display: block; max-width: 100%; height: auto; }

html { scroll-behavior: smooth; }

/* ──────────────────────────────────────────────
   Post-content wrapper — zero block gap so section
   patterns sit flush. Each section pads itself.
   Covers both is-layout-flow and is-layout-default
   and the parent <main>.
   ────────────────────────────────────────────── */

.wp-block-post-content,
main.wp-block-group {
	--wp--style--block-gap: 0;
}
.wp-block-post-content > *,
main.wp-block-group > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
/* No body padding-bottom creating a gap before the footer */
body { margin: 0; }
main.wp-block-group { padding-bottom: 0 !important; }
footer.site-footer { margin-top: 0 !important; }

/* Kill the theme.json root blockGap leaking between
   <header>, <main>, and <footer> as body-level siblings.
   Section padding inside each area handles spacing instead. */
body.is-layout-flow,
body {
	--wp--style--block-gap: 0;
}
body > header,
body > main,
body > footer,
body > .wp-site-blocks > header,
body > .wp-site-blocks > main,
body > .wp-site-blocks > footer {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* ──────────────────────────────────────────────
   Wordmark — HTML text, uses the loaded Fraunces webfont.
   (We do NOT use an SVG <img> here; referenced SVGs run
   in a font-isolated context and can't access the page's
   webfonts, which causes character overflow.)
   ────────────────────────────────────────────── */

.sht-wordmark-link {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
	line-height: 1;
}
.sht-wordmark-line {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 1.375rem;
	letter-spacing: 0.04em;
	white-space: nowrap;
	display: inline-flex;
	align-items: baseline;
	gap: 0.25em;
}
.sht-wordmark-dot {
	color: var(--wp--preset--color--accent-1);
	font-size: 1.25em;
	line-height: 1;
	display: inline-block;
	transform: translateY(-0.05em);
}
.sht-wordmark-est {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	color: var(--wp--preset--color--accent-2);
	text-transform: uppercase;
}

/* Header phone block — right-aligned number + eyebrow */
.sht-header-phone {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	line-height: 1;
	white-space: nowrap;
	flex-shrink: 0;
}
.sht-header-phone__number,
.sht-header-phone__eyebrow {
	white-space: nowrap;
}
.sht-header-phone__number {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
}
.sht-header-phone__number:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.sht-header-phone__eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
}

/* Footer wordmark — two-line HTML text to match the header wordmark's
   font treatment and sit flush on the dark footer background. */
.sht-footer-wordmark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 0.95;
	color: var(--wp--preset--color--highlight);
	margin-bottom: 0.875rem;
}
.sht-footer-wordmark__line-1,
.sht-footer-wordmark__line-2 {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 1.625rem;
	letter-spacing: 0.02em;
}

/* Team portrait placeholder — clean initial-monogram tile until real
   team photos are provided. Brass inset frame + large Fraunces letter,
   flagged as "Photo to come" so it reads honest, not broken. */
.sht-team-portrait {
	width: 100%;
	aspect-ratio: 4 / 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	background:
		radial-gradient(circle at 30% 20%, rgba(180, 58, 31, 0.08), transparent 60%),
		var(--wp--preset--color--shop-rag, #C9BFA8);
	background-color: var(--wp--preset--color--neutral);
	position: relative;
	border: 1px solid var(--wp--preset--color--accent-2);
	box-shadow: inset 0 0 0 8px var(--wp--preset--color--neutral), inset 0 0 0 9px var(--wp--preset--color--accent-2);
}
.sht-team-portrait__initial {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: clamp(5rem, 12vw, 9rem);
	line-height: 1;
	color: var(--wp--preset--color--contrast);
	letter-spacing: -0.03em;
}
.sht-team-portrait__caption {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-1);
}

/* Hero wordmark — horizontal, big, flush-left in the
   hero. Uses the loaded Fraunces webfont so character
   widths are correct (no SVG-in-img font isolation). */
.sht-hero-wordmark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	color: var(--wp--preset--color--highlight);
	line-height: 1;
	margin-bottom: var(--wp--preset--spacing--30);
}
.sht-hero-wordmark__eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	color: var(--wp--preset--color--accent-2);
	text-transform: uppercase;
}
.sht-hero-wordmark__line {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: baseline;
	gap: 0.3em;
	line-height: 1;
}
.sht-hero-wordmark__dot {
	color: var(--wp--preset--color--accent-1);
	font-size: 1.2em;
	line-height: 1;
	display: inline-block;
	transform: translateY(-0.08em);
}
.sht-hero-wordmark__word {
	display: inline-block;
}

/* ──────────────────────────────────────────────
   Sticky header
   ────────────────────────────────────────────── */

.wp-block-template-part[data-slug="header"],
header.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--wp--preset--color--base);
	border-bottom: 1px solid var(--wp--preset--color--accent-2);
}
/* When admin bar is visible, push sticky header below it so the admin
   bar's dropdown menu (Howdy → Log Out) sits above our header. */
.admin-bar .wp-block-template-part[data-slug="header"],
.admin-bar header.site-header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .wp-block-template-part[data-slug="header"],
	.admin-bar header.site-header {
		top: 46px;
	}
}

/* Wrap long header bars flush to the viewport edges */
.wp-block-template-part[data-slug="header"] > .wp-block-group,
header.site-header > .wp-block-group {
	padding-left: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
}

/* ──────────────────────────────────────────────
   Phone tap-to-call — JetBrains Mono, Shop-Rag Red
   ────────────────────────────────────────────── */

a[href^="tel:"] {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
	letter-spacing: 0.04em;
}
a[href^="tel:"]:hover {
	color: var(--wp--preset--color--contrast);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Eyebrow / hours label utility */
.sht-eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--wp--preset--color--accent-2);
	display: inline-block;
}

/* ──────────────────────────────────────────────
   Hero image treatment — 1px Brass Fitting inset
   frame, 24px from the edges. Apply via className
   "sht-brass-frame" on a cover or image block.
   ────────────────────────────────────────────── */

/* ──────────────────────────────────────────────
   Phone-first hero — left-weighted composition
   ────────────────────────────────────────────── */

/* Left-to-right dark gradient so the text column stays readable no matter
   what the underlying photo does at that spot (sky, bright grille, sunset).
   Right 40% stays mostly clean so the vehicle + stamp remain visible. */
.sht-hero.wp-block-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(15, 14, 13, 0.82) 0%,
		rgba(15, 14, 13, 0.6) 40%,
		rgba(15, 14, 13, 0.15) 70%,
		rgba(15, 14, 13, 0) 100%
	);
	z-index: 1;
}
.sht-hero.wp-block-cover > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

/* Constrain the text block so the subhead doesn't run past the mid-line of
   the photo and onto the vehicle. Aligns the H1/subhead/stats/CTAs in a
   single readable column on desktop; full width on mobile. */
.sht-hero .sht-hero-content {
	max-width: 620px;
}
@media (max-width: 768px) {
	.sht-hero .sht-hero-content { max-width: 100%; }
}

/* Heavier stats bar — was too light to read against varied photos even with
   the shadow. Bump to accent-2 brass color with mono-weight, kept small. */
.sht-hero-stats {
	color: var(--wp--preset--color--highlight) !important;
	font-weight: 700 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7em 2em;
	line-height: 1.3 !important;
}
.sht-hero-stat-item {
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	opacity: 0.85;
}
.sht-hero-rating {
	display: inline-flex;
	align-items: center;
	color: var(--wp--preset--color--highlight);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}
.sht-hero-rating:hover,
.sht-hero-rating:focus-visible {
	color: var(--wp--preset--color--accent-2);
}
.sht-hero-stat-stars {
	color: var(--wp--preset--color--accent-2);
	letter-spacing: 0.08em;
	margin-right: 0.55em;
	font-size: 1.15em;
	line-height: 1;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}
.sht-hero-secondary-link a {
	color: var(--wp--preset--color--accent-2) !important;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.sht-hero-secondary-link a:hover,
.sht-hero-secondary-link a:focus-visible {
	color: var(--wp--preset--color--highlight) !important;
	border-bottom-color: var(--wp--preset--color--accent-2);
}

/* ──────────────────────────────────────────────
   Hero side photo — the client-provided bench photos
   are portrait (352x440). Force a 4:3 landscape crop
   so the frame feels balanced next to the text column
   and the empty bench-surface at the bottom doesn't
   dominate the composition.
   ────────────────────────────────────────────── */
/* Outline buttons inside dark cover heroes need an explicit border color
   that matches the highlight text — otherwise the border inherits a near-
   transparent contrast-on-contrast and the button reads as a dead rectangle. */
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: currentColor !important;
}
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--wp--preset--color--highlight);
	color: var(--wp--preset--color--contrast) !important;
}

.sht-hero-photo {
	margin: 0 !important;
	width: 100%;
}
.sht-hero-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
}

/* ──────────────────────────────────────────────
   Cover-hero text legibility: accent-2 eyebrows on
   varied dark photos are low-contrast. Add a subtle
   soft shadow to eyebrows/sub-headings sitting over
   cover backgrounds so they stay readable against
   bright spots in the underlying image.
   ────────────────────────────────────────────── */
.wp-block-cover .has-accent-2-color,
.wp-block-cover.sht-hero .has-accent-2-color {
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}
.sht-hero-stats,
.sht-hero-subhead,
.sht-hero-eyebrow {
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.sht-brass-frame {
	position: relative;
}
.sht-brass-frame::before {
	content: "";
	position: absolute;
	inset: 24px;
	border: 1px solid var(--wp--preset--color--accent-2);
	pointer-events: none;
	z-index: 3;
}
/* Ensure hero cover content has breathing room inside the brass frame — fixes
   eyebrow/CTA touching the top/bottom edges on cover blocks with no explicit
   padding. */
.sht-brass-frame > .wp-block-cover__inner-container {
	padding-top: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--60);
	padding-left: var(--wp--preset--spacing--50);
	padding-right: var(--wp--preset--spacing--50);
}
@media (max-width: 768px) {
	.sht-brass-frame > .wp-block-cover__inner-container {
		padding-top: var(--wp--preset--spacing--50);
		padding-bottom: var(--wp--preset--spacing--50);
		padding-left: var(--wp--preset--spacing--40);
		padding-right: var(--wp--preset--spacing--40);
	}
}

/* ──────────────────────────────────────────────
   4% film grain overlay — apply via "has-grain-overlay"
   className on any group/cover section. Header
   z-index (99999) stays above via "main" scoping.
   ────────────────────────────────────────────── */

.has-grain-overlay {
	position: relative;
	isolation: isolate;
}
.has-grain-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.04;
	mix-blend-mode: multiply;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	z-index: 1;
}
/* Scoped z-index fix so sticky header stays on top.
   Excludes the cover block's background span + image — those
   need their native `position: absolute` to cover the block. */
main .alignfull.has-grain-overlay > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background),
main .has-grain-overlay > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
	position: relative;
	z-index: 2;
}

/* ──────────────────────────────────────────────
   Service-stamp rotation helpers
   ────────────────────────────────────────────── */

.sht-stamp-rotate-neg-8 { transform: rotate(-8deg); transform-origin: center; }
.sht-stamp-rotate-neg-4 { transform: rotate(-4deg); transform-origin: center; }
.sht-stamp-rotate-pos-6 { transform: rotate(6deg); transform-origin: center; }

/* ──────────────────────────────────────────────
   Navigation (mobile overlay default, desktop
   CSS override at 1025px+ per navigation.md)
   ────────────────────────────────────────────── */

.wp-block-navigation a {
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
	font-weight: 600;
}
.wp-block-navigation a:hover,
.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--accent-1);
}

/* Desktop submenu — modern flyout.
   No gap to the trigger (hover bridge stays intact).
   Wider than the widest label, no wrapping.
   No decorative triangle caret (fiddly + mis-aligned). */
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	background: var(--wp--preset--color--highlight);
	border: none;
	border-radius: 4px;
	padding: 0.5rem;
	min-width: 440px;
	max-width: 520px;
	white-space: nowrap;
	box-shadow:
		0 1px 2px rgba(28, 28, 26, 0.08),
		0 8px 24px rgba(28, 28, 26, 0.14),
		0 24px 48px rgba(28, 28, 26, 0.08);
	z-index: 99999;
	margin-top: 0;
	padding-top: 0.75rem;
	top: 100%;
	animation: sht-submenu-in 160ms cubic-bezier(0.16, 1, 0.3, 1) both;
	overflow: hidden;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
	white-space: nowrap;
}
@keyframes sht-submenu-in {
	from { opacity: 0; transform: translateY(-4px); }
	to   { opacity: 1; transform: translateY(0); }
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin: 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container a,
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 0.625rem 0.875rem !important;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0.875rem !important;
	font-family: var(--wp--preset--font-family--body) !important;
	font-weight: 500 !important;
	color: var(--wp--preset--color--contrast) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	border-radius: 3px;
	transition: background-color 120ms ease, color 120ms ease, padding-left 160ms cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
}
.wp-block-navigation .wp-block-navigation__submenu-container a:hover,
.wp-block-navigation .wp-block-navigation__submenu-container a:focus-visible {
	background: var(--wp--preset--color--base) !important;
	color: var(--wp--preset--color--accent-1) !important;
}
/* Brass underline hairline — animates from 0 → full width on hover.
   Replaces the old "→" glyph that overlapped the label text. */
.wp-block-navigation .wp-block-navigation__submenu-container a::after {
	content: "";
	position: absolute;
	left: 0.875rem;
	right: 0.875rem;
	bottom: 4px;
	height: 2px;
	width: 0;
	background: var(--wp--preset--color--accent-2);
	opacity: 0;
	transform: none;
	font-family: var(--wp--preset--font-family--mono);
	transition: width 180ms cubic-bezier(0.16, 1, 0.3, 1), opacity 160ms ease;
}
.wp-block-navigation .wp-block-navigation__submenu-container a:hover::after,
.wp-block-navigation .wp-block-navigation__submenu-container a:focus-visible::after {
	opacity: 1;
	width: calc(100% - 1.75rem);
}

/* ── Mobile / overlay ── */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
	min-width: 44px;
	min-height: 44px;
	color: var(--wp--preset--color--contrast);
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}
/* Replace WordPress's 2-line default with a standard 3-line hamburger. */
.wp-block-navigation__responsive-container-open svg {
	display: none !important;
}
.wp-block-navigation__responsive-container-open::before {
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--wp--preset--color--base) !important;
	padding: 4.5rem 1.5rem 2rem !important;
	z-index: 999999;
	/* Override justifyContent:right from the nav block and let the menu
	   scroll when its items exceed viewport height. Top-align the content
	   so items 1–N are always reachable; previously justify-content:center
	   clipped the first half of the list on tall menus. */
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	max-width: 420px;
	width: 100%;
	align-items: stretch !important;
	text-align: left !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	margin: 0 auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container.items-justified-right {
	align-items: stretch !important;
	text-align: left !important;
	justify-content: flex-start !important;
}
/* Each <li> inherits flex-direction:column + align-items:flex-end from the
   nav block's justifyContent:right setting. In the overlay we want items
   stretched full-width and content left-aligned, not flush-right. */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	align-items: stretch !important;
	justify-content: flex-start !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	display: block;
}
.wp-block-navigation__responsive-container.is-menu-open a {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.375rem;
	font-weight: 700;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--wp--preset--color--neutral);
	display: block;
	color: var(--wp--preset--color--contrast);
	text-transform: none;
	letter-spacing: -0.01em;
	text-align: left !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-left: 1.25rem;
	border: none;
	border-left: 2px solid var(--wp--preset--color--accent-1);
	margin-left: 0.5rem;
	box-shadow: none;
	background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a {
	font-size: 1rem;
	font-family: var(--wp--preset--font-family--body);
	font-weight: 500;
	color: var(--wp--preset--color--contrast);
	opacity: 0.75;
	text-transform: none;
	letter-spacing: 0;
	background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a:hover {
	opacity: 1;
	color: var(--wp--preset--color--accent-1);
}
.wp-block-navigation__responsive-container.is-menu-open a:focus-visible,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus-visible {
	outline: none !important;
	color: var(--wp--preset--color--accent-1) !important;
}

/* ── Desktop breakpoint override (1400px+) ──
   overlayMenu:"always" is set on nav so phone/tablet/laptop get overlay.
   The horizontal row needs real room for 7 uppercase items plus the
   two-line wordmark — don't flip to horizontal until 1400px or the last
   item ("Contact") clips past the viewport edge. */
@media (min-width: 1400px) {
	.wp-block-navigation__responsive-container-open { display: none !important; }
	.wp-block-navigation__responsive-container-close { display: none !important; }
	.wp-block-navigation__responsive-container {
		display: block !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
		padding: 0 !important;
		background: transparent !important;
		top: auto !important;
		left: auto !important;
	}
	.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
		display: flex !important;
		gap: var(--wp--preset--spacing--20);
		align-items: center;
		flex-direction: row !important;
		max-width: none;
	}
	.wp-block-navigation__responsive-container .wp-block-navigation-item {
		padding: 0;
		display: flex;
		align-items: center;
	}
	.wp-block-navigation__responsive-container .wp-block-navigation-item a,
	.wp-block-navigation__responsive-container .wp-block-navigation-item__content {
		font-family: var(--wp--preset--font-family--body);
		font-size: 0.75rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		padding: 0.5rem 0.6rem;
		border-bottom: none;
	}
}

/* Header wrapper — keep its 3-column flex row inside the
   wide container and prevent phone/nav from pushing past
   the viewport edge at awkward mid-range widths. */
header.site-header > .wp-block-group {
	max-width: min(100%, 1280px);
	margin-left: auto;
	margin-right: auto;
	padding-right: var(--wp--preset--spacing--20);
	padding-left: var(--wp--preset--spacing--20);
	gap: var(--wp--preset--spacing--20);
	align-items: center !important;
}
/* Give the wordmark column no internal top/bottom padding so its natural
   line-height-driven height lines up dead-center with the hamburger. */
header.site-header .sht-wordmark-link {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0;
}
/* Tight packing between the new breakpoint and a comfortable ultra-wide. */
@media (min-width: 1400px) and (max-width: 1600px) {
	header.site-header .wp-block-navigation a,
	header.site-header .wp-block-navigation .wp-block-navigation-item__content {
		padding: 0.5rem 0.45rem !important;
		font-size: 0.75rem !important;
	}
}

/* ──────────────────────────────────────────────
   Card hover lift
   ────────────────────────────────────────────── */

.sht-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	height: 100%;
}
/* Make columns stretch so sht-card height:100% actually fills — applies to any
   columns row whose direct child columns wrap .sht-card elements. */
.wp-block-columns:has(> .wp-block-column > .sht-card) > .wp-block-column {
	display: flex;
	flex-direction: column;
}
.sht-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(28, 28, 26, 0.08);
}

/* ──────────────────────────────────────────────
   About page team photo — full-bleed, brass-framed.
   Ensures the inner <img> spans the figure cleanly
   and keeps a sensible aspect on narrow viewports.
   ────────────────────────────────────────────── */

.sht-team-photo {
	margin-top: 0;
	margin-bottom: 0;
}
.sht-team-photo img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.sht-team-photo img {
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}
}

/* ──────────────────────────────────────────────
   Button extra polish — subtle uppercase chunky feel
   ────────────────────────────────────────────── */

.wp-block-button__link {
	transition: transform 0.15s ease, background-color 0.15s ease;
}
.wp-block-button__link:hover {
	transform: translateY(-1px);
}

/* Outline button variant */
.wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid var(--wp--preset--color--contrast);
	background: transparent;
	color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--highlight);
}

/* ──────────────────────────────────────────────
   Separators — short brass hairline
   ────────────────────────────────────────────── */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	border: none;
	border-top: 2px solid var(--wp--preset--color--accent-2);
	width: 60px;
	max-width: 60px;
	margin-left: 0;
	opacity: 1;
}
.wp-block-separator.is-style-wide {
	border: none;
	border-top: 1px solid var(--wp--preset--color--accent-2);
	opacity: 0.6;
}

/* ──────────────────────────────────────────────
   FAQ accordion (core/details)
   ────────────────────────────────────────────── */

/* FAQ accordion — editorial shop-manual style.
   No card, no shadow, no rounded corners. Hairline brass dividers,
   mono Q-number eyebrow, Fraunces question, plus icon on the right. */
.wp-block-details {
	counter-increment: sht-faq;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(28, 28, 26, 0.12);
	border-radius: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.wp-block-details:last-of-type {
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
}
.wp-block-details summary {
	position: relative;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: clamp(1rem, 1.4vw, 1.1875rem);
	line-height: 1.35;
	cursor: pointer;
	padding: 1.25rem 2.5rem 1.25rem 3.5rem;
	list-style: none;
	color: var(--wp--preset--color--contrast);
	transition: color 160ms ease;
}
.wp-block-details summary::-webkit-details-marker { display: none; }
.wp-block-details summary::before {
	content: "Q·" counter(sht-faq, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 1.5rem;
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-1);
}
.wp-block-details summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	color: var(--wp--preset--color--accent-1);
	transition: transform 180ms ease;
}
.wp-block-details:hover summary { color: var(--wp--preset--color--accent-1); }
.wp-block-details[open] summary::after {
	content: "−";
	transform: translateY(-50%) rotate(0);
}
.wp-block-details > p {
	padding: 0 2.5rem 1.5rem 3.5rem;
	margin: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--body);
	line-height: 1.65;
	font-size: 0.9375rem;
	opacity: 0.82;
	max-width: 56ch;
}
/* Reset counter at each accordion section wrapper. */
.wp-block-group:has(> .wp-block-details),
.wp-block-group > .wp-block-group:has(> .wp-block-details) {
	counter-reset: sht-faq;
}

/* Trust-bar stat — never wrap. Fluid-scale down when the column is narrow
   so "6a-10p" fits even in the tightest column of the asymmetric row. */
.sht-stat {
	white-space: nowrap !important;
	font-size: clamp(1.5rem, 3.2vw, 3rem) !important;
	line-height: 1 !important;
	overflow-wrap: normal;
	word-break: keep-all;
}

/* Below 1400px the full 7-item nav + phone widget crowds the header.
   Hide the phone widget; phone stays reachable via nav overlay (tablets)
   and the hero CTA. */
@media (max-width: 1399px) {
	.sht-header-phone { display: none; }
}
/* Header shrinks on small screens so wordmark + nav button + phone
   fit within the viewport instead of forcing body overflow. */
@media (max-width: 768px) {
	.sht-wordmark-link { gap: 1px; }
	.sht-wordmark-line { font-size: 1rem !important; letter-spacing: 0.02em !important; gap: 0.2em !important; }
	.sht-wordmark-est { font-size: 0.5rem !important; letter-spacing: 0.18em !important; }
	.sht-header-phone__eyebrow { display: none; }
	.sht-header-phone__number { font-size: 0.875rem !important; letter-spacing: 0.02em !important; }
	header.site-header > .wp-block-group {
		gap: var(--wp--preset--spacing--10) !important;
		padding-left: var(--wp--preset--spacing--10) !important;
		padding-right: var(--wp--preset--spacing--10) !important;
	}
}
@media (max-width: 480px) {
	.sht-wordmark-line { font-size: 0.85rem !important; }
	.sht-wordmark-est { display: none; }
	/* Hide the duplicate header phone block at mobile — phone is
	   reachable through the hero CTA button (tap-to-call) and through
	   the mobile nav overlay. Keeping it here forces a horizontal
	   overflow on 375px viewports. */
	.sht-header-phone { display: none; }
	header.site-header > .wp-block-group {
		flex-wrap: nowrap !important;
		gap: 0.4rem !important;
	}
}
/* Safety net: body must never create horizontal scroll */
html, body { overflow-x: hidden; max-width: 100vw; }

/* Mobile tap targets — 44x44 minimum for touch accessibility.
   Applied to nav items and inline links that might be tiny otherwise. */
@media (max-width: 768px) {
	.wp-block-navigation__responsive-container.is-menu-open a {
		min-height: 44px;
		display: flex !important;
		align-items: center;
		justify-content: flex-start !important;
		text-align: left !important;
		padding: 0.875rem 0 !important;
		margin: 4px 0 !important;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		display: block !important;
		width: 100% !important;
	}
	.wp-block-button__link {
		min-height: 44px;
		min-width: 44px;
		display: inline-flex;
		align-items: center;
	}
	.sht-footer-links a,
	footer.site-footer a {
		min-height: 44px;
		min-width: 44px;
		display: inline-flex;
		align-items: center;
		padding: 6px 8px;
	}
	.sht-roman-index > li a {
		min-height: 44px;
		min-width: 44px;
		padding: 4px 0;
	}
	a[href^="tel:"] {
		min-height: 44px;
		min-width: 44px;
		display: inline-flex;
		align-items: center;
	}
	/* Wordmark link — primary header target, must hit 44px tall */
	.sht-wordmark-link { min-height: 44px; padding: 4px 0; }
	/* Footer columns — stretch to equal height so no mid-size gap
	   between columns with different content volumes. Also stack
	   under 640 where content density justifies it. */
	footer.site-footer .wp-block-columns {
		align-items: stretch !important;
	}
	footer.site-footer .wp-block-column {
		align-self: stretch !important;
	}
}
/* Force footer columns to stack at mobile regardless of WP's default
   781px breakpoint — our footer has 4 columns which don't work side-
   by-side until at least ~900px, and `align:wide` occasionally
   suppresses WP's built-in mobile stack. */
@media (max-width: 900px) {
	footer.site-footer .wp-block-columns,
	footer.site-footer .wp-block-columns.is-layout-flex {
		flex-direction: column !important;
		flex-wrap: wrap !important;
		gap: var(--wp--preset--spacing--40) !important;
	}
	footer.site-footer .wp-block-column {
		flex-basis: 100% !important;
		width: 100% !important;
	}
}

/* ──────────────────────────────────────────────
   Google reviews — plugin-rendered blocks
   ────────────────────────────────────────────── */

.okay-review-stars {
	color: var(--wp--preset--color--accent-1);
	font-size: 0.9375rem;
	letter-spacing: 0.15em;
	display: inline-block;
	line-height: 1;
}

.okay-review-card {
	background: var(--wp--preset--color--highlight);
	border-left: 3px solid var(--wp--preset--color--accent-1);
	padding: 1.25rem 1.5rem 1.125rem;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}
.okay-review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(28, 28, 26, 0.08);
}
.okay-review-card::before {
	content: "“";
	position: absolute;
	top: -0.35em;
	left: 0.55rem;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 3.25rem;
	line-height: 1;
	color: var(--wp--preset--color--accent-2);
	opacity: 0.5;
}
.okay-review-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.okay-review-card__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--body);
}
.okay-review-card__footer {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px dashed var(--wp--preset--color--neutral);
}
.okay-review-name {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.9375rem;
	color: var(--wp--preset--color--contrast);
	line-height: 1.3;
}
.okay-review-date {
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	line-height: 1;
}

/* Grid layout */
.okay-review-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	width: 100%;
	align-items: stretch;
}
.okay-review-grid .okay-review-card {
	height: 100%;
	min-width: 0;
}

/* ──────────────────────────────────────────────
   Process section — "How I quote"
   Asymmetric two-column: intro left, numbered
   vertical timeline right.
   ────────────────────────────────────────────── */

.sht-process .sht-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: sht-step;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Home-page variant: 3-column horizontal timeline on desktop,
   stacks to single column on mobile. Replaces the old 42/58 split. */
.sht-process .sht-steps--home-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--wp--preset--spacing--40, 2.5rem);
}
.sht-process .sht-steps--home-grid .sht-step {
	grid-template-columns: 1fr;
	border-bottom: none;
	border-top: 2px solid var(--wp--preset--color--accent-1);
	padding: 1.25rem 0 0 0;
	gap: 0.5rem;
}
.sht-process .sht-steps--home-grid .sht-step__num {
	font-size: 1.5rem;
	font-family: var(--wp--preset--font-family--mono);
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media (max-width: 860px) {
	.sht-process .sht-steps--home-grid {
		grid-template-columns: 1fr;
		gap: var(--wp--preset--spacing--30);
	}
}
.sht-process .sht-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--wp--preset--color--neutral);
	align-items: start;
	position: relative;
}
.sht-process .sht-step:last-child { border-bottom: none; }
.sht-process .sht-step:first-child { padding-top: 0; }
.sht-process .sht-step__num {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 1;
	color: var(--wp--preset--color--accent-1);
	letter-spacing: -0.02em;
	min-width: 4rem;
}
.sht-process .sht-step__body { padding-top: 0.375rem; }
.sht-process .sht-step__heading {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 1.375rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 0.5rem;
}
.sht-process .sht-step__desc {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--wp--preset--color--contrast);
	opacity: 0.82;
}

/* ──────────────────────────────────────────────
   Hero — fill viewport (header + hero ≈ 100vh).
   Service stamp positioned bottom-right absolute
   so it sits in the corner, not inside a column.
   ────────────────────────────────────────────── */

.sht-hero {
	min-height: calc(100vh - 73px) !important;
	position: relative;
}
/* The cover block's inner-container normally is position: relative
   which traps absolute children inside it. Un-trap so the stamp
   positions against .sht-hero itself. */
.sht-hero > .wp-block-cover__inner-container,
.sht-hero .wp-block-cover__inner-container {
	position: static !important;
}
.sht-hero .sht-hero-stamp {
	position: absolute;
	right: clamp(24px, 5vw, 80px);
	bottom: clamp(24px, 5vw, 72px);
	width: clamp(140px, 18vw, 220px);
	margin: 0;
	z-index: 5;
	pointer-events: none;
}
.sht-hero .sht-hero-stamp img,
.sht-hero .sht-hero-stamp svg {
	width: 100%;
	height: auto;
	display: block;
	transform: rotate(-8deg);
	transform-origin: center;
	filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
}

/* ──────────────────────────────────────────────
   Footer link hover — must stay readable on the
   contrast (dark) footer. Override theme.json's
   link hover color for inside the footer.
   ────────────────────────────────────────────── */

footer.site-footer a {
	color: var(--wp--preset--color--highlight);
	text-decoration: none;
	transition: color 120ms ease;
}
footer.site-footer a:hover,
footer.site-footer a:focus-visible {
	color: var(--wp--preset--color--accent-1) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
footer.site-footer .sht-footer-links a {
	color: var(--wp--preset--color--highlight);
	opacity: 0.85;
}
footer.site-footer .sht-footer-links a:hover {
	color: var(--wp--preset--color--accent-1) !important;
	opacity: 1;
}

/* Carousel (horizontal scroll-snap, no JS) */
/* Single pull-quote */
.okay-review-quote {
	margin: 0;
	padding: 2rem 2.25rem;
	background: var(--wp--preset--color--highlight);
	border-left: 3px solid var(--wp--preset--color--accent-1);
	position: relative;
}
.okay-review-quote::before {
	content: "“";
	position: absolute;
	top: -0.15em;
	left: 1rem;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 6rem;
	line-height: 1;
	color: var(--wp--preset--color--accent-2);
	opacity: 0.45;
}
.okay-review-quote blockquote {
	margin: 0 0 1rem;
	padding: 0;
	border: none;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 400;
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	line-height: 1.5;
	color: var(--wp--preset--color--contrast);
	font-style: italic;
}
.okay-review-quote figcaption {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	font-style: normal;
	padding-top: 0.75rem;
	border-top: 1px dashed var(--wp--preset--color--neutral);
}
.okay-review-quote .okay-review-stars {
	margin-left: auto;
}

/* ═══════════════════════════════════════════════════════════════
   EDITORIAL UPLIFT — shop-manual primitives
   Added as part of the Phase-1 design-system uplift. Utilities
   below are composable on top of any block pattern. Every utility
   is prefixed .sht- and is independent of block markup so it
   works equally in .wp-block-group, .wp-block-cover, etc.
   ═══════════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────────────
   Manual chrome running-header strip
   Thin Shop-Olive bar just beneath the sticky header.
   JetBrains Mono Brass 11px, letterspaced, full bleed.
   ────────────────────────────────────────────── */
.sht-manual-chrome {
	width: 100%;
	background: var(--wp--preset--color--primary);
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 6px 1.5rem;
	position: relative;
	z-index: 90;
}
.sht-manual-chrome__inner {
	max-width: 1240px;
	margin: 0 auto;
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.22em;
	line-height: 1.4;
	color: var(--wp--preset--color--accent-2);
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-feature-settings: "tnum" 1;
}
@media (max-width: 720px) {
	.sht-manual-chrome { padding: 5px 1rem; }
	.sht-manual-chrome__inner {
		font-size: 10px;
		letter-spacing: 0.16em;
	}
}

/* ──────────────────────────────────────────────
   Old-style figures (onum)
   Apply manually via .sht-onum, and automatically
   to any mono-family block.
   ────────────────────────────────────────────── */
.sht-onum,
.has-mono-font-family,
.sht-manual-chrome__inner {
	font-feature-settings: "onum" 1, "tnum" 1;
	font-variant-numeric: oldstyle-nums tabular-nums;
}

/* Small caps utility (true c2sc+smcp) */
.sht-smcaps {
	font-variant-caps: all-small-caps;
	font-feature-settings: "c2sc" 1, "smcp" 1;
	letter-spacing: 0.08em;
}

/* ──────────────────────────────────────────────
   Drop cap — Fraunces 900, 4 lines, Shop-Rag Red
   Intended for the first paragraph of narrative sections.
   Usage: add class sht-dropcap to a <p>.
   ────────────────────────────────────────────── */
.sht-dropcap::first-letter {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 4.6em;
	line-height: 0.85;
	color: var(--wp--preset--color--accent-1);
	float: left;
	padding: 0.06em 0.12em 0 0;
	margin: 0.05em 0.08em -0.05em 0;
	font-feature-settings: "onum" 0;
}
@media (max-width: 600px) {
	.sht-dropcap::first-letter {
		font-size: 3.6em;
		line-height: 0.9;
	}
}

/* ──────────────────────────────────────────────
   Margin note — absolute right-column sidenote
   Parent must be position: relative for anchor.
   Collapses to inline below the parent on narrow screens.
   ────────────────────────────────────────────── */
.sht-margin-note {
	position: absolute;
	right: -200px;
	top: 0.25em;
	width: 180px;
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--accent-2);
	padding-left: 0.75rem;
	border-left: 1px solid var(--wp--preset--color--accent-2);
	text-transform: uppercase;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-margin-note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 1100px) {
	.sht-margin-note {
		position: static;
		display: block;
		width: auto;
		margin: 0.75rem 0 1rem;
		border-left: 2px solid var(--wp--preset--color--accent-1);
	}
}

/* ──────────────────────────────────────────────
   Roman-numeral index — typographic list
   Replaces uniform 3-col service-card grids. No cards,
   hairline between rows, Roman numeral prefix set
   in Fraunces. Pair with <ol class="sht-roman-index">.
   ────────────────────────────────────────────── */
.sht-roman-index {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: sht-rn;
}
.sht-roman-index > li {
	counter-increment: sht-rn;
	display: grid;
	grid-template-columns: 4.25rem 1fr auto;
	gap: 1.25rem;
	align-items: baseline;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
}
/* Two-column index on desktop — fills the wide container instead
   of leaving half the canvas empty. Column-count preserves the
   running Roman numeral counter and hairline rhythm. */
@media (min-width: 900px) {
	.sht-roman-index:not(.sht-roman-index--single-col) {
		column-count: 2;
		column-gap: 3rem;
	}
	.sht-roman-index:not(.sht-roman-index--single-col) > li {
		break-inside: avoid;
		padding: 1rem 0;
	}
}

/* Single-column variant — for short lists with long item bodies
   (makes hub: 3 transmissions with pricing + description + meta).
   Gives each row the full container width so title, long description,
   and meta can breathe instead of being crushed into half-width
   columns. Also widens the leading-numeral gutter for presence. */
.sht-roman-index--single-col {
	column-count: 1 !important;
}
@media (min-width: 900px) {
	.sht-roman-index--single-col > li {
		grid-template-columns: 5rem 1fr auto;
		gap: 1.75rem;
		padding: 1.5rem 0;
	}
	.sht-roman-index--single-col > li::before {
		font-size: 2rem;
	}
	.sht-roman-index--single-col .sht-roman-index__title,
	.sht-roman-index--single-col > li > strong:first-child {
		font-size: 1.4rem;
	}
}
.sht-roman-index > li:first-child { border-top: 0; }
.sht-roman-index > li::before {
	content: counter(sht-rn, upper-roman) ".";
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1;
	color: var(--wp--preset--color--accent-1);
	font-feature-settings: "onum" 1;
}
.sht-roman-index .sht-roman-index__title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.25;
	color: var(--wp--preset--color--contrast);
	display: block;
	margin: 0 0 0.25rem;
}
.sht-roman-index .sht-roman-index__desc {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--wp--preset--color--contrast);
	opacity: 0.78;
}
.sht-roman-index .sht-roman-index__meta {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	white-space: nowrap;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-roman-index > li a { text-decoration: none; color: inherit; transition: color 140ms ease; }
.sht-roman-index > li a:hover .sht-roman-index__title,
.sht-roman-index > li a:focus-visible .sht-roman-index__title {
	color: var(--wp--preset--color--accent-1);
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media (max-width: 640px) {
	.sht-roman-index > li {
		grid-template-columns: 3rem 1fr;
	}
	.sht-roman-index .sht-roman-index__meta {
		grid-column: 2;
		margin-top: 0.35rem;
	}
}

/* ──────────────────────────────────────────────
   Feature pair — 3fr/2fr asymmetric grid
   Left is dominant card, right is a 2-item stack.
   ────────────────────────────────────────────── */
.sht-feature-pair {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: stretch;
}
.sht-feature-pair > .sht-feature-pair__hero {
	grid-column: 1;
}
.sht-feature-pair > .sht-feature-pair__stack {
	grid-column: 2;
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 1.25rem;
}
@media (max-width: 860px) {
	.sht-feature-pair { grid-template-columns: 1fr; }
	.sht-feature-pair > .sht-feature-pair__hero,
	.sht-feature-pair > .sht-feature-pair__stack { grid-column: 1; }
	.sht-feature-pair > .sht-feature-pair__stack { grid-template-rows: auto; }
}

/* ──────────────────────────────────────────────
   Log entry — mono stamp line + italic narrative body
   Used on Reviews page and the home reviews block.
   ────────────────────────────────────────────── */
.sht-log-entry {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
}
.sht-log-entry:first-child { border-top: 1px solid rgba(28, 28, 26, 0.18); }
.sht-log-entry__stamp {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.5;
	color: var(--wp--preset--color--accent-1);
	text-transform: uppercase;
	margin: 0 0 0.65rem;
	font-feature-settings: "onum" 1, "tnum" 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}
.sht-log-entry__stamp > span { display: inline-flex; gap: 0.35rem; }
.sht-log-entry__body {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 400;
	font-style: italic;
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 0.5rem;
}
.sht-log-entry__sig {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	font-feature-settings: "onum" 1, "tnum" 1;
}

/* ──────────────────────────────────────────────
   CTA variants
   ────────────────────────────────────────────── */
.sht-cta-typographic {
	text-align: center;
	padding: clamp(2.5rem, 6vw, 5rem) 1.5rem;
}
.sht-cta-typographic .sht-cta-typographic__eyebrow {
	display: block;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin: 0 0 1rem;
}
.sht-cta-typographic .sht-cta-typographic__phone {
	display: block;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}
/* Override the global a[href^="tel:"] mono rule for THIS context only */
.sht-cta-typographic .sht-cta-typographic__phone a,
.sht-cta-typographic .sht-cta-typographic__phone a[href^="tel:"] {
	display: inline-block;
	font-family: var(--wp--preset--font-family--display) !important;
	font-weight: 900;
	font-size: clamp(2.75rem, 7vw, 4.75rem) !important;
	line-height: 1;
	letter-spacing: -0.04em !important;
	color: var(--wp--preset--color--accent-1) !important;
	text-decoration: none;
	white-space: nowrap;
	font-feature-settings: "onum" 1, "tnum" 1;
	font-variant-numeric: oldstyle-nums tabular-nums;
}
.sht-cta-typographic .sht-cta-typographic__phone a:hover,
.sht-cta-typographic .sht-cta-typographic__phone a:focus-visible {
	color: var(--wp--preset--color--contrast) !important;
	text-decoration: none;
}
.sht-cta-typographic .sht-cta-typographic__sub {
	display: block;
	margin-top: 0.75rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.8125rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--contrast);
	opacity: 0.7;
}

.sht-cta-stamped {
	position: relative;
	padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
	text-align: center;
}
.sht-cta-stamped .sht-cta-stamped__stamp {
	display: inline-block;
	width: clamp(160px, 22vw, 260px);
	margin: 0 0 1.25rem;
	transform: rotate(-6deg);
	transform-origin: center;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}
.sht-cta-stamped .sht-cta-stamped__stamp img,
.sht-cta-stamped .sht-cta-stamped__stamp svg {
	width: 100%;
	height: auto;
	display: block;
}
.sht-cta-stamped .sht-cta-stamped__phone {
	display: block;
	font-family: var(--wp--preset--font-family--display) !important;
	font-weight: 900;
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0.5rem 0 1rem;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-cta-stamped .sht-cta-stamped__phone a[href^="tel:"] {
	color: var(--wp--preset--color--base) !important;
	font-family: var(--wp--preset--font-family--display) !important;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color 160ms ease, color 160ms ease;
	padding-bottom: 2px;
}
.sht-cta-stamped .sht-cta-stamped__phone a[href^="tel:"]:hover,
.sht-cta-stamped .sht-cta-stamped__phone a[href^="tel:"]:focus-visible {
	color: var(--wp--preset--color--base) !important;
	border-bottom-color: var(--wp--preset--color--accent-2);
}

.sht-cta-inline {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	line-height: 1.4;
	font-weight: 500;
	color: var(--wp--preset--color--contrast);
	text-align: left;
	margin: 1.5rem 0;
}
.sht-cta-inline a[href^="tel:"],
.sht-cta-inline a {
	position: relative;
	display: inline;
	color: var(--wp--preset--color--accent-1) !important;
	font-family: var(--wp--preset--font-family--display) !important;
	font-style: italic;
	font-weight: 700;
	text-decoration: none;
	vertical-align: baseline;
	border-bottom: 2px solid transparent;
	padding-bottom: 1px;
	transition: border-color 200ms ease;
}
.sht-cta-inline a:hover,
.sht-cta-inline a:focus-visible {
	border-bottom-color: var(--wp--preset--color--accent-2);
}

/* ──────────────────────────────────────────────
   Brass hairline + torn-edge dividers
   ────────────────────────────────────────────── */
.sht-hairline-brass {
	display: block;
	width: 60px;
	height: 1px;
	border: 0;
	background: var(--wp--preset--color--accent-2);
	margin: 1.5rem 0 1.5rem 0;
}
.sht-hairline-brass--center { margin-left: auto; margin-right: auto; }

.sht-torn-divider {
	position: relative;
}
.sht-torn-divider::before,
.sht-torn-divider::after {
	content: "";
	display: block;
	width: 100%;
	height: 24px;
	background-image: url("assets/images/divider-torn.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	pointer-events: none;
}
.sht-torn-divider--top::before { position: absolute; top: 0; left: 0; }
.sht-torn-divider--top::after { display: none; }
.sht-torn-divider--bottom::after { position: absolute; bottom: 0; left: 0; transform: scaleY(-1); }
.sht-torn-divider--bottom::before { display: none; }
.sht-torn-divider--both::before { position: absolute; top: 0; left: 0; }
.sht-torn-divider--both::after { position: absolute; bottom: 0; left: 0; transform: scaleY(-1); }

/* Inline figure reference — [FIG. NN] */
.sht-figref {
	display: inline-block;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.14em;
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
	white-space: nowrap;
	padding: 0 0.15em;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-figref:hover,
.sht-figref:focus-visible { text-decoration: underline; text-underline-offset: 2px; }

/* Captioned figure — brass-framed image + mono caption */
.sht-figure {
	margin: 1.5rem 0;
	border: 1px solid var(--wp--preset--color--accent-2);
	padding: 0.5rem 0.5rem 0;
	background: var(--wp--preset--color--highlight);
}
.sht-figure img,
.sht-figure > .wp-block-image img {
	width: 100%;
	height: auto;
	display: block;
}
.sht-figure figcaption,
.sht-figure__caption {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	color: var(--wp--preset--color--accent-2);
	text-transform: uppercase;
	padding: 0.65rem 0.25rem;
	font-feature-settings: "onum" 1, "tnum" 1;
}

/* Generic small stamp placement (for rotated red stamps inside cards) */
.sht-stamp-corner {
	position: absolute;
	right: clamp(12px, 3vw, 28px);
	bottom: clamp(12px, 3vw, 24px);
	width: clamp(80px, 12vw, 140px);
	pointer-events: none;
	z-index: 3;
	transform: rotate(-6deg);
	filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.18));
}
.sht-stamp-corner img,
.sht-stamp-corner svg { width: 100%; height: auto; display: block; }

/* Fail-safe: if an image referenced by these utilities is missing,
   preserve surrounding layout so nothing collapses. */
.sht-figure img[alt]:not([src]),
.sht-stamp-corner img[alt]:not([src]) { visibility: hidden; }

/* ──────────────────────────────────────────────
   Severity panel — "CAN I KEEP DRIVING?" callout
   Big typographic verdict with a stamped word,
   used on symptom pages. Three severities.
   Markup:
	 <div class="sht-severity sht-severity--do-not-drive">
	   <p class="sht-severity__eyebrow">Drivability verdict</p>
	   <p class="sht-severity__stamp">DO NOT DRIVE</p>
	   <p class="sht-severity__body">...</p>
	 </div>
   ────────────────────────────────────────────── */
.sht-severity {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.75rem;
	padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(28, 28, 26, 0.18);
	background: var(--wp--preset--color--highlight);
}
.sht-severity::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--wp--preset--color--accent-1);
}
.sht-severity__eyebrow {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin: 0;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-severity__stamp {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 900;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 0.95;
	letter-spacing: -0.02em;
	color: var(--wp--preset--color--accent-1);
	text-transform: uppercase;
	display: inline-block;
	padding: 0.35rem 0.85rem;
	margin: 0;
	border: 3px solid var(--wp--preset--color--accent-1);
	transform: rotate(-2deg);
	transform-origin: left center;
	max-width: max-content;
	box-shadow: 2px 2px 0 rgba(180, 58, 31, 0.08);
}
.sht-severity__body {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.125rem, 1.6vw, 1.3125rem);
	line-height: 1.5;
	font-style: italic;
	color: var(--wp--preset--color--contrast);
	margin: 0;
	max-width: 60ch;
}
.sht-severity__meta {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin: 0.25rem 0 0;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-severity--do-not-drive { background: #f6ebe6; }
.sht-severity--do-not-drive::before { background: var(--wp--preset--color--accent-1); }
.sht-severity--do-not-drive .sht-severity__stamp {
	color: var(--wp--preset--color--base);
	background: var(--wp--preset--color--accent-1);
	border-color: var(--wp--preset--color--accent-1);
}
.sht-severity--drive-carefully { background: var(--wp--preset--color--highlight); }
.sht-severity--drive-carefully::before { background: var(--wp--preset--color--accent-2); }
.sht-severity--drive-carefully .sht-severity__stamp {
	color: var(--wp--preset--color--accent-2);
	border-color: var(--wp--preset--color--accent-2);
}
.sht-severity--ok-to-drive { background: #eef2ec; }
.sht-severity--ok-to-drive::before { background: #3d6b4f; }
.sht-severity--ok-to-drive .sht-severity__stamp {
	color: #3d6b4f;
	border-color: #3d6b4f;
}

/* ──────────────────────────────────────────────
   Ask-on-phone list — "what Anthony would ask"
   A numbered logbook-style list, each entry has
   a mono step stamp + italic question + short
   note on why he's asking.
   ────────────────────────────────────────────── */
.sht-ask-phone {
	list-style: none;
	counter-reset: sht-ask;
	margin: 0;
	padding: 0;
}
.sht-ask-phone > li {
	counter-increment: sht-ask;
	display: grid;
	grid-template-columns: 3.5rem 1fr;
	gap: 1rem 1.25rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
	align-items: baseline;
}
.sht-ask-phone > li:first-child { border-top: 1px solid rgba(28, 28, 26, 0.18); }
.sht-ask-phone > li::before {
	content: "Q·" counter(sht-ask, decimal-leading-zero);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-1);
	line-height: 1.5;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-ask-phone .sht-ask-phone__q {
	font-family: var(--wp--preset--font-family--display);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1.1rem, 1.6vw, 1.3125rem);
	line-height: 1.4;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 0.4rem;
	display: block;
}
.sht-ask-phone .sht-ask-phone__why {
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--wp--preset--color--contrast);
	opacity: 0.78;
	margin: 0;
	display: block;
}
@media (max-width: 640px) {
	.sht-ask-phone > li { grid-template-columns: 1fr; }
	.sht-ask-phone > li::before { grid-column: 1; }
}

/* ──────────────────────────────────────────────
   Reviews — browse-all (lazy-load all reviews)
   ────────────────────────────────────────────── */
.sht-reviews-browse {
	--sht-browse-gap: 1.5rem;
	display: block;
}
.sht-reviews-browse__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0 0 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
}
.sht-reviews-browse__filter-label {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin-right: 0.5rem;
}
.sht-reviews-browse__chip {
	appearance: none;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--contrast);
	background: transparent;
	border: 1px solid rgba(28, 28, 26, 0.2);
	border-radius: 0;
	padding: 0.5rem 0.875rem;
	cursor: pointer;
	transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
	min-height: 36px;
}
.sht-reviews-browse__chip:hover {
	border-color: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--accent-1);
}
.sht-reviews-browse__chip.is-active {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast);
}
.sht-reviews-browse__chip:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-1);
	outline-offset: 2px;
}
.sht-reviews-browse__status {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin: 0 0 1.25rem;
	min-height: 1em;
}
.sht-reviews-browse__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--sht-browse-gap);
}
@media (min-width: 720px) {
	.sht-reviews-browse__list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
	.sht-reviews-browse__list { grid-template-columns: repeat(3, 1fr); }
}
.sht-reviews-browse__item {
	display: flex;
	opacity: 1;
	transition: opacity 260ms ease, transform 260ms ease;
}
.sht-reviews-browse__item.is-hidden {
	display: none !important;
}
.sht-reviews-browse__item.is-entering {
	opacity: 0;
	transform: translateY(8px);
}
.sht-reviews-browse__item.is-filtered-out {
	display: none !important;
}
.sht-reviews-browse__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: var(--wp--preset--color--highlight);
	border-top: 2px solid var(--wp--preset--color--accent-1);
	padding: 1.5rem 1.5rem 1.25rem;
}
.sht-reviews-browse__card-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
	margin-bottom: 0.875rem;
}
.sht-reviews-browse__stamp {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-reviews-browse__stars {
	color: var(--wp--preset--color--accent-1);
	letter-spacing: 0.12em;
	font-size: 0.875rem;
	flex-shrink: 0;
}
.sht-reviews-browse__text {
	font-family: var(--wp--preset--font-family--display);
	font-style: italic;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--wp--preset--color--contrast);
	margin: 0 0 1rem;
	flex: 1;
	quotes: none;
	border: 0;
}
.sht-reviews-browse__byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(28, 28, 26, 0.1);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.sht-reviews-browse__name {
	font-style: normal;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}
.sht-reviews-browse__sep {
	color: var(--wp--preset--color--accent-2);
	opacity: 0.6;
}
.sht-reviews-browse__date {
	color: var(--wp--preset--color--accent-2);
}
.sht-reviews-browse__sentinel {
	height: 1px;
	width: 100%;
	margin: 0;
}
.sht-reviews-browse__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding-top: 2rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(28, 28, 26, 0.12);
}
.sht-reviews-browse__loadmore {
	appearance: none;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wp--preset--color--base);
	background: var(--wp--preset--color--accent-1);
	border: 0;
	padding: 0.875rem 1.75rem;
	cursor: pointer;
	min-height: 44px;
	transition: background 140ms ease;
}
.sht-reviews-browse__loadmore:hover,
.sht-reviews-browse__loadmore:focus-visible {
	background: var(--wp--preset--color--contrast);
}
.sht-reviews-browse__loadmore:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-1);
	outline-offset: 2px;
}
.sht-reviews-browse__loadmore[hidden] {
	display: none;
}
.sht-reviews-browse__gbp {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	margin: 0;
}
.sht-reviews-browse__gbp a {
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 140ms ease;
}
.sht-reviews-browse__gbp a:hover { border-bottom-color: var(--wp--preset--color--accent-1); }


/* Stats display numbers in content-reviews */
.sht-stat-display {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
}

/* Large italic pullquote in content-reviews */
.sht-pullquote {
	font-size: clamp(1.75rem, 3.6vw, 3rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

/* ──────────────────────────────────────────────
   Honest Pricing — the price table (dramatic
   three-column layout with big display-face "My
   price" number and struck-through dealer number)
   ────────────────────────────────────────────── */

.sht-price-table { overflow: hidden; }

.sht-price-table__head {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(0.75rem, 2vw, 1.5rem);
	padding: 0.9rem clamp(1rem, 2.5vw, 1.75rem);
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-bottom: 1px solid var(--wp--preset--color--accent-2);
}
.sht-price-table__head .sht-price-table__h {
	margin: 0;
	color: inherit;
}
.sht-price-table__head .sht-price-table__h--mine {
	color: var(--wp--preset--color--accent-2) !important;
}
.sht-price-table__head .sht-price-table__h--dealer {
	opacity: 0.6;
}

.sht-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(0.75rem, 2vw, 1.5rem);
	align-items: baseline;
	padding: 1.1rem clamp(1rem, 2.5vw, 1.75rem);
	border-bottom: 1px dashed rgba(var(--sht-contrast-rgb, 28, 28, 26), 0.18);
	transition: background-color 160ms ease;
}
.sht-price-row:nth-child(odd) { background: rgba(255, 255, 255, 0.35); }
.sht-price-row:hover { background: var(--wp--preset--color--neutral); }
.sht-price-row:last-child { border-bottom: 0; }

.sht-price-row__job {
	margin: 0;
	line-height: 1.3;
}
.sht-price-row__note {
	display: block;
	margin-top: 0.25rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: normal;
	color: var(--wp--preset--color--accent-2);
}
.sht-price-row__mine {
	margin: 0;
	font-size: clamp(1.375rem, 2.6vw, 1.875rem);
	font-weight: 700;
	line-height: 1;
	color: var(--wp--preset--color--accent-1);
	letter-spacing: -0.01em;
	white-space: nowrap;
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-price-row__dealer {
	margin: 0;
	opacity: 0.55;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--wp--preset--color--contrast);
	white-space: nowrap;
	font-feature-settings: "onum" 1, "tnum" 1;
}

@media (max-width: 640px) {
	.sht-price-table__head { display: none; }
	.sht-price-row {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"job mine"
			"job dealer";
		row-gap: 0.15rem;
	}
	.sht-price-row__job { grid-area: job; }
	.sht-price-row__mine { grid-area: mine; text-align: right; }
	.sht-price-row__dealer { grid-area: dealer; text-align: right; font-size: 0.75rem; }
}

/* ──────────────────────────────────────────────
   Honest Pricing — Job Ticket (signature element)
   A real invoice/service-ticket treatment with
   notched top edge + perforation between summary
   and line items.
   ────────────────────────────────────────────── */

.sht-job-ticket-section {
	position: relative;
}

.sht-job-ticket {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
	border: 1px solid var(--wp--preset--color--accent-2);
	border-radius: 2px;
	overflow: hidden;
	background: var(--wp--preset--color--base);
}

/* Notched top edge — torn service-slip feel */
.sht-job-ticket::before {
	content: "";
	display: block;
	height: 8px;
	background:
		radial-gradient(circle at 8px 12px, transparent 5px, var(--wp--preset--color--base) 5.5px) 0 0 / 16px 16px,
		var(--wp--preset--color--contrast);
}

.sht-job-ticket__header {
	padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem) 1.25rem;
	border-bottom: 1px dashed var(--wp--preset--color--accent-2);
	position: relative;
}
.sht-job-ticket__stub {
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--accent-2);
	font-feature-settings: "onum" 1, "tnum" 1;
}
.sht-job-ticket__vehicle {
	margin: 0 0 0.75rem;
	font-weight: 700;
	color: var(--wp--preset--color--contrast);
}
.sht-job-ticket__complaint {
	margin: 0;
	color: var(--wp--preset--color--contrast);
	opacity: 0.85;
}

.sht-job-ticket__lines {
	padding: 0.75rem clamp(1.25rem, 3vw, 2.25rem);
}
.sht-job-ticket__line {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.25rem;
	align-items: baseline;
	padding: 0.6rem 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.sht-job-ticket__line:last-child { border-bottom: 0; }
.sht-job-ticket__desc { margin: 0; color: var(--wp--preset--color--contrast); }
.sht-job-ticket__amt {
	margin: 0;
	color: var(--wp--preset--color--contrast);
	font-feature-settings: "onum" 1, "tnum" 1;
	white-space: nowrap;
}

.sht-job-ticket__totals {
	padding: 1rem clamp(1.25rem, 3vw, 2.25rem) 0.5rem;
	background: var(--wp--preset--color--highlight);
	border-top: 1px dashed var(--wp--preset--color--accent-2);
	border-bottom: 1px dashed var(--wp--preset--color--accent-2);
}
.sht-job-ticket__total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: 0.35rem 0;
}
.sht-job-ticket__total-label {
	margin: 0;
	color: var(--wp--preset--color--contrast);
	opacity: 0.7;
}
.sht-job-ticket__total-val {
	margin: 0;
	color: var(--wp--preset--color--contrast);
	opacity: 0.55;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	font-weight: 700;
	line-height: 1;
	font-feature-settings: "onum" 1, "tnum" 1;
	letter-spacing: -0.01em;
}
.sht-job-ticket__total-row--paid .sht-job-ticket__total-label {
	color: var(--wp--preset--color--accent-1);
	opacity: 1;
	font-weight: 600;
}
.sht-job-ticket__total-val--paid {
	color: var(--wp--preset--color--accent-1) !important;
	opacity: 1 !important;
	text-decoration: none !important;
	font-size: clamp(2rem, 5vw, 3rem) !important;
}
.sht-job-ticket__delta {
	margin: 0.75rem 0 0.25rem;
	text-align: right;
	font-feature-settings: "onum" 1, "tnum" 1;
}

.sht-job-ticket__signoff {
	padding: 1rem clamp(1.25rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 1.75rem);
}
.sht-job-ticket__note {
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--contrast);
	opacity: 0.85;
}
.sht-job-ticket__signature { margin: 0; }

@media (max-width: 560px) {
	.sht-job-ticket__total-val--paid { font-size: 2rem !important; }
	.sht-job-ticket__delta { text-align: left; font-size: 0.75rem; letter-spacing: 0.12em; }
}

/* Crew cards: monogram avatar on the about page crew section */
.sht-crew-card {
	position: relative;
}
.sht-crew-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--highlight);
	margin: 0 0 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border: 2px solid var(--wp--preset--color--accent-2);
}
.sht-crew-avatar__initials {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

/* Transmission rebuild card grid (vehicle hub pages) */
.sht-trans-grid-section {
	text-align: left;
}
.sht-trans-grid-section .wp-block-columns {
	align-items: stretch;
}
.sht-trans-card {
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.sht-trans-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sht-trans-card__model {
	font-family: var(--wp--preset--font-family--display) !important;
}
.sht-trans-card__vehicles {
	opacity: 0.9;
}
.sht-trans-card__price-suffix {
	display: inline-block;
	margin-left: 0.25em;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.5em;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-2);
	vertical-align: middle;
	white-space: nowrap;
}
.sht-trans-card__note {
	color: var(--wp--preset--color--contrast);
	opacity: 0.82;
}
.sht-trans-grid__note {
	color: var(--wp--preset--color--accent-2);
	opacity: 0.85;
}
