/* Premium layer — cinematic heroes, motion, professional forms. */

:root {
	--display: "Cormorant Garamond", "Times New Roman", serif;
	--gold: #c4a574;
	--gold-soft: rgba(196, 165, 116, 0.22);
	--navy-ink: #16233c;
}

.kwd-redesign {
	background:
		radial-gradient(1200px 600px at 10% -10%, rgba(83, 135, 197, 0.08), transparent 55%),
		var(--white);
}

.kwd-redesign #Subheader,
.kwd-redesign.kwd-has-pro-form .kwd-page-content .wpcf7,
.kwd-redesign.kwd-has-pro-form .elementor-form,
.kwd-redesign.kwd-has-pro-form form.wpforms-form {
	display: none !important;
}

.kwd-btn--ghost {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.55);
}

.kwd-btn--ghost:hover {
	background: var(--white);
	color: var(--brand-blue-dark);
	border-color: var(--white);
}

/* Ambient motion */
.kwd-ambient {
	pointer-events: none;
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.kwd-ambient__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0.45;
	animation: kwd-float 18s ease-in-out infinite;
}

.kwd-ambient__orb--a {
	width: 420px;
	height: 420px;
	left: -80px;
	top: 12%;
	background: radial-gradient(circle, rgba(83, 135, 197, 0.55), transparent 68%);
}

.kwd-ambient__orb--b {
	width: 520px;
	height: 520px;
	right: -120px;
	top: 38%;
	background: radial-gradient(circle, rgba(196, 165, 116, 0.4), transparent 70%);
	animation-duration: 22s;
	animation-delay: -6s;
}

.kwd-ambient__orb--c {
	width: 280px;
	height: 280px;
	left: 38%;
	bottom: 8%;
	background: radial-gradient(circle, rgba(47, 75, 133, 0.28), transparent 70%);
	animation-duration: 16s;
	animation-delay: -3s;
}

.kwd-ambient__beam {
	position: absolute;
	inset: -20% 20% auto;
	height: 40%;
	background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	transform: rotate(12deg);
	animation: kwd-sheen 12s linear infinite;
}

.kwd-ambient__veins {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.18;
}

.kwd-ambient__veins path {
	fill: none;
	stroke: var(--brand-blue);
	stroke-width: 1.2;
	stroke-dasharray: 12 18;
	animation: kwd-dash 28s linear infinite;
}

.kwd-ambient__grain {
	position: absolute;
	inset: 0;
	opacity: 0.04;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.kwd-ambient__sparkles i {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--gold);
	opacity: 0;
	animation: kwd-spark 7s ease-in-out infinite;
}

.kwd-ambient__sparkles i:nth-child(1) { left: 12%; top: 22%; animation-delay: 0s; }
.kwd-ambient__sparkles i:nth-child(2) { left: 28%; top: 68%; animation-delay: 1.2s; }
.kwd-ambient__sparkles i:nth-child(3) { left: 48%; top: 18%; animation-delay: 2s; }
.kwd-ambient__sparkles i:nth-child(4) { left: 62%; top: 54%; animation-delay: 0.6s; }
.kwd-ambient__sparkles i:nth-child(5) { left: 74%; top: 30%; animation-delay: 2.8s; }
.kwd-ambient__sparkles i:nth-child(6) { left: 86%; top: 72%; animation-delay: 1.6s; }
.kwd-ambient__sparkles i:nth-child(7) { left: 18%; top: 84%; animation-delay: 3.4s; }
.kwd-ambient__sparkles i:nth-child(8) { left: 91%; top: 14%; animation-delay: 4.1s; }

@keyframes kwd-float {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(30px, -24px, 0) scale(1.08); }
}

@keyframes kwd-sheen {
	0% { transform: translateX(-40%) rotate(12deg); }
	100% { transform: translateX(40%) rotate(12deg); }
}

@keyframes kwd-dash {
	to { stroke-dashoffset: -400; }
}

@keyframes kwd-spark {
	0%, 100% { opacity: 0; transform: scale(0.4); }
	40% { opacity: 0.9; transform: scale(1); }
}

#Wrapper {
	position: relative;
	z-index: 1;
}

.kwd-header {
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(16px);
	border-bottom-color: rgba(228, 234, 241, 0.7);
}

/* Full-bleed slider */
.kwd-slider {
	position: relative;
	min-height: 78vh;
	color: var(--text-medium);
	overflow: hidden;
	margin-bottom: 8px;
}

.kwd-slider--home {
	min-height: 86vh;
}

.kwd-slider__track {
	position: relative;
	min-height: inherit;
}

.kwd-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 800ms ease, visibility 800ms ease;
}

.kwd-slide.is-active {
	position: relative;
	inset: auto;
	width: 100%;
	min-height: inherit;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	pointer-events: auto;
}

.kwd-slide__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.kwd-slide__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	transform: none;
	animation: none;
}

.kwd-slide.is-active .kwd-slide__img {
	animation-play-state: running;
}

@keyframes kwd-ken {
	from { transform: scale(1.04) translate3d(0, 0, 0); }
	to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

.kwd-slide__wash {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.8) 36%,
		rgba(255, 255, 255, 0.55) 50%,
		rgba(255, 255, 255, 0.25) 62%,
		rgba(255, 255, 255, 0.08) 72%,
		rgba(255, 255, 255, 0) 84%
	);
}

.kwd-slide__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	min-height: inherit;
	padding: 88px 48px 120px;
	max-width: 820px;
	margin-left: max(40px, calc((100vw - var(--container)) / 2));
	margin-right: auto;
	width: min(820px, calc(100% - 80px));
	background: none;
}

.kwd-slide__copy > * {
	min-width: 0;
	max-width: 100%;
}

.kwd-slide__kicker {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--text-medium);
}

.kwd-slider--inner {
	min-height: 56vh;
}

.kwd-slider--inner .kwd-slide__copy {
	justify-content: flex-end;
	padding: 88px 48px 88px;
}

