:root {
  color-scheme: dark;
  --ink: #0b0d0a;
  --ink-soft: #11140f;
  --paper: #f3f2ec;
  --muted: #888d82;
  --line: #292d26;
  --line-light: rgba(11, 13, 10, 0.18);
  --lime: #b9ff38;
  --lime-dark: #84b924;
  --max-width: 1440px;
  --side: clamp(20px, 3.8vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(100%, var(--max-width));
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 var(--side);
}

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.05em;
}

.brand img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand b {
  color: var(--lime);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 38px;
  color: var(--muted);
  font-size: 13px;
}

.site-header nav a {
  transition: color 160ms ease;
}

.site-header nav a:hover {
  color: var(--paper);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}

.impact-link {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  transition: color 160ms ease;
}

.impact-link:hover {
  color: var(--paper);
}

.impact-link span {
  margin-left: 3px;
  color: var(--lime);
}

.currency-switcher {
  display: inline-flex;
  border: 1px solid var(--line);
  padding: 3px;
}

.currency-switcher button {
  min-width: 52px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.currency-switcher button[aria-pressed="true"] {
  background: var(--paper);
  color: var(--ink);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(52px, 8vw, 128px);
  padding: 74px 0 90px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: #a6aa9f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(185, 255, 56, 0.75);
}

.eyebrow.dark {
  color: rgba(11, 13, 10, 0.65);
}

.hero h1,
.section-statement h2,
.impact-copy h2,
.transparency-section h2,
.legal-shell h1,
.error-shell h1,
.preview-dialog h2 {
  margin: 0;
  font-weight: 560;
  line-height: 0.88;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(74px, 8.2vw, 132px);
  white-space: nowrap;
}

.hero-copy {
  position: relative;
  isolation: isolate;
}

.hero-copy h1,
.hero-copy .hero-intro {
  position: relative;
  z-index: 1;
}

.hero h1 em,
.section-statement h2 em,
.impact-copy h2 em,
.legal-shell h1 em,
.error-shell h1 em,
.preview-dialog h2 em {
  color: var(--lime);
  font-style: normal;
}

.hero-intro {
  max-width: 640px;
  margin: 40px 0 0;
  color: #9a9f94;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  letter-spacing: -0.015em;
}

.tree-builder {
  position: relative;
  padding: 24px clamp(24px, 3.4vw, 44px) clamp(24px, 3.4vw, 44px);
  border: 1px solid #393e35;
  background: #0e100d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.tree-builder::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 22% 10% -4%;
  background: rgba(185, 255, 56, 0.08);
  filter: blur(55px);
}

.builder-heading,
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.step-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.builder-heading p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.live-dot {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6f746b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-dot i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
}

.woodland {
  position: relative;
  height: 104px;
  margin: -4px 0 22px;
  overflow: hidden;
}

.woodland-tree {
  --rotate: 0deg;
  position: absolute;
  z-index: 1;
  display: block;
  transform: translateX(-50%) rotate(var(--rotate));
  transform-origin: 50% 100%;
  animation: woodland-grow 380ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.woodland-tree:first-child {
  z-index: 3;
  opacity: 1;
}

.woodland.is-single .woodland-tree:first-child {
  bottom: 6px;
  width: 84px;
  height: 84px;
}

.woodland-tree-1 { left: 50%; bottom: 10px; width: 76px; height: 76px; }
.woodland-tree-2 { --rotate: -3deg; left: 31%; bottom: 9px; width: 58px; height: 58px; opacity: 0.9; }
.woodland-tree-3 { --rotate: 2deg; left: 69%; bottom: 8px; width: 63px; height: 63px; opacity: 0.92; }
.woodland-tree-4 { --rotate: -5deg; left: 17%; bottom: 7px; width: 46px; height: 46px; opacity: 0.7; }
.woodland-tree-5 { --rotate: 4deg; left: 83%; bottom: 6px; width: 49px; height: 49px; opacity: 0.72; }
.woodland-tree-6 { --rotate: 3deg; left: 41%; bottom: 7px; width: 49px; height: 49px; opacity: 0.68; }
.woodland-tree-7 { --rotate: -3deg; left: 60%; bottom: 6px; width: 44px; height: 44px; opacity: 0.66; }
.woodland-tree-8 { --rotate: 4deg; left: 8%; bottom: 5px; width: 37px; height: 37px; opacity: 0.48; }
.woodland-tree-9 { --rotate: -4deg; left: 92%; bottom: 5px; width: 39px; height: 39px; opacity: 0.5; }
.woodland-tree-10 { --rotate: 5deg; left: 75%; bottom: 5px; width: 38px; height: 38px; opacity: 0.46; }
.woodland-tree-11 { --rotate: -5deg; left: 3%; bottom: 4px; width: 27px; height: 27px; opacity: 0.28; }
.woodland-tree-12 { --rotate: 3deg; left: 13%; bottom: 7px; width: 30px; height: 30px; opacity: 0.34; }
.woodland-tree-13 { --rotate: -2deg; left: 22%; bottom: 4px; width: 35px; height: 35px; opacity: 0.42; }
.woodland-tree-14 { --rotate: 5deg; left: 27%; bottom: 9px; width: 28px; height: 28px; opacity: 0.3; }
.woodland-tree-15 { --rotate: -4deg; left: 36%; bottom: 5px; width: 34px; height: 34px; opacity: 0.4; }
.woodland-tree-16 { --rotate: 3deg; left: 46%; bottom: 8px; width: 29px; height: 29px; opacity: 0.32; }
.woodland-tree-17 { --rotate: -5deg; left: 55%; bottom: 4px; width: 33px; height: 33px; opacity: 0.38; }
.woodland-tree-18 { --rotate: 4deg; left: 64%; bottom: 9px; width: 27px; height: 27px; opacity: 0.3; }
.woodland-tree-19 { --rotate: -3deg; left: 72%; bottom: 4px; width: 34px; height: 34px; opacity: 0.4; }
.woodland-tree-20 { --rotate: 5deg; left: 79%; bottom: 8px; width: 29px; height: 29px; opacity: 0.32; }
.woodland-tree-21 { --rotate: -4deg; left: 87%; bottom: 4px; width: 34px; height: 34px; opacity: 0.4; }
.woodland-tree-22 { --rotate: 3deg; left: 97%; bottom: 7px; width: 26px; height: 26px; opacity: 0.27; }
.woodland-tree-23 { --rotate: 4deg; left: 24%; bottom: 6px; width: 24px; height: 24px; opacity: 0.25; }
.woodland-tree-24 { --rotate: -3deg; left: 57%; bottom: 7px; width: 25px; height: 25px; opacity: 0.26; }
.woodland-tree-25 { --rotate: 4deg; left: 85%; bottom: 8px; width: 23px; height: 23px; opacity: 0.24; }

@keyframes woodland-grow {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(12px) scale(0.68) rotate(var(--rotate));
  }
}

.blossom-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.blossom {
  --drift: 0px;
  --turn: 180deg;
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: var(--width, 7px);
  height: var(--height, 4px);
  border-radius: 100% 0 100% 0;
  background: currentColor;
  color: var(--colour, var(--paper));
  opacity: 0;
  animation: blossom-fall var(--duration, 6s) cubic-bezier(0.25, 0.5, 0.35, 1) var(--delay, 0s) infinite both;
}

.blossom-1 { --left: 46%; --top: 34px; --drift: -18px; --turn: -210deg; --delay: 0.2s; --duration: 6.2s; }
.blossom-2 { --left: 54%; --top: 30px; --drift: 22px; --turn: 240deg; --delay: 0.7s; --duration: 6.5s; --colour: var(--lime); }
.blossom-3 { --left: 49%; --top: 43px; --drift: 31px; --turn: 190deg; --delay: 1.3s; --duration: 5.8s; --width: 6px; }
.blossom-4 { --left: 42%; --top: 48px; --drift: -25px; --turn: -250deg; --delay: 1.8s; --duration: 6.4s; --colour: var(--lime); }
.blossom-5 { --left: 58%; --top: 46px; --drift: 16px; --turn: 220deg; --delay: 2.3s; --duration: 5.7s; }
.blossom-6 { --left: 47%; --top: 27px; --drift: -31px; --turn: -180deg; --delay: 2.8s; --duration: 6.1s; --width: 5px; --height: 3px; }
.blossom-7 { --left: 55%; --top: 52px; --drift: 27px; --turn: 260deg; --delay: 3.3s; --duration: 5.5s; --colour: var(--lime); --width: 5px; --height: 3px; }
.blossom-8 { --left: 44%; --top: 39px; --drift: -13px; --turn: -230deg; --delay: 3.8s; --duration: 5.8s; }

@keyframes blossom-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -2px, 0) rotate(0deg);
  }
  12% { opacity: 0.88; }
  72% { opacity: 0.7; }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), 57px, 0) rotate(var(--turn));
  }
}

