:root {
  --blue-950: #2632ad;
  --blue-900: #3545d9;
  --blue-800: #4355ef;
  --blue-600: #4d61ff;
  --blue-100: #e1e5ff;
  --blue-050: #f3f5ff;
  --ink: #20284f;
  --muted: #56677a;
  --line: #d8e0e7;
  --soft: #f1f4f6;
  --white: #ffffff;
  --max-width: 1180px;
  --section-space: clamp(4.75rem, 9vw, 8.5rem);
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 0.35rem;
  --shadow: 0 1.5rem 4rem rgba(77, 97, 255, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
button, input, textarea { font: inherit; }
.container { width: min(100% - (2 * var(--gutter)), var(--max-width)); margin-inline: auto; }
.content-wide { max-width: none; }
.section { padding-block: var(--section-space); }
.section-soft { background: var(--soft); }
.grid { display: grid; gap: clamp(2rem, 5vw, 5rem); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  color: var(--blue-950);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
h1 { max-width: 14ch; margin-bottom: 1.5rem; font-size: clamp(3.2rem, 3.2vw, 7rem); }
h2 { max-width: none; margin-bottom: 1.7rem; font-size: clamp(2.25rem, 2.4vw, 4.5rem); }
h3 { margin-bottom: 1rem; font-size: clamp(1.15rem, 1vw, 1.45rem); line-height: 1.35; }
p { margin-bottom: 1.25rem; }
.lead { max-width: 45ch; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; }
.eyebrow {
  margin-bottom: 1.25rem;
  color: var(--blue-600);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-heading { max-width: none; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading h2 { max-width: none; }

.skip-link { position: fixed; top: 0; left: 1rem; z-index: 1000; padding: 0.6rem 1rem; color: var(--white); background: var(--blue-950); transform: translateY(-130%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; color: var(--white); transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled, .site-header.is-open { color: var(--blue-950); background: rgba(255, 255, 255, 0.97); border-color: var(--line); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; color: inherit; text-decoration: none; }
.brand-mark { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border: 1px solid currentColor; font-family: "Manrope", Arial, sans-serif; font-size: 1.15rem; font-weight: 700; line-height: 1; }
.brand-name { font-size: 0.95rem; font-weight: 700; letter-spacing: 0.2em; }
.brand img {
  display: block;
  width: auto;
  height: 75px;
}
.nav-shell { display: flex; align-items: center; gap: 2.3rem; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.4rem); }
.primary-nav a { position: relative; font-size: 0.86rem; font-weight: 600; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; inset: auto 0 -0.35rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.social-nav a { width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 0.78rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle-lines { width: 1.75rem; display: grid; gap: 0.35rem; }
.menu-toggle-lines span { height: 1px; background: currentColor; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: var(--white); background: #aab5bc; }
.hero-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
.hero h1 { max-width: none; margin-bottom: 0; font-size: clamp(3rem, 6.15vw, 5.7rem); white-space: nowrap; text-shadow: 0 3px 24px rgba(32, 40, 79, .32); }
.hero-visual { min-height: 100svh; position: relative; overflow: hidden; background-color: #aab5bc; background-image: url("assets/hero-weekend.jpg"); background-position: center 42%; background-size: cover; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,40,79,.12) 10%, rgba(32,40,79,.55) 100%), repeating-linear-gradient(135deg, transparent 0 42px, rgba(255,255,255,.06) 42px 43px); }
.hero-visual-copy { position: absolute; inset: auto clamp(1.5rem, 4vw, 3.5rem) clamp(1.7rem, 4vw, 3.5rem); z-index: 3; }
.hero-visual-copy .eyebrow { margin-bottom: 1rem; color: var(--blue-100); }
.hero-visual-bottom { margin-top: 1.75rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.hero-visual-copy .hero-subtitle { margin: 0; font-weight: 600; text-shadow: 0 2px 18px rgba(32, 40, 79, .35); }
.media-muted::after { content: ""; position: absolute; inset: 0; background: rgba(66, 87, 99, .00); mix-blend-mode: multiply; pointer-events: none; }
.hero .eyebrow { color: var(--blue-100); }
.hero h1 { color: var(--white); }
.hero-subtitle { max-width: 70ch; margin-bottom: 2.1rem; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.45; }
.hero-index { position: absolute; right: var(--gutter); bottom: 1.25rem; color: rgba(255, 255, 255, 0.65); font-size: 0.74rem; letter-spacing: 0.1em; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0.72rem 1.2rem; border: 1px solid currentColor; border-radius: var(--radius); font-size: 0.84rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--blue-950); background: var(--white); border-color: var(--white); }

.split-callout { background: var(--blue-050); }
.split-callout h2 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2rem, 2.1vw, 3.5rem);
  text-align: justify;
  text-wrap: pretty;
}
.split-answer { padding-left: clamp(0rem, 4vw, 4rem); border-left: 1px solid #b8cfdf; align-self: stretch; display: flex; flex-direction: column; justify-content: justify; }

.check-list { columns: 2; column-gap: 3rem; margin: 2.3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { break-inside: avoid; padding: 1rem 0 1rem 1.6rem; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: var(--blue-600); }

.triptych-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, .85fr); min-height: 470px; border-block: 1px solid var(--line); }
.triptych-copy { padding: clamp(1.6rem, 3.2vw, 2.8rem); }
.triptych-copy + .triptych-copy { border-left: 1px solid var(--line); }
.triptych-number { margin-bottom: clamp(3rem, 7vw, 6rem); color: var(--blue-600); font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
.triptych-copy h3 { font-size: clamp(1.35rem, 2.3vw, 1.8rem); letter-spacing: -.035em; }
.triptych-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.triptych-photo { min-height: 470px; position: relative; overflow: hidden; background: linear-gradient(145deg, #cbd3d8, #82949e); }
.triptych-photo::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 38px, rgba(255,255,255,.07) 38px 39px); }
.triptych-photo span { position: absolute; inset: 50% auto auto 50%; z-index: 2; color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: translate(-50%, -50%); }

.diptych-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 270px;
  border-block: 0px solid var(--line);
}

.diptych-copy {
  padding: clamp(1.6rem, 3.2vw, 2.8rem);
}

.diptych-copy + .diptych-copy {
  border-left: 1px solid var(--line);
}

.diptych-number {
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: var(--blue-600);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.diptych-copy h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  letter-spacing: -0.035em;
}

.diptych-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}


.brief-bar { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; margin-bottom: 1.2rem; padding: 1.2rem 1.4rem; color: var(--white); background: var(--blue-950); }
.brief-bar p { margin: 0; }
.comparison-grid { gap: 1.2rem; }
.comparison-card { min-height: 410px; padding: clamp(1.5rem, 4vw, 2.8rem); display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.comparison-after { border-top: 4px solid var(--blue-600); box-shadow: var(--shadow); }
.comparison-before { border-top: 4px solid #98a4af; }
.comparison-label { margin-bottom: auto; color: var(--muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.comparison-card h3 { margin-top: 2rem; font-family: "Manrope", Arial, sans-serif; font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 700; letter-spacing: -0.035em; }
.correction-count { margin-top: auto; padding-top: 1.5rem; display: flex; align-items: baseline; gap: 0.75rem; border-top: 1px solid var(--line); }
.correction-count strong { color: var(--blue-600); font-family: "Manrope", Arial, sans-serif; font-size: 3rem; font-weight: 700; line-height: 1; }
.correction-count span { font-size: 0.86rem; }
.demo-note { margin: 1.2rem 0 0; color: var(--muted); font-size: 0.82rem; }

.feature-grid { gap: 0; border-block: 1px solid var(--line); }
.feature { min-height: 310px; padding: 2rem clamp(1.2rem, 3vw, 2.3rem); }
.feature + .feature { border-left: 1px solid var(--line); }
.feature-number { display: block; margin-bottom: 4.5rem; color: var(--blue-600); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; }
.feature h3 { font-family: "Manrope", Arial, sans-serif; font-size: 1.8rem; font-weight: 700; letter-spacing: -0.035em; }

.media-copy-grid { align-items: center; }
.section-media { min-height: 590px; position: relative; overflow: hidden; background: linear-gradient(145deg, #c6d0d7, #7b929f); }
.steps-list { margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid var(--line); }
.steps-list li { padding: 1.25rem 0 1.25rem 3.3rem; position: relative; border-bottom: 1px solid var(--line); counter-increment: steps; }
.steps-list li::before { content: "0" counter(steps); position: absolute; left: 0; top: 1.35rem; color: var(--blue-600); font-size: 0.75rem; font-weight: 700; }
.steps-list strong, .steps-list span { display: block; }
.steps-list span { color: var(--muted); font-size: 0.92rem; }

.pricing-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem 5rem; align-items: end; max-width: none; }
.pricing-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.pricing-heading h2 {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
} 
.pricing-heading p { margin-bottom: 0; }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 1.2rem; }
.pricing-main { min-height: 590px; padding: clamp(1.8rem, 4vw, 3.5rem); display: flex; flex-direction: column; color: var(--white); background: var(--blue-600); box-shadow: var(--shadow); }
.pricing-label { margin-bottom: 1rem; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pricing-price { margin-bottom: 3rem; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.pricing-price span { display: block; margin-bottom: .65rem; font-size: .78rem; font-weight: 600; letter-spacing: 0; }
.pricing-price small, .pricing-option-price small { font-size: .72rem; font-weight: 600; letter-spacing: 0; }
.pricing-list { margin: 0 0 2.5rem; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.pricing-list li { padding: .82rem 0 .82rem 1.6rem; position: relative; border-bottom: 1px solid rgba(255,255,255,.28); }
.pricing-list li::before { content: "✓"; position: absolute; left: 0; }
.pricing-main .button { margin-top: auto; align-self: start; }
.pricing-options { display: grid; grid-template-rows: repeat(3, 1fr); gap: 1.2rem; }
.pricing-option { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); background: var(--white); }
.pricing-option-price { margin-bottom: .7rem; color: var(--blue-600); font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.15; }
.pricing-option p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.maintenance-grid h2 { max-width: 13ch; }
.faq-layout { align-items: start; }
.faq-heading { position: sticky; top: 8rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; font-size: 1.03rem; font-weight: 700; line-height: 1.45; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0.3rem; top: 1.15rem; color: var(--blue-600); font-family: "Manrope", Arial, sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 3rem 1.35rem 0; color: var(--muted); }
.faq-list details div p { margin: 0; }
.contact-section { color: var(--white); background: var(--blue-950); }
.contact-section h2 { color: var(--white); }
.eyebrow-light { color: var(--blue-100); }
.contact-section a { color: var(--white); }
.contact-form { display: grid; gap: 1rem; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-form label { display: grid; gap: 0.35rem; font-size: 0.82rem; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.38); border-radius: var(--radius); padding: 0.8rem; color: var(--white); background: rgba(255,255,255,.06); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--white); box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; gap: 0.7rem; font-weight: 400; }
.contact-form .consent input { width: 1rem; height: 1rem; margin-top: 0.35rem; }
.contact-form .button { justify-self: start; }

.site-footer { padding-top: 4rem; color: #e1edf4; background: var(--blue-950); }
.footer-grid { grid-template-columns: 2fr 1fr 1fr; padding-bottom: 4rem; }
.brand-footer { margin-bottom: 1.4rem; color: var(--white); }
.footer-offer p { max-width: 34ch; }
.site-footer h2 { margin-bottom: 1rem; color: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.site-footer p, .site-footer address { font-size: 0.9rem; }
.site-footer a { color: inherit; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.14); color: #aebdcc; font-size: 0.78rem; }
.footer-bottom nav { display: flex; gap: 1.4rem; }
.offer-equation {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1.2fr);
  gap: clamp(0.8rem, 2vw, 1.5rem);
  align-items: stretch;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0;
  padding: clamp(1rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  background: var(--white);
}

.equation-term {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  background: var(--blue-050);
}

.equation-term span {
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.equation-term strong {
  color: var(--blue-950);
  font-size: clamp(1.35rem, 1.1vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.equation-operator {
  display: grid;
  place-items: center;
  color: var(--blue-600);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}

.equation-result {
  border-color: var(--blue-600);
  background: var(--blue-600);
}

.equation-result span {
  color: var(--blue-100);
}

.equation-result strong {
  color: var(--white);
}

@media (max-width: 860px) {
  .menu-toggle { display: flex; align-items: center; gap: 0.7rem; }
  .nav-shell { position: absolute; inset: 84px 0 auto; display: none; padding: 1.5rem var(--gutter) 2rem; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-header.is-open .nav-shell { display: grid; }
  .primary-nav { display: grid; gap: 0; }
  .primary-nav a { padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .social-nav { padding-top: 0.4rem; }
  .grid-2, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .split-answer { padding: 2rem 0 0; border-top: 1px solid #b8cfdf; border-left: 0; }
  .feature + .feature { border-top: 1px solid var(--line); border-left: 0; }
  .feature { min-height: auto; }
  .feature-number { margin-bottom: 2rem; }
  .section-media { min-height: min(70vw, 520px); }
  .faq-heading { position: static; }
  .hero h1 { font-size: clamp(2.7rem, 8.9vw, 4.6rem); }
  .pricing-heading, .pricing-layout { grid-template-columns: 1fr; }
  .pricing-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .triptych-grid { grid-template-columns: 1fr 1fr; }
  .triptych-photo { min-height: 380px; grid-column: 1 / -1; }
    .diptych-grid {
    grid-template-columns: 1fr;
  }

  .diptych-copy + .diptych-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

}
.offer-equation {
  grid-template-columns: 1fr;
}

.equation-term {
  min-height: 130px;
  text-align: center;
}

.equation-operator {
  min-height: 2rem;
}
@media (max-width: 560px) {
  :root { --section-space: 4.2rem; }
  .header-inner { min-height: 72px; }
  .nav-shell { inset-block-start: 72px; }
  .menu-toggle-label { display: none; }
  .hero { min-height: auto; }
  .hero-shell { padding-bottom: 0; }
  .hero-visual { min-height: 520px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero h1 { font-size: clamp(2.9rem, 13.5vw, 4.4rem); white-space: normal; }
  .hero-visual-bottom { margin-top: 1.2rem; align-items: flex-start; flex-direction: column; gap: 1rem; }
  .check-list { columns: 1; }
  .brief-bar { grid-template-columns: 1fr; }
  .comparison-card { min-height: 350px; }
  .triptych-grid { grid-template-columns: 1fr; }
  .triptych-copy + .triptych-copy { border-top: 1px solid var(--line); border-left: 0; }
  .triptych-photo { min-height: 320px; grid-column: auto; }
  .triptych-number { margin-bottom: 2rem; }
  .field-row { grid-template-columns: 1fr; }
  .footer-bottom { padding-block: 1.3rem; align-items: flex-start; flex-direction: column; }
    .diptych-copy {
    padding: 1.6rem 0;
  }

  .diptych-number {
    margin-bottom: 2rem;
  }
}

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
