:root {
  --cream: #f8f2e8;
  --paper: #fffaf2;
  --ink: #111827;
  --muted: #62605b;
  --honey: #b58d43;
  --gold: #d8a326;
  --sage: #7d8f76;
  --sky: #edf4f6;
  --line: #e5d9c8;
  --shadow: 0 22px 70px rgba(28, 24, 17, 0.08);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(181, 141, 67, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(181, 141, 67, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 68%);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(248, 242, 232, 0.88);
  border-bottom: 1px solid rgba(229, 217, 200, 0.7);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.form-actions {
  display: flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: 50% 35%;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.nav-links {
  justify-self: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.92rem;
}

.language-switcher {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(229, 217, 200, 0.9);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.62);
}

.language-switcher button {
  min-width: 38px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--honey);
}

.button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ink);
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--honey);
  color: var(--honey);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(32px, 7vw, 92px);
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 80px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(181, 141, 67, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(181, 141, 67, 0.09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image:
    linear-gradient(90deg, transparent 0 24%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.52) 68%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(to bottom, transparent 0, black 8%, black 90%, transparent 100%);
  opacity: 0.72;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.field-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 141, 67, 0.16), rgba(125, 143, 118, 0.11), transparent);
  transform-origin: center;
}

.field-line-one {
  top: 27%;
  right: -8%;
  width: 63%;
  transform: rotate(-6deg);
}

.field-line-two {
  top: 48%;
  right: 18%;
  width: 48%;
  transform: rotate(-2deg);
}

.field-line-three {
  right: -12%;
  bottom: 22%;
  width: 62%;
  transform: rotate(7deg);
}

.field-honey {
  position: absolute;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 163, 38, 0.2);
  background: rgba(216, 163, 38, 0.08);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.field-honey-one {
  top: 20%;
  right: 39%;
}

.field-honey-two {
  top: 56%;
  right: 46%;
  width: 28px;
}

.field-honey-three {
  right: 8%;
  bottom: 15%;
}

.field-honey-four {
  right: 13%;
  bottom: 20%;
  width: 26px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--honey);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8.5vw, 8.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 5vw, 5rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.hero-text {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.hero-actions,
.form-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 560px;
  align-content: center;
  justify-items: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 78% 24%, rgba(216, 163, 38, 0.16), transparent 10%),
    radial-gradient(circle at 18% 74%, rgba(125, 143, 118, 0.12), transparent 12%),
    radial-gradient(circle at 50% 50%, rgba(216, 163, 38, 0.11), transparent 22%),
    linear-gradient(135deg, rgba(125, 143, 118, 0.06), transparent 42%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.38), rgba(237, 244, 246, 0.44));
  border: 1px solid rgba(125, 143, 118, 0.1);
  border-radius: 42px;
  box-shadow: 0 34px 90px rgba(28, 24, 17, 0.045);
  overflow: hidden;
  isolation: isolate;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(125, 143, 118, 0.09);
  border-radius: 36px;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 36px 42px auto;
  height: 70%;
  background:
    radial-gradient(120% 26% at 14% 10%, transparent 48%, rgba(125, 143, 118, 0.12) 50%, transparent 52%),
    radial-gradient(120% 26% at 50% 13%, transparent 48%, rgba(125, 143, 118, 0.1) 50%, transparent 52%),
    radial-gradient(120% 26% at 86% 10%, transparent 48%, rgba(125, 143, 118, 0.1) 50%, transparent 52%),
    radial-gradient(90% 18% at 18% 90%, transparent 48%, rgba(125, 143, 118, 0.09) 50%, transparent 52%),
    radial-gradient(90% 18% at 74% 88%, transparent 48%, rgba(125, 143, 118, 0.08) 50%, transparent 52%);
  opacity: 0.5;
}