.kwd-slider--inner .kwd-slider__ui {
	left: 0;
	right: 0;
	bottom: 18px;
	width: auto;
}

.kwd-slide__title {
	margin: 0 0 18px;
	font-family: var(--display);
	font-size: clamp(36px, 5.4vw, 68px);
	line-height: 1.08;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--text-dark);
	max-width: 22ch;
}

.kwd-slide__title--sub {
	font-size: clamp(36px, 5vw, 64px);
}

.kwd-slide__text {
	margin: 0 0 32px;
	max-width: 38em;
	font-size: 18px;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kwd-callback {
	position: relative;
	margin: 18px 0 0;
	max-width: 560px;
}

.kwd-callback__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
}

.kwd-redesign .kwd-callback input[type="text"],
.kwd-redesign .kwd-callback input[type="tel"] {
	flex: 1 1 140px;
	min-width: 120px;
	min-height: 40px !important;
	height: 40px;
	margin: 0;
	padding: 0 12px !important;
	border: 1px solid rgba(92, 102, 115, 0.35) !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	color: var(--text-dark) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
}

.kwd-redesign .kwd-callback input[type="text"]::placeholder,
.kwd-redesign .kwd-callback input[type="tel"]::placeholder {
	color: var(--text-light);
}

.kwd-redesign .kwd-callback .kwd-btn {
	flex: 0 0 auto;
	min-height: 40px !important;
	height: 40px;
	padding: 0 16px !important;
	font-size: 12px !important;
	letter-spacing: 0.04em !important;
	white-space: nowrap;
}

.kwd-callback__notice {
	margin: 0 0 8px;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.4;
}

.kwd-callback__notice[hidden] {
	display: none !important;
}

.kwd-callback__notice.is-success {
	background: #e8f6ee;
	color: #1d6b3a;
}

.kwd-callback__notice.is-error {
	background: #fdeeee;
	color: #8a2a2a;
}

.kwd-redesign .kwd-slider .kwd-btn--ghost,
.kwd-redesign.woocommerce .kwd-slider .kwd-btn--ghost {
	color: var(--text-medium);
	border-color: rgba(92, 102, 115, 0.45);
	background: transparent;
}

.kwd-redesign .kwd-slider .kwd-btn--ghost:hover,
.kwd-redesign .kwd-slider .kwd-btn--ghost:hover *,
.kwd-redesign.woocommerce .kwd-slider .kwd-btn--ghost:hover,
.kwd-redesign.woocommerce .kwd-slider .kwd-btn--ghost:hover * {
	color: var(--brand-blue-dark) !important;
	background-color: #ffffff !important;
	border-color: var(--text-medium) !important;
}

.kwd-slider__ui {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
}

.kwd-redesign .kwd-slider__nav {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	border: 1px solid rgba(92, 102, 115, 0.45) !important;
	background: rgba(255, 255, 255, 0.55) !important;
	color: var(--text-medium) !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	box-shadow: none !important;
}

.kwd-redesign .kwd-slider__nav:hover,
.kwd-redesign .kwd-slider__nav:hover * {
	background: var(--brand-blue) !important;
	border-color: var(--brand-blue) !important;
	color: var(--white) !important;
}

.kwd-slider__dots {
	display: flex;
	align-items: center;
	gap: 5px;
}

.kwd-redesign .kwd-slider__dots button {
	width: 14px !important;
	height: 3px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 99px !important;
	background: rgba(92, 102, 115, 0.35) !important;
	cursor: pointer;
	box-shadow: none !important;
}

.kwd-redesign .kwd-slider__dots button:hover,
.kwd-redesign .kwd-slider__dots button:hover * {
	background: rgba(92, 102, 115, 0.55) !important;
	color: transparent !important;
	min-height: 0 !important;
	width: 14px !important;
	height: 3px !important;
}

.kwd-redesign .breadcrumbs,
.kwd-redesign .woocommerce-breadcrumb {
	display: none;
}

.kwd-hero-quote #Content input[type="text"],
.kwd-hero-quote #Content input[type="email"],
.kwd-hero-quote #Content input[type="tel"],
.kwd-hero-quote #Content input[type="file"],
.kwd-hero-sample #Content input[type="text"],
.kwd-hero-sample #Content input[type="email"],
.kwd-hero-sample #Content input[type="tel"],
.kwd-hero-quote #Content select,
.kwd-hero-sample #Content select,
.kwd-hero-quote #Content textarea,
.kwd-hero-sample #Content textarea {
	border-radius: 12px !important;
	border: 1px solid var(--border-light) !important;
	min-height: 48px;
	padding: 10px 14px !important;
	background: #fff !important;
}

.kwd-hero-quote #Content input[type="submit"],
.kwd-hero-sample #Content input[type="submit"] {
	background: var(--brand-blue) !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 14px 28px !important;
	font-weight: 700 !important;
}

.kwd-redesign .kwd-slider__dots button.is-active {
	width: 20px !important;
	background: var(--text-medium) !important;
}

/* Homepage still uses the slider via hero.php */
.kwd-home .kwd-hero:not(.kwd-slider) {
	display: none;
}

.kwd-card,
.kwd-colour,
.kwd-service {
	position: relative;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(22, 35, 60, 0.08);
	transition: transform 280ms ease, box-shadow 280ms ease;
}

.kwd-card:hover,
.kwd-colour:hover,
.kwd-service:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(47, 75, 133, 0.16);
}

.kwd-section__title {
	font-family: var(--display);
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: 0;
	font-weight: 600;
	text-transform: none;
}

.kwd-seo-faq h2 {
	font-family: var(--display);
	font-size: clamp(32px, 3.4vw, 46px);
	font-weight: 600;
	letter-spacing: 0;
}

.kwd-seo-faq__item {
	border-radius: 20px;
}

