:root { --ink:#17191d; --muted:#686d76; --paper:#f5f3ee; --surface:#fffdfa; --line:#dcd9d1; --ren:#2365ad; --rey:#21a58e; --radius:20px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Yu Gothic UI","Hiragino Sans",Meiryo,system-ui,sans-serif; font-feature-settings:"palt" 1; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
img,video { display:block; max-width:100%; }
.shell { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.site-header { width:min(1320px,calc(100% - 48px)); height:84px; margin-inline:auto; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.wordmark { display:inline-flex; align-items:center; gap:10px; }
.wordmark-icon { width:42px; height:42px; border-radius:50%; object-fit:cover; }
.wordmark-logo { width:auto; height:34px; object-fit:contain; }
.site-header nav { display:flex; gap:30px; color:#444850; font-size:14px; }
.site-header nav a { transition:color .2s ease; }
.site-header nav a:hover,.site-header nav a[aria-current="page"] { color:var(--rey); }
.hero { min-height:620px; display:flex; align-items:center; padding-block:76px 92px; }
.hero-copy { max-width:760px; }
.eyebrow { margin:0 0 18px; font-size:11px; font-weight:800; letter-spacing:.18em; color:#757a82; }
.hero h1 { margin:0; font-size:clamp(52px,6vw,84px); line-height:1.06; letter-spacing:-.065em; font-weight:650; }
.hero-lead { margin:32px 0 28px; font-size:17px; line-height:1.95; color:var(--muted); }
.text-link { display:inline-flex; align-items:center; gap:10px; padding-bottom:5px; border-bottom:1px solid #a7aaa9; font-size:14px; font-weight:700; }
.text-link .arrow { transition:transform .2s ease; }
.text-link:hover .arrow { transform:translateX(4px); }
.hero-product { padding:14px; background:#11151a; color:#fff; border-radius:26px; box-shadow:0 28px 65px rgb(35 39 44 / 18%); transition:transform .3s ease,box-shadow .3s ease; }
.hero-product:hover { transform:translateY(-5px); box-shadow:0 34px 75px rgb(35 39 44 / 24%); }
.hero-product-meta { display:flex; align-items:center; justify-content:space-between; padding:4px 7px 14px; font-size:10px; letter-spacing:.1em; color:#a9b1bb; }
.hero-product>img { width:100%; border-radius:14px; border:1px solid #313841; }
.hero-product-title { display:flex; gap:24px; justify-content:space-between; align-items:flex-end; padding:20px 8px 8px; }
.hero-product-title strong { font-size:22px; letter-spacing:-.03em; }
.hero-product-title p { margin:6px 0 0; font-size:12px; color:#aeb6c0; }
.status-chip { white-space:nowrap; padding:7px 10px; border-radius:99px; font-size:10px; font-weight:750; }
.rey-chip { background:#143d37; color:#79d6c5; }
.brand-video-section { padding-block:108px 120px; border-top:1px solid var(--line); }
.brand-video-inner { width:min(920px,100%); margin-inline:auto; }
.brand-video-copy { max-width:700px; margin-bottom:42px; }
.brand-video-copy h2 { margin:0; font-size:clamp(36px,4.5vw,58px); letter-spacing:-.055em; font-weight:650; }
.brand-video-copy>p:last-child { margin:24px 0 0; color:var(--muted); font-size:16px; line-height:1.9; }
.brand-video-frame { position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:18px; background:#11151a; box-shadow:0 20px 55px rgb(28 31 35 / 13%); }
.brand-video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.brand-section,.recent-section { padding-block:108px; border-top:1px solid var(--line); }
.section-heading { margin-bottom:40px; }
.section-heading h2 { margin:0; font-size:clamp(34px,4vw,54px); letter-spacing:-.055em; font-weight:650; }
.brand-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.brand-card { min-height:380px; padding:34px; border-radius:var(--radius); display:flex; flex-direction:column; justify-content:space-between; position:relative; overflow:hidden; transition:transform .25s ease; }
.brand-card:hover { transform:translateY(-4px); }
.brand-card::after { content:''; position:absolute; width:260px; height:260px; border-radius:50%; right:-90px; bottom:-120px; border:54px solid rgb(255 255 255 / 15%); }
.ren-card { background:#19364f; color:#fff; }
.rey-card { background:#e2f1eb; color:#143a34; }
.brand-index { font-size:10px; letter-spacing:.13em; opacity:.65; }
.brand-logo { position:relative; z-index:1; width:auto; object-fit:contain; object-position:left center; }
.brand-card .brand-logo { height:92px; max-width:72%; margin:18px 0; }
.ren-card .brand-logo { filter:brightness(0) invert(1); opacity:.96; }
.brand-card strong { display:block; margin-bottom:12px; font-size:24px; }
.brand-card p { margin:0; font-size:14px; opacity:.68; }
.brand-card>.corner-arrow { position:absolute; top:33px; right:33px; font-size:22px; }
.inline-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.product-card { min-height:280px; padding:24px; border:1px solid var(--line); border-radius:16px; background:rgb(255 253 250 / 62%); display:flex; flex-direction:column; }
.product-card.linked { background:var(--surface); transition:border-color .2s ease,transform .2s ease; }
.product-card.linked:hover { border-color:#9fcfc4; transform:translateY(-3px); }
.product-card-top { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:11px; }
.product-card-top .outbound { margin-left:auto; }
.brand-dot { width:8px; height:8px; border-radius:50%; }
.brand-dot.ren { background:var(--ren); }
.brand-dot.rey { background:var(--rey); }
.product-card h3 { margin:48px 0 12px; font-size:23px; letter-spacing:-.04em; }
.product-card>p { margin:0; color:var(--muted); font-size:13px; line-height:1.7; }
.product-campaign { display:flex; flex-direction:column; gap:4px; margin-top:18px; padding:12px 0; border-top:1px solid #d9e2ea; border-bottom:1px solid #d9e2ea; }
.product-campaign strong { color:var(--ren); font-size:12px; line-height:1.5; }
.product-campaign span { color:var(--muted); font-size:10px; }
.product-card-meta { margin-top:auto; padding-top:22px; border-top:1px solid #e5e2dc; display:flex; gap:8px; }
.product-card-meta span { padding:5px 8px; border-radius:6px; background:#efede8; color:#666a72; font-size:10px; }
.product-thumb { width:52px; height:52px; margin:32px 0 -24px; border-radius:12px; object-fit:cover; }
.feedback-section { padding-block:94px; border-top:1px solid var(--line); }
.feedback-box { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:64px; align-items:end; padding:38px 42px; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }
.feedback-copy { max-width:720px; }
.feedback-copy h2 { margin:0; font-size:clamp(30px,3.8vw,48px); line-height:1.2; letter-spacing:-.055em; font-weight:650; }
.feedback-copy>p:last-child { margin:22px 0 0; color:var(--muted); font-size:14px; line-height:1.9; }
.feedback-action { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.feedback-action small { color:#858990; font-size:10px; }
.site-footer { margin-top:30px; padding-block:30px 42px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:30px; color:#7c8086; font-size:11px; }
.footer-links { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:22px; }
.social-link { color:#4f555d; font-weight:700; }
.page-hero { padding-block:110px 120px; }
.page-hero h1 { max-width:920px; margin:0; font-size:clamp(48px,7vw,92px); line-height:1.08; letter-spacing:-.065em; font-weight:650; }
.page-hero>p:last-child { margin:34px 0 0; color:var(--muted); font-size:16px; }
.catalog-section { padding-block:92px 112px; border-top:1px solid var(--line); scroll-margin-top:30px; }
.catalog-heading { display:grid; grid-template-columns:116px 240px 1fr; align-items:center; gap:32px; margin-bottom:50px; }
.catalog-heading-visual { display:flex; align-items:center; }
.catalog-heading>span { font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.catalog-heading .brand-logo { max-width:210px; max-height:82px; }
.catalog-heading p { margin:0; color:var(--muted); font-size:17px; }
.catalog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.catalog-grid .product-card { min-height:300px; }
.about-hero { padding-block:120px 130px; }
.about-hero h1 { margin:0; font-size:clamp(56px,9vw,120px); line-height:.95; letter-spacing:-.075em; font-weight:600; }
.about-hero>p:last-child { margin:34px 0 0; color:var(--muted); font-size:17px; }
.about-statement { padding-block:110px; border-top:1px solid var(--line); }
.about-statement p { max-width:950px; margin:0; font-size:clamp(35px,5.4vw,70px); line-height:1.3; letter-spacing:-.06em; }
.about-brands { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding-bottom:120px; }
.about-brand { min-height:500px; padding:42px; border-radius:var(--radius); display:flex; flex-direction:column; }
.about-brand>span { font-size:10px; letter-spacing:.14em; opacity:.62; }
.about-brand .brand-logo { height:95px; max-width:70%; margin:auto 0 35px; }
.about-brand h2 { margin:0 0 24px; font-size:clamp(38px,4.5vw,64px); line-height:1.15; letter-spacing:-.06em; }
.about-brand p { margin:0; opacity:.7; }
.ren-about { color:#fff; background:#19364f; }
.ren-about .brand-logo { filter:brightness(0) invert(1); }
.rey-about { color:#153b35; background:#dff1eb; }
.detail-page { background:#f4f3ef; }
.detail-hero { display:grid; grid-template-columns:.8fr 1.2fr; gap:64px; align-items:center; min-height:720px; padding-block:90px; }
.detail-brand-logo { width:190px; max-height:82px; object-fit:contain; object-position:left center; margin:0 0 20px; }
.detail-hero h1 { margin:0 0 24px; font-size:clamp(60px,7vw,94px); line-height:.95; letter-spacing:-.075em; font-weight:650; }
.detail-hero h2 { max-width:530px; margin:0; font-size:clamp(26px,3vw,42px); line-height:1.3; letter-spacing:-.045em; }
.detail-hero-copy>p:not(.eyebrow) { max-width:480px; margin:25px 0; color:var(--muted); line-height:1.8; }
.detail-meta { display:flex; gap:8px; margin:26px 0; }
.detail-meta span { padding:7px 10px; border:1px solid #cacac3; border-radius:99px; font-size:11px; }
.campaign-note { width:fit-content; margin:0 0 20px; padding:12px 15px; border-left:3px solid var(--ren); background:rgb(35 101 173 / 7%); display:grid; grid-template-columns:auto auto; gap:3px 16px; align-items:baseline; }
.campaign-note strong { color:var(--ren); font-size:13px; }
.campaign-note span { font-size:12px; font-weight:700; }
.campaign-note small { grid-column:1/-1; color:var(--muted); font-size:10px; }
.disabled-cta { display:inline-flex; align-items:center; gap:10px; padding:15px 20px; border-radius:10px; background:#c9cbc8; color:#737775; font-weight:750; cursor:not-allowed; }
.disabled-cta[href] { cursor:pointer; }
.disabled-cta small { padding-left:10px; border-left:1px solid #aeb1ae; font-size:10px; font-weight:500; }
.detail-hero-visual { padding:14px; border-radius:22px; background:#11151a; box-shadow:0 28px 60px rgb(32 36 41 / 18%); }
.detail-hero-visual img { border-radius:11px; }
.intro-block { padding-block:130px; border-top:1px solid var(--line); }
.intro-block .large-copy { max-width:1030px; margin:0 0 30px; font-size:clamp(33px,4.8vw,62px); line-height:1.35; letter-spacing:-.055em; }
.intro-block>p:last-child { max-width:700px; margin:0; color:var(--muted); font-size:16px; line-height:1.9; }
.feature-section,.screens-section { padding-block:120px; border-top:1px solid var(--line); }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.feature-card { min-height:250px; padding:28px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }
.feature-icon { display:inline-grid; min-width:36px; height:28px; place-items:center; padding-inline:8px; border:1px solid #90cfc3; border-radius:99px; color:#178675; font-size:10px; font-weight:800; letter-spacing:.08em; }
.feature-card h3 { margin:45px 0 12px; font-size:20px; letter-spacing:-.03em; }
.feature-card p { margin:0; color:var(--muted); line-height:1.75; font-size:13px; }
.feature-card small { display:block; margin-top:14px; color:#8b8e93; font-size:10px; line-height:1.6; }
.media-section { padding-block:120px; }
.media-heading { margin-bottom:38px; }
.media-heading h2 { margin:0; font-size:clamp(36px,4.5vw,58px); letter-spacing:-.055em; }
.media-section video,.obs-section video { width:100%; border-radius:18px; background:#0d1014; box-shadow:0 20px 55px rgb(28 31 35 / 13%); }
.screens-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.screens-grid figure { margin:0; padding:12px; border-radius:18px; background:#e8e6e0; }
.screens-grid img { width:100%; border-radius:10px; }
.screens-grid figcaption { padding:12px 5px 3px; color:var(--muted); font-size:11px; }
.obs-section { padding-block:130px; background:#151a20; color:#fff; }
.obs-grid { display:grid; grid-template-columns:.62fr 1.38fr; gap:72px; align-items:center; }
.obs-copy h2 { margin:0 0 28px; font-size:clamp(42px,5.5vw,72px); line-height:1.1; letter-spacing:-.065em; }
.obs-copy>p:last-child { color:#aab2bb; line-height:1.85; }
.data-section { padding-block:115px; border-bottom:1px solid var(--line); }
.data-section h2 { max-width:800px; margin:0 0 26px; font-size:clamp(38px,5vw,64px); line-height:1.15; letter-spacing:-.06em; }
.data-section>p:not(.eyebrow) { max-width:760px; margin:0 0 28px; color:var(--muted); font-size:15px; line-height:1.9; }
.rey-text { color:var(--rey); }
.download-section { padding-block:150px; text-align:center; }
.download-section h2 { margin:0 0 40px; font-size:clamp(45px,6.5vw,82px); line-height:1.12; letter-spacing:-.065em; }
.disabled-cta.large { padding:18px 24px; }
.ren-text { color:var(--ren); }
.primary-cta { display:inline-flex; align-items:center; gap:18px; padding:16px 20px; border-radius:10px; background:#19364f; color:#fff; font-size:14px; font-weight:750; transition:background .2s ease,transform .2s ease; }
.primary-cta:hover { background:#244c6e; transform:translateY(-2px); }
.primary-cta.large { padding:18px 24px; }
.story-hero { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; align-items:center; min-height:760px; padding-block:90px 110px; }
.story-hero-copy h1 { margin:0 0 24px; font-size:clamp(58px,6.5vw,88px); line-height:.96; letter-spacing:-.075em; font-weight:650; }
.story-hero-copy h2 { margin:0; font-size:clamp(30px,3.4vw,46px); line-height:1.28; letter-spacing:-.05em; }
.story-hero-copy>p:not(.eyebrow) { max-width:500px; margin:26px 0; color:var(--muted); font-size:15px; line-height:1.9; }
.story-hero-visual { margin:0; padding:42px 42px 24px; border-radius:24px; background:#11151a; box-shadow:0 28px 65px rgb(32 36 41 / 18%); }
.story-hero-visual img { width:min(470px,100%); margin-inline:auto; border-radius:9px; }
.story-hero-visual figcaption { padding:20px 0 2px; color:#9da6b0; font-size:11px; text-align:center; }
.story-hero-visual.wide { padding:14px 14px 22px; }
.story-hero-visual.wide img { width:100%; }
.story-product-logo { width:210px; max-height:100px; object-fit:contain; object-position:left center; margin:0 0 24px; }
.story-product-logo.square { width:100px; height:100px; border-radius:18px; }
.story-problem { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:end; padding-block:135px; border-top:1px solid var(--line); }
.story-problem h2,.story-capability-section h2,.story-usage-section h2,.story-fit-section h2 { margin:0; font-size:clamp(38px,5vw,64px); line-height:1.18; letter-spacing:-.06em; }
.story-problem-copy p { max-width:520px; margin:0; color:var(--muted); font-size:17px; line-height:1.95; }
.story-problem-copy p+p { margin-top:22px; }
.story-compare-section { padding-block:125px; background:#172b3c; color:#fff; }
.story-compare-section .section-heading h2 { max-width:760px; }
.story-compare { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin-top:48px; background:rgb(255 255 255 / 18%); border:1px solid rgb(255 255 255 / 18%); }
.story-flow { min-height:360px; padding:42px; background:#172b3c; }
.story-flow>span { font-size:10px; font-weight:800; letter-spacing:.16em; color:#91a3b3; }
.story-flow h3 { max-width:390px; margin:66px 0 34px; font-size:clamp(25px,3vw,36px); line-height:1.3; letter-spacing:-.045em; }
.story-flow ol { display:flex; flex-wrap:wrap; gap:8px; margin:0; padding:0; list-style:none; }
.story-flow li { display:flex; align-items:center; gap:8px; color:#aebbc6; font-size:12px; }
.story-flow li:not(:last-child)::after { content:'→'; color:#667b8d; }
.after-flow { background:#1d3b56; }
.after-flow>span { color:#7faaff; }
.story-capability-section { padding-block:130px; }
.story-capability-section .section-heading { display:grid; grid-template-columns:.78fr 1.22fr; gap:70px; align-items:start; }
.story-capabilities { margin-left:calc(39% + 35px); border-top:1px solid var(--line); }
.story-capabilities article { display:grid; grid-template-columns:44px minmax(190px,.8fr) 1.2fr; gap:26px; align-items:baseline; padding-block:32px; border-bottom:1px solid var(--line); }
.story-capabilities article>span { color:#8b9097; font-size:10px; }
.story-capabilities h3 { margin:0; font-size:20px; letter-spacing:-.035em; }
.story-capabilities p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; }
.story-usage-section { padding-block:130px; background:#e9e7e0; }
.story-usage-section .section-heading { max-width:820px; margin-bottom:58px; }
.story-demo { margin:0 0 58px; }
.story-demo video { width:100%; aspect-ratio:16/9; border-radius:18px; background:#0d1014; box-shadow:0 20px 55px rgb(28 31 35 / 13%); }
.story-demo figcaption { padding:16px 4px 0; color:var(--muted); font-size:12px; }
.story-screens { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.story-screens.single { grid-template-columns:1fr; max-width:900px; margin-inline:auto; }
.story-screens.three-up { grid-template-columns:repeat(3,1fr); gap:14px; }
.story-screens figure { margin:0; }
.story-screen-frame { min-height:620px; padding:44px; display:grid; place-items:center; border-radius:18px; background:#dcd9d1; }
.three-up .story-screen-frame { min-height:580px; padding:24px; }
.story-screen-frame img { width:min(500px,100%); max-height:560px; object-fit:contain; border-radius:7px; box-shadow:0 20px 40px rgb(25 29 34 / 16%); }
.story-screen-frame.landscape { min-height:430px; padding:26px; }
.story-screen-frame.landscape img { width:100%; max-height:none; }
.story-screen-frame.portrait { min-height:700px; padding:28px; }
.story-screen-frame.portrait img { width:min(560px,100%); max-height:650px; }
.story-screens figcaption { display:flex; flex-direction:column; gap:8px; padding:18px 4px 0; }
.story-screens figcaption strong { font-size:12px; letter-spacing:.04em; }
.story-screens figcaption span { color:var(--muted); font-size:12px; }
.story-fit-section { display:grid; grid-template-columns:1.08fr .92fr; gap:95px; align-items:end; padding-block:135px; }
.story-fit-copy>p:last-child { max-width:620px; margin:30px 0 0; color:var(--muted); line-height:1.9; }
.story-fit-list { margin:0; padding:0; list-style:none; border-top:1px solid var(--line); }
.story-fit-list li { padding:21px 0; border-bottom:1px solid var(--line); font-size:14px; }
.story-environment-section { padding-block:120px; background:#151a20; color:#fff; }
.story-environment-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:start; }
.story-environment-grid h2 { margin:0; font-size:clamp(42px,5vw,64px); letter-spacing:-.06em; }
.story-environment-grid>div>p:last-child { max-width:450px; margin:26px 0 0; color:#aab2bb; line-height:1.85; }
.story-environment-list { margin:0; }
.story-environment-list div { display:grid; grid-template-columns:150px 1fr; gap:30px; padding:22px 0; border-bottom:1px solid #343a41; }
.story-environment-list div:first-child { border-top:1px solid #343a41; }
.story-environment-list dt { color:#858f99; font-size:11px; }
.story-environment-list dd { margin:0; font-size:14px; }
.story-download { padding-block:150px; text-align:center; }
.story-download>img { width:72px; height:72px; margin:0 auto 26px; border-radius:16px; }
.story-download h2 { margin:0; font-size:clamp(45px,6.5vw,80px); line-height:1.13; letter-spacing:-.065em; }
.story-offer-note { margin:28px 0 34px; color:var(--muted); font-size:13px; }
.story-campaign { margin:28px auto 0; text-align:left; }
.story-campaign+.story-offer-note { margin-top:16px; }
.product-feedback { width:min(760px,calc(100% - 48px)); display:grid; grid-template-columns:minmax(0,1fr) auto; gap:48px; align-items:end; padding-block:50px 72px; border-top:1px solid var(--line); }
.product-feedback h2 { margin:0; font-size:clamp(26px,3vw,36px); line-height:1.25; letter-spacing:-.04em; font-weight:650; }
.product-feedback-copy>p:last-child { margin:16px 0 0; color:var(--muted); font-size:13px; line-height:1.8; }
.product-feedback .text-link { white-space:nowrap; color:#4f5963; font-size:13px; }
.not-found { min-height:70vh; display:grid; place-content:center; text-align:center; }
.not-found h1 { margin:0; font-size:96px; letter-spacing:-.08em; }
.not-found p { color:var(--muted); }
.legal-content { max-width:900px; padding-block:92px 120px; }
.legal-hero { padding-bottom:68px; border-bottom:1px solid var(--line); }
.legal-hero h1 { margin:0; font-size:clamp(52px,7vw,86px); line-height:1; letter-spacing:-.065em; font-weight:650; }
.legal-hero>p:not(.eyebrow) { max-width:720px; margin:28px 0 16px; color:var(--muted); font-size:16px; line-height:1.9; }
.legal-hero small { color:#858990; }
.legal-content section { padding-block:46px; border-bottom:1px solid var(--line); }
.legal-content section h2 { margin:0 0 20px; font-size:25px; letter-spacing:-.035em; }
.legal-content section p,.legal-content section li { color:#555b64; font-size:14px; line-height:1.95; }
.legal-content section ul,.legal-content section ol { padding-left:1.4em; }
.legal-content code { display:inline-block; max-width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:8px; background:#ebe9e3; color:#30343a; overflow-wrap:anywhere; }
.inline-link { color:#147e6d; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:920px) { .hero{min-height:0}.hero-copy{max-width:620px}.product-grid{grid-template-columns:1fr 1fr}.catalog-grid{grid-template-columns:1fr 1fr}.feedback-box{grid-template-columns:1fr;gap:32px}.detail-hero{grid-template-columns:1fr;gap:55px}.detail-hero-copy{max-width:720px}.feature-grid{grid-template-columns:1fr 1fr}.obs-grid{grid-template-columns:1fr;gap:45px}.story-hero{grid-template-columns:1fr;gap:60px}.story-hero-copy{max-width:680px}.story-hero-visual{max-width:650px}.story-capabilities{margin-left:0}.story-fit-section,.story-environment-grid{grid-template-columns:1fr;gap:65px}.story-screen-frame{min-height:520px;padding:30px} }
@media (max-width:640px) { .shell,.site-header{width:min(100% - 30px,1180px)}.site-header{height:72px}.site-header nav{gap:18px;font-size:12px}.wordmark-icon{width:36px;height:36px}.wordmark-logo{height:27px}.hero{padding-block:62px 76px}.hero h1{font-size:50px}.hero-lead{font-size:15px}.brand-video-section{padding-block:76px 84px}.brand-video-copy{margin-bottom:30px}.brand-video-copy>p:last-child{font-size:15px}.brand-video-frame{border-radius:12px}.hero-product-title{align-items:flex-start;flex-direction:column;gap:14px}.brand-section,.recent-section{padding-block:76px}.brand-grid,.product-grid,.catalog-grid,.feature-grid,.screens-grid,.about-brands{grid-template-columns:1fr}.brand-card{min-height:330px;padding:28px}.brand-card .brand-logo{height:78px}.inline-heading{align-items:flex-start;flex-direction:column}.product-card{min-height:245px}.feedback-section{padding-block:76px}.feedback-box{padding:28px 24px}.site-footer{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.footer-links a:not(.social-link){display:none}.page-hero{padding-block:80px}.page-hero h1{font-size:48px}.catalog-heading{grid-template-columns:1fr;gap:18px}.about-hero{padding-block:90px}.about-statement{padding-block:80px}.about-brand{min-height:430px;padding:30px}.detail-hero{padding-block:70px;min-height:0}.detail-hero h1{font-size:58px}.intro-block,.feature-section,.media-section,.screens-section,.obs-section,.download-section{padding-block:88px}.feature-card{min-height:220px}.obs-grid{gap:36px}.story-hero{padding-block:70px 84px;gap:44px}.story-hero-copy h1{font-size:52px}.story-hero-copy h2{font-size:32px}.story-hero-visual{padding:20px 20px 16px;border-radius:16px}.story-hero-visual.wide{padding:10px 10px 16px}.story-product-logo{width:180px}.story-problem{grid-template-columns:1fr;gap:34px;padding-block:88px}.story-problem-copy p{font-size:15px}.story-compare-section,.story-capability-section,.story-usage-section,.story-fit-section,.story-environment-section,.story-download{padding-block:88px}.story-compare{grid-template-columns:1fr}.story-flow{min-height:310px;padding:30px}.story-flow h3{margin:52px 0 30px}.story-flow ol{flex-direction:column}.story-flow li:not(:last-child)::after{content:'↓'}.story-capability-section .section-heading{grid-template-columns:1fr;gap:20px}.story-capabilities article{grid-template-columns:34px 1fr;gap:12px 16px;padding-block:26px}.story-capabilities p{grid-column:2}.story-demo{margin-bottom:42px}.story-demo video{border-radius:12px}.story-screens,.story-screens.three-up{grid-template-columns:1fr}.story-screen-frame,.three-up .story-screen-frame,.story-screen-frame.landscape,.story-screen-frame.portrait{min-height:300px;padding:16px}.story-screen-frame.portrait img{max-height:none}.story-fit-section{gap:48px}.story-environment-grid{gap:48px}.story-environment-list div{grid-template-columns:110px 1fr;gap:18px}.story-download>img{width:62px;height:62px}.story-offer-note{line-height:1.7}.product-feedback{width:min(100% - 30px,760px);grid-template-columns:1fr;gap:24px;padding-block:40px 56px}.product-feedback .text-link{white-space:normal} }
