/*
Theme Name: Getbooqin
Theme URI: https://scintillawpthemes.com/getbooqin/
Author: Scintilla WP Themes
Author URI: https://scintillawpthemes.com
Description: Getbooqin turns a WooCommerce storefront into a booking system. A generic resource-and-service model — name what you rent, staff or seat, and customers pick a time and pay in the same checkout. Ships with a full-width booking landing page, a merchant day showcase, a testimonial carousel, Contact Form 7 templates, WooCommerce pricing pages and a one-click demo importer.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getbooqin
Tags: business, e-commerce, blog, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, block-styles, wide-blocks, editor-style, translation-ready, theme-options, threaded-comments, rtl-language-support

Getbooqin is distributed under the terms of the GNU GPL v2 or later.
*/

/* =================================================================
 * 1. TOKENS
 *
 * Every value here is re-declared inline by getbooqin_dynamic_css()
 * from the Customizer palette + typography panels. What is written
 * below is the designed default, and the fallback for a site whose
 * mods have not been saved yet.
 * ============================================================== */
:root {
	--ink: #121016;
	--ink-2: #201E25;
	--ink-3: #2E2B35;

	--accent: #AF62C1;
	--accent-hi: #C97ADB;
	--accent-dim: #994CAA;
	--accent-soft: #F8E8FB;

	--alt: #C28F00;
	--alt-soft: #F8EDD8;

	--paper: #F5F4F8;
	--ink-soft: #F2F1F5;

	--body-c: #4E4B54;
	--muted: #64616B;
	--muted-2: #827E8B;
	--line: #DFDDE3;
	--line-soft: #ECEAF0;

	--green: #2E9E52;
	--green-soft: #E1F5E4;

	--accent-rgb: 175, 98, 193;
	--ink-rgb: 18, 16, 22;

	--r-sm: 8px;
	--r-md: 14px;
	--r-lg: 20px;
	--r-xl: 26px;

	--shadow-sm: 0 1px 2px rgba(var(--ink-rgb), .05);
	--shadow-md: 0 10px 28px -16px rgba(var(--ink-rgb), .30);
	--shadow-lg: 0 40px 90px -30px rgba(var(--ink-rgb), .55);

	--maxw: 1180px;
	--maxw-wide: 1320px;
	--gutter: 24px;

	--display: "Sora", system-ui, sans-serif;
	--body: "Instrument Sans", system-ui, sans-serif;
	--mono: "JetBrains Mono", ui-monospace, monospace;

	--fs-body: 15px;
	--sec-pad: 88px;
}

/* =================================================================
 * 2. RESET + BASE
 * ============================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 90px;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: #fff;
	color: var(--ink);
	font-family: var(--body);
	font-size: var(--fs-body);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/*
 * A grid or flex item is min-content wide by default, so one long word or one
 * nowrap cell can push the whole document wider than the screen. Every layout
 * child in the theme is allowed to shrink instead.
 */
.pairs > *,
.steps3 > *,
.feat-grid > *,
.plans > *,
.posts > *,
.model > *,
.day > *,
.times > *,
.app > *,
.split-head > *,
.book-split > *,
.contact-grid > *,
.product-split > *,
.blog-layout > *,
.foot__top > *,
.voice { min-width: 0; }

img,
svg,
video,
canvas { max-width: 100%; display: block; }

img { height: auto; }

a { color: inherit; text-decoration: none; }

/*
 * The sprite in inc/icons.php stores bare path data, so the stroke, the fill
 * and the size all come from here. Every icon inherits the current colour.
 */
.ico {
	width: 1.15em;
	height: 1.15em;
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	vertical-align: middle;
}
.ico--sm { width: 1em; height: 1em; }
.ico--lg { width: 1.6em; height: 1.6em; }

button {
	font: inherit;
	cursor: pointer;
	border: 0;
	background: none;
	color: inherit;
}

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

::selection { background: var(--accent-soft); color: var(--accent-dim); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 6px;
}

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

.wrap-wide {
	width: 100%;
	max-width: var(--maxw-wide);
	margin: 0 auto;
	padding: 0 var(--gutter);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	left: 16px;
	top: 16px;
	z-index: 200;
	background: var(--ink);
	color: #fff;
	padding: 12px 20px;
	border-radius: var(--r-sm);
	font-size: 14px;
}

/* =================================================================
 * 3. TYPE
 * ============================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--display);
	margin: 0;
	color: var(--ink);
	font-weight: 600;
	letter-spacing: -.03em;
}

h1 {
	font-size: clamp(38px, 5.4vw, 60px);
	line-height: 1.04;
	letter-spacing: -.045em;
	font-weight: 700;
}

h2 {
	font-size: clamp(27px, 3.4vw, 40px);
	line-height: 1.12;
	letter-spacing: -.035em;
}

h3 { font-size: 16px; line-height: 1.35; font-weight: 600; letter-spacing: -.02em; }
h4 { font-size: 15px; line-height: 1.4; }
h5 { font-size: 13.5px; }
h6 { font-size: 12.5px; }

p { margin: 0; }

.eyebrow {
	display: inline-block;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--accent-dim);
}

.lede {
	color: var(--body-c);
	font-size: 15px;
	line-height: 1.68;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Inline heading markers parsed by bwp_format_heading(). */
.em,
h1 em, h2 em, h3 em { font-style: normal; color: var(--accent); }
.thin { font-weight: 400; color: var(--muted); }
.grey { color: var(--muted-2); }
.alt { color: var(--alt); }

/* =================================================================
 * 4. LOGO MARK
 * ============================================================== */
.mark {
	flex: none;
	background: var(--ink-2);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 6px;
	width: 28px;
	height: 28px;
}

.mark .b1 { flex: 1; border-radius: 2px; background: var(--accent); }
.mark .b2 { flex: 1; border-radius: 2px; border: 2px solid var(--accent); box-sizing: border-box; }

.mark.lg { width: 52px; height: 52px; border-radius: 13px; padding: 13px; gap: 4px; }
.mark.lg .b1,
.mark.lg .b2 { border-radius: 3px; }

.mark.sm { width: 22px; height: 22px; border-radius: 6px; padding: 5px; gap: 2px; }
.mark.sm .b2 { border-width: 1.5px; }

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--display);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.04em;
	color: inherit;
}

.brand__logo { width: auto; max-height: 38px; }

.brand__name small {
	display: block;
	font-family: var(--mono);
	font-size: 9.5px;
	font-weight: 400;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .55;
	margin-top: 1px;
}

/* =================================================================
 * 5. BUTTONS
 * ============================================================== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 24px;
	border-radius: var(--r-sm);
	font-family: var(--body);
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: -.01em;
	transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s, color .16s;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
}

.btn svg { width: 15px; height: 15px; }

.btn-primary {
	background: var(--accent);
	color: #fff;
	box-shadow: 0 8px 18px -10px rgba(var(--accent-rgb), .9);
}
.btn-primary:hover { background: var(--accent-dim); color: #fff; transform: translateY(-1px); }

.btn-ghost {
	background: #fff;
	color: var(--ink);
	border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--muted-2); transform: translateY(-1px); }

.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); color: #fff; transform: translateY(-1px); }

.btn-sm { height: 38px; padding: 0 18px; font-size: 13.5px; border-radius: 7px; }
.btn-lg { height: 52px; padding: 0 30px; font-size: 15.5px; }
.btn-block { width: 100%; }

.btn[disabled],
.btn.is-disabled { opacity: .5; pointer-events: none; }

/* Text link with a sliding arrow. */
.tlink {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--accent-dim);
}
.tlink svg { width: 14px; height: 14px; transition: transform .18s ease; }
.tlink:hover svg { transform: translateX(3px); }

/* =================================================================
 * 6. PRELOADER
 * ============================================================== */
.bwp-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	transition: opacity .5s ease, visibility .5s ease;
}
.bwp-loader.loaded { opacity: 0; visibility: hidden; }
.bwp-loader-logo { max-width: 150px; }
.bwp-loader-mark { display: block; width: 56px; }
.bwp-loader-mark .mark { width: 56px; height: 56px; border-radius: 14px; padding: 14px; gap: 5px; }

.bwp-loader.anim-pulse .bwp-loader-logo { animation: bwpPulse 1.3s ease-in-out infinite; }
.bwp-loader.anim-bounce .bwp-loader-logo { animation: bwpBounce 1s ease-in-out infinite; }
.bwp-loader.anim-spin .bwp-loader-logo { animation: bwpSpin 1.6s linear infinite; }
.bwp-loader.anim-fade .bwp-loader-logo { animation: bwpFade 1.4s ease-in-out infinite; }

@keyframes bwpPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.86); opacity: .55; } }
@keyframes bwpBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes bwpSpin { to { transform: rotate(360deg); } }
@keyframes bwpFade { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }

/* =================================================================
 * 7. HEADER + NAV
 * ============================================================== */
