:root {
    --wht-navy: #071c2c; --wht-navy-deep: #04131f; --wht-paper: #f8f4ea;
    --wht-paper-soft: #fcfaf4; --wht-sage: #e9eee4; --wht-olive: #5f7a3f;
    --wht-olive-dark: #40562b; --wht-gold: #c8a969; --wht-ink: #1f2b25;
    --wht-muted: #687066; --wht-line: rgba(31,43,37,.16); --wht-white: #fffdf8;
    --wht-shadow: 0 24px 60px rgba(7,28,44,.12); --wht-radius-lg: 18px;
    --wht-radius-md: 12px; --wht-container: 1180px;
}
html { scroll-behavior: smooth; }
body.wht-tapas-page-template {
    margin: 0; background: var(--wht-paper-soft); color: var(--wht-ink);
    font-family: "Instrument Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.wht-tapas-page-template *, body.wht-tapas-page-template *::before, body.wht-tapas-page-template *::after { box-sizing: border-box; }
body.wht-tapas-page-template img { display: block; max-width: 100%; height: auto; }
body.wht-tapas-page-template a { color: inherit; }
body.wht-tapas-page-template button, body.wht-tapas-page-template input, body.wht-tapas-page-template select, body.wht-tapas-page-template textarea { font: inherit; }
body.wht-tapas-page-template .grecaptcha-badge { visibility: hidden !important; }

.wht-skip-link {
    position: fixed; top: 12px; left: 12px; z-index: 10000; padding: 10px 14px;
    border-radius: 6px; background: #fff; color: var(--wht-navy); font-weight: 700;
    text-decoration: none; transform: translateY(-160%);
}
.wht-skip-link:focus { transform: translateY(0); }
.wht-container, .wht-site-header__inner, .wht-site-footer__inner, .wht-site-footer__legal-inner {
    width: min(calc(100% - 48px), var(--wht-container)); margin-inline: auto;
}
.wht-page h1, .wht-page h2, .wht-page h3 {
    margin-top: 0; font-family: "Fraunces", Georgia, serif; font-weight: 700; letter-spacing: -.035em;
}
.wht-page h1 { font-size: clamp(3.25rem,6vw,6rem); line-height: .94; }
.wht-page h2 { font-size: clamp(2.15rem,4vw,4rem); line-height: 1.02; }
.wht-page h3 { font-size: clamp(1.35rem,2vw,1.75rem); line-height: 1.15; }
.wht-page p { margin-top: 0; }
.wht-eyebrow {
    display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: var(--wht-gold);
    font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.wht-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.wht-button {
    display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 24px; border: 1px solid transparent; border-radius: 999px;
    background: var(--wht-olive); color: #fff !important; font-weight: 800; line-height: 1;
    text-decoration: none; cursor: pointer; box-shadow: 0 14px 28px rgba(43,63,29,.22);
    transition: transform 180ms ease, background-color 180ms ease;
}
.wht-button:hover { background: var(--wht-olive-dark); transform: translateY(-2px); }
.wht-text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.wht-text-link svg, .wht-button svg { width: 18px; height: 12px; transition: transform 180ms ease; }
.wht-text-link:hover svg, .wht-button:hover svg { transform: translateX(4px); }
.wht-button:focus-visible, .wht-text-link:focus-visible, .wht-site-header a:focus-visible,
.wht-site-header button:focus-visible, .wht-site-footer a:focus-visible,
.wht-page input:focus-visible, .wht-page textarea:focus-visible, .wht-page summary:focus-visible {
    outline: 3px solid #e6c77f; outline-offset: 4px;
}

/* Header parity with WHT pages */
.wht-site-header {
    position: absolute; inset: 0 0 auto; z-index: 1000; width: 100%;
    background: linear-gradient(180deg, rgba(7,22,36,.88), rgba(7,22,36,.46) 62%, transparent);
    color: #fffdf8;
}
.wht-site-header__inner {
    display: flex; width: 100%; min-height: 110px; align-items: center;
    gap: clamp(18px,2.35vw,38px); padding: 18px clamp(28px,5.15vw,72px);
}
.wht-site-header__brand { display: inline-flex; width: clamp(280px,25.8vw,360px); min-width: 280px; flex: 0 0 auto; align-items: center; text-decoration: none; }
.wht-site-header__logo-image { width: 100%; max-height: 59px; object-fit: contain; object-position: left center; }
.wht-site-header__desktop-nav { display: flex; align-items: center; gap: clamp(18px,2vw,34px); margin-left: auto; }
.wht-site-header__menu-item { position: relative; display: inline-flex; align-items: center; }
.wht-site-header__menu-trigger, .wht-site-header__plain-link {
    display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 12px 0;
    border: 0; background: transparent; color: #fffdf8; font-size: .86rem; font-weight: 750;
    text-decoration: none; white-space: nowrap; cursor: pointer;
}
.wht-site-header__menu-trigger svg { width: 10px; height: 7px; transition: transform 180ms ease; }
.wht-site-header__menu-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.wht-site-header__dropdown {
    position: absolute; top: calc(100% + 6px); left: -16px; z-index: 20; width: 290px;
    padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px;
    background: rgba(7,22,36,.985); box-shadow: 0 18px 40px rgba(0,0,0,.24);
}
.wht-site-header__dropdown[hidden] { display: none; }
.wht-site-header__dropdown a { display: block; padding: 11px 13px; border-radius: 6px; color: #fffdf8; font-size: .86rem; text-decoration: none; }
.wht-site-header__dropdown a:hover, .wht-site-header__dropdown a:focus-visible { background: rgba(255,255,255,.1); }
.wht-site-header__actions { display: flex; align-items: center; gap: 10px; }
.wht-site-header__social, .wht-site-header__mobile-toggle {
    display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center;
    padding: 0; border: 1px solid rgba(255,255,255,.23); background: rgba(7,22,36,.16); color: #fffdf8;
}
.wht-site-header__social { border-radius: 50%; text-decoration: none; }
.wht-site-header__social svg { width: 18px; height: 18px; }
.wht-site-header__contact, .wht-site-header__contact:visited {
    display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px;
    border: 1px solid #fffdf8; border-radius: 8px; background: #fffdf8; color: var(--wht-navy) !important;
    font-size: .78rem; font-weight: 800; text-decoration: none;
}
.wht-site-header__contact:hover { background: var(--wht-gold); border-color: var(--wht-gold); }
.wht-site-header__mobile-toggle { display: none; border-radius: 8px; cursor: pointer; }
.wht-site-header__mobile-toggle svg { width: 26px; height: 22px; }
.wht-site-header__mobile-close { display: none; }
.wht-site-header__mobile-toggle[aria-expanded="true"] .wht-site-header__mobile-open { display: none; }
.wht-site-header__mobile-toggle[aria-expanded="true"] .wht-site-header__mobile-close { display: inline-flex; }
.wht-site-header__mobile-panel { display: none; }

/* Footer */
.wht-site-footer { background: #12324b; color: #fff; }
.wht-site-footer__inner { display: grid; grid-template-columns: 1.15fr 1.35fr 1.1fr .95fr; gap: 42px; padding: 62px 0 54px; }
.wht-site-footer__column { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.wht-site-footer__column h2 { margin: 0 0 9px; color: #9fc46b; font-family: Georgia,serif; font-size: 1rem; }
.wht-site-footer__column a { color: rgba(255,255,255,.84); font-size: .78rem; text-decoration: none; }
.wht-site-footer__column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.wht-site-footer__legal { border-top: 1px solid rgba(255,255,255,.12); }
.wht-site-footer__legal-inner { padding: 18px 0 22px; color: rgba(255,255,255,.66); font-size: .72rem; }

@media (max-width: 1100px) {
    .wht-site-header { background: linear-gradient(180deg, rgba(7,22,36,.97), rgba(7,22,36,.86)); }
    .wht-site-header__inner { min-height: 92px; gap: 10px; padding: 12px clamp(20px,4.5vw,48px); }
    .wht-site-header__brand { width: clamp(210px,31vw,320px); min-width: 0; }
    .wht-site-header__logo-image { max-height: 52px; }
    .wht-site-header__desktop-nav, .wht-site-header__contact { display: none; }
    .wht-site-header__actions { margin-left: auto; }
    .wht-site-header__mobile-toggle { display: inline-flex; }
    .wht-site-header__mobile-panel {
        position: fixed; top: 0; right: 0; z-index: 1050; display: block;
        width: min(88vw,390px); height: 100dvh; padding: 92px 24px 32px;
        background: #071624; box-shadow: -18px 0 42px rgba(0,0,0,.3); overflow-y: auto;
    }
    .wht-site-header__mobile-panel[hidden] { display: none; }
    .wht-site-header__mobile-panel nav { display: grid; gap: 7px; }
    .wht-site-header__mobile-group > button, .wht-site-header__mobile-link {
        display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between;
        padding: 13px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px;
        background: rgba(255,255,255,.045); color: #fffdf8; font-size: 1rem; font-weight: 700;
        text-align: left; text-decoration: none; cursor: pointer;
    }
    .wht-site-header__mobile-submenu { display: grid; gap: 3px; padding: 5px 0 7px 14px; }
    .wht-site-header__mobile-submenu[hidden] { display: none; }
    .wht-site-header__mobile-submenu a { display: block; padding: 10px 12px; border-radius: 6px; color: rgba(255,255,255,.84); font-size: .88rem; text-decoration: none; }
    .wht-site-header__mobile-submenu a:hover { background: rgba(255,255,255,.08); color: #fff; }
    .wht-site-header__mobile-socials { display: flex; gap: 10px; margin-top: 16px; padding: 16px 12px 2px; border-top: 1px solid rgba(255,255,255,.12); }
    .wht-site-header__mobile-socials a { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
    .wht-site-footer__inner { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
    .wht-container, .wht-site-header__inner, .wht-site-footer__inner, .wht-site-footer__legal-inner { width: min(calc(100% - 32px), var(--wht-container)); }
    .wht-site-header__inner { min-height: 82px; padding: 10px 16px; }
    .wht-site-header__brand { width: clamp(150px,46vw,205px); min-width: 0; }
    .wht-site-header__logo-image { max-height: 34px; }
    .wht-site-header__social { display: none; }
    .wht-site-footer__inner { grid-template-columns: 1fr; gap: 30px; padding: 48px 0 40px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.wht-hero {
    position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center;
    padding: 150px 0 96px; background: var(--wht-navy); color: #fff;
}
.wht-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,19,31,.98),rgba(4,19,31,.86) 48%,rgba(4,19,31,.2)); }
.wht-hero-media { position: absolute; inset: 0; }
.wht-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.wht-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.95fr) minmax(320px,.55fr); align-items: end; gap: 80px; }
.wht-hero-copy { max-width: 760px; }
.wht-hero h1 { margin-bottom: 26px; color: #fff; }
.wht-hero-lead { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem,1.5vw,1.27rem); line-height: 1.65; }
.wht-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-bottom: 26px; }
.wht-hero-note { color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 650; }
.wht-hero-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--wht-radius-lg); background: rgba(7,28,44,.76); backdrop-filter: blur(14px); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.wht-hero-card span { display: block; margin-bottom: 8px; color: var(--wht-gold); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wht-hero-card strong { display: block; margin-bottom: 10px; font-family: Georgia,serif; font-size: 1.55rem; line-height: 1.1; }
.wht-hero-card p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }

.wht-facts { background: #fff; border-bottom: 1px solid var(--wht-line); }
.wht-facts-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.wht-fact { padding: 30px 34px; border-right: 1px solid var(--wht-line); }
.wht-fact:last-child { border-right: 0; }
.wht-fact small { display: block; margin-bottom: 6px; color: var(--wht-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wht-fact strong { font-family: Georgia,serif; font-size: 1.24rem; }

.wht-section { padding: 96px 0; }
.wht-section--paper { background: var(--wht-paper); }
.wht-section--white { background: #fff; }
.wht-section--sage { background: var(--wht-sage); }
.wht-section--navy { background: var(--wht-navy); color: #fff; }
.wht-intro-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 90px; }
.wht-intro-copy { max-width: 680px; }
.wht-intro-copy p { color: var(--wht-muted); font-size: 1.08rem; line-height: 1.78; }
.wht-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.wht-step { padding: 30px; border: 1px solid var(--wht-line); border-radius: var(--wht-radius-md); background: #fff; }
.wht-step > span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 50%; background: var(--wht-sage); color: var(--wht-olive-dark); font-size: .72rem; font-weight: 800; }
.wht-step p, .wht-panel p, .wht-panel li { color: var(--wht-muted); }
.wht-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.wht-panel { padding: 38px; border: 1px solid var(--wht-line); border-radius: var(--wht-radius-lg); background: rgba(255,255,255,.7); }
.wht-panel ul { padding-left: 20px; }
.wht-faq-grid { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); gap: 80px; }
.wht-faq-list { border-top: 1px solid var(--wht-line); }
.wht-faq-list details { border-bottom: 1px solid var(--wht-line); }
.wht-faq-list summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.wht-faq-list summary::-webkit-details-marker { display: none; }
.wht-faq-list summary::after { content: "+"; font-size: 1.25rem; font-weight: 400; }
.wht-faq-list details[open] summary::after { content: "–"; }
.wht-faq-list details > div { padding: 0 0 22px; color: var(--wht-muted); }

.wht-form-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(480px,1.08fr); gap: 90px; align-items: start; }
.wht-form-intro { position: sticky; top: 30px; }
.wht-form-intro > p:not(.wht-eyebrow) { color: rgba(255,255,255,.72); }
.wht-form-card { padding: 38px; border-radius: var(--wht-radius-lg); background: #fff; color: var(--wht-ink); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.wht-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.wht-field--full { grid-column: 1/-1; }
.wht-field label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 800; }
.wht-field input, .wht-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(31,43,37,.22); border-radius: 8px; background: #fff; color: var(--wht-ink); }
.wht-field textarea { min-height: 126px; resize: vertical; }
.wht-field input[aria-invalid="true"], .wht-field textarea[aria-invalid="true"] { border-color: #a53030; }
.wht-field > p { min-height: 18px; margin: 5px 0 0; color: #9b2525; font-size: .72rem; }
.wht-privacy { display: flex !important; align-items: flex-start; gap: 10px; color: var(--wht-muted); }
.wht-privacy input { margin-top: 4px; }
.wht-form-status { grid-column: 1/-1; min-height: 24px; margin: 0; font-size: .82rem; font-weight: 700; }
.wht-form-status.is-error { color: #9b2525; }
.wht-form-status.is-success { color: #31531e; }
.wht-submit { grid-column: 1/-1; width: 100%; }
.wht-recaptcha-note { grid-column: 1/-1; margin: -8px 0 0; color: var(--wht-muted); font-size: .65rem; text-align: center; }
.wht-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wht-crosslinks { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.wht-crosslink-list { border-top: 1px solid var(--wht-line); }
.wht-crosslink-list a { display: flex; justify-content: space-between; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--wht-line); font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
    .wht-hero-grid, .wht-intro-grid, .wht-faq-grid, .wht-form-layout, .wht-crosslinks { grid-template-columns: 1fr; gap: 46px; }
    .wht-hero-card { max-width: 520px; }
    .wht-steps { grid-template-columns: 1fr; }
    .wht-form-intro { position: static; }
}
@media (max-width: 760px) {
    .wht-hero { min-height: auto; padding: 126px 0 72px; }
    .wht-hero::after { background: linear-gradient(180deg,rgba(4,19,31,.78),rgba(4,19,31,.97) 76%); }
    .wht-hero-grid { gap: 32px; }
    .wht-page h1 { font-size: clamp(3rem,15vw,4.4rem); }
    .wht-facts-grid { grid-template-columns: 1fr; }
    .wht-fact { border-right: 0; border-bottom: 1px solid var(--wht-line); padding: 22px 0; }
    .wht-section { padding: 70px 0; }
    .wht-split, .wht-form { grid-template-columns: 1fr; }
    .wht-field--full, .wht-form-status, .wht-submit, .wht-recaptcha-note { grid-column: auto; }
    .wht-form-card { padding: 24px; }
}


/* 1.1.0 visual and accessibility refinements */
.wht-section--navy h2,
.wht-section--navy h3 {
	color: #fffdf8;
}

.wht-form-intro {
	max-width: 520px;
}

.wht-form-card {
	width: 100%;
	max-width: 720px;
	justify-self: end;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.wht-field input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-height: 0;
	flex: 0 0 18px;
	margin: 2px 0 0;
	padding: 0;
	accent-color: var(--wht-olive);
}

.wht-privacy {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
	line-height: 1.45;
}

.wht-field > p[data-error-for] {
	min-height: 17px;
	margin-bottom: 0;
}

.wht-step,
.wht-panel {
	position: relative;
	overflow: hidden;
}

.wht-step::before,
.wht-panel::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--wht-gold), rgba(200, 169, 105, 0));
	content: "";
}

.wht-panel h2 {
	font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.wht-crosslink-list a {
	min-height: 74px;
	align-items: center;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	line-height: 1.25;
	transition:
		color 180ms ease,
		padding-left 180ms ease;
}

.wht-crosslink-list a:hover,
.wht-crosslink-list a:focus-visible {
	color: var(--wht-olive-dark);
	padding-left: 8px;
}

.wht-crosslink-list svg {
	display: block !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 12px !important;
	min-height: 12px !important;
	max-height: 12px !important;
	flex: 0 0 18px !important;
}

.wht-recaptcha-note {
	margin-top: -3px;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.wht-form-card {
		justify-self: stretch;
		max-width: none;
	}
}

@media (max-width: 760px) {
	.wht-crosslink-list a {
		min-height: 66px;
		font-size: 1rem;
	}

	.wht-panel h2 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}
}
