
:root {
  color-scheme: dark;
  --bg: #05070d;
  --bg-2: #0a0f18;
  --surface: rgba(16, 24, 38, .78);
  --surface-strong: rgba(18, 28, 44, .96);
  --card: rgba(20, 31, 49, .72);
  --text: #f6f8fc;
  --muted: #aab5c8;
  --soft: #7e8ca4;
  --line: rgba(158, 174, 198, .18);
  --brand: #e4092e;
  --brand-2: #ff3b59;
  --brand-dark: #9e0018;
  --blue: #23a7ff;
  --green: #22d6a6;
  --shadow: 0 28px 90px rgba(0,0,0,.38);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1200px;
  --header-h: 78px;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-2: #edf1f7;
  --surface: rgba(255,255,255,.82);
  --surface-strong: rgba(255,255,255,.96);
  --card: rgba(255,255,255,.78);
  --text: #111827;
  --muted: #546176;
  --soft: #737f93;
  --line: rgba(24, 35, 53, .14);
  --shadow: 0 28px 82px rgba(31,41,55,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(228,9,46,.26), transparent 34rem),
    radial-gradient(circle at 90% 8%, rgba(35,167,255,.14), transparent 36rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 42%, var(--bg));
  min-height: 100vh;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
p { color: var(--muted); line-height: 1.72; margin-top: 0; }
h1, h2, h3 { margin: 0 0 16px; letter-spacing: -.045em; }
h1 { font-size: clamp(2.8rem, 7.2vw, 6.8rem); line-height: .88; letter-spacing: -.075em; max-width: 980px; }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.45rem); line-height: .92; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.1; }
::selection { background: rgba(228,9,46,.36); }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 9999; padding: 12px 16px; border-radius: 999px; background: var(--brand); color: white; transition: top .2s ease; }
.skip-link:focus { top: 14px; }
.bg-grid { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle at center, #000 0, transparent 78%); }
:root[data-theme="light"] .bg-grid { opacity: .22; }
.site-header { position: sticky; top: 0; height: var(--header-h); z-index: 100; border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); background: rgba(5, 7, 13, .72); transition: box-shadow .2s ease, background .2s ease; }
:root[data-theme="light"] .site-header { background: rgba(248,250,252,.84); }
.site-header.scrolled { box-shadow: 0 16px 42px rgba(0,0,0,.2); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(228,9,46,.18)); }
.brand-text { display: grid; width: 124px; line-height: 1; }
.brand-text strong { font-size: 1.06rem; font-weight: 900; letter-spacing: -.015em; text-transform: uppercase; }
.brand-text small { width: 100%; color: var(--muted); font-weight: 900; font-size: .81rem; letter-spacing: .18em; text-transform: uppercase; text-align: justify; text-align-last: justify; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav a { padding: 10px 12px; border-radius: 999px; font-size: .88rem; font-weight: 800; color: var(--muted); transition: background .2s, color .2s; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: var(--text); background: rgba(148,163,184,.12); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--text); background: var(--surface); cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.icon-btn:hover { transform: translateY(-1px); border-color: rgba(228,9,46,.45); }
.icon-btn svg { width: 19px; height: 19px; fill: currentColor; }
.icon-sun { display: none; }
:root[data-theme="light"] .icon-sun { display: block; }
:root[data-theme="light"] .icon-moon { display: none; }
.menu-btn { display: none; }
.menu-btn span { display: block; width: 18px; height: 2px; margin: 2px 0; background: currentColor; border-radius: 99px; transition: transform .2s, opacity .2s; }
body.nav-open .menu-btn span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .menu-btn span:nth-child(2) { opacity: 0; }
body.nav-open .menu-btn span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { padding-top: 94px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--brand-2); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), transparent); }
.hero-lead { font-size: clamp(1.06rem, 1.7vw, 1.25rem); max-width: 740px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { min-height: 50px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand-2), var(--brand-dark)); box-shadow: 0 18px 46px rgba(228,9,46,.28); }
.btn-primary:hover { box-shadow: 0 24px 60px rgba(228,9,46,.38); }
.btn-ghost { color: var(--text); border-color: var(--line); background: rgba(148,163,184,.1); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 730px; }
.hero-proof div { padding: 15px 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.hero-proof strong { display: block; font-size: 1.08rem; }
.hero-proof span { display: block; color: var(--soft); font-size: .86rem; font-weight: 750; }
.hero-media { position: relative; }
.media-frame { position: relative; overflow: hidden; border-radius: var(--radius-xl); border: 1px solid rgba(158,174,198,.2); background: #070d18; box-shadow: var(--shadow); }
.media-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(5,7,13,.08), rgba(5,7,13,.4)); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .media-frame { aspect-ratio: 16/10; transform: perspective(900px) rotateY(-5deg) rotateX(2deg); }
.float-panel { position: absolute; z-index: 2; border: 1px solid rgba(158,174,198,.24); background: rgba(10,16,28,.82); backdrop-filter: blur(14px); border-radius: 18px; padding: 14px 16px; box-shadow: 0 18px 46px rgba(0,0,0,.24); }
:root[data-theme="light"] .float-panel { background: rgba(255,255,255,.82); }
.float-panel b { display: block; font-size: .92rem; }
.float-panel span { color: var(--muted); font-size: .82rem; font-weight: 750; }
.float-a { left: -24px; bottom: 58px; }
.float-b { right: -18px; top: 56px; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.left { margin-bottom: 0; }
.section-head p { font-size: 1.05rem; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.problem-card { position: relative; overflow: hidden; min-height: 480px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.problem-card picture, .problem-card .visual-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.problem-card img { width: 100%; height: 100%; object-fit: cover; }
.problem-card .visual-img { object-fit: cover; }
.problem-card::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(5,7,13,.78), rgba(5,7,13,.22) 50%, rgba(5,7,13,.08)); }
:root[data-theme="light"] .problem-card::after { background: linear-gradient(0deg, rgba(12,18,30,.66), rgba(12,18,30,.12)); }
.problem-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 480px; padding: 34px; }
.problem-content small, .solution-card small, .product-kicker, .industry-card small { color: var(--brand-2); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.problem-content h3 { max-width: 620px; color: #fff; }
.problem-content p { color: rgba(231,237,248,.86); max-width: 640px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: -10px 0 28px; }
.filter-btn { border: 1px solid var(--line); color: var(--muted); background: var(--surface); border-radius: 999px; padding: 10px 14px; font-weight: 850; cursor: pointer; transition: color .2s, border-color .2s, transform .2s; }
.filter-btn:hover { transform: translateY(-1px); }
.filter-btn.active { color: white; border-color: rgba(228,9,46,.52); background: linear-gradient(135deg, var(--brand), var(--brand-dark)); }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.solution-card { position: relative; min-height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); box-shadow: 0 20px 60px rgba(0,0,0,.16); transition: transform .25s, border-color .25s, opacity .2s; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(228,9,46,.36); }
.solution-card.is-hidden { display: none; }
.solution-img { height: 178px; overflow: hidden; background: #07101c; }
.solution-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.solution-card:hover .solution-img img { transform: scale(1.05); }
.solution-body { padding: 22px; }
.solution-body p { margin-bottom: 0; }
.card-number { margin-right:10px; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 14px; background: linear-gradient(135deg, rgba(228,9,46,.22), rgba(35,167,255,.12)); color: #fff; font-weight: 950; border: 1px solid var(--line); }
.platform-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.platform-card { position: relative; overflow: hidden; padding: 28px; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); transition: transform .25s, border-color .25s; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.platform-card::after { content: ""; position: absolute; inset: auto -20% -44% 20%; height: 230px; background: radial-gradient(circle, rgba(228,9,46,.26), transparent 65%); pointer-events: none; }
.platform-card:hover { transform: translateY(-6px); border-color: rgba(228,9,46,.45); }
.platform-card p, .platform-card ul { position: relative; z-index: 1; }
.platform-card h3 { font-size: 1.65rem; }
.platform-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; color: var(--muted); }
.platform-card li { position: relative; padding-left: 26px; line-height: 1.55; }
.platform-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-2); box-shadow: 0 0 0 5px rgba(228,9,46,.13); }
.platform-label { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(228,9,46,.18); border: 1px solid rgba(228,9,46,.28); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.platform-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--brand-2); font-weight: 900; }
.product-section { padding: 84px 0; }
.product-shell { display: grid; grid-template-columns: minmax(0,.94fr) minmax(360px,1.06fr); gap: 48px; align-items: center; border: 1px solid var(--line); border-radius: 42px; padding: 34px; background: linear-gradient(135deg, rgba(18,28,44,.78), rgba(10,16,28,.58)); box-shadow: var(--shadow); }
:root[data-theme="light"] .product-shell { background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,244,250,.72)); }
.product-shell.reverse { grid-template-columns: minmax(360px,1.06fr) minmax(0,.94fr); }
.product-shell.reverse .product-copy { order: 2; }
.product-copy h2 { font-size: clamp(2rem, 3.6vw, 3.8rem); }
.product-copy p { font-size: 1.03rem; }
.feature-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; color: var(--muted); line-height: 1.6; }
.feature-list span { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--brand-2), var(--brand-dark)); font-weight: 950; }
.product-media { position: relative; }
.product-ambient { position: absolute; inset: -16px; z-index: 0; overflow: hidden; border-radius: 34px; opacity: .48; filter: blur(.1px); }
.product-ambient img { width: 100%; height: 100%; object-fit: cover; }
.product-visual { position: relative; z-index: 1; width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 30px; border: 1px solid rgba(158,174,198,.22); box-shadow: 0 30px 82px rgba(0,0,0,.34); background: #070d18; }

.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.pricing-block { margin-top: 28px; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, rgba(148,163,184,.10), rgba(5,7,13,.20)); }
:root[data-theme="light"] .pricing-block { background: linear-gradient(135deg, rgba(255,255,255,.74), rgba(237,241,247,.72)); }
.pricing-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.pricing-head span { color: var(--brand-2); font-size: .72rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.pricing-head strong { color: var(--text); font-size: .95rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.price-card { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(5,7,13,.22); min-height: 100%; display: flex; flex-direction: column; gap: 8px; }
:root[data-theme="light"] .price-card { background: rgba(255,255,255,.66); }
.price-card.featured { border-color: rgba(228,9,46,.38); box-shadow: inset 0 0 0 1px rgba(228,9,46,.10); }
.price-card small { color: var(--brand-2); font-weight: 950; text-transform: uppercase; letter-spacing: .10em; }
.price-card h3 { margin: 4px 0 0; font-size: clamp(1.15rem, 2vw, 1.42rem); letter-spacing: -.035em; }
.price-card p { margin: 0; font-size: .94rem; line-height: 1.58; }
.price-card > p { min-height: 76px; }
.price-mini-list { margin: auto 0 0; padding: 0; list-style: none; display: grid; gap: 7px; color: var(--muted); font-size: .88rem; font-weight: 780; }
.price-mini-list li { position: relative; padding-left: 18px; }
.price-mini-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 99px; background: var(--brand-2); }
.pricing-note { margin: 12px 2px 0; color: var(--soft); font-size: .84rem !important; line-height: 1.45; }

.keyword-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.keyword-strip span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(148,163,184,.08); color: var(--muted); font-size: .83rem; font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.benefit-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); padding: 18px; min-height: 100%; transition: transform .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(228,9,46,.34); }
.benefit-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; margin-bottom: 18px; background: #07101c; }
.benefit-card strong { display: block; font-size: 1.15rem; margin-bottom: 8px; }
.benefit-card p { margin-bottom: 0; font-size: .95rem; }
.industry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.industry-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.industry-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); transition: transform .25s, border-color .25s; }
.industry-card:hover { transform: translateY(-4px); border-color: rgba(35,167,255,.35); }
.industry-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #07101c; }
.industry-card div { padding: 20px; }
.industry-card p { margin-bottom: 0; font-size: .95rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: step; }
.process-step { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.process-step span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 16px; color: #fff; font-weight: 950; background: #111d2d; border: 1px solid var(--line); }
.process-step:nth-child(2) span, .process-step:nth-child(4) span { background: linear-gradient(135deg, var(--brand-2), var(--brand-dark)); }
.process-step p { margin: 0; }
.contact-section { padding-bottom: 90px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.contact-box { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.contact-links { display: grid; gap: 10px; margin-top: 24px; }
.contact-links a, .contact-links span { color: var(--muted); font-weight: 800; }
.contact-form { display: grid; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface-strong); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label span { display: block; margin-bottom: 8px; color: var(--text); font-weight: 850; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; color: var(--text); background: rgba(5,7,13,.38); outline: none; transition: border-color .2s, box-shadow .2s; }
:root[data-theme="light"] .contact-form input, :root[data-theme="light"] .contact-form textarea, :root[data-theme="light"] .contact-form select { background: rgba(248,250,252,.86); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(228,9,46,.56); box-shadow: 0 0 0 4px rgba(228,9,46,.12); }
.hidden-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-note { color: var(--soft); font-size: .86rem; margin: -6px 0 0; }
.form-status { min-height: 24px; margin: 0; font-weight: 800; }
.form-status.success { color: var(--green); }
.form-status.error { color: #ff7185; }
.form-status a { color: inherit; text-decoration: underline; }
.site-footer { border-top: 1px solid var(--line); padding: 24px 0; text-align: center; background: rgba(5,7,13,.38); }
:root[data-theme="light"] .site-footer { background: rgba(248,250,252,.74); }
.site-footer p { margin: 0; color: var(--muted); font-weight: 800; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1080px) {
  .main-nav { position: fixed; inset: var(--header-h) 16px auto 16px; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface-strong); box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
  body.nav-open .main-nav { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 16px; }
  .menu-btn { display: grid; }
  .hero-grid, .product-shell, .product-shell.reverse, .industry-grid, .contact-grid { grid-template-columns: 1fr; }
  .product-shell.reverse .product-copy { order: 0; }
  .solution-grid, .platform-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefit-grid, .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  :root { --header-h: 72px; }
  .container { width: min(100% - 26px, var(--container)); }
  .section { padding: 70px 0; }
  .hero { padding-top: 70px; }
  .hero-grid { gap: 32px; }
  .hero-proof, .problem-grid, .solution-grid, .platform-cards, .benefit-grid, .industry-list, .process-grid, .form-row { grid-template-columns: 1fr; }
  .hero-media .media-frame { transform: none; }
  .float-panel { position: static; margin-top: 12px; }
  .problem-content { min-height: 420px; padding: 24px; }
  .problem-card { min-height: 420px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .product-actions .btn { width: 100%; }
  .product-shell { padding: 18px; border-radius: 28px; gap: 24px; }
  .product-visual { border-radius: 22px; }
  .brand-text { width: 112px; }
  .brand img { width: 46px; height: 46px; }
}

/* Product sections: landscape visual first, content and pricing below */
.product-shell,
.product-shell.reverse {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 30px;
}
.product-shell .product-media {
  order: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.product-shell .product-copy,
.product-shell.reverse .product-copy {
  order: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.product-ambient {
  display: none;
}
.product-visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 760px) {
  .product-section {
    padding: 52px 0;
  }
  .product-section + .product-section {
    margin-top: 20px;
  }
  .product-shell,
  .product-shell.reverse {
    gap: 22px;
  }
}