.kwd-seo-faq__item[open] {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.kwd-faq-hub__lead,
.kwd-faq-hub__card h3,
.kwd-faq-hub__cta h2,
.kwd-review-feature blockquote p,
.kwd-terms-section h2 {
	font-family: var(--display);
	font-weight: 600;
	letter-spacing: 0;
}

.kwd-faq-hub__lead {
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.35;
}

.kwd-redesign .kwd-faq-hub__search input {
	background: #fff !important;
	color: var(--navy-ink) !important;
	border: 1px solid var(--border-light) !important;
	box-shadow: none;
	-webkit-text-fill-color: var(--navy-ink);
}

.kwd-redesign .kwd-faq-hub__search input::placeholder {
	color: #6b7a90 !important;
	opacity: 1;
}

.kwd-redesign .kwd-faq-hub__chips button {
	background: #fff !important;
	color: var(--navy-ink) !important;
	border: 1px solid var(--border-light) !important;
	box-shadow: none !important;
	text-transform: none;
	letter-spacing: 0;
}

.kwd-redesign .kwd-faq-hub__chips button.is-active {
	background: var(--navy-ink) !important;
	border-color: var(--navy-ink) !important;
	color: #fff !important;
}

/* Forms */
.kwd-proform-wrap {
	position: relative;
	padding: 56px 0 96px;
}

.kwd-proform-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
	gap: 32px;
	align-items: start;
}

.kwd-proform-card,
.kwd-aside-card {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(228, 234, 241, 0.9);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(22, 35, 60, 0.1);
	backdrop-filter: blur(12px);
}

.kwd-proform-card {
	padding: 36px 40px 32px;
}

.kwd-proform-card__head h2 {
	margin: 0 0 10px;
	font-family: var(--display);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
}

.kwd-proform-card__head p {
	margin: 0 0 24px;
	color: var(--text-medium);
	line-height: 1.6;
}

.kwd-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.kwd-steps li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-light);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--border-light);
}

.kwd-steps li.is-active {
	color: var(--brand-blue-dark);
	border-bottom-color: var(--gold);
}

.kwd-steps span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--brand-blue-pale);
	color: var(--brand-blue-dark);
	font-size: 12px;
}

.kwd-steps li.is-active span {
	background: var(--brand-blue-dark);
	color: var(--white);
}

.kwd-proform__pane {
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 280px;
}

.kwd-proform__pane legend {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.kwd-choicegrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 20px;
}

.kwd-choice {
	position: relative;
}

.kwd-choice input {
	position: absolute;
	opacity: 0;
}

.kwd-choice span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 10px 14px;
	border-radius: 14px;
	border: 1px solid var(--border-light);
	background: var(--off-white);
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.kwd-choice input:checked + span,
.kwd-choice input:focus-visible + span {
	border-color: var(--brand-blue);
	background: #fff;
	box-shadow: 0 0 0 4px var(--gold-soft);
	color: var(--brand-blue-dark);
}

.kwd-fields {
	display: grid;
	gap: 16px;
}

.kwd-fields--2 {
	grid-template-columns: 1fr 1fr;
}

.kwd-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--navy-ink);
}

.kwd-field input,
.kwd-field select,
.kwd-field textarea,
.kwd-page-content input[type="text"],
.kwd-page-content input[type="email"],
.kwd-page-content input[type="tel"],
.kwd-page-content input[type="number"],
.kwd-page-content input[type="url"],
.kwd-page-content select,
.kwd-page-content textarea {
	width: 100%;
	border: 1px solid var(--border-light);
	border-radius: 12px;
	min-height: 50px;
	padding: 12px 14px;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	color: var(--text-dark);
	transition: border-color 200ms ease, box-shadow 200ms ease;
}

.kwd-field textarea,
.kwd-page-content textarea {
	min-height: 120px;
	resize: vertical;
}

.kwd-field input:focus,
.kwd-field select:focus,
.kwd-field textarea:focus,
.kwd-page-content input:focus,
.kwd-page-content select:focus,
.kwd-page-content textarea:focus {
	outline: none;
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px rgba(83, 135, 197, 0.18);
}

.kwd-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 18px 0 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--text-medium);
}

.kwd-proform__nav {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--border-light);
}

.kwd-proform__nav [hidden],
.kwd-proform__pane[hidden] {
	display: none !important;
}

.kwd-cf7 .wpcf7-form {
	display: grid;
	gap: 8px;
}

.kwd-cf7 .wpcf7-form > p:first-of-type,
.kwd-cf7 .wpcf7-form > h3:first-of-type,
.kwd-cf7 .wpcf7-form > h3:first-of-type + p {
	display: none;
}

.kwd-cf7 .wpcf7-form > p,
.kwd-cf7 .wpcf7-form > label,
.kwd-cf7 .wpcf7-form > div {
	margin: 0 0 14px;
}

.kwd-cf7-drawing {
	margin: 0 0 18px;
}

.kwd-cf7-drawing[hidden] {
	display: none !important;
}

.kwd-cf7-sinks {
	margin: 0 0 18px;
}

.kwd-cf7-sinks__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.kwd-cf7-sinks__toggle input {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	accent-color: var(--brand-blue);
}

.kwd-cf7-sinks__panel[hidden] {
	display: none !important;
}

.kwd-cf7-sinks__hint,
.kwd-cf7-sinks__empty {
	margin: 10px 0 12px;
	font-size: 13px;
	font-weight: 500;
	color: var(--text-medium);
}

.kwd-cf7-sinks__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
	max-height: 420px;
	overflow: auto;
	padding: 4px 2px 8px;
}

.kwd-cf7-sink {
	margin: 0;
	cursor: pointer;
}

.kwd-cf7-sink input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kwd-cf7-sink__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 8px;
	border: 1px solid var(--border-light);
	border-radius: 14px;
	background: #fff;
	transition: border-color 200ms ease, box-shadow 200ms ease;
}

