@import url("https://api.fontshare.com/v2/css?f[]=boska@400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700;800&display=swap");

* { box-sizing: border-box; max-width: 100%; }
html, body { margin: 0; min-width: 0; overflow-x: hidden; }

:root,
[data-theme="light"] {
  --bg: #ffffff;
  --bg-soft: #f4eee5;
  --surface: #ffffff;
  --surface-2: #e8ddd0;
  --text: #173133;
  --muted: #5f7070;
  --line: #d7dedb;
  --accent: #1a4a4f;
  --accent-2: #0e3438;
  --accent-soft: #dfe9e7;
  --accent-text: #ffffff;
  --warm: #f3e2ca;
  --shadow: 0 clamp(1rem, 3vw, 2.5rem) clamp(2rem, 5vw, 4rem) rgba(26, 74, 79, .12);
  --overlay: rgba(26, 74, 79, .12);
  --ok: #2f7d55;
  --danger: #a44a3b;
}

[data-theme="dark"] {
  --bg: #101818;
  --bg-soft: #182626;
  --surface: #1d3031;
  --surface-2: #243c3d;
  --text: #f4efe6;
  --muted: #c4d0cc;
  --line: #3c5a5a;
  --accent: #9ac8c6;
  --accent-2: #c8e8e5;
  --accent-soft: #243c3d;
  --accent-text: #101818;
  --warm: #2a332e;
  --shadow: 0 clamp(1rem, 3vw, 2.5rem) clamp(2rem, 5vw, 4rem) rgba(0, 0, 0, .34);
  --overlay: rgba(16, 24, 24, .14);
  --ok: #9ed9af;
  --danger: #ffb0a2;
}

body {
  font-family: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg), var(--bg-soft));
  line-height: 1.62;
  overflow-wrap: break-word;
}

a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
img, svg { display: block; width: 100%; height: auto; }
.container { width: min(100% - clamp(1.5rem, 6vw, 5rem), 78rem); margin-inline: auto; }
.section { padding-block: clamp(4rem, 9vw, 8rem); }

.eyebrow {
  margin: 0;
  color: var(--accent-2);
  font-size: clamp(.72rem, 1.2vw, .86rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-title,
.section-title,
.legal-title {
  font-family: Boska, Georgia, serif;
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.04em;
}

.section-title {
  margin-block: clamp(.8rem, 2vw, 1.4rem);
  max-width: 68rem;
  font-size: clamp(2.35rem, 6vw, 6.2rem);
}

.section-copy,
.hero-text,
.legal-copy {
  max-width: 58rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.65vw, 1.16rem);
}

.btn {
  border: 1px solid var(--line);
  border-radius: 999rem;
  background: var(--surface);
  color: var(--text);
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-.12rem); border-color: var(--accent); box-shadow: 0 .8rem 2rem color-mix(in srgb, var(--accent) 14%, transparent); }
.btn-primary { background: var(--accent); color: var(--accent-text); border-color: var(--accent); }
.btn-ghost { background: color-mix(in srgb, var(--surface) 78%, transparent); color: var(--text); }

