:root {
  --ink: #101417;
  --paper: #f7f5ef;
  --teal: #12b8ad;
  --teal-dark: #087f79;
  --orange: #ff6b25;
  --purple: #8f66ff;
  --line: rgba(16, 20, 23, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: relative;
  z-index: 10;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  color: white;
  background: #080b0c;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 60px; height: 60px; object-fit: contain; border-radius: 50%; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-size: 1rem; letter-spacing: .03em; }
.brand-copy small { margin-top: 6px; font-size: .7rem; letter-spacing: .28em; color: var(--teal); }
.live-print-pill { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; margin-right: 30px; padding: 9px 14px; color: white; background: #df2d20; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; box-shadow: 0 0 0 4px rgba(223,45,32,.15); font-size: .72rem; line-height: 1; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.live-print-pill[hidden] { display: none; }
.live-print-pill:hover { background: #f13b2d; transform: translateY(-1px); }
.live-print-dot { width: 8px; height: 8px; flex: 0 0 auto; background: white; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,.55); animation: live-pulse 1.8s ease-out infinite; }
@keyframes live-pulse { 60%, 100% { box-shadow: 0 0 0 7px rgba(255,255,255,0); } }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-shop { border: 1px solid rgba(255,255,255,.42); border-radius: 999px; padding: 10px 17px; transition: .2s ease; }
.nav-shop:hover { color: var(--ink); background: white; border-color: white; }

.menu-button, .mobile-nav { display: none; }
.hero { position: relative; overflow: hidden; color: white; background: #080b0c; }
.hero-image { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }
.hero-intro { max-width: var(--max); margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 48px; padding: 34px 28px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .75rem; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal-dark); }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.045em; }
.hero-intro .eyebrow { margin-bottom: 8px; }
.hero-lede { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.5; }
.hero-actions { display: grid; justify-items: end; gap: 10px; flex: 0 0 auto; }
.hero-actions small { color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-actions small span { color: var(--orange); }
.button { display: inline-flex; align-items: center; gap: 10px; justify-content: center; min-height: 54px; border-radius: 6px; padding: 0 22px; text-decoration: none; font-size: .92rem; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #111; background: var(--teal); }
.button-primary:hover { background: #29d4c8; }

.ticker { overflow: hidden; color: white; background: var(--orange); border-block: 1px solid rgba(0,0,0,.18); }
.ticker-track { width: max-content; display: flex; animation: ticker-scroll 34s linear infinite; }
.ticker-group { flex: 0 0 auto; display: flex; align-items: center; gap: 30px; padding: 14px 15px; font-size: .74rem; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.ticker i { color: var(--ink); font-style: normal; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: auto; padding: 112px 28px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .story-copy h2, .final-cta h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.section-heading > p { margin: 0; color: #535b5e; font-size: 1.05rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr; color: white; background: var(--ink); border-radius: 10px; text-decoration: none; box-shadow: 0 16px 45px rgba(16,20,23,.12); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(16,20,23,.18); }
.product-card > img, .product-card > video { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #080b0c; }
.product-card > video { height: auto; }
.card-copy { position: relative; z-index: 2; align-self: stretch; padding: 30px; }
.card-copy p { margin: 0 0 8px; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.card-copy h3 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.65rem); text-transform: uppercase; }
.card-copy span { display: block; max-width: 260px; font-size: .95rem; line-height: 1.45; opacity: .76; }
.practical-card { background: linear-gradient(135deg, #087f79, #12b8ad); color: var(--ink); }
.coming-soon { position: absolute; z-index: 4; top: 26px; right: -46px; width: 210px; padding: 10px 20px; color: var(--ink); background: var(--orange); box-shadow: 0 8px 24px rgba(0,0,0,.28); font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-align: center; text-transform: uppercase; transform: rotate(36deg); pointer-events: none; }
.center-action { text-align: center; margin-top: 38px; }
.text-link { text-underline-offset: 5px; font-weight: 800; }

.story-section { padding: 88px 28px; background: #d5dada; }
.story { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(240px, 330px) 1fr; align-items: stretch; gap: 0; min-height: 0; padding: 30px; background: linear-gradient(110deg, #101417, #17383c); color: white; border-radius: 12px; box-shadow: 0 22px 60px rgba(16,20,23,.16); }
.story-photo { display: block; width: 100%; height: 100%; max-height: 430px; object-fit: cover; object-position: center 28%; border-radius: 8px; }
.story-copy { align-self: center; max-width: none; padding: 36px clamp(34px, 6vw, 82px); }
.story-copy h2 { margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.social-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; }
.social-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-weight: 800; text-underline-offset: 5px; }
.social-icon { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--teal); border-radius: 8px; font-size: 1.2rem; line-height: 1; }
.facebook-icon { border-radius: 50%; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 900; }

.props-section { padding: 72px 28px; background: #d8e5e4; }
.props-link { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 38px; padding: 38px; color: white; background: linear-gradient(110deg, #0b1113, #16363a); border: 1px solid rgba(18,184,173,.28); border-radius: 12px; box-shadow: 0 20px 60px rgba(16,20,23,.13); }
.props-logo { width: 130px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 2px solid rgba(255,255,255,.25); }
.props-link > div { max-width: 740px; }
.props-link h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.props-link p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: rgba(255,255,255,.65); }
.props-button { flex: 0 0 auto; color: white; background: transparent; border: 1px solid var(--orange); }
.props-button:hover { color: var(--ink); background: var(--orange); }

.final-cta { max-width: var(--max); padding-block: 110px; }
.print-bed-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; margin-bottom: 38px; }
.print-bed-intro h2 { max-width: 780px; }
.print-bed-lede { max-width: 650px; margin: 22px 0 0; color: #535b5e; font-size: 1.05rem; }
.final-cta .button { background: var(--orange); }
.final-cta .button:hover { background: #ff824c; }
.print-bed-media { overflow: hidden; margin: 0; color: white; background: var(--ink); border-radius: 12px; box-shadow: 0 22px 60px rgba(16,20,23,.16); }
.print-bed-stage { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #07090a; }
.youtube-live-shell, .youtube-live-shell iframe, .print-bed-video { width: 100%; height: 100%; }
.youtube-live-shell { position: absolute; inset: 0; z-index: 2; visibility: hidden; opacity: 0; pointer-events: none; background: #07090a; transition: opacity .25s ease; }
.print-bed-media.is-live .youtube-live-shell { visibility: visible; opacity: 1; pointer-events: auto; }
.youtube-live-shell iframe { display: block; border: 0; }
.print-bed-video { display: block; width: 100%; aspect-ratio: 14 / 9; object-fit: cover; background: #07090a; }
.print-bed-media figcaption { display: flex; align-items: center; gap: 22px; padding: 24px 28px; }
.timelapse-badge { flex: 0 0 auto; padding: 7px 11px; color: var(--ink); background: var(--orange); border-radius: 4px; font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.print-bed-media.is-live .timelapse-badge { color: white; background: #e53920; box-shadow: 0 0 0 4px rgba(229,57,32,.16); }
.timelapse-title { display: grid; line-height: 1.3; }
.timelapse-title strong { font-size: 1.05rem; }
.timelapse-title small { color: rgba(255,255,255,.6); font-size: .88rem; }

footer { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 30px; padding: 52px max(28px, calc((100vw - var(--max)) / 2)); color: white; background: #080b0c; border-top: 1px solid rgba(255,255,255,.1); }
footer p { color: rgba(255,255,255,.54); font-size: .84rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: .84rem; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }

@media (max-width: 800px) {
  .site-header { height: 76px; padding-inline: 20px; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-copy { display: none; }
  .live-print-pill { margin: 0 8px 0 auto; padding: 8px 11px; font-size: .64rem; letter-spacing: .055em; }
  .site-header nav { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; color: white; border: 0; background: transparent; }
  .menu-button span { display: block; height: 2px; background: currentColor; }
  .mobile-nav { position: absolute; inset: 68px 18px auto; display: none; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(9,14,17,.97); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px; text-decoration: none; font-weight: 750; }
  .hero-image { height: auto; min-height: 0; object-position: center; }
  .hero-intro { align-items: flex-start; flex-direction: column; gap: 24px; padding: 30px 20px 38px; }
  .hero-actions { width: 100%; justify-items: stretch; }
  .hero-actions .button { width: 100%; }
  .section { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .section-heading h2, .story-copy h2, .final-cta h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .story-section { padding: 56px 20px; }
  .story { margin: 0; grid-template-columns: 1fr; padding: 18px; }
  .story-photo { max-height: 460px; aspect-ratio: 4 / 5; object-position: center 24%; }
  .story-copy { padding: 38px 10px 28px; }
  .props-section { padding: 48px 20px; }
  .props-link { margin: 0; grid-template-columns: 84px 1fr; align-items: center; gap: 24px; padding: 28px 24px; }
  .props-logo { width: 84px; }
  .props-link .props-button { grid-column: 1 / -1; }
  .props-button { width: 100%; }
  .print-bed-intro { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .print-bed-intro .button { width: 100%; }
  .print-bed-media figcaption { align-items: flex-start; flex-direction: column; gap: 14px; padding: 22px; }
  footer { grid-template-columns: 1fr; gap: 12px; padding: 48px 24px; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .live-print-dot { animation: none; }
  .ticker { overflow-x: auto; }
  .ticker-track { animation: none; }
}
