:root {
  color-scheme: light;
  --forest-950: #102a21;
  --forest-900: #173f31;
  --forest-800: #1d503d;
  --forest-700: #2a654d;
  --cream-100: #fbf7ed;
  --cream-200: #f4ecdc;
  --cream-300: #e9dcc5;
  --paper: #fffdf7;
  --cedar: #bc6339;
  --cedar-dark: #8e4328;
  --gold: #efb64c;
  --sky: #b7d5d1;
  --ink: #1d2822;
  --muted: #5f6b64;
  --line: rgba(23, 63, 49, 0.18);
  --shadow: 0 24px 70px rgba(16, 42, 33, 0.14);
  --radius: 24px;
  --wrap: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-100);
  font-family: "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

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

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6.7vw, 6.5rem);
  line-height: 0.93;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.16;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--forest-950);
  border-radius: 8px;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  color: #fff;
  background: var(--forest-950);
  font-size: 0.82rem;
  letter-spacing: 0.025em;
}

.announcement-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 9px;
}

.announcement strong {
  color: #f5cf82;
}

.announcement a {
  color: #fff;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 237, 0.92);
  border-bottom: 1px solid rgba(23, 63, 49, 0.1);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  border-radius: 12px;
}

.desktop-nav {
  display: flex;
  gap: clamp(16px, 2.6vw, 34px);
  justify-content: center;
}

.desktop-nav a {
  color: #34463d;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--cedar-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  color: #fff;
  background: var(--forest-900);
  border: 2px solid var(--forest-900);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(23, 63, 49, 0.16);
  font-size: 0.93rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--forest-700);
  border-color: var(--forest-700);
  box-shadow: 0 14px 34px rgba(23, 63, 49, 0.23);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
}

