:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #4f5753;
  --paper: #f7f4ef;
  --soft: #fbf8f2;
  --line: #d8cfc2;
  --sage: #5d725f;
  --teal: #0d5d5c;
  --coral: #e26d5a;
  --gold: #c8a14a;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.16);
  --hero-surface: linear-gradient(115deg, rgba(255,255,255,0.94), rgba(247,244,239,0.9)),
    radial-gradient(circle at 90% 14%, rgba(200,161,74,0.2), transparent 18rem);
  --card-surface: rgba(255, 255, 255, 0.72);
  --photo-surface: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(247,244,239,0.76)),
    radial-gradient(circle at 20% 10%, rgba(13, 93, 92, 0.12), transparent 17rem);
  --input-surface: #ffffff;
  --note-surface: #fff7e7;
  --note-line: rgba(198, 150, 62, 0.42);
  --contact-muted: rgba(251, 250, 246, 0.74);
  --contact-eyebrow: #9ed0c5;
  --field-ink: #111111;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: Lora, Georgia, "Times New Roman", serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: #c8d1cc;
  --paper: #111111;
  --soft: #171b19;
  --line: #344441;
  --sage: #9ab09f;
  --teal: #55b8b1;
  --coral: #f07a66;
  --gold: #d9b85f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --hero-surface: linear-gradient(115deg, rgba(17,17,17,0.94), rgba(23,27,25,0.9)),
    radial-gradient(circle at 90% 14%, rgba(13,93,92,0.3), transparent 18rem);
  --card-surface: rgba(255, 255, 255, 0.06);
  --photo-surface: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(17,17,17,0.76)),
    radial-gradient(circle at 20% 10%, rgba(85, 184, 177, 0.14), transparent 17rem);
  --input-surface: #171b19;
  --note-surface: #191711;
  --note-line: rgba(217, 184, 95, 0.42);
  --contact-muted: rgba(251, 250, 246, 0.72);
  --contact-eyebrow: #9ed0c5;
  --field-ink: #ffffff;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --ink: #ffffff;
    --muted: #c8d1cc;
    --paper: #111111;
    --soft: #171b19;
    --line: #344441;
    --sage: #9ab09f;
    --teal: #55b8b1;
    --coral: #f07a66;
    --gold: #d9b85f;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    --hero-surface: linear-gradient(115deg, rgba(17,17,17,0.94), rgba(23,27,25,0.9)),
      radial-gradient(circle at 90% 14%, rgba(13,93,92,0.3), transparent 18rem);
    --card-surface: rgba(255, 255, 255, 0.06);
    --photo-surface: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(17,17,17,0.76)),
      radial-gradient(circle at 20% 10%, rgba(85, 184, 177, 0.14), transparent 17rem);
    --input-surface: #171b19;
    --note-surface: #191711;
    --note-line: rgba(217, 184, 95, 0.42);
    --contact-muted: rgba(251, 250, 246, 0.72);
    --contact-eyebrow: #9ed0c5;
    --field-ink: #ffffff;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 87% -10%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 25rem),
    radial-gradient(circle at -8% 18%, color-mix(in srgb, var(--teal) 14%, transparent), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(200, 161, 74, 0.36);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body::before {
  top: -220px;
  right: 7vw;
  box-shadow: 0 0 0 18px color-mix(in srgb, var(--gold) 8%, transparent), 0 0 0 34px color-mix(in srgb, var(--gold) 6%, transparent);
}

body::after {
  bottom: -230px;
  left: -160px;
  border-color: color-mix(in srgb, var(--teal) 26%, transparent);
  box-shadow: 0 0 0 18px color-mix(in srgb, var(--teal) 7%, transparent), 0 0 0 34px color-mix(in srgb, var(--teal) 5%, transparent);
}

a {
  color: inherit;
}

.site-header {
  display: none;
  position: relative;
  top: 0;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 244, 239, 0.68);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--coral);
  border-radius: 8px;
  background: var(--coral);
  color: var(--white);
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(560px, 0.95fr) minmax(420px, 0.72fr);
  gap: clamp(22px, 2.6vw, 34px) clamp(42px, 5vw, 78px);
  align-items: center;
  max-width: min(1540px, calc(100vw - 48px));
  min-height: 0;
  margin: clamp(18px, 2.2vw, 30px) auto 0;
  padding: clamp(22px, 2.6vw, 34px) clamp(36px, 5vw, 70px) clamp(34px, 4vw, 56px);
  overflow: hidden;
  background: var(--hero-surface);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: auto;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  right: -160px;
  bottom: -250px;
  width: 720px;
  height: 520px;
  border: 1px solid color-mix(in srgb, var(--gold) 42%, transparent);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.hero::after {
  left: -120px;
  bottom: -100px;
  width: 360px;
  height: 150px;
  border-top: 18px solid var(--teal);
  border-radius: 50%;
  transform: rotate(18deg);
  opacity: 0.92;
}

