:root {
  color-scheme: light;
  --paper: #f6f5f1;
  --surface: #fff;
  --ink: #242822;
  --muted: #656b61;
  --accent: #c8441b;
  --line: #d9dcd4;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.contact a:focus-visible { outline-color: var(--surface); }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 16px; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.shell { width: min(1312px, calc(100% - 128px)); margin-inline: auto; }
.eyebrow, figcaption { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 400; line-height: 1.5; }
.eyebrow--accent { color: var(--accent); }
.section-title { font-family: "Jost", Arial, sans-serif; font-size: 48px; font-weight: 600; line-height: 1.1; }
.mobile-break { display: none; }

.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 16px 48px; border-radius: 4px; color: white; font-size: 15px; font-weight: 600; line-height: 21px; white-space: nowrap; transition: background-color .2s ease, transform .2s ease; }
.button img { position: absolute; right: 24px; width: 20px; height: 20px; }
.button--accent { background: var(--accent); }
.button--accent:hover { background: #a63414; transform: translateY(-2px); }
.button--dark { background: var(--ink); }
.button--dark:hover { background: #3b4039; transform: translateY(-2px); }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 111px; padding-block: 24px; }
.brand { display: flex; align-items: center; gap: 24px; min-width: 302px; }
.brand__logo { width: 58px; height: 62.38px; flex: none; }
.brand__caption { width: 220px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; line-height: 21px; }
.site-nav a:hover, .story__link:hover, .site-header__mobile-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-header__cta { width: 224px; flex: none; }
.site-header__mobile-link { display: none; }

.hero { background: var(--paper); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 532fr) minmax(0, 748fr); align-items: center; gap: 32px; padding-block: 48px; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; min-width: 0; }
.hero__eyebrow { color: var(--muted); }
.hero__title { font-family: "Jost", Arial, sans-serif; font-size: clamp(42px, 3.9vw, 56px); font-weight: 600; letter-spacing: -.02em; line-height: 1.107; }
.hero__title span { color: var(--accent); }
.hero__description { max-width: 512px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero__cta { width: 256px; }
.hero__product { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.hero__image-wrap { width: 100%; aspect-ratio: 748 / 540; overflow: hidden; }
.hero__image { width: 100%; height: 100%; object-fit: contain; -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 3%, rgba(0,0,0,.5) 12%, #000 21%, #000 100%); mask-image: linear-gradient(to right, transparent 0%, transparent 3%, rgba(0,0,0,.5) 12%, #000 21%, #000 100%); }
.hero figcaption { color: var(--muted); font-size: 13px; line-height: 1.5; }

.specs { background: var(--ink); color: white; }
.specs__inner { display: grid; grid-template-columns: minmax(0, 552px) minmax(0, 280px) minmax(0, 280px); gap: 48px; align-items: center; padding-block: 40px; }
.specs__name { display: flex; flex-direction: column; gap: 8px; }
.specs__name h2 { font-family: "Jost", Arial, sans-serif; font-size: 48px; font-weight: 600; line-height: 1.1; }
.specs__stat { display: flex; flex-direction: column; gap: 8px; }
.specs__value { font-family: "Jost", Arial, sans-serif; font-size: 42px; font-weight: 600; line-height: 1.1; white-space: nowrap; }
.specs__label { font-size: 14px; line-height: 21px; }
.specs__label--mobile { display: none; }

.features { background: var(--surface); }
.features__inner { display: flex; flex-direction: column; gap: 32px; padding-block: 80px 64px; }
.features__image-wrap { width: 100%; height: 520px; overflow: hidden; }
.features__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.features__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.features__item { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.features__item h3 { font-family: "Jost", Arial, sans-serif; font-size: 24px; font-weight: 600; line-height: 36px; }
.features__item p { max-width: 530px; color: var(--muted); font-size: 17px; line-height: 1.55; }

.story { background: var(--paper); }
.story__inner { display: grid; grid-template-columns: minmax(0, 568fr) minmax(0, 680fr); align-items: center; gap: 64px; padding-block: 80px; }
.story__figure { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.story__image-wrap { aspect-ratio: 568 / 444; overflow: hidden; }
.story__image-wrap img { width: 100%; height: 100%; object-fit: contain; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 5.5%, rgba(0,0,0,.5) 12%, #000 22%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0%, transparent 5.5%, rgba(0,0,0,.5) 12%, #000 22%, #000 100%); }
.story figcaption { color: var(--muted); }
.story__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; min-width: 0; }
.story__title { font-size: 46px; }
.story__intro, .story__development { color: var(--muted); font-size: 18px; line-height: 1.6; }
.story__link { color: var(--accent); font-size: 16px; font-weight: 600; line-height: 24px; }

.contact { background: var(--accent); color: white; }
.contact__inner { display: grid; grid-template-columns: minmax(0, 704px) minmax(0, 544px); align-items: center; gap: 64px; padding-block: 64px; }
.contact__copy, .contact__details { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; min-width: 0; }
.contact__title { font-family: "Jost", Arial, sans-serif; font-size: 56px; font-weight: 600; line-height: 1.07; }
.contact__description { max-width: 660px; font-size: 18px; line-height: 1.6; }
.contact__phone { font-family: "Jost", Arial, sans-serif; font-size: 38px; font-weight: 600; line-height: 1.2; white-space: nowrap; }
.contact__phone:hover { text-decoration: underline; text-underline-offset: 6px; }
.contact__team { font-size: 14px; line-height: 21px; }
.contact__button { width: 256px; }

.site-footer { background: var(--paper); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 87px; padding-block: 32px; }
.site-footer p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.site-footer .site-footer__domain { color: var(--ink); font-family: "Jost", Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 1.4; white-space: nowrap; }
.footer-separator { display: inline; }

@media (max-width: 1100px) {
  .shell { width: calc(100% - 80px); }
  .site-header__inner { gap: 20px; }
  .brand { min-width: auto; gap: 16px; }
  .brand__caption { width: 160px; }
  .site-nav { gap: 20px; }
  .hero__title { font-size: clamp(38px, 4vw, 48px); }
  .specs__inner { gap: 24px; }
  .specs__value { font-size: clamp(28px, 3.3vw, 42px); }
  .story__title { font-size: clamp(34px, 4vw, 46px); }
  .contact__inner { gap: 36px; }
  .contact__phone { font-size: clamp(26px, 3.3vw, 38px); }
}

@media (max-width: 800px) {
  .shell { width: calc(100% - 48px); }
  .site-header__inner { min-height: 95px; padding-block: 24px; gap: 0; }
  .brand { min-width: 0; gap: 12px; }
  .brand__logo { width: 44px; height: 47.32px; }
  .brand__caption { width: 154px; font-size: 12px; line-height: 18px; }
  .site-nav, .site-header__cta { display: none; }
  .site-header__mobile-link { display: flex; align-items: center; justify-content: center; width: 88px; height: 44px; color: var(--accent); font-size: 13px; font-weight: 600; line-height: 19.5px; }
  .hero__inner { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding-block: 24px 40px; }
  .hero__copy { display: contents; }
  .hero__eyebrow { order: 1; font-size: 10px; line-height: 15px; }
  .hero__title { order: 2; font-size: 36px; letter-spacing: -.02em; line-height: 1.1; }
  .hero__product { order: 3; }
  .hero__description { order: 4; max-width: none; font-size: 16px; line-height: 1.55; }
  .hero__cta { order: 5; width: 100%; }
  .hero__image-wrap { aspect-ratio: 342 / 266; }
  .hero figcaption { display: none; }
  .specs__inner { padding-block: 32px; }
  .specs .eyebrow { font-size: 10px; line-height: 15px; }
  .specs__name h2 { font-size: 34px; line-height: 1.1; }
  .specs__stat { gap: 8px; }
  .specs__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 24px; }
  .specs__name { grid-column: 1 / -1; display: flex; gap: 24px; }
  .specs__stat { min-width: 0; }
  .specs__value { font-size: 26px; line-height: 1.2; }
  .specs__label { font-size: 12px; line-height: 18px; }
  .specs__label--desktop { display: none; }
  .specs__label--mobile { display: block; }
  .features__inner { gap: 24px; padding-block: 48px; }
  .features .eyebrow, .story .eyebrow, .contact .eyebrow { font-size: 10px; line-height: 15px; }
  .section-title { font-size: 34px; line-height: 1.1; }
  .mobile-break { display: initial; }
  .features__image-wrap { height: 170px; }
  .features__list { display: flex; flex-direction: column; gap: 24px; }
  .features__item { gap: 8px; padding-top: 8px; }
  .features__item h3 { font-size: 21px; line-height: 1.5; }
  .features__item p { font-size: 16px; line-height: 1.55; }
  .story__inner { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding-block: 48px; }
  .story__copy { display: contents; }
  .story__eyebrow { order: 1; }
  .story__title { order: 2; font-size: 32px; line-height: 1.1; }
  .story__intro { order: 3; }
  .story__figure { order: 4; }
  .story__development { order: 5; }
  .story__link { order: 6; }
  .story__intro, .story__development { font-size: 16px; line-height: 1.55; }
  .story__image-wrap { aspect-ratio: 342 / 264; }
  .story figcaption { display: none; }
  .story__link { font-size: 15px; line-height: 22.5px; }
  .contact__inner { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding-block: 48px; }
  .contact__copy, .contact__details { display: contents; }
  .contact .eyebrow { order: 1; }
  .contact__title { order: 2; font-size: 36px; line-height: 1.1; }
  .contact__description { order: 3; font-size: 16px; line-height: 1.55; }
  .contact__phone { order: 4; font-size: 30px; line-height: 1.2; }
  .contact__button { order: 5; width: 100%; }
  .contact__team { order: 6; font-size: 12px; line-height: 18px; }
  .site-footer__inner { display: flex; flex-direction: column-reverse; align-items: flex-start; gap: 12px; min-height: 125px; padding-block: 24px; }
  .site-footer p { font-size: 12px; line-height: 1.55; }
  .footer-separator { display: none; }
  .site-footer .site-footer__domain { font-size: 18px; line-height: 27px; }
}

@media (max-width: 360px) {
  .brand__caption { display: none; }
  .hero__title { font-size: 32px; }
  .specs__value { font-size: 23px; }
  .features__item h3 { font-size: 19px; }
  .contact__phone { font-size: 27px; }
}

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