:root {
  --ink: #102b45;
  --ink-soft: #506b82;
  --blue: #1976c8;
  --blue-deep: #0b5598;
  --blue-navy: #073b68;
  --blue-pale: #e6f3ff;
  --ice: #f1f7fc;
  --mint: #effaf7;
  --lilac: #f5f2fc;
  --blush: #fff4f7;
  --white: #fff;
  --line: #bad2e3;
  --max: 1240px;
  --radius: 28px;
  --shadow: 0 24px 65px rgba(28, 78, 119, .18);
  --shadow-soft: 0 14px 38px rgba(28, 78, 119, .12);
  --ease: cubic-bezier(.22, .72, .18, 1);
  --hero-shift: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfdff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.hero h1,
.intro-copy h2,
.section-heading h2,
.products-heading h2,
.support-copy h2,
.company-heading h2,
.contact h2,
.authenticity-copy h2,
.value-card h3,
.category-head h3,
.product-info h4 {
  line-break: strict;
  text-wrap: balance;
}
p,
li,
dd {
  text-wrap: wrap;
}
.value-card h3,
.category-head h3,
.product-info h4 {
  word-break: keep-all;
  overflow-wrap: normal;
}
.container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.skip-link {
  position: fixed; z-index: 1000; top: -80px; left: 10px;
  padding: 10px 16px; color: #fff; background: var(--blue-deep);
}
.skip-link:focus { top: 10px; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-deep);
  font: 700 11px/1.4 Arial, sans-serif;
  letter-spacing: .2em;
}
.section-label {
  display: flex; align-items: center; gap: 14px;
  color: var(--blue-deep);
}
.section-label span {
  width: 38px; height: 38px; display: grid; place-items: center;
  color: #fff; background: var(--blue-deep); border: 1px solid var(--blue-deep); border-radius: 50%;
  font: 700 10px Arial, sans-serif;
}
.section-label p {
  margin: 0; font: 700 10px Arial, sans-serif; letter-spacing: .18em;
}
.button {
  min-height: 56px; padding: 0 24px;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 34px;
  border-radius: 7px 22px 7px 22px;
  font-size: 13px; font-weight: 700;
  transition: transform .35s var(--ease), box-shadow .35s, background .35s;
}
.button span { font-size: 18px; }
.button:hover { transform: translateY(-4px); }
.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #0b5598, #1687c7);
  box-shadow: 0 14px 32px rgba(10, 81, 145, .28);
}
.button--primary:hover { box-shadow: 0 19px 40px rgba(10, 81, 145, .38); }
.button--outline {
  border: 1px solid #7faed0; background: #fff;
}
.button--outline:hover { background: var(--blue-pale); }
.text-link {
  display: inline-flex; align-items: center; gap: 18px;
  padding-bottom: 4px; border-bottom: 1px solid #a9c8df;
  font-size: 13px; font-weight: 700;
}
.text-link span { color: var(--blue-deep); font-size: 17px; transition: transform .3s; }
.text-link:hover span { transform: translate(3px, -2px); }

/* Header */
.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  height: 82px;
  background: #fff;
  border-bottom: 1px solid rgba(126, 174, 207, .8);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: height .3s var(--ease), box-shadow .3s, background .3s;
}
.site-header.is-scrolled {
  height: 70px;
  background: #fff;
  box-shadow: 0 9px 35px rgba(50, 94, 130, .08);
}
.header-inner {
  width: min(calc(100% - 64px), 1380px); height: 100%; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.brand img { width: 236px; }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); }