.hero-brand-card::before {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 250, 242, 0.58) 42% 52%, transparent 52%),
    linear-gradient(90deg, rgba(181, 141, 67, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(181, 141, 67, 0.04) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
}

.hero-brand-card {
  text-align: center;
}

.hero-logo-lockup {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(72vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(229, 217, 200, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 250, 242, 0.96), rgba(248, 242, 232, 0.66));
  box-shadow: 0 26px 70px rgba(28, 24, 17, 0.08);
  overflow: hidden;
  animation: logoFloat 7s ease-in-out infinite;
}

.hero-logo-lockup::before,
.hero-logo-lockup::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-logo-lockup::before {
  inset: -34px;
  border: 1px solid rgba(216, 163, 38, 0.22);
  box-shadow:
    0 0 0 34px rgba(255, 250, 242, 0.34),
    0 0 0 72px rgba(216, 163, 38, 0.05);
}

.hero-logo-lockup::after {
  inset: 34px;
  background: radial-gradient(circle, rgba(216, 163, 38, 0.1), transparent 64%);
}

.hero-logo-lockup img {
  position: relative;
  z-index: 1;
  width: 78%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 999px;
}

.honey-accent {
  position: relative;
  z-index: 1;
  position: absolute;
  width: 46px;
  aspect-ratio: 1;
  background: rgba(216, 163, 38, 0.12);
  border: 1px solid rgba(216, 163, 38, 0.24);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.honey-accent-one {
  top: 22%;
  right: 18%;
}

.honey-accent-two {
  right: 24%;
  bottom: 22%;
  width: 34px;
}

.honey-accent-three {
  bottom: 30%;
  left: 17%;
  width: 28px;
}

.hero-beam {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 141, 67, 0.28), transparent);
  transform-origin: center;
}

.hero-beam-one {
  top: 34%;
  left: 8%;
  width: 84%;
  animation: beamDrift 9s ease-in-out infinite;
}

.hero-beam-two {
  right: 7%;
  bottom: 28%;
  width: 70%;
  animation: beamDrift 11s ease-in-out infinite reverse;
}

.hero-beam-three {
  top: 50%;
  left: 14%;
  width: 72%;
  opacity: 0.6;
  animation: beamDrift 13s ease-in-out infinite;
}

.hero-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(181, 141, 67, 0.2);
  border-radius: 999px;
  pointer-events: none;
}

.hero-orbit-one {
  width: min(76%, 520px);
  aspect-ratio: 1;
  animation: orbitPulse 8s ease-in-out infinite;
}

.hero-orbit-two {
  width: min(58%, 390px);
  aspect-ratio: 1;
  border-style: dashed;
  border-color: rgba(125, 143, 118, 0.18);
  animation: slowSpin 34s linear infinite;
}

.hero-honeycomb {
  position: absolute;
  right: clamp(24px, 5vw, 62px);
  bottom: clamp(28px, 5vw, 70px);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 34px);
  grid-auto-rows: 30px;
  opacity: 0.72;
  transform: rotate(-8deg);
}

.hero-honeycomb span {
  width: 36px;
  aspect-ratio: 1;
  background: rgba(216, 163, 38, 0.12);
  border: 1px solid rgba(216, 163, 38, 0.3);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.hero-honeycomb span:nth-child(2),
.hero-honeycomb span:nth-child(5) {
  transform: translateY(16px);
}

.hero-honeycomb span:nth-child(4),
.hero-honeycomb span:nth-child(7) {
  opacity: 0.45;
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.62;
    transform: scale(1.03);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes beamDrift {
  0%,
  100% {
    transform: translateX(-10px) scaleX(0.92);
    opacity: 0.38;
  }

  50% {
    transform: translateX(10px) scaleX(1);
    opacity: 0.72;
  }
}

.section {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 28%, rgba(125, 143, 118, 0.1), transparent 30%),
    rgba(255, 250, 242, 0.52);
  border-top: 1px solid rgba(229, 217, 200, 0.72);
  border-bottom: 1px solid rgba(229, 217, 200, 0.72);
}

.about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 42%;
  height: 150px;
  background:
    radial-gradient(130% 80% at 10% 40%, transparent 49%, rgba(125, 143, 118, 0.1) 50%, transparent 51%),
    radial-gradient(130% 80% at 46% 44%, transparent 49%, rgba(125, 143, 118, 0.09) 50%, transparent 51%),
    radial-gradient(130% 80% at 82% 42%, transparent 49%, rgba(125, 143, 118, 0.08) 50%, transparent 51%);
  opacity: 0.55;
  pointer-events: none;
}

.about-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.about-copy h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 4.3rem);
}

.about-text {
  display: grid;
  gap: 14px;
  max-width: 740px;
  margin: 0 0 26px;
}

.about-text p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.about-photo {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(100%, 430px);
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.12);
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 20%;
}

.intro,
.split,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.intro {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.62);
}

.intro p:last-child,
.split p,
.typeform-section p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-heading {
  max-width: 850px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 440px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 250, 242, 0.64);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
  outline: 0;
}

.service-card:hover p,
.service-card:hover li,
.service-card:focus-visible p,
.service-card:focus-visible li,
.service-card.is-selected p,
.service-card.is-selected li {
  color: rgba(255, 250, 242, 0.76);
}

