:root {
  color-scheme: dark light;
  --ink: #0b0c0c;
  --ink-deep: #0b0c0c;
  --ink-soft: #171819;
  --paper: #f1efe9;
  --paper-bright: #faf9f5;
  --logo-neutral: #d8d9d5;
  --logo-neutral-deep: #c9cbc7;
  --card-neutral: #e8e9e5;
  --text: #f5f2e9;
  --muted: #9ba39d;
  --body: #4c514d;
  --line: rgba(255,255,255,.13);
  --accent: #e1a954;
  --proof: #edc963;
  --shell: 1220px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink-deep); }
body { margin: 0; color: var(--text); background: var(--ink-deep); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 16px; color: #10130f; background: var(--proof); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid #86cfff; outline-offset: 4px; }

.site-header { position: relative; z-index: 5; min-height: 118px; border-bottom: 1px solid var(--line); background: #0b0c0c; }
.header-inner { min-height: 118px; display: grid; grid-template-columns: 330px 1fr auto auto; align-items: center; gap: 18px; }
.brand { display: inline-flex; overflow: hidden; align-items: center; justify-content: center; }
.brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.brand--header { width: 320px; }
.brand--header img { aspect-ratio: 1000 / 377; }
.header-inner nav { display: flex; justify-content: center; gap: 48px; }
.header-inner nav a, .site-footer nav a { color: #a4aba5; font-size: 12px; text-decoration: none; }
.header-inner nav a:hover, .site-footer nav a:hover { color: #fff; }
.account-controls--homepage { flex-wrap: nowrap; }
.account-controls--homepage > p { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.account-controls--homepage > div { display: flex; gap: 7px; }
.account-controls--homepage button,.account-controls--homepage a { min-height: 40px; white-space: nowrap; font-size: 11px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 21px; border: 1px solid rgba(255,255,255,.24); color: #f7f4ea; font-size: 13px; font-weight: 750; text-decoration: none; transition: border-color .18s ease, background-color .18s ease; }
.button:hover { border-color: var(--accent); }
.button--compact { min-height: 43px; border-radius: 24px; padding-inline: 20px; }
.button--primary { border-color: var(--proof); color: #171813; background: var(--proof); }
.button--primary:hover { border-color: #f7dd8e; background: #f7dd8e; }
.button--light { color: #181b18; background: #f6f4ed; border-color: #f6f4ed; }
.hero { min-height: 930px; display: flex; align-items: center; background: #0b0c0c; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.12fr; gap: 72px; align-items: center; padding-block: 98px 92px; }
.eyebrow { margin: 0 0 28px; color: #aeb5af; font-size: 10px; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 12px 3px 0; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(42px, 4.15vw, 66px); font-weight: 390; letter-spacing: -.045em; line-height: .99; text-transform: uppercase; }
h1 span, h2 span { display: block; }
.hero-intro { max-width: 640px; margin-bottom: 32px; color: #aeb5af; font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; }
.policy-note { margin-bottom: 50px; color: #929b94; font-size: 12px; }
.policy-note span { margin-right: 7px; color: var(--proof); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 535px; margin: 0 0 20px; padding-top: 29px; border-top: 1px solid var(--line); }
.proof-grid div { padding-left: 25px; border-left: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; border-left: 0; }
.proof-grid dt { margin-bottom: 7px; font-size: 29px; font-weight: 700; }
.proof-grid dd { margin: 0; color: #828b84; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.combination-count { margin: 0; color: #818a83; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.combination-count strong { color: var(--proof); }

.config-demo { position: relative; min-height: 500px; padding: 14px 42px 64px 0; }
.demo-preview { position: relative; }
.demo-window { overflow: hidden; border: 1px solid rgba(12,12,12,.25); border-radius: 14px; color: #2e332f; background: #eeeDE8; box-shadow: 0 30px 55px rgba(0,0,0,.28); transform: rotate(-.35deg); }
.demo-bar { height: 54px; display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid #d9d7d1; font-size: 9px; text-transform: uppercase; }
.demo-bar > span:last-child { justify-self: end; font-size: 18px; }
.demo-bar small { color: #8f948f; text-transform: none; }
.demo-body { display: grid; grid-template-columns: 168px 1fr; min-height: 343px; }
.demo-body aside { padding: 20px 12px; border-right: 1px solid #d5d4cd; }
.demo-body aside p, .demo-body figure span { margin: 0 0 5px; color: #a0a39f; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.demo-body aside strong { min-height: 32px; display: block; margin-bottom: 10px; font-size: 13px; line-height: 1.2; }
.demo-presets { display: grid; gap: 5px; }
.demo-preset { width: 100%; min-height: 39px; padding: 6px 7px; border: 1px solid #d5d3cc; border-radius: 2px; color: #343a35; background: #f8f7f2; font: inherit; text-align: left; cursor: pointer; }
.demo-preset__label { display: block; overflow: hidden; font-size: 7px; font-weight: 800; letter-spacing: .04em; line-height: 1.25; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.demo-preset__palette { height: 6px; display: flex; overflow: hidden; margin-top: 5px; border: 1px solid rgba(39,39,39,.16); border-radius: 1px; }
.demo-preset__palette i { min-width: 0; flex: 1; background: var(--chip); }
.demo-preset[aria-pressed="true"] { border-color: #b7652f; box-shadow: 0 0 0 1px #b7652f; }
.demo-preset:hover, .demo-preset:focus-visible { border-color: #b7652f; }
.demo-spec i, .spec-sheet i { width: 12px; height: 12px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: var(--chip); }
.demo-body figure { min-width: 0; margin: 0; padding: 24px 22px; }
.demo-body figcaption { display: flex; justify-content: space-between; align-items: center; }
.demo-body figcaption em { color: #63a463; font-size: 8px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.rifle-carousel { position: relative; display: flex; flex-direction: column; margin-top: 28px; touch-action: pan-y; }
.rifle-carousel__viewport { overflow: hidden; opacity: 1; transition: opacity 300ms ease; }
.rifle-carousel.is-switching .rifle-carousel__viewport { opacity: 0; }
.rifle-carousel__track { display: flex; }
.rifle-carousel__slide { min-width: 100%; display: grid; place-items: center; }
.rifle-carousel__slide img { width: auto; max-width: 100%; height: auto; max-height: 235px; object-fit: contain; object-position: center; user-select: none; }
.rifle-carousel__controls { min-height: 34px; display: flex; order: -1; align-items: center; justify-content: flex-end; gap: 12px; margin-bottom: 5px; }
.rifle-carousel__arrow, .rifle-carousel__dots button { display: grid; place-items: center; border: 1px solid #c8c7c0; color: #59605b; background: transparent; cursor: pointer; }
.rifle-carousel__arrow { width: 28px; height: 28px; border-radius: 50%; font-size: 13px; }
.rifle-carousel__dots { display: flex; gap: 7px; }
.rifle-carousel__dots button { width: 7px; height: 7px; padding: 0; border-radius: 50%; }
.rifle-carousel__dots button[aria-current="true"] { border-color: #2f3732; background: #2f3732; }
.rifle-carousel__arrow:hover, .rifle-carousel__arrow:focus-visible, .rifle-carousel__dots button:hover, .rifle-carousel__dots button:focus-visible { border-color: #b8783e; color: #8d5528; }
.rifle-carousel.is-reduced-motion .rifle-carousel__viewport { transition: none; }
.demo-spec { position: absolute; top: calc(100% - 11px); left: 50%; width: 260px; padding: 20px 22px; color: #f3f0e7; background: #202121; box-shadow: 0 24px 42px rgba(0,0,0,.3); transform: translateX(-50%); }
.demo-spec > p { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.demo-spec dl { margin: 0; }
.demo-spec dl div { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.demo-spec dt { display: flex; align-items: center; gap: 8px; color: #c0c5bf; font-size: 10px; }
.demo-spec dt span { min-width: 0; display: grid; gap: 2px; }
.demo-spec dt small { color: #8f9891; font-size: 6px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.demo-spec dt b { max-width: 138px; overflow: hidden; color: #d9ddd8; font-size: 8px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.demo-spec dd { flex: 0 0 auto; margin: 0; color: #ece8df; font-size: 8px; }
.demo-spec a { display: block; padding-top: 14px; color: var(--proof); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.proof-strip { min-height: 64px; display: flex; align-items: center; color: #25261f; background: var(--proof); }
.proof-strip .shell { display: flex; justify-content: center; align-items: center; gap: 32px; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.proof-strip b { font-size: 8px; }

.workflow { position: relative; padding: 118px 0 130px; border-top: 1px solid rgba(84,77,60,.22); color: #1b201c; background: linear-gradient(180deg, var(--logo-neutral) 0, var(--logo-neutral-deep) 100%); }
.section-heading--split { display: grid; grid-template-columns: 1.4fr .65fr; gap: 100px; align-items: end; margin-bottom: 64px; }
.workflow .eyebrow { color: #7d827e; }
.workflow h2 { margin: 0; font-size: clamp(42px, 4.1vw, 64px); font-weight: 390; letter-spacing: -.045em; line-height: 1.02; text-transform: uppercase; }
.section-heading--split > p { max-width: 360px; margin: 0 0 7px; color: #747a75; font-size: 15px; line-height: 1.65; }
.workflow-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.workflow-card { position: relative; min-height: 420px; padding: 78px 30px 30px; border: 1px solid rgba(74,78,74,.18); border-top: 2px solid #cf8b49; background: var(--card-neutral); box-shadow: 0 14px 28px rgba(40,40,40,.12); }
.step-number { position: absolute; top: 22px; left: 28px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #767b76; background: #eceae3; font-size: 9px; }
.workflow-card h3 { margin: 24px 0 12px; font-size: 18px; font-weight: 450; }
.workflow-card p { margin: 0; color: #767b76; font-size: 12px; line-height: 1.65; }
.swatch-board { height: 176px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 22px; border: 1px solid #dfddd6; }
.swatch-board i:nth-child(1) { background: #252925; }.swatch-board i:nth-child(2) { background: #9c846a; }.swatch-board i:nth-child(3) { background: #5f6854; }.swatch-board i:nth-child(4) { background: #8b8b87; }.swatch-board i:nth-child(5) { background: #b29a78; }.swatch-board i:nth-child(6) { background: #50585b; }
.replica-card-image { position: relative; height: 176px; display: grid; place-items: center; overflow: hidden; padding: 30px 10px 8px; border: 1px solid #dfddd6; }
.replica-card-image span { position: absolute; z-index: 1; top: 18px; left: 16px; color: #949994; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.replica-card-image img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center; }
.document-icon { position: relative; width: 124px; height: 166px; margin: 4px auto 6px; border: 1px solid #ddd9cf; border-right: 9px solid #d5d1c6; background: #fbfaf6; }
.document-icon i { display: block; width: 64px; height: 3px; margin: 34px 0 -22px 25px; background: #d3d0c8; }
.document-icon b { position: absolute; right: -9px; bottom: 36px; padding: 8px 10px; color: #fff; background: var(--proof); font-size: 8px; }

.coating-plan { position: relative; overflow: hidden; padding: 128px 0 130px; border-top: 1px solid rgba(226,169,84,.24); background: #171819; box-shadow: inset 0 20px 40px rgba(0,0,0,.13); }
.coating-plan::before { content: ""; position: absolute; top: 0; left: calc(50% - 610px); width: 86px; height: 3px; background: #ce7340; }
.plan-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: center; }
.plan-copy { padding-left: 30px; border-left: 2px solid #a95930; }
.plan-copy h2 { margin: 0 0 20px; font-size: clamp(48px, 5.2vw, 75px); font-weight: 350; letter-spacing: -.05em; line-height: .88; text-transform: uppercase; }
.plan-copy > p:not(.eyebrow) { max-width: 420px; color: #a9b0aa; line-height: 1.65; }
.plan-copy ul { margin: 30px 0; padding: 0; list-style: none; }
.plan-copy li { margin: 12px 0; color: #b9beb9; font-size: 12px; }
.plan-copy li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.text-link { color: var(--accent); font-size: 11px; font-weight: 700; text-decoration: none; }
.spec-sheet { transform: rotate(.65deg); padding: 30px 36px 25px; color: #30342f; background: #f8f7f2; box-shadow: 0 30px 60px rgba(0,0,0,.33); }
.spec-sheet header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 2px solid #393c38; }
.spec-sheet header strong { font-size: 12px; text-transform: uppercase; }
.brand--spec { width: 124px; }
.brand--spec img, .brand--footer img { aspect-ratio: 1; }
.spec-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; padding: 20px 0; border-bottom: 1px solid #d4d2ca; font-size: 9px; font-weight: 700; }
.spec-meta small, .spec-sheet footer small { display: block; margin-bottom: 5px; color: #a1a49f; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.spec-sheet table { width: 100%; border-collapse: collapse; font-size: 9px; }
.spec-sheet th { padding: 13px 8px; color: #a1a49f; font-size: 7px; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.spec-sheet td { padding: 12px 8px; border-top: 1px solid #dedcd5; }
.spec-sheet td:nth-child(2) { display: flex; align-items: center; gap: 8px; }
.muted-row { color: #9a9e99; }
.spec-sheet footer { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #d4d2ca; font-size: 8px; }
.spec-sheet footer small { grid-column: 1 / -1; }
.spec-sheet footer a { align-self: end; color: #30342f; font-size: 8px; font-weight: 750; text-decoration-thickness: 1px; }

.applicators { position: relative; overflow: hidden; padding: 118px 0 124px; border-top: 1px solid rgba(255,255,255,.1); background: linear-gradient(110deg, #181817 0%, #1d1b18 58%, #261f1a 100%); }
.applicators::before { content: ""; position: absolute; top: 0; left: calc(50% - 610px); width: 86px; height: 3px; background: #ce7340; }
.applicator-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 110px; align-items: center; }
.applicators h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); font-weight: 350; letter-spacing: -.05em; line-height: .91; text-transform: uppercase; }
.applicator-grid > div:last-child p { margin-bottom: 30px; color: #adb3ad; font-size: 14px; line-height: 1.65; }

.site-footer { min-height: 220px; display: flex; align-items: center; border-top: 1px solid rgba(225,169,84,.3); background: #0b0c0c; box-shadow: inset 0 18px 32px rgba(0,0,0,.22); }
.footer-inner { display: grid; grid-template-columns: 168px 1fr auto; align-items: center; gap: 58px; }
.brand--footer { width: 160px; }
.site-footer p { margin: 0; color: #707a73; font-size: 10px; line-height: 1.6; }
.site-footer nav { display: flex; gap: 30px; }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .site-header { height: auto; min-height: 76px; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 15px; padding-block: 10px; }
  .brand--header { width: 260px; }
  .header-inner nav { display: none; }
}

@media (max-width: 760px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .account-controls--homepage { grid-column: 1 / -1; grid-row: 2; width: 100%; justify-content: flex-start; }
  .account-controls--homepage > div { flex-wrap: wrap; }
  .site-header { min-height: 126px; }
}

@media (max-width: 900px) {
  .hero-grid, .plan-grid, .applicator-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; padding-block: 80px; }
  .hero { min-height: 0; }
  .config-demo { width: min(680px, 100%); min-height: 610px; margin-inline: auto; }
  .proof-strip .shell { flex-wrap: wrap; gap: 12px 20px; padding-block: 16px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .workflow-cards { grid-template-columns: 1fr; }
  .workflow-card { min-height: 0; }
  .plan-grid { gap: 65px; }
  .spec-sheet { transform: none; }
  .applicator-grid { gap: 38px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 46px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand--header { width: 230px; }
  .button--compact { min-height: 40px; padding: 10px 12px; font-size: 10px; }
  .hero-grid { padding-block: 64px 74px; }
  h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .policy-note { margin-bottom: 38px; line-height: 1.5; }
  .proof-grid { gap: 0; }
  .proof-grid div { padding-left: 12px; }
  .proof-grid dt { font-size: 24px; }
  .proof-grid dd { font-size: 7px; }
  .config-demo { min-height: 0; padding: 0; }
  .demo-bar { grid-template-columns: auto 1fr auto; }
  .demo-bar small { display: none; }
  .demo-body { grid-template-columns: 108px 1fr; min-height: 286px; }
  .demo-body aside { padding: 12px 7px; }
  .demo-body aside strong { min-height: 28px; font-size: 10px; }
  .demo-preset { min-height: 33px; padding: 5px; }
  .demo-preset__label { font-size: 5.5px; }
  .demo-body figure { padding: 15px 10px; }
  .rifle-carousel { margin-top: 24px; }
  .rifle-carousel__slide img { max-height: 160px; }
  .rifle-carousel__controls { margin-bottom: 2px; }
  .demo-spec { position: relative; top: auto; left: auto; width: min(285px, 100%); margin: 26px auto 0; padding: 14px; transform: none; }
  .workflow, .coating-plan, .applicators { padding-block: 84px; }
  .workflow h2, .plan-copy h2, .applicators h2 { font-size: 42px; }
  .workflow-cards { gap: 17px; }
  .workflow-card { padding-inline: 22px; }
  .plan-copy { padding-left: 18px; }
  .spec-sheet { padding: 20px 17px; overflow-x: auto; }
  .brand--spec { width: 104px; }
  .spec-sheet header { align-items: flex-start; }
  .spec-meta { grid-template-columns: 1fr; }
  .spec-sheet table { min-width: 470px; }
  .brand--footer { width: 150px; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 380px) {
  .header-inner { gap: 8px; }
  .brand--header { width: 190px; }
}

@media (max-width: 340px) {
  .brand--header { width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .rifle-carousel__track { transition: none !important; }
}