.hero {
  position: relative;
  min-height: 710px;
  margin-top: 30px;
  overflow: hidden;
  background: #eee2cb;
  border: 1px solid rgba(23, 63, 49, 0.14);
  border-radius: 32px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-art,
.hero-art::after {
  position: absolute;
  inset: 0;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-art::after {
  content: "";
  background: linear-gradient(90deg, rgba(251, 247, 237, 0.98) 0%, rgba(251, 247, 237, 0.93) 31%, rgba(251, 247, 237, 0.24) 55%, rgba(251, 247, 237, 0) 70%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 55%);
  padding: 92px 0 74px 62px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--cedar-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 585px;
  margin-bottom: 32px;
  color: #425248;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.text-link {
  color: var(--forest-900);
  font-weight: 800;
}

.microcopy {
  max-width: 510px;
  margin: 14px 0 0;
  color: #66736b;
  font-size: 0.78rem;
}

.concept-label {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  margin: 0;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(16, 42, 33, 0.76);
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.proof-strip {
  margin: 38px 0 0;
  color: #fff;
  background: var(--forest-900);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: start;
  min-height: 145px;
  padding: 34px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid > div:first-child {
  padding-left: 0;
}

.proof-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof-number {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.proof-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.proof-grid strong {
  color: #fff;
}

.section {
  padding-block: clamp(78px, 10vw, 132px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 50px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered > p:last-child {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 1.1rem;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}

.feature-card {
  min-height: 250px;
  padding: 34px;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 42, 33, 0.06);
}

.feature-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(239, 182, 76, 0.58), transparent 25%),
    linear-gradient(145deg, #285e47, #173f31);
}

.feature-main h3 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.feature-main p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: auto;
  color: var(--forest-950);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 900;
}

.feature-card:not(.feature-main) p {
  margin-bottom: 0;
  color: var(--muted);
}

.source-note {
  max-width: 780px;
  margin: 28px 0 0;
  padding-left: 18px;
  color: var(--muted);
  border-left: 3px solid var(--cedar);
  font-size: 0.85rem;
}

.source-note a {
  color: var(--forest-800);
  font-weight: 700;
}

.product-section {
  background: var(--cream-200);
  border-block: 1px solid var(--line);
}

.product-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.product-sketch {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 63, 49, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 63, 49, 0.055) 1px, transparent 1px),
    #d9e6df;
  background-size: 30px 30px;
}

.product-sketch > div {
  position: absolute;
  background: #cf7748;
  border: 3px solid var(--forest-950);
  box-shadow: 11px 12px 0 rgba(23, 63, 49, 0.12);
}

.sketch-roof {
  top: 70px;
  left: 50%;
  width: 250px;
  height: 92px;
  transform: translateX(-48%) skewX(-12deg) rotate(-5deg);
}

.sketch-front {
  top: 208px;
  left: 50%;
  width: 165px;
  height: 206px;
  transform: translateX(-105%) rotate(4deg);
  clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
}

.sketch-front span {
  position: absolute;
  top: 62px;
  left: 58px;
  width: 47px;
  height: 47px;
  background: var(--forest-950);
  border-radius: 50%;
}

.sketch-side {
  top: 230px;
  width: 145px;
  height: 190px;
}

.sketch-side.one {
  left: 53%;
  transform: rotate(-5deg);
}

.sketch-side.two {
  top: 265px;
  left: 72%;
  width: 92px;
  height: 155px;
  transform: rotate(8deg);
}

.sketch-floor {
  top: 455px;
  left: 50%;
  width: 190px;
  height: 70px;
  transform: translateX(-50%) skewX(10deg) rotate(2deg);
}

.product-sketch > p {
  position: absolute;
  bottom: 18px;
  left: 24px;
  margin: 0;
  color: var(--forest-800);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-copy {
  padding: clamp(42px, 7vw, 82px);
}

.status-chip {
  display: inline-block;
  margin-bottom: 26px;
  padding: 8px 12px;
  color: var(--cedar-dark);
  background: #f7e2d5;
  border: 1px solid rgba(188, 99, 57, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 31px;
  color: #3e4e45;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--forest-700);
  font-weight: 900;
}

.price-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.price-line span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-line strong {
  display: block;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.3rem;
  line-height: 1;
}

.price-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.split-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(40px, 9vw, 130px);
  align-items: end;
  margin-bottom: 52px;
}

.split-intro p:last-child {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 1.05rem;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.offer-card.featured {
  color: #fff;
  background: var(--forest-900);
  border-color: var(--forest-900);
  transform: translateY(-12px);
  box-shadow: var(--shadow);
}

.offer-card.featured h3 {
  color: #fff;
}

.offer-kicker {
  margin-bottom: 34px;
  color: var(--cedar-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured .offer-kicker {
  color: #f5cf82;
}

.offer-price {
  margin: 6px 0 25px;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.offer-price span {
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .offer-price {
  color: #fff;
}

.offer-card > p:not(.offer-kicker):not(.offer-price) {
  color: var(--muted);
}

.featured > p:not(.offer-kicker):not(.offer-price) {
  color: rgba(255, 255, 255, 0.75);
}

.offer-card a {
  margin-top: auto;
  color: var(--forest-800);
  font-weight: 900;
}

.featured a {
  color: #fff;
}

.target-note {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.prototype-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(239, 182, 76, 0.2), transparent 28%),
    linear-gradient(180deg, #eef4ef, #e5eee8);
  border-block: 1px solid var(--line);
}

.prototype-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 46px;
}

.prototype-intro .section-heading {
  margin-bottom: 0;
}

.prototype-intro .section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.prototype-warning {
  padding: 26px 28px;
  color: #37483f;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(142, 67, 40, 0.24);
  border-left: 5px solid var(--cedar);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16, 42, 33, 0.06);
}

.prototype-warning strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.prototype-warning p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.download-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 42, 33, 0.07);
}

#cleanout-sled,
#habitat-utility-pack {
  scroll-margin-top: 96px;
}

.download-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) 1.15fr;
  border-color: rgba(23, 63, 49, 0.3);
  box-shadow: var(--shadow);
}

.download-preview {
  display: grid;
  min-height: 410px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 63, 49, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 63, 49, 0.045) 1px, transparent 1px),
    #f6f2e9;
  background-size: 24px 24px;
  border-bottom: 1px solid var(--line);
}

.download-card-featured .download-preview {
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.download-preview img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: contain;
}

.download-preview-wide {
  min-height: 220px;
  height: 220px;
}

.download-preview-wide img {
  max-height: 220px;
}

.download-card-body {
  display: flex;
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  flex-direction: column;
}

.download-card:not(.download-card-featured) .download-card-body {
  padding: 28px;
}