.kwd-cf7-sink__card img {
	width: 100%;
	height: 110px;
	object-fit: contain;
	margin: 0 0 8px;
	border-radius: 10px;
	background: #f7f9fc;
}

.kwd-cf7-sink__name {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--navy-ink);
}

.kwd-cf7-sink__price {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--brand-blue-dark);
}

.kwd-cf7-sink input:checked + .kwd-cf7-sink__card,
.kwd-cf7-sink input:focus-visible + .kwd-cf7-sink__card {
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px var(--gold-soft);
}

.kwd-cf7 h3,
.kwd-cf7 h4 {
	margin: 28px 0 10px;
	font-family: var(--display);
	font-size: 28px;
	font-weight: 600;
	color: var(--navy-ink);
}

.kwd-cf7 label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--navy-ink);
	line-height: 1.45;
}

.kwd-cf7 input[type="text"],
.kwd-cf7 input[type="email"],
.kwd-cf7 input[type="tel"],
.kwd-cf7 input[type="number"],
.kwd-cf7 input[type="date"],
.kwd-cf7 input[type="url"],
.kwd-cf7 input[type="file"],
.kwd-cf7 select,
.kwd-cf7 textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--border-light);
	border-radius: 12px;
	min-height: 50px;
	padding: 12px 14px;
	margin-top: 8px;
	font-family: var(--font);
	font-size: 15px;
	background-color: #fff;
	color: var(--text-dark);
}

.kwd-cf7 select.kwd-colour-select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231e293b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
}

.kwd-colour-picker {
	position: relative;
	margin-top: 8px;
}

.kwd-cf7 .kwd-colour-picker select.kwd-colour-select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	min-height: 0;
	opacity: 0;
	pointer-events: none;
	border: 0;
}

.kwd-colour-picker__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	padding: 8px 40px 8px 12px;
	border: 1px solid var(--border-light);
	border-radius: 12px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231e293b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	font-family: var(--font);
	font-size: 15px;
	color: var(--text-dark);
	text-align: left;
	cursor: pointer;
}

.kwd-colour-picker.is-open .kwd-colour-picker__toggle,
.kwd-colour-picker__toggle:focus {
	outline: none;
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px rgba(83, 135, 197, 0.18);
}

.kwd-colour-picker__swatch {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
	background: #e8eef5;
	border: 1px solid rgba(30, 41, 59, 0.12);
}

.kwd-colour-picker__swatch--empty {
	display: inline-block;
	background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.kwd-colour-picker__label,
.kwd-colour-picker__opt span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kwd-colour-picker__list {
	position: absolute;
	z-index: 40;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	max-height: 280px;
	overflow: auto;
	padding: 6px 0;
	border: 1px solid var(--border-light);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.kwd-colour-picker__group {
	padding: 8px 12px 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--navy-ink);
}

.kwd-colour-picker__opt {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 7px 12px;
	border: 0;
	background: transparent;
	font-family: var(--font);
	font-size: 15px;
	color: var(--text-dark);
	text-align: left;
	cursor: pointer;
}

.kwd-colour-picker__opt:hover {
	background: rgba(83, 135, 197, 0.1);
}

.kwd-colour-picker__opt[aria-selected="true"] {
	background: var(--brand-blue);
	color: #fff;
}

.kwd-colour-picker__opt[aria-selected="true"] .kwd-colour-picker__swatch {
	border-color: rgba(255, 255, 255, 0.5);
}

.kwd-cf7 textarea {
	min-height: 120px;
}

.kwd-cf7 input:focus,
.kwd-cf7 select:focus,
.kwd-cf7 textarea:focus {
	outline: none;
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px rgba(83, 135, 197, 0.18);
}

.kwd-cf7-table {
	overflow-x: auto;
	margin: 8px 0 22px;
	border: 1px solid var(--border-light);
	border-radius: 16px;
	background: var(--off-white);
}

.kwd-cf7 table {
	width: 100%;
	border-collapse: collapse;
}

.kwd-cf7 th,
.kwd-cf7 td {
	padding: 10px 12px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

.kwd-cf7 th {
	font-weight: 600;
	color: var(--text-medium);
}

.kwd-cf7 td input {
	margin-top: 0;
	min-width: 90px;
}

.kwd-cf7 img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	margin: 8px 0 18px;
	display: block;
}

.kwd-cf7-guide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 92px;
	align-items: start;
	column-gap: 16px;
	row-gap: 8px;
	margin: 0 0 8px;
	max-width: 100%;
}

.kwd-cf7 .img1:has([data-kwd-extra]),
.kwd-cf7 .img2:has([data-kwd-extra]),
.kwd-cf7 .img3:has([data-kwd-extra]) {
	display: block;
	padding: 0;
	margin: 0 0 8px;
	border: none;
	background: transparent;
}

.kwd-cf7 .img1:has([data-kwd-extra]) > img,
.kwd-cf7 .img2:has([data-kwd-extra]) > img,
.kwd-cf7 .img3:has([data-kwd-extra]) > img {
	display: none;
}

.kwd-cf7-guide__copy {
	min-width: 0;
	grid-column: 1;
}

.kwd-cf7-extra__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.kwd-cf7-extra__toggle input {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	flex-shrink: 0;
	accent-color: var(--brand-blue);
}

.kwd-cf7-extra__qty {
	margin-top: 8px;
	min-width: 0;
}

.kwd-cf7-extra__qty .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.kwd-cf7-extra__qty[hidden] {
	display: none !important;
}

.kwd-cf7-extra__qty-label {
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--text-medium);
}

.kwd-cf7-extra__qty input[type="number"],
.kwd-cf7-extra__qty .wpcf7-number {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
}

.kwd-cf7-guide label {
	min-width: 0;
}

.kwd-cf7-guide__fig {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	width: 92px;
	max-width: 92px;
}

.kwd-cf7-guide__fig img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	margin: 0;
	border-radius: 12px;
	border: 1px solid var(--border-light);
	background: #f7f9fc;
}