.site-header { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--bg) 88%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(1rem); }
.nav-wrap { height: clamp(56px, 5vw + 44px, 72px); padding-inline: clamp(16px, 4vw, 40px); display: flex; align-items: center; gap: clamp(.45rem, 1.4vw, 1rem); }
.brand-link { display: inline-flex; align-items: center; gap: clamp(.5rem, 1.5vw, .85rem); min-width: 0; margin-right: auto; }
.brand-mark { width: clamp(1.9rem, 4vw, 2.6rem); height: clamp(1.9rem, 4vw, 2.6rem); color: var(--accent); flex: 0 0 auto; }
.brand-mark svg { fill: currentColor; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-family: Boska, Georgia, serif; font-size: clamp(1.3rem, 2.4vw, 1.85rem); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.desktop-nav { display: none; align-items: center; gap: clamp(.85rem, 2vw, 1.5rem); }
.desktop-nav a { color: var(--muted); font-size: clamp(.82rem, 1vw, .95rem); font-weight: 800; white-space: nowrap; }
.site-header .hdr-cta { display: none; font-size: clamp(.78rem, 1vw, .9rem); padding: clamp(.45rem, .8vw, .65rem) clamp(.75rem, 1.5vw, 1.05rem); white-space: nowrap; }
.theme-toggle { position: static; border: 1px solid var(--line); border-radius: 999rem; background: var(--surface); color: var(--text); font: 800 clamp(.7rem, 1.1vw, .84rem)/1 "Work Sans", system-ui, sans-serif; padding: clamp(.52rem, 1vw, .7rem) clamp(.65rem, 1.4vw, .9rem); cursor: pointer; }
.nav-toggle { width: clamp(44px, 5vw, 48px); height: clamp(44px, 5vw, 48px); display: grid; place-items: center; position: relative; border: 1px solid var(--line); border-radius: 999rem; background: var(--surface); color: var(--text); padding: 0; cursor: pointer; }
.nav-toggle span { position: absolute; left: 50%; top: 50%; width: clamp(1rem, 2.6vw, 1.35rem); height: .125rem; background: var(--text); transform: translate(-50%, calc(-50% - .24rem)); transition: transform .2s ease; }
.nav-toggle span + span { transform: translate(-50%, calc(-50% + .24rem)); }
.nav-toggle.is-open span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.nav-toggle.is-open span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.mobile-drawer { padding-inline: clamp(16px, 4vw, 40px); padding-block: clamp(1rem, 3vw, 1.5rem); background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.mobile-drawer a { display: block; padding-block: clamp(.75rem, 2vw, 1rem); color: var(--text); font-weight: 800; }
.drawer-cta { padding: clamp(.75rem, 2vw, 1rem); margin-top: clamp(.65rem, 2vw, 1rem); }

.hero-section { position: relative; min-height: min(62rem, calc(100svh - clamp(56px, 5vw + 44px, 72px))); display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.04); }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: var(--overlay); }
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: clamp(14rem, 30vw, 26rem); z-index: -1; background: linear-gradient(0deg, var(--bg), transparent); }
.hero-content { padding-block: clamp(5rem, 12vw, 9rem) clamp(3rem, 8vw, 6rem); }
.hero-title { max-width: 76rem; margin-block: clamp(1rem, 2.5vw, 1.5rem); font-size: clamp(3rem, 8vw, 8rem); color: var(--text); }
.hero-text { max-width: 49rem; background: color-mix(in srgb, var(--surface) 82%, transparent); border: 1px solid var(--line); border-radius: clamp(1rem, 2.8vw, 1.75rem); padding: clamp(1rem, 3vw, 1.4rem); box-shadow: var(--shadow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: clamp(.7rem, 2vw, 1rem); margin-block: clamp(1.5rem, 4vw, 2.4rem); }
.hero-actions .btn { padding: clamp(.85rem, 2vw, 1rem) clamp(1.05rem, 3vw, 1.55rem); }
.hero-facts { display: grid; grid-template-columns: 1fr; gap: clamp(.8rem, 2vw, 1rem); }
.hero-facts span { background: color-mix(in srgb, var(--surface) 84%, transparent); border: 1px solid var(--line); border-radius: clamp(1rem, 3vw, 1.5rem); padding: clamp(1rem, 3vw, 1.4rem); box-shadow: var(--shadow); color: var(--muted); }
.hero-facts strong { display: block; color: var(--accent); font-family: Boska, Georgia, serif; font-size: clamp(1.35rem, 3vw, 2rem); }

.signal-row { display: flex; flex-wrap: wrap; gap: clamp(.6rem, 1.7vw, .95rem); margin-top: clamp(1.5rem, 4vw, 2.4rem); }
.signal-row span { border: 1px solid var(--line); border-radius: 999rem; background: var(--surface); color: var(--accent); padding: clamp(.62rem, 1.6vw, .85rem) clamp(.85rem, 2vw, 1.1rem); font-weight: 800; }

.card-grid,
.image-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 3vw, 1.35rem); margin-top: clamp(1.5rem, 4vw, 2.6rem); }

.bento-card,
.plan-card,
.rhythm-grid article,
.proof-grid article,
.contact-info,
.contact-form { border: 1px solid var(--line); border-radius: clamp(1.1rem, 3vw, 1.8rem); background: var(--surface); padding: clamp(1.1rem, 3vw, 1.7rem); box-shadow: var(--shadow); }
.bento-card,
.plan-card { position: relative; overflow: hidden; }
.bento-card::before,
.plan-card::before { content: ""; position: absolute; inset: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem) auto auto; width: clamp(2.5rem, 7vw, 4.6rem); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--accent) 26%, transparent); border-radius: clamp(.7rem, 2vw, 1rem); transform: rotate(8deg); }
.bento-card span,
.rhythm-grid span { font-family: Boska, Georgia, serif; color: var(--accent); font-size: clamp(1.5rem, 3.5vw, 2.5rem); line-height: 1; }
.bento-card h3,
.plan-card h3,
.rhythm-grid h3,
.proof-grid h3 { margin-block: clamp(.8rem, 2vw, 1rem) clamp(.45rem, 1vw, .6rem); font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.12; }
.bento-card p,
.plan-card p,
.rhythm-grid p,
.proof-grid p { color: var(--muted); }
.result-line { color: var(--accent) !important; font-weight: 800; }

.image-section { border-block: 1px solid var(--line); }
.second-image-section { background: color-mix(in srgb, var(--accent-soft) 55%, transparent); }
.image-grid img { aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); border-radius: clamp(1.1rem, 3vw, 1.9rem); box-shadow: var(--shadow); }

