/* SmartBooth website prototype
   Design style: clean modern blue/white layout based on the selected second mockup.
   Brand palette from supplied client text: navy #1A2342, gold #C9A55A, cream #FAF8F3. */

:root {
  --navy: #1A2342;
  --navy-dark: #0d1630;
  --blue: #0E4DA4;
  --blue-soft: #ECF4FF;
  --gold: #C9A55A;
  --gold-soft: #FFF5D8;
  --accent: #B8D900;
  --cream: #FAF8F3;
  --white: #fff;
  --text: #17213d;
  --muted: #69748a;
  --line: #E4EAF3;
  --shadow: 0 18px 45px rgba(26, 35, 66, .10);
  --shadow-soft: 0 10px 28px rgba(26, 35, 66, .07);
  --radius-xl: 12px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 6px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id], #download, #contact {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Noto Sans JP", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body.intro-active { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
*:focus-visible {
  outline: 3px solid rgba(14, 77, 164, .34);
  outline-offset: 3px;
}
h1, h2, h3, .brand strong, .intro-splash-content strong {
  letter-spacing: 0;
}

/* Opening splash */
.intro-splash {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy-dark);
  opacity: 1;
  visibility: visible;
  transition: opacity .65s ease, visibility .65s ease;
}
.intro-splash::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  background: url("assets/images/hero-booth-angle.webp") center / cover no-repeat;
  filter: blur(26px);
  transform: scale(1.04);
  opacity: .92;
}
.intro-splash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8,16,35,.22), rgba(8,16,35,.68));
}
.intro-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-splash-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  animation: intro-image-zoom 2.9s ease-out both;
}
.intro-splash-content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0,0,0,.38);
}
.intro-logo-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 16px;
  background: rgba(13,22,48,.55);
  backdrop-filter: blur(8px);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}
.intro-splash-content strong {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1;
  letter-spacing: 0;
}
.intro-splash-content small {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .16em;
}
.intro-progress {
  width: 180px;
  height: 2px;
  margin-top: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.32);
}
.intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: left;
  animation: intro-progress 2.6s linear both;
}
.intro-skip {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  min-width: 88px;
  min-height: 40px;
  padding: 0 16px;
  color: #fff;
  background: rgba(8,16,35,.52);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}
@keyframes intro-image-zoom {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}
@keyframes intro-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section { padding: 88px 0; }

.section-soft {
  background:
    radial-gradient(circle at 10% 0%, rgba(14,77,164,.10), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(201,165,90,.14), transparent 28%),
    linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 70%);
}

.section-heading { margin-bottom: 34px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 1.05;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.24;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 10px;
  color: var(--navy);
  line-height: 1.35;
}
p { color: var(--muted); }

.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: .01em;
  transition: .2s ease;
  white-space: nowrap;
}
.primary-button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: 0 14px 30px rgba(14, 77, 164, .26);
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(14, 77, 164, .30); }
.secondary-button {
  color: var(--navy);
  background: rgba(255,255,255,.88);
  border-color: rgba(26,35,66,.16);
}
.secondary-button:hover { transform: translateY(-2px); border-color: var(--blue); color: var(--blue); }
.small { min-height: 42px; padding: 0 18px; font-size: 14px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26,35,66,.08);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-inner.container { width: min(1240px, calc(100% - 32px)); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--blue));
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: var(--shadow-soft);
}
.brand strong {
  display: block;
  color: var(--blue);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
}
.brand small {
  display: block;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.global-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--navy);
  font-weight: 800;
}
.global-nav a {
  min-width: 78px;
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 9px 8px;
  border-radius: 14px;
  line-height: 1.2;
  opacity: .9;
  transition: .15s ease;
  text-align: center;
}
.global-nav a:hover {
  opacity: 1;
  color: var(--blue);
  background: var(--blue-soft);
}
.global-nav a[aria-current="page"] {
  color: var(--blue);
  background: var(--blue-soft);
  opacity: 1;
}
.global-nav a[aria-current="page"] .nav-en { color: var(--blue); }
.nav-contact-mobile { display: none !important; }
.nav-ja {
  font-size: 12px;
  letter-spacing: .01em;
  white-space: nowrap;
}
.nav-en {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.global-nav a:hover .nav-en { color: var(--blue); }
html[lang="en"] .nav-en,
html[lang="zh-CN"] .nav-en {
  display: none;
}
html[lang="en"] .global-nav a,
html[lang="zh-CN"] .global-nav a {
  align-content: center;
  min-width: 88px;
}
.language-switcher {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(26,35,66,.10);
  border-radius: 999px;
  background: #F3F6FA;
}
.language-switcher button {
  min-width: 36px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  transition: .16s ease;
}
.language-switcher button:hover {
  color: var(--blue);
  background: rgba(14,77,164,.08);
}
.language-switcher button.is-active {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(26,35,66,.18);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.header-actions .small {
  min-height: 48px;
  flex-direction: column;
  gap: 2px;
  padding: 6px 16px;
  line-height: 1.1;
}
.header-actions .small small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  opacity: .72;
  text-transform: uppercase;
}
.menu-toggle {
  display: none;
  position: relative;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 0;
}
.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--navy);
  margin: 0;
  border-radius: 999px;
  transition: .2s ease;
}
.menu-toggle span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle span:nth-child(2) { transform: translateY(-1px); }
.menu-toggle span:nth-child(3) { transform: translateY(5px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(-1px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-1px) rotate(-45deg); }

/* Hero */
.hero { padding: 78px 0 70px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 48px;
  align-items: center;
}
.hero-lead {
  color: var(--navy);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.7;
}
.hero-text {
  max-width: 650px;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 10px;
}
.trust-row div {
  min-width: 126px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(26,35,66,.05);
}
.trust-row strong {
  display: block;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.2;
}
.trust-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-visual { position: relative; min-height: 560px; }
.booth {
  position: relative;
  height: 560px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(14,77,164,.14), transparent 24%),
    linear-gradient(180deg, #F6FAFF 0%, #FFFFFF 64%, #EAF1FB 100%);
  box-shadow: var(--shadow);
}
.booth:before {
  content: "";
  position: absolute;
  inset: 38px 30px auto;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(26,35,66,.12), transparent 72%);
}
.booth-wall {
  position: absolute;
  top: 110px;
  height: 306px;
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(26,35,66,.18);
  overflow: hidden;
}
.main-wall {
  left: 74px;
  width: 272px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 38%),
    linear-gradient(135deg, #0C2D69, var(--blue));
  color: #fff;
  padding: 72px 32px;
}
.main-wall:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 58%, rgba(255,255,255,.12) 58.5%, transparent 59.5%);
}
.lights {
  position: absolute;
  top: 18px;
  left: 40px;
  width: 48px;
  height: 10px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 78px 0 0 #fff, 156px 0 0 #fff;
  opacity: .92;
}
.wall-copy { position: relative; z-index: 2; }
.wall-copy strong { display: block; font-size: 28px; line-height: 1.1; }
.wall-copy span { color: #dbe8ff; font-weight: 800; }
.monitor {
  position: absolute;
  left: 52px;
  bottom: 70px;
  width: 130px;
  height: 78px;
  background: #07101f;
  border: 8px solid #edf4ff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.side-wall {
  right: 62px;
  width: 280px;
  background: linear-gradient(135deg, #fff, #DCE9FB);
  color: var(--navy);
  padding: 36px 30px;
}
.skyline {
  height: 98px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.5)),
    linear-gradient(135deg, #123B7A, #5C8ED8);
  margin-bottom: 18px;
}
.side-wall ul {
  margin: 0;
  padding-left: 18px;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}
.counter {
  position: absolute;
  left: 263px;
  bottom: 78px;
  width: 190px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 900;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #fff, #EBF2FB);
  border: 1px solid rgba(26,35,66,.10);
  box-shadow: 0 22px 40px rgba(26,35,66,.18);
}
.counter:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -10px;
  right: -10px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.stand {
  position: absolute;
  left: 42px;
  bottom: 82px;
  width: 58px;
  height: 148px;
  border-left: 4px solid #9CA9BA;
  border-right: 4px solid #9CA9BA;
}
.stand:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 34px;
  height: 24px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 36px 0 #fff, 0 72px 0 #fff;
  border: 1px solid #D7E0ED;
}
.cost-badge {
  position: absolute;
  right: 28px;
  top: 34px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 18px 35px rgba(201,165,90,.32);
}

