/*
Theme Name: Claritas Legal & Compliance
Theme URI: https://claritaslegalcompliance.co.uk
Author: Claritas Legal & Compliance
Author URI: https://claritaslegalcompliance.co.uk
Description: A custom block theme for Claritas Legal & Compliance, built for specialist recruitment compliance and employment consultancy services.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: claritas-legal-compliance
*/

:root {
  --navy: #0B1F3A;
  --navy-2: #132B4D;
  --gold: #C6A15B;
  --gold-dark: #9F7E3E;
  --white: #FFFFFF;
  --off: #F7F5F0;
  --warm: #EFE8DD;
  --charcoal: #222222;
  --grey: #6B7280;
  --line: rgba(16, 35, 63, .12);
  --shadow: 0 16px 42px rgba(16, 35, 63, .08);
}

body {
  margin: 0;
  color: var(--charcoal);
  background: #FDFCF9;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

a { color: inherit; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: auto;
  image-rendering: auto;
}

.brand-logo-header {
  width: 178px;
  max-width: 42vw;
}

.brand-logo-footer {
  width: 220px;
  max-width: 58vw;
}

.nav-menu {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 650;
  flex-wrap: wrap;
}

.nav-menu a {
  text-decoration: none;
  padding: 26px 0 24px;
  border-bottom: 3px solid transparent;
}

.nav-menu a:hover {
  border-bottom-color: var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  line-height: 1.2;
}

.button-gold {
  background: var(--gold);
  color: var(--navy);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .7);
}

.button-navy {
  background: var(--navy);
  color: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.centre { justify-content: center; }

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4.7vw, 4.6rem);
}

h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
}

h3 { font-size: 1.2rem; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.lead { font-size: 1.2rem; }

.hero,
.page-hero,
.navy-band,
.cta-strip {
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 86px;
  background: linear-gradient(135deg, #F8F6F1 0%, #FFFFFF 54%, #EFE8DD 100%);
  color: var(--charcoal);
}

.hero-grid,
.two-col,
.content-grid,
.cta-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}

.page-hero h1,
.navy-band h2,
.cta-strip h2,
.hero-panel h2 {
  color: var(--white);
}

.page-hero p,
.navy-band p,
.cta-strip p {
  color: rgba(255, 255, 255, .84);
}

.hero h1,
.hero h2 {
  color: var(--navy);
}

.hero p {
  color: var(--grey);
}

.hero .lead {
  color: #384252;
}

.hero .button-outline {
  color: var(--navy);
  border-color: rgba(16, 35, 63, .24);
  background: rgba(255, 255, 255, .6);
}

.hero-panel {
  padding: 34px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.hero-profile,
.portrait-card {
  position: relative;
}

.hero-profile {
  align-self: stretch;
  min-height: 560px;
}

.hero-profile img,
.portrait-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-profile img {
  min-height: 560px;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 35, 63, .16);
}

.hero-profile-caption {
  position: absolute;
  left: -34px;
  right: 34px;
  bottom: 34px;
  padding: 26px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(16, 35, 63, .12);
  box-shadow: var(--shadow);
}

.hero-profile-caption p:last-child {
  margin-bottom: 0;
}

.panel-topline {
  width: 90px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 24px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.metric-grid div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(16, 35, 63, .12);
  background: rgba(255, 255, 255, .72);
}

.metric-grid strong {
  display: block;
  color: var(--gold);
  font-size: 1.25rem;
}

.section,
.content-section {
  padding: 86px 0;
}

.offwhite,
.content-section:nth-of-type(even) {
  background: var(--off);
}

.insight-strip {
  background: var(--navy);
  color: var(--white);
  padding: 58px 0;
}

.insight-strip h2,
.insight-strip p {
  color: var(--white);
}

.insight-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
}

.insight-strip .metric-grid {
  margin-top: 0;
}

.insight-strip .metric-grid div {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
}

.flow > * + * { margin-top: 16px; }
.flow p { margin-bottom: 0; }

.split-lists,
.card-grid,
.package-grid,
.feature-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.split-lists {
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  background: var(--gold);
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.question-grid p {
  margin: 0;
  padding: 16px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, .08);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-card,
.package-card,
.feature-card,
.pricing-card,
.plain-card,
.testimonial-grid blockquote,
.form-card,
.insight-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
  border-radius: 8px;
}

.service-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
}