.global-nav a {
  position: relative; font-size: 12px; font-weight: 700; letter-spacing: .08em;
}
.global-nav a:not(.nav-contact)::after {
  content: ""; position: absolute; right: 100%; bottom: -8px; left: 0;
  height: 2px; border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), #7acfc2);
  transition: right .3s var(--ease);
}
.global-nav a:not(.nav-contact):hover::after,
.global-nav a.is-active::after { right: 0; }
.nav-contact {
  min-width: 166px; padding: 12px 18px;
  display: flex; align-items: center; justify-content: space-between;
  color: #fff; border-radius: 6px 17px 6px 17px;
  background: linear-gradient(135deg, #0b5598, #1687c7);
  box-shadow: 0 10px 25px rgba(10, 81, 145, .25);
}
.menu-button { display: none; }

/* Hero */
.hero {
  position: relative; min-height: 760px; margin-top: 82px;
  display: flex; align-items: center; overflow: hidden;
  background: #eaf4fb;
}
.hero-image {
  position: absolute; inset: -18px 0 -18px; width: 100%; height: calc(100% + 36px);
  object-fit: cover; object-position: center;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.025);
  transition: transform .12s linear;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(238,247,253,.88) 0%, rgba(238,247,253,.75) 30%, rgba(238,247,253,.3) 49%, rgba(238,247,253,.03) 67%, rgba(7,59,104,.08) 100%),
    linear-gradient(0deg, rgba(7,59,104,.22), transparent 38%);
}
.hero-inner {
  position: relative; z-index: 3;
  width: min(calc(100% - 80px), var(--max)); margin-inline: auto;
}
.hero-copy {
  width: min(720px, 58vw);
  padding: 40px 44px;
  background: rgba(255,255,255,.9);
  border: 2px solid #397fae;
  border-left: 6px solid var(--blue-deep);
  border-radius: 8px 32px 8px 32px;
  box-shadow: 0 24px 60px rgba(9, 54, 91, .2);
  backdrop-filter: blur(12px);
}
.hero h1 {
  margin: 0; color: var(--blue-navy);
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.32; letter-spacing: -.055em; font-weight: 650;
}
.hero h1 em { color: #126fb4; font-style: normal; }
.hero-lead { max-width: 640px; margin: 27px 0 34px; color: #395a74; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-badge {
  position: absolute; z-index: 4; right: auto; left: 54%; bottom: 62px;
  min-width: 230px; padding: 18px 24px;
  color: #fff; background: rgba(7,59,104,.94); border: 1px solid #5fa1d0;
  border-radius: 20px 5px 20px 5px; box-shadow: 0 18px 42px rgba(5,44,78,.28);
  backdrop-filter: blur(15px);
  animation: badgeFloat 6s ease-in-out infinite;
}
.hero-badge span, .hero-badge small {
  display: block; color: #acd5f1; font: 700 8px Arial, sans-serif; letter-spacing: .16em;
}
.hero-badge strong {
  display: block; margin: 5px 0 3px; font: 650 24px Arial, sans-serif;
}
.hero-badge small { color: #d7e9f6; letter-spacing: .08em; }
.hero-scroll {
  position: absolute; z-index: 4; left: 28px; bottom: 35px;
  display: flex; align-items: center; gap: 12px;
  color: #668096; font: 700 8px Arial, sans-serif; letter-spacing: .16em;
  transform: rotate(-90deg); transform-origin: left center;
}
.hero-scroll span { width: 42px; height: 1px; overflow: hidden; background: #b3cbdd; }
.hero-scroll span::after {
  content: ""; display: block; width: 20px; height: 100%; background: var(--blue);
  animation: scrollLine 2.4s ease-in-out infinite;
}
.orbit {
  position: absolute; z-index: 2; border: 1px solid rgba(79,150,220,.18); border-radius: 50%;
}
.orbit--a {
  width: 220px; height: 220px; left: 42%; top: -110px;
  box-shadow: 0 0 0 42px rgba(255,255,255,.16);
}
.orbit--b {
  width: 110px; height: 110px; left: 48%; bottom: 40px;
  animation: orbitFloat 8s ease-in-out infinite alternate;
}
.ice-dot {
  position: absolute; z-index: 2; border-radius: 50%;
  background: linear-gradient(135deg, rgba(124,199,238,.62), rgba(178,238,224,.65));
  box-shadow: 0 0 0 9px rgba(255,255,255,.32);
}
.ice-dot--a { width: 16px; height: 16px; left: 47%; top: 22%; animation: dotFloat 5s ease-in-out infinite; }
.ice-dot--b { width: 9px; height: 9px; left: 53%; bottom: 27%; animation: dotFloat 6s 1s ease-in-out infinite; }

/* Trust strip */
.trust-strip {
  position: relative; z-index: 4; color: #fff; background: linear-gradient(90deg, #073b68, #0b5598 58%, #0d638f);
  border-block: 1px solid #0c4d83;
}
.trust-strip__track {
  width: min(100%, 1480px); min-height: 112px; margin-inline: auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.trust-strip p {
  margin: 0; padding: 22px 30px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(190,220,240,.25);
}
.trust-strip p:first-child { border-left: 1px solid rgba(190,220,240,.25); }
.trust-strip strong {
  color: #fff; font: 700 22px Arial, sans-serif; letter-spacing: .06em;
}
.trust-strip span { margin-top: 7px; color: #d5e9f7; font-size: 11px; }

/* Intro */
.intro {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 6%, rgba(213,238,255,.55), transparent 22%),
    #fff;
}
.intro::before {
  content: ""; position: absolute; width: 330px; height: 330px; right: -165px; top: 180px;
  border: 1px solid rgba(87,158,214,.15); border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(225,243,255,.2), 0 0 0 104px rgba(235,248,255,.18);
}
.intro-grid { display: grid; grid-template-columns: 215px 1fr; gap: 60px; }
.intro-copy { max-width: 880px; }
.intro-copy h2,
.section-heading h2,
.support-copy h2,
.company-heading h2 {
  position: relative; margin: 0; padding-bottom: 22px;
  font-size: clamp(38px, 4.2vw, 56px); line-height: 1.42; letter-spacing: -.045em;
}
.intro-copy h2::after,
.section-heading h2::after,
.support-copy h2::after,
.company-heading h2::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 68px; height: 3px; border-radius: 99px;
  background: linear-gradient(90deg, var(--blue-deep), #7acfc2);
}
.intro-lead {
  max-width: 720px; margin: 38px 0 15px;
  font-size: 19px; font-weight: 700;
}
.intro-copy > p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); }
.value-grid {
  margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.value-card {
  position: relative; min-height: 305px; padding: 34px;
  overflow: hidden; background: rgba(248,252,255,.9);
  border: 1px solid #e0ecf4; border-radius: 30px 7px 30px 7px;
  box-shadow: var(--shadow-soft);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.value-card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 3px;
  background: linear-gradient(90deg, var(--blue), #82d2c6);
  opacity: .72;
}
.value-card:nth-child(2) { background: linear-gradient(145deg, #fff, #f3fbf8); }
.value-card:nth-child(3) { background: linear-gradient(145deg, #fff, #f7f4fc); }
.value-card::after {
  content: ""; position: absolute; width: 120px; height: 120px; right: -60px; bottom: -60px;
  border: 1px solid rgba(81,151,210,.18); border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(255,255,255,.35);
}
.value-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.value-no { color: #94adc1; font: 700 9px Arial, sans-serif; }
.value-icon {
  width: 54px; height: 54px; margin: 24px 0 20px;
  display: grid; place-items: center; color: var(--blue-deep);
  background: #eaf5fd; border-radius: 50%; font-size: 24px;
}
.value-card h3 { margin: 0; font-size: 23px; }
.value-card p { margin: 14px 0 0; color: var(--ink-soft); font-size: 13px; }

/* Flagships */
.flagships {
  overflow: hidden; padding-bottom: 40px;
  background:
    radial-gradient(circle at 7% 16%, rgba(208,239,255,.62), transparent 24%),
    radial-gradient(circle at 93% 78%, rgba(237,222,249,.45), transparent 24%),
    linear-gradient(135deg, #f4faff, #fbf9ff 58%, #f2fbf8);
}
.flagships::before {
  content: "FLAGSHIP"; position: absolute; right: -30px; top: 28px;
  color: rgba(69,137,194,.045);
  font: 700 clamp(90px, 14vw, 210px) Arial, sans-serif; letter-spacing: -.06em;
}
.section-heading {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 215px 1fr; gap: 60px; margin-bottom: 76px;
}
.flagship {
  position: relative; z-index: 1; min-height: 590px; margin-bottom: 30px; padding: 62px;
  display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: center;
  overflow: hidden; background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.95); border-radius: 44px 9px 44px 9px;
  box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.flagship--prime { grid-template-columns: .95fr 1.05fr; }
.flagship::after {
  content: ""; position: absolute; z-index: -1; width: 290px; height: 290px; right: -130px; top: -130px;
  border: 1px solid rgba(83,154,214,.16); border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(227,243,255,.25), 0 0 0 96px rgba(239,249,255,.18);
}
.flagship--prime::after {
  border-color: rgba(83,154,214,.18);
  box-shadow: 0 0 0 48px rgba(227,243,255,.28), 0 0 0 96px rgba(239,249,255,.2);
}
.flagship-kicker {
  margin: 0 0 15px; color: var(--blue-deep);
  font: 700 9px Arial, sans-serif; letter-spacing: .18em;
}
.flagship h3 {
  margin: 0; font: 650 clamp(42px, 5vw, 67px) Arial, sans-serif; letter-spacing: -.04em;
}
.flagship h3 em { color: var(--blue); font-style: normal; font-weight: 400; }
.flagship--prime h3 em { color: var(--blue); }
.flagship-ja { margin: 6px 0 25px; color: #8497a9; font-size: 12px; }
.flagship-copy > p:not(.flagship-kicker, .flagship-ja) { color: var(--ink-soft); }
.feature-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.feature-list li {
  padding: 12px 0; display: flex; align-items: center; gap: 18px;
  border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700;
}
.feature-list li:first-child { border-top: 1px solid var(--line); }
.feature-list span { color: var(--blue-deep); font: 700 9px Arial, sans-serif; }
.flagship-visual {
  position: relative; height: 460px; overflow: hidden;
  background: #071a33; border-radius: 8px 36px 8px 36px;
}
.flagship-visual img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  transform: none; transition: transform .8s var(--ease);
}
.flagship:hover .flagship-visual img { transform: none; }
.flagship--cavi .flagship-visual {
  background: #edf5fb;
}
.flagship--cavi .flagship-visual img {
  object-fit: contain; object-position: center; transform: none;
}
.flagship--cavi:hover .flagship-visual img { transform: none; }
.flagship--highlift .flagship-visual {
  background: #071a33;
}
.flagship--highlift .flagship-visual img {
  object-fit: contain; object-position: center; padding: 0; transform: none;
}
.flagship--highlift:hover .flagship-visual img { transform: none; }
.visual-caption {
  position: absolute; right: 20px; bottom: 20px; padding: 13px 16px;
  color: #fff; background: rgba(79,150,220,.82); border-radius: 13px 4px 13px 4px;
  font: 700 8px/1.6 Arial, sans-serif; letter-spacing: .13em;
}
.prime-timeline { margin-top: 32px; border-top: 1px solid var(--line); }
.prime-timeline > div {
  position: relative; padding: 14px 0 14px 42px;
  display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line);
}
.prime-timeline span {
  position: absolute; left: 0; top: 18px; color: var(--blue-deep);
  font: 700 9px Arial, sans-serif;
}
.prime-timeline strong { font: 650 13px Arial, sans-serif; letter-spacing: .06em; }
.prime-timeline small { margin-left: auto; color: var(--ink-soft); font-size: 10px; }
.prime-visuals {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.prime-visuals a {
  position: relative; min-height: 300px; padding: 12px;
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid #8eb7d2; border-radius: 26px 6px 26px 6px;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.prime-visuals a:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.prime-visuals img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #071a33; border-radius: 19px 3px 19px 3px; }
.prime-visuals a > span {
  padding: 15px 7px 6px; font: 650 10px Arial, sans-serif; letter-spacing: .1em;
}

/* Authenticity notice */
.authenticity-notice {
  position: relative; padding: 16px 0;
  background: linear-gradient(145deg, #eaf4fb, #fff 62%);
}
.authenticity-card {
  position: relative; padding: 38px 46px;
  background: #fff;
  border: 2px solid #6d9fc1;
  border-left: 6px solid #0b5598;
  border-radius: 24px 7px 24px 7px;
  box-shadow: 0 16px 38px rgba(18, 61, 96, .14);
}
.authenticity-copy { width: 100%; max-width: none; }
.authenticity-copy h2 {
  width: 100%; max-width: none; margin: 0 0 26px;
  color: #073b68;
  font-size: clamp(23px, 2.5vw, 32px); font-weight: 700; line-height: 1.55; letter-spacing: -.015em;
}
.authenticity-copy p {
  width: 100%; max-width: none; margin: 0 0 16px;
  color: #263d51; font-size: 14px; font-weight: 600; line-height: 2;
}
.authenticity-copy p:last-child { margin-bottom: 0; }

/* Product lineup */
.products { overflow: hidden; padding-top: 48px; background: #fff; }
.products::before {
  content: ""; position: absolute; width: 420px; height: 420px; left: -240px; top: 410px;
  border: 1px solid rgba(75,149,210,.14); border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(233,247,255,.35);
}
.products-heading {
  display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; margin-bottom: 80px;
}
.products-heading .section-label { margin-bottom: 36px; }
.products-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 64px); letter-spacing: -.05em; }
.products-heading h2::after {
  content: ""; display: block; width: 68px; height: 3px; margin-top: 17px;
  border-radius: 99px; background: linear-gradient(90deg, var(--blue-deep), #7acfc2);
}
.products-heading > p { margin: 0 0 10px; color: var(--ink-soft); }
.category-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin: 0 0 28px; padding-bottom: 16px; border-bottom: 1px solid #acc8dc;
}
.category-head:not(:first-of-type) { margin-top: 95px; }
.category-head h3 { margin: 0; font: 600 29px Arial, sans-serif; letter-spacing: -.02em; }
.category-head h3::before {
  content: ""; display: inline-block; width: 5px; height: 24px; margin-right: 13px;
  vertical-align: -3px; border-radius: 99px;
  background: linear-gradient(180deg, var(--blue), #79cfc4);
}
.category-head span { color: var(--ink-soft); font-size: 11px; }
.product-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.product-card {
  position: relative; min-height: 410px; padding: 12px 12px 24px;
  display: flex; flex-direction: column;
  overflow: hidden; background: #fff; border: 1px solid #e0eaf2;
  border-radius: 27px 6px 27px 6px; box-shadow: 0 12px 32px rgba(68,111,147,.07);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.product-card:hover {
  transform: translateY(-7px); border-color: #b9d6ea; box-shadow: var(--shadow);
}
.product-card--wide { grid-column: span 2; }
.product-image {
  position: relative; width: 100%; height: auto; aspect-ratio: 1 / 1;
  display: grid; place-items: center; overflow: hidden;
  background: #071a33;
  border-radius: 20px 3px 20px 3px;
}
.product-card--wide .product-image { height: auto; aspect-ratio: 1 / 1; }
.product-image img {
  width: 100%; height: 100%; padding: 0;
  object-fit: contain; object-position: center; mix-blend-mode: normal;
  transition: transform .65s var(--ease);
}
.product-card--wide .product-image img { padding: 0; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.product-card--prime .product-image img { padding: 0; object-fit: contain; mix-blend-mode: normal; }
.product-card--photo .product-image img { padding: 0; object-fit: contain; mix-blend-mode: normal; }
.product-card--cavicryo2 .product-image img { object-position: center; }
.product-card--contain .product-image { background: #071a33; }
.product-card--contain .product-image img { padding: 0; object-fit: contain; object-position: center; }
.product-card--burning .product-image {
  background: #071a33;
}
.product-card--burning .product-image img { object-fit: contain; object-position: center; }
.product-card:hover .product-image img { transform: none; }
.product-info { padding: 20px 48px 0 9px; }
.product-info > span {
  display: block; margin-bottom: 7px; color: var(--blue-deep);
  font: 700 8px Arial, sans-serif; letter-spacing: .15em;
}
.product-grid--care .product-info > span { color: var(--blue-deep); }
.product-info h4 { margin: 0; font-size: 19px; line-height: 1.45; }
.product-info p { margin: 4px 0 0; color: var(--ink-soft); font-size: 11px; }
.product-card > i {
  position: absolute; right: 23px; bottom: 24px;
  width: 34px; height: 34px; display: grid; place-items: center;
  color: var(--blue-deep); background: var(--blue-pale); border-radius: 50%;
  font-style: normal; transition: color .3s, background .3s, transform .3s;
}
.product-card:hover > i { color: #fff; background: var(--blue); transform: rotate(8deg); }
.new-product-art {
  position: relative; height: 275px; padding: 34px;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; background: linear-gradient(145deg, #fff5f8, #f2effb);
  border-radius: 20px 3px 20px 3px;
}
.new-product-art::after {
  content: "C"; position: absolute; right: -8px; top: -60px;
  color: rgba(190,111,160,.1); font: 700 270px Arial, sans-serif;
}
.new-product-art span { color: #bf6f9f; font: 700 9px Arial, sans-serif; letter-spacing: .16em; }
.new-product-art strong {
  position: relative; z-index: 1; margin: 14px 0 8px;
  font: 650 34px/1.05 Arial, sans-serif;
}
.new-product-art small { color: #987c8e; font-size: 10px; }
.products-more { margin-top: 50px; text-align: center; }

/* Support */
.support {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 13%, rgba(204,236,255,.65), transparent 25%),
    linear-gradient(135deg, #f3faff, #f7fbfd 50%, #f0faf7);
}
.support::after {
  content: ""; position: absolute; width: 290px; height: 290px; right: -110px; bottom: -130px;
  border: 1px solid rgba(82,157,214,.17); border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255,255,255,.3);
}
.support-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start;
}
.support-copy .section-label, .company-heading .section-label { margin-bottom: 54px; }
.support-copy > p:not(.eyebrow) { margin: 30px 0; color: var(--ink-soft); }
.support-flow { margin: 0; padding: 0; list-style: none; }
.support-flow li {
  position: relative; min-height: 128px; padding: 26px 28px;
  display: grid; grid-template-columns: 54px 1fr; gap: 24px; align-items: center;
  background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.96);
  border-radius: 23px 5px 23px 5px; box-shadow: var(--shadow-soft);
}
.support-flow li + li { margin-top: 14px; }
.support-flow li::before {
  content: ""; position: absolute; left: 53px; top: 100%; width: 1px; height: 14px;
  background: #bed5e4;
}
.support-flow li:last-child::before { display: none; }
.support-flow > li > span {
  width: 48px; height: 48px; display: grid; place-items: center;
  color: var(--blue-deep); background: var(--blue-pale); border-radius: 50%;
  font: 700 10px Arial, sans-serif;
}
.support-flow strong { font-size: 18px; }
.support-flow p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; }

/* Company */
.company { overflow: hidden; background: #fff; }
.company::before {
  content: "BIKEN.s"; position: absolute; left: -20px; bottom: 5px;
  color: rgba(71,141,199,.035); font: 700 clamp(110px, 17vw, 245px) Arial, sans-serif;
  letter-spacing: -.07em;
}
.company-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .88fr 1.12fr; column-gap: 110px; row-gap: 34px;
}
.company-heading > p:last-child { max-width: 510px; margin: 35px 0 0; color: var(--ink-soft); }
.company-data {
  padding: 42px;
  background: #fbfdff; border: 1px solid #e0eaf2;
  border-radius: 31px 7px 31px 7px; box-shadow: var(--shadow-soft);
}
.company-data dl { margin: 0 0 34px; border-top: 1px solid #b3cadb; }
.company-data dl > div {
  display: grid; grid-template-columns: 120px 1fr; gap: 25px;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
}
.company-data dt { color: var(--blue-deep); font-size: 12px; font-weight: 700; }
.company-data dd { margin: 0; font-size: 13px; }
.company-map {
  width: 100%; margin: 0 0 24px; overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ice); border: 1px solid var(--line);
  border-radius: 20px 5px 20px 5px;
}
.company-map iframe {
  width: 100%; height: 100%; display: block;
  border: 0;
}

.company-social {
  grid-column: 1 / -1;
  padding: 30px;
  background: #fff;
  border: 2px solid #397fae;
  border-radius: 7px 28px 7px 28px;
  box-shadow: 0 18px 46px rgba(18, 61, 96, .15);
}
.company-social__heading {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.company-social__heading .eyebrow { margin: 0; }
.company-social__heading h3 {
  margin: 0;
  color: var(--blue-navy);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.4;
  letter-spacing: -.03em;
}
.company-social__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.company-social__links > a {
  min-width: 0;
  min-height: 126px;
  padding: 20px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 26px;
  gap: 18px;
  align-items: center;
  color: var(--ink);
  background: #f5faff;
  border: 2px solid #8ab5d2;
  border-radius: 5px 20px 5px 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 109, .08);
  transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.company-social__links > a:hover {
  transform: translateY(-3px);
  color: var(--ink);
  background: #fff;
  border-color: var(--blue-deep);
  box-shadow: 0 14px 30px rgba(20, 70, 108, .16);
}
.company-social__icon {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
.company-social__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company-social__copy small {
  margin-bottom: 6px;
  color: var(--blue);
  font: 700 9px/1.3 Arial, sans-serif;
  letter-spacing: .13em;
}
.company-social__copy strong {
  color: var(--blue-navy);
  font-size: 18px;
  line-height: 1.45;
}
.company-social__copy em {
  margin-top: 5px;
  color: #496477;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.company-social__arrow {
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  font: 700 17px/1 Arial, sans-serif;
}
.company-affiliation-link {
  display: inline;
  color: var(--blue-navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #8eb6d1;
  text-underline-offset: 4px;
}
.company-affiliation-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--blue-deep);
  font-size: 11px;
  white-space: nowrap;
}

/* Contact */
.contact {
  position: relative; padding: 125px 0; overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.94), transparent 27%),
    radial-gradient(circle at 88% 78%, rgba(216,244,235,.7), transparent 25%),
    linear-gradient(120deg, #e9f6ff, #f5f1fc 55%, #edf9f6);
}
.contact-inner { position: relative; z-index: 2; text-align: center; }
.contact h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px); line-height: 1.5; letter-spacing: -.04em;
}
.contact-inner > p:not(.eyebrow) { margin: 24px 0 40px; color: var(--ink-soft); }
.contact-actions {
  width: min(100%, 1120px); margin-inline: auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.contact-actions a {
  min-height: 138px; padding: 22px 26px;
  display: grid; grid-template-columns: 1fr 28px; text-align: left; align-items: center;
  background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.96);
  border-radius: 22px 5px 22px 5px; box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px); transition: transform .35s var(--ease), box-shadow .35s;
}
.contact-actions a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.contact-actions small {
  grid-column: 1; color: var(--blue-deep);
  font: 700 8px Arial, sans-serif; letter-spacing: .18em;
}
.contact-actions strong { grid-column: 1; font: 600 clamp(19px, 2vw, 25px) Arial, sans-serif; }
.contact-actions em {
  grid-column: 1; color: var(--ink-soft);
  font-size: 10px; font-style: normal;
}
.contact-actions span {
  grid-column: 2; grid-row: 1 / span 3;
  width: 28px; height: 28px; display: grid; place-items: center;
  color: #fff; background: var(--blue); border-radius: 50%;
}
.contact-decor span {
  position: absolute; border: 1px solid rgba(85,156,211,.17); border-radius: 50%;
}
.contact-decor span:first-child {
  width: 260px; height: 260px; left: -95px; bottom: -145px;
  box-shadow: 0 0 0 46px rgba(255,255,255,.22);
}
.contact-decor span:last-child {
  width: 120px; height: 120px; right: 7%; top: 42px;
  animation: orbitFloat 7s ease-in-out infinite alternate;
}

/* Footer */
.site-footer { padding: 70px 0 25px; color: #7c90a2; background: #fff; border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 70px; padding-bottom: 58px; }
.footer-brand img { width: 235px; }
.footer-brand p { margin: 17px 0 0; color: var(--ink); font-size: 12px; font-weight: 700; }
.footer-nav { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 55px; }
.footer-nav a { font-size: 11px; }
.footer-nav a:hover { color: var(--blue-deep); }
.footer-bottom {
  padding-top: 21px; display: flex; justify-content: space-between;
  border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .1em;
}
.footer-bottom a { color: var(--ink); }
.footer-bottom a[data-back-to-top] {
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer;
}
.footer-bottom a[data-back-to-top] span { color: var(--blue-deep); font-size: 14px; }
.mobile-contact { display: none; }

/* Stronger corporate blue contrast */
.intro {
  background:
    radial-gradient(circle at 85% 6%, rgba(177, 218, 246, .48), transparent 24%),
    linear-gradient(180deg, #fff, #f5faff);
}
.intro-copy h2,
.section-heading h2,
.support-copy h2,
.company-heading h2,
.products-heading h2 {
  color: var(--blue-navy);
}
.value-card {
  background: linear-gradient(145deg, #fff, #edf6fd);
  border: 2px solid #397fae;
  box-shadow: 0 18px 44px rgba(18, 61, 96, .18);
}
.value-card::before { height: 5px; opacity: 1; background: linear-gradient(90deg, #0b5598, #26a1d0); }
.value-card:first-child {
  color: #fff;
  background: linear-gradient(145deg, #06365f, #0b5598);
  border-color: #06365f;
}
.value-card:nth-child(2) {
  color: #fff;
  background: linear-gradient(145deg, #0d65aa, #1689c5);
  border-color: #0d65aa;
}
.value-card:nth-child(3) { background: linear-gradient(145deg, #fff, #e4f1fb); }
.value-card:first-child .value-no,
.value-card:nth-child(2) .value-no { color: #b9def3; }
.value-card:first-child p,
.value-card:nth-child(2) p { color: #e0eff8; }
.value-card:first-child .value-icon,
.value-card:nth-child(2) .value-icon {
  color: #073b68;
  background: #fff;
}
.value-icon {
  color: #fff;
  background: linear-gradient(135deg, #0b5598, #1a83c1);
  box-shadow: 0 8px 20px rgba(11, 85, 152, .22);
}

.flagships {
  background:
    radial-gradient(circle at 8% 18%, rgba(134, 197, 236, .4), transparent 25%),
    radial-gradient(circle at 93% 78%, rgba(192, 213, 239, .38), transparent 24%),
    linear-gradient(135deg, #e8f4fc, #f6f9fd 58%, #eaf6fb);
}
.flagship {
  background: rgba(255,255,255,.96);
  border: 2px solid #397fae;
  box-shadow: 0 27px 70px rgba(18, 61, 96, .2);
}
.flagship-visual { border: 2px solid #4d8fbd; }
.feature-list li { border-color: #b9d0e1; }
.feature-list li:first-child { border-color: #9fbed3; }
.prime-visuals a {
  border: 2px solid #4d8fbd;
  box-shadow: 0 10px 26px rgba(18, 61, 96, .13);
}
.authenticity-notice { background: #f4f8fc; }
.authenticity-card {
  border: 2px solid #397fae;
  border-left: 6px solid #0b5598;
  box-shadow: 0 18px 45px rgba(18, 61, 96, .16);
}

.products { background: #f3f8fc; }
.category-head {
  margin-bottom: 32px;
  padding: 17px 22px;
  color: #fff;
  background: linear-gradient(90deg, #073b68, #0b5598);
  border: 0;
  border-radius: 6px 20px 6px 20px;
  box-shadow: 0 12px 28px rgba(7, 59, 104, .17);
}
.category-head span { color: #d5e9f7; }
.category-head h3::before { background: linear-gradient(180deg, #90d5f4, #7ce1cf); }
.product-card {
  border: 2px solid #3f81ad;
  border-top: 5px solid var(--blue-deep);
  box-shadow: 0 16px 38px rgba(18, 61, 96, .15);
}
.product-card:hover { border-color: #287eb9; }
.product-image { border: 2px solid #4d8fbd; }
.product-card--prime {
  border-color: #3f81ad;
  border-top-color: var(--blue-deep);
}
.product-card--prime .product-image { border-color: #4d8fbd; }
.product-card > i {
  color: #fff;
  background: var(--blue-deep);
  box-shadow: 0 6px 16px rgba(11, 85, 152, .2);
}

.support {
  color: #fff;
  background:
    radial-gradient(circle at 88% 13%, rgba(80, 169, 222, .28), transparent 28%),
    linear-gradient(135deg, #06365f, #0b4f86 55%, #0d6788);
}
.support::after {
  border-color: rgba(172, 216, 243, .28);
  box-shadow: 0 0 0 48px rgba(255,255,255,.05);
}
.support .eyebrow,
.support .section-label { color: #a9dcf5; }
.support .section-label span {
  color: #073b68;
  background: #d9effc;
  border-color: #d9effc;
}
.support-copy h2 { color: #fff; }
.support-copy h2::after { background: linear-gradient(90deg, #75c8f1, #83ddd1); }
.support-copy > p:not(.eyebrow) { color: #d3e6f3; }
.support .text-link { color: #fff; border-color: #79b9dd; }
.support .text-link span { color: #a9dcf5; }
.support-flow li {
  color: var(--ink);
  background: #fff;
  border: 2px solid #4b8cb7;
  box-shadow: 0 16px 38px rgba(1, 27, 49, .24);
}
.support-flow > li > span {
  color: #fff;
  background: var(--blue-deep);
}
.support-flow li::before { background: #78b3d7; }

.company {
  background:
    radial-gradient(circle at 4% 12%, rgba(125, 190, 232, .3), transparent 26%),
    linear-gradient(145deg, #eaf4fb, #fff 58%);
}
.company-data {
  background: #fff;
  border: 2px solid #397fae;
  box-shadow: 0 20px 50px rgba(18, 61, 96, .18);
}
.company-data dl { border-top: 2px solid #6e9fc1; }
.company-data dl > div { border-color: #b9d0e1; }
.company-map { border-color: #7faac8; }

.contact {
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(60, 153, 213, .25), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(59, 191, 174, .18), transparent 28%),
    linear-gradient(120deg, #073b68, #0b5598 58%, #0b7185);
}
.contact .eyebrow { color: #a9dcf5; }
.contact h2 { color: #fff; }
.contact-inner > p:not(.eyebrow) { color: #d4e8f5; }
.contact-actions a {
  color: var(--ink);
  background: #fff;
  border: 2px solid #4b8cb7;
  box-shadow: 0 16px 38px rgba(1, 27, 49, .25);
}
.contact-actions small { color: var(--blue-deep); }
.contact-actions span { background: var(--blue-deep); }
.contact-decor span { border-color: rgba(174, 219, 243, .3); }
.site-footer { border-top-color: #8fb5cf; }

/* Motion */
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal {
  opacity: 0; transform: translate3d(0, 34px, 0);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.motion-ready .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready .value-card:nth-child(2),
.motion-ready .product-card:nth-child(2),
.motion-ready .support-flow li:nth-child(2) { transition-delay: .08s; }
.motion-ready .value-card:nth-child(3),
.motion-ready .product-card:nth-child(3),
.motion-ready .support-flow li:nth-child(3) { transition-delay: .16s; }
.motion-ready .support-flow li:nth-child(4) { transition-delay: .24s; }

@keyframes badgeFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}
@keyframes orbitFloat {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(18px, -12px, 0) rotate(12deg); }
}
@keyframes dotFloat {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .55; }
  50% { transform: translate3d(10px, -14px, 0); opacity: 1; }
}
@keyframes scrollLine {
  0% { transform: translateX(-22px); }
  70%, 100% { transform: translateX(46px); }
}

@media (max-width: 1060px) {
  .global-nav { gap: 18px; }
  .global-nav a { font-size: 11px; }
  .hero { min-height: 710px; }
  .hero-badge { right: 28px; left: auto; }
  .flagship { padding: 46px; gap: 38px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card--wide { grid-column: span 2; }
  .support-grid { gap: 65px; }
  .company-grid { column-gap: 65px; row-gap: 30px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 62px; }
  .container { width: calc(100% - 40px); }
  .section { padding: 96px 0; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .header-inner { width: calc(100% - 36px); }
  .brand img { width: 195px; }
  .menu-button {
    position: relative; z-index: 2; width: 52px; height: 52px; padding: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    color: var(--ink); background: none; border: 0;
  }
  .menu-button__text { font: 700 8px Arial, sans-serif; letter-spacing: .14em; }
  .menu-button__icon { position: relative; width: 27px; height: 11px; order: -1; }
  .menu-button__icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: .25s; }
  .menu-button__icon i:first-child { top: 0; }
  .menu-button__icon i:last-child { bottom: 0; }
  .menu-button[aria-expanded="true"] .menu-button__icon i:first-child { top: 5px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-button__icon i:last-child { bottom: 5px; transform: rotate(-45deg); }
  .global-nav {
    position: absolute; top: 68px; right: 0; left: 0;
    width: 100vw; height: calc(100dvh - 68px); min-height: calc(100vh - 68px);
    padding: 35px 25px 90px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; transform: translateX(100%);
    box-shadow: 0 22px 45px rgba(47, 91, 127, .12);
    transition: transform .35s var(--ease);
    overflow-y: auto; overscroll-behavior: contain;
  }
  .global-nav.is-open { transform: translateX(0); }
  .global-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .global-nav a::after { display: none; }
  .nav-contact { margin-top: 18px; justify-content: center; border-radius: 7px; }
  .hero { margin-top: 68px; min-height: 720px; }
  .hero-image { object-position: 60% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.88) 48%, rgba(255,255,255,.1) 78%),
      linear-gradient(0deg, rgba(239,247,253,.4), transparent 35%);
  }
  .hero-inner { width: calc(100% - 40px); }
  .hero-copy { width: min(100%, 610px); }
  .hero h1 { font-size: 50px; }
  .hero-badge { right: 28px; left: auto; bottom: 40px; }
  .trust-strip__track { grid-template-columns: repeat(2, 1fr); }
  .trust-strip p:first-child, .trust-strip p:nth-child(2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .section-heading { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy,
  .intro-copy > p,
  .section-heading > div,
  .flagship-copy,
  .flagship-copy > p,
  .products-heading > *,
  .support-copy,
  .support-copy > p,
  .company-heading,
  .company-heading > p,
  .authenticity-copy,
  .authenticity-copy > * {
    width: 100%;
    max-width: none;
  }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 235px; }
  .flagships { padding-bottom: 32px; }
  .flagship, .flagship--prime { grid-template-columns: 1fr; }
  .flagship-visual { order: -1; height: 390px; }
  .prime-visuals { max-width: 620px; }
  .authenticity-notice { padding: 14px 0; }
  .authenticity-card { padding: 34px; }
  .products { padding-top: 40px; }
  .products-heading { grid-template-columns: 1fr; gap: 30px; }
  .contact-actions { width: min(100%, 620px); grid-template-columns: 1fr; }
  .support-grid, .company-grid { grid-template-columns: 1fr; }
  .company-social__links { grid-template-columns: 1fr; }
  .footer-main { flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .container { width: calc(100% - 32px); }
  .hero {
    min-height: 0;
    padding-bottom: 440px;
    display: block;
    background: #eef7fd;
  }
  .hero-image {
    inset: auto 0 0;
    width: 100%; height: 440px;
    object-position: 72% center;
    transform: none;
  }
  .hero-overlay {
    inset: auto 0 0;
    height: 440px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(7,59,104,.18));
  }
  .hero-decor { display: none; }
  .hero-inner { width: 100%; padding-top: 24px; }
  .hero-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 24px 20px;
    border: 2px solid #397fae;
    border-left: 4px solid var(--blue-deep);
    border-radius: 6px 22px 6px 22px;
    box-shadow: 0 16px 38px rgba(9,54,91,.14);
  }
  .hero h1 {
    width: 100%; max-width: none;
    font-size: clamp(26px, 8vw, 30px); line-height: 1.42;
    text-wrap: wrap; word-break: keep-all; overflow-wrap: normal;
  }
  .hero h1 em { display: block; }
  .hero-lead { margin: 22px 0 28px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-badge { right: 16px; left: auto; bottom: 16px; min-width: 184px; padding: 12px 16px; }
  .hero-badge strong { font-size: 20px; }
  .hero-scroll, .orbit--b, .ice-dot { display: none; }
  .trust-strip p { padding: 18px 15px; }
  .trust-strip strong { font-size: 17px; }
  .trust-strip span { font-size: 9px; line-height: 1.55; }
  .intro-copy h2, .section-heading h2, .support-copy h2, .company-heading h2 { font-size: 32px; }
  .intro-lead { font-size: 17px; }
  .value-grid { margin-top: 55px; }
  .value-card { min-height: 225px; padding: 27px; }
  .flagships::before { top: 80px; }
  .section-heading { margin-bottom: 48px; }
  .flagship { min-height: 0; padding: 18px; border-radius: 27px 6px 27px 6px; }
  .flagship-copy { padding: 14px 5px 18px; }
  .flagship h3 { font-size: 40px; }
  .flagship-visual { height: 275px; }
  .feature-list li { font-size: 12px; }
  .prime-visuals { grid-template-columns: 1fr; }
  .prime-timeline strong { font-size: 11px; }
  .prime-timeline small { font-size: 8px; }
  .authenticity-notice { padding: 12px 0; }
  .authenticity-notice .container { width: calc(100% - 32px); }
  .authenticity-card {
    width: 100%; max-width: 100%; padding: 22px 14px;
    border: 2px solid #397fae;
    border-left: 4px solid #0b5598;
    border-radius: 18px 5px 18px 5px;
  }
  .authenticity-copy h2 {
    width: 100%; max-width: none;
    font-size: clamp(19px, 5.5vw, 22px);
    text-wrap: wrap; word-break: normal; overflow-wrap: anywhere;
  }
  .authenticity-copy p {
    width: 100%; max-width: none;
    font-size: 13px; line-height: 1.95;
    text-wrap: wrap; word-break: normal; overflow-wrap: anywhere;
  }
  .products-heading { margin-bottom: 54px; }
  .products-heading h2 { font-size: 40px; }
  .category-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .category-head h3 { font-size: 23px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card--wide { grid-column: auto; }
  .product-card { min-height: 335px; }
  .product-image, .product-card--wide .product-image {
    width: 100%; height: auto; aspect-ratio: 1 / 1;
  }
  .new-product-art { height: 210px; }
  .product-image img,
  .product-card--wide .product-image img,
  .product-card--prime .product-image img,
  .product-card--photo .product-image img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    padding: 0;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: normal;
  }
  .product-card--cavicryo2 .product-image img { object-position: center; }
  .product-info { padding-top: 16px; }
  .support-flow li { min-height: 120px; padding: 22px 18px; grid-template-columns: 44px 1fr; gap: 18px; }
  .support-flow > li > span { width: 42px; height: 42px; }
  .support-flow li::before { left: 39px; }
  .company-data { padding: 25px 20px; }
  .company-data dl > div { grid-template-columns: 82px 1fr; gap: 14px; padding: 18px 0; }
  .company-social { padding: 23px 18px; }
  .company-social__heading { margin-bottom: 18px; display: block; }
  .company-social__heading .eyebrow { margin-bottom: 8px; }
  .company-social__heading h3 { font-size: 23px; }
  .company-social__links > a {
    min-height: 105px;
    padding: 17px 15px;
    grid-template-columns: 52px minmax(0, 1fr) 22px;
    gap: 13px;
  }
  .company-social__icon { width: 50px; height: 50px; border-radius: 13px; }
  .company-social__copy strong { font-size: 16px; }
  .contact { padding: 88px 0; }
  .contact h2 { font-size: 29px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions strong { font-size: 20px; }
  .footer-main { padding-bottom: 40px; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 13px 30px; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .mobile-contact {
    position: fixed; z-index: 90; inset: auto 0 0; height: 62px;
    display: grid; grid-template-columns: .85fr 1.15fr;
    background: rgba(255,255,255,.95); box-shadow: 0 -8px 25px rgba(0,25,50,.1);
    backdrop-filter: blur(14px);
  }
  .mobile-contact a { display: grid; place-items: center; font-size: 13px; font-weight: 700; }
  .mobile-contact a:last-child { color: #fff; background: linear-gradient(135deg, var(--blue), #6ac5d0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .hero-image { transform: none; }
}

/* White typography on corporate-blue surfaces */
.trust-strip,
.trust-strip strong,
.support-copy h2,
.support .text-link,
.contact h2 { color: #fff; }
.trust-strip span,
.support-copy > p:not(.eyebrow),
.contact-inner > p:not(.eyebrow) { color: #d5e9f7; }
