@font-face {
  font-family: 'MiSans';
  src: url('./fonts/MiSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('./fonts/MiSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #151515;
  --accent: #e4745c;
  --section-line: rgb(228 116 92 / 40%);
  --brand-gradient: linear-gradient(90deg, #da5d42 0%, #e4745c 100%);
  --muted: #646460;
  --line: #dededb;
  --sage: #eef3ed;
  font-family: 'MiSans', 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, video:focus-visible { outline: 3px solid #246a55; outline-offset: 6px; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; }
svg { flex-shrink: 0; }
[hidden] { display: none !important; }
.wrap { width: min(1408px, calc(100% - 128px)); margin-inline: auto; }
.section { padding-block: 98px; }
.skip { position: fixed; top: -80px; left: 16px; background: white; padding: 12px; z-index: 10; }
.skip:focus { top: 16px; }
.header { position: sticky; top: 0; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); transition: background-color .2s ease, border-color .2s ease; }
.header .brand img { filter: brightness(0); }
.header.is-past-hero { background: var(--brand-gradient); border-bottom-color: #15151525; }
.header.is-past-hero nav > a:not(.button):hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header .wrap, .hero .wrap { width: min(1408px, calc(100% - 128px)); }
.header-inner > a { display: flex; align-items: center; line-height: 1; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); line-height: 1; }
.brand-mark { width: 50px; height: 50px; flex: none; }
.brand-wordmark { width: auto; height: 30px; flex: none; }
.header nav { display: flex; align-items: center; gap: 44px; font-size: 16px; }
.header nav > a:not(.button) { display: flex; align-items: center; min-height: 48px; line-height: 1; }
.header nav > a:not(.button):hover, .underlined:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 58px; padding: 17px 28px; border: 1px solid var(--ink); border-radius: 99px; background: var(--ink); color: white; font-size: 17px; font-weight: 500; line-height: 1.35; transition: background .2s, transform .2s; }
.button:hover { background: #343434; transform: translateY(-2px); }
.nav-contact { min-height: 48px; padding: 13px 26px; font-size: 16px; }
.hero { overflow: hidden; background: var(--brand-gradient); }
.hero-body { position: relative; min-height: clamp(660px, calc(100svh - 166px), 860px); display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 1; width: 54%; padding-block: 88px; }
h1 { font-size: clamp(46px, 5.75vw, 88px); line-height: 1.24; letter-spacing: -1px; font-weight: 400; }
h1 > span { color: #fff; }
.accent { color: var(--accent); }
.hero-copy > p { margin-top: 36px; font-size: clamp(18px, 1.83vw, 28px); line-height: 1.65; color: #29211f; }
.hero-copy .button { margin-top: 50px; min-height: 70px; padding-inline: 42px; font-size: 24px; gap: 24px; }
.hero-art { position: absolute; width: 56%; max-width: none; height: auto; right: -64px; top: 50%; transform: translateY(-48%); pointer-events: none; }
.hero-foot { border-top: 1px solid #15151530; padding-block: 19px 24px; font-size: 14px; color: #29211f; letter-spacing: .6px; }
.section-label { font-size: 14px; font-weight: 500; margin-bottom: 24px; }
h2 { font-size: clamp(36px, 4.35vw, 62px); font-weight: 500; line-height: 1.3; letter-spacing: -1px; }
.products { padding-top: 64px; padding-bottom: 40px; }
.products h2, .ideas h2, .cooperation h2 { font-size: clamp(36px, 3.5vw, 50px); font-weight: 500; line-height: 1.3; letter-spacing: -.8px; }
.products .section-label, .ideas .section-label, .cooperation .section-label { margin-bottom: 20px; }
.product-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.product-copy { min-width: 0; }
.product-name { color: #327445; font-size: 18px; font-weight: 500; margin-top: 32px; margin-bottom: 18px; }
.product-copy h3 { font-size: clamp(30px, 2.6vw, 38px); line-height: 1.4; letter-spacing: -.5px; font-weight: 500; }
.product-description { text-wrap: pretty; color: #595f59; font-size: 18px; line-height: 1.85; margin-top: 22px; max-width: 31em; }
.experience { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.experience-code { flex: none; }
.experience-code img { width: 112px; height: 112px; }
.experience p { font-size: 13px; line-height: 1.75; color: #646460; }
.experience .experience-title { font-size: 16px; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.experience-note { margin-top: 8px; }
.underlined { display: inline-block; margin-top: 8px; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.demo { position: relative; width: 100%; max-width: 520px; min-width: 0; border-radius: 10px; background: #fcfbf5; }
.video-shell { position: relative; border-radius: 10px; overflow: hidden; background: #fcfbf5; aspect-ratio: 1; }
video { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; }
.video-play { position: absolute; top: 65%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid #ffffff50; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 3px 20px #0002; }
.video-play:hover { background: #333; }
.video-play svg { margin-left: 4px; }
.demo figcaption { position: absolute; bottom: 6%; width: 100%; pointer-events: none; text-align: center; font-size: 14px; color: #777974; margin-top: 0; padding-top: 0; }
.demo:has(.demo-cover[hidden]) figcaption { display: none; }
.demo-cover { position: absolute; inset: 0; pointer-events: none; }
.poster-art { width: 100%; height: 100%; object-fit: cover; }
.poster-phone { position: absolute; left: 5.5%; top: 44%; width: 89%; aspect-ratio: 924 / 430; overflow: hidden; border-radius: 6% / 13%; box-shadow: 0 14px 22px #41370e26; }
.poster-phone img { position: absolute; width: 116.883%; max-width: none; height: auto; left: -8.333%; top: -113.953%; }
.video-status { padding-inline: 18px; font-size: 14px; line-height: 1.7; margin-top: 10px; }
.video-status:empty { display: none; }
.ideas { border-top: 1px solid var(--section-line); display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-block: 40px; }
.principles { list-style: none; margin: 0; padding: 0; }
.principles li { padding: 22px 0; }
.principles li:first-child { padding-top: 0; }
.principles li:last-child { padding-bottom: 0; }
.principles li + li { border-top: 1px solid var(--line); }
.principles h3 { font-size: 22px; font-weight: 500; line-height: 1.5; }
.principles p { color: #5b5b57; font-size: 16px; line-height: 1.85; margin-top: 8px; }
.cooperation { background: #fff; }
.cooperation > .section { border-top: 1px solid var(--section-line); padding-block: 40px 64px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.cooperation h2 > span { color: var(--accent); }
.partners { min-width: 0; }
.partners article + article { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.partners h3 { font-size: 22px; font-weight: 500; line-height: 1.5; }
.partners p { font-size: 16px; line-height: 1.85; margin-top: 8px; color: #5b5b57; }
.contact { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.contact > p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.footer { background: var(--brand-gradient); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 40px; }
.brand-english { font-size: 27px; font-weight: 500; letter-spacing: 1.6px; color: var(--ink); }
.footer .brand img { filter: brightness(0); }
.footer .brand-mark { width: 42px; height: 42px; }
.footer .brand-wordmark { height: 25px; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; color: #29211f; font-size: 13px; line-height: 1.8; }
.footer-meta > a { text-decoration: underline; text-underline-offset: 4px; }

/* The native dialog provides focus containment and makes the page inert. */
.trial-trigger { border: 0; padding: 0; background: none; color: inherit; }
.trial-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 48px); padding: 0; border: 0; border-radius: 18px; color: var(--ink); background: #fff; overflow: auto; overscroll-behavior: contain; }
.trial-dialog::backdrop { background: #15151580; }
html:has(.trial-dialog[open]) { overflow: hidden; }
.trial-panel { position: relative; padding: 42px; }
.trial-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--muted); background: transparent; }
.trial-close:hover { background: #f3f3f0; color: var(--ink); }
.trial-eyebrow { color: var(--accent); font-size: 14px; margin-bottom: 22px; }
.trial-dialog h2 { font-size: 32px; font-weight: 500; line-height: 1.45; letter-spacing: -1px; }
.trial-dialog #trial-description { margin-top: 16px; font-size: 16px; line-height: 1.8; color: var(--muted); }
.contact-codes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.contact-codes img { width: 100%; height: auto; }
.contact-codes figcaption { font-size: 15px; text-align: center; margin-top: 12px; }
.contact-email { margin-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.contact-email span { font-size: 13px; color: var(--muted); }
.contact-email a { display: inline-flex; align-items: center; gap: 6px; font-size: 17px; text-decoration: underline; text-underline-offset: 4px; }
.contact-email a:hover { color: var(--accent); }
.contact-code-hint { color: var(--muted); font-size: 12px; text-align: center; margin-top: 18px; }
.trial-note { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 24px; font-size: 13px; line-height: 1.8; color: var(--muted); }
@media(max-width:760px) { .trial-panel { padding: 48px 24px 28px; } .trial-dialog h2 { font-size: 27px; } .contact-codes { gap: 20px; } }

@media(max-width:1150px) {
  .wrap, .header .wrap, .hero .wrap { width: calc(100% - 64px); } .hero-body { min-height: 640px; }
  h1 { font-size: 54px; letter-spacing: -2px; } .hero-art { right: -32px; }
  .hero-copy > p { font-size: 18px; } .product-band { gap: 36px; }
  .product-copy h3 { font-size: 32px; } .product-description { font-size: 16px; }
  .ideas, .cooperation > .section { gap: 36px; }
  .principles h3, .partners h3 { font-size: 20px; }
}
@media(max-width:900px) {
  .hero-body { min-height: 590px; } h1 { font-size: 44px; } .hero-copy > p { font-size: 16px; }
  .hero-copy { padding-block: 70px; } .product-band { grid-template-columns: 1fr; gap: 38px; }
  .product-copy { max-width: 640px; }
  .demo { width: 100%; max-width: 640px; }
  .ideas, .cooperation > .section { grid-template-columns: 1fr; gap: 28px; }
  .principles li { padding-block: 27px; } .header nav { gap: 25px; }
}
@media(max-width:760px) {
  .wrap, .header .wrap, .hero .wrap { width: calc(100% - 40px); } .section { padding-block: 58px; }
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 76px; gap: 18px; } .brand { gap: 7px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-wordmark { height: 22px; }
  .header nav { gap: 19px; font-size: 14px; } .nav-contact { display: none; }
  .hero-body { min-height: 0; display: block; } .hero-copy { width: 100%; padding: 58px 0 0; }
  h1 { font-size: clamp(35px, 10.2vw, 52px); letter-spacing: -1px; line-height: 1.4; }
  .hero-copy > p { font-size: 15px; margin-top: 25px; line-height: 1.9; }
  .hero-copy .button { margin-top: 28px; min-height: 50px; padding-inline: 23px; font-size: 15px; } .button { font-size: 15px; min-height: 50px; padding: 14px 22px; gap: 16px; }
  .hero-art { position: relative; display: block; width: calc(100% + 40px); height: auto; right: auto; top: auto; transform: none; margin: 18px -20px 4px; }
  .hero-foot { font-size: 12px; padding-top: 15px; } .section-label { font-size: 13px; margin-bottom: 18px; }
  h2 { font-size: 32px; letter-spacing: -1.5px; line-height: 1.4; }
  .products { padding-top: 48px; padding-bottom: 24px; }
  .products h2, .ideas h2, .cooperation h2 { font-size: clamp(28px, 7.7vw, 38px); line-height: 1.4; letter-spacing: -1px; }
  .products .section-label, .ideas .section-label, .cooperation .section-label { margin-bottom: 16px; }
  .product-band { gap: 28px; }
  .product-name { font-size: 16px; margin-top: 24px; margin-bottom: 12px; }
  .product-copy h3 { font-size: clamp(26px, 6.7vw, 32px); letter-spacing: -.8px; }
  .product-description { font-size: 15px; margin-top: 16px; }
  .experience { margin-top: 24px; gap: 14px; }
  .experience-code img { width: 96px; height: 96px; }
  .experience .experience-title { font-size: 14px; }
  .experience p { font-size: 12px; }
  .experience .underlined { font-size: 13px; }
  .demo figcaption { font-size: 12px; } .video-play { width: 56px; height: 56px; }
  .ideas { gap: 26px; padding-block: 24px; }
  .principles li { padding-block: 20px; }
  .principles h3 { font-size: 19px; } .principles p { font-size: 15px; margin-top: 10px; }
  .cooperation > .section { padding-block: 24px 48px; gap: 28px; }
  .partners h3 { font-size: 19px; }
  .partners article + article { margin-top: 20px; padding-top: 20px; }
  .partners p { font-size: 15px; margin-top: 10px; } .desktop-break { display: none; }
  .contact { margin-top: 30px; gap: 17px; } .footer-inner { flex-direction: column; align-items: flex-start; padding-block: 30px; gap: 23px; }
  .footer-meta { display: block; font-size: 12px; } .footer-meta > a { display: inline-block; margin-top: 9px; }
}
@media(max-width:360px) { .header nav { gap: 12px; font-size: 13px; } .brand-wordmark { height: 21px; } .hero-copy > p { font-size: 14px; } h2 { font-size: 28px; } .product-copy h3 { font-size: 26px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