.feature-card,
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card {
  border-top: 4px solid var(--gold);
  min-height: 360px;
}

.feature-card .button,
.pricing-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.pricing-card {
  min-height: 100%;
}

.pricing-card.recommended {
  border-color: rgba(198, 161, 91, .55);
  box-shadow: 0 22px 52px rgba(11, 31, 58, .14);
  transform: translateY(-8px);
}

.badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--gold);
  color: var(--navy);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pricing-card h4 {
  margin-top: 8px;
}

.pricing-card .muted-list {
  margin-bottom: 22px;
}

.muted-list li {
  color: var(--grey);
}

.service-card p,
.package-card p,
.feature-card p,
.pricing-card p,
.plain-card p,
.insight-card p {
  color: var(--grey);
}

.service-card a {
  margin-top: auto;
  color: var(--navy);
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.insight-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: var(--white);
  min-height: 220px;
}

.insight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--gold);
  pointer-events: none;
}

.insight-card span,
.insight-card .eyebrow,
.insight-card .wp-block-post-terms {
  display: inline-block;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.insight-card h3,
.insight-card h3 a,
.insight-card .wp-block-post-title,
.insight-card .wp-block-post-title a {
  color: var(--white);
  text-decoration: none;
}

.insight-card p,
.insight-card .wp-block-post-excerpt {
  color: rgba(255, 255, 255, .82);
}

.icon-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: var(--off);
  color: #a88445;
  border: 1px solid rgba(198, 161, 91, .45);
  font-weight: 900;
}

.testimonial-grid blockquote {
  margin: 0;
  color: var(--grey);
  font-style: italic;
}

.page-hero {
  padding: 82px 0 58px;
  background: var(--navy);
}

.page-hero p {
  max-width: 790px;
  font-size: 1.15rem;
}

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

.content-grid {
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
}

.note {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: var(--off);
  color: var(--navy);
  font-weight: 800;
}

.price {
  display: inline-block;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 900;
}

.cta-strip { padding: 58px 0; }

.navy-band,
.cta-strip {
  background: var(--navy);
}

.profile-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: center;
}

.portrait-card {
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--warm);
  box-shadow: var(--shadow);
}

.profile-section .flow {
  max-width: 720px;
}

.visual-band {
  padding: 14px 0;
  background: var(--off);
  border-bottom: 1px solid var(--line);
}

.visual-band .wrap {
  width: min(100% - 44px, 1120px);
  margin-inline: auto;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.visual-grid img {
  display: block;
  width: 100%;
  height: clamp(112px, 12vw, 156px);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(198, 161, 91, .38);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-grid-single {
  grid-template-columns: 1fr;
}

.visual-grid-single img {
  height: clamp(112px, 12vw, 156px);
}

.internal-service-page > .content-section,
.internal-service-page > .section:not(.cta-strip):not(.navy-band) {
  padding: clamp(54px, 6vw, 72px) 0;
}

.internal-service-page > .visual-band + .content-section {
  padding-top: clamp(48px, 5vw, 64px);
}

.internal-service-page .section-head {
  margin-bottom: 28px;
}

.internal-service-page .service-card {
  min-height: 0;
}

.internal-service-page .service-card a {
  margin-top: 22px;
}

.internal-service-page .feature-card .button,
.internal-service-page .pricing-card .button {
  margin-top: auto;
}

.internal-service-page .feature-card .price {
  margin-bottom: 14px;
}

.internal-service-page > .cta-strip:last-child {
  margin-bottom: 0;
}

.campaign-page {
  background: #fdfcf9;
}

.campaign-hero {
  color: var(--white);
  background: var(--navy);
  padding: clamp(70px, 8vw, 108px) 0;
  overflow: hidden;
}

.campaign-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.campaign-hero-copy {
  max-width: 710px;
}

.campaign-hero h1 {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.04;
  max-width: 760px;
}

.campaign-hero p {
  color: rgba(255, 255, 255, .86);
}

.campaign-offer {
  display: inline-block;
  margin: 24px 0 10px;
  padding: 9px 14px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, .08);
  color: var(--white) !important;
  font-weight: 900;
}

.campaign-visual {
  min-height: clamp(330px, 36vw, 520px);
  display: grid;
  align-items: end;
  padding: 24px;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(11, 31, 58, .06), rgba(11, 31, 58, .66)),
    url("assets/claritas-free-check-in-mailshot.png") 70% 26% / cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}