.nav-shell {
	position: sticky;
	top: 0;
	z-index: 60;
	padding: 16px 0 0;
	background: linear-gradient(180deg, #fff 60%, rgba(255, 255, 255, 0));
	transition: padding .2s ease;
}
.nav-shell.is-stuck { padding-top: 10px; }

/*
 * On a page that opens with a banner the header floats over the photograph
 * rather than sitting on a white bar above it, and only takes its own
 * background back once the visitor has scrolled off the banner.
 */
.bwp-banner-top .nav-shell {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	transition: background .25s ease, padding .2s ease;
}
.bwp-banner-top .nav-shell.is-stuck {
	background: linear-gradient(180deg, #fff 60%, rgba(255, 255, 255, 0));
}

/* Clear the admin bar, which is itself fixed above 600px. */
@media screen and (min-width: 601px) {
	body.admin-bar.bwp-banner-top .nav-shell { top: 32px; }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
	body.admin-bar.bwp-banner-top .nav-shell { top: 46px; }
}

.nav {
	display: flex;
	align-items: center;
	gap: 26px;
	background: var(--ink);
	color: #fff;
	border-radius: 12px;
	padding: 9px 9px 9px 18px;
	box-shadow: 0 18px 40px -26px rgba(var(--ink-rgb), .9);
	position: relative;
}

.nav .brand { font-size: 16.5px; color: #fff; }
.nav .mark { width: 25px; height: 25px; border-radius: 7px; padding: 5px; background: var(--ink-3); }

.nav-links {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: 14px;
	list-style: none;
	padding: 0;
	margin-block: 0;
}

.nav-links li { position: relative; }

.nav-links a {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, .62);
	transition: color .16s;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a,
.nav-links .current-menu-ancestor > a { color: #fff; }

/* Dropdowns */
.nav-links .menu-item-has-children > a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	margin-left: 2px;
}

.nav-links .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: -14px;
	min-width: 208px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 11px;
	box-shadow: var(--shadow-md);
	padding: 7px;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
	z-index: 5;
}
.nav-links li:hover > .sub-menu,
.nav-links li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.nav-links .sub-menu a {
	display: block;
	color: var(--body-c);
	padding: 8px 11px;
	border-radius: 7px;
	font-size: 13px;
}
.nav-links .sub-menu a:hover { background: var(--accent-soft); color: var(--accent-dim); }

.nav-links .sub-menu .sub-menu { top: 6px; left: calc(100% + 5px); }

.nav-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 6px;
}

.nav-login {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, .78);
	padding: 0 14px;
	white-space: nowrap;
}
.nav-login:hover { color: #fff; }

.nav-icon {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	flex: none;
}
.nav-icon:hover { background: rgba(255, 255, 255, .18); }
.nav-icon svg { width: 16px; height: 16px; }

.nav-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-family: var(--mono);
	font-size: 9.5px;
	display: grid;
	place-items: center;
	line-height: 1;
}

.nav-toggle {
	display: none;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	align-items: center;
	justify-content: center;
	flex: none;
}
.nav-toggle span { display: block; width: 15px; height: 1.5px; background: #fff; position: relative; transition: background .16s; }
.nav-toggle span::before,
.nav-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 1.5px;
	background: #fff;
	transition: transform .2s ease, top .2s ease;
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }

body.is-open .nav-toggle span { background: transparent; }
body.is-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.is-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* Search popover */
.search-pop {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: min(340px, calc(100vw - 48px));
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow-md);
	padding: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .16s, transform .16s, visibility .16s;
	z-index: 8;
}
.search-pop.open { opacity: 1; visibility: visible; transform: translateY(0); }

.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-form .search-field {
	width: 100%;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 0 12px;
	font: inherit;
	font-size: 13.5px;
	color: var(--ink);
	background: #fff;
}
.search-form .search-field:focus { border-color: var(--accent); outline: none; }
.search-form .search-submit {
	height: 40px;
	padding: 0 16px;
	border-radius: 8px;
	background: var(--accent);
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
}

/* =================================================================
 * 8. HERO
 * ============================================================== */
.hero {
	position: relative;
	padding: 74px 0 58px;
	text-align: center;
	overflow: hidden;
}

.hero-frame {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(to right, var(--line-soft) 1px, transparent 1px),
		linear-gradient(to bottom, var(--line-soft) 1px, transparent 1px);
	background-size: 112px 112px;
	-webkit-mask-image: radial-gradient(120% 76% at 50% 40%, transparent 40%, #000 78%);
	mask-image: radial-gradient(120% 76% at 50% 40%, transparent 40%, #000 78%);
}

.hero .wrap { position: relative; z-index: 1; }

.pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	height: 32px;
	padding: 0 15px 0 8px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--line);
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ink-2);
	box-shadow: var(--shadow-sm);
}
.pill .mark { width: 18px; height: 18px; border-radius: 5px; padding: 3.5px; gap: 2px; }
.pill .mark .b2 { border-width: 1.2px; }

.hero h1 { margin: 26px auto 0; max-width: 800px; }

.hero-sub {
	margin: 24px auto 0;
	max-width: 600px;
	color: var(--body-c);
	font-size: 15.5px;
	line-height: 1.7;
}

.hero-cta {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 32px;
}
.hero-cta--start { justify-content: flex-start; }

.hero-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 24px;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note span::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: var(--accent);
	flex: none;
}

/* =================================================================
 * 9. SHOWCASE — the merchant day
 * ============================================================== */
.scene {
	position: relative;
	overflow: hidden;
	padding: 52px 0 0;
	background:
		radial-gradient(80% 60% at 78% 0%, rgba(201, 122, 219, .42), transparent 62%),
		radial-gradient(70% 60% at 8% 100%, rgba(194, 143, 0, .28), transparent 60%),
		linear-gradient(170deg, #1A1720 0%, #241E2E 46%, #332741 100%);
}
.scene::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 96px 100%;
}
.scene .wrap-wide { position: relative; z-index: 2; }

.app {
	border-radius: 14px 14px 0 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 0;
	box-shadow: var(--shadow-lg);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 270px;
	max-height: 520px;
}

.app-main { padding: 18px 20px 0; }

.app-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-soft);
}
.app-head h4 { font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -.03em; }
.app-head .sub { font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; color: var(--muted-2); margin-top: 4px; }
.app-head .right { margin-left: auto; display: flex; gap: 7px; flex-wrap: wrap; }

.chip {
	height: 29px;
	border-radius: 7px;
	border: 1px solid var(--line);
	background: #fff;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 11px;
	font-size: 12px;
	color: var(--ink-2);
	font-weight: 500;
	white-space: nowrap;
}
.chip-primary { background: var(--accent); border-color: var(--accent); color: #fff; }

.day {
	margin-top: 14px;
	display: grid;
	grid-template-columns: 52px repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 6px;
}
.day .col-h {
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
	padding: 0 0 6px 2px;
}
.day .time { font-family: var(--mono); font-size: 10.5px; color: var(--muted-2); padding-top: 9px; }

.slot {
	border-radius: 8px;
	min-height: 44px;
	padding: 7px 9px;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 500;
	min-width: 0;
	overflow-wrap: anywhere;
}
.slot-empty { border: 1px dashed var(--line); }
.slot-book { background: var(--accent-soft); color: var(--accent-dim); border: 1px solid rgba(var(--accent-rgb), .28); }
.slot-off { background: var(--ink-soft); color: var(--muted-2); border: 1px solid var(--line-soft); }
.slot-alt { background: var(--alt-soft); color: #8A6600; border: 1px solid rgba(194, 143, 0, .28); }
.slot .t { display: block; font-family: var(--display); font-size: 11.5px; font-weight: 600; letter-spacing: -.02em; }
.slot .m { font-family: var(--mono); font-size: 9.5px; letter-spacing: .04em; opacity: .8; }

.app-side {
	background: var(--paper);
	border-left: 1px solid var(--line-soft);
	padding: 18px 18px 0;
}
.app-side h5 { font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: -.02em; margin: 0 0 4px; }
.app-side .hint {
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-bottom: 14px;
}

.setting {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid var(--line-soft);
}
.setting:last-child { border-bottom: 0; }
.setting .k { font-size: 11.5px; color: var(--muted); }
.setting .v {
	margin-left: auto;
	font-family: var(--mono);
	font-size: 10.5px;
	color: var(--ink);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 5px;
	padding: 2px 7px;
	text-align: right;
}
.setting .v.acc { color: var(--accent-dim); border-color: rgba(var(--accent-rgb), .35); background: var(--accent-soft); }

/* =================================================================
 * 10. PARTNERS
 * ============================================================== */
.partners { border-bottom: 1px solid var(--line-soft); padding: 30px 0; }
.partners .cap {
	text-align: center;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-bottom: 20px;
}
.partner-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 56px;
	flex-wrap: wrap;
}
.plogo { display: flex; align-items: center; gap: 9px; opacity: .42; transition: opacity .18s; }
.plogo:hover { opacity: .75; }
.plogo .g { width: 22px; height: 22px; border-radius: 6px; background: var(--ink); flex: none; }
.plogo .g.round { border-radius: 50%; }
.plogo .g.diamond { border-radius: 6px; transform: rotate(45deg); }
.plogo .g.ring { background: none; border: 3px solid var(--ink); border-radius: 50%; }
.plogo img { width: auto; max-height: 26px; }
.plogo span {
	font-family: var(--display);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.03em;
	color: var(--ink);
}

/* =================================================================
 * 11. SECTION SHELL
 * ============================================================== */
.sec { padding: var(--sec-pad) 0; }
.sec-alt {
	background: var(--paper);
	border-top: 1px solid var(--line-soft);
	border-bottom: 1px solid var(--line-soft);
}
.sec-tight { padding-top: 0; }
.sec-flush { padding-bottom: 0; }

.split-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 60px;
	align-items: start;
}
.split-head h2 { margin-top: 14px; max-width: 460px; }
.split-head .lede { padding-top: 10px; }