.kwd-cf7-guide__fig figcaption {
	margin: 6px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--text-medium);
}

.kwd-cf7 .img1,
.kwd-cf7 .img2,
.kwd-cf7 .img3 {
	display: grid;
	grid-template-columns: 1fr minmax(220px, 42%);
	gap: 16px;
	align-items: start;
	padding: 16px;
	margin: 0 0 14px;
	border: 1px solid var(--border-light);
	border-radius: 18px;
	background: #fff;
}

.kwd-cf7 .img1 label,
.kwd-cf7 .img2 label,
.kwd-cf7 .img3 label,
.kwd-cf7 .img1 .wpcf7-list-item,
.kwd-cf7 .img2 .wpcf7-list-item,
.kwd-cf7 .img3 .wpcf7-list-item,
.kwd-cf7 .img1 .wpcf7-list-item label,
.kwd-cf7 .img2 .wpcf7-list-item label,
.kwd-cf7 .img3 .wpcf7-list-item label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
	row-gap: 12px;
	margin: 0;
}

.kwd-cf7 .img1 input[type="checkbox"],
.kwd-cf7 .img2 input[type="checkbox"],
.kwd-cf7 .img3 input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex: 0 0 18px;
	align-self: center;
	accent-color: var(--brand-blue);
}

.kwd-cf7 .img1 .wpcf7-list-item-label,
.kwd-cf7 .img2 .wpcf7-list-item-label,
.kwd-cf7 .img3 .wpcf7-list-item-label {
	flex: 1 1 0;
	min-width: 0;
}

.kwd-cf7 .img1 > img,
.kwd-cf7 .img2 > img,
.kwd-cf7 .img3 > img {
	margin: 0;
	width: 100%;
	height: 180px;
	object-fit: cover;
	image-rendering: auto;
	flex: 1 1 100%;
}

.kwd-cf7 img[src*="quote-layouts"],
.kwd-cf7 img[src*="quote-upstand"] {
	width: 100%;
	max-height: 380px;
	object-fit: contain;
	background: #f7f9fc;
	padding: 8px;
}

.kwd-cf7 .wpcf7-radio,
.kwd-cf7 .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.kwd-cf7 .wpcf7-list-item {
	margin: 0;
}

.kwd-cf7 .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.kwd-cf7 .wpcf7-list-item input[type="checkbox"],
.kwd-cf7 .wpcf7-list-item input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	accent-color: var(--brand-blue);
}

.kwd-cf7 .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid var(--border-light);
	background: var(--off-white);
	font-weight: 600;
	cursor: pointer;
}

.kwd-cf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.kwd-cf7 .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label {
	border-color: var(--brand-blue);
	background: #fff;
	box-shadow: 0 0 0 4px var(--gold-soft);
}

.kwd-cf7 input[type="submit"],
.kwd-cf7 .wpcf7-submit {
	appearance: none;
	border: 0;
	margin-top: 12px;
	min-height: 54px;
	padding: 14px 28px;
	border-radius: 999px;
	background: var(--brand-blue-dark);
	color: #fff;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.kwd-cf7 input[type="submit"]:hover,
.kwd-cf7 .wpcf7-submit:hover {
	background: var(--brand-blue);
}

.kwd-cf7 .wpcf7-not-valid-tip,
.kwd-cf7 .wpcf7-response-output {
	border-radius: 12px;
	font-size: 14px;
}

.kwd-aside-video {
	position: relative;
	width: min(100%, 360px);
	aspect-ratio: 9 / 16;
	margin-inline: auto;
	overflow: hidden;
	background: #111;
}

.kwd-aside-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.kwd-aside-video__cap {
	margin: 0;
	padding: 14px 18px 18px;
	font-size: 14px;
	color: var(--text-medium);
}

.kwd-help {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--brand-blue);
}

.kwd-form-error {
	color: #8a1f1f;
}

.kwd-alert {
	padding: 16px 18px;
	border-radius: 14px;
	margin-bottom: 20px;
}

.kwd-alert.is-success {
	background: #eef8f1;
	color: #1d5c34;
}

.kwd-alert.is-error {
	background: #fdeeee;
	color: #8a1f1f;
}

.kwd-alert p {
	margin: 6px 0 0;
}

.kwd-aside-card {
	padding: 28px;
	margin-bottom: 18px;
}

.kwd-aside-card h3 {
	margin: 0 0 14px;
	font-family: var(--display);
	font-size: 28px;
}

.kwd-aside-card ol,
.kwd-aside-card ul {
	margin: 0;
	padding-left: 18px;
	color: var(--text-medium);
	line-height: 1.7;
}

.kwd-estimate {
	padding: 4px 0 0;
}

.kwd-estimate__kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.kwd-estimate__amount {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(32px, 4vw, 44px);
	line-height: 1.1;
	color: var(--navy-ink);
}

.kwd-estimate__waiting,
.kwd-estimate__note {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--text-medium);
}

.kwd-estimate.is-ready .kwd-estimate__note {
	color: #5a4a32;
}