.campaign-visual-panel {
  max-width: 360px;
  padding: 22px;
  background: rgba(11, 31, 58, .84);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
}

.campaign-visual-panel h2 {
  color: var(--white);
  font-size: 1.25rem;
}

.campaign-quick-cards .card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.campaign-boundary {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(198, 161, 91, .35);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: var(--off);
  box-shadow: var(--shadow);
}

.campaign-booking {
  scroll-margin-top: 90px;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.booking-placeholder {
  padding: 8px;
  border: 1px solid rgba(198, 161, 91, .55);
  border-radius: 8px;
  background: var(--white);
  color: var(--white);
  overflow: hidden;
}

.booking-placeholder .calendly-inline-widget {
  width: 100%;
  border-radius: 6px;
}

.campaign-contact-strip {
  padding: 48px 0;
}

.campaign-important {
  padding-top: 46px;
}

.campaign-important .note {
  font-weight: 500;
}

.campaign-mini-cta,
.campaign-inline-cta {
  background: var(--off);
  border-block: 1px solid var(--line);
}

.campaign-mini-cta {
  padding: 18px 0;
}

.campaign-mini-inner,
.campaign-inline-cta .cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.campaign-mini-inner p,
.campaign-inline-cta p {
  margin: 0;
}

.campaign-inline-cta {
  padding: 32px 0;
}

.campaign-inline-cta h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.nav-cta {
  min-height: 42px;
  padding-inline: 22px;
  box-shadow: 0 10px 24px rgba(198, 161, 91, .18);
}

.campaign-page-refined {
  background: #fbf8f1;
  color: var(--navy);
}

.campaign-page-refined .wrap {
  width: min(100% - 56px, 1400px);
}

.campaign-hero-refined {
  display: grid;
  grid-template-columns: minmax(360px, .53fr) minmax(420px, .47fr);
  min-height: clamp(460px, 42vw, 560px);
  background: var(--navy);
  border-bottom: 1px solid rgba(198, 161, 91, .5);
}

.campaign-hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  padding: clamp(48px, 6vw, 76px) clamp(30px, 6vw, 86px);
  color: var(--white);
  background: linear-gradient(135deg, #06182d 0%, #0b1f3a 76%, transparent 76%);
}

.campaign-hero-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 3px;
  height: 100%;
  background: var(--gold);
  transform: skewX(-13deg);
  transform-origin: top;
}

.campaign-hero-copy {
  max-width: 650px;
}

.campaign-hero-copy .eyebrow {
  color: var(--gold);
  font-weight: 900;
}

.campaign-hero-refined h1 {
  margin-top: 10px;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.04;
  max-width: 680px;
}

.campaign-hero-refined h1 em {
  color: var(--gold);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.campaign-hero-refined p {
  color: rgba(255, 255, 255, .9);
}

.campaign-hero-refined .campaign-offer {
  display: block;
  margin: 24px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold) !important;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.25;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.campaign-hero-refined .button-row {
  margin-top: 24px;
}

.campaign-photo {
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, .04), rgba(11, 31, 58, 0)),
    url("assets/claritas-check-in-page-reference.png") 82% 18% / 148% auto no-repeat;
}

.campaign-proof-strip {
  background: #fffdfa;
  border-bottom: 1px solid rgba(198, 161, 91, .45);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.proof-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 28px;
  border-right: 1px solid rgba(198, 161, 91, .42);
}

.proof-grid > div:last-child {
  border-right: 0;
}

.proof-grid p {
  margin: 0;
  color: var(--navy);
  line-height: 1.45;
}

.proof-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
  font-size: .82rem;
}

.campaign-main-panel {
  padding: 28px 0;
  background: #fbf8f1;
  border-bottom: 1px solid rgba(198, 161, 91, .42);
  scroll-margin-top: 92px;
}

.campaign-main-grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(480px, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.booking-card {
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(11, 31, 58, .16);
}

.booking-card h2 {
  color: var(--gold);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: .03em;
}

.booking-card p {
  color: rgba(255, 255, 255, .9);
}

.booking-card-copy {
  margin-bottom: 14px;
}

.booking-card .booking-placeholder {
  padding: 0;
  border: 1px solid rgba(198, 161, 91, .42);
  background: var(--white);
}

.booking-card .calendly-inline-widget {
  min-height: 430px !important;
  height: 430px !important;
}

.booking-note {
  position: relative;
  margin-top: 12px;
  padding-left: 28px;
  font-size: .84rem;
  line-height: 1.45;
}

.booking-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
}