.download-meta {
  display: flex;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.download-badge {
  display: inline-flex;
  padding: 7px 10px;
  color: var(--forest-900);
  background: #dcece2;
  border: 1px solid rgba(23, 63, 49, 0.16);
  border-radius: 999px;
}

.download-card h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.download-card:not(.download-card-featured) h3 {
  font-size: 1.55rem;
}

.download-card-body > p {
  color: var(--muted);
}

.download-facts {
  display: grid;
  gap: 9px;
  margin: 8px 0 28px;
  padding: 0;
  color: #3e4e45;
  font-size: 0.88rem;
  list-style: none;
}

.download-facts li {
  position: relative;
  padding-left: 22px;
}

.download-facts li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--cedar);
  border-radius: 50%;
}

.download-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
}

.download-button {
  gap: 7px;
  min-height: 46px;
  padding: 11px 18px;
}

.file-size {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.download-card-body > .text-link {
  align-self: flex-start;
  margin-top: 18px;
}

.prototype-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  margin-top: 30px;
  padding: 30px 32px;
  color: #fff;
  background: var(--forest-950);
  border-radius: var(--radius);
}

.prototype-footer h3 {
  margin-bottom: 7px;
  color: #fff;
}

.prototype-footer p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.prototype-footer .eyebrow {
  margin-bottom: 8px;
  color: #f5cf82;
}

.button-secondary {
  color: var(--forest-950);
  background: var(--cream-100);
  border-color: var(--cream-100);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #fff;
  background: var(--cedar);
  border-color: var(--cedar);
}

.page-hero {
  padding-block: clamp(76px, 10vw, 128px);
}

.page-hero-inner {
  max-width: 860px;
}

.page-hero h1 {
  max-width: 940px;
}

.page-hero .hero-lede {
  max-width: 760px;
}

.blog-index {
  background: var(--cream-200);
  border-block: 1px solid var(--line);
}

.post-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1.1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.post-card + .post-card {
  margin-top: 28px;
}

.post-card-media {
  min-height: 410px;
  margin: 0;
  background: #f4efe4;
  border-right: 1px solid var(--line);
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.post-card-copy {
  display: flex;
  padding: clamp(36px, 6vw, 68px);
  flex-direction: column;
  justify-content: center;
}

.post-meta {
  display: flex;
  gap: 10px 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  color: var(--cedar-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card-copy > p:not(.post-meta) {
  color: var(--muted);
  font-size: 1.05rem;
}

.post-card-copy .button {
  align-self: flex-start;
  margin-top: 14px;
}

.article-shell {
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(58px, 8vw, 100px);
}

.breadcrumbs {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--forest-800);
}

.article-header {
  margin-bottom: 38px;
}

.article-header h1 {
  max-width: 860px;
  font-size: clamp(2.8rem, 6vw, 5.35rem);
  line-height: 0.98;
}

.article-lede {
  max-width: 810px;
  color: #425248;
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  line-height: 1.55;
}

.article-hero {
  margin: 0 0 50px;
  overflow: hidden;
  background: #f5f1e8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(16, 42, 33, 0.08);
}

.article-hero img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}

.article-hero figcaption {
  padding: 12px 18px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
}

.article-body {
  font-size: 1.03rem;
}

.article-body > p,
.article-body > ul,
.article-body > ol {
  max-width: 780px;
}

.article-body h2 {
  margin-top: 64px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.article-body h3 {
  margin-top: 34px;
  font-size: 1.55rem;
}

.article-body li + li {
  margin-top: 8px;
}

.article-callout {
  margin: 38px 0;
  padding: 28px 30px;
  background: #e4efe8;
  border: 1px solid rgba(23, 63, 49, 0.18);
  border-left: 5px solid var(--forest-700);
  border-radius: 18px;
}

.article-callout.warning {
  background: #f7e9df;
  border-color: rgba(142, 67, 40, 0.2);
  border-left-color: var(--cedar);
}

.article-callout h2,
.article-callout h3 {
  margin-top: 0;
}

.article-callout p:last-child {
  margin-bottom: 0;
}

.article-download-list {
  display: grid;
  gap: 16px;
  margin: 32px 0 46px;
}

.article-download {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.article-download h3 {
  margin: 0 0 5px;
  font-size: 1.3rem;
}

.article-download p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.article-download .button {
  min-width: 160px;
}

.article-closing {
  margin-top: 70px;
  padding: 36px;
  color: #fff;
  background: var(--forest-950);
  border-radius: var(--radius);
}

.article-closing h2 {
  margin-top: 0;
  color: #fff;
}

.article-closing p {
  color: rgba(255, 255, 255, 0.76);
}

.article-closing .button {
  color: var(--forest-950);
  background: var(--cream-100);
  border-color: var(--cream-100);
}

.story-section {
  color: #fff;
  background: var(--forest-950);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: clamp(40px, 9vw, 130px);
  align-items: start;
}

.story-year {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.5rem, 14vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.75;
  writing-mode: vertical-rl;
}

.story-section h2 {
  color: #fff;
}

.story-section .eyebrow {
  color: #f5cf82;
}

.story-section p {
  color: rgba(255, 255, 255, 0.72);
}

.story-section blockquote {
  margin: 38px 0;
  padding: 30px 0 30px 30px;
  border-left: 4px solid var(--cedar);
}

.story-section blockquote p {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.25;
}

.faq-section {
  max-width: 900px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--forest-950);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 5px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--forest-900);
  background: var(--cream-200);
  border-radius: 50%;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: 1.25rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--muted);
}

