
.product-page,
.product-page * { box-sizing: border-box; }
.product-page {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 80px;
  color: #082d3d;
  background: #f3ecdc;
  box-shadow: 0 0 0 100vmax #f3ecdc;
  clip-path: inset(0 -100vmax);
  font-family: "BIZ UDPGothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", sans-serif;
}
.product-intro { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: clamp(44px, 7vw, 96px); align-items: start; }
.product-overline { margin: 0 0 14px; color: #0d8aaa; font: 800 10px/1.3 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .2em; }
.product-intro h2,
.section-heading h2,
.release-route h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.product-intro h2 { max-width: 760px; font-size: clamp(42px, 6vw, 78px); line-height: .98; }
.product-lede { max-width: 700px; margin: 28px 0 0; color: rgba(8,45,61,.72); font-size: 16px; line-height: 1.9; }
.product-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; margin-top: 48px; border-top: 1px solid rgba(8,45,61,.18); border-bottom: 1px solid rgba(8,45,61,.18); }
.product-facts div { padding: 21px 16px 20px 0; }
.product-facts strong { display: block; font: italic 30px/1 Georgia, serif; }
.product-facts span { display: block; margin-top: 8px; color: rgba(8,45,61,.58); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.purchase-card { padding: 30px; color: #fffefa; border-radius: 20px; background: #082d3d; box-shadow: 0 24px 60px rgba(8,45,61,.2); }
.purchase-label { margin: 0; color: #64d7d5; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.purchase-price { margin: 10px 0 16px; font: italic 68px/.9 Georgia, serif; }
.purchase-price span { margin-right: 4px; font-size: 25px; vertical-align: top; }
.purchase-status { margin: 13px 0 18px; color: #fff; font: italic 42px/.95 Georgia, serif; letter-spacing: -.02em; }
.purchase-card > p:not(.purchase-label):not(.purchase-price):not(.purchase-status) { margin: 0 0 24px; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.75; }
.purchase-primary,
.purchase-secondary,
.sample-download-button { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 17px; border-radius: 10px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.purchase-primary { color: #082d3d; background: #64d7d5; }
.purchase-secondary { margin-top: 8px; color: #fffefa; border: 1px solid rgba(255,255,255,.2); }
.purchase-primary:hover { background: #fffefa; }
.purchase-secondary:hover { border-color: #64d7d5; }
.paid-specification { margin-top: 112px; padding: clamp(34px, 5vw, 62px); color: #fffefa; border-top: 4px solid #64d7d5; background: #082d3d; }
.paid-specification-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 40px; align-items: end; }
.paid-specification-heading .product-overline { grid-column: 1 / -1; margin-bottom: -18px; color: #64d7d5; }
.paid-specification-heading h2 { margin: 0; font: 500 clamp(34px, 5vw, 58px)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.paid-specification-heading > p:last-child { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.85; }
.paid-specification-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 36px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.paid-specification-grid div { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 21px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.paid-specification-grid dt { color: rgba(255,255,255,.5); font: 800 9px/1.45 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.paid-specification-grid dd { margin: 0; color: #fff; font: 500 clamp(23px, 3vw, 34px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.sample-download,
.release-route { margin-top: 112px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 40px; align-items: end; }
.section-heading .product-overline { grid-column: 1 / -1; margin-bottom: -18px; }
.section-heading h2,
.release-route h2 { max-width: 760px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.section-heading > p:last-child { margin: 0; color: rgba(8,45,61,.65); font-size: 13px; line-height: 1.8; }
.sample-pair-note { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: #0d8aaa; font: 800 9px/1 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .12em; }
.sample-pair-note i { color: rgba(8,45,61,.35); font-style: normal; }
.sample-pair-note b { margin-left: auto; color: rgba(8,45,61,.5); font-weight: 800; }
.sample-file-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; margin-top: 24px; }
.sample-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(8,45,61,.15); border-radius: 14px; background: #fbf8ee; box-shadow: 0 14px 34px rgba(8,45,61,.08); }
.sample-image-button { position: relative; display: block; width: 100%; margin: 0; overflow: hidden; padding: 0; color: #fff; border: 0; background: #03151e; cursor: zoom-in; }
.sample-image-button img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; background: #03151e; transition: opacity 240ms ease; }
.sample-image-button:hover img,
.sample-image-button:focus-visible img { opacity: .84; }
.sample-image-button:focus-visible { outline: 3px solid #0d8aaa; outline-offset: -3px; }
.sample-zoom-hint { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(3,21,30,.82); backdrop-filter: blur(8px); font: 800 7px/1 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .12em; }
.sample-zoom-hint b { font-size: 13px; line-height: .7; }
.sample-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 84px; padding: 14px 15px 14px 17px; }
.sample-card figcaption > div { min-width: 0; }
.sample-kind { display: block; margin-bottom: 5px; color: #0d8aaa; font: 800 7px/1 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .14em; }
.sample-card strong { display: block; overflow: hidden; font: 500 17px/1.25 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.sample-card small { display: block; overflow: hidden; margin-top: 6px; color: rgba(8,45,61,.58); font-size: 8px; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.sample-file-download { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 58px; min-height: 42px; color: #fff; border-radius: 9px; background: #0d8aaa; font-size: 9px; font-weight: 900; text-decoration: none; }
.sample-file-download:hover,
.sample-file-download:focus-visible { color: #fff; background: #082d3d; outline: none; }
.sample-file-download span { font-size: 14px; }
.sample-actions { display: flex; gap: 22px; align-items: center; margin-top: 22px; }
.sample-download-button { width: min(420px, 100%); color: #fff; background: #0d8aaa; }
.sample-download-button:hover { color: #fff; background: #082d3d; }
.sample-download-button span { font-size: 8px; opacity: .65; }
.sample-actions p { margin: 0; color: rgba(8,45,61,.52); font-size: 9px; }
.release-route { padding: 48px; color: #fffefa; border-radius: 22px; background: linear-gradient(135deg, #082d3d, #06485b); }
.release-route .product-overline { color: #64d7d5; }
.release-route > p:not(.product-overline) { max-width: 760px; margin: 24px 0 30px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.8; }
.release-route > div { display: flex; gap: 10px; max-width: 620px; }
.release-route .purchase-primary,
.release-route .purchase-secondary { flex: 1; margin: 0; }
.sample-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; overflow: hidden; color: #fff; border: 0; background: #020a0e; }
.sample-lightbox::backdrop { background: rgba(0,0,0,.92); }
.sample-lightbox[open] { display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.sample-lightbox-bar,
.sample-lightbox-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 10px 22px; background: #071923; }
.sample-lightbox-bar { border-bottom: 1px solid rgba(255,255,255,.12); }
.sample-lightbox-footer { border-top: 1px solid rgba(255,255,255,.12); }
.sample-lightbox-bar div { min-width: 0; }
.sample-lightbox-bar span { display: block; color: #64d7d5; font: 800 7px/1 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .16em; }
.sample-lightbox-bar strong { display: block; overflow: hidden; margin-top: 6px; font: 500 17px/1.1 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.sample-lightbox-bar button,
.sample-lightbox-footer a { flex: 0 0 auto; min-height: 40px; padding: 0 15px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.sample-lightbox-footer a { display: inline-flex; align-items: center; gap: 8px; border-color: #0d8aaa; background: #0d8aaa; }
.sample-lightbox-stage { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: auto; padding: 18px; background: radial-gradient(circle, #092432, #020a0e 70%); }
.sample-lightbox-stage img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.48); }
.sample-lightbox-footer > span { overflow: hidden; color: rgba(255,255,255,.58); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 820px) {
  .product-page { width: min(100% - 28px, 680px); padding: 68px 0 52px; }
  .product-intro { grid-template-columns: 1fr; gap: 38px; }
  .product-intro h2 { font-size: clamp(42px, 14vw, 64px); }
  .product-lede { font-size: 14px; }
  .product-facts { margin-top: 34px; }
  .product-facts div { padding-right: 9px; }
  .product-facts strong { font-size: 25px; }
  .product-facts span { font-size: 7px; line-height: 1.45; }
  .paid-specification { margin-top: 72px; padding: 34px 22px; }
  .paid-specification-heading { grid-template-columns: 1fr; gap: 20px; }
  .paid-specification-heading .product-overline { margin-bottom: -4px; }
  .paid-specification-grid { grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .paid-specification-grid div { min-height: 104px; padding: 17px; }
  .paid-specification-grid dd { font-size: 21px; }
  .sample-download,
  .release-route { margin-top: 72px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading .product-overline { margin-bottom: -4px; }
  .sample-pair-note { flex-wrap: wrap; }
  .sample-pair-note b { width: 100%; margin: 2px 0 0; }
  .sample-file-grid { grid-template-columns: 1fr; }
  .sample-actions { align-items: flex-start; flex-direction: column; }
  .release-route { padding: 30px 22px; }
  .release-route > div { flex-direction: column; }
  .sample-lightbox-bar,
  .sample-lightbox-footer { min-height: 58px; padding: 9px 12px; }
  .sample-lightbox-stage { padding: 8px; }
}