.campaign-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  padding: 18px 0 18px 28px;
  border-left: 1px solid rgba(198, 161, 91, .48);
}

.campaign-list-block {
  padding: 8px 20px;
  border-right: 1px solid rgba(198, 161, 91, .42);
}

.campaign-list-block:last-child {
  border-right: 0;
}

.campaign-list-block h2 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  text-transform: uppercase;
  letter-spacing: .02em;
}

.gold-check-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.gold-check-list li {
  position: relative;
  padding-left: 32px;
  line-height: 1.42;
}

.gold-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .05em;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  font-size: .78rem;
  font-weight: 900;
}

.campaign-next-steps {
  padding: 24px 0 28px;
  background: #fffdfa;
  border-bottom: 1px solid rgba(198, 161, 91, .42);
}

.next-steps-grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.next-step-intro,
.next-step-card {
  padding: 14px 18px;
  border-right: 1px solid rgba(198, 161, 91, .42);
}

.next-step-card:last-child {
  border-right: 0;
}

.next-step-intro h2,
.next-step-card h3 {
  font-size: clamp(1.02rem, 1.4vw, 1.24rem);
}

.next-step-intro p,
.next-step-card p {
  margin-top: 8px;
  font-size: .94rem;
  line-height: 1.5;
}

.next-step-card .button,
.next-step-card .price {
  margin-top: 12px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: .82rem;
  text-transform: uppercase;
}

.campaign-important-slim {
  padding: 18px 0;
  background: #fbf8f1;
}

.important-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.important-grid h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.important-grid p {
  margin: 4px 0 0;
  font-size: .82rem;
  line-height: 1.45;
}

.button-light-outline {
  color: var(--navy);
  border-color: rgba(11, 31, 58, .42);
}

.home-campaign-panel {
  padding: 26px 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy) 62%, var(--off) 62%);
  color: var(--white);
}

.home-campaign-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 8px;
  background: rgba(11, 31, 58, .72);
}

.home-campaign-inner h2,
.home-campaign-inner p {
  color: var(--white);
}

.home-campaign-inner .eyebrow {
  color: var(--gold);
}

.credentials-grid,
.mock-form {
  display: grid;
  gap: 10px;
}

.credentials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  list-style: none;
  padding: 0;
}

.credentials-grid li,
.mock-form span {
  border: 1px solid var(--line);
  background: var(--off);
  color: var(--navy);
  padding: 14px 16px;
  font-weight: 750;
  line-height: 1.35;
  border-radius: 8px;
}

.credentials-grid li {
  margin: 0;
}

.mock-form {
  margin: 18px 0;
}

.mock-form span {
  min-height: 44px;
  color: var(--grey);
  font-weight: 600;
}

.small-text {
  font-size: .92rem;
}

.article-wrap {
  max-width: 820px;
}

.insight-help {
  margin-top: 42px;
}

.wp-block-query .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.wp-block-post-date {
  color: rgba(255, 255, 255, .76);
}

.cta-inner {
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-field.full { grid-column: 1 / -1; }

.contact-intro {
  padding-bottom: 48px;
}

.contact-page .page-hero {
  padding: 76px 0 50px;
}

.contact-page .contact-intro {
  padding: 56px 0 30px;
  border-bottom: 0;
}

.contact-page .contact-section {
  padding-top: 38px;
}

.contact-intro .wrap {
  max-width: 860px;
}

.contact-grid {
  display: grid !important;
  grid-template-columns: minmax(270px, .37fr) minmax(0, .63fr);
  gap: 36px;
  align-items: start !important;
}

.contact-grid > * {
  margin-block-start: 0 !important;
}

.contact-left-panel {
  display: grid;
  gap: 18px;
  align-self: start;
}

.contact-info-card,
.contact-form-card {
  align-self: start !important;
}

.contact-info-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(11, 31, 58, .07);
  padding: 28px;
  border-radius: 8px;
}

.contact-info-card h2 {
  font-size: 1.25rem;
  margin-top: 26px;
}

.contact-info-card h2:first-child {
  margin-top: 0;
}

.contact-info-card p {
  margin-top: 10px;
}

