:root {
  --yellow: #ffc928;
  --yellow-soft: #fff4c7;
  --black: #080808;
  --ink: #1a1a1a;
  --muted: #676767;
  --line: #e8e1cf;
  --white: #fffdf7;
  --paper: #f7f3e9;
  --radius: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img { width: 154px; height: auto; }
.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.main-nav a {
  padding: 9px 16px;
  border-radius: 999px;
  color: #363636;
  font-size: 14px;
  font-weight: 800;
}

.main-nav a.active, .main-nav a:hover { background: var(--black); color: #fff; }

.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta, .btn.primary { background: var(--yellow); color: var(--black); box-shadow: 5px 5px 0 var(--black); }
.btn.secondary { background: #fff; color: var(--black); }
.btn.dark { background: var(--black); color: #fff; box-shadow: 5px 5px 0 var(--yellow); }
.header-cta:hover, .btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--black); }
.btn.dark:hover { box-shadow: 7px 7px 0 var(--yellow); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 2px solid var(--black); background: #fff; border-radius: var(--radius); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--black); }

main { overflow: hidden; }
.split-section, .page-hero, .results-section, .approach-section, .why-section, .testimonials-section, .story-section, .service-grid, .contact-layout, .cta-band {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(46px, 7vw, 86px) 0;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7b5b00;
  font-size: 12px;
  font-weight: 950;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .95;
  letter-spacing: 0;
}

.hero h1 { font-size: clamp(40px, 6.1vw, 74px); }

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.1; }
.lead { max-width: 690px; color: #373737; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.metric-strip div, .result-card, .process-item, .service-card, .contact-form, .belief-panel, blockquote {
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 6px 6px 0 rgba(8, 8, 8, .14);
}

.metric-strip div { padding: 16px; }
.metric-strip strong { display: block; font-size: 30px; line-height: 1; }
.metric-strip span, .result-card span, .service-tag { color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.hero-media {
  position: relative;
  min-height: 620px;
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
  box-shadow: 14px 14px 0 var(--black);
  overflow: hidden;
}

.hero-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 38%; }
.floating-proof {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 240px;
  padding: 18px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
}
.floating-proof strong { display: block; font-size: 34px; line-height: 1; }
.floating-proof span { font-weight: 850; }

.results-section, .approach-section, .why-section, .testimonials-section, .story-section, .service-grid, .contact-layout { padding: clamp(58px, 8vw, 104px) 0; }
.section-heading { max-width: 790px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

.result-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.result-card { padding: 22px; background: linear-gradient(180deg, #fff, var(--yellow-soft)); }
.result-card strong { display: block; margin: 12px 0 8px; font-size: clamp(36px, 4vw, 54px); line-height: .95; }
.result-card p { margin-bottom: 0; color: #444; }

.deck-preview {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
}
.deck-preview p { margin-bottom: 0; max-width: 680px; }

.approach-section { background: var(--black); color: #fff; width: 100%; max-width: none; padding-inline: max(18px, calc((100% - var(--max)) / 2)); }
.approach-section .eyebrow { color: var(--yellow); }
.process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.process-item { padding: 24px; color: var(--ink); }
.process-item span { display: inline-block; margin-bottom: 24px; padding: 5px 10px; background: var(--yellow); border: 2px solid var(--black); border-radius: var(--radius); font-weight: 950; }

.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.why-grid .result-card strong { font-size: clamp(36px, 4vw, 54px); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
blockquote { margin: 0; padding: 26px; font-size: 18px; }
cite { display: block; margin-top: 18px; color: var(--muted); font-size: 14px; font-style: normal; font-weight: 900; }

.cta-band {
  margin-bottom: 80px;
  padding: clamp(34px, 6vw, 62px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: var(--yellow);
  text-align: center;
  box-shadow: 12px 12px 0 var(--black);
}
.cta-band p { max-width: 620px; margin: 0 auto 24px; font-size: 18px; }

.page-hero {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(54px, 8vw, 92px) 0;
}
.page-hero.compact { display: block; max-width: 980px; }
.page-hero img { height: 560px; width: 100%; object-fit: cover; border: 3px solid var(--black); border-radius: var(--radius); box-shadow: 12px 12px 0 var(--yellow); }

.story-section { display: grid; grid-template-columns: 1fr .8fr; gap: 28px; align-items: start; }
.story-copy p:not(.eyebrow) { color: #444; font-size: 18px; }
.belief-panel { padding: 28px; background: var(--yellow-soft); }
.check-list { display: grid; gap: 10px; padding: 0; margin: 18px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 14px; background: var(--yellow); border: 2px solid var(--black); border-radius: 50%; }

.photo-band { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; width: min(var(--max), calc(100% - 36px)); margin: 0 auto 70px; }
.photo-band img { height: 520px; width: 100%; object-fit: cover; border: 3px solid var(--black); border-radius: var(--radius); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { padding: 28px; }
.service-card > div:first-child { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 16px; }
.service-card strong { font-size: 28px; line-height: 1; white-space: nowrap; }
.quote-btn { margin-top: 22px; background: var(--yellow); color: var(--black); box-shadow: 5px 5px 0 var(--black); }
.service-card.featured { grid-column: 1 / -1; background: var(--yellow); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.service-card.featured .btn { justify-self: start; }
.service-grid > .deck-preview { grid-column: 1 / -1; }
.system-offer > div:first-child { display: block; }
.system-offer h2 { margin-top: 14px; }
.system-offer p { max-width: 620px; }
.system-offer p strong {
  display: block;
  max-width: 560px;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.08;
  white-space: normal;
}
.system-list { margin-top: 0; }
.system-list li strong {
  display: block;
  line-height: 1.08;
  white-space: normal;
}
.system-list p { margin: 4px 0 0; color: #444; }
.cta-actions { justify-content: center; margin-bottom: 0; }
.text-link { display: inline-block; margin-top: 22px; font-weight: 950; border-bottom: 3px solid var(--yellow); }

.contact-layout { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(24px, 5vw, 70px); align-items: start; }
.contact-details { padding: clamp(54px, 8vw, 92px) 0; }
.contact-details h1 { font-size: clamp(42px, 6vw, 70px); }
.detail-list { display: grid; gap: 12px; margin: 28px 0; }
.detail-list a, .detail-list p { margin: 0; padding: 16px; border: 2px solid var(--black); border-radius: var(--radius); background: #fff; }
.detail-list span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }

.contact-form { display: grid; gap: 16px; padding: 28px; margin-top: 40px; background: var(--yellow-soft); }
.contact-form label { display: grid; gap: 7px; font-weight: 900; }
input, select, textarea {
  width: 100%;
  padding: 14px 13px;
  border: 2px solid var(--black);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer {
  padding: 22px clamp(18px, 4vw, 54px) 34px;
  background:
    linear-gradient(90deg, rgba(255, 201, 40, .32) 0 50%, transparent 50% 100%),
    var(--yellow);
  color: var(--black);
  border-top: 3px solid var(--black);
}
.footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto 20px;
  padding: 28px;
  border: 3px solid var(--black);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 10px 10px 0 var(--black);
}
.footer-cta > div { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.site-footer img { width: 150px; padding: 8px; background: #fff; border: 2px solid var(--black); border-radius: var(--radius); }
.footer-cta h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); }
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr .6fr .8fr;
  gap: 32px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 0 0;
}
.site-footer p { max-width: 430px; margin-bottom: 0; color: #1f1f1f; font-weight: 800; }
.site-footer nav, .footer-contact { display: grid; gap: 10px; align-content: start; }
.site-footer span {
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.site-footer a { font-weight: 850; }
.site-footer a:hover { color: #6b4800; }

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

@media (max-width: 960px) {
  .site-header { grid-template-columns: auto auto; }
  .brand img { width: 132px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav, .header-cta {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .site-header.open .main-nav { display: grid; border-radius: var(--radius); }
  .site-header.open .header-cta { display: inline-flex; }
  .hero, .page-hero, .story-section, .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media, .hero-media img { min-height: 520px; }
  .result-grid, .process-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-grid, .footer-main { grid-template-columns: 1fr; }
  .footer-cta, .footer-cta > div { grid-template-columns: 1fr; display: grid; }
  .service-card.featured { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .split-section, .page-hero, .results-section, .why-section, .testimonials-section, .story-section, .service-grid, .contact-layout, .cta-band { width: min(100% - 28px, var(--max)); }
  h1 { font-size: 42px; }
  .hero h1 { font-size: 39px; }
  h2 { font-size: 34px; }
  .metric-strip, .result-grid, .process-grid, .why-grid, .testimonial-grid, .photo-band, .service-grid { grid-template-columns: 1fr; }
  .hero-media, .hero-media img { min-height: 470px; }
  .page-hero img, .photo-band img { height: 430px; }
  .deck-preview, .service-card > div:first-child { display: grid; }
  .service-card strong { white-space: normal; }
  .cta-band { box-shadow: 7px 7px 0 var(--black); }
}