.hero > *,
.split > *,
.about > *,
.contact-section > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  font-family: var(--sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 5.4vw, 6rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.headline-line {
  display: block;
  white-space: nowrap;
}

h1 span {
  color: var(--teal);
}

h1 em {
  color: var(--coral);
  font-style: normal;
}

h1 strong {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 0.95vw, 1.02rem);
  font-weight: 600;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  font-family: var(--sans);
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--ink);
  cursor: pointer;
}

.button.primary {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}

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

.hero-topbar,
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-topbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(6px, 1vw, 14px);
}

.hero-controls {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.02rem;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-logo img {
  display: block;
  width: 44px;
  height: 44px;
}

.hero-logo span {
  display: block;
  letter-spacing: 0.16em;
}

.hero-logo b {
  color: var(--teal);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-nav a {
  text-decoration: none;
}

.hero-nav-cta {
  padding: 10px 14px;
  border-radius: 7px;
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(226, 109, 90, 0.28);
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  width: 92px;
  min-height: 34px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card-surface);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-toggle::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 8px 20px rgba(226, 109, 90, 0.22);
  content: "";
  transition: transform 160ms ease;
}

.theme-toggle span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 50%;
  place-items: center;
  color: var(--muted);
}

.theme-toggle .theme-toggle-sun {
  color: var(--white);
}

:root[data-theme="dark"] .theme-toggle::before {
  transform: translateX(100%);
}

:root[data-theme="dark"] .theme-toggle .theme-toggle-sun {
  color: var(--muted);
}

:root[data-theme="dark"] .theme-toggle .theme-toggle-moon {
  color: var(--white);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle::before {
    transform: translateX(100%);
  }

  :root:not([data-theme="light"]) .theme-toggle .theme-toggle-sun {
    color: var(--muted);
  }

  :root:not([data-theme="light"]) .theme-toggle .theme-toggle-moon {
    color: var(--white);
  }
}

.hero-visual {
  display: grid;
  gap: 16px;
  align-items: center;
  align-self: center;
  min-height: 0;
}

.photo-placeholder {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 0;
  height: clamp(340px, 29vw, 430px);
  overflow: hidden;
  padding: 0;
  background: var(--photo-surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.11);
}

.photo-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 38% center;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px clamp(18px, 4vw, 56px) 0;
}

.trust-band div {
  min-height: 132px;
  padding: 24px;
  background: var(--card-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.trust-band span {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.service-card {
  min-height: 230px;
  padding: 28px;
  background: var(--card-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.06);
}

.service-card p,
.split p,
.about p,
.owner-reality p,
.wellbeing-section p,
.contact-section p,
.legal-page p {
  color: var(--muted);
}

.wellbeing-section {
  padding-top: clamp(64px, 8vw, 104px);
  background: var(--soft);
}

.wellbeing-section .section-heading {
  max-width: 900px;
}

.wellbeing-section .section-heading p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 1.08rem;
}

.owner-reality {
  padding-top: clamp(64px, 8vw, 104px);
}

.reality-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.reality-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  max-width: 760px;
}

.reality-copy p,
.reality-card p {
  margin: 0;
}

.reality-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  background: var(--teal);
  color: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reality-card p {
  color: rgba(255, 255, 255, 0.82);
}

.reality-card strong {
  color: #111111;
}

.framework-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--soft);
}