.contact-confidentiality {
  border-left: 3px solid var(--gold);
  background: rgba(198, 161, 91, .08);
  padding: 18px 20px;
}

.contact-form-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(198, 161, 91, .36);
  box-shadow: 0 18px 44px rgba(11, 31, 58, .10);
  padding: 32px;
}

.contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--gold);
  border-radius: 8px 8px 0 0;
}

.contact-form-card .wpforms-container {
  margin: 0 !important;
}

.contact-form-card .wpforms-field {
  padding: 6px 0 !important;
}

.contact-form-card .wpforms-field-label {
  margin-bottom: 5px !important;
  color: var(--navy);
  font-weight: 800;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  min-height: 42px;
  border-color: rgba(11, 31, 58, .22);
}

.contact-form-card textarea {
  min-height: 120px;
}

.contact-form-card .wpforms-submit-container {
  padding-top: 12px !important;
}

.contact-form-card button[type="submit"],
.contact-form-card .wpforms-submit {
  background: var(--navy) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--white) !important;
  font-weight: 800 !important;
  padding: 12px 22px !important;
}

.contact-form-card button[type="submit"]:hover,
.contact-form-card .wpforms-submit:hover {
  background: var(--gold-dark) !important;
}

.contact-policy-links {
  margin-top: 10px;
}

.contact-form-guidance {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

label {
  display: block;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(11, 31, 58, .25);
  border-radius: 4px;
  padding: 11px 12px;
  font: inherit;
  background: var(--white);
}

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

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, .78);
  padding: 46px 0 28px;
  margin-top: 0;
}

main {
  margin-bottom: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 10px 22px;
}

.footer-links a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}

.footer-links a:hover { color: var(--gold); }

.disclaimer {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: .86rem;
}

@media (max-width: 1020px) {
  .nav {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    justify-self: stretch;
    align-items: flex-start;
    gap: 12px 18px;
  }

  .nav-cta { justify-self: start; }

  .hero-grid,
  .two-col,
  .campaign-hero-grid,
  .booking-grid,
  .content-grid,
  .insight-grid,
  .profile-section,
  .contact-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    align-items: start !important;
  }

  .contact-left-panel {
    display: contents;
  }

  .contact-info-card {
    order: 1;
  }

  .contact-form-card {
    order: 2;
  }

  .contact-confidentiality {
    order: 3;
  }

  .hero-profile {
    min-height: 0;
  }

  .hero-profile img {
    min-height: 460px;
  }

  .hero-profile-caption {
    left: 24px;
    right: 24px;
  }

  .card-grid,
  .package-grid,
