
:root {
  --ink: #211d1a;
  --muted: #655b54;
  --cream: #f7f0e8;
  --cream-deep: #eedfce;
  --clay: #a85f43;
  --orange: #f58220;
  --paper: #fffdf9;
  --line: rgba(33, 29, 26, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 22px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.brand-lockup { display: flex; align-items: center; gap: 17px; }
.brand-lockup img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.brand-lockup > span { width: 1px; height: 30px; background: rgba(255,255,255,.55); }
.brand-lockup strong { font-size: 18px; letter-spacing: .12em; }
.brand-lockup .header-matrix { width: 126px; height: auto; filter: brightness(0) invert(1); }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-header nav > a:not(.nav-cta) { opacity: .9; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; }

.hero { position: relative; min-height: 820px; display: flex; align-items: end; overflow: hidden; background: #332720; isolation: isolate; }
.hero::before { display: none; }
.hero-media { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero-shade {
  position: absolute; z-index: 2; inset: 0;
  background: linear-gradient(90deg, #15110f 0%, #15110f 27%, rgba(21,17,15,.96) 36%, rgba(21,17,15,.78) 48%, rgba(21,17,15,.34) 63%, rgba(21,17,15,.06) 82%),
              linear-gradient(0deg, rgba(21,17,15,.4) 0%, transparent 46%);
}
.hero-content { position: relative; z-index: 3; width: min(1360px, calc(100% - 64px)); margin: 0 auto; padding: 170px 0 78px; color: #fff; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.warm { color: var(--clay); }
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(56px, 5.15vw, 82px); line-height: .96; letter-spacing: -.045em; font-weight: 500; font-style: italic; }
.hero-copy { max-width: 620px; margin: 28px 0 0; font-size: clamp(19px, 2vw, 25px); line-height: 1.4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border-radius: 999px; font-size: 15px; font-weight: 700; touch-action: manipulation; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #1f160f; }
.button-secondary { border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.play-dot { display: grid; place-items: center; width: 27px; height: 27px; padding-left: 2px; border-radius: 50%; background: #fff; color: var(--ink); font-size: 10px; }
.exclusive-note { margin: 24px 0 0; font-size: 13px; color: rgba(255,255,255,.78); }

.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--cream); border-bottom: 1px solid var(--line); }
.value-strip div { display: flex; align-items: baseline; justify-content: center; gap: 12px; padding: 25px 32px; border-right: 1px solid var(--line); }
.value-strip div:last-child { border-right: 0; }
.value-strip strong { font-size: 22px; }
.value-strip span { font-size: 13px; color: var(--muted); }

.section { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0; }
.video-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.section-intro h2, .teaser-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.04em; font-weight: 500; }
.section-intro > p:last-child, .teaser-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 28px; background: #191714; box-shadow: 0 24px 70px rgba(70,45,30,.18); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.teaser-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 660px; background: var(--cream-deep); }
.teaser-image { display: grid; place-items: center; padding: 60px; background: radial-gradient(circle at 50% 50%, #fff8ef 0, rgba(255,248,239,0) 66%); }
.teaser-image img { width: min(100%, 820px); filter: drop-shadow(0 28px 28px rgba(70,45,30,.22)); }
.teaser-copy { align-self: center; max-width: 620px; padding: 80px clamp(36px, 7vw, 112px) 80px 48px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.features-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.features-heading h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.045em; font-weight: 500; }
.features-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.feature-photo { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; background: var(--cream); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-card:hover .feature-photo img { transform: scale(1.025); }
.feature-photo span { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,253,249,.9); backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }
.feature-body { padding: 25px 25px 30px; }
.feature-body h3 { margin: 0 0 10px; font-size: 23px; }
.feature-body p { margin: 0; color: var(--muted); line-height: 1.6; }

.package-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(60px, 9vw, 160px); padding: 110px max(32px, calc((100vw - 1240px) / 2)); background: var(--ink); color: #fff; }
.package-content h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }
.package-lead { max-width: 660px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.package-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin: 38px 0 30px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.package-list li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 600; }
.package-list li::before { content: "•"; margin-right: 10px; color: var(--orange); }
.product-code { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.product-code strong { color: #fff; }
.spec-card { align-self: center; padding: 38px; border-radius: 28px; background: var(--cream-deep); color: var(--ink); }
.spec-card > p:first-child { margin: 0 0 16px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.spec-card dl { margin: 0; }
.spec-card dl div { display: flex; align-items: baseline; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(33,29,26,.18); }
.spec-card dt { color: var(--muted); }
.spec-card dd { margin: 0; font-size: 29px; font-weight: 600; letter-spacing: -.03em; }
.spec-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.contact-section { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 10vw, 150px); padding: 120px max(32px, calc((100vw - 1240px) / 2)); background: #b5694d; color: #fff; }
.contact-copy { align-self: start; position: sticky; top: 40px; }
.contact-copy h2 { max-width: 560px; margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.contact-copy > p:not(.eyebrow):not(.made-note) { max-width: 570px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }
.contact-details { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 34px; font-size: 19px; font-weight: 700; }
.contact-details a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); }
.made-note { max-width: 520px; margin-top: 50px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.lead-form { padding: clamp(28px, 4vw, 50px); border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(65,29,18,.24); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 18px; }
.lead-form label { display: grid; gap: 8px; }
.lead-form label > span:first-child { font-size: 13px; font-weight: 700; }
.full-field { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(33,29,26,.2); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form input, .lead-form select { min-height: 52px; padding: 0 14px; }
.lead-form textarea { resize: vertical; padding: 14px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(168,95,67,.13); }
.lead-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { grid-template-columns: auto 1fr !important; align-items: start; gap: 11px !important; margin-top: 24px; }
.consent-field input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--clay); }
.consent-field span { color: var(--muted); font-size: 12px !important; line-height: 1.5; font-weight: 400 !important; }
.consent-field a { color: var(--ink); text-decoration: underline; }
.optional-consent { margin-top: 13px; }
.optional-consent em { color: var(--clay); font-style: normal; font-weight: 700; }
.form-submit { width: 100%; margin-top: 24px; border: 0; background: var(--ink); color: #fff; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 22px; margin-top: 12px; font-size: 13px; line-height: 1.5; }
.form-status p { margin: 0; }
.success-message { color: #326448; }
.error-message { color: #9b3f2f; }
.error-message a { text-decoration: underline; }

footer { display: flex; align-items: end; justify-content: space-between; gap: 48px; padding: 48px max(32px, calc((100vw - 1240px) / 2)); background: #171412; color: #fff; }
.footer-logos { display: flex; align-items: center; gap: 22px; padding: 14px 20px; border-radius: 14px; background: var(--cream); }
.footer-logos img { width: 170px; height: auto; }
.footer-logos .matrix-logo { width: 180px; }
.footer-logos > span { width: 1px; height: 42px; background: rgba(33,29,26,.2); }
.footer-copy { text-align: right; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.footer-copy p { margin: 0 0 6px; }
.footer-copy strong { color: #fff; }
.floating-cta {
  position: fixed;
  z-index: 50;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 38px rgba(58,31,19,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(58,31,19,.34); }
.floating-cta span:last-child { font-size: 18px; }
.floating-cta.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px); }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); padding: 16px 0; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .brand-lockup img { width: 110px; }
  .brand-lockup { gap: 11px; }
  .brand-lockup > span { height: 24px; }
  .brand-lockup .header-matrix { width: 86px; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .hero { min-height: max(880px, 100svh); background: #15110f; }
  .hero::before { display: none; }
  .hero-media { inset: 68px 0 auto; height: 42%; object-fit: contain; object-position: right center; }
  .hero-shade { background: linear-gradient(0deg, #15110f 0%, #15110f 48%, rgba(21,17,15,.94) 57%, rgba(21,17,15,.4) 72%, rgba(21,17,15,.08) 100%); }
  .hero-content { width: calc(100% - 32px); padding: 390px 0 104px; }
  .hero h1 { max-width: 640px; font-size: clamp(52px, 10vw, 72px); line-height: .98; }
  .hero-copy { max-width: 580px; margin-top: 22px; font-size: 18px; line-height: 1.5; }
  .hero-actions { margin-top: 26px; }
  .exclusive-note { margin-top: 20px; line-height: 1.45; }
  .value-strip { grid-template-columns: 1fr; padding: 8px 18px; }
  .value-strip div { justify-content: space-between; padding: 17px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-strip div:last-child { border-bottom: 0; }
  .section { width: calc(100% - 32px); padding: 72px 0; }
  .video-section { grid-template-columns: 1fr; gap: 38px; }
  .teaser-section { grid-template-columns: 1fr; }
  .teaser-image { min-height: 360px; padding: 36px 16px 8px; }
  .teaser-copy { padding: 38px 16px 72px; }
  .features-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-photo { aspect-ratio: 1.35 / 1; }
  .package-section, .contact-section { grid-template-columns: 1fr; padding: 72px 16px 92px; }
  .package-section { gap: 52px; }
  .contact-section { gap: 45px; }
  .contact-copy { position: static; }
  footer { align-items: start; flex-direction: column; padding: 44px 16px 104px; }
  .footer-copy { text-align: left; }
  .floating-cta { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; min-height: 54px; }
}

@media (max-width: 520px) {
  .site-header nav { display: none; }
  .hero { min-height: 960px; }
  .hero-media { inset: 70px 0 auto; height: 34%; }
  .hero-shade { background: linear-gradient(0deg, #15110f 0%, #15110f 56%, rgba(21,17,15,.96) 64%, rgba(21,17,15,.45) 78%, rgba(21,17,15,.08) 100%); }
  .hero-content { padding: 350px 0 104px; }
  .hero h1 { font-size: clamp(49px, 13.5vw, 62px); }
  .hero-copy { font-size: 17px; }
  .eyebrow { letter-spacing: .15em; }
  .hero-actions, .button { width: 100%; }
  .button { min-height: 54px; }
  .video-frame { border-radius: 18px; }
  .section-intro h2, .teaser-copy h2 { font-size: clamp(36px, 11vw, 48px); }
  .features-heading h2 { font-size: clamp(38px, 11.5vw, 52px); }
  .package-content h2, .contact-copy h2 { font-size: clamp(46px, 13vw, 60px); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid { gap: 18px; }
  .package-list { grid-template-columns: 1fr; }
  .spec-card, .lead-form { padding: 25px 20px; border-radius: 21px; }
  .lead-form input, .lead-form select, .lead-form textarea { font-size: 16px; }
  .lead-form input, .lead-form select { min-height: 54px; }
  .lead-form textarea { min-height: 120px; }
  .consent-field { gap: 13px !important; }
  .consent-field input { width: 21px; min-height: 21px; height: 21px; }
  .consent-field span { font-size: 13px !important; }
  .footer-logos { width: 100%; gap: 14px; }
  .footer-logos img { width: 42%; }
  .footer-logos .matrix-logo { width: 43%; }
}

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