.mid-head { text-align: center; max-width: 600px; margin: 0 auto; }
.mid-head h2 { margin-top: 14px; }
.mid-head .lede { margin-top: 16px; }

/*
 * Reveal on scroll. Guarded by the `js` class the header sets, so a visitor
 * with JavaScript off — or a page whose script failed — still sees every
 * section rather than a column of invisible blocks.
 */
.js .rise {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease;
}
.js .rise.is-in { opacity: 1; transform: none; }

/* =================================================================
 * 12. PAIRS — resource → service
 * ============================================================== */
.pairs {
	display: grid;
	grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 16px;
	margin-top: 44px;
}

.pair {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: #fff;
	padding: 18px;
	transition: border-color .18s, box-shadow .18s, transform .18s;
	overflow: hidden;
}
.pair:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }

.pair-media {
	margin: -18px -18px 16px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ink-soft);
}
.pair-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pair:hover .pair-media img { transform: scale(1.04); }

.pair-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.pair-tags .a { color: var(--accent-dim); }

.pair-flow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0 10px;
	flex-wrap: wrap;
}
.pair-flow .r,
.pair-flow .s { font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: -.03em; }
.pair-flow .arrow { color: var(--accent); font-size: 15px; line-height: 1; }

.pair p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* =================================================================
 * 13. BOOKING WIDGET
 * ============================================================== */
.book-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.book-copy h2 { margin-top: 14px; }
.book-copy .lede { margin-top: 18px; max-width: 420px; }

.book-list {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 11px;
}
.book-list li {
	display: flex;
	gap: 10px;
	font-size: 13.5px;
	color: var(--body-c);
	line-height: 1.55;
}
.book-list li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--accent);
	flex: none;
	margin-top: 7px;
}

.widget-shell { display: flex; justify-content: flex-end; }

.bwidget {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	box-shadow: 0 30px 70px -40px rgba(var(--ink-rgb), .5);
	overflow: hidden;
	max-width: 400px;
	width: 100%;
}

.bwidget-top {
	padding: 14px 18px;
	border-bottom: 1px solid var(--line-soft);
	display: flex;
	align-items: center;
	gap: 10px;
}
.bwidget-top h5 { font-family: var(--display); font-size: 13px; font-weight: 600; margin: 0; letter-spacing: -.02em; }
.bwidget-top .step {
	margin-left: auto;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}

.bwidget-body { padding: 16px 18px 18px; }

.wlabel {
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin: 16px 0 8px;
}
.wlabel:first-child { margin-top: 0; }

.wrow {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 9px;
	font-size: 13px;
	font-weight: 500;
}
.wrow .m { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--muted); }

.seg { display: flex; gap: 7px; flex-wrap: wrap; }
.seg button {
	border: 1px solid var(--line);
	border-radius: 7px;
	padding: 7px 12px;
	font-size: 12.5px;
	font-weight: 500;
	background: #fff;
	transition: .15s;
}
.seg button.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.seg button:hover:not(.on) { border-color: var(--accent); color: var(--accent-dim); }

.times { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.times button {
	border: 1px solid var(--line);
	border-radius: 7px;
	padding: 8px 0;
	font-family: var(--mono);
	font-size: 11.5px;
	background: #fff;
	transition: .15s;
}
.times button.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.times button.off {
	color: var(--muted-2);
	background: var(--ink-soft);
	border-color: var(--line-soft);
	text-decoration: line-through;
	cursor: not-allowed;
}
.times button:hover:not(.on):not(.off) { border-color: var(--accent); }

.addon {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid var(--line);
	border-radius: 9px;
	font-size: 12.5px;
	margin-bottom: 7px;
	cursor: pointer;
	transition: border-color .15s;
}
.addon:hover { border-color: var(--accent); }
.addon .box {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1.5px solid var(--line);
	flex: none;
	transition: background .15s, border-color .15s;
}
.addon.on .box { background: var(--accent); border-color: var(--accent); }
.addon .p { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--muted); }

.summary {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--line-soft);
	display: flex;
	align-items: center;
	gap: 12px;
}
.summary .l { font-family: var(--mono); font-size: 10.5px; color: var(--muted); letter-spacing: .03em; }
.summary .amt { margin-left: auto; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.04em; }

.bwidget .btn { width: 100%; margin-top: 14px; }

/* =================================================================
 * 14. HOW IT WORKS
 * ============================================================== */
.steps3 {
	display: grid;
	grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.scard {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 16px 16px 20px;
	transition: border-color .18s, box-shadow .18s, transform .18s;
	position: relative;
}
.scard:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.scard .num { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; color: var(--accent); }
.scard h3 { margin: 8px 0 6px; font-size: 17px; }
.scard > p { font-size: 12.5px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }

.mock {
	border-radius: 12px;
	border: 1px solid var(--line-soft);
	background: var(--paper);
	padding: 13px;
	min-height: 172px;
}
.mock .mh {
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-bottom: 9px;
}
.mock .times { margin-bottom: 10px; }

.mini {
	background: #fff;
	border: 1px solid var(--line-soft);
	border-radius: 9px;
	padding: 9px 11px;
	margin-bottom: 7px;
	box-shadow: 0 4px 12px -8px rgba(var(--ink-rgb), .3);
}
.mini-row { display: flex; align-items: center; gap: 9px; }
.mini-t { font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: -.02em; }
.mini-s { font-family: var(--mono); font-size: 9.5px; color: var(--muted-2); letter-spacing: .03em; }
.mini .r { margin-left: auto; }

.dot-a { width: 8px; height: 8px; border-radius: 2px; background: var(--accent); flex: none; }
.dot-o { width: 8px; height: 8px; border-radius: 2px; border: 1.5px solid var(--accent); flex: none; }

.ghost-add {
	border: 1px dashed var(--line);
	border-radius: 9px;
	padding: 8px 11px;
	font-size: 11.5px;
	color: var(--muted-2);
	text-align: center;
}

.tbadge {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 5px;
	font-family: var(--mono);
	font-size: 9px;
	letter-spacing: .06em;
	white-space: nowrap;
}
.tb-acc { background: var(--accent-soft); color: var(--accent-dim); }
.tb-green { background: var(--green-soft); color: var(--green); }
.tb-alt { background: var(--alt-soft); color: #8A6600; }

/* =================================================================
 * 15. FEATURES
 * ============================================================== */
.feat-grid {
	display: grid;
	grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 2px;
	margin-top: 44px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	overflow: hidden;
}

.feat { background: #fff; padding: 26px 24px; transition: background .18s; }
.feat:hover { background: var(--paper); }
.feat .ico {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--accent-soft);
	color: var(--accent-dim);
	display: grid;
	place-items: center;
	margin-bottom: 16px;
}
.feat .ico svg { width: 17px; height: 17px; }
.feat h3 { margin-bottom: 7px; }
.feat p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* =================================================================
 * 16. THE MODEL
 * ============================================================== */
.model {
	display: grid;
	grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
	gap: 20px;
	margin-top: 42px;
	padding-top: 34px;
	border-top: 1px solid var(--line);
}
.mobj .bar { display: block; height: 3px; border-radius: 2px; background: var(--accent); width: 26px; }
.mobj:nth-child(2) .bar { background: var(--alt); }
.mobj:nth-child(3) .bar { background: var(--ink-3); }
.mobj:nth-child(4) .bar { background: var(--accent-hi); }
.mobj .k {
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-top: 14px;
}
.mobj h3 { margin: 12px 0 8px; font-size: 19px; }
.mobj p { font-size: 13px; color: var(--muted); line-height: 1.62; }

/* =================================================================
 * 17. TESTIMONIAL CAROUSEL
 * ============================================================== */
.voices { margin-top: 44px; position: relative; }

.voices__viewport { overflow: hidden; }
.voices__viewport.is-dragging { cursor: grabbing; }

.voices__track {
	display: flex;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
}

.voice { flex: 0 0 100%; padding: 0 9px; min-width: 0; }
.voices--2 .voice { flex-basis: 50%; }
.voices--3 .voice { flex-basis: 33.3333%; }

.voice__card {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 24px 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: border-color .18s, box-shadow .18s;
}
.voice__card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); }