.closing-cta {
  padding-block: clamp(75px, 9vw, 118px);
  color: #fff;
  background: var(--cedar-dark);
}

.closing-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.closing-cta h2 {
  color: #fff;
}

.closing-cta .eyebrow {
  color: #ffe0a5;
}

.closing-cta p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.8);
}

.closing-action {
  display: grid;
  gap: 17px;
  justify-items: start;
}

.button-light {
  color: var(--forest-950);
  background: var(--cream-100);
  border-color: var(--cream-100);
  box-shadow: 0 14px 35px rgba(71, 26, 10, 0.25);
}

.button-light:hover,
.button-light:focus-visible {
  color: #fff;
  background: var(--forest-950);
  border-color: var(--forest-950);
}

.closing-action span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.site-footer {
  padding: 62px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  background: #0b2019;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 48px;
  align-items: start;
}

.footer-brand {
  color: #fff;
}

.footer-grid p {
  font-size: 0.85rem;
}

.footer-links {
  display: grid;
  gap: 10px;
  justify-items: end;
  font-size: 0.85rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    position: relative;
    height: 370px;
  }

  .hero-art::after {
    display: none;
  }

  .hero-copy {
    width: auto;
    padding: 48px 36px 56px;
  }

  .concept-label {
    top: 330px;
    right: 14px;
    bottom: auto;
  }

  .proof-grid > div {
    display: block;
    padding-inline: 23px;
  }

  .proof-grid > div:first-child {
    padding-left: 0;
  }

  .proof-number {
    display: block;
    margin-bottom: 14px;
  }

  .why-grid,
  .product-panel,
  .prototype-intro,
  .split-intro,
  .story-grid,
  .closing-grid {
    grid-template-columns: 1fr;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .download-card-featured .download-preview {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .prototype-footer,
  .post-card {
    grid-template-columns: 1fr;
  }

  .post-card-media {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-main {
    grid-row: auto;
    min-height: 420px;
  }

  .product-sketch {
    min-height: 500px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-inline: auto;
  }

  .offer-card {
    min-height: auto;
  }

  .offer-card.featured {
    transform: none;
  }

  .story-year {
    writing-mode: initial;
    line-height: 1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, auto);
    justify-content: start;
    justify-items: start;
  }
}

@media (max-width: 620px) {
  :root {
    --wrap: min(100% - 26px, 560px);
  }

  .announcement-inner {
    justify-content: center;
  }

  .announcement-inner span:last-child {
    display: none;
  }

  .site-header {
    position: static;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand {
    font-size: 1rem;
  }

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

  .nav-shell .button-small {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 0.8rem;
  }

  .hero {
    margin-top: 14px;
    border-radius: 22px;
  }

  .hero-art {
    height: 265px;
  }

  .hero-art img {
    object-position: 62% center;
  }

  .hero-copy {
    padding: 36px 22px 44px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 3rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .concept-label {
    top: 228px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    padding-block: 16px;
  }

  .proof-grid > div,
  .proof-grid > div:first-child,
  .proof-grid > div:last-child {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 21px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .proof-grid > div:last-child {
    border-bottom: 0;
  }

  .proof-number {
    margin: 0;
  }

  .section {
    padding-block: 72px;
  }

  .feature-card {
    padding: 27px;
  }

  .feature-main {
    min-height: 370px;
  }

  .product-sketch {
    min-height: 390px;
  }

  .sketch-roof {
    top: 50px;
    width: 190px;
    height: 70px;
  }

  .sketch-front {
    top: 155px;
    width: 125px;
    height: 165px;
  }

  .sketch-front span {
    top: 50px;
    left: 43px;
    width: 38px;
    height: 38px;
  }

  .sketch-side {
    top: 170px;
    width: 105px;
    height: 150px;
  }

  .sketch-side.two {
    top: 190px;
    width: 62px;
    height: 125px;
  }

  .sketch-floor {
    top: 334px;
    width: 150px;
    height: 48px;
  }

  .product-copy {
    padding: 35px 26px 42px;
  }

  .download-preview,
  .download-preview-wide {
    min-height: 230px;
    height: 230px;
  }

  .download-preview img,
  .download-preview-wide img {
    max-height: 230px;
  }

  .download-card-body,
  .download-card:not(.download-card-featured) .download-card-body {
    padding: 26px 23px 30px;
  }

  .prototype-footer {
    padding: 27px 24px;
  }

  .article-shell {
    width: min(100% - 26px, 900px);
  }

  .article-download {
    grid-template-columns: 1fr;
  }

  .article-download .button {
    justify-self: start;
  }

  .article-callout,
  .article-closing {
    padding: 25px 23px;
  }

  .price-line {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .closing-grid {
    gap: 35px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.teaser-grid,
.use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.teaser-card {
  min-width: 0;
}

.teaser-card .download-card-body {
  min-height: 270px;
}

.interest-section {
  background:
    radial-gradient(circle at 92% 15%, rgba(239, 182, 76, 0.2), transparent 25%),
    var(--cream-200);
  border-block: 1px solid var(--line);
}

.interest-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.interest-grid > div > p {
  color: var(--muted);
}

.privacy-note {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-left: 4px solid var(--forest-700);
  border-radius: 14px;
  font-size: 0.9rem;
}

.interest-form {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 46px);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label,
.consent-row {
  color: var(--forest-950);
  font-size: 0.86rem;
  font-weight: 800;
}

.form-field label span {
  color: var(--muted);
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aebbb3;
  border-radius: 10px;
  font: inherit;
}

.form-field textarea {
  min-height: 135px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--forest-700);
  outline: 3px solid rgba(239, 182, 76, 0.45);
  outline-offset: 1px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  line-height: 1.45;
}

.consent-row input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--forest-700);
}

.interest-form .button {
  justify-self: start;
}

.group-use-section {
  background: var(--cream-200);
  border-block: 1px solid var(--line);
}

.use-grid .feature-card {
  min-height: 260px;
}

.pilot-grid,
.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}

.question-list,
.gate-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.question-list li {
  padding: 26px 28px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.question-list li:last-child {
  grid-column: 1 / -1;
}

.question-list strong {
  color: var(--forest-950);
}

.gate-list li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.gate-list li > span {
  color: var(--cedar);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.gate-list strong {
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.gate-list p,
.trust-list p {
  margin: 7px 0 0;
  color: var(--muted);
}

.trust-list {
  display: grid;
  gap: 15px;
}

.trust-list p {
  padding: 20px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.trust-list strong {
  color: var(--forest-950);
}

.response-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(239, 182, 76, 0.22), transparent 28%),
    var(--cream-200);
}

.response-shell {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: clamp(40px, 8vw, 90px);
}

.response-card {
  margin-top: 42px;
  padding: clamp(34px, 7vw, 70px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.response-card h1 {
  max-width: 660px;
  font-size: clamp(2.5rem, 7vw, 4.6rem);
}

.response-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.response-actions {
  display: flex;
  gap: 18px 24px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .interest-grid,
  .pilot-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .interest-grid {
    gap: 42px;
  }
}

@media (max-width: 620px) {
  .teaser-grid,
  .use-grid,
  .question-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .question-list li:last-child {
    grid-column: auto;
  }

  .interest-form {
    padding: 27px 22px;
  }

  .gate-list li {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .gate-list li > span {
    font-size: 1.65rem;
  }
}
