:root {
  --ink: #101410;
  --paper: #f3f0e8;
  --white: #fff;
  --orange: #f15a24;
  --orange-dark: #cd3f0b;
  --green: #19352a;
  --line: rgba(16, 20, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font: 700 21px/1 "Barlow Condensed", Impact, sans-serif;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 3px;
  font-size: 18px;
}
nav { display: flex; gap: 30px; }
nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}
nav a:hover { color: var(--orange-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  color: var(--white);
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 3px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }

.hero {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
  padding: 68px 0 74px;
}
.eyebrow {
  margin: 0 0 17px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 {
  margin: 0;
  font-size: clamp(72px, 8vw, 122px);
  line-height: .82;
  letter-spacing: -.035em;
}
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; margin: 32px 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.quick-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 35px; }
.quick-trust span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.quick-trust span::before { content: "✓"; color: var(--orange-dark); margin-right: 7px; }

.hero-visual { position: relative; }
.image-frame {
  background: #ddd9d0;
  box-shadow: 28px 28px 0 var(--green);
  overflow: hidden;
}
.image-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.price-stamp {
  position: absolute;
  top: -35px;
  right: -25px;
  width: 118px;
  height: 118px;
  display: grid;
  align-content: center;
  text-align: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transform: rotate(6deg);
}
.price-stamp strong { font: 800 30px/1 "Barlow Condensed", Impact, sans-serif; }
.price-stamp span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.visual-note { margin: 46px 0 0 28px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--ink);
  border-bottom: 4px solid var(--orange);
}
.proof-strip article { min-height: 130px; display: flex; align-items: center; gap: 20px; padding: 25px clamp(20px, 3vw, 48px); border-right: 1px solid rgba(255,255,255,.13); }
.proof-strip strong { color: var(--orange); font: 700 34px/1 "Barlow Condensed", Impact, sans-serif; }
.proof-strip span { font-size: 13px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }

.split-section {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 90px;
}
h2 { margin: 0; font-size: clamp(49px, 5.3vw, 78px); line-height: .98; letter-spacing: -.02em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.feature-grid article { border-top: 3px solid var(--ink); padding-top: 22px; }
.feature-number { color: var(--orange-dark); font: 700 13px/1 Inter, sans-serif; }
h3 { margin: 34px 0 10px; font-size: 26px; line-height: 1; }
.feature-grid p { margin: 0; font-size: 14px; line-height: 1.75; color: #42463f; }

.caliber-section {
  padding: 110px max(24px, calc((100vw - 1200px)/2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  color: var(--white);
  background: var(--green);
}
.eyebrow-light { color: #f38b65; }
.caliber-section p:not(.eyebrow) { max-width: 520px; margin: 25px 0 30px; color: #d3ddd6; }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); }
.caliber-cloud { display: grid; grid-template-columns: repeat(4, 1fr); align-content: center; }
.caliber-cloud span {
  min-height: 108px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  font: 700 clamp(24px, 3vw, 40px)/1 "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
.caliber-cloud span:nth-child(3n+2) { color: #ff936c; }

.made-section {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
  align-items: center;
}
.made-image { padding: 18px; background: var(--white); box-shadow: 18px 18px 0 var(--orange); }
.made-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.made-copy > p:not(.eyebrow) { margin: 28px 0; color: #3c413c; }
.made-copy ul { padding: 0; margin: 0; list-style: none; }
.made-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.made-copy li::before { content: "—"; color: var(--orange); margin-right: 10px; }

.final-cta { padding: 115px 24px 125px; text-align: center; background: #ddd9d0; }
.final-cta h2 { margin-bottom: 36px; }
footer {
  min-height: 145px;
  padding: 35px max(24px, calc((100vw - 1280px)/2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #d8ddd9;
  background: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
footer .brand { color: var(--white); }
footer .brand-mark { background: var(--orange); }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 700px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .split-section, .caliber-section, .made-section { grid-template-columns: 1fr; gap: 60px; }
  .caliber-cloud { max-width: 750px; }
}

@media (max-width: 650px) {
  .site-header { width: calc(100% - 30px); min-height: 70px; }
  .site-header > .button { display: none; }
  .hero { width: calc(100% - 36px); min-height: 0; gap: 65px; padding: 55px 0 70px; }
  h1 { font-size: clamp(68px, 24vw, 94px); }
  .hero-lede { margin: 25px 0; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .quick-trust { gap: 7px 15px; }
  .image-frame { box-shadow: 14px 14px 0 var(--green); }
  .price-stamp { right: -5px; width: 98px; height: 98px; }
  .visual-note { margin: 31px 0 0; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { min-height: 95px; }
  .split-section, .made-section { width: calc(100% - 36px); padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .caliber-section { padding: 85px 18px; }
  .caliber-cloud { grid-template-columns: repeat(2, 1fr); }
  .caliber-cloud span { min-height: 85px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
