:root {
      --green: #6b9227;
      --green-hover: #587b20;
      --forest: #17351f;
      --forest-soft: #24482b;
      --cream: #f4f1e8;
      --paper: #fffef9;
      --text: #223126;
      --muted: #667268;
      --line: rgba(23, 53, 31, .12);
      --shadow: 0 32px 90px rgba(21, 50, 28, .18);
    }

    *, *::before, *::after { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      min-width: 320px;
      color: var(--text);
      background: var(--cream);
      font-family: "Manrope", Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
    }

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

    .page {
      position: relative;
      min-height: 100vh;
      min-height: 100svh;
      padding: 30px;
      display: grid;
      place-items: center;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(circle at 7% 5%, rgba(107, 146, 39, .18), transparent 27rem),
        radial-gradient(circle at 94% 95%, rgba(107, 146, 39, .13), transparent 29rem),
        linear-gradient(135deg, #fbfaf4, #edf0e5);
    }

    .page::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: .35;
      background-image: radial-gradient(rgba(23, 53, 31, .14) .7px, transparent .7px);
      background-size: 18px 18px;
      mask-image: linear-gradient(110deg, #000, transparent 46%, #000);
    }

    .orb {
      position: absolute;
      z-index: -1;
      border: 70px solid rgba(107, 146, 39, .055);
      border-radius: 50%;
      pointer-events: none;
    }

    .orb.one { width: 420px; height: 420px; top: -235px; left: -180px; }
    .orb.two { width: 350px; height: 350px; right: -190px; bottom: -210px; }

    .shell {
      width: min(1220px, 100%);
      min-height: min(720px, calc(100svh - 60px));
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      overflow: hidden;
      background: var(--paper);
      border: 1px solid rgba(255, 255, 255, .75);
      border-radius: 30px;
      box-shadow: var(--shadow);
    }

    .content {
      padding: clamp(40px, 6vw, 76px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .brand {
      width: 220px;
      margin-bottom: 34px;
    }

    .eyebrow {
      width: fit-content;
      margin: 0 0 20px;
      padding: 9px 14px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #567721;
      background: #edf4e4;
      border: 1px solid #d7e5c5;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    .eyebrow-dot {
      width: 8px;
      height: 8px;
      background: var(--green);
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(107, 146, 39, .13);
    }

    h1 {
      max-width: 650px;
      margin: 0;
      color: var(--forest);
      font-family: "DM Serif Display", Georgia, serif;
      font-size: clamp(50px, 6.1vw, 82px);
      font-weight: 400;
      line-height: .95;
      letter-spacing: -.035em;
    }

    h1 em { color: var(--green); font-weight: 400; }

    .lead {
      max-width: 570px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: clamp(15px, 1.5vw, 18px);
      line-height: 1.7;
    }

    .lead strong { color: var(--forest); }

    .features {
      margin: 26px 0 30px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
    }

    .feature {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #3e4a40;
      font-size: 13px;
      font-weight: 700;
    }

    .feature svg {
      width: 21px;
      height: 21px;
      padding: 5px;
      color: #fff;
      background: var(--green);
      border-radius: 50%;
      fill: none;
      stroke: currentColor;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .new-home {
      width: fit-content;
      max-width: 100%;
      margin-bottom: 27px;
      padding: 13px 17px;
      background: #f8f8f3;
      border: 1px solid var(--line);
      border-radius: 13px;
    }

    .new-home small {
      display: block;
      margin-bottom: 8px;
      color: #7b877d;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .new-home img {
      width: auto;
      max-width: 180px;
      max-height: 66px;
      object-fit: contain;
    }

    .actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 21px; }

    .button {
      min-height: 56px;
      padding: 15px 23px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      color: #fff;
      background: var(--green);
      border-radius: 12px;
      box-shadow: 0 13px 27px rgba(91, 130, 31, .24);
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    }

    .button svg, .quiet-link svg {
      width: 19px;
      height: 19px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform .25s ease;
    }

    .button:hover, .button:focus-visible {
      background: var(--green-hover);
      box-shadow: 0 17px 32px rgba(91, 130, 31, .3);
      transform: translateY(-2px);
    }

    .button:hover svg { transform: translateX(4px); }

    .quiet-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--forest);
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
    }

    .quiet-link:hover { color: var(--green); }
    .quiet-link:hover svg { transform: translate(2px, -2px); }

    .redirect {
      min-height: 22px;
      margin-top: 25px;
      color: #7d887f;
      font-size: 11px;
    }

    .redirect button {
      padding: 0;
      color: var(--forest);
      background: none;
      border: 0;
      border-bottom: 1px solid currentColor;
      cursor: pointer;
      font: inherit;
      font-weight: 700;
    }

    .contact {
      margin-top: 8px;
      color: #89918a;
      font-size: 11px;
      line-height: 1.7;
    }

    .contact a { color: var(--forest); font-weight: 700; text-decoration: none; }
    .contact i { margin: 0 6px; font-style: normal; }

    .visual {
      position: relative;
      min-height: 620px;
      overflow: hidden;
      background: var(--forest);
    }

    .visual::before {
      content: "";
      position: absolute;
      z-index: 3;
      top: -8%;
      left: -85px;
      width: 150px;
      height: 116%;
      background: var(--paper);
      border-radius: 50%;
    }

    .dog {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 45%;
      transition: transform .8s cubic-bezier(.2,.7,.2,1);
    }

    .shell:hover .dog { transform: scale(1.025); }

    .shade {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(14, 32, 17, .03) 35%, rgba(14, 35, 18, .82) 100%);
    }

    .image-note {
      position: absolute;
      z-index: 4;
      right: 30px;
      bottom: 30px;
      left: 48px;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      gap: 13px;
      color: #fff;
      background: rgba(20, 51, 25, .82);
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 16px;
      box-shadow: 0 16px 40px rgba(0,0,0,.25);
      backdrop-filter: blur(9px);
    }

    .paw-box {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      padding: 9px;
      color: #fff;
      background: var(--green);
      border-radius: 12px;
    }

    .paw-box svg { width: 100%; height: 100%; fill: currentColor; }
    .image-note strong, .image-note span { display: block; }
    .image-note strong { margin-bottom: 3px; font-size: 15px; }
    .image-note span { color: rgba(255,255,255,.73); font-size: 12px; }

    .paw-float {
      position: absolute;
      z-index: 2;
      top: 28px;
      right: 25px;
      width: 80px;
      height: 80px;
      color: #fff;
      opacity: .16;
      transform: rotate(17deg);
      fill: currentColor;
    }

    .reveal {
      opacity: 0;
      transform: translateY(14px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .loaded .reveal { opacity: 1; transform: none; }
    .loaded .reveal:nth-child(2) { transition-delay: .05s; }
    .loaded .reveal:nth-child(3) { transition-delay: .1s; }
    .loaded .reveal:nth-child(4) { transition-delay: .15s; }
    .loaded .reveal:nth-child(5) { transition-delay: .2s; }
    .loaded .reveal:nth-child(6) { transition-delay: .25s; }

    :focus-visible { outline: 3px solid rgba(107,146,39,.45); outline-offset: 4px; }

    @media (max-width: 900px) {
      .page { padding: 18px; place-items: start center; }
      .shell { min-height: auto; grid-template-columns: 1fr; }
      .visual { grid-row: 1; min-height: 410px; }
      .visual::before { display: none; }
      .content { grid-row: 2; padding: 43px; }
      .image-note { left: 22px; right: 22px; bottom: 22px; }
    }

    @media (max-width: 560px) {
      .page { padding: 10px; }
      .shell { border-radius: 21px; }
      .visual { min-height: 330px; }
      .dog { object-position: center 42%; }
      .content { padding: 32px 21px 28px; }
      .brand { width: 190px; margin-bottom: 25px; }
      h1 { font-size: clamp(42px, 13vw, 55px); }
      .lead { margin-top: 19px; }
      .features { align-items: flex-start; flex-direction: column; margin: 23px 0 27px; }
      .actions { align-items: stretch; flex-direction: column; }
      .button { width: 100%; }
      .quiet-link { justify-content: center; padding: 7px; }
      .redirect, .contact { text-align: center; }
      .contact i { display: block; height: 0; overflow: hidden; }
      .image-note { padding: 14px; left: 14px; right: 14px; bottom: 14px; }
      .paw-float { width: 58px; height: 58px; top: 17px; right: 15px; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
      .reveal { opacity: 1; transform: none; }
    }