.service-card.is-selected {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-number {
  display: block;
  margin-bottom: 54px;
  color: var(--honey);
  font-weight: 800;
}

.service-card p {
  min-height: 54px;
  color: var(--muted);
  line-height: 1.55;
}

.service-card ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  color: var(--muted);
  line-height: 1.45;
}

.service-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.service-next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.service-next-step[hidden] {
  display: none;
}

.service-next-step span,
.service-next-step strong {
  display: block;
}

.service-next-step span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-next-step strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 1.8vw, 1.7rem);
  font-weight: 500;
}

.bookkeeping-section {
  display: grid;
  gap: clamp(24px, 4vw, 38px);
}

.bookkeeping-intro {
  max-width: 920px;
}

.bookkeeping-intro h2 {
  margin-bottom: 0;
}

.bookkeeping-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.bookkeeping-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 520px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 250, 242, 0.72);
}

.bookkeeping-card.is-featured {
  background: var(--ink);
  color: var(--paper);
}

.bookkeeping-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookkeeping-tier,
.pricing-note {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bookkeeping-tier {
  color: var(--honey);
  font-size: 0.76rem;
  font-weight: 900;
}

.bookkeeping-card h4,
.cleanup-panel h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.7vw, 3rem);
  font-weight: 500;
  line-height: 0.98;
}

.bookkeeping-card h4 span {
  color: var(--muted);
  font-size: 0.48em;
  font-weight: 700;
}

.bookkeeping-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.bookkeeping-card.is-featured p,
.bookkeeping-card.is-featured li,
.bookkeeping-card.is-featured h4 span,
.bookkeeping-card.is-featured strong {
  color: rgba(255, 250, 242, 0.8);
}

.bookkeeping-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bookkeeping-card li {
  color: var(--ink);
  line-height: 1.5;
}

.bookkeeping-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.bookkeeping-card strong,
.cleanup-details strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
}

.bookkeeping-card .service-link {
  margin-top: auto;
}

.bookkeeping-card.is-featured .service-link {
  color: var(--paper);
}

.cleanup-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(22px, 5vw, 54px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(237, 244, 246, 0.36)),
    var(--paper);
  box-shadow: var(--shadow);
}

.cleanup-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.cleanup-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cleanup-list li {
  display: flex;
  gap: 10px;
  color: var(--ink);
  line-height: 1.45;
}

.cleanup-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--gold);
}

.cleanup-details {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 230px;
  padding: clamp(20px, 3vw, 28px);
  border-left: 1px solid var(--line);
}

.cleanup-details strong {
  color: var(--gold);
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1;
}

.cleanup-details span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cleanup-details p {
  color: var(--ink);
}

.cleanup-details .button {
  justify-self: start;
  margin-top: 8px;
}

.pricing-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.cleanup-panel .pricing-note {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(229, 217, 200, 0.72);
}

.service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.service-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.42);
  transform-origin: right;
  transition: transform 180ms ease, color 180ms ease;
}

.service-link:hover {
  color: var(--honey);
}

.service-link:hover::after {
  transform: scaleX(1);
}

.split {
  background: var(--paper);
}

.support-section {
  grid-template-columns: minmax(320px, 0.78fr) minmax(640px, 1fr);
  align-items: center;
}

.support-copy {
  max-width: 760px;
}

.support-note {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 242, 232, 0.66);
}

.support-note p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.support-guide {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.support-guide div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  background: rgba(255, 250, 242, 0.76);
}

.support-guide dt,
.support-guide dd {
  margin: 0;
}

.support-guide dt {
  color: var(--honey);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-guide dd {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.support-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.support-card {
  position: relative;
  display: grid;
  min-height: 310px;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 32px);
  background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(248, 242, 232, 0.86));
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.support-card:hover,
.support-card:focus-within {
  transform: translateY(-6px);
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  box-shadow: var(--shadow);
}

.support-card.is-popular {
  box-shadow: var(--shadow);
}

.support-card.is-popular:hover,
.support-card.is-popular:focus-within {
  background: var(--ink);
  color: var(--paper);
}

.support-time,
.popular-label,
.support-card strong,
.support-link {
  font-weight: 900;
}

.support-time {
  color: var(--honey);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.popular-label {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 5px 10px;
  background: var(--gold);
  color: var(--ink);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.support-card h3 {
  margin: 2px 0 0;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.support-card:hover p,
.support-card:focus-within p,
.support-card.is-popular:hover p,
.support-card.is-popular:focus-within p {
  color: rgba(255, 250, 242, 0.76);
}

.support-card strong {
  display: block;
  color: var(--honey);
  margin-top: auto;
  font-size: 0.96rem;
}

.support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}

.support-card:hover .support-link,
.support-card:focus-within .support-link {
  border-color: rgba(255, 250, 242, 0.72);
}

.training-programme {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.58), rgba(248, 242, 232, 0.96)),
    var(--cream);
  border-top: 1px solid rgba(229, 217, 200, 0.88);
}

.section-transition {
  display: none;
}

.section-transition i {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(229, 217, 200, 0.72);
}

.section-transition i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
  transform: translate(-50%, -50%);
  display: none;
}