.kwd-estimate--form {
	margin: 0 0 22px;
	padding: 22px 24px;
	border-radius: 16px;
	background: linear-gradient(180deg, #fffaf3, #fff);
	border: 1px solid var(--gold-soft);
	box-shadow: 0 10px 30px rgba(22, 35, 60, 0.06);
}

.kwd-aside-card--estimate {
	position: sticky;
	top: 88px;
	border: 1px solid var(--gold-soft);
	background: linear-gradient(180deg, #fffaf3, #fff);
}

.kwd-aside-card--dark {
	background: linear-gradient(160deg, var(--brand-blue-dark), #1b2d55);
	color: var(--white);
}

.kwd-aside-card--dark a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: var(--white);
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.kwd-aside-card--media {
	padding: 0;
	overflow: hidden;
}

.kwd-aside-card--media img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.kwd-page-content {
	position: relative;
	padding: 24px 0 72px;
}

.kwd-page-content .section_wrapper,
.kwd-page-content .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--container);
}

@media (max-width: 980px) {
	.kwd-proform-layout,
	.kwd-fields--2,
	.kwd-choicegrid {
		grid-template-columns: 1fr;
	}

	.kwd-proform-card {
		padding: 24px 20px;
	}

	.kwd-cf7 .img1,
	.kwd-cf7 .img2,
	.kwd-cf7 .img3 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1200px) {
	.kwd-slider,
	.kwd-slider--home,
	.kwd-slider--inner {
		min-height: 0;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		background: var(--white);
		color: var(--text-medium);
	}

	.kwd-slide__wash {
		display: none;
	}

	.kwd-slide.is-active,
	.kwd-slider--home .kwd-slide.is-active,
	.kwd-slider--inner .kwd-slide.is-active {
		display: flex;
		flex-direction: column;
		min-height: 0;
		width: 100%;
	}

	.kwd-slide__media {
		position: relative;
		inset: auto;
		width: 100%;
		height: min(42vh, 420px);
		flex: 0 0 auto;
		overflow: hidden;
	}

	.kwd-redesign .kwd-slide__img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		display: block;
		object-fit: cover;
		object-position: center;
		transform: none;
		animation: none;
	}

	.kwd-slide__copy,
	.kwd-container.kwd-slide__copy,
	.kwd-slider--home .kwd-slide__copy,
	.kwd-slider--inner .kwd-slide__copy {
		width: min(var(--container), calc(100% - 48px));
		max-width: none;
		margin: 0 auto;
		padding: 28px 0 20px;
		min-height: 0;
		justify-content: flex-start;
		box-sizing: border-box;
		background: transparent;
	}

	.kwd-slide__title,
	.kwd-slider--inner .kwd-slide__title {
		font-size: clamp(28px, 4.4vw, 42px);
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.kwd-slide__text,
	.kwd-slider--inner .kwd-slide__text {
		font-size: 16px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.kwd-slide__actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
	}

	.kwd-slide__actions .kwd-btn {
		width: auto;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}

	.kwd-callback {
		max-width: 100%;
		margin-top: 16px;
	}

	.kwd-redesign .kwd-callback .kwd-btn {
		flex: 1 1 auto;
	}

	.kwd-slider__ui,
	.kwd-slider--inner .kwd-slider__ui,
	.kwd-slider--home .kwd-slider__ui {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: min(var(--container), calc(100% - 48px));
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.kwd-slide__media {
		height: min(38vh, 280px);
	}

	.kwd-slide__actions {
		flex-direction: column;
	}

	.kwd-slide__actions .kwd-btn {
		width: 100%;
	}

	.kwd-callback__row {
		flex-direction: column;
	}

	.kwd-redesign .kwd-callback input[type="text"],
	.kwd-redesign .kwd-callback input[type="tel"],
	.kwd-redesign .kwd-callback .kwd-btn {
		width: 100%;
		flex: 1 1 auto;
	}
}

.kwd-journey {
	background: #f6f3ee;
}

.kwd-journey__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.kwd-journey__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	background: #fbfaf7;
	border: 1px solid rgba(228, 234, 241, 0.95);
	border-radius: 22px;
	padding: 32px 24px 28px;
	text-align: center;
	box-shadow: 0 18px 50px rgba(22, 35, 60, 0.05);
}

.kwd-journey__kicker {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8a847a;
}

.kwd-journey__intro {
	margin: 0 0 20px;
	min-height: calc(1.55em * 3);
	max-width: 36ch;
	font-size: 15px;
	line-height: 1.55;
	color: var(--text-medium);
	text-align: center;
}

.kwd-journey__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

.kwd-journey__card h2 {
	margin: 0 0 28px;
	max-width: 16ch;
	font-family: var(--display);
	font-size: clamp(28px, 2.4vw, 38px);
	line-height: 1.12;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--navy-ink);
}

.kwd-journey__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-journey__points li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.kwd-journey__icon {
	display: inline-flex;
	color: var(--gold);
	margin-bottom: 4px;
}

.kwd-journey__points strong {
	font-size: 13px;
	font-weight: 600;
	color: var(--navy-ink);
}

.kwd-journey__points span:last-child {
	font-size: 12px;
	line-height: 1.35;
	color: var(--text-light);
}