.feature-grid,
.pricing-grid,
  .campaign-quick-cards .card-grid,
  .testimonial-grid,
  .wp-block-query .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-card.recommended {
    transform: none;
  }

  .visual-grid img,
  .visual-grid-single img {
    height: clamp(108px, 18vw, 142px);
  }

  .campaign-hero-refined,
  .campaign-main-grid,
  .next-steps-grid,
  .important-grid {
    grid-template-columns: 1fr;
  }

  .campaign-hero-panel {
    background: var(--navy);
  }

  .campaign-hero-panel::after {
    display: none;
  }

  .campaign-photo {
    min-height: 360px;
    background-size: 150% auto;
    background-position: 82% 14%;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campaign-main-grid {
    gap: 22px;
  }

  .campaign-lists {
    padding: 0;
    border-left: 0;
  }

  .next-step-intro,
  .next-step-card {
    border-right: 0;
    border-bottom: 1px solid rgba(198, 161, 91, .42);
  }

  .important-grid {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .hero { padding: 64px 0 54px; }
  .section,
  .content-section { padding: 54px 0; }

  .visual-band {
    padding: 10px 0;
  }

  .visual-band .wrap {
    width: min(100% - 28px, 1120px);
  }

  .visual-grid img,
  .visual-grid-single img {
    height: 112px;
  }

  .internal-service-page > .content-section,
  .internal-service-page > .section:not(.cta-strip):not(.navy-band) {
    padding: 46px 0;
  }

  .contact-page .page-hero {
    padding: 58px 0 42px;
  }

  .contact-page .contact-intro {
    padding: 42px 0 22px;
  }

  .contact-page .contact-section {
    padding-top: 30px;
  }

  .hero-profile img,
  .portrait-card {
    min-height: 380px;
  }

  .hero-profile-caption {
    position: static;
    margin-top: 18px;
  }

  .split-lists,
  .question-grid,
  .card-grid,
  .package-grid,
.feature-grid,
.pricing-grid,
  .campaign-quick-cards .card-grid,
  .testimonial-grid,
  .credentials-grid,
  .visual-grid,
  .footer-grid,
  .form-grid,
  .metric-grid,
  .insight-grid,
  .profile-section,
  .campaign-hero-grid,
  .booking-grid,
  .contact-grid,
  .wp-block-query .card-grid {
    grid-template-columns: 1fr;
  }

  .campaign-hero {
    padding: 56px 0;
  }

  .campaign-page-refined .wrap {
    width: min(100% - 28px, 1400px);
  }

  .campaign-hero-refined {
    min-height: 0;
  }

  .campaign-hero-panel {
    padding: 44px 24px;
  }

  .campaign-hero-refined h1 {
    font-size: clamp(2.18rem, 12vw, 3.4rem);
  }

  .campaign-visual {
    min-height: 320px;
  }

  .campaign-photo {
    min-height: 260px;
    background-size: 165% auto;
    background-position: 78% 12%;
  }

  .proof-grid,
  .campaign-lists,
  .home-campaign-inner {
    grid-template-columns: 1fr;
  }

  .proof-grid > div,
  .campaign-list-block {
    border-right: 0;
    border-bottom: 1px solid rgba(198, 161, 91, .35);
  }

  .proof-grid > div {
    padding: 14px 0;
  }

  .campaign-main-panel,
  .campaign-next-steps {
    padding: 22px 0;
  }

  .booking-card {
    padding: 20px;
  }

  .booking-card .calendly-inline-widget {
    min-height: 620px !important;
    height: 620px !important;
  }

  .campaign-lists {
    gap: 0;
  }

  .campaign-list-block {
    padding: 22px 0;
  }

  .home-campaign-panel {
    background: var(--navy);
  }

  .home-campaign-inner {
    padding: 22px;
  }

  .campaign-mini-inner,
  .campaign-inline-cta .cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .campaign-contact-strip .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .hero-profile-caption,
  .service-card,
  .package-card,
  .feature-card,
  .pricing-card,
  .plain-card,
  .form-card {
    padding: 22px;
  }
}

/* Check-in campaign page: built to mirror the approved launch-offer visual. */
.site-header {
  background: #06182d;
  border-bottom: 1px solid rgba(198, 161, 91, .18);
  backdrop-filter: none;
}

.site-header .wrap {
  width: min(100% - 48px, 1440px);
}

.nav {
  min-height: 76px;
  gap: 24px;
}

.brand-logo-header {
  width: 282px;
  max-width: 30vw;
}

.nav-menu {
  gap: 28px;
  color: var(--white);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.nav-menu a {
  padding: 30px 0 27px;
}

.nav-menu a:hover {
  border-bottom-color: transparent;
  color: var(--gold);
}

.nav-menu .has-subnav::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateY(-3px) rotate(45deg);
}

.nav-cta {
  min-width: 174px;
  min-height: 40px;
  border-radius: 4px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #f1bb54, #d79b34);
  color: #06182d;
  box-shadow: none;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .02em;
}

.campaign-page-exact {
  background: #fbf7ee;
  color: #06182d;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.35;
}

.checkin-hero {
  display: grid;
  grid-template-columns: minmax(520px, 44fr) minmax(640px, 56fr);
  min-height: 428px;
  overflow: hidden;
  background: #06182d;
  border-bottom: 1px solid rgba(198, 161, 91, .58);
}

.checkin-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 150px 34px clamp(42px, 5.6vw, 84px);
  margin-right: -110px;
  color: var(--white);
  background: radial-gradient(circle at 12% 18%, rgba(19, 43, 77, .98), #06182d 62%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
}

.checkin-hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 108px;
  width: 3px;
  height: 110%;
  background: #dca33f;
  transform: skewX(-14deg);
  transform-origin: top;
}

.checkin-eyebrow {
  width: max-content;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dca33f;
  color: #f1bb54;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.checkin-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 4.25vw, 4.85rem);
  font-weight: 500;
  line-height: .98;
}

.checkin-hero h1 span {
  display: block;
  color: #f1bb54;
  font-style: italic;
  font-weight: 400;
}