.training-programme .section-heading p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.founder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(125, 143, 118, 0.12), transparent 28%),
    rgba(255, 250, 242, 0.44);
}

.founder-copy {
  max-width: 760px;
}

.founder-copy h2 {
  max-width: 740px;
}

.founder-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.founder-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.founder-credentials span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.74);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.founder-visual {
  position: relative;
  justify-self: center;
  width: min(100%, 470px);
  padding: clamp(14px, 3vw, 24px);
}

.founder-visual::before {
  content: "";
  position: absolute;
  inset: 9% 0 4% 16%;
  border: 1px solid rgba(125, 143, 118, 0.24);
  border-radius: 8px;
}

.founder-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.13);
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.certification-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  width: min(92%, 300px);
  margin: -42px 0 0 auto;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: var(--shadow);
}

.certification-card img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
}

.certification-card span {
  display: block;
  color: var(--honey);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certification-card strong {
  display: block;
  margin-top: 3px;
  font-size: 0.92rem;
  line-height: 1.2;
}

.learning-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.88), rgba(237, 244, 246, 0.36)),
    var(--paper);
}

.learning-panel h3,
.module-heading h3 {
  margin: 0;
  text-align: center;
}

.learning-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px clamp(24px, 6vw, 82px);
  max-width: 980px;
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
}

.learning-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.35;
}

.learning-list li::before {
  content: "✓";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(216, 163, 38, 0.18);
  color: var(--gold);
  font-weight: 900;
}

.platform-note {
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  background: rgba(216, 163, 38, 0.12);
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.module-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin: clamp(34px, 6vw, 64px) 0 26px;
}

.module-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.module-card {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
  border: 2px solid rgba(216, 163, 38, 0.78);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.54);
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.module-card:hover,
.module-card:focus-within {
  transform: translateY(-5px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.module-card h3 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.08;
}

.module-card strong {
  color: var(--gold);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1;
}

.module-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-style: italic;
  line-height: 1.45;
}

.featured-module {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.featured-module span {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured-module p {
  color: rgba(255, 250, 242, 0.78);
}

.featured-module:hover,
.featured-module:focus-within {
  background: var(--ink);
  color: var(--paper);
}

.featured-module:hover p,
.featured-module:focus-within p {
  color: rgba(255, 250, 242, 0.78);
}

.featured-module .service-link {
  color: var(--paper);
}

.contact {
  background: var(--ink);
  color: var(--paper);
}

.contact .eyebrow {
  color: var(--gold);
}

.contact-copy {
  position: sticky;
  top: 108px;
}

.contact-copy p {
  color: rgba(255, 250, 242, 0.72);
}

.lead-form,
.contact-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
}

.contact-panel {
  align-content: center;
  min-height: 420px;
  border: 1px solid rgba(255, 250, 242, 0.1);
}

.contact-panel h3 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.contact-panel p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.certifications {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(32px, 5vw, 54px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(17, 24, 39, 0.98)),
    var(--ink);
  border-top: 1px solid rgba(229, 217, 200, 0.72);
  color: var(--paper);
}

.certifications .eyebrow {
  margin: 0;
  color: var(--gold);
}

.certification-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 3vw, 24px);
}

.certification-tile {
  display: grid;
  justify-items: center;
  margin: 0;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 520ms ease, transform 520ms ease;
}

.certification-tile.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.certification-tile:nth-child(2) {
  transition-delay: 80ms;
}

.certification-tile:nth-child(3) {
  transition-delay: 160ms;
}

.certification-tile:nth-child(4) {
  transition-delay: 240ms;
}