/* Problem / solution */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.problem-card, .category-card, .product-card, .compare-card, .reason-grid article, .plan-card, .case-card, .flow-grid article, .cta-panel, .quote-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.problem-card {
  min-height: 188px;
  padding: 24px;
}
.line-icon, .reason-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: var(--blue-soft);
  border: 1px solid rgba(14,77,164,.12);
  position: relative;
}
.line-icon:before, .line-icon:after, .reason-icon:before, .reason-icon:after {
  content: "";
  position: absolute;
}
.coin:before {
  inset: 11px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}
.coin:after {
  content: "¥";
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 900;
}
.calendar:before {
  left: 11px; right: 11px; top: 14px; bottom: 10px;
  border: 3px solid var(--blue);
  border-radius: 6px;
}
.banner:before {
  left: 13px; right: 13px; top: 10px; bottom: 10px;
  border: 3px solid var(--blue);
  border-radius: 4px;
}
.question:before {
  content: "?";
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 900;
  font-size: 28px;
}
.solution-panel {
  margin-top: 34px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #F7FAFF, #FFFFFF);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.solution-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}

/* Lineup */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.category-card { padding: 20px; }
.category-card span { color: var(--muted); font-size: 15px; }
.category-card a { color: var(--blue); font-weight: 900; }
.product-spec {
  display: grid;
  gap: 7px;
  padding: 12px;
  margin: 14px 0 16px;
  background: #f4f7fa;
  border-radius: 6px;
}
.product-spec div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 8px;
}
.product-spec dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.product-spec dd {
  margin: 0;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
}
.spec-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.category-visual, .product-image, .case-visual {
  position: relative;
  height: 174px;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 26%, rgba(201,165,90,.22), transparent 24%),
    linear-gradient(135deg, #F4F8FF, #FFFFFF 55%, #DDE9F9);
}
.category-photo {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 6px;
  object-fit: contain;
  object-position: center;
  background: #e5e7e9;
}
.category-visual:before, .product-image:before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 24px;
  height: 92px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0C2D69, var(--blue));
  box-shadow: 0 16px 28px rgba(26,35,66,.17);
}
.category-visual:after, .product-image:after {
  content: "SmartBooth";
  position: absolute;
  left: 29%;
  top: 48%;
  color: #fff;
  font-weight: 900;
}
.visual-counter:before {
  left: 28%;
  right: 28%;
  height: 72px;
  background: linear-gradient(180deg, #fff, #E8F0FA);
}
.visual-counter:after {
  content: "受付台";
  left: 42%;
  color: var(--blue);
}
.visual-set:before {
  left: 8%;
  right: 8%;
  height: 105px;
}
.lineup-layout {
  margin-top: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  gap: 24px;
  align-items: start;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.product-card {
  padding: 18px;
}
.product-image {
  height: 154px;
}
.product-image.entry:before {
  left: 22%;
  right: 22%;
  background: linear-gradient(135deg, #E8F1FF, var(--blue));
}
.product-image.highclass:before {
  left: 10%;
  right: 10%;
  background: linear-gradient(135deg, var(--navy), #2459A2);
}
.product-card strong {
  display: block;
  color: var(--blue);
  font-size: 31px;
  line-height: 1.1;
}
.product-card strong span {
  color: var(--muted);
  font-size: 14px;
}
.product-card small {
  display: block;
  color: var(--muted);
  margin-top: 8px;
}
.compare-card { padding: 26px; }
.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.compare-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.compare-row:last-child { border-bottom: 0; }
.compare-row > * {
  margin: 0;
  padding: 13px 12px;
  border-right: 1px solid var(--line);
  font-size: 14px;
}
.compare-row > *:last-child { border-right: 0; }
.compare-row.head {
  color: #fff;
  background: var(--navy);
}
.compare-row.head b:last-child {
  background: var(--gold);
}
.compare-row p:last-child {
  color: var(--blue);
  font-weight: 900;
  background: var(--gold-soft);
}

/* Reasons */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.reason-grid article {
  text-align: center;
  padding: 28px 18px;
}
.reason-icon { margin-left: auto; margin-right: auto; }
.asset:before { inset: 12px; border: 3px solid var(--blue); border-radius: 10px; }
.asset:after { content:"¥"; inset:0; display:grid; place-items:center; color:var(--blue); font-weight:900; }
.diamond:before { inset: 12px; border: 3px solid var(--blue); transform: rotate(45deg); border-radius: 4px; }
.time:before { inset: 11px; border: 3px solid var(--blue); border-radius: 50%; }
.time:after { width: 13px; height: 3px; background: var(--blue); left: 22px; top: 23px; transform: rotate(-45deg); transform-origin: left center; }
.shield:before { left: 12px; top: 8px; width: 22px; height: 30px; border: 3px solid var(--blue); border-radius: 14px 14px 18px 18px; }
.check:before { left: 13px; top: 9px; width: 20px; height: 28px; border: 3px solid var(--blue); border-radius: 5px; }
.check:after { width: 16px; height: 8px; border-left: 3px solid var(--gold); border-bottom: 3px solid var(--gold); transform: rotate(-45deg); right: 7px; bottom: 13px; }

/* Plans */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.plan-card {
  position: relative;
  padding: 34px;
  display: flex;
  flex-direction: column;
  min-height: 455px;
}
.plan-card.featured {
  border: 2px solid rgba(201,165,90,.72);
  transform: translateY(-12px);
  background:
    radial-gradient(circle at 90% 0%, rgba(201,165,90,.20), transparent 30%),
    #fff;
}
.plan-card .tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
  font-size: 13px;
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.plan-card li {
  margin: 8px 0;
  padding-left: 24px;
  position: relative;
  color: var(--navy);
  font-weight: 800;
}
.plan-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}
.plan-card strong {
  margin-top: auto;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 28px;
}
.plan-card strong span { color: var(--muted); font-size: 15px; }

/* Cases */
.cases { background: #fff; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.case-card { overflow: hidden; }
.case-visual {
  height: 214px;
  margin-bottom: 18px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.case-visual:before {
  content: "";
  position: absolute;
  inset: 28px 12% 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: 0 16px 28px rgba(26,35,66,.18);
}
.case-visual:after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 58%;
  background: linear-gradient(0deg, rgba(26,35,66,.30), transparent);
}
.case-visual.festival { background: linear-gradient(135deg, #FFF6DD, #FFFFFF 55%, #E7F0FF); }
.case-visual.festival:before { background: linear-gradient(135deg, #DBA545, #FFF0BD); }
.case-visual.popup { background: linear-gradient(135deg, #F9F3EA, #FFFFFF 55%, #DDE9F9); }
.case-visual.popup:before { background: linear-gradient(135deg, #EEE5D4, #183B78); }
.case-card span {
  display: inline-flex;
  margin: 0 24px 6px;
  padding: 4px 10px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}
.case-card h3, .case-card p { padding-left: 24px; padding-right: 24px; }
.case-card p { padding-bottom: 24px; }

/* Flow */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.flow-grid article {
  position: relative;
  padding: 26px 18px;
}
.flow-grid article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 42%;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}
.flow-grid b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 30px;
  align-items: start;
}
.faq-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--navy);
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
  text-align: left;
}
.faq-question i { color: var(--blue); font-style: normal; }
.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.faq-answer.open { display: block; }
.cta-panel {
  padding: 36px;
  background:
    radial-gradient(circle at 92% 8%, rgba(201,165,90,.2), transparent 30%),
    linear-gradient(135deg, #F6FAFF, #FFFFFF);
}

/* Contact */
.contact-section {
  background: var(--cream);
}
.contact-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: start;
}
.contact-info {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}
.contact-info p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
}
.contact-info strong {
  display: inline-block;
  min-width: 84px;
  color: var(--navy);
}
.quote-form {
  padding: 28px;
  display: grid;
  gap: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(14,77,164,.10);
}
.submit-button {
  width: 100%;
  border: 0;
}
.form-message {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
}

/* Footer */
.site-footer {
  padding: 58px 0 26px;
  color: #fff;
  background: var(--navy-dark);
}
.site-footer .brand strong { color: #fff; }
.site-footer .brand small { color: rgba(255,255,255,.72); }
.site-footer p, .site-footer a { color: rgba(255,255,255,.70); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}
.site-footer h3 {
  margin-bottom: 8px;
  color: #fff;
}
.footer-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-bottom small, .footer-bottom a { color: rgba(255,255,255,.55); }
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-weight: 900;
  transition: .2s ease;
}
.back-to-top:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

/* Multi-page layout */
.page-hero {
  padding: 72px 0 62px;
  background: #f7f9fc;
  border-bottom: 1px solid var(--line);
}
.page-hero-copy {
  max-width: 820px;
}
.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 68px);
}
.page-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--navy);
  font-size: 19px;
  font-weight: 700;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.breadcrumb a { color: var(--blue); }
.section-intro {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.icon-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.icon-card {
  min-height: 220px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.icon-badge {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-bottom: 18px;
  padding: 0;
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px solid #d9e7fb;
  border-radius: 8px;
  line-height: 0;
  overflow: hidden;
}
.icon-badge.gold {
  color: #8a681f;
  background: var(--gold-soft);
  border-color: #f0dfad;
}
.ui-icon {
  width: 26px;
  height: 26px;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  object-fit: contain;
  object-position: center;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.icon-card p { margin-bottom: 0; }
.reason-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.reason-item {
  padding: 24px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.reason-item .icon-badge { margin-left: auto; margin-right: auto; }
.reason-item p { margin-bottom: 0; font-size: 14px; }
.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.flow-step {
  position: relative;
  padding: 24px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -13px;
  width: 13px;
  border-top: 1px solid var(--gold);
}
.step-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.step-label .icon-badge { margin-bottom: 0; }
.step-number {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.flow-step p { margin-bottom: 0; font-size: 14px; }
.case-placeholder {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  background: #f2f5f9;
  border-bottom: 1px solid var(--line);
}
.case-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.case-placeholder-inner {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
}
.case-placeholder .ui-icon {
  width: 34px;
  height: 34px;
  color: var(--blue);
}
.case-placeholder small {
  font-weight: 800;
  letter-spacing: .04em;
}
.home-case-note {
  margin: 24px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}
.content-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 28px 32px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
}
.content-cta h2 { margin-bottom: 6px; color: #fff; font-size: 26px; }
.content-cta p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.content-cta .primary-button {
  background: #fff;
  color: var(--navy);
  box-shadow: none;
}

/* Homepage first view */
.hero-photo {
  position: relative;
  min-height: calc(100svh - 86px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}
.hero-photo-media,
.hero-photo-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-photo-picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-photo-media {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
}
.hero-photo-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 16, 35, .88) 0%, rgba(8, 16, 35, .58) 48%, rgba(8, 16, 35, .08) 78%),
    linear-gradient(0deg, rgba(8, 16, 35, .52) 0%, transparent 46%);
}
.hero-photo-content {
  position: relative;
  z-index: 1;
  padding-top: 104px;
  padding-bottom: 72px;
  color: #fff;
}
.hero-photo-content h1 {
  max-width: 700px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
}
.hero-photo-content .eyebrow { color: #d8f052; }
.hero-photo-content .hero-lead {
  max-width: 660px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 700;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}
.hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 12px;
  color: var(--navy);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}
.hero-tags img { width: 20px; height: 20px; object-fit: contain; }
.hero-actions-three { align-items: center; flex-wrap: wrap; gap: 10px; }
.hero-photo .secondary-button {
  color: #fff;
  background: rgba(8, 16, 35, .35);
  border-color: rgba(255,255,255,.7);
}
.hero-photo .secondary-button:hover { background: rgba(8, 16, 35, .62); }
.text-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-microcopy {
  margin: 10px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 12px;
}

/* Proof, cost and ESG */
.field-proof { background: #fff; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.proof-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.proof-panel h3 { margin-bottom: 10px; font-size: 25px; }
.proof-panel > small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}
.proof-panel .secondary-button { align-self: flex-start; margin-top: 18px; }
.assembly-demo {
  margin-top: auto;
  padding: 14px;
  overflow: hidden;
  background: #f5f7fa;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.assembly-stage {
  position: relative;
  height: 210px;
  overflow: hidden;
  background:
    linear-gradient(155deg, #fbfcfd 0 58%, #e1e6ec 58.5% 100%);
  border-radius: 4px;
  perspective: 700px;
}
.assembly-stage::before {
  content: "";
  position: absolute;
  inset: 59% 7% auto;
  height: 1px;
  background: #c8d0da;
  box-shadow: 0 26px 0 #d3d9e0, 0 52px 0 #d3d9e0;
  transform: rotate(-6deg);
}
.assembly-frame,
.assembly-fabric {
  position: absolute;
  bottom: 26px;
  display: block;
  transform-style: preserve-3d;
}
.assembly-frame {
  z-index: 1;
  height: 132px;
  border: 4px solid #aeb6bd;
  border-radius: 12px 12px 1px 1px;
  background:
    linear-gradient(90deg, transparent 49%, #aeb6bd 49% 51%, transparent 51%);
  box-shadow:
    inset 0 0 0 1px #f8fafc,
    0 8px 14px rgba(11, 26, 52, .12);
  transform-origin: bottom center;
}
.assembly-frame::before,
.assembly-frame::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 24px;
  height: 4px;
  background: #8f989f;
  border-radius: 99px;
}
.assembly-frame::before { left: -10px; }
.assembly-frame::after { right: -10px; }
.assembly-frame i {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 3px;
  background: #b7bec4;
  box-shadow: 0 4px 0 rgba(255, 255, 255, .8);
}
.assembly-frame-back {
  left: 25%;
  width: 53%;
  animation: assembly-frame-back 10s ease-in-out infinite;
}
.assembly-frame-side {
  left: 11%;
  width: 28%;
  transform-origin: right bottom;
  animation: assembly-frame-side 10s ease-in-out infinite;
}
.assembly-fabric {
  z-index: 2;
  height: 136px;
  overflow: hidden;
  background:
    linear-gradient(151deg, transparent 0 56%, rgba(184,217,0,.96) 57% 77%, transparent 78%),
    linear-gradient(180deg, #fff 0 68%, #f3f5f7 100%);
  border: 1px solid #d7dce1;
  border-radius: 13px 13px 3px 3px;
  box-shadow:
    inset 0 0 10px rgba(73, 84, 94, .1),
    0 12px 24px rgba(11, 26, 52, .14);
  transform-origin: top center;
}
.assembly-fabric::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(78, 89, 99, .08) 4px);
}
.assembly-fabric-back {
  left: 24%;
  width: 55%;
  animation: assembly-fabric-back 10s ease-in-out infinite;
}
.assembly-fabric-side {
  left: 10%;
  width: 30%;
  transform-origin: right top;
  animation: assembly-fabric-side 10s ease-in-out infinite;
}
.assembly-counter-lift {
  position: absolute;
  z-index: 3;
  right: 16%;
  bottom: 18px;
  width: 82px;
  height: 66px;
  background:
    linear-gradient(175deg, rgba(255,255,255,.18), transparent 38%),
    var(--accent);
  border: 2px solid #8ca300;
  border-radius: 10px 10px 7px 7px;
  clip-path: polygon(0 0, 100% 0, 91% 48%, 97% 100%, 3% 100%, 9% 48%);
  box-shadow: 0 10px 18px rgba(66, 80, 0, .16);
  transform-origin: bottom center;
  animation: assembly-counter-lift 10s ease-in-out infinite;
}
.assembly-counter-lift::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  height: 8px;
  background: #fff;
  border: 1px solid #cbd1d7;
  border-radius: 50%;
}
.assembly-counter-lift i {
  position: absolute;
  inset: 25px 18px 10px;
  border-top: 1px solid rgba(20, 35, 40, .42);
  border-bottom: 1px solid rgba(20, 35, 40, .32);
}
.assembly-finish {
  position: absolute;
  right: 10px;
  top: 10px;
  display: grid;
  padding: 8px 11px;
  color: #fff;
  background: var(--navy);
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  animation: assembly-finish 10s ease-in-out infinite;
}
.assembly-finish strong { font-size: 20px; line-height: 1; }
.assembly-finish small { margin-top: 3px; font-size: 9px; font-weight: 800; }
.assembly-progress {
  height: 6px;
  margin: 12px 0 10px;
  overflow: hidden;
  background: #dce2e9;
  border-radius: 99px;
}
.assembly-progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  transform-origin: left center;
  animation: assembly-progress 10s linear infinite;
}
.assembly-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.assembly-timeline li { min-width: 0; }
.assembly-timeline b,
.assembly-timeline span { display: block; }
.assembly-timeline b { color: var(--blue); font-size: 11px; }
.assembly-timeline span { color: var(--muted); font-size: 9px; line-height: 1.35; }
.setup-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.setup-proof-tags span {
  padding: 5px 8px;
  color: var(--navy);
  background: #eef4ff;
  border: 1px solid #d6e2f4;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
}
@keyframes assembly-frame-back {
  0%, 10% { opacity: 0; transform: translateY(112px) scaleY(.08); }
  28%, 86% { opacity: 1; transform: translateY(0) scaleY(1); }
  94%, 100% { opacity: 0; transform: translateY(0) scaleY(1); }
}
@keyframes assembly-frame-side {
  0%, 20% { opacity: 0; transform: translateY(96px) rotateY(72deg) scaleY(.08); }
  38%, 86% { opacity: 1; transform: translateY(0) rotateY(-38deg) scaleY(1); }
  94%, 100% { opacity: 0; transform: translateY(0) rotateY(-38deg) scaleY(1); }
}
@keyframes assembly-fabric-back {
  0%, 38% { opacity: 0; transform: translateY(-142px) scaleY(.12); }
  58%, 94% { opacity: 1; transform: translateY(0) scaleY(1); }
  100% { opacity: 0; transform: translateY(0) scaleY(1); }
}
@keyframes assembly-fabric-side {
  0%, 48% { opacity: 0; transform: translateY(-142px) rotateY(55deg) scaleY(.12); }
  66%, 94% { opacity: 1; transform: translateY(0) rotateY(-38deg) scaleY(1); }
  100% { opacity: 0; transform: translateY(0) rotateY(-38deg) scaleY(1); }
}
@keyframes assembly-counter-lift {
  0%, 64% { opacity: 0; transform: translateY(12px) scaleY(.12); }
  80%, 94% { opacity: 1; transform: translateY(0) scaleY(1); }
  100% { opacity: 0; transform: translateY(0) scaleY(1); }
}
@keyframes assembly-finish {
  0%, 79% { opacity: 0; transform: scale(.82); }
  86%, 94% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; }
}
@keyframes assembly-progress {
  0% { transform: scaleX(0); }
  92% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}
.cost-chart {
  position: relative;
  height: 250px;
  margin-top: auto;
  padding: 20px 12px 30px 50px;
  background:
    repeating-linear-gradient(to top, transparent 0 55px, #e8edf2 56px 57px),
    #f8fafc;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.cost-chart-y {
  position: absolute;
  left: 10px;
  top: 18px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.cost-chart-groups {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 12px;
}
.cost-chart-groups > div {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.cost-chart-groups > div > i {
  width: min(24px, 30%);
  height: var(--height);
  display: block;
  border-radius: 3px 3px 0 0;
}
.cost-chart-groups > div > span {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}
.cost-chart i.rental, .cost-legend i.rental { background: #a7b1bf; }
.cost-chart i.owned, .cost-legend i.owned { background: var(--blue); }
.cost-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 800;
}
.cost-legend span { display: inline-flex; align-items: center; gap: 6px; }
.cost-legend i { width: 10px; height: 10px; border-radius: 2px; }
.esg-section { background: #eef4e6; }
.esg-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
  align-items: center;
  gap: 64px;
}
.esg-layout h2 { max-width: 540px; }
.esg-layout .secondary-button { margin-top: 14px; }
.esg-cycle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.esg-cycle > b { color: var(--muted); font-size: 13px; }
.waste-cycle, .reuse-cycle {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
}
.waste-cycle { background: rgba(255,255,255,.55); border: 1px dashed #aab4a1; }
.reuse-cycle {
  background: #fff;
  border: 2px solid #9dbb00;
  box-shadow: 0 12px 28px rgba(65, 84, 0, .1);
}
.waste-cycle span, .reuse-cycle span {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}
.waste-cycle span { color: var(--muted); background: #e8ece6; }
.reuse-cycle span { color: var(--navy); background: #edf6be; }
.simulator-cta-band { padding: 44px 0; color: #fff; background: var(--navy); }
.simulator-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.simulator-cta-content h2 { margin-bottom: 6px; color: #fff; }
.simulator-cta-content p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.simulator-cta-content .eyebrow { color: #d8f052; }

/* 3D simulator */
.simulator-heading { padding: 30px 0 26px; background: #fff; }
.simulator-heading h1 {
  max-width: 920px;
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 48px);
}
.simulator-heading .container > p:last-of-type { max-width: 760px; margin-bottom: 0; }
.simulator-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.simulator-feature-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  color: var(--navy);
  background: #f3f6f9;
  border: 1px solid #dce3ea;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}
.simulator-workspace {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: start;
  min-height: 720px;
  background: #e7eaed;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.simulator-controls {
  z-index: 2;
  padding: 26px 24px 30px;
  background: #fff;
  border-right: 1px solid var(--line);
  box-shadow: 12px 0 34px rgba(18, 31, 54, .055);
}
.simulator-control-group {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.simulator-control-group h2 { margin-bottom: 10px; font-size: 14px; }
.sim-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.sim-segmented-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sim-segmented button {
  min-height: 48px;
  padding: 7px;
  color: var(--muted);
  background: #f4f6f8;
  border: 1px solid var(--line);
  border-radius: 5px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.sim-segmented button small { font-size: 10px; font-weight: 700; }
.sim-segmented button.is-active {
  color: var(--blue);
  background: #edf4ff;
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}
.sim-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.sim-swatches button {
  width: 38px;
  height: 38px;
  position: relative;
  padding: 0;
  background: var(--swatch);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bdc5cf;
  cursor: pointer;
}
.sim-swatches button.is-active { box-shadow: 0 0 0 3px var(--navy); }
.sim-selected-color {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.sim-selected-color span { color: var(--navy); }
.sim-wall-uploads {
  display: grid;
  gap: 10px;
}
.sim-wall-upload {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}
.sim-upload {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  color: var(--blue);
  background: #edf4ff;
  border: 1px dashed #7da5d6;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.sim-upload small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}
.sim-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.sim-upload-status {
  margin-top: 9px;
  overflow: hidden;
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sim-remove-artwork {
  padding: 5px 0;
  margin-top: 3px;
  color: #a03c3c;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.sim-artwork-options {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}
.sim-artwork-options > span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.sim-artwork-options .sim-segmented button {
  min-height: 36px;
  font-size: 10px;
}
.sim-privacy-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
.sim-toggle {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.sim-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.sim-toggle i {
  width: 42px;
  height: 24px;
  position: relative;
  flex: 0 0 auto;
  background: #c9d0d8;
  border-radius: 99px;
  transition: background .2s ease;
}
.sim-toggle i::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.18);
  transition: transform .2s ease;
}
.sim-toggle input:checked + i { background: var(--blue); }
.sim-toggle input:checked + i::after { transform: translateX(18px); }
.simulator-summary { padding: 16px; margin-bottom: 16px; background: #f3f6f9; border-radius: 6px; }
.simulator-summary small, .simulator-summary span, .simulator-summary strong { display: block; }
.simulator-summary small { margin-bottom: 5px; color: var(--blue); font-weight: 900; }
.simulator-summary span { color: var(--muted); font-size: 11px; }
.simulator-summary strong { margin: 5px 0; font-size: 24px; }
.simulator-summary p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.simulator-play,
.simulator-download,
.simulator-controls > .primary-button {
  width: 100%;
  justify-content: center;
}
.simulator-play,
.simulator-download { margin-bottom: 8px; }
.simulator-scene {
  width: 100%;
  min-width: 0;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.simulator-canvas { position: absolute; inset: 0; }
.simulator-canvas canvas { width: 100%; height: 100%; display: block; touch-action: none; }
.simulator-scene-tools {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}
.simulator-scene-tools button {
  min-width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  color: #fff;
  background: rgba(12, 24, 48, .86);
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  pointer-events: auto;
}
.simulator-scene-tools button.is-active {
  color: var(--navy);
  background: #d8f052;
  box-shadow: 0 0 0 2px rgba(255,255,255,.7);
}
.simulator-scene-tools > div {
  display: flex;
  gap: 6px;
  pointer-events: auto;
}
.simulator-scene-tools span {
  padding: 7px 10px;
  color: #fff;
  background: rgba(12, 24, 48, .74);
  border-radius: 4px;
  font-size: 11px;
}
.sim-help-mobile { display: none; }
.simulator-model-note {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  gap: 1px;
  min-width: 150px;
  padding: 9px 11px;
  color: #fff;
  background: rgba(12, 24, 48, .78);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.simulator-model-note b {
  color: #d8f052;
  font-size: 9px;
  letter-spacing: 0;
}
.simulator-model-note span { font-size: 10px; font-weight: 800; }

@media (min-width: 681px) {
  .simulator-scene {
    position: sticky;
    top: 86px;
    height: calc(100svh - 86px);
    min-height: 640px;
    max-height: 860px;
  }
}

/* Responsive */
@media (max-width: 1320px) {
  .header-actions { display: none; }
}

@media (min-width: 1081px) and (max-width: 1180px) {
  .global-nav .nav-contact-mobile { display: grid !important; }
}

@media (max-width: 1080px) {
  .global-nav { display: none; }
  .menu-toggle { display: block; }
  .language-switcher {
    margin-left: 0;
  }
  .global-nav.open {
    display: grid;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .global-nav.open a {
    min-width: 0;
    align-content: center;
    border: 1px solid var(--line);
  }
  .global-nav.open .nav-contact-mobile { display: grid !important; }
  .hero-grid,
  .solution-panel,
  .lineup-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-visual { min-height: 450px; }
  .booth { height: 450px; }
  .main-wall { left: 42px; width: 235px; height: 260px; top: 86px; }
  .side-wall { right: 42px; width: 235px; height: 260px; top: 86px; }
  .counter { left: 230px; bottom: 52px; }
  .problem-grid, .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-card-grid, .reason-list { grid-template-columns: repeat(2, 1fr); }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-step:not(:last-child)::after { display: none; }
  .reason-grid article:last-child { grid-column: 1 / -1; }
  .category-grid, .plan-grid, .case-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid article:not(:last-child):after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .intro-splash-image {
    object-fit: contain;
    object-position: center;
    background: transparent;
  }
  .intro-logo-mark {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    font-size: 22px;
  }
  .intro-splash-content strong { font-size: 42px; }
  .intro-splash-content small { font-size: 12px; }
  .intro-skip {
    right: 14px;
    bottom: 14px;
  }
  section[id], #download, #contact { scroll-margin-top: 82px; }
  body { line-height: 1.68; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 24px; }
  .section-heading.centered { text-align: left; }
  h1 {
    margin-bottom: 16px;
    font-size: clamp(38px, 11.4vw, 50px);
    line-height: 1.08;
    letter-spacing: 0;
  }
  h2 {
    font-size: clamp(25px, 7.4vw, 34px);
    letter-spacing: 0;
  }
  h3 { font-size: 18px; }
  p { font-size: 15px; }
  .primary-button, .secondary-button {
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand-logo { width: 38px; height: 38px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 11px; }
  .language-switcher {
    gap: 1px;
    padding: 2px;
  }
  .language-switcher button {
    min-width: 31px;
    height: 30px;
    padding: 0 7px;
    font-size: 10px;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }
  .global-nav.open {
    left: 14px;
    right: 14px;
    top: 76px;
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    padding: 12px;
    border-radius: 16px;
  }
  .global-nav.open a {
    min-height: 56px;
    justify-items: start;
    padding: 11px 14px;
    text-align: left;
  }
  .nav-ja { font-size: 14px; }
  .nav-en { font-size: 10px; }
  .page-hero { padding: 42px 0 38px; }
  .page-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: 0;
  }
  .page-lead { font-size: 16px; }
  .breadcrumb { margin-bottom: 14px; }
  .hero { padding: 42px 0 48px; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: left; }
  .hero-lead {
    font-size: 17px;
    line-height: 1.65;
  }
  .hero-text { margin-bottom: 22px; }
  .hero-actions {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }
  .hero-visual { min-height: 320px; }
  .booth { height: 320px; border-radius: 22px; }
  .main-wall {
    left: 7%;
    width: 44%;
    height: 190px;
    top: 66px;
    padding: 54px 16px;
  }
  .wall-copy strong { font-size: 18px; }
  .monitor {
    left: 17%;
    bottom: 44px;
    width: 68%;
    height: 52px;
    border-width: 5px;
  }
  .side-wall {
    right: 7%;
    width: 44%;
    height: 190px;
    top: 66px;
    padding: 20px 12px;
  }
  .side-wall ul { font-size: 10px; }
  .skyline { height: 58px; }
  .counter {
    left: 50%;
    transform: translateX(-50%);
    width: 118px;
    height: 72px;
    bottom: 38px;
    font-size: 12px;
  }
  .stand, .cost-badge { display: none; }
  .trust-row,
  .problem-grid,
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid,
  .form-row { grid-template-columns: 1fr; }
  .trust-row { gap: 8px; }
  .trust-row div {
    min-width: 0;
    padding: 12px;
    border-radius: 14px;
  }
  .problem-card,
  .category-card,
  .product-card,
  .compare-card,
  .reason-grid article,
  .plan-card,
  .flow-grid article,
  .cta-panel,
  .quote-form {
    border-radius: 12px;
  }
  .problem-card,
  .cta-panel {
    padding: 16px;
  }
  .solution-panel {
    padding: 18px;
    border-radius: 12px;
  }
  .solution-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .solution-tags span {
    width: auto;
    justify-content: center;
    padding: 9px 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
  }
  .solution-tags span:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .category-card { padding: 18px; }
  .category-visual,
  .category-photo,
  .product-image {
    height: 148px;
    border-radius: 15px;
  }
  .category-visual:after,
  .product-image:after {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .lineup-layout { margin-top: 40px; }
  .product-card strong { font-size: 27px; }
  .compare-card {
    padding: 18px;
    overflow: hidden;
  }
  .compare-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .compare-row {
    min-width: 520px;
    grid-template-columns: 112px 1fr 1fr;
  }
  .compare-row > * {
    font-size: 12px;
    padding: 11px 9px;
  }
  .reason-grid article {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    align-items: center;
    text-align: left;
    padding: 18px;
  }
  .reason-grid article p,
  .reason-grid article h3 {
    grid-column: 2;
  }
  .reason-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }
  .plan-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 4px 14px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .plan-grid::-webkit-scrollbar { display: none; }
  .plan-card {
    min-height: 390px;
    flex: 0 0 min(82vw, 330px);
    padding: 20px;
    border-radius: 12px;
    scroll-snap-align: start;
  }
  .case-visual {
    height: 168px;
    border-radius: 18px 18px 0 0;
  }
  .case-card span {
    margin-left: 18px;
    margin-right: 18px;
  }
  .case-card h3,
  .case-card p {
    padding-left: 18px;
    padding-right: 18px;
  }
  .faq-question {
    align-items: flex-start;
    padding: 18px;
    line-height: 1.55;
  }
  .faq-answer { padding: 0 18px 18px; }
  .contact-info strong {
    display: block;
    min-width: 0;
  }
  .quote-form {
    padding: 20px;
    gap: 14px;
  }
  label { font-size: 13px; }
  input, select, textarea {
    min-height: 48px;
    border-radius: 12px;
  }
  textarea { min-height: 132px; }
  .icon-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .reason-list,
  .flow-steps {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 4px 14px 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .reason-list::-webkit-scrollbar,
  .flow-steps::-webkit-scrollbar { display: none; }
  .icon-card {
    min-width: 0;
    min-height: 178px;
    padding: 14px;
    border-radius: 8px;
  }
  .icon-card .icon-badge,
  .reason-item .icon-badge,
  .flow-step .icon-badge {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .icon-card .ui-icon,
  .reason-item .ui-icon,
  .flow-step .ui-icon {
    width: 22px;
    height: 22px;
  }
  .icon-card h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .icon-card p {
    font-size: 13px;
    line-height: 1.55;
  }
  .reason-item {
    display: block;
    flex: 0 0 min(68vw, 250px);
    min-width: 0;
    min-height: 160px;
    padding: 14px;
    text-align: left;
    scroll-snap-align: start;
  }
  .reason-item .icon-badge {
    margin: 0;
    margin-bottom: 10px;
  }
  .reason-item h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .reason-item p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .flow-step {
    flex: 0 0 min(76vw, 290px);
    min-width: min(76vw, 290px);
    min-height: 188px;
    padding: 14px;
    scroll-snap-align: start;
  }
  .flow-step:last-child {
    grid-column: auto;
    min-height: 188px;
  }
  .flow-step .step-label { margin-bottom: 10px; }
  .flow-step .step-label .icon-badge { margin-bottom: 0; }
  .flow-step .step-number { font-size: 10px; }
  .flow-step h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .flow-step p {
    font-size: 13px;
    line-height: 1.55;
  }
  .contact-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .contact-info p {
    padding: 10px;
    font-size: 13px;
  }
  .content-cta {
    display: grid;
    padding: 24px 20px;
  }
  .content-cta h2 { font-size: 23px; }
  .site-footer { padding-top: 44px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .back-to-top {
    width: 100%;
    min-height: 48px;
  }
}

@media (max-width: 390px) {
  .container { width: min(100% - 22px, 1180px); }
  .brand { gap: 9px; }
  .brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .brand strong { font-size: 19px; }
  .brand small { display: none; }
  .hero-visual { min-height: 292px; }
  .booth { height: 292px; }
  .main-wall,
  .side-wall {
    height: 172px;
    top: 58px;
  }
  .main-wall { padding: 48px 12px; }
  .side-wall { padding: 16px 10px; }
  .wall-copy strong { font-size: 16px; }
  .wall-copy span { font-size: 11px; }
  .side-wall ul { font-size: 9px; }
  .counter {
    bottom: 30px;
    width: 108px;
    height: 64px;
  }
}

@media (max-width: 900px) {
  .proof-grid,
  .esg-layout {
    grid-template-columns: 1fr;
  }
  .esg-layout { gap: 30px; }
  .simulator-workspace { grid-template-columns: 310px minmax(0, 1fr); }
}

@media (max-width: 680px) {
  .hero-photo {
    min-height: 0;
    display: block;
    padding-top: 66.6667vw;
  }
  .hero-photo-media {
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }
  .hero-photo-shade { display: none; }
  .hero-photo-content {
    padding-top: 32px;
    padding-bottom: 36px;
    background: var(--navy);
  }
  .hero-photo-content h1 { margin-bottom: 13px; font-size: 43px; }
  .hero-photo-content .hero-lead {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
  }
  .hero-tags span {
    min-width: 0;
    min-height: 34px;
    padding: 5px 8px;
    font-size: 11px;
  }
  .hero-tags span:last-child { grid-column: 1 / -1; }
  .hero-tags img { width: 17px; height: 17px; }
  .hero-actions-three {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-actions-three .primary-button,
  .hero-actions-three .secondary-button {
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 9px;
    font-size: 11px;
    text-align: center;
  }
  .hero-actions-three .text-button {
    grid-column: 1 / -1;
    min-height: 34px;
    padding: 0;
    font-size: 12px;
  }
  .hero-microcopy { font-size: 10px; }
  .proof-panel { padding: 20px; }
  .proof-panel h3 { font-size: 21px; }
  .assembly-stage { height: 185px; }
  .cost-chart { height: 220px; }
  .assembly-timeline span { font-size: 8px; }
  .esg-cycle { grid-template-columns: 1fr; }
  .esg-cycle > b { text-align: center; }
  .simulator-cta-content {
    align-items: stretch;
    flex-direction: column;
  }
  .simulator-heading { padding: 24px 0 20px; }
  .simulator-heading h1 { font-size: 30px; line-height: 1.24; }
  .simulator-feature-tags {
    flex-wrap: nowrap;
    margin: 14px 0 0;
    padding: 0 0 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .simulator-feature-tags::-webkit-scrollbar { display: none; }
  .simulator-feature-tags span { flex: 0 0 auto; }
  .simulator-workspace { display: flex; flex-direction: column; }
  .simulator-scene {
    min-height: 55svh;
    height: auto;
    position: relative;
    top: auto;
    order: 1;
  }
  .simulator-controls {
    order: 2;
    padding: 22px 20px 28px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }
  .simulator-scene-tools {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .simulator-scene-tools span { font-size: 10px; }
  .simulator-model-note {
    top: 12px;
    right: 12px;
    min-width: 0;
    padding: 7px 9px;
  }
  .simulator-model-note span { font-size: 9px; }
  .sim-help-desktop { display: none; }
  .sim-help-mobile {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-splash-image,
  .intro-progress span,
  .assembly-frame,
  .assembly-fabric,
  .assembly-counter-lift,
  .assembly-finish,
  .assembly-progress i {
    animation: none;
  }
  .assembly-frame { display: none; }
  .assembly-fabric,
  .assembly-counter-lift,
  .assembly-finish {
    opacity: 1;
    transform: none;
  }
  .assembly-fabric-side { transform: rotateY(-38deg); }
  .assembly-progress i { transform: none; }
}

/* 2026-07 UI upgrade: conversion path, product evidence and mobile simulator */
:root {
  --radius-xl: 18px;
  --radius-lg: 12px;
  --radius-md: 10px;
  --shadow: 0 22px 56px rgba(21, 36, 70, .12);
  --shadow-soft: 0 12px 32px rgba(21, 36, 70, .08);
}

h1, h2, h3 { font-weight: 800; }
.eyebrow,
.primary-button,
.secondary-button,
.global-nav,
.category-card a,
.product-simulator-link { font-weight: 700; }
html[lang="ja"] .nav-en { display: none; }
html[lang="ja"] .global-nav a { align-content: center; min-height: 50px; }
.global-nav { gap: 2px; }
.global-nav a { min-width: 72px; border-radius: 10px; }
.nav-ja { font-size: 11px; }
.header-actions .small { min-height: 44px; }
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -48%;
  width: min(44vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(14, 77, 164, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(14, 77, 164, .04), 0 0 0 116px rgba(201, 165, 90, .04);
  pointer-events: none;
}
.page-hero-copy { position: relative; z-index: 1; }
.page-hero-about { background: linear-gradient(135deg, #f5f9ff, #fff 54%, #eef4fb); }
.page-hero-lineup { background: linear-gradient(135deg, #f7f9fc, #fff 50%, #eef5ff); }
.page-hero-plans { background: linear-gradient(135deg, #fffaf0, #fff 54%, #f5f8ff); }
.page-hero-flow { background: linear-gradient(135deg, #f2f8ff, #fff 56%, #f7f4ed); }
.page-hero-faq { background: linear-gradient(135deg, #f7f8fc, #fff 56%, #f2f8ff); }
.page-hero-contact { padding-top: 54px; padding-bottom: 48px; background: linear-gradient(135deg, #f3f8ff, #fff 50%, #fff7e5); }

.hero-photo-content { max-width: 780px; }
.hero-actions-three .primary-button { min-width: 210px; }
.hero-actions-three .secondary-button { min-width: 160px; }
.intro-splash-image { animation-duration: 1.35s; }
.intro-progress span { animation-duration: 1.25s; }
.intro-splash { transition-duration: .32s; }

.price-snapshot {
  position: relative;
  z-index: 2;
  padding: 34px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(21, 36, 70, .05);
}
.price-snapshot-inner {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.8fr);
  gap: 34px;
  align-items: center;
}
.price-snapshot-heading h2 { margin-bottom: 5px; font-size: clamp(24px, 2.5vw, 34px); }
.price-snapshot-heading p:last-child { margin-bottom: 0; font-size: 14px; }
.price-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.price-snapshot-grid a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(160deg, #fff, #f7faff);
  transition: .2s ease;
}
.price-snapshot-grid a:hover { transform: translateY(-3px); border-color: rgba(14,77,164,.34); box-shadow: var(--shadow-soft); }
.price-snapshot-grid span,
.price-snapshot-grid em { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 700; }
.price-snapshot-grid strong { color: var(--blue); font-size: clamp(20px, 2.1vw, 28px); line-height: 1.2; white-space: nowrap; }
.price-snapshot-grid strong small { color: var(--muted); font-size: 10px; }

.cost-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.cost-legend > span {
  display: grid;
  grid-template-columns: 10px 1fr;
  column-gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.cost-legend > span i { grid-row: 1 / span 2; }
.cost-legend > span b { color: var(--navy); font-size: 12px; }
.cost-legend > span small { color: var(--muted); font-size: 9px; line-height: 1.35; }

.case-card { position: relative; border-radius: 12px; }
.case-image-label {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 4px 9px;
  color: #fff;
  background: rgba(13, 22, 48, .72);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.case-card .case-photo { background: #eef2f6; object-fit: cover; }
.case-gallery-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.case-gallery-rail figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}
.case-gallery-rail img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .35s ease;
}
.case-gallery-rail figure:hover img { transform: scale(1.025); }
.case-gallery-rail figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 30px 18px 16px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(8,16,35,.9));
}
.case-gallery-rail figcaption b { font-size: 15px; }
.case-gallery-rail figcaption span { color: rgba(255,255,255,.76); font-size: 11px; }
.category-photo-real { padding: 0; object-fit: cover; }

.structure-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 36px;
  align-items: center;
  padding: 28px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.structure-showcase > img {
  width: 100%;
  min-height: 390px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef1f4;
}
.structure-showcase ol { display: grid; gap: 10px; padding: 0; margin: 20px 0 24px; list-style: none; }
.structure-showcase li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; }
.structure-showcase li > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--navy); border-radius: 10px; font-size: 11px; font-weight: 800; }
.structure-showcase li div { display: grid; gap: 1px; }
.structure-showcase li b { color: var(--navy); font-size: 14px; }
.structure-showcase li small { color: var(--muted); font-size: 12px; }

.category-card,
.product-card,
.plan-card,
.product-price-grid article { border-radius: 12px; }
.category-card { display: flex; flex-direction: column; }
.category-card .product-spec { margin-top: auto; }
.category-photo { border-radius: 10px; }
.product-image {
  width: 100%;
  height: 190px;
  margin-bottom: 18px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  background: #e9edf1;
}
.product-image::before,
.product-image::after { display: none; }
.product-card { display: flex; flex-direction: column; }
.product-card .product-simulator-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 12px;
}

.product-price-section { padding-bottom: 70px; }
.product-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-price-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.product-price-grid article.featured {
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  border-color: transparent;
  transform: translateY(-8px);
}
.product-price-grid article > span { align-self: flex-start; padding: 4px 9px; color: var(--blue); background: var(--blue-soft); border-radius: 999px; font-size: 10px; font-weight: 800; }
.product-price-grid .featured > span { color: var(--navy); background: #d8f052; }
.product-price-grid h3 { margin-top: 16px; }
.product-price-grid strong { margin-top: 8px; color: var(--blue); font-size: clamp(28px, 3vw, 38px); line-height: 1.1; }
.product-price-grid strong small { font-size: 11px; }
.product-price-grid p { margin-top: 16px; font-size: 13px; }
.product-price-grid a { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 800; }
.product-price-grid .featured h3,
.product-price-grid .featured strong,
.product-price-grid .featured a { color: #fff; }
.product-price-grid .featured p,
.product-price-grid .featured strong small { color: rgba(255,255,255,.72); }
.payback-strip {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  margin-top: 22px;
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(201,165,90,.32);
  border-radius: 12px;
}
.payback-strip span { color: var(--blue); font-weight: 800; }
.payback-strip small { color: var(--muted); font-size: 10px; }
.plan-card strong { font-size: 24px; }

.contact-layout { align-items: start; }
.contact-layout > div:first-child { position: sticky; top: 118px; }
.contact-info { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote-form { padding: 28px; gap: 18px; }
.quote-form fieldset { display: grid; gap: 14px; padding: 0 0 24px; margin: 0; border: 0; border-bottom: 1px solid var(--line); }
.quote-form fieldset:last-of-type { padding-bottom: 0; border-bottom: 0; }
.quote-form legend { display: flex; align-items: center; gap: 10px; padding: 0; margin-bottom: 6px; color: var(--navy); font-size: 17px; font-weight: 800; }
.quote-form legend span { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--blue); border-radius: 8px; font-size: 10px; }
.quote-form label em { display: inline-flex; padding: 1px 6px; margin-left: 4px; color: #fff; background: #c64040; border-radius: 999px; font-size: 9px; font-style: normal; }
.form-privacy { color: var(--muted); text-align: center; }
.configuration-import {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(14,77,164,.24);
  border-radius: 12px;
  background: var(--blue-soft);
}
.configuration-import > div { display: grid; gap: 2px; }
.configuration-import > div small { color: var(--blue); font-size: 10px; font-weight: 800; }
.configuration-import > div strong { color: var(--navy); font-size: 18px; }
.configuration-import dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }
.configuration-import dl div { padding: 10px; background: #fff; border-radius: 8px; }
.configuration-import dt { color: var(--muted); font-size: 9px; font-weight: 700; }
.configuration-import dd { margin: 2px 0 0; color: var(--navy); font-size: 12px; font-weight: 800; }
.configuration-import > a { color: var(--blue); font-size: 12px; font-weight: 800; }

.flow-steps { position: relative; }
.flow-step { border-top: 3px solid var(--blue); }
.flow-step:nth-child(2n) { border-top-color: var(--gold); }

.simulator-workspace { grid-template-columns: 380px minmax(0, 1fr); }
.simulator-controls { background: #fff; }
.simulator-presets {
  display: grid;
  gap: 12px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.simulator-presets h2 { margin: 0; font-size: 17px; }
.simulator-preset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.simulator-preset-grid button {
  display: grid;
  gap: 2px;
  min-height: 64px;
  padding: 8px 6px;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: center;
}
.simulator-preset-grid button b { font-size: 10px; }
.simulator-preset-grid button small { color: var(--muted); font-size: 8px; line-height: 1.3; }
.simulator-preset-grid button.is-active { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: 0 8px 18px rgba(26,35,66,.16); }
.simulator-preset-grid button.is-active small { color: rgba(255,255,255,.68); }
.simulator-summary-sticky {
  position: sticky;
  top: 100px;
  z-index: 5;
  padding: 16px;
  margin: 0 0 18px;
  background: linear-gradient(145deg, #f5f9ff, #fff);
  border: 1px solid rgba(14,77,164,.22);
  box-shadow: 0 10px 24px rgba(21,36,70,.08);
}
.simulator-summary-sticky .primary-button { width: 100%; min-height: 44px; margin-top: 12px; font-size: 12px; }
.simulator-tabs { display: none; }
.sim-upload-thumb {
  height: 78px;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.sim-upload-thumb img { width: 100%; height: 100%; object-fit: contain; }
.simulator-reset {
  width: 100%;
  min-height: 40px;
  margin-top: 6px;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.simulator-mobile-dock,
.mobile-cta-bar { display: none; }

@media (min-width: 1081px) and (max-width: 1320px) {
  .header-actions { display: flex; }
  .header-inner.container { width: min(1280px, calc(100% - 20px)); }
  .brand { gap: 8px; }
  .brand-logo { width: 38px; height: 38px; border-radius: 11px; }
  .brand strong { font-size: 20px; }
  .brand small { display: none; }
  .global-nav .nav-contact-mobile { display: none !important; }
  .global-nav a { min-width: 66px; padding-left: 5px; padding-right: 5px; }
  .nav-ja { font-size: 10px; }
}

@media (max-width: 1080px) {
  .global-nav.open .nav-contact-mobile { display: grid !important; }
  .structure-showcase { grid-template-columns: 1fr; }
  .structure-showcase > img { min-height: 320px; }
  .price-snapshot-inner { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 74px; }
  .intro-splash-image { object-fit: cover; }
  .page-hero::after { right: -36%; bottom: -20%; width: 96vw; }
  .page-hero-contact { padding-top: 36px; padding-bottom: 32px; }
  .hero-actions-three { grid-template-columns: 1fr; }
  .hero-actions-three .primary-button,
  .hero-actions-three .secondary-button { width: 100%; font-size: 13px; }
  .hero-actions-three .text-button { grid-column: auto; }
  .price-snapshot { padding: 28px 0; }
  .price-snapshot-grid { display: flex; gap: 10px; margin-right: 0; margin-left: 0; padding: 2px 0 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .price-snapshot-grid::-webkit-scrollbar { display: none; }
  .price-snapshot-grid a { flex: 0 0 min(76vw, 270px); scroll-snap-align: start; }
  .case-gallery-rail {
    display: flex;
    gap: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 2px 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .case-gallery-rail::-webkit-scrollbar { display: none; }
  .case-gallery-rail figure { flex: 0 0 min(82vw, 320px); min-height: 220px; scroll-snap-align: start; }
  .case-gallery-rail img { min-height: 220px; }
  .cost-legend { grid-template-columns: 1fr; }
  .structure-showcase { gap: 22px; padding: 16px; border-radius: 12px; }
  .structure-showcase > img { min-height: 0; aspect-ratio: 4 / 3; }
  .product-image { height: 180px; border-radius: 10px; }
  .product-price-section { padding-bottom: 52px; }
  .product-price-grid { display: flex; gap: 12px; margin-right: -14px; margin-left: -14px; padding: 8px 14px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-price-grid::-webkit-scrollbar { display: none; }
  .product-price-grid article { flex: 0 0 min(82vw, 320px); min-height: 280px; padding: 22px; scroll-snap-align: start; }
  .product-price-grid article.featured { transform: none; }
  .payback-strip { grid-template-columns: 1fr; gap: 4px; }
  .plan-card strong { font-size: 21px; }
  .contact-layout > div:first-child { position: static; }
  .contact-info { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-info p { padding: 9px 7px; font-size: 11px; text-align: center; }
  .quote-form { padding: 18px; }
  .quote-form legend { font-size: 15px; }
  .configuration-import dl { grid-template-columns: 1fr; }
  .mobile-cta-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 68px;
    padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(255,255,255,.94);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 34px rgba(21,36,70,.12);
    backdrop-filter: blur(16px);
  }
  .mobile-cta-bar a { display: grid; place-items: center; align-content: center; min-height: 52px; border-radius: 999px; line-height: 1.25; }
  .mobile-cta-bar a:first-child { color: var(--navy); background: var(--blue-soft); }
  .mobile-cta-bar a:last-child { color: #fff; background: linear-gradient(135deg, var(--blue), var(--navy)); }
  .mobile-cta-bar small { font-size: 9px; font-weight: 700; }
  .mobile-cta-bar strong { font-size: 12px; }
  .simulator-heading { padding-bottom: 14px; }
  .simulator-workspace { display: flex; }
  .simulator-scene { min-height: 60svh; }
  .simulator-controls { padding: 18px 16px 112px; }
  .simulator-presets { padding-top: 2px; }
  .simulator-summary-sticky { position: static; margin-bottom: 12px; }
  .simulator-tabs {
    position: sticky;
    top: 72px;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
    margin: 0 -6px 14px;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(21,36,70,.08);
    backdrop-filter: blur(12px);
  }
  .simulator-tabs button { min-height: 38px; color: var(--muted); background: transparent; border: 0; border-radius: 8px; font-size: 10px; font-weight: 800; }
  .simulator-tabs button.is-active { color: #fff; background: var(--navy); }
  [data-sim-panel].is-mobile-hidden { display: none; }
  .simulator-mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 10px;
    align-items: center;
    min-height: 74px;
    padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 34px rgba(21,36,70,.14);
    backdrop-filter: blur(16px);
  }
  .simulator-mobile-dock > div { display: grid; }
  .simulator-mobile-dock small { color: var(--muted); font-size: 9px; }
  .simulator-mobile-dock strong { color: var(--blue); font-size: 17px; }
  .simulator-mobile-dock .primary-button { min-height: 48px; padding: 8px 12px; font-size: 12px; }
}

/* vNext: desktop professionalism + mobile usability */
.global-nav .nav-secondary,
.nav-language-mobile { display: none; }
.global-nav a { min-width: 92px; }
.global-nav { gap: 8px; }
.problem-card,
.category-card,
.product-card,
.compare-card,
.plan-card,
.case-card,
.quote-form,
.content-cta { border-radius: 14px; }

.mobile-scroll-hint {
  display: none;
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.audience-section { background: #fff; }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.audience-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 238px;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f4f7fb);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}
.audience-grid article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 20px solid rgba(14,77,164,.055);
  border-radius: 50%;
}
.audience-number {
  width: fit-content;
  padding: 4px 9px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.audience-grid h3 { margin: 2px 0 0; font-size: 21px; }
.audience-grid p { margin: 0; color: var(--muted); }
.audience-grid a {
  align-self: end;
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0 24px 24px;
  margin: -10px 0 0;
}
.case-facts div {
  min-width: 0;
  padding: 9px;
  background: #f5f8fc;
  border-radius: 8px;
}
.case-facts dt {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.case-facts dd {
  margin: 3px 0 0;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.product-simulator-button,
.price-card-action {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 800;
}
.product-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}
.product-card-actions a {
  min-width: 0;
  min-height: 46px;
  padding: 8px 12px;
  justify-content: center;
  font-size: 12px;
}

.price-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.price-scope-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.price-scope-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 10px;
  font-weight: 900;
}
.price-scope-icon.muted { color: var(--navy); background: var(--gold-soft); }
.price-scope-grid h3 { margin: 0 0 3px; font-size: 14px; }
.price-scope-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.sim-title-mobile,
.simulator-back-to-preview { display: none; }
.sim-plan-match {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 9px;
  padding: 5px 9px;
  color: #6e5000;
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.sim-price-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0;
}
.sim-price-breakdown div {
  padding: 9px;
  background: #fff;
  border-radius: 8px;
}
.sim-price-breakdown dt { color: var(--muted); font-size: 9px; font-weight: 700; }
.sim-price-breakdown dd { margin: 3px 0 0; color: var(--navy); font-size: 12px; font-weight: 800; }
.sim-price-scope {
  display: grid;
  gap: 4px;
  padding: 9px 10px;
  margin: 8px 0;
  background: #fff;
  border-radius: 8px;
}
.sim-price-scope p { font-size: 9px; }
.sim-price-scope b { color: var(--blue); }

.configuration-import {
  border-width: 2px;
  box-shadow: 0 12px 28px rgba(14,77,164,.1);
}
.mobile-cta-bar {
  transition: transform .22s ease, opacity .22s ease;
}
.mobile-cta-bar.is-footer-visible {
  transform: translateY(calc(100% + env(safe-area-inset-bottom)));
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1080px) {
  .global-nav.open .nav-secondary { display: grid; }
  .global-nav.open .nav-language-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-top: 1px solid var(--line);
  }
  .nav-language-mobile p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 680px) {
  body.page-contact { padding-bottom: 0; }
  .header-inner { min-height: 64px; }
  .header-inner > .language-switcher { display: none; }
  .brand { min-height: 44px; }
  .brand small { display: none; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    margin-left: auto;
  }
  .global-nav.open {
    top: 68px;
    max-height: calc(100svh - 82px);
  }
  .global-nav.open a {
    min-height: 56px;
    font-size: 14px;
  }
  .language-switcher-mobile {
    display: inline-flex;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .language-switcher-mobile button {
    min-width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .hero-actions-three { grid-template-columns: 1fr; }
  .hero-actions-three .primary-button,
  .hero-actions-three .secondary-button {
    width: 100%;
    min-height: 50px;
    font-size: 13px;
  }
  .hero-actions-three .text-button {
    min-height: 44px;
    justify-content: center;
  }

  .mobile-scroll-hint {
    display: block;
    margin-top: -4px;
  }
  .mobile-cta-bar small { font-size: 11px; }
  .mobile-cta-bar strong { font-size: 13px; }
  .price-snapshot-grid {
    mask-image: linear-gradient(90deg, #000 0, #000 90%, transparent 100%);
  }

  .audience-section { padding-top: 48px; padding-bottom: 48px; }
  .audience-grid {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .audience-grid::-webkit-scrollbar { display: none; }
  .audience-grid article {
    flex: 0 0 min(82vw, 310px);
    min-height: 220px;
    padding: 22px;
    scroll-snap-align: start;
  }
  .case-facts {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }
  .case-facts div {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 8px;
  }
  .case-facts dd { margin: 0; }

  .product-card-actions { grid-template-columns: 1fr 1fr; }
  .product-card-actions a,
  .product-simulator-button,
  .price-card-action { min-height: 48px; }
  .product-price-grid,
  .plan-grid {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .product-price-grid article strong { font-size: 31px; }
  .price-scope-grid { grid-template-columns: 1fr; }
  .payback-strip { gap: 7px; }
  .payback-strip span { font-size: 17px; }

  .page-hero-contact {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  .page-hero-contact .breadcrumb { margin-bottom: 10px; }
  .page-hero-contact h1 { margin-bottom: 8px; font-size: 34px; }
  .contact-section { padding-top: 26px; }
  .quote-form fieldset { padding-bottom: 18px; margin-bottom: 20px; }
  .quote-form input,
  .quote-form select { min-height: 48px; }

  .site-footer nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .sim-title-desktop,
  .simulator-feature-tags { display: none; }
  .sim-title-mobile { display: inline; }
  .simulator-heading { padding: 16px 0 12px; }
  .simulator-heading .breadcrumb { margin-bottom: 8px; }
  .simulator-heading h1 { margin-bottom: 6px; font-size: 27px; }
  .simulator-heading .container > p:last-of-type { font-size: 12px; line-height: 1.55; }
  .simulator-scene { min-height: 64svh; }
  .simulator-summary { padding: 14px; }
  .simulator-back-to-preview {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 8px;
  }
  .simulator-mobile-dock small { font-size: 10px; }
  .simulator-mobile-dock strong { font-size: 19px; }
  .simulator-mobile-dock .primary-button { font-size: 13px; }
}