.framework-section > div {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.framework-section > div p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
}

.framework-section::after {
  position: absolute;
  right: -140px;
  bottom: -100px;
  width: 420px;
  height: 180px;
  border-top: 16px solid color-mix(in srgb, var(--teal) 90%, transparent);
  border-radius: 50%;
  content: "";
  transform: rotate(-22deg);
}

.steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: center;
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}

.steps span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: var(--coral);
  font-family: var(--sans);
  font-weight: 900;
  background: var(--card-surface);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.steps li:nth-child(odd) span {
  color: var(--teal);
}

.steps li:nth-child(3) span {
  color: var(--gold);
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.note-box {
  padding: 24px;
  background: var(--note-surface);
  border: 1px solid var(--note-line);
  border-radius: 8px;
}

.note-box p {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 560px);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--gold) 16%, transparent), transparent 18rem),
    #111111;
  color: #f7f4ef;
}

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

.contact-section p {
  color: var(--contact-muted);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--field-ink);
  background: var(--input-surface);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 0.82rem;
}

.site-footer nav {
  display: flex;
  gap: 16px;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  display: inline-grid;
  width: 34px;
  height: 34px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  place-items: center;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-link::before {
  width: 17px;
  height: 17px;
  background: currentColor;
  content: "";
  mask: center / contain no-repeat;
  -webkit-mask: center / contain no-repeat;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--ink);
  background: var(--card-surface);
  border-color: color-mix(in srgb, var(--teal) 60%, var(--line));
}

.social-link.facebook::before {
  mask-image: url("social/facebook-icon.svg");
  -webkit-mask-image: url("social/facebook-icon.svg");
}

.social-link.instagram::before {
  mask-image: url("social/instagram-icon.svg");
  -webkit-mask-image: url("social/instagram-icon.svg");
}

.social-link.tiktok::before {
  mask-image: url("social/tiktok-icon.svg");
  -webkit-mask-image: url("social/tiktok-icon.svg");
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 20px;
}

.legal-page h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-controls {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-nav {
    flex-wrap: wrap;
  }

  .hero,
  .framework-section,
  .about,
  .reality-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    max-width: none;
    gap: 28px;
  }

  h1 {
    font-size: clamp(3.1rem, 9vw, 4.35rem);
  }

  .headline-line {
    white-space: normal;
  }

  .trust-band,
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

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

  .steps li {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header,
  .section,
  .contact-section,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  .hero,
  .trust-band,
  .section,
  .contact-section,
  .site-footer {
    width: 100%;
    max-width: 100vw;
  }

  .hero {
    display: block;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 14px 18px 0;
    padding: 22px;
    border-radius: 14px;
  }

  .hero-topbar {
    margin-bottom: 26px;
  }

  .hero-logo {
    width: auto;
  }

  .hero-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .hero-nav a {
    min-width: 0;
    font-size: 0.62rem;
  }

  .hero-nav-cta {
    grid-column: 1 / -1;
    text-align: center;
  }

  .theme-toggle {
    width: 100%;
  }

  .about-copy,
  .reality-copy,
  .section-heading,
  .contact-section p {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .hero-copy,
  .hero-lede,
  .hero .eyebrow,
  .hero h1 {
    width: 100%;
    max-width: 100%;
  }

  .hero-visual,
  .photo-placeholder,
  .hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .service-card,
  .reality-card,
  .note-box,
  .contact-form {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .trust-band {
    width: auto;
    max-width: none;
    margin-right: 18px;
    margin-left: 18px;
  }

  .photo-placeholder,
  .photo-placeholder img {
    min-height: 340px;
    height: auto;
  }

  .nav {
    align-items: center;
  }

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

  .steps li {
    grid-template-columns: 1fr;
  }
}