.kwd-phone {
	--phone-w: 248px;
	position: relative;
	width: min(100%, var(--phone-w));
	margin: 0 auto;
	padding: 0 5px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.kwd-phone__btn {
	position: absolute;
	z-index: 2;
	background: linear-gradient(180deg, #cfc9c2, #9f9890);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35) inset;
}

.kwd-phone__btn--silent {
	left: 1px;
	top: 18%;
	width: 3px;
	height: 16px;
	border-radius: 2px 0 0 2px;
}

.kwd-phone__btn--vol-up,
.kwd-phone__btn--vol-down {
	left: 1px;
	width: 3px;
	height: 28px;
	border-radius: 2px 0 0 2px;
}

.kwd-phone__btn--vol-up {
	top: 26%;
}

.kwd-phone__btn--vol-down {
	top: 38%;
}

.kwd-phone__btn--power {
	right: 1px;
	top: 30%;
	width: 3px;
	height: 46px;
	border-radius: 0 2px 2px 0;
}

.kwd-phone__shell {
	position: relative;
	padding: 11px 10px 12px;
	background:
		linear-gradient(165deg, #f7f4ef 0%, #ddd8d1 38%, #c4beb6 72%, #b7b1a9 100%);
	border-radius: 38px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 -3px 6px rgba(0, 0, 0, 0.12) inset,
		0 2px 0 rgba(80, 74, 68, 0.18),
		0 22px 48px rgba(22, 35, 60, 0.2);
}

.kwd-phone__shell::before {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 34px;
	border: 1px solid rgba(0, 0, 0, 0.22);
	pointer-events: none;
	z-index: 3;
}

.kwd-phone__island {
	position: absolute;
	top: 18px;
	left: 50%;
	z-index: 4;
	width: 72px;
	height: 18px;
	transform: translateX(-50%);
	background: #0c0c0e;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
	pointer-events: none;
}

.kwd-phone__island::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: radial-gradient(circle at 32% 32%, #5b6d8c, #1a2333 62%, #050608 100%);
}

.kwd-phone__screen {
	position: relative;
	aspect-ratio: 9 / 19.5;
	overflow: hidden;
	border-radius: 28px;
	background: #0b0b0d;
}

.kwd-phone__screen video,
.kwd-phone__screen iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	object-fit: cover;
	background: #0b0b0d;
}

.kwd-journey__cta,
.kwd-journey__card--copy > .kwd-btn {
	margin-top: 24px;
	flex: 0 0 auto;
	min-height: 48px;
	min-width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.kwd-journey__cta {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--navy-ink);
}

.kwd-journey__cta:hover {
	color: var(--brand-blue-dark);
}

@media (max-width: 1100px) {
	.kwd-journey__grid {
		grid-template-columns: 1fr;
		max-width: 460px;
		margin: 0 auto;
		align-items: start;
		gap: 20px;
	}

	.kwd-journey__card {
		height: auto;
		width: 100%;
		padding: 28px 20px 24px;
	}

	.kwd-journey__body {
		flex: 0 0 auto;
	}

	.kwd-journey__card h2 {
		max-width: none;
	}

	.kwd-journey__intro {
		min-height: 0;
		margin-bottom: 16px;
	}

	.kwd-phone {
		--phone-w: 220px;
	}

	.kwd-journey__cta,
	.kwd-journey__card--copy > .kwd-btn {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 20px;
		box-sizing: border-box;
	}
}

.kwd-sample-hub {
	position: relative;
	padding: 28px 0 96px;
	overflow-x: clip;
}

.kwd-sample-hub,
.kwd-sample-hub * {
	box-sizing: border-box;
}

.kwd-sample-hub .kwd-proform__pane {
	min-height: 0;
}

.kwd-sample-hub .kwd-proform__pane:not(.is-active),
.kwd-sample-hub .kwd-proform__nav [hidden],
.kwd-sample-hub button[hidden] {
	display: none !important;
}

.kwd-sample-intro {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 820px;
	margin-bottom: 28px;
}

.kwd-sample-intro__lead {
	margin: 0;
	font-family: var(--font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-sample-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 720px;
}

.kwd-sample-stats li {
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--border-light);
	box-shadow: 0 10px 28px rgba(47, 75, 133, 0.06);
}

.kwd-sample-stats strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--brand-blue-dark);
	letter-spacing: -0.03em;
}

.kwd-sample-stats span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--text-medium);
}

.kwd-sample-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.kwd-sample-process li {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--border-light);
	border-radius: 20px;
	padding: 22px 22px 20px;
	box-shadow: 0 18px 40px rgba(22, 35, 60, 0.06);
}

.kwd-sample-process span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--brand-blue-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}

.kwd-sample-process strong {
	display: block;
	font-family: var(--display);
	font-size: 22px;
	font-weight: 600;
	color: var(--navy-ink);
	margin-bottom: 6px;
}

.kwd-sample-process p {
	margin: 0;
	color: var(--text-medium);
	line-height: 1.55;
	font-size: 14px;
}

.kwd-sample-count {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--brand-blue-dark);
}

.kwd-sample-tray {
	max-width: 100%;
}

.kwd-sample-tray .kwd-proform-card__head h2,
.kwd-sample-tray .kwd-proform-card__head p {
	max-width: none;
}

.kwd-sample-tray .kwd-steps {
	max-width: 560px;
}

.kwd-choicegrid--swatch {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.kwd-swatch {
	position: relative;
	display: block;
	margin: 0;
}

.kwd-swatch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kwd-swatch__card {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid var(--border-light);
	background: #fff;
	cursor: pointer;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.kwd-swatch__card img {
	display: block;
	width: 100%;
	height: 168px;
	object-fit: cover;
}

.kwd-swatch__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 14px 14px;
}

.kwd-swatch__range {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-light);
}

.kwd-swatch__name {
	font-size: 15px;
	font-weight: 650;
	color: var(--navy-ink);
	line-height: 1.3;
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	justify-content: flex-start;
	text-align: left;
}

.kwd-swatch__tick {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--brand-blue-dark);
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(22, 35, 60, 0.25);
}

.kwd-swatch.is-selected .kwd-swatch__card,
.kwd-swatch input:checked + .kwd-swatch__card,
.kwd-swatch input:focus-visible + .kwd-swatch__card {
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px var(--gold-soft);
}

.kwd-swatch.is-selected .kwd-swatch__tick,
.kwd-swatch input:checked + .kwd-swatch__card .kwd-swatch__tick {
	display: inline-flex;
}

.kwd-swatch input:disabled + .kwd-swatch__card {
	opacity: 0.45;
	cursor: not-allowed;
}

.kwd-sample-summary {
	margin: 0 0 18px;
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--brand-blue-pale);
	border: 1px solid rgba(83, 135, 197, 0.18);
}

.kwd-sample-summary[hidden] {
	display: none;
}

.kwd-sample-summary p {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--brand-blue-dark);
}

.kwd-sample-summary ul {
	margin: 0;
	padding-left: 18px;
	color: var(--navy-ink);
	font-weight: 600;
}

.kwd-sample-hub .kwd-aside-card--dark p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

.kwd-sample-hub .kwd-aside-card--dark h3 {
	color: #fff;
}

.kwd-sample-hub .kwd-aside-card--dark .kwd-btn {
	display: inline-flex;
	justify-content: center;
	width: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 0;
	color: #fff;
}

.kwd-sample-help {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.2fr) minmax(240px, 0.9fr);
	gap: 18px;
	align-items: stretch;
	margin-top: 28px;
}