.voice__card--feature {
	background: linear-gradient(165deg, #1A1720 0%, #2A2134 60%, #3E2C4C 100%);
	border-color: transparent;
	color: #fff;
}

.voice__stars { display: flex; gap: 3px; color: var(--alt); }
.voice__stars svg { width: 14px; height: 14px; }

.voice__card blockquote {
	margin: 0;
	font-family: var(--display);
	font-size: 15.5px;
	line-height: 1.55;
	font-weight: 500;
	letter-spacing: -.02em;
	color: var(--ink-2);
	flex: 1;
}
.voice__card blockquote::before { content: "\201C"; }
.voice__card blockquote::after { content: "\201D"; }

.voice .who { display: flex; align-items: center; gap: 11px; }
.voice .who img,
.voice .who .ava {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	flex: none;
}
.voice .who .ava {
	display: grid;
	place-items: center;
	background: var(--accent-soft);
	color: var(--accent-dim);
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: .04em;
}
.voice .who b { display: block; font-family: var(--display); font-size: 13.5px; font-weight: 600; letter-spacing: -.02em; }
.voice .who span { font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted-2); }

/* Declared after the base card so the dark variant wins on equal specificity. */
.voice__card--feature blockquote { color: rgba(255, 255, 255, .9); }
.voice__card--feature .who b { color: #fff; }
.voice__card--feature .who span { color: rgba(255, 255, 255, .55); }
.voice__card--feature .eyebrow { color: var(--accent-hi); }
.voice__card--feature .ava { background: rgba(255, 255, 255, .12); color: #fff; }

.voices__bar {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 26px;
	padding: 0 9px;
}

.dots { display: flex; gap: 7px; }
.dots button {
	width: 22px;
	height: 4px;
	border-radius: 2px;
	background: var(--line);
	transition: background .18s, width .18s;
}
.dots button[aria-current="true"] { background: var(--accent); width: 34px; }

.voices__arrows { margin-left: auto; display: flex; gap: 7px; }
.voices__arrows button {
	width: 38px;
	height: 38px;
	border-radius: 9px;
	border: 1px solid var(--line);
	background: #fff;
	display: grid;
	place-items: center;
	color: var(--ink);
	transition: border-color .16s, background .16s, color .16s;
}
.voices__arrows button:hover:not(:disabled) { border-color: var(--accent); color: var(--accent-dim); }
.voices__arrows button:disabled { opacity: .35; cursor: not-allowed; }
.voices__arrows svg { width: 15px; height: 15px; }

/* =================================================================
 * 18. PRICING
 * ============================================================== */
.plans {
	display: grid;
	grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.plan {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 26px 24px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: border-color .18s, box-shadow .18s, transform .18s;
}
.plan:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

.plan.hot {
	border-color: var(--accent);
	box-shadow: 0 24px 60px -40px rgba(var(--accent-rgb), .9);
}
.plan.hot::before {
	content: attr(data-badge);
	position: absolute;
	top: -11px;
	left: 24px;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: var(--accent);
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}

.plan .name {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.plan .price {
	font-family: var(--display);
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -.05em;
	margin: 12px 0 2px;
	line-height: 1.05;
}
.plan .price span,
.plan .price .woocommerce-Price-currencySymbol { letter-spacing: 0; }
.plan .price .per {
	font-family: var(--body);
	font-size: 14px;
	font-weight: 500;
	color: var(--muted-2);
	letter-spacing: 0;
}
.plan .price del { font-size: 22px; color: var(--muted-2); font-weight: 500; }
.plan .price ins { text-decoration: none; }

.plan .note { font-size: 13px; color: var(--muted); margin-bottom: 20px; }

.plan ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 10px;
}
.plan li {
	display: flex;
	gap: 10px;
	font-size: 13.5px;
	color: var(--body-c);
	line-height: 1.5;
}
.plan li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--accent);
	flex: none;
	margin-top: 7px;
}

.plan .btn { margin-top: auto; width: 100%; }

/* =================================================================
 * 19. FAQ
 * ============================================================== */
.faq {
	margin-top: 44px;
	border-top: 1px solid var(--line);
	max-width: 820px;
}
.faq--wide { max-width: none; }

.faq__item { border-bottom: 1px solid var(--line); }

.faq__q {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 0;
	text-align: left;
	font-family: var(--display);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.02em;
	color: var(--ink);
	transition: color .16s;
}
.faq__q:hover { color: var(--accent-dim); }

.faq__q .n {
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .1em;
	color: var(--accent);
	padding-top: 4px;
	flex: none;
}

.faq__q .sign {
	margin-left: auto;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	flex: none;
	position: relative;
	transition: background .18s, border-color .18s;
}
.faq__q .sign::before,
.faq__q .sign::after {
	content: "";
	position: absolute;
	background: var(--ink);
	transition: transform .22s ease, background .18s;
}
.faq__q .sign::before { width: 10px; height: 1.5px; }
.faq__q .sign::after { width: 1.5px; height: 10px; }

.faq__item.is-open .faq__q .sign { background: var(--accent); border-color: var(--accent); }
.faq__item.is-open .faq__q .sign::before,
.faq__item.is-open .faq__q .sign::after { background: #fff; }
.faq__item.is-open .faq__q .sign::after { transform: rotate(90deg); }

.faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .32s ease;
}
.faq__a p {
	padding: 0 62px 22px 40px;
	font-size: 14px;
	color: var(--muted);
	line-height: 1.7;
}

/* =================================================================
 * 20. POST CARDS / INSIGHTS
 * ============================================================== */
.posts {
	display: grid;
	grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
	gap: 20px;
	margin-top: 44px;
}

.pcard {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color .18s, box-shadow .18s, transform .18s;
}
.pcard:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }

.pcard__media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--ink-soft); }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcard:hover .pcard__media img { transform: scale(1.04); }

.pcard__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pcard__body h3 { font-size: 17px; line-height: 1.3; }
.pcard__body h3 a:hover { color: var(--accent-dim); }
.pcard__body p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.pcard__body .tlink { margin-top: auto; }

.entry-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.entry-meta a { color: var(--accent-dim); }
.entry-meta a:hover { color: var(--accent); }

/* =================================================================
 * 21. CTA BAND
 * ============================================================== */
.cta {
	border-radius: var(--r-xl);
	padding: 64px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: linear-gradient(165deg, #1A1720 0%, #2A2134 50%, #3E2C4C 100%);
	color: #fff;
}
.cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(60% 90% at 50% 120%, rgba(201, 122, 219, .45), transparent 62%);
}
.cta > * { position: relative; z-index: 1; }
.cta h2 { color: #fff; max-width: 600px; margin: 14px auto 0; }
.cta .eyebrow { color: var(--accent-hi); }
.cta p { color: rgba(255, 255, 255, .6); max-width: 480px; margin: 18px auto 0; font-size: 15px; }
.cta .hero-cta { margin-top: 30px; }
.cta .btn-ghost { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .2); color: #fff; }
.cta .btn-ghost:hover { background: rgba(255, 255, 255, .15); }

.cta__form {
	display: flex;
	gap: 9px;
	max-width: 440px;
	margin: 28px auto 0;
	flex-wrap: wrap;
}
.cta__form input[type="email"],
.cta__form input[type="text"] {
	flex: 1;
	min-width: 200px;
	height: 46px;
	border-radius: var(--r-sm);
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .08);
	color: #fff;
	padding: 0 16px;
	font: inherit;
	font-size: 14px;
}
.cta__form input::placeholder { color: rgba(255, 255, 255, .45); }
.cta__form input:focus { outline: none; border-color: var(--accent-hi); }
.cta__msg { margin-top: 12px; font-family: var(--mono); font-size: 11px; color: var(--accent-hi); }

/* =================================================================
 * 22. CONTACT
 * ============================================================== */
.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 56px;
	align-items: start;
}

.contact-info h2 { margin-top: 14px; }
.contact-info .lede { margin-top: 16px; max-width: 40ch; }

.contact-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	display: grid;
	gap: 2px;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: var(--line);
	overflow: hidden;
}
.contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 16px 18px;
	background: #fff;
	font-size: 13.5px;
	color: var(--body-c);
}
.contact-list svg { width: 17px; height: 17px; color: var(--accent-dim); flex: none; margin-top: 2px; }
.contact-list b {
	display: block;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
	font-weight: 500;
	margin-bottom: 3px;
}
.contact-list a:hover { color: var(--accent-dim); }

.contact-map {
	margin-top: 26px;
	border-radius: var(--r-md);
	overflow: hidden;
	border: 1px solid var(--line);
	line-height: 0;
}
.contact-map iframe { width: 100%; height: 280px; border: 0; }

.form-card {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 30px 28px;
	box-shadow: 0 30px 70px -50px rgba(var(--ink-rgb), .5);
}
.form-card > h3 { font-size: 19px; margin-bottom: 6px; }
.form-card > p { font-size: 13px; color: var(--muted); margin-bottom: 22px; }

