    :root {
      --night: #3e5678;
      --night-2: #4a6490;
      --stone: #f4f6fa;
      --stone-2: #e8edf4;
      --paper: #ffffff;
      --ink: #2c3544;
      --muted: #5c6778;
      --quiet: #8490a0;
      --sky: #6b8fb5;
      --on-dark: #f7f8fa;
      --muted-on-dark: #c5cdd8;
      --line: rgba(62, 86, 120, 0.14);
      --line-on-dark: rgba(247, 248, 250, 0.2);
      --max: 1120px;
      --header: 76px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Figtree", system-ui, sans-serif;
      color: var(--ink);
      background: var(--stone);
      line-height: 1.65;
      font-size: 21px;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; }

    .wrap {
      width: min(var(--max), calc(100% - 40px));
      margin-inline: auto;
    }
    .wrap.stack {
      width: min(42rem, calc(100% - 40px));
    }
    .stack h2,
    .stack h2.slogan,
    .stack h2.wide {
      max-width: none;
    }
    .stack .prose,
    .stack .intro {
      max-width: none;
    }
    .stack .team {
      max-width: none;
    }

    header.site {
      position: sticky;
      top: 0;
      z-index: 20;
      height: var(--header);
      background: var(--night);
      border-bottom: 1px solid var(--line-on-dark);
    }
    body:has(.hero.fluffy-hero) header.site {
      border-bottom: 0;
    }
    header.site .wrap {
      height: 100%;
      display: flex;
      align-items: center;
      gap: 28px;
    }
    .logo {
      display: flex;
      align-items: center;
      text-decoration: none;
      flex-shrink: 0;
    }
    .logo img.word {
      height: 40px;
      width: auto;
      max-width: min(280px, 62vw);
    }
    nav.primary {
      display: flex;
      gap: 15px;
      margin-left: 12px;
      font-size: 14.5px;
      font-weight: 500;
      color: var(--muted-on-dark);
      flex-shrink: 1;
    }
    nav.primary a,
    nav.primary a:visited {
      text-decoration: none;
      color: var(--muted-on-dark) !important;
      background: transparent !important;
    }
    nav.primary a:hover,
    nav.primary a.active { color: var(--on-dark) !important; }
    .header-cta {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 18px;
      background: transparent !important;
    }
    .ghost-link {
      font-size: 13px;
      color: var(--quiet);
      text-decoration: none;
      letter-spacing: 0.02em;
    }
    .ghost-link:hover { color: var(--on-dark); }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border: 0;
      cursor: pointer;
      font-family: inherit;
      font-weight: 600;
      font-size: 16px;
      border-radius: 999px;
      padding: 12px 20px;
      background: var(--night);
      color: var(--on-dark);
    }
    .btn:hover { background: var(--night-2); }
    header.site .btn,
    header.site .btn:visited {
      background: var(--on-dark) !important;
      color: var(--night) !important;
    }
    header.site .btn:hover { background: #fff; }
    .btn.secondary {
      background: transparent;
      color: var(--night);
      border: 1px solid var(--line);
    }
    .btn.secondary:hover { border-color: var(--night); background: transparent; }
    .menu-btn {
      display: none;
      margin-left: auto;
      background: none;
      border: 1px solid var(--line-on-dark);
      color: var(--on-dark);
      width: 42px;
      height: 42px;
      border-radius: 8px;
      font-size: 18px;
      cursor: pointer;
    }

    .hero {
      padding: 88px 0 80px;
      background: var(--stone);
      color: var(--ink);
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--sky);
      font-weight: 600;
      margin-bottom: 22px;
    }
    .eyebrow::before {
      content: "";
      width: 18px;
      height: 1px;
      background: var(--sky);
    }
    h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
    h1 {
      font-size: clamp(2.4rem, 5.4vw, 4.35rem);
      line-height: 1.08;
      margin: 0 0 22px;
      font-optical-sizing: auto;
    }
    h1 em { font-style: italic; font-weight: 400; color: var(--night-2); }
    .lead {
      font-size: 1.38rem;
      color: var(--muted);
      max-width: 38rem;
      margin: 0 0 32px;
      line-height: 1.55;
    }
    .hero .lead { max-width: 46rem; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
    .app-store {
      display: inline-flex;
      line-height: 0;
      text-decoration: none;
    }
    .app-store img {
      height: 52px;
      width: auto;
      display: block;
    }
    .buy .app-store img { height: 48px; }
    .meta {
      margin-top: 28px;
      color: var(--quiet);
      font-size: 14px;
    }

    section { padding: 84px 0; }
    section.alt { background: var(--stone-2); }
    section.paper {
      background: var(--paper);
      color: var(--ink);
    }
    .kicker {
      font-size: 13px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--sky);
      font-weight: 600;
      margin: 0 0 12px;
    }
    h2 {
      font-size: clamp(1.8rem, 3vw, 2.55rem);
      line-height: 1.15;
      margin: 0 0 18px;
      max-width: 18ch;
    }
    .intro {
      max-width: 42rem;
      color: #3a4554;
      margin: 0 0 48px;
      font-size: 1.22rem;
      line-height: 1.6;
    }

    .situations {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .situation {
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }
    .num {
      font-family: "Fraunces", Georgia, serif;
      font-style: italic;
      color: var(--night);
      font-size: 1.45rem;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .situation h3 { margin: 0 0 10px; font-size: 1.25rem; }
    .situation p { margin: 0; color: #3a4554; }

    .pillars {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 18px;
    }
    .pillar {
      background: var(--paper);
      border: 1px solid rgba(62, 86, 120, 0.2);
      padding: 28px 26px 26px;
      min-height: 280px;
      display: flex;
      flex-direction: column;
    }
    .pillar.quiet {
      background: var(--paper);
    }
    .tag {
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--sky);
      margin-bottom: 16px;
    }
    .pillar h3 { margin: 0 0 12px; font-size: 1.55rem; }
    .pillar p { margin: 0 0 18px; color: #3a4554; flex: 1; font-size: 1.05em; }
    .pillar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 1em;
    }
    .pillar li {
      padding: 8px 0;
      border-top: 1px solid var(--line);
      color: #3a4554;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .step {
      background: var(--paper);
      border: 1px solid rgba(62, 86, 120, 0.2);
      padding: 26px 24px 24px;
    }
    .step h3 { margin: 0 0 10px; font-size: 1.4rem; }
    .step p { margin: 0; color: #3a4554; font-size: 1.08em; line-height: 1.55; }

    .about-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.2fr;
      gap: 40px 56px;
      align-items: stretch;
    }
    .about-grid .facts {
      grid-column: 1 / -1;
      margin-top: 4px;
    }
    .portrait {
      position: relative;
      overflow: hidden;
      background: var(--stone-2);
      min-height: 320px;
    }
    .portrait img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 52% 12%;
    }
    .facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px 28px;
      margin-top: 32px;
    }
    .facts dt {
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--quiet);
      margin-bottom: 4px;
    }
    .facts dd {
      margin: 0;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.45;
      color: var(--ink);
    }

    .prices {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .price {
      padding: 28px 24px;
      border: 1px solid var(--line);
      background: var(--paper);
    }
    .price.featured {
      background: var(--night);
      color: var(--on-dark);
      border-color: var(--night);
    }
    .price.featured p,
    .price.featured .tag { color: var(--muted-on-dark); }
    .price .amount {
      font-family: "Fraunces", Georgia, serif;
      font-size: 1.75rem;
      margin: 8px 0 10px;
    }
    .price p { margin: 0; color: var(--muted); font-size: 17px; }

    .quotes {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
      align-items: stretch;
    }
    .quotes blockquote {
      margin: 0;
      padding: 24px 22px 22px;
      font-family: "Fraunces", Georgia, serif;
      font-size: 1.12rem;
      line-height: 1.4;
      font-weight: 500;
      color: var(--ink);
      background: var(--stone);
      border: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      min-height: 100%;
      box-sizing: border-box;
    }
    .quotes blockquote footer {
      margin-top: auto;
      padding-top: 18px;
      font-family: "Figtree", sans-serif;
      font-size: 13px;
      color: var(--quiet);
    }

    .products {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .product {
      padding: 0 0 22px;
      border: 1px solid var(--line);
      text-decoration: none;
      display: flex;
      flex-direction: column;
      background: var(--paper);
      overflow: hidden;
    }
    .product:hover { background: var(--stone); }
    .product .thumb {
      display: block;
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center;
      background: var(--night);
    }
    .product-body { padding: 18px 22px 0; }
    .product h3 { margin: 6px 0 8px; }
    .product p { margin: 0; color: var(--muted); font-size: 17px; }

    form.contact {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      max-width: 720px;
    }
    form.contact .full { grid-column: 1 / -1; }
    label {
      display: block;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 6px;
    }
    input, select, textarea {
      width: 100%;
      background: #fff;
      border: 1px solid #dddcd6;
      color: var(--ink);
      font: inherit;
      padding: 12px 12px;
      border-radius: 4px;
    }
    textarea { min-height: 120px; resize: vertical; }

    .mail-cta { margin: 0 0 28px; }

    .nap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      max-width: 46rem;
      margin-inline: auto;
      margin-bottom: 36px;
    }
    .nap p {
      margin: 0;
      color: #3a4554;
      font-size: 18px;
      line-height: 1.55;
    }
    .nap strong {
      display: block;
      color: var(--ink);
      margin-bottom: 6px;
      font-size: 18px;
    }

    .faq {
      max-width: 46rem;
      margin-inline: auto;
      margin-top: 48px;
      font-size: 18px;
    }
    .faq h2 { max-width: none; }
    .faq details {
      border-top: 1px solid var(--line);
      padding: 16px 0;
    }
    .faq details:last-child { border-bottom: 1px solid var(--line); }
    .faq summary {
      cursor: pointer;
      font-weight: 600;
      list-style: none;
      font-size: 18px;
      line-height: 1.45;
    }
    .faq summary::-webkit-details-marker { display: none; }
    .faq details p {
      margin: 10px 0 4px;
      color: #3a4554;
      font-size: 18px;
      line-height: 1.6;
    }

    footer.site {
      background: var(--night);
      border-top: 0;
      padding: 40px 0 48px;
      color: var(--quiet);
      font-size: 14px;
    }
    footer.site .wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    footer.site strong { display: block; color: var(--on-dark); font-weight: 600; margin-bottom: 8px; }
    footer.site p { margin: 0 0 8px; }
    footer.site a { color: var(--muted-on-dark); text-decoration: none; }
    footer.site a:hover { color: var(--on-dark); }
    .foot-nav { display: flex; flex-direction: column; gap: 8px; }
    footer.site .foot-copy {
      grid-column: 1 / -1;
      margin: 8px 0 0;
      padding-top: 24px;
      border-top: 1px solid var(--line-on-dark);
    }

    .mobile-panel {
      display: none;
      position: fixed;
      top: var(--header);
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 19;
      background: var(--night);
      padding: 8px 24px 40px;
      overflow: auto;
    }
    .mobile-panel a {
      display: block;
      padding: 15px 0;
      text-decoration: none;
      border-bottom: 1px solid var(--line-on-dark);
      color: var(--on-dark);
      font-size: 17px;
      font-weight: 500;
    }
    .mobile-panel a.mobile-mail {
      margin-top: 22px;
      padding: 13px 18px;
      border: 0;
      border-radius: 999px;
      background: var(--on-dark);
      color: var(--night);
      text-align: center;
      font-weight: 600;
    }
    body.nav-open { overflow: hidden; }
    body.nav-open .mobile-panel { display: block; }

    @media (max-width: 1100px) {
      .prices { grid-template-columns: 1fr 1fr; }
      .feature-grid { grid-template-columns: 1fr 1fr; }
      nav.primary { gap: 11px; font-size: 13px; }
    }

    @media (max-width: 1020px) {
      nav.primary, .ghost-link { display: none; }
      .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
      .header-cta .btn { display: none; }
      .logo img.word { height: 34px; }
    }

    @media (max-width: 860px) {
      .hero { padding: 48px 0 40px; }
      .situations,
      .pillars,
      .steps,
      .about-grid,
      .prices,
      .quotes,
      .products,
      .hero .split,
      .shots,
      .story-grid,
      .team,
      .phones,
      form.contact,
      .nap,
      footer.site .wrap {
        grid-template-columns: 1fr;
      }
      .pillar.quiet { min-height: 0; }
      .portrait { aspect-ratio: 4 / 5; min-height: 0; }
      section { padding: 56px 0; }
      h2 { max-width: none; }
    }

    .hero.compact { padding: 56px 0 48px; }
    .hero.compact h1 { font-size: clamp(2rem, 4.2vw, 3.15rem); }
    .hero.home {
      padding: 72px 0 64px;
    }
    .hero.home h1 {
      font-size: clamp(1.85rem, 3.3vw, 2.65rem);
      line-height: 1.2;
      letter-spacing: -0.015em;
      font-weight: 500;
    }
    .hero.fluffy-hero {
      background: var(--night);
      color: var(--on-dark);
      min-height: 0;
      padding: 56px 0;
      display: block;
      overflow: hidden;
    }
    .fluffy-hero .wrap {
      padding: 0;
    }
    .fluffy-hero-copy { max-width: none; }
    .fluffy-hero .eyebrow { color: var(--muted-on-dark); }
    .fluffy-hero .eyebrow::before { background: var(--muted-on-dark); }
    .fluffy-hero h1 {
      color: var(--on-dark) !important;
      font-size: clamp(2.05rem, 4vw, 3.15rem);
      line-height: 1.12;
      margin: 0 0 10px;
    }
    .fluffy-hero .sub {
      font-family: "Fraunces", Georgia, serif;
      font-size: clamp(1.02rem, 1.7vw, 1.28rem);
      font-weight: 500;
      font-style: normal;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--on-dark) !important;
      margin: 0 0 24px;
    }
    .fluffy-hero .lead {
      color: var(--on-dark);
      font-size: 1.28rem;
    }
    .fluffy-hero .meta { color: var(--muted-on-dark); }
    .fluffy-hero-card {
      margin: 0;
      background: transparent;
    }
    .fluffy-hero-card img {
      width: 100%;
      height: auto;
      background: transparent;
      object-fit: contain;
    }
    .fluffy-hero .btn {
      background: var(--on-dark);
      color: var(--night) !important;
    }
    .fluffy-hero .btn:hover { background: #fff; }
    .fluffy-hero .btn.secondary {
      background: transparent;
      color: var(--on-dark) !important;
      border-color: var(--line-on-dark);
    }
    .fluffy-hero .btn.secondary:hover {
      border-color: var(--on-dark);
      background: transparent;
    }
    .cover-mini {
      margin: 0 0 28px;
      max-width: 260px;
    }
    .cover-mini img {
      width: 100%;
      height: auto;
    }
    h2.wide { max-width: none; }
    .legal { max-width: 46rem; }
    .legal h2 {
      max-width: none !important;
      font-size: 1.4rem !important;
      line-height: 1.3;
      margin: 36px 0 12px;
    }
    .legal h3 {
      font-size: 1.05rem;
      margin: 22px 0 8px;
      font-family: "Figtree", system-ui, sans-serif;
      font-weight: 600;
      letter-spacing: 0;
    }
    .legal p, .legal li { color: #3a4554; font-size: 1.05rem; line-height: 1.7; }
    .legal ul { padding-left: 1.15rem; }
    .legal strong { color: var(--ink); }
    .compare {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .topics {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
    }
    .topic {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 24px;
    }
    .topic h3 { margin: 0 0 8px; font-size: 1.3rem; }
    .topic p { margin: 0 0 12px; color: var(--muted); font-size: 17px; }
    .topic ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .topic li {
      padding: 8px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 16px;
    }

    section.help-quick {
      padding-top: 0;
      padding-bottom: 48px;
    }
    .help-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .help-chip,
    a.help-chip,
    a.help-chip:visited {
      display: inline-flex;
      padding: 8px 14px;
      border: 1px solid var(--line);
      background: var(--paper);
      color: var(--night) !important;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
    }
    .help-chip:hover { border-color: var(--night); color: var(--night) !important; }
    .help-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    a.help-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 24px;
      text-decoration: none;
    }
    a.help-card:hover { border-color: var(--night); }
    .help-card .num { margin-bottom: 10px; }
    .help-card h3 { margin: 0 0 8px; font-size: 1.25rem; }
    .help-card p {
      margin: 0;
      flex: 1;
      color: var(--muted);
      font-size: 17px;
    }
    .help-card .go {
      margin-top: 16px;
      font-size: 16px;
      font-weight: 600;
      color: var(--night);
    }
    .help-hero-visual {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .help-hero-visual img {
      width: 100%;
      max-width: 380px;
      height: auto;
    }
    .help-faq { max-width: 720px; }
    .help-faq-group {
      margin-bottom: 48px;
      scroll-margin-top: calc(var(--header) + 16px);
    }
    .help-faq-group:last-child { margin-bottom: 0; }
    .help-faq-group h3 {
      margin: 0 0 6px;
      font-size: 1.45rem;
    }
    .help-faq details {
      scroll-margin-top: calc(var(--header) + 16px);
    }
    .help-faq summary {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-right: 4px;
    }
    .help-faq summary::after {
      content: "+";
      color: var(--night);
      font-weight: 600;
      flex-shrink: 0;
    }
    .help-faq details[open] summary::after { content: "-"; }
    .help-faq details p + p { margin-top: 10px; }
    .help-faq ul {
      margin: 10px 0 4px;
      padding-left: 1.15rem;
      color: var(--muted);
    }
    .help-faq li { margin: 4px 0; }
    .help-faq a { color: var(--night); }
    .help-contact {
      max-width: 36rem;
      margin-inline: auto;
      text-align: center;
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 40px 28px;
    }
    .help-contact h2 {
      max-width: none;
      margin-inline: auto;
    }
    .help-contact p { color: var(--muted); }
    .help-contact .note {
      font-size: 16px;
      margin: 18px 0 0;
    }
    .calc {
      max-width: 36rem;
      margin-inline: auto;
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 32px 36px;
      font-size: 18px;
    }
    .calc h3 {
      font-size: 1.35em;
      margin: 0 0 22px;
    }
    .calc .row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      margin-bottom: 14px;
    }
    .calc label {
      margin: 0;
      font-size: 18px;
    }
    .calc input {
      width: 124px;
      font-size: 18px;
    }
    .calc .result {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }
    .calc .result p {
      margin: 0 0 8px;
      color: #3a4554;
      font-size: 18px;
    }
    .calc .result strong {
      color: var(--ink);
      font-size: 18px;
    }
    .calc .hint {
      font-size: 17px !important;
      color: var(--muted) !important;
    }
    .buy { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
    .hero .split {
      display: grid;
      grid-template-columns: 1.05fr 0.85fr;
      gap: 48px;
      align-items: center;
    }
    .hero .split .lead { max-width: none; }
    .hero .cover {
      margin: 0;
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
    }
    .phones {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      max-width: 520px;
      margin-top: 32px;
    }
    .phone {
      margin: 0;
    }
    .phone .bezel {
      background: #243044;
      border-radius: 32px;
      padding: 12px;
    }
    .phone img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 22px;
      background: #fff;
    }
    .phone.dark img { background: #0f1115; }
    .phone figcaption {
      margin-top: 12px;
      font-size: 13px;
      color: var(--muted);
    }
    section.media .phone figcaption { color: var(--muted-on-dark); }
    .hero .phone { max-width: 280px; margin-inline: auto; }
    section.media {
      background: var(--night);
      color: var(--on-dark);
      padding: 64px 0;
    }
    section.media .kicker { color: var(--muted-on-dark); }
    section.media h2 { color: var(--on-dark) !important; max-width: none; }
    section.media .intro {
      color: var(--muted-on-dark);
      margin-bottom: 0;
    }
    .shots {
      display: grid;
      grid-template-columns: 1.3fr 0.7fr;
      gap: 20px;
      align-items: end;
      margin-top: 32px;
    }
    .shots figure { margin: 0; background: transparent; }
    .shots img { width: 100%; height: auto; background: transparent; }
    .shots figcaption {
      margin-top: 10px;
      font-size: 13px;
      color: var(--muted-on-dark);
    }

    .order-flow {
      display: grid;
      grid-template-columns: minmax(280px, 440px) 1fr;
      gap: 40px 56px;
      align-items: center;
      margin-top: 12px;
    }
    .order-ring {
      position: relative;
      width: 100%;
      aspect-ratio: 1;
      max-width: 440px;
      margin-inline: auto;
    }
    .order-ring::before {
      content: "";
      position: absolute;
      inset: 11%;
      border: 1px solid var(--line);
      border-radius: 50%;
    }
    .order-phone {
      position: absolute;
      inset: 24%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .order-phone img {
      width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: contain;
      background: transparent;
    }
    .order-orbit {
      position: absolute;
      inset: 6%;
      display: flex;
      justify-content: center;
      transform: rotate(var(--a));
      pointer-events: none;
    }
    .order-node {
      pointer-events: auto;
      width: 52px;
      height: 52px;
      margin-top: -26px;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: var(--paper);
      color: var(--night);
      display: grid;
      place-items: center;
      cursor: pointer;
      appearance: none;
      transform: rotate(calc(-1 * var(--a)));
      box-shadow: 0 6px 16px rgba(62, 86, 120, 0.08);
    }
    .order-node svg { width: 22px; height: 22px; display: block; }
    .order-node:hover,
    .order-node:focus-visible {
      border-color: var(--night);
      outline: none;
    }
    .order-node.is-active {
      background: var(--night);
      border-color: var(--night);
      color: #fff;
    }
    .order-panel .num { margin-bottom: 10px; }
    .order-panel h3 {
      margin: 0 0 10px;
      font-size: 1.55rem;
    }
    .order-panel p { margin: 0; color: var(--muted); max-width: 28rem; }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 8px;
    }
    .feature {
      background: var(--paper);
      border: 1px solid var(--line);
      padding: 22px 20px 20px;
    }
    .feature-ico {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--stone);
      color: var(--night);
      margin-bottom: 14px;
    }
    .feature-ico svg { width: 18px; height: 18px; display: block; }
    .feature h3 {
      margin: 0 0 8px;
      font-size: 1.08rem;
    }
    .feature p {
      margin: 0;
      color: var(--muted);
      font-size: 17px;
    }

    @media (max-width: 860px) {
      .order-flow,
      .feature-grid { grid-template-columns: 1fr; }
      .order-ring { max-width: 340px; }
    }
    .video-wrap {
      margin-top: 28px;
      max-width: 920px;
      background: #111;
    }
    .video-wrap video {
      width: 100%;
      height: auto;
      display: block;
      vertical-align: top;
    }
    .story-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 48px;
      align-items: start;
    }
    .story-grid .legal,
    .story-grid .prose { max-width: none; }
    h2.slogan {
      font-size: clamp(1.35rem, 2.5vw, 1.85rem);
      font-weight: 500;
      font-style: italic;
      line-height: 1.35;
      max-width: 28rem;
      margin: 0 0 24px;
    }
    .prose { max-width: 42rem; }
    .prose p {
      margin: 0 0 18px;
      color: #3a4554;
      font-size: 1.12rem;
      line-height: 1.7;
    }
    .prose a,
    .facts a,
    .intro a,
    .nap a,
    .legal a {
      color: var(--night) !important;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .prose a:hover,
    .facts a:hover,
    .intro a:hover,
    .nap a:hover,
    .legal a:hover { color: var(--night-2) !important; }
    .fluffy-hero .meta a {
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .story-grid figure { margin: 0; background: transparent; }
    .story-grid img { width: 100%; height: auto; background: transparent; }
    .art-band {
      padding: 0;
      background: var(--night);
      line-height: 0;
    }
    .art-band img {
      width: 100%;
      height: auto;
      max-height: none;
      display: block;
    }
    .team {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      max-width: 560px;
      margin-inline: auto;
      margin-top: 36px;
    }
    .team figure { margin: 0; }
    .team .portrait { background: #fff; }
    .team .cutout {
      display: block;
      width: 100%;
      height: auto;
      background: transparent;
    }
    .team figcaption {
      margin-top: 10px;
      font-size: 14px;
      color: var(--muted);
    }
    .team figcaption strong {
      display: block;
      color: var(--ink);
      font-weight: 600;
    }
    @media (max-width: 860px) {
      .compare, .topics, .help-grid, .story-grid, .hero .split, .nap { grid-template-columns: 1fr; }
      .hero .cover { max-width: 300px; margin-inline: auto; }
      .fluffy-hero-card { max-width: 360px; margin-inline: auto; }
      .hero.fluffy-hero { padding: 40px 0 36px; }
      .calc { padding: 24px; }
    }

    /* WordPress / Divi */
    .legal a,
    .ntm-divi a,
    .intro a,
    .faq a {
      color: var(--night) !important;
    }
    .ntm-notice {
      max-width: 720px;
      padding: 14px 16px;
      margin: 0 0 24px;
      border: 1px solid var(--line);
      background: var(--paper);
    }
    .ntm-notice-ok { border-color: var(--night); }
    .ntm-notice-err { color: var(--muted); }
    .ntm-hp {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    body.admin-bar header.site { top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar header.site { top: 46px; }
    }
    body.nighttime-site #main-header,
    body.nighttime-site #top-header,
    body.nighttime-site footer#main-footer {
      display: none !important;
    }
    body.nighttime-site #et-main-area {
      padding-top: 0;
    }
    body.nighttime-site #page-container {
      padding-top: 0 !important;
    }
    body.nighttime-site:has(.hero.fluffy-hero) #page-container,
    body.nighttime-site:has(.hero.fluffy-hero) #et-main-area,
    body.nighttime-site:has(.hero.fluffy-hero) #et-boc,
    body.nighttime-site:has(.hero.fluffy-hero) #main-content {
      background: var(--stone) !important;
    }
    body.nighttime-site,
    body.nighttime-site p,
    body.nighttime-site li,
    body.nighttime-site a,
    body.nighttime-site button,
    body.nighttime-site input,
    body.nighttime-site textarea,
    body.nighttime-site select {
      font-family: "Figtree", system-ui, sans-serif;
    }
    body.nighttime-site h1,
    body.nighttime-site h2,
    body.nighttime-site h3,
    body.nighttime-site blockquote,
    body.nighttime-site .num,
    body.nighttime-site .price .amount,
    body.nighttime-site h2.slogan {
      font-family: "Fraunces", Georgia, serif;
    }
    body.nighttime-site h1,
    body.nighttime-site h2,
    body.nighttime-site h3 {
      color: var(--ink) !important;
    }
    body.nighttime-site h1 em {
      color: var(--night-2) !important;
    }
    body.nighttime-site .hero.fluffy-hero,
    body.nighttime-site .hero.fluffy-hero h1,
    body.nighttime-site .hero.fluffy-hero .sub,
    body.nighttime-site .hero.fluffy-hero .lead {
      color: var(--on-dark) !important;
    }
    body.nighttime-site .hero.fluffy-hero .sub {
      font-size: clamp(1.02rem, 1.7vw, 1.28rem) !important;
    }
    body.nighttime-site .prose p {
      font-size: 1.12rem !important;
      line-height: 1.7 !important;
      color: #3a4554 !important;
    }
    body.nighttime-site .intro {
      font-size: 1.22rem !important;
      line-height: 1.6 !important;
      color: #3a4554 !important;
    }
    body.nighttime-site .situation p,
    body.nighttime-site .pillar p,
    body.nighttime-site .step p,
    body.nighttime-site .legal p,
    body.nighttime-site .legal li {
      font-size: 1.05em !important;
      line-height: 1.7 !important;
      color: #3a4554 !important;
    }
    body.nighttime-site .pillar li {
      font-size: 1em !important;
      color: #3a4554 !important;
    }
    body.nighttime-site .faq,
    body.nighttime-site .faq summary,
    body.nighttime-site .faq details p,
    body.nighttime-site .nap p,
    body.nighttime-site .nap strong,
    body.nighttime-site .calc,
    body.nighttime-site .calc label,
    body.nighttime-site .calc input,
    body.nighttime-site .calc .result p,
    body.nighttime-site .calc .result strong {
      font-size: 18px !important;
    }
    body.nighttime-site .calc .hint {
      font-size: 17px !important;
    }
    body.nighttime-site .num {
      color: var(--night) !important;
      font-size: 1.45rem !important;
    }
    body.nighttime-site .hero.fluffy-hero .meta,
    body.nighttime-site .hero.fluffy-hero .eyebrow {
      color: var(--muted-on-dark) !important;
    }
    body.nighttime-site .hero.fluffy-hero {
      background: var(--night) !important;
    }
    body.nighttime-site section.media h2 {
      color: var(--on-dark) !important;
    }
    body.nighttime-site section.media .intro,
    body.nighttime-site section.media .kicker {
      color: var(--muted-on-dark) !important;
    }
    body.nighttime-site a[href^="mailto:"]:not(.btn) {
      color: var(--night) !important;
    }
    body.nighttime-site .nap a,
    body.nighttime-site .legal a,
    body.nighttime-site .prose a,
    body.nighttime-site .intro a,
    body.nighttime-site .facts a {
      color: var(--night) !important;
    }
    body.nighttime-site footer.site a {
      color: var(--muted-on-dark) !important;
    }
    body.nighttime-site a.help-chip,
    body.nighttime-site a.help-chip:visited {
      color: var(--night) !important;
    }
    body.nighttime-site .facts dd {
      font-size: 15px !important;
      line-height: 1.45 !important;
    }
    body.nighttime-site header.site nav.primary a,
    body.nighttime-site header.site nav.primary a:visited,
    body.nighttime-site #et-boc header.site nav.primary a {
      color: var(--muted-on-dark) !important;
      background: transparent !important;
    }
    body.nighttime-site header.site nav.primary a:hover,
    body.nighttime-site header.site nav.primary a.active {
      color: var(--on-dark) !important;
    }
    body.nighttime-site header.site .header-cta {
      background: transparent !important;
      box-shadow: none !important;
    }
    body.nighttime-site .quotes blockquote {
      color: var(--ink) !important;
      background: var(--stone) !important;
    }