.certification-tile img {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 16px;
  object-fit: cover;
  background: white;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

label span,
legend {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(216, 163, 38, 0.35);
  border-color: var(--honey);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-grid label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  font-weight: 700;
}

.check-grid input {
  width: 18px;
  min-height: auto;
  accent-color: var(--honey);
}

.lead-form .button {
  min-width: 150px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
  background: #0b1018;
  color: rgba(255, 250, 242, 0.78);
  text-align: center;
}

.footer-company {
  display: grid;
  gap: 6px;
  max-width: 820px;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer-company strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.footer-links a:not(:last-child)::after {
  content: "|";
  margin-left: 16px;
  color: rgba(255, 250, 242, 0.32);
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.7), rgba(248, 242, 232, 0.96)),
    var(--cream);
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(229, 217, 200, 0.82);
}

.legal-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 7.4rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.legal-company-card {
  display: grid;
  gap: 9px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(237, 244, 246, 0.32)),
    var(--paper);
  box-shadow: var(--shadow);
}

.legal-company-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.legal-company-card span {
  color: var(--muted);
  line-height: 1.45;
}

.legal-document {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(229, 217, 200, 0.82);
}

.legal-document-title {
  position: sticky;
  top: 104px;
  align-self: start;
}

.legal-document-title h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 4.4rem);
}

.legal-content {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.legal-content article {
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(229, 217, 200, 0.86);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.legal-content h3 {
  margin: 0 0 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.3;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.legal-content p + p {
  margin-top: 12px;
}

@media (max-width: 1080px) {
  .hero,
  .about,
  .intro,
  .founder,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-field {
    opacity: 0.7;
  }

  .hero-panel {
    min-height: auto;
  }

  .service-grid,
  .support-plans,
  .module-grid,
  .bookkeeping-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-card.is-popular {
    transform: none;
  }

  .support-section {
    grid-template-columns: 1fr;
  }

  .legal-hero,
  .legal-document {
    grid-template-columns: 1fr;
  }

  .legal-document-title {
    position: static;
  }

  .support-plans {
    column-gap: 18px;
    row-gap: 18px;
  }

  .contact-copy {
    position: static;
  }

  .bookkeeping-intro,
  .cleanup-panel {
    grid-template-columns: 1fr;
  }

  .cleanup-details {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  .language-switcher {
    margin-left: auto;
  }

  .nav-links {
    order: 3;
    width: calc(100% - 92px);
    overflow-x: auto;
    padding-bottom: 2px;
  }

  h1 {
    font-size: clamp(3.25rem, 18vw, 5.2rem);
  }

  .hero {
    padding-top: 42px;
  }

  .about {
    gap: 28px;
  }

  .about::before {
    width: 100%;
    opacity: 0.35;
  }

  .about-photo {
    width: min(100%, 360px);
    justify-self: start;
  }

  .support-plans,
  .learning-list,
  .module-grid,
  .bookkeeping-grid,
  .field-row,
  .check-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .founder-visual {
    width: min(100%, 390px);
    padding-inline: 0;
  }

  .certification-card {
    margin-top: -24px;
  }

  .support-note {
    padding: 18px;
  }

  .support-guide div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .service-card {
    min-height: auto;
  }

  .bookkeeping-card {
    min-height: auto;
  }

  .cleanup-list {
    grid-template-columns: 1fr;
  }

  .support-card {
    min-height: auto;
  }

  .hero-panel {
    min-height: auto;
    padding: 28px 18px;
    border-radius: 24px;
  }

  .hero-logo-lockup {
    width: min(68vw, 240px);
  }

  .hero-honeycomb {
    right: 20px;
    bottom: 24px;
    grid-template-columns: repeat(4, 24px);
    grid-auto-rows: 22px;
  }

  .hero-honeycomb span {
    width: 26px;
  }

  .section-transition {
    display: none;
  }

  .section-transition i {
    width: 100%;
  }

  .honey-accent {
    opacity: 0.55;
  }

  .hero-panel::before {
    inset: 14px 14px 28px;
    border-radius: 24px;
  }

  .hero-panel::after {
    inset: 22px 28px auto;
  }

  .field-line-one,
  .field-line-two,
  .field-line-three {
    right: -24%;
    width: 95%;
  }

  .field-honey-one,
  .field-honey-two {
    display: none;
  }

  .certification-tile img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
  }

  .module-card {
    max-width: none;
  }

  .module-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .module-heading span {
    width: 100%;
  }

  .service-next-step {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .service-number {
    margin-bottom: 30px;
  }

  .site-footer {
    justify-items: start;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