/* --- Form fields (native + Contact Form 7) --- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
select,
textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: #fff;
	padding: 11px 13px;
	font: inherit;
	font-size: 14px;
	color: var(--ink);
	transition: border-color .16s, box-shadow .16s;
}

textarea { min-height: 130px; resize: vertical; }

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .12);
}

::placeholder { color: var(--muted-2); opacity: 1; }

label,
.bwp-field > span:first-child {
	display: block;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-bottom: 7px;
}

.bwp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bwp-form-grid .full { grid-column: 1 / -1; }

/* CF7 layout shipped by the demo importer. */
.wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 15px;
	border-radius: 9px;
	border-width: 1px;
	font-size: 13px;
}
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--green); background: var(--green-soft); color: var(--green); }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: #C0392B; background: #FCEBE9; color: #A5342A; }
.wpcf7-not-valid-tip { font-family: var(--mono); font-size: 10.5px; color: #C0392B; margin-top: 5px; }
.wpcf7-spinner { margin: 0 0 0 10px; }
.wpcf7 .bwp-submit { margin-top: 20px; }
.wpcf7 input[type="submit"] {
	width: auto;
	height: 46px;
	padding: 0 26px;
	border: 0;
	border-radius: var(--r-sm);
	background: var(--accent);
	color: #fff;
	font-family: var(--body);
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	transition: background .16s, transform .16s;
}
.wpcf7 input[type="submit"]:hover { background: var(--accent-dim); transform: translateY(-1px); }

.wpcf7 .bwp-consent label,
.bwp-consent label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-family: var(--body);
	font-size: 12.5px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--muted);
}
.wpcf7 input[type="checkbox"],
input[type="checkbox"],
input[type="radio"] { width: auto; accent-color: var(--accent); }

/* =================================================================
 * 23. PAGE BANNER
 * ============================================================== */
.page-banner {
	position: relative;
	padding: 92px 0 74px;
	overflow: hidden;
	background: var(--ink);
	color: #fff;
}
/* Room for the header, which floats over this band. */
.bwp-banner-top .page-banner { padding-top: 156px; }
/*
 * Photograph, overlay and copy stack in source order rather than on negative
 * z-indexes — a negative index would slide the photograph behind the banner's
 * own background whenever a stacking context is introduced above it.
 */
.page-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*
 * Two layers: the flat wash set in the Customizer, and a directional scrim
 * that deepens the side the copy sits on so a busy photograph never competes
 * with the heading.
 */
.page-banner__ov { position: absolute; inset: 0; }
.page-banner__ov::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(96deg, rgba(var(--ink-rgb), .55) 0%, rgba(var(--ink-rgb), .22) 48%, rgba(var(--ink-rgb), 0) 80%),
		linear-gradient(0deg, rgba(var(--ink-rgb), .32) 0%, rgba(var(--ink-rgb), 0) 52%);
}
.page-banner .wrap { position: relative; z-index: 1; }
.page-banner .eyebrow { color: var(--accent-hi); }
.page-banner h1 { color: #fff; margin-top: 14px; max-width: 18ch; font-size: clamp(32px, 4.4vw, 50px); }
.page-banner p { color: rgba(255, 255, 255, .68); margin-top: 16px; max-width: 60ch; font-size: 15px; }

.crumbs {
	margin-top: 26px;
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .55);
}
.crumbs a:hover { color: #fff; }
.crumbs .sep { opacity: .4; }

/* =================================================================
 * 24. FOOTER
 * ============================================================== */
.site-foot {
	border-top: 1px solid var(--line-soft);
	padding: 60px 0 34px;
	background: var(--paper);
}

.foot__top {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--line);
}

.foot__brand p {
	margin-top: 16px;
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.65;
	max-width: 34ch;
}

.foot__contact {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.foot__contact li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 13px;
	color: var(--body-c);
}
.foot__contact svg { width: 15px; height: 15px; color: var(--accent-dim); flex: none; margin-top: 3px; }
.foot__contact a:hover { color: var(--accent-dim); }

.foot__top h4 {
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-bottom: 16px;
}
.foot__top ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot__top ul a { font-size: 13.5px; color: var(--body-c); transition: color .16s; }
.foot__top ul a:hover { color: var(--accent-dim); }

.foot__widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 34px;
	padding: 34px 0;
	border-bottom: 1px solid var(--line);
}

.foot__bar {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	padding-top: 26px;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .04em;
	color: var(--muted-2);
}
.foot__legal { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.foot__legal a:hover { color: var(--ink); }

.socials { margin-left: auto; display: flex; gap: 7px; }
.socials a {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	border: 1px solid var(--line);
	background: #fff;
	display: grid;
	place-items: center;
	color: var(--ink);
	transition: border-color .16s, background .16s, color .16s;
}
.socials a:hover { border-color: var(--accent); background: var(--accent-soft); color: var(--accent-dim); }
.socials svg { width: 14px; height: 14px; }

/* =================================================================
 * 25. BLOG / SINGLE / ARCHIVE
 * ============================================================== */
.content-area { padding: var(--sec-pad) 0; }

.blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 56px;
	align-items: start;
}
body.no-sidebar .blog-layout { grid-template-columns: minmax(0, 1fr); }