.kwd-sample-help .kwd-aside-card {
	margin-bottom: 0;
	height: 100%;
}

.kwd-sample-hub .kwd-aside-card--media img {
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.kwd-sample-why {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
	gap: 28px;
	align-items: stretch;
	margin-top: 48px;
	padding: 36px;
	border-radius: 24px;
	background: linear-gradient(180deg, #f7f4ee, #fff);
	border: 1px solid var(--border-light);
}

.kwd-sample-why h2 {
	margin: 0 0 14px;
	font-family: var(--display);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 600;
	color: var(--navy-ink);
}

.kwd-sample-why p {
	margin: 0 0 12px;
	color: var(--text-medium);
	line-height: 1.7;
}

.kwd-sample-why__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 28px;
	border-radius: 20px;
	background: var(--brand-blue-dark);
	color: #fff;
	text-decoration: none;
	min-height: 100%;
}

.kwd-sample-why__cta strong {
	font-family: var(--display);
	font-size: 28px;
	font-weight: 600;
}

.kwd-sample-why__cta span {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.kwd-choicegrid--swatch {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kwd-sample-help {
		grid-template-columns: 1fr 1fr;
	}

	.kwd-sample-help .kwd-aside-card--media {
		grid-column: 1 / -1;
	}

	.kwd-sample-hub .kwd-aside-card--media img {
		height: 220px;
		min-height: 0;
	}
}

@media (max-width: 980px) {
	.kwd-sample-stats,
	.kwd-sample-process,
	.kwd-sample-why,
	.kwd-sample-help,
	.kwd-choicegrid--swatch {
		grid-template-columns: 1fr;
	}

	.kwd-sample-why {
		padding: 24px 20px;
	}

	.kwd-sample-help .kwd-aside-card--media {
		grid-column: auto;
	}
}

@media (min-width: 700px) and (max-width: 980px) {
	.kwd-choicegrid--swatch {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Homepage SEO intro — floating worktop scene */
.kwd-slab-scene {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.kwd-slab-scene__svg {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	max-width: 520px;
	margin-left: auto;
}

.kwd-slab-scene__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(28px);
	opacity: 0.55;
	animation: kwd-float 16s ease-in-out infinite;
}

.kwd-slab-scene__orb--a {
	width: 180px;
	height: 180px;
	right: 8%;
	top: 4%;
	background: radial-gradient(circle, rgba(83, 135, 197, 0.45), transparent 70%);
}

.kwd-slab-scene__orb--b {
	width: 220px;
	height: 220px;
	left: 4%;
	bottom: 6%;
	background: radial-gradient(circle, rgba(196, 165, 116, 0.38), transparent 70%);
	animation-duration: 20s;
	animation-delay: -5s;
}

.kwd-slab-scene__ring {
	position: absolute;
	z-index: 1;
	right: 6%;
	top: 18%;
	width: 210px;
	height: 210px;
	border: 1px dashed rgba(83, 135, 197, 0.35);
	border-radius: 50%;
	animation: kwd-spin 36s linear infinite;
}

.kwd-slab-scene__ring::after {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(196, 165, 116, 0.28);
	border-radius: 50%;
	animation: kwd-spin 22s linear infinite reverse;
}

.kwd-slab-scene__slab--back {
	animation: kwd-slab-float 11s ease-in-out infinite;
	transform-origin: 55% 40%;
}

.kwd-slab-scene__slab--mid {
	animation: kwd-slab-float 13s ease-in-out infinite;
	animation-delay: -4s;
	transform-origin: 30% 50%;
}

.kwd-slab-scene__slab--front {
	animation: kwd-slab-float 15s ease-in-out infinite;
	animation-delay: -7s;
	transform-origin: 40% 70%;
}

.kwd-slab-scene__chips {
	animation: kwd-slab-float 12s ease-in-out infinite;
	animation-delay: -2s;
	transform-origin: 80% 80%;
}

.kwd-slab-scene__vein {
	stroke-dasharray: 8 16;
	animation: kwd-dash 22s linear infinite;
}

.kwd-slab-scene__vein--slow {
	animation-duration: 32s;
	animation-direction: reverse;
}

.kwd-slab-scene__spark {
	position: absolute;
	z-index: 3;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 10px rgba(196, 165, 116, 0.7);
	animation: kwd-spark 6.5s ease-in-out infinite;
}

.kwd-slab-scene__spark--1 { left: 18%; top: 22%; animation-delay: 0.2s; }
.kwd-slab-scene__spark--2 { right: 16%; top: 12%; animation-delay: 1.8s; }
.kwd-slab-scene__spark--3 { right: 8%; bottom: 28%; animation-delay: 3.1s; }
.kwd-slab-scene__spark--4 { left: 8%; bottom: 18%; animation-delay: 4.4s; }

@keyframes kwd-spin {
	to { transform: rotate(360deg); }
}

@keyframes kwd-slab-float {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
	50% { transform: translate3d(8px, -12px, 0) rotate(0.6deg); }
}

@media (prefers-reduced-motion: reduce) {
	.kwd-colours__track {
		animation: none !important;
		transform: none !important;
	}

	.kwd-colours__viewport {
		overflow-x: auto;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}

	.kwd-colours__group {
		scroll-snap-align: start;
	}

	.kwd-colours__group + .kwd-colours__group {
		display: none;
	}

	.kwd-ambient__orb,
	.kwd-ambient__beam,
	.kwd-ambient__veins path,
	.kwd-ambient__sparkles i,
	.kwd-slide__img,
	.kwd-slab-scene__orb,
	.kwd-slab-scene__ring,
	.kwd-slab-scene__ring::after,
	.kwd-slab-scene__slab--back,
	.kwd-slab-scene__slab--mid,
	.kwd-slab-scene__slab--front,
	.kwd-slab-scene__chips,
	.kwd-slab-scene__vein,
	.kwd-slab-scene__spark {
		animation: none !important;
	}
}