.quantity-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: stretch;
  margin-top: 38px;
  border: 1px solid var(--line);
}

.quantity-button {
  border: 0;
  background: transparent;
  color: #8b9087;
  font-size: 25px;
  cursor: pointer;
  transition: color 140ms ease, background 140ms ease;
}

.quantity-button:first-child {
  border-right: 1px solid var(--line);
}

.quantity-button:last-child {
  border-left: 1px solid var(--line);
}

.quantity-button:hover {
  background: #161a14;
  color: var(--paper);
}

.quantity-field {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  padding: 17px 8px 15px;
}

.quantity-field input {
  width: min(130px, 55%);
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-align: right;
  appearance: textfield;
}

.quantity-field input::-webkit-inner-spin-button,
.quantity-field input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.quantity-field > span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.preset-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 12px 0 34px;
  gap: 8px;
}

.preset-row button {
  padding: 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: #7c8177;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.preset-row button:hover,
.preset-row button.active {
  border-color: #72786c;
  color: var(--paper);
}

.price-row {
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.price-row strong {
  color: var(--paper);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.terms-consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0 0 18px;
  color: #777c72;
  font-size: 10px;
  line-height: 1.55;
  cursor: pointer;
}

.terms-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--lime);
  cursor: pointer;
}

.terms-consent a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-button {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 16px;
  padding: 0 20px 0 24px;
  border: 0;
  background: var(--lime);
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.checkout-button:hover {
  background: #c7ff5f;
  transform: translateY(-2px);
}

.checkout-button:disabled {
  background: #839f50;
  cursor: wait;
  transform: none;
}

.checkout-button [data-checkout-price] {
  font-variant-numeric: tabular-nums;
}

.checkout-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.builder-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 14px 0 0;
  color: #656a61;
  font-size: 10px;
}