.posts--list { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
body.no-sidebar .posts--list { grid-template-columns: repeat(3, 1fr); }

.entry-single { max-width: 760px; }
.entry-single .entry-meta { margin-bottom: 22px; }

.entry-hero {
	border-radius: var(--r-lg);
	overflow: hidden;
	margin-bottom: 34px;
	border: 1px solid var(--line);
}

.entry-content { font-size: 15.5px; line-height: 1.78; color: var(--body-c); }
.entry-content > * + * { margin-top: 22px; }
.entry-content h2 { margin-top: 42px; font-size: clamp(23px, 2.4vw, 29px); }
.entry-content h3 { margin-top: 34px; font-size: 19px; }
.entry-content h4 { margin-top: 28px; font-size: 16px; }
.entry-content a { color: var(--accent-dim); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover { color: var(--accent); }
.entry-content ul,
.entry-content ol { padding-left: 22px; display: grid; gap: 9px; }
.entry-content li::marker { color: var(--accent); }
.entry-content img,
.entry-content figure { border-radius: var(--r-md); overflow: hidden; }
.entry-content figcaption {
	font-family: var(--mono);
	font-size: 10.5px;
	color: var(--muted-2);
	margin-top: 9px;
	text-align: center;
}
.entry-content blockquote {
	margin: 30px 0;
	padding: 22px 26px;
	border-left: 3px solid var(--accent);
	background: var(--paper);
	border-radius: 0 var(--r-md) var(--r-md) 0;
	font-family: var(--display);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -.02em;
	color: var(--ink-2);
}
.entry-content blockquote cite {
	display: block;
	margin-top: 12px;
	font-family: var(--mono);
	font-size: 10.5px;
	font-style: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.entry-content code,
.entry-content kbd {
	font-family: var(--mono);
	font-size: .88em;
	background: var(--ink-soft);
	border: 1px solid var(--line-soft);
	border-radius: 5px;
	padding: 2px 6px;
}
.entry-content pre {
	background: var(--ink);
	color: #EDEAF2;
	border-radius: var(--r-md);
	padding: 20px 22px;
	overflow-x: auto;
	font-family: var(--mono);
	font-size: 12.5px;
	line-height: 1.7;
}
.entry-content pre code { background: none; border: 0; padding: 0; color: inherit; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.entry-content th,
.entry-content td { border: 1px solid var(--line); padding: 10px 13px; text-align: left; }
.entry-content th { background: var(--paper); font-family: var(--display); font-weight: 600; }

.entry-footer {
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.entry-footer a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid var(--line);
	border-radius: 6px;
	color: var(--body-c);
}
.entry-footer a:hover { border-color: var(--accent); color: var(--accent-dim); }

.post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
}
.post-nav a {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 16px 18px;
	transition: border-color .16s;
}
.post-nav a:hover { border-color: var(--accent); }
.post-nav .lbl {
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.post-nav .ttl { display: block; margin-top: 7px; font-family: var(--display); font-size: 14.5px; font-weight: 600; letter-spacing: -.02em; }
.post-nav .next { text-align: right; }

/* Sidebar + widgets */
.sidebar { display: grid; gap: 22px; position: sticky; top: 96px; }

.widget {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: #fff;
	padding: 22px 20px;
}
/*
 * Block-based widgets print their own heading rather than the sidebar's
 * `before_title`, so both shapes get the same label treatment.
 */
.widget-title,
.widget > h2,
.widget > h3,
.widget .wp-block-heading {
	font-family: var(--mono);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin: 0 0 16px;
}
.widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.widget ul ul { margin-top: 11px; padding-left: 14px; }
.widget li { font-size: 13.5px; color: var(--body-c); }
.widget li a:hover { color: var(--accent-dim); }
.widget select { font-size: 13.5px; }
.widget p { font-size: 13.5px; color: var(--muted); }

/* Core search block */
.widget .wp-block-search__inside-wrapper { display: flex; gap: 8px; }
.widget .wp-block-search__input {
	flex: 1;
	min-width: 0;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-size: 13.5px;
}
.widget .wp-block-search__button {
	height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: var(--accent);
	color: #fff;
	font-family: var(--body);
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
}
.widget .wp-block-search__button:hover { background: var(--accent-dim); }

/* Core latest-posts / comments / archive lists */
.widget .wp-block-latest-posts__post-title { font-size: 13.5px; }
.widget .wp-block-latest-comments { padding-left: 0; }
.widget .wp-block-latest-comments__comment { font-size: 13px; line-height: 1.6; margin-bottom: 12px; }

.foot__widgets .widget { border: 0; background: none; padding: 0; }

.bwp-pagination { margin-top: 48px; }
.bwp-pagination .nav-links { display: flex; gap: 7px; flex-wrap: wrap; align-items: center; }
.bwp-pagination .page-numbers {
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 9px;
	display: inline-grid;
	place-items: center;
	font-family: var(--mono);
	font-size: 12.5px;
	color: var(--body-c);
	transition: border-color .16s, background .16s, color .16s;
}
.bwp-pagination .page-numbers:hover { border-color: var(--accent); color: var(--accent-dim); }
.bwp-pagination .page-numbers.current { background: var(--accent); border-color: var(--accent); color: #fff; }
.bwp-pagination svg { width: 14px; height: 14px; }

/* Comments */
.comments-area { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.comments-title,
.comment-reply-title { font-size: 21px; margin-bottom: 24px; }
.comment-list { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 22px; }
.comment-list .children { list-style: none; margin: 22px 0 0 34px; padding: 0; display: grid; gap: 22px; }
.comment-body {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 20px 22px;
	background: #fff;
}
.comment-meta { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.comment-author img { width: 38px; height: 38px; border-radius: 50%; }
.comment-author .fn { font-family: var(--display); font-size: 13.5px; font-weight: 600; font-style: normal; letter-spacing: -.02em; }
.comment-metadata,
.comment-metadata a { font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted-2); }
.comment-content { font-size: 14px; color: var(--body-c); line-height: 1.7; }
.comment-content > * + * { margin-top: 14px; }
.reply { margin-top: 12px; }
.reply a {
	font-family: var(--mono);
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--accent-dim);
}
.comment-form { display: grid; gap: 16px; }
.comment-form .comment-form-cookies-consent { display: flex; align-items: center; gap: 9px; }
.comment-form .comment-form-cookies-consent label { margin: 0; text-transform: none; letter-spacing: 0; font-family: var(--body); font-size: 12.5px; }
.comment-form .form-submit { margin: 0; }
.comment-form input[type="submit"] {
	width: auto;
	height: 46px;
	padding: 0 26px;
	border: 0;
	border-radius: var(--r-sm);
	background: var(--accent);
	color: #fff;
	font-family: var(--body);
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
}
.comment-form input[type="submit"]:hover { background: var(--accent-dim); }
.comment-notes { font-size: 12.5px; color: var(--muted); }

/* Empty states + 404 */
.nothing { text-align: center; padding: 60px 0; max-width: 520px; margin: 0 auto; }
.nothing h2 { margin-bottom: 12px; }
.nothing p { color: var(--muted); font-size: 14px; }
.nothing .search-form { margin-top: 24px; justify-content: center; }

.e404 { text-align: center; padding: 90px 0; }
.e404 .code {
	font-family: var(--display);
	font-size: clamp(80px, 16vw, 170px);
	font-weight: 700;
	letter-spacing: -.06em;
	line-height: 1;
	background: linear-gradient(160deg, var(--accent) 0%, var(--accent-hi) 55%, var(--alt) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.e404 h1 { margin-top: 12px; }
.e404 p { margin: 16px auto 0; max-width: 46ch; color: var(--muted); }
.e404 .hero-cta { margin-top: 28px; }

/* Page (plain) */
.page-body { max-width: 820px; }

/* =================================================================
 * 26. WOOCOMMERCE
 * ============================================================== */
.woocommerce-notices-wrapper:empty { display: none; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	list-style: none;
	margin: 0 0 26px;
	padding: 14px 18px;
	border-radius: var(--r-md);
	border: 1px solid var(--line);
	background: var(--paper);
	font-size: 13.5px;
	color: var(--body-c);
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
/* WooCommerce draws its own absolutely-positioned glyph inside the notice,
   which would sit on top of the first word once the notice becomes a flex row. */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before { display: none; }

.woocommerce-message { border-color: var(--green); background: var(--green-soft); color: var(--green); }
.woocommerce-error { border-color: #C0392B; background: #FCEBE9; color: #A5342A; }
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button { margin-left: auto; }

/* Shared button skin */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 24px;
	border: 0;
	border-radius: var(--r-sm);
	background: var(--accent);
	color: #fff;
	font-family: var(--body);
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.01em;
	transition: background .16s, transform .16s;
	white-space: nowrap;
	text-align: center;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { background: var(--accent-dim); color: #fff; transform: translateY(-1px); }

.woocommerce a.button.wc-backward,
.woocommerce .button--ghost {
	background: #fff;
	color: var(--ink);
	border: 1px solid var(--line);
}
.woocommerce a.button.wc-backward:hover { background: #fff; color: var(--accent-dim); border-color: var(--accent); }

.woocommerce .button:disabled,
.woocommerce .button.disabled { opacity: .5; cursor: not-allowed; }

/* --- Shop: rendered as the pricing table, not a product grid --- */
.shop-plans .plan .price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.shop-plans .plan .price .amount { font-family: var(--display); }
.plan__excerpt { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.plan__excerpt p { margin: 0; }

.shop-note {
	margin-top: 34px;
	text-align: center;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}

/* --- Single product --- */
.product-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 56px;
	align-items: start;
}

.product-panel {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 30px 28px;
	box-shadow: 0 30px 70px -50px rgba(var(--ink-rgb), .5);
	position: sticky;
	top: 96px;
}
.product-panel .name {
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.product-panel .price {
	font-family: var(--display);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -.05em;
	color: var(--ink);
	margin: 6px 0 4px;
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}
.product-panel .price del { font-size: 22px; color: var(--muted-2); font-weight: 500; opacity: .7; }
.product-panel .price ins { text-decoration: none; }
.product-panel .price .per { font-family: var(--body); font-size: 14px; font-weight: 500; color: var(--muted-2); letter-spacing: 0; }

.product-panel form.cart { margin: 22px 0 0; display: grid; gap: 14px; }
.product-panel form.cart .quantity { display: flex; align-items: center; gap: 10px; }
.product-panel form.cart .quantity label {
	margin: 0;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
}
.product-panel form.cart .quantity input {
	width: 84px;
	height: 46px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	font-family: var(--mono);
}
.product-panel form.cart .single_add_to_cart_button { width: 100%; }
.product-panel .stock {
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--green);
	margin-top: 4px;
}
.product-panel .product_meta {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--line-soft);
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .06em;
	color: var(--muted-2);
	display: grid;
	gap: 7px;
}
.product-panel .product_meta a { color: var(--accent-dim); }

.product-features {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.product-features li {
	display: flex;
	gap: 10px;
	font-size: 13.5px;
	color: var(--body-c);
	line-height: 1.5;
}
.product-features li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--accent);
	flex: none;
	margin-top: 7px;
}

.product-body .woocommerce-product-details__short-description { font-size: 15px; color: var(--body-c); line-height: 1.7; }

.woocommerce-tabs { margin-top: 48px; }
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0 0 26px;
	padding: 0 0 2px;
	display: flex;
	gap: 6px;
	border-bottom: 1px solid var(--line);
	flex-wrap: wrap;
}
.woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 9px 9px 0 0;
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.woocommerce-tabs ul.tabs li.active a { background: var(--accent-soft); color: var(--accent-dim); }
.woocommerce-tabs .panel > h2:first-child { display: none; }
.woocommerce-tabs .panel { font-size: 15px; color: var(--body-c); line-height: 1.75; }
.woocommerce-tabs .panel > * + * { margin-top: 18px; }

.related.products,
.upsells.products { margin-top: 56px; padding-top: 44px; border-top: 1px solid var(--line); }
.related.products > h2,
.upsells.products > h2 { font-size: 24px; margin-bottom: 8px; }

/* --- Product grid fallback (categories, tags, search) --- */
.woocommerce ul.products {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	clear: both;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.woocommerce ul.products li.product {
	/* WooCommerce floats and percentage-widths its loop items; the grid owns
	   the layout here, so both are unset. */
	float: none;
	width: auto;
	margin: 0;
	position: relative;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: border-color .18s, box-shadow .18s, transform .18s;
	text-align: left;
}
.woocommerce ul.products li.product:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.woocommerce ul.products li.product img { border-radius: var(--r-md); margin-bottom: 8px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--display);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.03em;
	padding: 0;
	margin: 0;
}
.woocommerce ul.products li.product .price {
	font-family: var(--display);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -.04em;
	color: var(--ink);
	margin: 0;
}
.woocommerce ul.products li.product .price del { font-size: 16px; color: var(--muted-2); font-weight: 500; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { margin-top: auto; align-self: flex-start; }
.woocommerce ul.products li.product a img { width: 100%; height: auto; }
.woocommerce ul.products::after { content: ""; display: table; clear: both; }
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	position: absolute;
	top: 14px;
	right: 14px;
	background: var(--alt);
	color: #fff;
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 5px;
	min-height: 0;
	line-height: 1.5;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	font-family: var(--mono);
	font-size: 10.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.woocommerce .woocommerce-ordering select { width: auto; margin-top: 8px; }

/* --- Cart --- */
.woocommerce table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	overflow: hidden;
	font-size: 14px;
	background: #fff;
}
.woocommerce table.shop_table th {
	background: var(--paper);
	font-family: var(--mono);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.woocommerce table.shop_table td {
	padding: 16px;
	border-bottom: 1px solid var(--line-soft);
	vertical-align: middle;
	color: var(--body-c);
}
.woocommerce table.shop_table tr:last-child td { border-bottom: 0; }
.woocommerce table.shop_table .product-name a { font-family: var(--display); font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.woocommerce table.shop_table .product-name a:hover { color: var(--accent-dim); }
.woocommerce table.shop_table img { width: 56px; border-radius: 8px; }
/* The remove and thumbnail columns are icon-width; the name takes the rest. */
.woocommerce table.shop_table .product-remove { width: 52px; }
.woocommerce table.shop_table .product-thumbnail { width: 84px; }
.woocommerce table.shop_table .product-name { width: auto; }
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal { width: 130px; white-space: nowrap; }
.woocommerce table.shop_table td.actions { width: auto; }

.woocommerce table.shop_table .product-remove a.remove {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: var(--ink-soft);
	color: var(--muted);
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.woocommerce table.shop_table .product-remove a.remove:hover { background: #FCEBE9; color: #C0392B; }
.woocommerce .quantity input.qty {
	width: 78px;
	height: 42px;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	font-family: var(--mono);
}

.woocommerce .cart-collaterals,
.cart-collaterals {
	margin-top: 34px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
	gap: 34px;
	align-items: start;
}
/* WooCommerce floats and half-widths the totals; the grid owns that here. */
.woocommerce .cart-collaterals .cross-sells { grid-column: 1; width: auto; float: none; }
.woocommerce .cart-collaterals .cart_totals { grid-column: 2; width: auto; float: none; }
.woocommerce .cart_totals h2,
.cart_totals h2 { font-size: 20px; margin-bottom: 16px; }
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table th { padding: 13px 16px; }
.woocommerce .cart_totals .order-total .amount { font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.03em; color: var(--ink); }
.wc-proceed-to-checkout { margin-top: 18px; }
.wc-proceed-to-checkout .checkout-button { width: 100%; }

/*
 * The actions row carries a colspan across the whole table. A `display: flex`
 * on the cell itself would drop it out of the table layout and collapse it
 * back to one column, so the row stays a table-cell and only its contents are
 * laid out.
 */
.woocommerce table.shop_table td.actions { display: table-cell; padding: 16px; }
.woocommerce table.shop_table td.actions::after { content: ""; display: table; clear: both; }
.woocommerce .coupon {
	display: inline-flex;
	gap: 9px;
	flex-wrap: wrap;
	align-items: center;
	vertical-align: middle;
}
.woocommerce .coupon input[type="text"] { width: auto; min-width: 200px; height: 46px; }
.woocommerce table.shop_table td.actions > .button { float: right; }

.cart-empty-card {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 52px 34px;
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
}
.cart-empty-card h2 { margin-bottom: 10px; }
.cart-empty-card p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }

/* --- Checkout --- */
.woocommerce .checkout,
.woocommerce form.checkout { display: grid; grid-template-columns: 1fr 420px; gap: 44px; align-items: start; }
.woocommerce form.checkout .col2-set { display: grid; gap: 30px; }
.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 { width: auto; float: none; }
.woocommerce #order_review_heading { display: none; }
.woocommerce #order_review,
.checkout-side {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 26px 24px;
	box-shadow: 0 30px 70px -50px rgba(var(--ink-rgb), .5);
	position: sticky;
	top: 96px;
}
.woocommerce form .form-row { margin: 0 0 16px; display: block; }
.woocommerce form .form-row label { display: block; }
.woocommerce form .form-row-first,
.woocommerce form .form-row-last { width: 100%; float: none; }
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 { font-size: 19px; margin-bottom: 18px; }
.woocommerce .woocommerce-checkout-review-order-table { border-radius: var(--r-md); }
.woocommerce-checkout #payment { background: none; border-radius: 0; margin-top: 20px; }
.woocommerce-checkout #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	overflow: hidden;
}
.woocommerce-checkout #payment ul.payment_methods li { padding: 14px 16px; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }
.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: 0; }
.woocommerce-checkout #payment ul.payment_methods label { display: inline; font-family: var(--body); font-size: 13.5px; letter-spacing: 0; text-transform: none; color: var(--ink); margin: 0 0 0 6px; }
.woocommerce-checkout #payment div.payment_box {
	background: var(--paper);
	border-radius: var(--r-sm);
	padding: 13px 15px;
	margin: 12px 0 0;
	font-size: 12.5px;
	color: var(--muted);
}
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment .form-row.place-order { padding: 0; margin: 0; }
.woocommerce-checkout #payment #place_order { width: 100%; }
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 16px; font-size: 12.5px; color: var(--muted); }

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle { margin-bottom: 22px; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 22px 24px;
	background: #fff;
	margin-bottom: 24px;
}

.woocommerce-order,
.woocommerce-thankyou-order-received { font-size: 15px; }
.woocommerce ul.order_details {
	list-style: none;
	margin: 26px 0;
	padding: 22px 24px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: #fff;
}
.woocommerce ul.order_details li {
	font-family: var(--mono);
	font-size: 9.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--muted-2);
}
.woocommerce ul.order_details li strong {
	display: block;
	margin-top: 7px;
	font-family: var(--display);
	font-size: 15px;
	letter-spacing: -.02em;
	color: var(--ink);
	text-transform: none;
}

/* --- My account --- */
/*
 * The account dashboard is a sidebar plus a panel. WordPress marks a signed-in
 * visitor with `logged-in` and marks nobody as logged out, so the two-column
 * grid is scoped to that class — the login and register forms shown to a
 * signed-out visitor lay themselves out.
 */
.woocommerce-account.logged-in .woocommerce {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

.woocommerce-MyAccount-navigation {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: #fff;
	padding: 9px;
	position: sticky;
	top: 96px;
}
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 13px;
	border-radius: 8px;
	font-size: 13.5px;
	color: var(--body-c);
	transition: background .16s, color .16s;
}
.woocommerce-MyAccount-navigation a:hover { background: var(--paper); }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--accent-soft); color: var(--accent-dim); font-weight: 600; }

.woocommerce-MyAccount-content { font-size: 14.5px; color: var(--body-c); line-height: 1.7; }
.woocommerce-MyAccount-content > * + * { margin-top: 18px; }
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 { font-size: 20px; }
.woocommerce-MyAccount-content .woocommerce-Address {
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 20px 22px;
	background: #fff;
}
.woocommerce-MyAccount-content .woocommerce-Addresses { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }

.account-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.account-card {
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 30px 28px;
}
.account-card h2 { font-size: 21px; margin-bottom: 6px; }
.account-card > p { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.woocommerce form.login .form-row,
.woocommerce form.register .form-row { margin-bottom: 16px; }
.woocommerce form .form-row .required { color: var(--accent); border: 0; }
.woocommerce-form-login__rememberme { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
.woocommerce-form-login__rememberme span { text-transform: none; letter-spacing: 0; font-family: var(--body); }
.woocommerce-LostPassword { font-size: 12.5px; margin-top: 12px; }
.woocommerce-LostPassword a { color: var(--accent-dim); }

/* Woo blocks (cart/checkout block templates) inherit the same skin. */
.wc-block-components-title,
.wp-block-woocommerce-cart .wc-block-components-title { font-family: var(--display); letter-spacing: -.03em; }
.wc-block-components-totals-item__value { font-family: var(--display); font-weight: 600; }

/* =================================================================
 * 27. BACK TO TOP
 * ============================================================== */
.totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: var(--ink);
	color: #fff;
	display: grid;
	place-items: center;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .2s, transform .2s, visibility .2s, background .16s;
	box-shadow: var(--shadow-md);
}
.totop.show { opacity: 1; visibility: visible; transform: none; }
.totop:hover { background: var(--accent); }
.totop svg { width: 16px; height: 16px; }

/* =================================================================
 * 28. BLOCK EDITOR ALIGNMENTS
 * ============================================================== */
.alignwide { width: min(1180px, 100%); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.alignleft { float: left; margin: 6px 26px 20px 0; }
.alignright { float: right; margin: 6px 0 20px 26px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.is-style-getbooqin-outline-button .wp-block-button__link {
	background: #fff;
	color: var(--ink);
	border: 1px solid var(--line);
}
.is-style-getbooqin-shadow-image img { border-radius: var(--r-md); box-shadow: var(--shadow-md); }

/* Author box under a single post */
.author-box {
	margin-top: 40px;
	padding: 24px 26px;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: var(--paper);
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.author-box img { width: 56px; height: 56px; border-radius: 50%; flex: none; }
.author-box b { font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.author-box p { margin-top: 7px; font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* Post card with no featured image */
.pcard__blank {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(70% 70% at 30% 20%, var(--accent-soft), transparent 70%),
		linear-gradient(150deg, var(--ink-soft), var(--paper));
}

/*
 * WooCommerce ships login and register as a floated two-column set. The floats
 * are dropped for a grid, and the card lives on the column rather than on the
 * form inside it — otherwise each form reads as a box inside a box.
 */
.woocommerce #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}
/* Placed explicitly: WooCommerce and its extensions print notices and hooks
   inside this wrapper, and auto-flow would otherwise shunt the two forms out
   of the first row. */
.woocommerce #customer_login > .col-1,
.woocommerce #customer_login > .u-column1 { grid-area: 1 / 1; }
.woocommerce #customer_login > .col-2,
.woocommerce #customer_login > .u-column2 { grid-area: 1 / 2; }
.woocommerce #customer_login > *:not(.col-1):not(.col-2):not(.u-column1):not(.u-column2) { grid-column: 1 / -1; }
.woocommerce #customer_login > .col-1,
.woocommerce #customer_login > .col-2,
.woocommerce #customer_login > .u-column1,
.woocommerce #customer_login > .u-column2 {
	width: auto;
	float: none;
	margin: 0;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	padding: 30px 28px;
}
.woocommerce #customer_login h2 { font-size: 21px; margin-bottom: 20px; }
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
	border: 0;
	border-radius: 0;
	background: none;
	padding: 0;
	margin: 0;
}
.woocommerce #customer_login .woocommerce-privacy-policy-text p,
.woocommerce #customer_login form.register > p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* The account pages sit on the tinted surface so the cards read as cards. */
body.bwp-woo-page .content-area { background: var(--paper); }

/* =================================================================
 * 29. RESPONSIVE
 * ============================================================== */
@media (max-width: 1180px) {
	.contact-grid { gap: 40px; }
	.woocommerce .checkout,
	.woocommerce form.checkout { grid-template-columns: 1fr 360px; gap: 32px; }
}

@media (max-width: 1080px) {
	.nav-links { display: none; }
	.nav-toggle { display: flex; }

	/* Mobile drawer */
	.nav {
		flex-wrap: wrap;
	}
	.nav-links.is-drawer {
		display: grid;
		gap: 2px;
		width: 100%;
		order: 3;
		margin: 10px 0 4px;
		padding-top: 10px;
		border-top: 1px solid rgba(255, 255, 255, .12);
		max-height: min(62vh, 460px);
		overflow-y: auto;
	}
	.nav-links.is-drawer a {
		display: block;
		padding: 10px 6px;
		font-size: 14.5px;
		color: rgba(255, 255, 255, .78);
	}
	.nav-links.is-drawer .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: rgba(255, 255, 255, .05);
		border: 0;
		border-radius: 8px;
		padding: 4px;
		margin: 4px 0 6px 12px;
		display: none;
	}
	.nav-links.is-drawer li.is-open > .sub-menu { display: block; }
	.nav-links.is-drawer .sub-menu a { color: rgba(255, 255, 255, .68); font-size: 13.5px; }
	.nav-links.is-drawer .sub-menu a:hover { background: rgba(255, 255, 255, .08); color: #fff; }

	.app { grid-template-columns: 1fr; max-height: none; }
	.app-side { border-left: 0; border-top: 1px solid var(--line-soft); padding-bottom: 18px; }

	.split-head,
	.book-split,
	.contact-grid,
	.product-split { grid-template-columns: 1fr; gap: 32px; }

	.widget-shell { justify-content: flex-start; }
	.product-panel,
	.woocommerce #order_review,
	.checkout-side,
	.woocommerce-MyAccount-navigation,
	.sidebar { position: static; }

	.pairs,
	.steps3,
	.feat-grid,
	.plans,
	.posts,
	.woocommerce ul.products { --cols: 2; grid-template-columns: repeat(2, 1fr); }

	.model { --cols: 2; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }

	.blog-layout { grid-template-columns: 1fr; }
	body.no-sidebar .posts--list,
	.posts--list { grid-template-columns: repeat(2, 1fr); }

	.woocommerce .cart-collaterals,
	.cart-collaterals { grid-template-columns: 1fr; }
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals { grid-column: 1; }
	.woocommerce .checkout,
	.woocommerce form.checkout { grid-template-columns: 1fr; }
	.woocommerce-account.logged-in .woocommerce { grid-template-columns: 1fr; }
	.foot__top { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 860px) {
	.account-split { grid-template-columns: 1fr; }
	.bwp-form-grid { grid-template-columns: 1fr; }
	.woocommerce #customer_login { grid-template-columns: 1fr; }
	.woocommerce #customer_login > .col-1,
	.woocommerce #customer_login > .col-2,
	.woocommerce #customer_login > .u-column1,
	.woocommerce #customer_login > .u-column2 { padding: 24px 20px; }
}

@media (max-width: 720px) {
	:root { --sec-pad: 62px; --gutter: 18px; }

	.hero { padding: 50px 0 42px; }
	.bwp-banner-top .page-banner { padding-top: 120px; }
	.page-banner { padding-bottom: 56px; }
	.hero-note { gap: 12px; }

	.day { grid-template-columns: 44px repeat(var(--cols, 3), 1fr); gap: 4px; font-size: 10px; }
	.app-main { padding: 14px 14px 0; }
	.app-head { flex-wrap: wrap; }
	.app-head .right { margin-left: 0; }

	.pairs,
	.steps3,
	.feat-grid,
	.plans,
	.model,
	.posts,
	.posts--list,
	.woocommerce ul.products { --cols: 1; grid-template-columns: 1fr; }

	.partner-row { gap: 28px; }
	.nav-login { display: none; }
	.nav { gap: 10px; padding-left: 14px; }
	.nav .brand { font-size: 15px; }
	.nav-right { gap: 5px; }
	.cta { padding: 46px 22px; }
	.form-card { padding: 24px 20px; }
	.post-nav { grid-template-columns: 1fr; }
	.post-nav .next { text-align: left; }
	.foot__top { grid-template-columns: 1fr; gap: 28px; padding-bottom: 30px; }
	.foot__bar { flex-direction: column; align-items: flex-start; gap: 16px; }
	.socials { margin-left: 0; }
	.comment-list .children { margin-left: 14px; }
	.author-box { flex-direction: column; }
	.faq__a p { padding: 0 0 22px 0; }
	.faq__q { font-size: 15px; gap: 12px; }

	.woocommerce table.shop_table thead { display: none; }
	.woocommerce table.shop_table tr { display: block; border-bottom: 1px solid var(--line); }
	.woocommerce table.shop_table tr:last-child { border-bottom: 0; }
	.woocommerce table.shop_table td { display: flex; justify-content: space-between; gap: 16px; border-bottom: 0; padding: 10px 16px; }
	.woocommerce table.shop_table td::before { content: attr(data-title); font-family: var(--mono); font-size: 9.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--muted-2); }
	.woocommerce table.shop_table td.actions { display: block; }
	.woocommerce table.shop_table td.actions::before { display: none; }
	.woocommerce table.shop_table td.actions > .button { float: none; width: 100%; margin-top: 10px; }
	.woocommerce .coupon { display: flex; flex-direction: column; align-items: stretch; width: 100%; }
	.woocommerce .coupon input[type="text"] { width: 100%; }
	.woocommerce .coupon input[type="text"] { width: 100%; }
}

@media (max-width: 560px) {
	.nav-shell { padding-top: 12px; }
	.nav { padding: 7px 7px 7px 12px; gap: 8px; }
	.nav .brand { font-size: 14.5px; gap: 8px; }
	.nav-right .btn-sm { padding: 0 13px; font-size: 12.5px; }
	.nav-icon,
	.nav-toggle { width: 34px; height: 34px; }
}

@media (max-width: 480px) {
	.times { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.hero-cta .btn,
	.cta .hero-cta .btn { width: 100%; }
	.plan .price { font-size: 32px; }
	.bwidget-body { padding: 14px 14px 16px; }
}

/* =================================================================
 * 30. MOTION + PRINT
 * ============================================================== */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.js .rise { opacity: 1; transform: none; }
}

@media print {
	.nav-shell,
	.site-foot,
	.totop,
	.bwp-loader,
	.scene,
	.cta { display: none !important; }
	body { font-size: 12pt; color: #000; }
	a { text-decoration: underline; }
}
