/* 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(--white);
	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;
	transition: opacity 800ms ease, visibility 800ms ease;
}

.kwd-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

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

.kwd-slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	animation: kwd-ken 14s ease-in-out infinite alternate;
}

.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;
	background:
		linear-gradient(90deg, rgba(22, 35, 60, 0.78) 0%, rgba(22, 35, 60, 0.42) 48%, rgba(22, 35, 60, 0.18) 100%),
		linear-gradient(180deg, rgba(22, 35, 60, 0.2), rgba(22, 35, 60, 0.55));
}

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

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

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

.kwd-slider--inner .kwd-slide__copy {
	justify-content: flex-end;
	height: 100%;
	padding: 88px 0 64px;
}

.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(--white);
	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: rgba(255, 255, 255, 0.88);
}

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

.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(255, 255, 255, 0.35) !important;
	background: rgba(22, 35, 60, 0.45) !important;
	color: var(--white) !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(255, 255, 255, 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(255, 255, 255, 0.7) !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(--white) !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: cover;
	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-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: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 8px;
	max-width: 340px;
}

.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;
	flex: 1 1 auto;
}

.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;
}

.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 .wpcf7-number {
	max-width: 140px;
	min-height: 44px;
}

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

.kwd-cf7-guide__fig {
	margin: 0;
	width: 92px;
	flex: 0 0 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-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-slide__copy {
		width: calc(100% - 40px);
		margin-left: 20px;
		padding-top: 72px;
		padding-bottom: 80px;
	}

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

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

	.kwd-slider--inner .kwd-slide__copy {
		padding-bottom: 120px;
	}

	.kwd-slider--inner .kwd-slider__ui {
		right: 20px;
		bottom: 20px;
	}

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

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

.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;
	background: #fbfaf7;
	border: 1px solid rgba(228, 234, 241, 0.95);
	border-radius: 22px;
	padding: 36px 28px 32px;
	text-align: center;
	box-shadow: 0 18px 50px rgba(22, 35, 60, 0.05);
}

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

.kwd-journey__card h2 {
	margin: 0 0 18px;
	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__lead,
.kwd-journey__note {
	margin: 0 0 28px;
	max-width: 34ch;
	font-size: 16px;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-journey__note {
	margin-bottom: 22px;
	text-align: left;
	align-self: stretch;
}

.kwd-journey__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px 12px;
	width: 100%;
	margin: 0 0 32px;
	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 {
	width: min(100%, 270px);
	margin: 0 auto 28px;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--border-light);
	border-radius: 32px;
	box-shadow: 0 22px 48px rgba(22, 35, 60, 0.1);
}

.kwd-phone__screen {
	position: relative;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 22px;
	background: #111;
}

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

.kwd-journey__cta {
	margin-top: auto;
	font-size: 15px;
	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);
}

.kwd-btn--ink {
	background: var(--navy-ink);
	border-color: var(--navy-ink);
	border-radius: 8px;
	min-width: 200px;
	letter-spacing: 0.06em;
	text-transform: none;
}

.kwd-btn--ink:hover {
	background: #0f1a2c;
	border-color: #0f1a2c;
	color: #fff;
}

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

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

	.kwd-journey__note {
		text-align: center;
	}
}

.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));
	}
}

@media (prefers-reduced-motion: reduce) {
	.kwd-ambient__orb,
	.kwd-ambient__beam,
	.kwd-ambient__veins path,
	.kwd-ambient__sparkles i,
	.kwd-slide__img {
		animation: none !important;
	}
}