.checkin-offer {
  margin: 18px 0 6px;
  color: #f1bb54;
  font-size: clamp(1.28rem, 1.8vw, 1.78rem);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.checkin-subcopy,
.checkin-smallcopy {
  max-width: 560px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: .98rem;
}

.checkin-smallcopy {
  font-size: .92rem;
}

.checkin-smallcopy strong {
  color: #f1bb54;
}

.checkin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 20px;
}

.checkin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.checkin-button-gold {
  background: linear-gradient(180deg, #f3bf59, #dca33f);
  color: #06182d;
}

.checkin-button-outline {
  min-width: 220px;
  border: 1px solid #dca33f;
  color: var(--white);
  background: rgba(6, 24, 45, .24);
}

.checkin-button-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.checkin-calendar-icon {
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-calendar-icon::before,
.checkin-calendar-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.checkin-calendar-icon::before {
  left: 2px;
  right: 2px;
  top: 5px;
  height: 2px;
}

.checkin-calendar-icon::after {
  left: 4px;
  top: -4px;
  width: 2px;
  height: 6px;
  box-shadow: 8px 0 0 currentColor;
}

.checkin-phone-icon {
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(38deg);
}

.checkin-hero-image {
  min-height: 428px;
  background:
    linear-gradient(90deg, rgba(6, 24, 45, .18), rgba(6, 24, 45, 0) 24%),
    url("assets/claritas-check-in-hero-crop.jpg") center center / cover no-repeat;
}

.checkin-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1408px;
  margin: 0 auto;
  background: #fffaf1;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
}

.checkin-proof-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 38px;
  border-right: 1px solid rgba(198, 161, 91, .42);
}

.checkin-proof-item:last-child {
  border-right: 0;
}

.checkin-circle,
.checkin-mini-icon,
.checkin-service-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #06182d;
  color: #f1bb54;
  font-weight: 900;
}

.checkin-circle {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
}

.checkin-proof p {
  margin: 0;
  color: #06182d;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
}

.checkin-booking-row {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(640px, 1fr);
  gap: 44px;
  max-width: 1408px;
  margin: 0 auto;
  padding: 22px 24px 24px;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
  background: #fbf7ee;
  scroll-margin-top: 92px;
}

.checkin-booking-card {
  padding: 20px 24px 16px;
  border-radius: 4px;
  background: #06182d;
  color: var(--white);
  box-shadow: 0 14px 30px rgba(6, 24, 45, .14);
}

.checkin-booking-card h2 {
  margin: 0 0 8px;
  color: #f1bb54;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.checkin-booking-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .94);
  font-size: .88rem;
  line-height: 1.45;
}

.checkin-calendly {
  overflow: hidden;
  border: 1px solid rgba(198, 161, 91, .45);
  border-radius: 4px;
  background: var(--white);
}

.checkin-calendly .calendly-inline-widget {
  min-height: 442px !important;
  height: 442px !important;
}

.checkin-note {
  position: relative;
  margin: 12px 0 0 !important;
  padding-left: 28px;
  font-size: .76rem !important;
}

.checkin-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  color: var(--white);
  font-weight: 900;
}

.checkin-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0;
}

.checkin-topic {
  position: relative;
  padding: 8px 34px 8px 42px;
  border-left: 1px solid rgba(198, 161, 91, .46);
}

.checkin-mini-icon {
  position: absolute;
  left: 28px;
  top: 4px;
  width: 32px;
  height: 32px;
  background: rgba(241, 187, 84, .17);
  color: #dca33f;
  font-size: 0;
}

.checkin-mini-icon::before {
  content: "";
  width: 14px;
  height: 17px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.checkin-mini-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.checkin-topic h2 {
  margin: 4px 0 20px 44px;
  color: #06182d;
  font-size: 1.12rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkin-topic ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkin-topic li {
  position: relative;
  padding-left: 34px;
  color: #06182d;
  font-size: .99rem;
  line-height: 1.32;
}

.checkin-topic li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #d7a449;
  color: var(--white);
  font-size: .76rem;
  font-weight: 950;
}

.checkin-next-row {
  display: grid;
  grid-template-columns: .94fr 1.05fr 1.05fr 1.05fr;
  gap: 0;
  max-width: 1408px;
  margin: 0 auto;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(198, 161, 91, .55);
  background: #fffaf1;
}

.checkin-help,
.checkin-service {
  position: relative;
  min-height: 126px;
  padding: 4px 28px;
  border-right: 1px solid rgba(198, 161, 91, .48);
}

.checkin-service:last-child {
  border-right: 0;
}

.checkin-help h2,
.checkin-service h3 {
  margin: 0 0 8px;
  color: #06182d;
  font-size: .94rem;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.25;
}

.checkin-help h2 {
  text-transform: uppercase;
}

.checkin-help p,
.checkin-service p {
  margin: 0;
  color: #06182d;
  font-size: .86rem;
  line-height: 1.42;
}

.checkin-service {
  padding-left: 82px;
}

.checkin-service-icon {
  position: absolute;
  left: 24px;
  top: 4px;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, .82);
  font-size: 1.18rem;
}