.faq-list { display: grid; gap: clamp(.8rem, 2vw, 1rem); margin-top: clamp(1.5rem, 4vw, 2.4rem); }
.faq-list details { border: 1px solid var(--line); border-radius: clamp(1rem, 2.5vw, 1.4rem); background: var(--surface); padding: clamp(1rem, 2.5vw, 1.3rem); box-shadow: var(--shadow); }
.faq-list summary { cursor: pointer; color: var(--text); font-weight: 800; }
.faq-list p { color: var(--muted); margin-bottom: 0; }

.contact-section { display: grid; grid-template-columns: 1fr; gap: clamp(1.25rem, 4vw, 2rem); align-items: start; }
.contact-details { margin-top: clamp(1rem, 3vw, 1.6rem); color: var(--muted); font-style: normal; }
.contact-details a { color: var(--accent); font-weight: 800; }
.contact-form { display: grid; grid-template-columns: 1fr; gap: clamp(.9rem, 2vw, 1.1rem); width: 100%; }
.contact-form label { display: grid; gap: clamp(.35rem, 1vw, .5rem); color: var(--text); font-weight: 800; min-width: 0; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: clamp(.85rem, 2vw, 1.1rem); background: var(--bg); color: var(--text); padding: clamp(.85rem, 2vw, 1rem); font: inherit; overflow-wrap: break-word; }
.contact-form textarea { resize: vertical; }
.check-label { display: flex !important; align-items: flex-start; color: var(--muted) !important; }
.check-label input { width: clamp(1rem, 3vw, 1.2rem); margin-top: .25em; flex: 0 0 auto; }
.form-submit { width: 100%; padding: clamp(.85rem, 2vw, 1rem); }
.form-status { margin: 0; color: var(--danger); font-weight: 800; }

.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding-block: clamp(2.2rem, 5vw, 3.6rem); }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 3vw, 1.8rem); color: var(--muted); }
.footer-logo { display: inline-block; margin-bottom: clamp(.4rem, 1vw, .65rem); color: var(--text); font-family: Boska, Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.footer-brand p,
.footer-copy { margin: 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: clamp(.65rem, 1.8vw, 1rem); align-content: start; }
.footer-nav a { color: var(--text); font-weight: 800; border-bottom: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); }
.footer-info { display: grid; gap: clamp(.35rem, 1vw, .55rem); }

.legal-main { padding-block: clamp(3.5rem, 9vw, 7rem); }
.legal-title { margin-block: clamp(.8rem, 2vw, 1.3rem); font-size: clamp(2.5rem, 6vw, 5.7rem); }
.legal-section { border-top: 1px solid var(--line); padding-block: clamp(1.5rem, 4vw, 2.4rem); }
.legal-section h2 { font-size: clamp(1.45rem, 2.8vw, 2.15rem); }
.legal-section ul { padding-left: clamp(1.1rem, 3vw, 1.5rem); color: var(--muted); }

.cookie-banner { position: fixed; inset: auto clamp(1rem, 4vw, 2rem) clamp(1rem, 4vw, 2rem) clamp(1rem, 4vw, 2rem); z-index: 60; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(.75rem, 2vw, 1rem); border: 1px solid var(--line); border-radius: clamp(1rem, 3vw, 1.5rem); background: var(--surface); padding: clamp(.9rem, 2.5vw, 1.15rem); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner p { flex: 1 1 clamp(16rem, 52vw, 42rem); margin: 0; color: var(--muted); }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: clamp(.5rem, 1.4vw, .75rem); }
.cookie-actions .btn { width: auto; min-height: clamp(2.75rem, 5vw, 3rem); padding: clamp(.62rem, 1.5vw, .75rem) clamp(.95rem, 2.2vw, 1.25rem); line-height: 1; white-space: nowrap; }

@media (max-width: 767px) {
  .site-header .hdr-cta { display: none; }
  .desktop-nav { display: none; }
  .brand-name { max-width: 52vw; }
  .cookie-actions { width: 100%; justify-content: flex-start; }
}

@media (min-width: 768px) {
  .site-header .hdr-cta { display: inline-flex; }
  .hero-facts,
  .card-grid,
  .image-grid,
  .contact-section { grid-template-columns: repeat(2, 1fr); }
  .contact-form { grid-template-columns: repeat(2, 1fr); }
  .contact-form label:nth-child(5),
  .check-label,
  .form-submit,
  .form-status { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1023px) {
  .desktop-nav { display: flex; }
  .nav-toggle { display: none; }
  .mobile-drawer { display: none !important; }
  .bento-grid,
  .plan-grid,
  .rhythm-grid,
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) {
  .container { width: min(100% - clamp(3rem, 7vw, 6rem), 84rem); }
}
