@charset "UTF-8";
:root {
  --paper: #f5f5ef;
  --white: #fff;
  --ink: #102d40;
  --deep: #092233;
  --muted: #536771;
  --line: #d3dcd9;
  --lime: #d9f78a;
  --mint: #c6e4d9;
  --display: "Bricolage Grotesque", sans-serif;
  --body: "DM Sans", sans-serif;
  --shell: min(1320px, calc(100% - 96px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; cursor: pointer; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #0073bf; outline-offset: 5px; }
.dark-section :focus-visible { outline-color: var(--lime); }
::selection { color: var(--ink); background: var(--lime); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(56px, 6.2vw, 92px); }
h2 { font-size: clamp(36px, 4vw, 58px); }
h3 { font-size: 32px; }
em { color: var(--mint); font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.dark-section { background: var(--ink); color: var(--paper); }
.eyebrow { font-size: 11px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; }
.micro-label { font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; background: var(--lime); padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; width: 125px; min-height: 54px; flex-shrink: 0; }
.brand img { width: 125px; height: auto; }
.navigation { display: flex; align-items: center; gap: 38px; }
.navigation > a { display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; font-weight: 600; gap: 18px; }
.navigation > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }
.navigation > a:hover { color: #267764; }
.navigation .nav-contact { margin-left: 30px; border-bottom: 1px solid var(--ink); }
.menu-toggle { display: none; }
.button { min-height: 56px; padding: 16px 24px; display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; font-size: 14px; line-height: 1.4; font-weight: 600; border: 1px solid transparent; transition: background 180ms, color 180ms; }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover { background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #20566a; }
.button:active, .control-button:active { opacity: .8; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; border-bottom: 1px solid currentColor; padding-block: 10px; transition: color 180ms; }
.text-link:hover { color: #267764; }
.light-link:hover { color: var(--lime); }
.actions { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 18px 26px; }
.home-hero { position: relative; overflow: hidden; padding-top: 34px; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; color: #bed0d7; }
.hero-topline .eyebrow { display: flex; align-items: center; gap: 16px; }
.small-cross { color: var(--lime); font-size: 26px; font-weight: 400; line-height: 1; }
.home-hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 60px; align-items: center; padding: 64px 0 72px; }
.hero-copy h1 { max-width: 650px; }
.hero-copy > p { margin-top: 30px; max-width: 480px; font-size: 17px; color: #c0d0d6; line-height: 1.7; }
.hero-copy .actions { margin-top: 34px; }
.hero-evidence { padding-top: 16px; }
.evidence-heading { display: flex; gap: 18px; align-items: center; margin-bottom: 30px; }
.evidence-heading .micro-label { color: #b6cdd4; display: block; margin-bottom: 5px; }
.evidence-heading strong { font-family: var(--display); font-size: 23px; line-height: 1.2; font-weight: 500; }
.app-monogram { width: 62px; height: 62px; display: inline-flex; align-items: center; justify-content: center; background: var(--lime); color: var(--ink); font-family: var(--display); font-size: 23px; font-weight: 700; letter-spacing: -.05em; border-radius: 16px 16px 16px 0; flex-shrink: 0; }
.app-monogram-light { background: var(--ink); color: var(--lime); }
.hero-screen { display: block; position: relative; padding: 10px; background: #accbcd; transform: rotate(-2deg); transition: transform 250ms; }
.hero-screen:hover { transform: rotate(0deg); }
.hero-screen img { width: 100%; }
.screen-link { position: absolute; right: 18px; bottom: -18px; background: var(--lime); color: var(--ink); padding: 12px 18px; display: inline-flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 600; }
.evidence-caption { margin-top: 36px; display: flex; justify-content: space-between; gap: 20px; color: #c1d2d6; font-size: 13px; }
.connection-line { font: 500 20px var(--display); color: var(--mint); align-self: center; white-space: nowrap; }
.connection-line span { padding-inline: 24px; color: var(--lime); }
.hero-bottom { display: flex; align-items: center; gap: 40px; padding: 24px 0; border-top: 1px solid #426071; font-size: 12px; color: #c3d0d6; }
.hero-bottom > span::before { content: "/"; color: #819fa9; margin-right: 20px; }
.hero-bottom a { margin-left: auto; display: flex; align-items: center; gap: 25px; min-height: 44px; color: var(--lime); }
.section-heading { display: grid; grid-template-columns: 1.35fr 1fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-top: 22px; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.service-grid article { padding: 32px 38px 8px; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.service-grid article:first-child { padding-left: 0; border-left: 0; }
.service-grid article:last-child { padding-right: 0; }
.service-symbol { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid #a8bbb9; border-radius: 50%; font-size: 26px; margin-bottom: 40px; }
.service-grid h3 { margin-bottom: 20px; }
.service-grid p { font-size: 15px; color: var(--muted); margin-bottom: 24px; }
.service-grid .text-link, .service-note { margin-top: auto; }
.service-note { font-size: 11px; color: var(--muted); min-height: 44px; display: flex; align-items: center; }
.featured-product { padding: 90px 0; background: #dce7df; overflow: hidden; }
.featured-grid { display: grid; grid-template-columns: .85fr 1.25fr; gap: 70px; align-items: center; }
.featured-copy > .app-monogram { margin-top: 35px; margin-bottom: 24px; width: 48px; height: 48px; font-size: 20px; }
.featured-copy h2 { font-size: clamp(38px,3.6vw,52px); }
.featured-copy em { color: #497766; }
.featured-copy > p:not(.eyebrow) { margin: 24px 0 28px; max-width: 410px; font-size: 15px; color: #455f59; }
.featured-media { min-width: 0; }
.image-link { display: block; border: 8px solid #b6cdbe; }
.image-link img { width: 100%; }
.media-caption { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; line-height: 1.5; margin-top: 16px; color: #455f59; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.certification { border-block: 1px solid var(--line); padding: 34px 0; }
.certification > strong { font-family: var(--display); font-size: clamp(110px,14vw,205px); font-weight: 500; letter-spacing: -.07em; line-height: 1.2; display: block; }
.certification > strong > span { font-size: .45em; vertical-align: top; display: inline-block; padding-top: 30px; color: #497766; }
.certification > p:last-child { font-size: 18px; color: var(--muted); }
.about-grid h2 { margin: 22px 0 26px; }
.body-large { color: var(--muted); font-size: 17px; }
.principles { margin-top: 30px; }
.principles p { border-top: 1px solid var(--line); padding: 16px 0; display: flex; gap: 26px; font-size: 13px; }
.principles span { color: #497766; font-size: 11px; padding-top: 2px; }
.contact-section { padding: 76px 0; background: var(--lime); }
.contact-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 90px; align-items: center; }
.contact-layout h2 { margin-top: 20px; }
.contact-layout > div:last-child > p { margin-bottom: 24px; max-width: 390px; color: #355046; }
.contact-email { display: block; width: fit-content; margin-top: 12px; padding-block: 8px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.site-footer { padding: 52px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 40px; }
.footer-top > p { color: var(--muted); font-size: 15px; }
.footer-links { justify-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-links a { min-height: 40px; display: inline-flex; align-items: center; gap: 20px; font-size: 13px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 44px; font-size: 10px; color: var(--muted); }
.design-credit { text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
/* Product catalog — repeat .catalog-product for each product. */
.catalog-hero { padding: 68px 0 66px; }
.catalog-hero h1 { font-size: clamp(48px,5.9vw,84px); margin: 28px 0 34px; }
.catalog-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.catalog-intro p { color: #c1d2d6; max-width: 540px; font-size: 17px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.catalog-heading h2 { font-size: 30px; }
.catalog-heading > span { color: var(--muted); }
.product-catalog { display: grid; gap: 48px; }
.catalog-product { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; padding: 46px 0; border-bottom: 1px solid var(--line); }
.product-category { display: flex; gap: 18px; align-items: center; margin-bottom: 25px; }
.product-category .app-monogram { width: 48px; height: 48px; font-size: 20px; }
.product-category .eyebrow { color: var(--muted); font-size: 10px; }
.catalog-product h3 { font-size: clamp(36px,3.3vw,48px); }
.catalog-product-copy > p { margin: 22px 0; color: var(--muted); font-size: 15px; }
.feature-tags { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.feature-tags li { font-size: 11px; padding: 7px 10px; border: 1px solid var(--line); }
.catalog-product-image { display: block; position: relative; padding: 26px 26px 70px; background: #dce7df; }
.catalog-product-image img { width: 100%; }
.image-note { position: absolute; bottom: 22px; left: 26px; right: 26px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 600; }
.catalog-bottom { padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.catalog-bottom p { color: var(--muted); font-size: 14px; }
/* Product presentation */
.product-hero { padding: 30px 0 24px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 12px; color: #c1d2d6; }
.breadcrumb:hover { color: var(--lime); }
.product-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; padding: 34px 0 56px; }
.product-identity { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; }
.product-identity .app-monogram { width: 44px; height: 44px; font-size: 18px; border-radius: 12px 12px 12px 0; }
.product-identity > span:last-child { font-size: 13px; line-height: 1.3; }
.product-hero h1 { font-size: clamp(54px,6vw,86px); }
.product-hero-copy > p { color: #c1d2d6; font-size: 17px; margin-bottom: 30px; }
.product-hero-copy .actions { flex-direction: column; }
.trial-note { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 15px 16px; margin: 0 0 22px; max-width: 470px; border-left: 2px solid var(--lime); background: #173d51; }
.trial-note-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font: 700 18px/1 var(--display); letter-spacing: -.06em; }
.trial-note p { color: #d9e4e5; font-size: 13px; line-height: 1.45; }
.trial-note strong { color: var(--lime); font-size: 14px; }
.trial-terms { max-width: 430px; margin-top: 14px; color: #a7bdc4 !important; font-size: 11px !important; line-height: 1.45; }
.product-cover { padding: 18px; background: #769aa7; }
.product-cover a { display: block; position: relative; }
.product-cover img { width: 100%; }
.zoom-hint { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 20px; align-items: center; padding: 12px 18px; background: var(--ink); color: var(--white); font-size: 12px; box-shadow: 0 2px 10px #0002; }
.product-cover-caption { display: flex; justify-content: space-between; gap: 24px; color: #c1d2d6; margin-top: 18px; font-size: 11px; }
.benefit-strip { border-bottom: 1px solid var(--line); }
.benefit-strip > .shell { display: grid; grid-template-columns: repeat(3,1fr); }
.benefit-strip article { padding: 35px 32px; border-left: 1px solid var(--line); }
.benefit-strip article:first-child { padding-left: 0; border: 0; }
.benefit-strip article:last-child { padding-right: 0; }
.benefit-strip article > span { font-size: 11px; color: #497766; }
.benefit-strip h2 { font-size: 24px; margin: 14px 0 12px; }
.benefit-strip p { font-size: 14px; color: var(--muted); }
.tour-navigation { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 28px; overflow-x: auto; gap: 4px; padding-bottom: 5px; }
.tour-step { flex: 1 0 auto; min-height: 66px; padding: 10px 12px; border: 0; border-bottom: 2px solid transparent; text-align: left; background: transparent; font-size: 12px; transition: background 180ms; }
.tour-step span { display: block; color: var(--muted); font-size: 10px; margin-bottom: 4px; }
.tour-step:hover { background: #e4ece4; }
.tour-step[aria-current="step"] { border-bottom-color: var(--ink); background: #e4ece4; font-weight: 700; }
.tour-panel { margin-bottom: 42px; }
.tour-enhanced .tour-panel { margin-bottom: 0; }
.tour-panel-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; min-height: 124px; padding-bottom: 26px; }
.tour-panel-heading h3 { font-size: 30px; margin-top: 10px; }
.tour-panel-heading > p { font-size: 14px; color: var(--muted); }
.tour-image { display: block; position: relative; border: 1px solid var(--line); }
.tour-image img { width: 100%; }
.tour-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; gap: 20px; }
.tour-controls > p { font-size: 12px; color: var(--muted); }
.tour-controls > div { display: flex; gap: 10px; }
.control-button { width: 48px; height: 48px; border: 1px solid var(--ink); background: transparent; font-size: 24px; transition: background 180ms; }
.control-button:hover:not(:disabled) { background: var(--lime); }
.control-button:disabled { opacity: .35; cursor: default; }
.demo-section { padding: 85px 0; }
.demo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.demo-grid h2 { margin: 24px 0; }
.demo-grid p:not(.eyebrow) { color: #c1d2d6; margin-bottom: 20px; max-width: 320px; font-size: 15px; }
.video-wrap { aspect-ratio: 16/9; background: var(--deep); }
.video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-grid h2 { margin-top: 22px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 24px 40px 24px 0; font-weight: 600; font-size: 16px; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; font-size: 24px; top: 17px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 15px; padding-bottom: 28px; max-width: 580px; }
.image-dialog { width: min(1600px,calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 0; border: 0; background: var(--paper); color: var(--ink); }
.image-dialog::backdrop { background: #061923e8; }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 22px; }
.dialog-toolbar > p { font-size: 14px; }
.dialog-close { background: var(--ink); color: var(--white); border: 0; padding: 10px 16px; min-height: 44px; display: flex; align-items: center; gap: 20px; flex-shrink: 0; font-size: 13px; }
.dialog-close span { font-size: 24px; line-height: 1; }
.dialog-image-scroll { overflow: auto; max-height: calc(100dvh - 180px); }
.dialog-image-scroll img { width: 1920px; min-width: 1100px; max-width: none; height: auto; }
.dialog-help { font-size: 11px; color: var(--muted); padding: 12px 22px; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy, .catalog-hero h1, .product-hero-grid { animation: enter 650ms ease both; }
.hero-evidence { animation: enter 650ms 120ms ease both; }
@media (min-width: 1800px) { :root { --shell: min(1440px,calc(100% - 120px)); } }
@media (max-width: 1100px) {
  :root { --shell: calc(100% - 64px); }
  .navigation { gap: 24px; }
  .navigation .nav-contact { margin-left: 0; }
  .home-hero-grid { gap: 40px; }
  .home-hero h1 { font-size: 66px; }
  .hero-copy .actions { flex-direction: column; }
  .hero-bottom { gap: 20px; }
  .hero-bottom > span::before { margin-right: 10px; }
  .section-heading, .featured-grid, .about-grid, .contact-layout, .catalog-product, .product-hero-grid, .demo-grid, .faq-grid { gap: 40px; }
  .service-grid article { padding-inline: 24px; }
  .catalog-product { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  :root { --shell: calc(100% - 40px); }
  .header-inner { min-height: 74px; flex-wrap: wrap; }
  .js .header-inner { flex-wrap: nowrap; }
  .brand, .brand img { width: 108px; }
  .js .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 7px; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--ink); transition: transform 180ms; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .navigation { display: flex; flex-wrap: wrap; width: 100%; position: static; background: var(--paper); padding: 12px 0; }
  .js .navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 24px 20px 32px; border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px #102d4010; }
  .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
  .navigation > a { font-size: 18px; padding: 10px 0; }
  .navigation .nav-contact { justify-content: space-between; margin-top: 10px; }
  .hero-topline > .micro-label { display: none; }
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 42px; gap: 50px; }
  .home-hero h1 { font-size: clamp(54px,10vw,82px); }
  .hero-copy > p { max-width: 550px; }
  .hero-copy .actions { flex-direction: row; }
  .hero-evidence { max-width: 620px; width: 100%; justify-self: end; padding-inline: 8px; }
  .hero-screen { transform: rotate(-1deg); }
  .hero-bottom { flex-wrap: wrap; gap: 12px 28px; }
  .hero-bottom a { margin-left: 0; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading > p { max-width: 550px; }
  .service-grid h3 { font-size: 26px; }
  .service-grid article { padding-inline: 18px; }
  .service-symbol { margin-bottom: 26px; }
  .featured-grid, .about-grid, .contact-layout, .catalog-product, .product-hero-grid, .demo-grid, .faq-grid { grid-template-columns: 1fr; }
  .featured-product { padding: 70px 0; }
  .featured-copy > p:not(.eyebrow) { max-width: 550px; }
  .featured-copy h2 { font-size: 48px; }
  .certification { max-width: 420px; width: 100%; }
  .certification > strong { font-size: 150px; }
  .contact-section { padding: 58px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top .brand { grid-column: 1/-1; }
  .footer-links { justify-self: start; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 28px; }
  .catalog-hero { padding: 46px 0; }
  .catalog-hero h1 { font-size: clamp(46px,8vw,70px); }
  .catalog-intro { align-items: start; flex-direction: column; gap: 24px; }
  .catalog-product { gap: 32px; }
  .catalog-product h3 { font-size: 44px; }
  .catalog-product-copy > p { max-width: 540px; }
  .product-hero-grid { gap: 28px; padding-top: 26px; }
  .product-hero h1 { font-size: clamp(52px,8vw,78px); }
  .product-hero-copy > p { max-width: 570px; }
  .trial-note { max-width: 570px; }
  .product-hero-copy .actions { flex-direction: row; align-items: center; }
  .product-cover { padding: 8px; }
  .product-cover-caption { flex-direction: column; gap: 8px; font-size: 10px; }
  .benefit-strip article { padding: 28px 20px; }
  .benefit-strip h2 { font-size: 22px; }
  .tour-panel-heading { gap: 25px; min-height: 155px; }
  .tour-panel-heading h3 { font-size: 26px; }
  .demo-section { padding: 65px 0; }
}
@media (max-width: 540px) {
  .home-hero { padding-top: 24px; }
  .hero-topline .eyebrow { font-size: 9px; gap: 10px; }
  .home-hero h1 { font-size: clamp(48px,12vw,64px); }
  .hero-copy > p, .product-hero-copy > p { font-size: 16px; }
  .actions { flex-direction: column; align-items: stretch; }
  .hero-copy .actions, .product-hero-copy .actions { flex-direction: column; align-items: stretch; }
  .trial-note { grid-template-columns: 42px 1fr; padding: 14px; }
  .trial-note-mark { width: 42px; height: 42px; }
  .actions .text-link { align-self: flex-start; }
  .button { padding: 16px 19px; gap: 15px; font-size: 13px; }
  .hero-bottom { font-size: 10px; gap: 10px 20px; }
  .hero-bottom a { width: 100%; justify-content: space-between; padding-top: 8px; }
  .evidence-heading strong { font-size: 20px; }
  .evidence-caption { font-size: 12px; }
  .connection-line { font-size: 16px; }
  .connection-line span { padding-inline: 12px; }
  .screen-link { font-size: 11px; padding: 10px 14px; right: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:first-child, .service-grid article:last-child { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { font-size: 32px; }
  .service-grid h3 br { display: none; }
  .service-symbol { margin-bottom: 22px; }
  .featured-copy h2 { font-size: 39px; }
  .media-caption { flex-direction: column; gap: 6px; }
  .about-grid { gap: 46px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top .brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .catalog-hero h1 { font-size: clamp(42px,10vw,54px); }
  .catalog-heading { align-items: start; flex-direction: column; gap: 12px; }
  .catalog-heading h2 { font-size: 28px; }
  .catalog-product-image { padding: 12px 12px 58px; }
  .image-note { left: 12px; right: 12px; bottom: 18px; }
  .catalog-bottom { align-items: start; flex-direction: column; }
  .product-hero h1 { font-size: clamp(46px,11vw,62px); }
  .benefit-strip > .shell { grid-template-columns: 1fr; }
  .benefit-strip article, .benefit-strip article:first-child, .benefit-strip article:last-child { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .benefit-strip article:first-child { border-top: 0; }
  .benefit-strip h2 { margin: 8px 0; }
  .tour-panel-heading { grid-template-columns: 1fr; gap: 16px; min-height: 212px; align-content: start; }
  .tour-panel-heading h3 { font-size: 28px; }
  .zoom-hint { position: static; justify-content: space-between; padding: 10px 14px; min-height: 44px; box-shadow: none; font-size: 11px; }
  .tour-controls { gap: 12px; }
  .tour-controls > p { font-size: 11px; }
  .demo-grid h2 { font-size: 40px; }
  .demo-grid h2 br { display: block; }
  .image-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .dialog-toolbar { gap: 14px; padding: 10px 12px; }
  .dialog-toolbar > p { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