.builder-note svg {
  width: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-error {
  margin: 12px 0 0;
  color: #ff8e7a;
  font-size: 11px;
  text-align: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip > div {
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  padding: 28px clamp(18px, 3vw, 42px);
}

.trust-strip > div + div {
  border-left: 1px solid var(--line);
}

.trust-strip span,
.steps-list > li > span,
.legal-copy section > span {
  color: #5f645b;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.trust-strip p {
  margin: 0;
  color: #bbbeb6;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.why-section {
  min-height: 500px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(70px, 9vw, 145px);
  padding: 88px 0 94px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.why-section::after {
  content: "WHY";
  position: absolute;
  left: -10px;
  bottom: -92px;
  color: #0f120e;
  font-size: clamp(180px, 24vw, 345px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.why-context,
.why-copy {
  position: relative;
  z-index: 1;
}

.why-scale em {
  color: var(--lime);
  font-style: normal;
}

.why-context {
  max-width: 680px;
}

.why-copy {
  max-width: 500px;
  justify-self: end;
}

.why-lede {
  margin: 0;
  color: #9ca198;
  font-size: clamp(18px, 1.55vw, 22px);
  letter-spacing: -0.018em;
  line-height: 1.55;
}

.why-lede strong {
  color: var(--paper);
  font-weight: 600;
}

.why-answer {
  margin-top: 0;
  padding-top: 0;
}

.why-answer > span {
  color: #747a70;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.why-scale {
  margin: 18px 0;
  color: var(--paper);
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.why-answer > p:last-child {
  margin: 0;
  color: #777c73;
  font-size: 13px;
  line-height: 1.7;
}

.why-answer > p:last-child strong {
  color: var(--paper);
}

.how-section {
  min-height: 860px;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 11vw;
  align-items: center;
  padding: 140px 0;
}

.section-statement h2,
.impact-copy h2,
.transparency-section h2 {
  font-size: clamp(64px, 7.2vw, 112px);
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
}

.steps-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps-list h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.steps-list p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.impact-section {
  min-height: 630px;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 10vw;
  align-items: center;
  padding: clamp(46px, 6vw, 92px);
  background: var(--lime);
  color: var(--ink);
}

.impact-number {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.impact-number > span {
  font-size: clamp(170px, 24vw, 370px);
  font-weight: 650;
  line-height: 0.74;
  letter-spacing: -0.075em;
}

.impact-number small {
  margin-top: 1vw;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.impact-copy h2 em {
  color: rgba(11, 13, 10, 0.5);
}

.impact-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 34px 0;
  color: rgba(11, 13, 10, 0.66);
  font-size: 16px;
  line-height: 1.65;
}

.impact-copy a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.impact-copy a span {
  font-size: 18px;
}

.transparency-section {
  min-height: 660px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto auto;
  gap: 55px 10vw;
  align-content: center;
  padding: 130px 0;
  border-bottom: 1px solid var(--line);
}

.transparency-section > .eyebrow {
  align-self: start;
}

.transparency-section > div p {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.transparency-section > div strong {
  color: var(--paper);
}

.fine-print {
  grid-column: 2;
  max-width: 640px;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: #62675e;
  font-size: 11px;
}

.minimal-note {
  min-height: 210px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #666b62;
  font-size: 11px;
}

.minimal-note p {
  margin: 0;
  padding: 30px clamp(18px, 3vw, 42px);
  text-align: center;
}

.minimal-note p + p {
  border-left: 1px solid var(--line);
}

.minimal-note strong {
  color: var(--paper);
  font-weight: 600;
}

.minimal-home .impact-section {
  margin-top: 128px;
}

.minimal-home .why-section + .impact-section {
  margin-top: 90px;
}

.impact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.minimal-home .site-header {
  grid-template-columns: 1fr auto;
}

.site-footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  color: #666b62;
  font-size: 11px;
}

.brand-small {
  color: var(--paper);
  font-size: 17px;
}

.brand-small img {
  width: 28px;
  height: 28px;
}

.site-footer > p {
  justify-self: center;
}

.site-footer > div {
  justify-self: end;
  display: flex;
  gap: 22px;
}

.site-footer a:hover {
  color: var(--paper);
}

.preview-dialog {
  width: min(540px, calc(100% - 32px));
  padding: clamp(32px, 6vw, 64px);
  border: 0;
  background: var(--lime);
  color: var(--ink);
}

.preview-dialog::backdrop {
  background: rgba(4, 5, 4, 0.82);
  backdrop-filter: blur(8px);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(11, 13, 10, 0.25);
  border-radius: 50%;
  background: transparent;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.dialog-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 20px;
}

.preview-dialog h2 {
  font-size: clamp(50px, 8vw, 76px);
}

.preview-dialog h2 em {
  color: rgba(11, 13, 10, 0.48);
}

.preview-dialog > p:not(.eyebrow) {
  margin: 30px 0;
  color: rgba(11, 13, 10, 0.66);
  line-height: 1.65;
}

.dialog-action {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.legal-shell,
.error-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 80px 0 120px;
}

.back-link {
  display: inline-block;
  margin-bottom: 120px;
  color: var(--muted);
  font-size: 13px;
}

.legal-shell h1,
.error-shell h1 {
  max-width: 1000px;
  font-size: clamp(70px, 10vw, 145px);
}

.legal-intro {
  max-width: none;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-copy {
  margin-top: 120px;
}

.legal-copy section {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.legal-copy section:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-copy h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.legal-copy p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.legal-copy p + p {
  margin-top: 14px;
}

.legal-copy strong {
  color: var(--paper);
}

.legal-copy a {
  color: var(--lime);
}

.legal-footer,
.success-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.error-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-shell > a {
  align-self: flex-start;
  margin-top: 60px;
  padding: 18px 24px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
}

.error-shell > a span {
  margin-left: 30px;
}

.success-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: 42px 0 100px;
}

.success-copy {
  max-width: none;
  margin: clamp(64px, 9vh, 110px) 0 100px;
}

.success-copy h1 {
  margin: 0;
  font-size: clamp(24px, 8vw, 112px);
  font-weight: 560;
  line-height: 0.88;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.success-copy h1 em {
  color: var(--lime);
  font-style: normal;
}

.success-copy > p:last-child {
  max-width: 620px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.order-card {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.order-card > div {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 9px 12px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.order-card > div > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.order-card > div > strong {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
  justify-self: start;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.order-card > div > .status-check {
  grid-column: 2;
  grid-row: 2;
}

.order-card > div[data-project-row] > strong {
  grid-column: 1 / -1;
}

.order-card > .certificate-download-row {
  grid-template-columns: 1fr;
}

.certificate-download {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.certificate-download-arrow {
  width: 17px;
  height: 17px;
  margin-left: 2px;
  fill: none;
  stroke: #777d72;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease, stroke 160ms ease;
}

.certificate-download:hover {
  color: var(--lime);
}

.certificate-download:hover .certificate-download-arrow {
  stroke: var(--lime);
  transform: translateY(2px);
}

.status-check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  font-size: 11px;
  font-style: normal;
}

.status-check.waiting {
  border-color: #60655b;
  color: #80857a;
}

.order-tree-link[hidden],
.order-card > div[hidden] {
  display: none;
}

.success-actions {
  width: min(100%, 480px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 60px;
}

.success-actions > a {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease;
}

.order-tree-link {
  background: var(--paper);
}

.success-home-link {
  background: var(--lime);
}

.success-actions > a:hover {
  background: #fff;
  transform: translateY(-2px);
}

.success-home-link:hover {
  background: #c7ff5f;
}

.success-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.success-actions > a:hover svg {
  transform: translateX(3px);
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .tree-builder {
    width: min(100%, 620px);
  }

  .why-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .why-copy {
    max-width: 680px;
    justify-self: start;
  }

  .how-section {
    grid-template-columns: 1fr;
    gap: 90px;
  }

  .section-statement {
    max-width: 780px;
  }

  .impact-section {
    grid-template-columns: 0.6fr 1fr;
    gap: 6vw;
  }

  .minimal-note {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .minimal-note p {
    padding: 20px 10px;
  }

  .minimal-note p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .minimal-home .impact-section {
    margin-top: 90px;
  }
}

@media (max-width: 760px) {
  :root {
    --side: 20px;
  }

  .site-header {
    min-height: 74px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .site-header nav {
    display: none;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .currency-switcher button {
    min-width: 38px;
    padding: 7px 5px;
    font-size: 9px;
  }

  .header-actions {
    gap: 7px;
  }

  .impact-link {
    font-size: 9px;
  }

  .hero {
    min-height: auto;
    padding: 62px 0 72px;
    gap: 58px;
  }

  .hero h1 {
    font-size: min(16.4vw, 94px);
  }

  .hero-intro {
    margin-top: 30px;
    font-size: clamp(11.5px, 3.5vw, 14px);
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .tree-builder {
    padding: 18px 22px 22px;
  }

  .woodland {
    height: 104px;
    margin-bottom: 18px;
  }

  .quantity-row {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
  }

  .quantity-field input {
    font-size: 38px;
  }

  .checkout-button {
    grid-template-columns: 1fr auto;
  }

  .checkout-button svg {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    min-height: 112px;
    padding: 24px 10px;
  }

  .trust-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .why-section {
    gap: 42px;
    padding: 68px 0 76px;
  }

  .why-section::after {
    left: -12px;
    bottom: -38px;
    font-size: 150px;
  }

  .why-copy {
    max-width: none;
    justify-self: stretch;
  }

  .why-lede {
    font-size: 17px;
  }

  .why-scale {
    font-size: 42px;
  }

  .minimal-home .why-section + .impact-section {
    margin-top: 0;
  }

  .how-section {
    min-height: auto;
    padding: 110px 0;
  }

  .section-statement h2,
  .impact-copy h2,
  .transparency-section h2 {
    font-size: clamp(57px, 16vw, 82px);
  }

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

  .impact-section {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 80px;
    padding: 70px 28px;
  }

  .impact-number > span {
    font-size: 210px;
  }

  .transparency-section {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 52px;
    padding: 110px 0;
  }

  .fine-print {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 50px 0;
    text-align: center;
  }

  .site-footer > .brand,
  .site-footer > p,
  .site-footer > div {
    justify-self: center;
    margin: 0;
  }

  .site-footer > div {
    justify-content: center;
    flex-wrap: wrap;
  }

  .back-link {
    margin-bottom: 90px;
  }

  .legal-copy {
    margin-top: 80px;
  }

  .legal-copy section {
    grid-template-columns: 36px 1fr;
  }

  .success-shell {
    padding-top: 24px;
  }

  .success-copy {
    margin: 60px 0 72px;
  }

  .success-copy > p:last-child {
    font-size: 15px;
  }

  .success-actions {
    gap: 8px;
  }

  .certificate-download {
    gap: 10px;
    font-size: 14px;
  }

  .success-actions > a {
    gap: 8px;
    padding: 0 12px;
    font-size: 11px;
  }

  .success-actions svg {
    width: 18px;
    height: 18px;
  }

}

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

  .woodland-tree,
  .blossom {
    animation: none !important;
  }
}
