:root {
  --ink: #22313b;
  --muted: #69767e;
  --line: #e2e8e9;
  --mint: #35c6aa;
  --mint-deep: #157765;
  --mint-pale: #eff8f5;
  --blue: #528cff;
  --blue-deep: #3568c8;
  --blue-pale: #f1f5ff;
  --coral: #ff8574;
  --coral-deep: #b95041;
  --coral-pale: #fff4f0;
  --header: 88px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.8; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, ul, dl, dd { margin: 0; }
ul { padding: 0; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue-deep); outline-offset: 6px; }
[hidden] { display: none !important; }
::selection { background: #d9f3eb; color: var(--ink); }
.container { width: min(1240px, calc(100% - 104px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 12px 20px; background: var(--ink); color: #fff; transform: translateY(-150%); z-index: 999; }
.skip-link:focus { transform: none; }
.eyebrow, .stage-label, .local-label, .section-marker, .jpop-features article > span { font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.tricolor { display: flex; align-items: center; gap: 3px; }
.tricolor i { width: 5px; height: 17px; border-radius: 2px; background: var(--mint); }
.tricolor i:nth-child(2) { height: 13px; background: var(--blue); }
.tricolor i:nth-child(3) { height: 9px; background: var(--coral); }
.nowrap { white-space: nowrap; }
.mint-text { color: var(--mint-deep); }
.blue-text { color: var(--blue-deep); }
.coral-text { color: var(--coral-deep); }
.highlight { position: relative; z-index: 0; white-space: nowrap; }
.highlight::after { content: ''; position: absolute; left: .015em; right: .02em; bottom: .1em; height: .19em; background: #bcebdd; z-index: -1; transform: rotate(-1deg); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-height: 55px; padding: 16px 23px; border-radius: 7px; font-size: 13px; font-weight: 700; line-height: 1.4; transition: background .18s, transform .18s; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #354954; transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; }
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header); background: #fff; border-bottom: 1px solid #edf0f0; }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 17px; }
.brand > img { width: 173px; height: auto; }
.brand-by { font-size: 10px; line-height: 18px; border-left: 1px solid var(--line); padding-left: 18px; white-space: nowrap; }
.brand-by b { letter-spacing: .06em; font-size: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 11px; font-weight: 700; }
.desktop-nav a { padding: 8px 0; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; height: 2px; left: 0; right: 0; bottom: 1px; background: var(--mint); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 17px; margin-left: 12px; }
.header-cta { display: inline-flex; gap: 16px; align-items: center; border: 1px solid var(--ink); border-radius: 5px; padding: 10px 16px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.header-cta .icon { width: 15px; height: 15px; }
.header-cta:hover { background: var(--mint-pale); }
.menu-toggle { display: none; width: 35px; height: 38px; padding: 8px 4px; }
.menu-toggle span { display: block; background: var(--ink); height: 1.5px; margin: 7px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 20px 32px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 20px #22313b0a; }
.mobile-nav a { display: block; padding: 11px 0; border-bottom: 1px solid #f0f2f2; font-size: 14px; }
.hero { padding: 65px 0 38px; }
.hero-heading { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(310px, 1fr); gap: 52px; align-items: center; margin-bottom: 46px; }
.hero-title-block .eyebrow { color: var(--mint-deep); margin-bottom: 26px; }
h1 { font-size: clamp(54px, 5.95vw, 84px); font-weight: 800; line-height: 1.35; letter-spacing: -.067em; }
.hero-kicker { font-size: 17px; font-weight: 700; letter-spacing: .015em; margin-bottom: 11px; }
.hero-lead { font-size: 20px; font-weight: 500; line-height: 1.85; }
.os-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.os-badges > span { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; line-height: 1.5; border: 1px solid #dce3e3; border-radius: 4px; padding: 7px 9px; background: #fff; white-space: nowrap; }
.os-badges .icon { width: 15px; height: 15px; stroke-width: 1.7; }
.os-badges small { font-size: 9px; font-weight: 500; color: #51616a; }
.hero-copy .os-badges { margin-top: 22px; }
.hero-price { display: flex; align-items: baseline; gap: 7px; margin: 15px 0 14px; }
.price-value { font-size: 38px; font-weight: 750; line-height: 1.3; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.price-unit { font-size: 14px; font-weight: 700; }
.price-detail { font-size: 10px; margin-left: 7px; white-space: nowrap; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.price-detail .icon { width: 13px; height: 13px; }
.hero-copy .button { font-size: 12px; min-height: 49px; padding: 14px 21px; gap: 46px; }
.hero-stage { background: var(--mint-pale); padding: 25px 32px 20px; border-radius: 17px; position: relative; overflow: hidden; }
.stage-ribbons { position: absolute; top: -280px; right: -310px; width: 760px; height: 860px; transform: rotate(20deg); pointer-events: none; }
.stage-ribbons i { position: absolute; inset: 0; border: 46px solid #d7eee7; border-radius: 250px; }
.stage-ribbons i:nth-child(2) { inset: 75px; border-color: #e0e9f7; }
.stage-ribbons i:nth-child(3) { inset: 150px; border-color: #f8e8e2; }
.stage-top { position: relative; display: flex; align-items: center; justify-content: space-between; margin: 0 0 20px; }
.stage-label { font-size: 10px; color: #5a7169; }
.local-label { display: inline-flex; align-items: center; gap: 9px; font-size: 9px; color: var(--mint-deep); letter-spacing: .1em; }
.local-label .icon { width: 14px; height: 14px; }
.local-label i { width: 3px; height: 3px; border-radius: 50%; background: var(--mint-deep); margin-inline: 4px; }
.screen-figure { position: relative; min-width: 0; }
.screen-button { width: 100%; padding: 0; display: block; position: relative; border: 1px solid #dde6e3; border-radius: 9px; overflow: hidden; background: #fff; box-shadow: 0 9px 24px #22313b05; }
.screen-button > img { width: 100%; height: auto; aspect-ratio: 32 / 21; }
.screen-button:hover .screen-expand { background: var(--ink); color: #fff; }
.screen-expand { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 32px; height: 32px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; transition: background .2s; }
.screen-expand .icon { width: 17px; height: 17px; }
.screen-figure figcaption { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; font-size: 9px; color: #63766e; line-height: 1.7; }
.screen-figure figcaption > span:first-child { font-weight: 600; flex-shrink: 0; }
.hero-stage .screen-figure figcaption { font-size: 10px; margin-top: 17px; }
.workflow-strip { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px 28px; border-bottom: 1px solid var(--line); }
.workflow-strip > span { display: flex; gap: 16px; align-items: center; font-size: 13px; font-weight: 600; }
.workflow-strip i { font-size: 11px; color: #7d8e92; font-style: normal; letter-spacing: .08em; }
.workflow-strip .icon { color: #a2afaf; width: 18px; }
.feature-section { padding: 77px 0 70px; }
.section-marker { display: flex; align-items: center; gap: 25px; font-size: 10px; color: var(--mint-deep); margin-bottom: 32px; }
.section-marker i { height: 1px; background: var(--line); flex: 1; }
.section-marker > span:last-child { font-size: 10px; letter-spacing: .05em; color: var(--muted); font-weight: 500; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }
h2 { font-size: clamp(34px, 4.1vw, 56px); font-weight: 750; line-height: 1.55; letter-spacing: -.06em; }
.section-intro { color: var(--muted); font-size: 13px; line-height: 2.2; padding-bottom: 6px; flex-shrink: 0; min-width: 229px; }
.feature-layout { display: grid; grid-template-columns: minmax(0, 1fr) 286px; align-items: center; gap: 40px; }
.feature-visual { padding: 18px 18px 14px; border-radius: 13px; min-width: 0; }
.mint-stage { background: var(--mint-pale); }
.blue-stage { background: var(--blue-pale); }
.coral-stage { background: var(--coral-pale); }
.feature-list { list-style: none; }
.feature-list li { display: flex; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.feature-list li:first-child { padding-top: 0; }
.feature-list li:last-child { border-bottom: 0; padding-bottom: 4px; }
.feature-number { flex: 0 0 21px; color: var(--mint-deep); font-size: 10px; font-weight: 700; letter-spacing: .04em; line-height: 26px; }
.feature-list h3 { font-size: 15px; line-height: 1.8; font-weight: 700; letter-spacing: -.035em; }
.feature-list p { color: var(--muted); font-size: 11px; line-height: 2; margin-top: 6px; }
.cost-callout { margin: 26px 0 0 35px; padding: 17px 20px 16px; background: var(--mint-pale); border-radius: 8px; position: relative; }
.cost-callout > span { font-size: 9px; font-weight: 700; letter-spacing: .13em; color: var(--mint-deep); }
.cost-callout strong { display: block; font-size: 74px; line-height: 1.15; letter-spacing: -.06em; font-weight: 650; color: var(--mint-deep); }
.cost-callout strong small { font-size: 32px; margin-right: 6px; font-weight: 500; }
.cost-callout p { font-size: 10px; color: var(--mint-deep); margin-top: 4px; }
.section-footnote { font-size: 10px; line-height: 1.9; color: #738087; margin-top: 20px; }
.settings-section .section-marker, .settings-section .feature-number { color: var(--blue-deep); }
.reverse { grid-template-columns: 286px minmax(0,1fr); }
.reverse .feature-side { order: -1; }
.tabs { display: flex; gap: 6px; margin-bottom: 15px; padding-inline: 2px; }
.tabs button { font-size: 11px; line-height: 1.5; font-weight: 600; padding: 10px 14px; border-radius: 5px; color: #606f83; background: transparent; text-align: center; flex: 1; }
.tabs button[aria-selected="true"] { background: #fff; color: var(--blue-deep); box-shadow: 0 1px 4px #22313b0a; }
.tabs button:hover { background: #ffffffa0; }
.tabs button[aria-selected="true"]:hover { background: #fff; }
.panel-note { font-size: 9px; color: var(--muted); margin: 8px 0 0; }
.marker-example { margin: 27px 0 0 35px; padding: 17px 0 0; border-top: 1px solid var(--line); }
.marker-example > span { font-size: 9px; letter-spacing: .14em; color: var(--blue-deep); font-weight: 700; }
.marker-example > div { display: flex; gap: 6px; margin-top: 13px; }
.marker-example b { border-radius: 4px; background: #edf3ff; color: #3760a2; font-size: 10px; padding: 5px 8px; font-weight: 650; }
.marker-example b:nth-child(2), .marker-example b:nth-child(5) { background: #e8f6ef; color: #267865; }
.marker-example b:nth-child(4) { background: #fff0eb; color: #a15b49; }
.marker-example > small { font-size: 9px; color: var(--muted); display: block; margin-top: 7px; }
.editing-section .section-marker, .editing-section .feature-number { color: var(--coral-deep); }
.editing-section .tabs button[aria-selected="true"] { color: var(--coral-deep); }
.format-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 0 35px; }
.format-tags > span { display: inline-flex; align-items: center; font-size: 9px; font-weight: 600; gap: 5px; border: 1px solid var(--line); border-radius: 4px; padding: 7px 8px; }
.format-tags .icon { width: 13px; height: 13px; color: var(--coral-deep); }
.jpop-section { background: #fff5f0; margin-top: 56px; padding: 56px 0 51px; position: relative; overflow: hidden; }
.jpop-inner { position: relative; }
.jpop-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9e6253; }
.jpop-topline .eyebrow { font-size: 10px; }
.jpop-topline > span { font-size: 11px; font-weight: 600; }
.jpop-display { display: flex; position: relative; align-items: center; line-height: 1; font-size: clamp(140px,19.9vw,280px); font-weight: 800; letter-spacing: -.085em; margin: 15px 0 3px -7px; color: #f1c7b7; gap: .025em; user-select: none; }
.jpop-display > span:nth-of-type(1) { color: #b1dcd0; }
.jpop-display > span:nth-of-type(2) { color: #bfceee; }
.jpop-display > span:nth-of-type(3) { color: #f5b8a5; }
.jpop-display > span:nth-of-type(4) { color: #c9d7f1; }
.jpop-display > i { font-size: .61em; letter-spacing: -.11em; padding: 0 .08em 0 0; font-weight: 500; font-style: normal; color: #ceded3; }
.note-decoration { position: relative; align-self: stretch; flex: 1; min-width: 160px; margin-left: 32px; margin-top: 29px; margin-bottom: 17px; background-image: linear-gradient(#ebd6ca 1px,transparent 1px),linear-gradient(90deg,#ebd6ca 1px,transparent 1px); background-size: 100% 25%, 20% 100%; border-bottom: 1px solid #ebd6ca; border-right: 1px solid #ebd6ca; }
.note-decoration b { display: block; height: 9%; width: 28%; position: absolute; border-radius: 4px; background: #add9cd; }
.note-decoration b:nth-child(1) { left: 2%; top: 70%; width: 20%; }
.note-decoration b:nth-child(2) { left: 23%; top: 47%; background: #bacbed; }
.note-decoration b:nth-child(3) { left: 53%; top: 34%; width: 20%; background: #f1b19e; }
.note-decoration b:nth-child(4) { left: 76%; top: 9%; width: 21%; }
.note-decoration b:nth-child(5) { left: 53%; top: 72%; width: 45%; background: #bacbed; }
.note-decoration b:nth-child(6) { left: 76%; top: 47%; width: 21%; background: #f1b19e; }
.jpop-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; margin-top: 16px; }
.jpop-kicker { color: #9b5a49; font-size: 16px; font-weight: 700; margin-bottom: 15px; }
.jpop-heading h2 { font-size: clamp(48px, 5.2vw, 72px); line-height: 1.4; letter-spacing: -.06em; }
.jpop-heading h2 > span { color: var(--coral-deep); }
.jpop-story { font-size: 17px; line-height: 2.1; font-weight: 500; letter-spacing: -.02em; }
.jpop-story p + p { margin-top: 21px; font-size: 13px; color: #716960; font-weight: 400; }
.jpop-features { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 49px; padding-top: 26px; border-top: 1px solid #e9d5ca; }
.jpop-features article { padding: 0 35px; }
.jpop-features article:first-child { padding-left: 0; }
.jpop-features article + article { border-left: 1px solid #e9d5ca; }
.jpop-features article > span { font-size: 9px; letter-spacing: .12em; color: #9e6253; }
.jpop-features h3 { font-size: 21px; line-height: 1.85; margin: 13px 0 10px; letter-spacing: -.04em; }
.jpop-features p { font-size: 11px; color: #7f7067; }
.jpop-note { margin-top: 28px; font-size: 9px; line-height: 1.85; color: #8c776b; }
.section { padding: 88px 0; }
.compact-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 35px; }
.compact-heading .eyebrow { margin-bottom: 16px; }
.compact-heading h2 { font-size: 33px; }
.gallery-hint { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; color: var(--muted); padding-bottom: 6px; }
.gallery-hint .icon { width: 14px; height: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 29px 21px; }
.gallery-item { text-align: left; padding: 0; min-width: 0; }
.gallery-image { position: relative; display: block; padding: 8px; border: 1px solid #e7ecea; background: var(--mint-pale); border-radius: 8px; transition: transform .2s; }
.gallery-item:nth-child(3n+2) .gallery-image { background: var(--blue-pale); }
.gallery-item:nth-child(3n) .gallery-image { background: var(--coral-pale); }
.gallery-image > img { width: 100%; border-radius: 3px; }
.gallery-image > span { position: absolute; right: 13px; bottom: 13px; width: 24px; height: 24px; display: grid; place-items: center; background: #fff; border-radius: 3px; opacity: 0; transition: opacity .2s; }
.gallery-image > span .icon { width: 14px; height: 14px; }
.gallery-item:hover .gallery-image { transform: translateY(-3px); }
.gallery-item:hover .gallery-image > span, .gallery-item:focus-visible .gallery-image > span { opacity: 1; }
.gallery-caption { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 11px; font-weight: 600; }
.gallery-caption > i { color: #8c989f; font-size: 10px; font-style: normal; font-weight: 500; }
.gallery-caption .icon { margin-left: auto; width: 14px; height: 14px; }
.gallery-section .section-footnote { margin-top: 25px; }
.pricing-section { background: #f7f9fa; padding-top: 74px; padding-bottom: 60px; }
.price-card { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid #e5eaea; border-radius: 16px; padding: 54px 62px; gap: 62px; }
.price-card-copy .eyebrow { color: var(--mint-deep); margin-bottom: 24px; }
.price-card-copy h2 { font-size: 43px; }
.price-card-copy > p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin-top: 22px; line-height: 2.1; }
.product-identity { display: flex; align-items: center; gap: 15px; margin-top: 29px; }
.product-identity > img { width: 61px; height: 61px; object-fit: contain; }
.product-identity > div { display: flex; flex-direction: column; }
.product-identity strong { font-size: 19px; line-height: 1.5; letter-spacing: -.03em; }
.product-identity span { font-size: 10px; color: var(--muted); }
.price-card-price { border-left: 1px solid var(--line); padding-left: 56px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.price-card-price > .eyebrow { font-size: 10px; color: var(--muted); }
.big-price { display: flex; align-items: baseline; gap: 11px; margin: 14px 0 20px; }
.big-price > span { font-size: clamp(55px, 5.1vw, 74px); font-weight: 750; letter-spacing: -.065em; line-height: 1.25; }
.big-price > small { font-size: 18px; font-weight: 600; }
.price-card-price .os-badges { margin-bottom: 25px; }
.price-card-price .button { width: 100%; }
.price-disclaimer { color: #7b848a; font-size: 9px; line-height: 1.9; margin: 16px 0 18px; }
.subtle-link { font-size: 11px; display: inline-flex; gap: 10px; align-items: center; font-weight: 500; }
.subtle-link .icon { width: 15px; height: 15px; }
.subtle-link:hover { text-decoration: underline; }
.specs { display: grid; grid-template-columns: 265px minmax(0,1fr); gap: 62px; margin-top: 58px; }
.specs .eyebrow { color: var(--muted); font-size: 10px; margin-bottom: 12px; }
.specs h3 { font-size: 24px; letter-spacing: -.035em; }
.specs dl > div { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 22px; padding: 15px 0; border-bottom: 1px solid #e0e6e8; font-size: 11px; line-height: 1.9; }
.specs dl > div:first-child { padding-top: 0; }
.specs dt { font-weight: 600; }
.specs dd { color: #62717b; }
.specs dd small { display: block; font-size: 9px; margin-top: 4px; }
.faq-layout { display: grid; grid-template-columns: 310px minmax(0,1fr); gap: 80px; }
.faq-layout .eyebrow { color: var(--muted); margin-bottom: 18px; font-size: 10px; }
.faq-layout h2 { font-size: 35px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; font-size: 13px; font-weight: 600; padding: 25px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 20px; width: 20px; height: 20px; position: relative; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; width: 13px; height: 1.5px; left: 3px; top: 9px; background: #74858b; transition: transform .2s; }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { font-size: 12px; line-height: 2.2; color: var(--muted); padding: 0 30px 23px 0; }
.closing { padding: 0 0 59px; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--mint-pale); border-radius: 13px; padding: 36px 43px; }
.closing .eyebrow { color: var(--mint-deep); font-size: 9px; margin-bottom: 12px; }
.closing h2 { font-size: 31px; }
.closing .button { font-size: 11px; padding-inline: 20px; gap: 27px; min-height: 50px; white-space: nowrap; }
.site-footer { padding-bottom: 29px; }
.footer-top { display: flex; align-items: center; gap: 35px; border-bottom: 1px solid var(--line); padding-bottom: 23px; }
.footer-top > p { font-size: 11px; color: var(--muted); }
.footer-top .brand > img { width: 161px; }
.back-top { margin-left: auto; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.back-top:hover { background: var(--mint-pale); }
.back-top .icon { width: 16px; height: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 10px; padding: 21px 0; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; color: #7c878e; font-size: 9px; }
.lightbox, .legal-dialog { padding: 0; border: 0; border-radius: 14px; max-width: calc(100vw - 40px); max-height: calc(100dvh - 40px); box-shadow: 0 30px 90px #17262f33; color: var(--ink); background: #fff; }
dialog::backdrop { background: #22313ba3; }
.lightbox { width: 1480px; height: min(970px, calc(100dvh - 40px)); overflow: hidden; }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox-bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; gap: 20px; border-bottom: 1px solid var(--line); flex-shrink: 0; }
.lightbox-bar > div:first-child { display: flex; align-items: center; gap: 20px; }
.lightbox-bar .eyebrow { font-size: 10px; color: var(--muted); }
.lightbox-bar h2 { font-size: 15px; font-weight: 600; letter-spacing: 0; }
.lightbox-tools { display: flex; align-items: center; gap: 16px; }
.icon-button { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 5px; }
.icon-button:hover { background: #f0f4f4; }
.zoom-button { display: flex; align-items: center; gap: 7px; font-size: 11px; border: 1px solid var(--line); border-radius: 5px; padding: 8px 12px; }
.zoom-button .icon { width: 17px; height: 17px; }
.lightbox-viewport { flex: 1; min-height: 0; padding: 13px; display: grid; place-items: center; overflow: auto; background: #f2f5f6; }
.lightbox-viewport img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.lightbox-viewport.is-zoomed { display: block; }
.lightbox-viewport.is-zoomed img { width: 3200px; height: 2100px; max-width: none; max-height: none; object-fit: initial; }
.lightbox-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 18px; border-top: 1px solid var(--line); flex-shrink: 0; }
.lightbox-bottom > div { text-align: center; }
.lightbox-bottom p { font-size: 11px; color: #596c76; }
.lightbox-bottom small { display: block; font-size: 9px; color: #7b878e; margin-top: 3px; }
#lightbox-prev .icon { transform: rotate(180deg); }
.legal-dialog { width: 840px; }
.legal-dialog[open] { display: flex; flex-direction: column; }
.legal-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 14px 29px; flex-shrink: 0; }
.legal-dialog-bar > .eyebrow { color: var(--mint-deep); font-size: 10px; }
.legal-dialog-scroll { padding: 30px 40px 45px; overflow-y: auto; min-height: 0; }
.legal-dialog-scroll > h2 { font-size: 27px; line-height: 1.65; letter-spacing: -.035em; }
.legal-lead { color: var(--muted); font-size: 12px; margin: 15px 0 27px; line-height: 2; }
.legal-body { font-size: 12px; line-height: 2.05; overflow-wrap: anywhere; }
.legal-body section { margin-top: 27px; }
.legal-body h2 { font-size: 16px; letter-spacing: -.02em; margin-bottom: 10px; line-height: 1.8; }
.legal-body p + p { margin-top: 12px; }
.draft-notice { background: #fff6ed; border-left: 3px solid #d5a369; padding: 16px 20px; margin-bottom: 28px; border-radius: 0 5px 5px 0; color: #775733; }
.draft-notice strong { font-size: 12px; }
.draft-notice p { font-size: 11px; line-height: 1.9; margin-top: 6px; }
.legal-fields > div { display: grid; grid-template-columns: 155px minmax(0,1fr); gap: 25px; border-bottom: 1px solid var(--line); padding: 15px 0; font-size: 11px; }
.legal-fields dt { font-weight: 600; }
.legal-fields dd { color: var(--muted); }
.sales-amount { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 30px; border-block: 1px solid var(--line); padding: 24px 0; gap: 24px; }
.sales-amount > span { font-size: 21px; font-weight: 700; }
.sales-amount > strong { font-size: 48px; font-weight: 750; letter-spacing: -.04em; }
.sales-amount small { font-size: 17px; margin-left: 9px; }
.legal-body .fineprint { font-size: 10px; color: var(--muted); }
.legal-page { max-width: 920px; padding-block: 60px 80px; }
.legal-page > .eyebrow { color: var(--mint-deep); margin-bottom: 20px; }
.legal-page > h1 { font-size: 36px; letter-spacing: -.04em; line-height: 1.6; }
.legal-page .legal-lead { font-size: 14px; }
.legal-page .legal-body { font-size: 14px; }
.legal-page .legal-body h2 { font-size: 20px; }
.legal-page .legal-body section { margin-top: 38px; }
.legal-page > .button { margin-top: 50px; }
.back-link { display: inline-flex; gap: 15px; align-items: center; font-size: 12px; }
.back-link .icon { width: 16px; height: 16px; }
.legal-page-footer { border-top: 1px solid var(--line); padding-block: 20px 32px; font-size: 10px; color: var(--muted); }
.noscript-note { position: relative; background: #fff6ed; font-size: 12px; padding: 20px; }

@media (min-width: 1600px) { .container { width: min(1320px,calc(100% - 160px)); } .hero-heading { grid-template-columns: 1.9fr 1fr; } h1 { font-size: 92px; } .feature-layout { gap: 50px; grid-template-columns: minmax(0,1fr) 308px; } .reverse { grid-template-columns: 308px minmax(0,1fr); } }
@media (max-width: 1199px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 17px; }
  .brand { gap: 10px; }
  .brand > img { width: 151px; }
  .brand-by { padding-left: 12px; }
  .desktop-nav { gap: 18px; font-size: 10px; }
  .header-cta { font-size: 10px; padding: 9px 12px; gap: 9px; }
  .header-actions { margin-left: 3px; }
  .hero-heading { gap: 32px; grid-template-columns: minmax(0,1.8fr) minmax(290px,1fr); }
  .hero-kicker { font-size: 15px; }
  .hero-lead { font-size: 18px; }
  .hero-price { flex-wrap: wrap; gap: 5px; }
  .price-detail { font-size: 9px; }
  .price-value { font-size: 34px; }
  .hero-copy .os-badges { gap: 6px; }
  .os-badges > span { font-size: 10px; padding: 6px 7px; gap: 5px; }
  .os-badges small { font-size: 8px; }
  .feature-layout { grid-template-columns: minmax(0,1fr) 258px; gap: 30px; }
  .reverse { grid-template-columns: 258px minmax(0,1fr); }
  .section-heading { gap: 25px; }
  h2 { font-size: 42px; }
  .section-intro { min-width: 225px; font-size: 12px; }
  .feature-list h3 { font-size: 14px; }
  .feature-list p { font-size: 11px; }
  .feature-list li { padding-block: 17px; gap: 11px; }
  .feature-visual { padding: 13px 13px 11px; }
  .screen-figure figcaption { flex-direction: column; gap: 3px; font-size: 8px; }
  .hero-stage .screen-figure figcaption { flex-direction: row; font-size: 9px; }
  .cost-callout { margin-top: 21px; padding: 13px 16px; }
  .cost-callout strong { font-size: 64px; }
  .tabs button { font-size: 10px; padding-inline: 8px; }
  .jpop-heading { gap: 45px; }
  .jpop-story { font-size: 16px; }
  .jpop-features article { padding-inline: 28px; }
  .jpop-features h3 { font-size: 20px; }
  .jpop-features p { font-size: 10px; }
  .price-card { padding: 44px 44px; gap: 34px; }
  .price-card-price { padding-left: 35px; }
  .price-card-copy h2 { font-size: 38px; }
  .big-price > span { font-size: 60px; }
  .specs { grid-template-columns: 210px minmax(0,1fr); gap: 60px; }
  .faq-layout { grid-template-columns: 260px minmax(0,1fr); gap: 55px; }
  .closing h2 { font-size: 27px; }
  .closing-inner { padding: 32px; }
}
@media (max-width: 979px) {
  :root { --header: 78px; }
  .container { width: calc(100% - 56px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: auto; }
  .hero { padding-top: 46px; }
  .hero-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 34px; }
  h1 { font-size: clamp(59px,8vw,76px); }
  .hero-copy { display: grid; grid-template-columns: 1fr auto; gap: 0 30px; align-items: start; }
  .hero-kicker { grid-column: 1; margin-bottom: 8px; }
  .hero-lead { grid-column: 1; }
  .hero-copy .os-badges { grid-column: 1; margin-top: 17px; }
  .hero-price { grid-column: 2; grid-row: 1 / 3; margin: 0 0 13px; align-self: center; }
  .hero-copy .button { grid-column: 2; grid-row: 3; align-self: end; }
  .hero-stage { padding: 20px 22px 16px; }
  .hero-stage .screen-figure figcaption { font-size: 8px; }
  .workflow-strip { padding-inline: 0; }
  .workflow-strip > span { font-size: 11px; gap: 10px; }
  .feature-section { padding-block: 58px; }
  .section-heading { display: block; }
  h2 { font-size: 42px; }
  .section-intro { margin-top: 19px; font-size: 13px; }
  .section-intro br { display: none; }
  .feature-layout, .reverse { grid-template-columns: 1fr; gap: 27px; }
  .feature-visual, .reverse .feature-visual { order: 1; padding: 18px; }
  .feature-side, .reverse .feature-side { order: 0; }
  .feature-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .feature-list li, .feature-list li:first-child, .feature-list li:last-child { display: block; padding: 0; border: 0; }
  .feature-number { display: block; margin-bottom: 8px; }
  .feature-list h3 { font-size: 13px; letter-spacing: -.04em; }
  .feature-list p { font-size: 11px; margin-top: 9px; }
  .cost-callout { margin: 21px 0 0; padding: 13px 20px; display: flex; align-items: center; gap: 22px; }
  .cost-callout strong { font-size: 45px; }
  .cost-callout strong small { font-size: 22px; }
  .cost-callout p { margin: 0; }
  .marker-example { margin: 20px 0 0; padding-top: 15px; display: flex; align-items: center; gap: 23px; }
  .marker-example > div { margin: 0; }
  .marker-example > small { margin: 0; }
  .format-tags { margin: 20px 0 0; }
  .screen-figure figcaption { flex-direction: row; font-size: 9px; }
  .tabs button { font-size: 11px; }
  .jpop-section { margin-top: 35px; }
  .jpop-heading { gap: 34px; grid-template-columns: 1fr 1fr; }
  .jpop-heading h2 { font-size: 49px; }
  .jpop-kicker { font-size: 12px; }
  .jpop-story { font-size: 13px; }
  .jpop-story p + p { font-size: 11px; }
  .jpop-features article { padding-inline: 19px; }
  .jpop-features h3 { font-size: 17px; }
  .jpop-features article > span { font-size: 8px; }
  .jpop-features p { font-size: 9px; }
  .note-decoration { min-width: 70px; margin-left: 19px; margin-top: 20px; }
  .section { padding-block: 64px; }
  .gallery-grid { gap: 24px 15px; }
  .gallery-caption { font-size: 9px; gap: 7px; }
  .gallery-caption > i { font-size: 8px; }
  .price-card { padding: 34px; gap: 27px; }
  .price-card-price { padding-left: 27px; }
  .price-card-copy h2 { font-size: 31px; }
  .price-card-copy .eyebrow { font-size: 9px; }
  .price-card-copy > p:not(.eyebrow) { font-size: 11px; }
  .big-price > span { font-size: 48px; }
  .big-price { gap: 8px; }
  .big-price > small { font-size: 15px; }
  .price-card-price .button { font-size: 12px; }
  .price-disclaimer { font-size: 8px; }
  .subtle-link { font-size: 10px; }
  .specs { grid-template-columns: 150px minmax(0,1fr); gap: 30px; }
  .specs dl > div { grid-template-columns: 130px minmax(0,1fr); gap: 15px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout h2 { font-size: 32px; }
  .faq-layout .eyebrow { margin-bottom: 12px; }
  .closing-inner { display: block; }
  .closing .button { margin-top: 23px; }
  .closing h2 { font-size: 31px; }
  .footer-links { font-size: 9px; gap: 15px 21px; }
}
@media (max-width: 639px) {
  :root { --header: 69px; }
  .container { width: calc(100% - 38px); }
  html { scroll-padding-top: 88px; }
  .header-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand > img { width: 129px; }
  .brand-by { font-size: 8px; padding-left: 8px; line-height: 15px; }
  .brand-by b { font-size: 9px; }
  .header-cta { font-size: 9px; padding: 8px 10px; gap: 6px; }
  .header-cta .icon { width: 13px; height: 13px; }
  .header-actions { gap: 9px; }
  .menu-toggle { width: 28px; height: 34px; padding: 6px 3px; }
  .hero { padding-top: 35px; padding-bottom: 16px; }
  .hero-heading { gap: 24px; }
  .hero-title-block .eyebrow { font-size: 8px; letter-spacing: .115em; margin-bottom: 22px; gap: 9px; }
  .tricolor { gap: 2px; }
  .tricolor i { width: 4px; height: 14px; }
  .tricolor i:nth-child(2) { height: 11px; }
  .tricolor i:nth-child(3) { height: 8px; }
  h1 { font-size: clamp(34px,9.15vw,57px); line-height: 1.47; letter-spacing: -.06em; }
  .hero-copy { display: block; }
  .hero-kicker { font-size: 14px; margin-bottom: 7px; }
  .hero-lead { font-size: 16px; line-height: 1.9; }
  .hero-copy .os-badges { margin-top: 17px; gap: 7px; }
  .os-badges > span { font-size: 10px; padding: 6px 8px; gap: 6px; }
  .os-badges small { font-size: 8px; }
  .hero-price { margin: 17px 0 17px; flex-wrap: nowrap; }
  .price-value { font-size: 38px; }
  .price-unit { font-size: 13px; }
  .price-detail { margin-left: 16px; font-size: 10px; }
  .hero-copy .button { min-height: 47px; font-size: 11px; gap: 40px; }
  .hero-stage { margin-inline: -5px; border-radius: 11px; padding: 14px 9px 12px; }
  .stage-top { margin-bottom: 12px; padding-inline: 4px; gap: 7px; }
  .stage-label { font-size: 7px; letter-spacing: .08em; }
  .local-label { font-size: 7px; gap: 5px; letter-spacing: .025em; }
  .local-label .icon { width: 11px; height: 11px; }
  .local-label i { margin-inline: 1px; }
  .screen-button { border-radius: 5px; }
  .screen-expand { width: 24px; height: 24px; right: 6px; bottom: 6px; border-radius: 4px; }
  .screen-expand .icon { width: 13px; height: 13px; }
  .screen-figure figcaption, .hero-stage .screen-figure figcaption { display: block; font-size: 8px; margin-top: 9px; padding-inline: 3px; line-height: 1.75; }
  .screen-figure figcaption > span { display: block; }
  .screen-figure figcaption > span + span { margin-top: 4px; font-size: 7px; }
  .stage-ribbons { opacity: .65; }
  .workflow-strip { margin-top: 22px; padding-bottom: 19px; gap: 8px; align-items: flex-start; }
  .workflow-strip > span { display: block; font-size: 9px; line-height: 1.8; flex: 1; }
  .workflow-strip i { display: block; font-size: 8px; margin-bottom: 5px; }
  .workflow-strip > .icon { width: 12px; height: 12px; margin-top: 22px; }
  .feature-section { padding: 41px 0 39px; }
  .section-marker { font-size: 8px; gap: 13px; margin-bottom: 23px; letter-spacing: .1em; }
  .section-marker > span:last-child { font-size: 8px; }
  h2 { font-size: clamp(26px,7.35vw,42px); line-height: 1.6; letter-spacing: -.063em; }
  .section-heading { margin-bottom: 24px; }
  .section-intro { font-size: 11px; line-height: 2; margin-top: 17px; padding-bottom: 0; }
  .section-intro br { display: block; }
  .feature-list { display: block; }
  .feature-list li, .feature-list li:first-child, .feature-list li:last-child { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .feature-list li:first-child { padding-top: 0; }
  .feature-list li:last-child { border-bottom: 0; padding-bottom: 0; }
  .feature-number { margin: 0; line-height: 23px; font-size: 9px; flex-basis: 18px; }
  .feature-list h3 { font-size: 13px; letter-spacing: -.025em; }
  .feature-list p { font-size: 11px; line-height: 1.95; margin-top: 5px; }
  .cost-callout { padding: 13px 17px; gap: 15px; margin-top: 21px; }
  .cost-callout > span { font-size: 7px; letter-spacing: .08em; }
  .cost-callout strong { font-size: 42px; }
  .cost-callout strong small { font-size: 22px; margin-right: 4px; }
  .cost-callout p { font-size: 8px; }
  .feature-layout, .reverse { gap: 24px; }
  .feature-visual, .reverse .feature-visual { padding: 10px; margin-inline: -5px; border-radius: 10px; }
  .section-footnote { font-size: 8px; line-height: 1.9; margin-top: 16px; }
  .tabs { margin-bottom: 10px; gap: 4px; }
  .tabs button { font-size: 9px; padding: 8px 4px; letter-spacing: -.035em; }
  .marker-example { gap: 12px; flex-wrap: wrap; margin-top: 20px; }
  .marker-example > span { font-size: 8px; }
  .marker-example > div { gap: 5px; }
  .marker-example b { font-size: 9px; padding: 4px 6px; }
  .marker-example > small { font-size: 8px; }
  .format-tags { margin-top: 20px; gap: 8px; }
  .format-tags > span { font-size: 9px; padding: 6px 9px; }
  .panel-note { font-size: 8px; }
  .jpop-section { margin-top: 24px; padding: 32px 0 29px; }
  .jpop-topline { display: block; }
  .jpop-topline .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .jpop-topline > span { display: block; font-size: 9px; margin-top: 9px; }
  .jpop-display { font-size: clamp(90px,21vw,136px); margin: 19px 0 22px -2px; gap: .012em; }
  .note-decoration { min-width: 35px; margin-top: 9px; margin-bottom: 10px; margin-left: 12px; }
  .note-decoration b { border-radius: 1px; }
  .jpop-heading { display: block; margin-top: 0; }
  .jpop-kicker { font-size: 12px; margin-bottom: 12px; }
  .jpop-heading h2 { font-size: clamp(42px,12vw,65px); line-height: 1.4; }
  .jpop-story { font-size: 13px; margin-top: 28px; line-height: 2.1; }
  .jpop-story p + p { font-size: 11px; margin-top: 17px; }
  .desktop-only { display: none; }
  .jpop-features { grid-template-columns: 1fr; margin-top: 29px; padding-top: 0; }
  .jpop-features article, .jpop-features article:first-child { padding: 18px 0; border-left: 0; border-bottom: 1px solid #e9d5ca; display: grid; grid-template-columns: 1fr 1.1fr; gap: 8px 12px; align-items: center; }
  .jpop-features article > span { font-size: 7px; letter-spacing: .06em; align-self: start; padding-top: 5px; }
  .jpop-features h3 { margin: 0; font-size: 15px; }
  .jpop-features p { grid-column: 2; font-size: 9px; }
  .jpop-note { font-size: 8px; margin-top: 21px; }
  .section { padding-block: 44px; }
  .compact-heading { display: block; margin-bottom: 22px; }
  .compact-heading .eyebrow { font-size: 8px; margin-bottom: 12px; }
  .compact-heading h2 { font-size: 24px; }
  .gallery-hint { margin-top: 12px; font-size: 9px; padding: 0; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
  .gallery-image { padding: 5px; border-radius: 5px; }
  .gallery-caption { font-size: 9px; gap: 6px; margin-top: 8px; }
  .gallery-caption .icon { width: 12px; height: 12px; }
  .gallery-image > span { width: 20px; height: 20px; right: 8px; bottom: 8px; }
  .gallery-section .section-footnote { margin-top: 21px; }
  .price-card { grid-template-columns: 1fr; gap: 28px; padding: 27px 23px; border-radius: 11px; }
  .price-card-copy h2 { font-size: 32px; }
  .price-card-copy .eyebrow { font-size: 8px; margin-bottom: 18px; }
  .price-card-copy > p:not(.eyebrow) { font-size: 11px; margin-top: 17px; }
  .product-identity { margin-top: 20px; gap: 12px; }
  .product-identity > img { width: 50px; height: 50px; }
  .product-identity strong { font-size: 18px; }
  .product-identity span { font-size: 9px; }
  .price-card-price { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .price-card-price > .eyebrow { font-size: 9px; }
  .big-price { margin-top: 13px; margin-bottom: 17px; }
  .big-price > span { font-size: 59px; }
  .big-price > small { font-size: 17px; }
  .price-card-price .os-badges { margin-bottom: 21px; }
  .price-card-price .button { min-height: 49px; font-size: 12px; }
  .price-disclaimer { font-size: 8px; line-height: 1.85; margin-bottom: 14px; }
  .price-disclaimer br { display: none; }
  .specs { grid-template-columns: 1fr; gap: 24px; margin-top: 33px; }
  .specs .eyebrow { font-size: 8px; margin-bottom: 10px; }
  .specs h3 { font-size: 23px; }
  .specs dl > div { grid-template-columns: 95px minmax(0,1fr); gap: 14px; font-size: 10px; padding: 14px 0; }
  .specs dd small { font-size: 8px; }
  .faq-layout { gap: 23px; }
  .faq-layout .eyebrow { font-size: 8px; }
  .faq-layout h2 { font-size: 27px; }
  .faq-item summary { font-size: 11px; padding: 19px 0; gap: 16px; }
  .faq-plus { flex-basis: 17px; width: 17px; height: 17px; }
  .faq-plus::before, .faq-plus::after { left: 2px; top: 8px; width: 12px; }
  .faq-answer { font-size: 10px; line-height: 2; padding: 0 17px 19px 0; }
  .closing { padding-bottom: 35px; }
  .closing-inner { padding: 25px 21px; border-radius: 10px; }
  .closing .eyebrow { font-size: 7px; letter-spacing: .1em; }
  .closing h2 { font-size: 28px; line-height: 1.65; }
  .closing h2 > .highlight { display: table; }
  .closing .button { font-size: 10px; min-height: 45px; margin-top: 19px; gap: 24px; padding-inline: 16px; }
  .footer-top { gap: 15px; padding-bottom: 18px; }
  .footer-top .brand > img { width: 126px; }
  .footer-top > p { display: none; }
  .back-top { width: 32px; height: 32px; }
  .footer-links { gap: 13px 20px; font-size: 8px; padding-block: 18px; }
  .footer-bottom { flex-direction: column; gap: 7px; font-size: 7px; }
  .site-footer { padding-bottom: 23px; }
  .lightbox, .legal-dialog { max-width: calc(100vw - 16px); max-height: calc(100dvh - 20px); border-radius: 9px; }
  .lightbox { height: calc(100dvh - 20px); }
  .lightbox-bar { padding: 9px 10px; gap: 7px; }
  .lightbox-bar > div:first-child { display: block; }
  .lightbox-bar .eyebrow { font-size: 8px; }
  .lightbox-bar h2 { font-size: 11px; margin-top: 3px; }
  .lightbox-tools { gap: 6px; }
  .icon-button { width: 30px; height: 32px; }
  .icon-button .icon { width: 18px; height: 18px; }
  .zoom-button { font-size: 9px; padding: 6px 7px; gap: 5px; }
  .zoom-button .icon { width: 13px; height: 13px; }
  .lightbox-viewport { padding: 6px; }
  .lightbox-bottom { padding: 10px 8px; gap: 7px; }
  .lightbox-bottom p { font-size: 9px; line-height: 1.8; }
  .lightbox-bottom small { font-size: 8px; margin-top: 6px; line-height: 1.7; }
  .legal-dialog-bar { padding: 9px 14px; gap: 12px; }
  .legal-dialog-bar > .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .legal-dialog-scroll { padding: 20px 19px 30px; }
  .legal-dialog-scroll > h2 { font-size: 20px; }
  .legal-lead { font-size: 11px; margin: 14px 0 20px; }
  .legal-body { font-size: 11px; }
  .legal-body h2 { font-size: 14px; }
  .draft-notice { padding: 12px 14px; }
  .draft-notice strong { font-size: 11px; }
  .draft-notice p { font-size: 10px; }
  .legal-fields > div { grid-template-columns: 95px minmax(0,1fr); font-size: 10px; gap: 13px; }
  .sales-amount > strong { font-size: 35px; }
  .sales-amount > span { font-size: 17px; }
  .sales-amount small { font-size: 14px; margin-left: 5px; }
  .legal-page { padding-block: 35px 45px; }
  .legal-page > .eyebrow { font-size: 8px; }
  .legal-page > h1 { font-size: 25px; }
  .legal-page .legal-lead { font-size: 12px; }
  .legal-page .legal-body { font-size: 12px; }
  .legal-page .legal-body h2 { font-size: 17px; }
  .back-link { font-size: 10px; gap: 7px; }
  .legal-page .legal-fields > div { font-size: 11px; }
}
@media (max-width: 379px) {
  .container { width: calc(100% - 32px); }
  .brand > img { width: 118px; }
  .brand-by { font-size: 7px; padding-left: 7px; }
  .brand-by b { font-size: 8px; }
  .header-cta { font-size: 8px; padding: 7px; gap: 4px; }
  .header-cta .icon { display: none; }
  .header-actions { gap: 6px; }
  h1 { font-size: 9.15vw; }
  h2 { font-size: 7.1vw; }
  .hero-kicker { font-size: 13px; }
  .hero-lead { font-size: 14px; }
  .price-value { font-size: 35px; }
  .price-detail { font-size: 9px; margin-left: 10px; }
  .cost-callout { gap: 12px; padding: 12px; }
  .cost-callout > span { font-size: 6px; }
  .cost-callout p { font-size: 7px; }
  .jpop-heading h2 { font-size: 11.5vw; }
  .big-price > span { font-size: 53px; }
  .os-badges > span { padding-inline: 6px; }
  .tabs button { font-size: 8px; }
  .gallery-caption { font-size: 8px; }
  .gallery-caption .icon { width: 10px; height: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media print { .site-header { position: static; } .desktop-nav, .header-actions, .hero-copy .button, .closing, .site-footer, .screen-expand, .gallery-hint, .legal-dialog, .lightbox { display: none !important; } .container { width: 96%; } .hero { padding-top: 20px; } .hero-heading { gap: 20px; } .feature-section, .section { padding-block: 25px; } .hero-stage, .feature-visual, .jpop-section, .price-card { print-color-adjust: exact; -webkit-print-color-adjust: exact; } .feature-layout { display: block; } .feature-side { margin-top: 20px; } .screen-figure, .faq-item, .legal-body section { break-inside: avoid; } .legal-page .button, .back-link { display: none; } }

@media (max-width:379px) { .note-decoration { display: none; } }