.checkin-price,
.checkin-service a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 12px !important;
  padding: 8px 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, #edb64f, #d7a449);
  color: #06182d;
  font-size: .78rem !important;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.checkin-important {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 20px;
  align-items: center;
  max-width: 1408px;
  margin: 0 auto;
  padding: 18px 24px 20px;
  background: #fbf7ee;
}

.checkin-shield {
  color: #d7a449;
  font-size: 3rem;
  line-height: 1;
}

.checkin-important h2 {
  margin: 0 0 4px;
  color: #06182d;
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.checkin-important p {
  margin: 0;
  color: #06182d;
  font-size: .76rem;
  line-height: 1.35;
}

.checkin-important a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(6, 24, 45, .45);
  border-radius: 4px;
  color: #06182d;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .site-header .wrap {
    width: min(100% - 32px, 1120px);
  }

  .nav {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .brand-logo-header {
    max-width: 360px;
  }

  .nav-menu {
    justify-self: start;
    gap: 18px;
  }

  .nav-menu a {
    padding: 4px 0;
  }

  .checkin-hero,
  .checkin-booking-row,
  .checkin-next-row,
  .checkin-important {
    grid-template-columns: 1fr;
  }

  .checkin-hero-copy {
    margin-right: 0;
    padding: 48px 32px;
    clip-path: none;
  }

  .checkin-hero-copy::after {
    display: none;
  }

  .checkin-hero-image {
    min-height: 340px;
  }

  .checkin-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkin-topic-grid {
    grid-template-columns: 1fr;
  }

  .checkin-topic,
  .checkin-help,
  .checkin-service {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(198, 161, 91, .42);
  }
}

@media (max-width: 720px) {
  .brand-logo-header {
    width: 244px;
    max-width: 76vw;
  }

  .nav-menu {
    font-size: .72rem;
  }

  .nav-cta {
    justify-self: start;
  }

  .checkin-hero {
    min-height: 0;
  }

  .checkin-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .checkin-actions,
  .checkin-button {
    width: 100%;
  }

  .checkin-proof,
  .checkin-topic-grid {
    grid-template-columns: 1fr;
  }

  .checkin-proof-item {
    padding: 16px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 161, 91, .36);
  }

  .checkin-booking-row,
  .checkin-next-row,
  .checkin-important {
    padding-inline: 16px;
  }

  .checkin-topic {
    padding: 18px 4px 18px 40px;
  }

  .checkin-mini-icon {
    left: 0;
    top: 18px;
  }

  .checkin-topic h2 {
    margin-left: 0;
    padding-left: 42px;
  }

  .checkin-calendly .calendly-inline-widget {
    min-height: 620px !important;
    height: 620px !important;
  }

  .checkin-important {
    gap: 12px;
  }

  .checkin-important a {
    justify-content: center;
    white-space: normal;
  }
}

/* Keep the global header on standard site pages in the original theme style.
   The campaign page re-applies its dark header through assets/free-check-in.css. */
.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-header .wrap {
  width: min(1120px, calc(100% - 40px));
}

.nav {
  min-height: 76px;
  gap: 18px;
}

.brand-logo-header {
  width: 178px;
  max-width: 42vw;
}

.nav-menu {
  gap: 18px;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.nav-menu a {
  padding: 26px 0 24px;
}

.nav-menu a:hover {
  border-bottom-color: var(--gold);
  color: var(--navy);
}

.nav-menu .has-subnav::after {
  display: none;
}

.nav-cta {
  min-width: 0;
  min-height: 42px;
  border-radius: 999px;
  padding: 12px 22px;
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(198, 161, 91, .18);
  text-transform: none;
  font-size: inherit;
  letter-spacing: 0;
}
