@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root { font-family: "DM Sans", Arial, sans-serif; color: #171715; background: #f8f7f4; --orange: #f57b0a; --orange-dark: #d95f00; --stone: #f0ede7; --muted: #6e6c67; --line: #d7d3cb; --shell: min(1260px, calc(100vw - 72px)); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(245,123,10,.45); outline-offset: 3px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.seo-header { background: #fff; }
.seo-utility { height: 42px; background: #f0eeea; font-size: 13px; }
.seo-utility .section-shell { height: 100%; display: flex; align-items: center; gap: 28px; }
.seo-utility nav { margin-left: auto; display: flex; gap: 25px; }
.seo-nav { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { color: var(--orange); font-size: 34px; font-weight: 700; letter-spacing: .02em; }
.seo-nav nav { margin-left: auto; display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 4px; background: var(--orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.button-outline { background: transparent; color: #191917; border-color: #9d9a93; }
.button-outline:hover { color: #fff; }
.breadcrumbs { padding-top: 28px; display: flex; gap: 10px; color: #7a7873; font-size: 13px; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.seo-hero { padding: 40px 0 78px; display: grid; grid-template-columns: 1.04fr .76fr; gap: 80px; align-items: center; }
.eyebrow { margin-bottom: 16px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.seo-hero h1 { max-width: 790px; margin-bottom: 24px; font-size: clamp(43px, 5.3vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.seo-intro { max-width: 740px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-hero figure { aspect-ratio: .82; margin: 0; overflow: hidden; background: #eeeae3; }
.seo-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.seo-hero figure.contain { background: #f0ede7; }
.seo-hero figure.contain img { padding: 42px; object-fit: contain; mix-blend-mode: multiply; }
.seo-facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.seo-facts .section-shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.seo-facts div div { min-height: 125px; padding: 28px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.seo-facts div div:first-child { border-left: 1px solid var(--line); }
.seo-facts span { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.seo-facts strong { font: 700 18px/1.4 "Manrope", Arial, sans-serif; }
.seo-content, .seo-products, .seo-faq { padding-block: 100px; }
.seo-heading { max-width: 800px; margin-bottom: 44px; }
.seo-heading h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.seo-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.seo-content-grid article { padding: 30px 30px 8px 0; border-right: 1px solid var(--line); }
.seo-content-grid article:not(:first-child) { padding-left: 30px; }
.seo-content-grid article:last-child { border-right: 0; }
.seo-content-grid article > span { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.seo-content-grid h3 { margin: 43px 0 14px; font-size: 22px; line-height: 1.35; }
.seo-content-grid p { color: var(--muted); line-height: 1.7; }
.seo-evidence { padding-bottom: 100px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.seo-evidence h2 { margin: 10px 0 20px; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.seo-evidence p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); line-height: 1.75; }
.seo-evidence video { width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #111; object-fit: cover; }
.seo-evidence video.portrait { width: auto; max-width: 100%; height: min(720px, 70vw); aspect-ratio: 9 / 16; justify-self: center; }
.seo-capabilities { padding-bottom: 100px; }
.seo-capabilities .seo-heading > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
.seo-capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px 20px; }
.seo-capability-grid article { grid-column: span 2; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.seo-capability-grid article.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.42fr .58fr; align-items: stretch; }
.seo-capability-grid figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #e9e5de; }
.seo-capability-grid article.wide figure { aspect-ratio: 16 / 9; }
.seo-capability-grid img { width: 100%; height: 100%; object-fit: cover; }
.seo-capability-grid article > div { padding: 24px 24px 28px; }
.seo-capability-grid article.wide > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 58px); }
.seo-capability-grid .eyebrow { margin-bottom: 11px; }
.seo-capability-grid h3 { margin-bottom: 12px; font-size: 22px; line-height: 1.3; }
.seo-capability-grid article > div > p:last-child { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.product-detail { padding: 44px 0 100px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.product-detail figure { aspect-ratio: 1; margin: 0; padding: clamp(18px, 3vw, 44px); background: #fff; border: 1px solid var(--line); }
.product-detail figure img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-detail h1 { margin: 14px 0 12px; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.product-detail .seo-intro { margin-bottom: 30px; }
.product-sku { margin-bottom: 22px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.stock-badge { width: fit-content; margin-bottom: 18px; padding: 8px 12px; border: 1px solid #b9d2b8; border-radius: 999px; background: #edf6ec; color: #2e6a31; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-specs { padding-block: 92px; border-block: 1px solid var(--line); background: #fff; }
.product-specs .seo-heading > p:last-child { max-width: 760px; margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.product-specs dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-specs dl div { min-height: 118px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-specs dt { margin-bottom: 10px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-specs dd { margin: 0; font: 700 17px/1.45 "Manrope", Arial, sans-serif; }
.seo-products { border-top: 1px solid #e3dfd8; }
.seo-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 14px; }
.seo-product-grid article > p { margin: 15px 0 6px; color: #85827d; font-size: 11px; letter-spacing: .08em; }
.seo-product-grid h3 { min-height: 48px; margin-bottom: 12px; font-size: 16px; line-height: 1.45; }
.seo-product-grid article > a:last-child { color: var(--orange-dark); font-weight: 700; }
.seo-product-image { aspect-ratio: 1; padding: 24px; display: block; overflow: hidden; background: #f0ede7; }
.seo-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.seo-product-image:hover img { transform: scale(1.05); }
.seo-system { padding-block: 90px; background: #171715; color: #fff; }
.seo-system .eyebrow { color: #ff9d3d; }
.seo-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.seo-links a { min-height: 90px; padding: 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; font-weight: 700; }
.seo-links a:hover { color: #ff9d3d; }
.seo-faq > div:last-child { max-width: 900px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 24px 4px; cursor: pointer; font: 700 18px/1.4 "Manrope", Arial, sans-serif; }
details p { max-width: 760px; padding: 0 4px 24px; color: var(--muted); line-height: 1.7; }
.seo-cta { padding: 70px max(36px, calc((100vw - min(1260px, calc(100vw - 72px))) / 2)); background: var(--orange-dark); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.seo-cta .eyebrow { color: #ffd0a4; }
.seo-cta h2 { max-width: 820px; margin-bottom: 10px; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; }
.seo-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.82); }
.button-light { flex: 0 0 auto; background: #fff; border-color: #fff; color: #171715; }
footer { padding: 72px 0 25px; background: #171715; color: #fff; }
.seo-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; }
.seo-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.seo-footer-grid p, .seo-footer-grid a:not(.brand) { color: rgba(255,255,255,.62); }
.seo-footer-grid strong { margin-bottom: 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 12px; }

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 40px); }
  .seo-utility { display: none; }
  .seo-nav { min-height: 72px; }
  .seo-nav nav { display: none; }
  .seo-nav .button { margin-left: auto; min-height: 44px; padding-inline: 15px; }
  .seo-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 30px; }
  .seo-hero figure { max-height: 620px; }
  .seo-hero figure.contain img { padding: 25px; }
  .seo-content-grid { grid-template-columns: 1fr; }
  .seo-content-grid article, .seo-content-grid article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .seo-content-grid h3 { margin-top: 20px; }
  .seo-evidence { grid-template-columns: 1fr; padding-bottom: 78px; }
  .seo-evidence video.portrait { height: min(720px, 130vw); }
  .product-detail { grid-template-columns: 1fr; padding-bottom: 78px; }
  .product-detail figure { max-width: 680px; }
  .product-specs dl { grid-template-columns: repeat(2, 1fr); }
  .seo-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-capability-grid article { grid-column: span 1; }
  .seo-capability-grid article.wide { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .seo-product-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-links { grid-template-columns: 1fr 1fr; }
  .seo-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .brand { font-size: 29px; }
  .seo-nav { gap: 12px; }
  .seo-nav .button { font-size: 13px; }
  .breadcrumbs { padding-top: 20px; }
  .seo-hero { padding-bottom: 55px; }
  .seo-hero h1 { font-size: 41px; }
  .seo-intro { font-size: 16px; }
  .seo-actions { flex-direction: column; }
  .seo-actions .button { width: 100%; }
  .seo-facts .section-shell { grid-template-columns: 1fr; }
  .seo-facts div div, .seo-facts div div:first-child { min-height: 98px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .seo-content, .seo-products, .seo-faq { padding-block: 72px; }
  .seo-evidence .button { width: 100%; }
  .product-detail { gap: 38px; padding-top: 30px; }
  .product-detail h1 { font-size: 41px; }
  .product-detail .seo-actions .button { width: 100%; }
  .product-specs { padding-block: 70px; }
  .product-specs dl { grid-template-columns: 1fr; }
  .seo-capabilities { padding-bottom: 72px; }
  .seo-capability-grid { grid-template-columns: 1fr; }
  .seo-capability-grid article, .seo-capability-grid article.wide { grid-column: 1; }
  .seo-product-grid, .seo-links { grid-template-columns: 1fr; }
  .seo-cta { padding: 55px 20px; }
  .seo-cta .button { width: 100%; }
  .seo-footer-grid { grid-template-columns: 1fr; gap: 38px; }
}

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