@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;600;700;900&display=swap");

:root {
  --ink: #16181a;
  --muted: #4f565c;
  --line: #d3d7db;
  --soft: #eef1f3;
  --paper: #fbfbfa;
  --shade: #e0e4e7;
  --accent: #3e4a52;
  --accent-quiet: #dbe1e5;
  --brass: #a1844b;
  --warm-line: #c9bd9c;
  --deep: #111417;
  --deep-2: #2a3035;
  --ivory: #f3f1ea;
  --silver: #c7cdd2;
  --steel: #79838a;
  --shadow: 0 18px 42px rgba(17, 20, 23, 0.13);
  --max: 1120px;
}

/* Sun Arrows corporate redesign: wa-modern TOP */
.home-redesign {
  --ink: #1c1814;
  --muted: #6b6258;
  --line: rgba(28, 24, 20, 0.16);
  --paper: #faf7f0;
  --soft: #f3ecdf;
  --accent: #c73e2d;
  --accent-quiet: #ead2c7;
  --brass: #9c7a3c;
  --shadow: 0 22px 58px rgba(28, 24, 20, 0.13);
  background:
    radial-gradient(circle at 12% 8%, rgba(156, 122, 60, 0.08), transparent 26%),
    linear-gradient(90deg, rgba(28, 24, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(28, 24, 20, 0.028) 1px, transparent 1px),
    #faf7f0;
  background-size: auto, 112px 112px, 112px 112px, auto;
  color: var(--ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}

.home-redesign .site-header {
  border-bottom-color: rgba(28, 24, 20, 0.12);
  background: rgba(250, 247, 240, 0.93);
}

.home-redesign .brand {
  padding-left: 0;
}

.home-redesign .brand::before {
  display: none;
}

.home-redesign .brand strong {
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 800;
}

.home-redesign .brand span {
  color: var(--muted);
  font-size: 11px;
}

.home-redesign .nav {
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
}

.home-redesign .nav .button-link {
  border-color: var(--accent);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: none;
  color: #fffaf2;
}

.wa-inner {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.wa-narrow {
  width: min(820px, calc(100% - 44px));
}

.wa-hero,
.wa-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.wa-hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 20%, rgba(199, 62, 45, 0.08), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(156, 122, 60, 0.1), transparent 28%),
    #faf7f0;
}

.wa-hero::before,
.wa-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(28, 24, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(28, 24, 20, 0.026) 1px, transparent 1px);
  background-size: 112px 112px;
  content: "";
}

.wa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.wa-hero-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 40px 44px;
  align-items: center;
}

.wa-kicker,
.wa-section-label {
  margin: 0;
  color: var(--brass);
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wa-vertical-title {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 430px;
  margin: 0;
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.wa-vertical-title .vermilion {
  color: var(--accent);
}

.wa-hero-text {
  max-width: 470px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
}

.wa-subhead {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
}

.wa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  grid-column: 1 / -1;
}

.wa-actions-center {
  justify-content: center;
}

.wa-button,
.wa-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

.wa-button {
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 10px 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wa-button-primary {
  background: var(--accent);
  color: #fffaf2;
}

.wa-button:hover {
  box-shadow: 0 14px 34px rgba(199, 62, 45, 0.2);
  transform: translateY(-1px);
}

.wa-text-link {
  color: var(--ink);
}

.wa-text-link::after {
  margin-left: 10px;
  color: var(--accent);
  content: "->";
}

.wa-emblem-hero {
  display: grid;
  place-items: center;
  margin: 0;
}

.wa-emblem-hero img {
  width: min(100%, 390px);
  filter: drop-shadow(0 26px 52px rgba(28, 24, 20, 0.16));
}

.wa-section {
  padding: 108px 0;
  background: rgba(250, 247, 240, 0.86);
}

.wa-section:nth-of-type(odd) {
  background: rgba(243, 236, 223, 0.58);
}

.wa-section > .wa-inner {
  position: relative;
  z-index: 1;
}

.wa-section h2 {
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.55;
}

.wa-scene h2 {
  margin-top: 18px;
}

.wa-prose {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
}

.wa-scene-prose {
  margin-top: 40px;
  color: var(--ink);
  font-size: 17px;
}

.wa-question {
  margin: 20px 0;
  color: var(--accent);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 800;
}

.wa-split {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: center;
}

.wa-split-photo {
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
}

.wa-origin-mark {
  position: relative;
  display: grid;
  place-items: center;
}

.wa-origin-mark::after {
  position: absolute;
  right: 4%;
  bottom: 18%;
  left: 4%;
  height: 18px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
  opacity: 0.9;
}

.wa-origin-mark img {
  width: min(100%, 330px);
  filter: drop-shadow(0 18px 34px rgba(28, 24, 20, 0.12));
}

.wa-copy-block {
  display: grid;
  gap: 22px;
}

.wa-section-head {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 42px;
}

.wa-section-head p:not(.wa-section-label) {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.wa-arrow-cards,
.wa-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wa-arrow-card,
.wa-column-card {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(28, 24, 20, 0.16);
  background: rgba(255, 252, 246, 0.78);
  padding: 28px;
  box-shadow: 0 1px 0 rgba(28, 24, 20, 0.04);
}

.wa-arrow-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  width: 24px;
  height: 70px;
  background: var(--accent);
  content: "";
}

.wa-arrow-name {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
}

.wa-arrow-card h3,
.wa-column-card h3 {
  margin-bottom: 16px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.55;
}

.wa-arrow-card p,
.wa-column-card p {
  color: var(--muted);
}

.wa-section-action {
  margin-top: 34px;
}

.wa-photo-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(28, 24, 20, 0.13);
  background: #f6f1e8;
  box-shadow: var(--shadow);
}

.wa-photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.wa-photo-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #fffaf2;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 1px 12px rgba(28, 24, 20, 0.65);
}

.wa-signature {
  color: var(--ink);
  font-weight: 800;
}

.wa-column-card {
  display: grid;
  align-content: start;
  min-height: 220px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.wa-column-card:hover {
  border-color: rgba(199, 62, 45, 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.wa-column-card span {
  margin-bottom: 18px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 800;
}

.wa-contact-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(199, 62, 45, 0.08), transparent 26%),
    #faf7f0;
}

.wa-closing {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 22px;
  max-width: 780px;
}

.wa-closing img {
  width: 92px;
  opacity: 0.96;
}

.wa-closing p:not(.wa-section-label) {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.home-redesign .site-footer {
  border-top: 0;
  background: #1c1814;
  color: #fffaf2;
}

.home-redesign .footer-inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 52px 0;
  text-align: center;
}

.home-redesign .footer-emblem {
  width: 74px;
  border-radius: 50%;
}

.home-redesign .footer-links {
  justify-content: center;
  color: rgba(255, 250, 242, 0.82);
}

.home-redesign .subtle-link {
  color: rgba(255, 250, 242, 0.58);
}

@media (max-width: 900px) {
  .home-redesign .header-inner {
    align-items: flex-start;
  }

  .home-redesign .nav {
    justify-content: flex-start;
  }

  .wa-hero {
    min-height: auto;
    padding: 84px 0 74px;
  }

  .wa-hero-grid,
  .wa-split,
  .wa-split-photo {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wa-hero-copy {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wa-vertical-title {
    writing-mode: horizontal-tb;
    min-height: 0;
    font-size: clamp(34px, 8.6vw, 52px);
    line-height: 1.55;
  }

  .wa-vertical-title span {
    display: block;
  }

  .wa-emblem-hero {
    order: -1;
  }

  .wa-emblem-hero img {
    width: min(72vw, 300px);
  }

  .wa-section {
    padding: 74px 0;
  }

  .wa-arrow-cards,
  .wa-column-grid {
    grid-template-columns: 1fr;
  }

  .wa-arrow-card,
  .wa-column-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .wa-inner,
  .wa-narrow {
    width: min(100% - 32px, 1120px);
  }

  .wa-hero {
    padding: 56px 0 58px;
  }

  .wa-kicker,
  .wa-section-label {
    font-size: 11px;
  }

  .wa-subhead {
    font-size: 17px;
  }

  .wa-hero-text,
  .wa-prose,
  .wa-section-head p:not(.wa-section-label),
  .wa-closing p:not(.wa-section-label) {
    font-size: 14px;
    line-height: 1.95;
  }

  .wa-scene-prose {
    font-size: 15px;
  }

  .wa-question {
    font-size: 20px;
  }

  .wa-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wa-button,
  .wa-text-link {
    justify-content: center;
    width: 100%;
  }

  .wa-photo-frame img {
    aspect-ratio: 1 / 1.08;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 74, 82, 0.024) 1px, transparent 1px),
    var(--paper);
  background-size: 80px 80px, 80px 80px, auto;
  color: var(--ink);
  font-family: "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.home-page {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 74, 82, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(199, 205, 210, 0.28), transparent 24%),
    var(--paper);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 250, 0.94);
  backdrop-filter: blur(12px);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: grid;
  gap: 0;
  position: relative;
  padding-left: 16px;
}

.brand::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--brass));
  content: "";
}

.brand strong {
  font-size: 19px;
  letter-spacing: 0;
  color: var(--accent);
}

.brand span {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
}

.nav a {
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-color: var(--ink);
}

.nav .button-link {
  border: 1px solid var(--accent);
  padding: 7px 12px;
  color: var(--accent);
  box-shadow: 3px 3px 0 var(--accent-quiet);
}

.hero,
.section {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 205, 210, 0.052) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(199, 205, 210, 0.19), transparent 30%),
    linear-gradient(135deg, #2b3136, var(--deep) 72%);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.home-page .hero {
  min-height: 740px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.085) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 205, 210, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 77% 20%, rgba(199, 205, 210, 0.25), transparent 27%),
    radial-gradient(circle at 12% 86%, rgba(161, 132, 75, 0.12), transparent 24%),
    linear-gradient(135deg, #2f363c 0%, #161a1e 48%, #0d1012 100%);
}

.home-page .hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(251, 251, 250, 0.05));
  content: "";
}

.hero::after {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 42px;
  width: min(280px, 32vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass));
  content: "";
}

.hero h1 {
  color: var(--ivory);
}

.hero .lead {
  color: rgba(244, 239, 227, 0.9);
}

.hero-loss {
  margin-top: 18px;
  max-width: 680px;
  border-left: 2px solid var(--brass);
  background: rgba(255, 255, 255, 0.045);
  padding: 13px 16px;
  color: rgba(244, 239, 227, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.hero .subcopy {
  color: var(--silver);
}

.hero .eyebrow {
  color: var(--silver);
}

.hero .button {
  border-color: rgba(199, 205, 210, 0.78);
  color: var(--ivory);
}

.hero .button:hover {
  background: var(--ivory);
  color: var(--deep);
}

.hero-grid,
.split-grid,
.three-grid,
.four-grid,
.two-grid {
  display: grid;
  gap: 32px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 58px;
  position: relative;
  z-index: 1;
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
  gap: 70px;
}

.hero-copy {
  position: relative;
  max-width: 680px;
  padding: 36px 0;
}

.home-page .hero-copy::before {
  position: absolute;
  top: 4px;
  left: -30px;
  width: 1px;
  height: 120px;
  background: linear-gradient(180deg, var(--brass), transparent);
  content: "";
}

.hero-copy h1 {
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.18;
}

.home-page .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.2vw, 52px);
}

.hero-copy h1 span {
  display: block;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  border: 1px solid rgba(199, 205, 210, 0.34);
  background: rgba(199, 205, 210, 0.34);
}

.hero-signals div {
  display: grid;
  gap: 4px;
  background: rgba(17, 20, 23, 0.74);
  padding: 18px;
}

.hero-signals strong {
  color: var(--ivory);
  font-size: 17px;
}

.hero-signals span {
  color: rgba(244, 239, 227, 0.68);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.home-page .hero-visual::before {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 45%;
  height: 44%;
  border-top: 1px solid rgba(199, 205, 210, 0.44);
  border-right: 1px solid rgba(199, 205, 210, 0.44);
  content: "";
}

.hero-media {
  height: 520px;
  min-height: 520px;
  border-color: rgba(199, 205, 210, 0.4);
}

.home-page .hero-media {
  height: 560px;
  min-height: 560px;
  border-color: rgba(199, 205, 210, 0.52);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--steel);
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 18px;
}

p {
  margin: 0;
}

.lead {
  margin-top: 20px;
  max-width: 720px;
  color: var(--ink);
  font-size: 15px;
}

.subcopy {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  border: 1px solid var(--accent);
  background: transparent;
  padding: 8px 16px;
  color: var(--accent);
  font: inherit;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.button::after,
button::after {
  font-size: 12px;
  content: "->";
  opacity: 0.72;
}

.button:hover,
button:hover {
  background: var(--accent);
  box-shadow: 4px 4px 0 var(--accent-quiet);
  color: #ffffff;
  transform: translate(-1px, -1px);
}

.button--ghost {
  border-color: var(--line-strong);
  color: var(--ink);
}

.button--ghost:hover {
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--line);
  color: #ffffff;
}

.placeholder {
  display: grid;
  min-height: 280px;
  place-items: center;
  border: 1px dashed #888888;
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.placeholder.tall {
  min-height: 420px;
}

.map-frame {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--soft);
  box-shadow: 0 18px 46px rgba(17, 20, 23, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.map-caption {
  margin: 0;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.map-caption a {
  display: inline-block;
  margin-left: 12px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.section {
  padding: 72px 0;
}

.home-page .section {
  padding: 92px 0;
}

.section::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100vw - var(--max)) / 2));
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--steel), transparent);
  content: "";
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 760px;
  color: var(--muted);
}

.split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.issue-section {
  background:
    linear-gradient(90deg, rgba(121, 131, 138, 0.06), transparent 32%),
    var(--paper);
}

.home-page .issue-section {
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 241, 243, 0.42)),
    linear-gradient(90deg, rgba(121, 131, 138, 0.08), transparent 38%),
    var(--paper);
}

.issue-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
}

.home-page .issue-layout {
  align-items: center;
}

.issue-cards {
  gap: 18px;
}

.home-page .issue-cards .wide-card {
  background: rgba(251, 251, 250, 0.88);
}

.home-page .issue-cards .wide-card:nth-child(2) {
  margin-left: 32px;
}

.home-page .issue-cards .wide-card:nth-child(3) {
  margin-left: 64px;
}

.issue-cards .wide-card {
  min-height: 104px;
}

.gear-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(199, 205, 210, 0.16), transparent 28%),
    linear-gradient(135deg, #2b3136, var(--deep));
  color: var(--ivory);
}

.home-page .gear-section {
  padding: 104px 0 94px;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.075) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 205, 210, 0.048) 1px, transparent 1px),
    radial-gradient(circle at 82% 24%, rgba(199, 205, 210, 0.22), transparent 27%),
    linear-gradient(135deg, #30373d, #111417 68%);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.gear-section::before {
  background: linear-gradient(90deg, var(--silver), transparent);
}

.gear-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 46px;
  align-items: center;
  position: relative;
}

.home-page .gear-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1.22fr);
  gap: 58px;
}

.gear-message {
  display: grid;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.gear-message .eyebrow {
  color: var(--silver);
}

.gear-message h2 {
  color: var(--ivory);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.45;
}

.gear-message h2 span {
  display: block;
}

.gear-message p {
  max-width: 520px;
  color: rgba(244, 239, 227, 0.72);
}

.gear-photo {
  min-height: 390px;
  border-color: rgba(199, 205, 210, 0.4);
}

.home-page .gear-photo {
  min-height: 430px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.32);
}

.gear-photo::after {
  background:
    linear-gradient(90deg, rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.08) 44%),
    linear-gradient(180deg, rgba(23, 27, 24, 0) 55%, rgba(23, 27, 24, 0.42));
}

.gear-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  grid-column: 1 / -1;
  border: 1px solid rgba(199, 205, 210, 0.32);
  background: rgba(199, 205, 210, 0.32);
}

.home-page .gear-labels {
  margin-top: 8px;
}

.gear-labels span {
  background: rgba(17, 20, 23, 0.76);
  padding: 14px 18px;
  color: rgba(244, 239, 227, 0.84);
  font-weight: 700;
  text-align: center;
}

.split-grid--balanced {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
}

.three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.metric,
.panel,
.wide-card {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 22px;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(23, 27, 24, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.card:hover,
.wide-card:hover,
.metric:hover {
  border-color: var(--steel);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.card p,
.panel p,
.metric p,
.wide-card p,
.list p {
  color: var(--muted);
}

.wide-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  position: relative;
}

.wide-card::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 2px;
  background: var(--accent-quiet);
  content: "";
}

.wide-card span {
  color: var(--muted);
  font-weight: 700;
}

.metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 21px;
  line-height: 1.2;
}

.metric {
  position: relative;
}

.metric::before {
  position: absolute;
  top: -1px;
  left: 22px;
  width: 36px;
  height: 1px;
  background: var(--steel);
  content: "";
}

.list {
  display: grid;
  gap: 16px;
}

.list-item {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.page-title {
  border-bottom: 1px solid var(--line);
  padding: 64px 0 48px;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.075) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 205, 210, 0.052) 1px, transparent 1px),
    linear-gradient(135deg, #2b3136, var(--deep));
  background-size: 96px 96px, 96px 96px, auto;
}

.page-title h1 {
  color: var(--ivory);
}

.page-title .eyebrow {
  color: var(--silver);
}

.page-title p {
  color: rgba(244, 239, 227, 0.74);
}

.page-title--quiet {
  padding: 72px 0 56px;
}

.page-title .section-inner > p:not(.eyebrow) {
  margin-top: 18px;
  max-width: 760px;
}

.page-title .button {
  border-color: rgba(199, 205, 210, 0.78);
  color: var(--ivory);
}

.page-title .button:hover {
  background: var(--ivory);
  color: var(--deep);
}

.section--soft {
  background:
    linear-gradient(135deg, rgba(121, 131, 138, 0.09), transparent 30%),
    var(--soft);
}

.home-page .section--soft {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.07), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 35%),
    var(--soft);
}

.founder-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

.founder-story-section {
  background:
    linear-gradient(90deg, transparent 52%, rgba(62, 74, 82, 0.07) 52%),
    var(--paper);
}

.home-page .founder-story-section {
  background:
    linear-gradient(90deg, transparent 48%, rgba(62, 74, 82, 0.08) 48%),
    linear-gradient(180deg, var(--paper), #ffffff);
}

.founder-story-media {
  min-height: 360px;
  transform: translateY(18px);
}

.founder-story-copy {
  display: grid;
  gap: 18px;
  position: relative;
  border: 1px solid var(--line);
  background: rgba(251, 251, 250, 0.9);
  padding: 34px;
  box-shadow: var(--shadow);
}

.home-page .founder-story-copy {
  padding: 40px;
  border-color: rgba(211, 215, 219, 0.9);
  box-shadow: 0 30px 78px rgba(17, 20, 23, 0.13);
}

.founder-story-copy p {
  color: var(--muted);
}

.story-stat {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.story-stat strong {
  color: var(--accent);
  font-size: clamp(26px, 3.8vw, 42px);
  line-height: 1.18;
}

.story-stat span {
  color: var(--muted);
}

.result-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 56px;
  align-items: stretch;
}

.result-number {
  position: relative;
  min-height: 360px;
  justify-content: end;
}

.result-number::before {
  width: 64px;
  height: 1px;
  background: var(--accent);
  content: "";
}

.result-context {
  display: grid;
  align-content: center;
  border-top: 1px solid var(--line);
}

.context-line {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.context-line span {
  color: var(--accent);
  font-weight: 700;
}

.context-line p {
  color: var(--muted);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.proof-main {
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.3)),
    var(--paper);
  box-shadow: var(--shadow);
}

.proof-main strong {
  display: block;
  color: var(--accent);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: 0;
}

.proof-main p {
  max-width: 680px;
  color: var(--muted);
}

.proof-stack {
  display: grid;
  gap: 16px;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.trust-summary {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  background: rgba(255, 254, 253, 0.82);
  box-shadow: 0 14px 34px rgba(23, 27, 24, 0.05);
}

.home-page .trust-summary {
  position: sticky;
  top: 104px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 251, 250, 0.9)),
    var(--paper);
}

.trust-summary p {
  color: var(--muted);
}

.evidence-list {
  display: grid;
  gap: 16px;
}

.evidence-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.evidence-item span {
  color: var(--muted);
  font-weight: 700;
}

.ai-use-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.ai-use-list div {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.ai-use-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.ai-use-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.improvement-section {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 74, 82, 0.04) 1px, transparent 1px),
    #ffffff;
  background-size: 96px 96px;
}

.improvement-layout {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.improvement-layout .section-head {
  margin-bottom: 0;
  padding-top: 8px;
}

.improvement-layout .section-head h2 {
  max-width: 460px;
}

.improvement-layout .section-head p:not(.eyebrow) {
  max-width: 420px;
}

.improvement-layout .list {
  max-width: 720px;
}

.improvement-layout .media-frame {
  max-width: 640px;
  margin-top: 4px;
}

.story-block {
  display: grid;
  gap: 28px;
}

.process-grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.process-step:last-child {
  border-bottom: 0;
}

.process-step span {
  color: var(--muted);
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 1px;
  background: linear-gradient(180deg, var(--accent-quiet), transparent);
  content: "";
}

.timeline-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.timeline-item span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-weight: 700;
}

.timeline-item p {
  color: var(--ink);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
}

.learning-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: start;
}

.quote-panel {
  display: grid;
  gap: 16px;
  border-left: 1px solid var(--accent);
  background: var(--paper);
  padding: 24px;
  box-shadow: var(--shadow);
}

.quote-panel p {
  color: var(--ink);
}

.evidence-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, 0.94fr));
  gap: 18px;
  align-items: stretch;
}

.card--large {
  display: grid;
  align-content: end;
  min-height: 230px;
  background: linear-gradient(180deg, #ffffff, var(--soft));
}

.service-cards {
  align-items: stretch;
}

.service-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 240px;
  padding-top: 28px;
}

.home-page .service-card {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 241, 243, 0.38)),
    var(--paper);
}

.home-page .service-card::before {
  position: absolute;
  top: -1px;
  left: 22px;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--steel), transparent);
  content: "";
}

.service-card:nth-child(2) {
  margin-top: 28px;
}

.service-card:nth-child(3) {
  margin-top: 56px;
}

.card-number {
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.service-card h3 {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.process-grid--quiet {
  background: var(--paper);
}

.process-grid--quiet .process-step {
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 28px 0;
}

.process-grid--quiet .process-step span {
  color: var(--accent);
}

.info-table {
  display: grid;
  border-top: 1px solid var(--line);
}

.info-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.info-row dt {
  color: var(--muted);
  font-weight: 700;
}

.info-row dd {
  margin: 0;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.18), transparent 48%),
    linear-gradient(135deg, #2b3136, var(--deep));
  box-shadow: var(--shadow);
}

.cta-band h2 {
  color: var(--ivory);
}

.cta-band .eyebrow {
  color: var(--silver);
}

.cta-band .button {
  border-color: rgba(199, 205, 210, 0.78);
  color: var(--ivory);
}

.cta-band .button:hover {
  background: var(--ivory);
  color: var(--deep);
}

.cta-band .actions {
  justify-content: flex-end;
  margin-top: 0;
}

.media-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 280px;
  border: 1px solid rgba(211, 215, 219, 0.86);
  border-radius: 6px;
  background: var(--shade);
  box-shadow: var(--shadow);
}

.home-page .media-frame {
  border-radius: 4px;
}

.media-frame.tall {
  min-height: 420px;
}

.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 27, 24, 0) 55%, rgba(23, 27, 24, 0.3));
  content: "";
  pointer-events: none;
}

.media-frame figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.media-frame figcaption::before {
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.72);
  content: "";
  vertical-align: middle;
}

.form {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

.site-footer {
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.052) 1px, transparent 1px),
    var(--deep);
  background-size: 96px 100%, auto;
  color: var(--ivory);
}

.footer-inner {
  display: grid;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(244, 239, 227, 0.7);
  font-size: 14px;
}

.subtle-link {
  color: rgba(244, 239, 227, 0.56);
  font-size: 13px;
}

.hygiene-page .site-header,
.hygiene-page .site-footer {
  background: #f7f7f7;
}

.hygiene-page .nav {
  display: none;
}

.hygiene-page {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 74, 82, 0.02) 1px, transparent 1px),
    #f8faf9;
  background-size: 88px 88px, 88px 88px, auto;
}

.hygiene-page .site-header {
  position: static;
  border-bottom-color: #dde4e2;
  background: rgba(248, 250, 249, 0.96);
}

.hygiene-page .brand::before {
  background: linear-gradient(180deg, #5f7772, #9bb5ad);
}

.hygiene-page .brand strong {
  color: #263431;
}

.hygiene-page .page-title {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  padding: 78px 0 64px;
  background:
    linear-gradient(90deg, rgba(220, 232, 229, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(220, 232, 229, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 80% 22%, rgba(155, 181, 173, 0.24), transparent 27%),
    linear-gradient(135deg, #2c3a37 0%, #17211f 68%, #101615 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.hygiene-page .page-title::after {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  width: min(280px, 34vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, #9bb5ad);
  content: "";
}

.hygiene-page .section {
  padding: 82px 0;
}

.hygiene-page .section--soft {
  background:
    linear-gradient(135deg, rgba(155, 181, 173, 0.16), transparent 34%),
    #eef3f1;
}

.hygiene-intro .split-grid,
.hygiene-contact-section .split-grid {
  gap: 56px;
  align-items: center;
}

.hygiene-product-panel {
  display: grid;
  gap: 14px;
  min-height: 360px;
  align-content: end;
  border: 1px solid #d7e0dd;
  border-radius: 6px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(221, 232, 229, 0.62)),
    #f9fbfa;
  box-shadow: 0 22px 58px rgba(20, 31, 29, 0.1);
}

.hygiene-product-panel strong {
  color: #263431;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 0.95;
}

.hygiene-product-panel span {
  color: #5f7772;
  font-weight: 700;
}

.hygiene-product-panel p,
.hygiene-copy p {
  color: var(--muted);
}

.hygiene-page .card,
.hygiene-contact-card,
.hygiene-process {
  border-color: #d7e0dd;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 249, 0.96)),
    #ffffff;
  box-shadow: 0 16px 38px rgba(20, 31, 29, 0.07);
}

.hygiene-page .card {
  position: relative;
  min-height: 210px;
}

.hygiene-page .card::before {
  position: absolute;
  top: -1px;
  left: 22px;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, #5f7772, transparent);
  content: "";
}

.hygiene-process .process-step {
  min-height: 112px;
  align-items: center;
}

.hygiene-contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.hygiene-contact-card p {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
}

.hygiene-contact-card strong {
  color: #5f7772;
}

.hygiene-page .site-footer {
  background:
    linear-gradient(90deg, rgba(220, 232, 229, 0.06) 1px, transparent 1px),
    #111817;
  background-size: 88px 100%, auto;
  color: #eef3f1;
}

.hygiene-page {
  background: #ffffff;
  color: #151515;
  font-size: 13px;
  line-height: 1.85;
}

.hygiene-page .site-header {
  position: static;
  border-bottom: 0;
  background: #ffffff;
}

.hygiene-page .header-inner {
  min-height: 82px;
  width: min(1040px, calc(100% - 40px));
}

.hygiene-page .brand {
  padding-left: 0;
}

.hygiene-page .brand::before {
  display: none;
}

.hygiene-page .brand strong {
  color: #161616;
  font-size: 17px;
  line-height: 1;
}

.hygiene-page .brand span {
  color: #555555;
  font-size: 11px;
}

.hygiene-page .hygiene-nav {
  display: flex;
  gap: 18px;
  color: #222222;
  font-size: 11px;
}

.hygiene-page .hygiene-nav .button-link {
  border: 0;
  border-radius: 999px;
  background: #ffb400;
  padding: 8px 15px;
  color: #161616;
  box-shadow: none;
  font-weight: 700;
}

.hygiene-page .section-inner,
.hygiene-page .footer-inner {
  width: min(900px, calc(100% - 40px));
}

.hygiene-hero {
  padding: 56px 0 108px;
  background: #ffffff;
}

.hygiene-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.hygiene-hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hygiene-hero-copy .eyebrow {
  display: none;
}

.hygiene-hero h1 {
  color: #161616;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.25;
}

.hygiene-hero h1 span {
  display: block;
}

.hygiene-hero-copy > p {
  max-width: 460px;
  margin-top: 14px;
  color: #333333;
  font-size: 12px;
}

.hygiene-hero-icons {
  display: grid;
  grid-template-columns: repeat(3, 78px);
  justify-content: center;
  gap: 14px;
  margin: 22px 0 8px;
}

.hygiene-hero-icons figure {
  margin: 0;
}

.hygiene-hero-icons img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.hygiene-hero-icons figcaption {
  margin-top: 4px;
  color: #555555;
  font-size: 8px;
  line-height: 1.4;
}

.hygiene-hero .actions {
  justify-content: center;
  margin-top: 20px;
}

.hygiene-hero .button,
.hygiene-service-card .button {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: #8fc7ee;
  padding: 6px 24px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.hygiene-service-card .button {
  background: #1d1d1d;
}

.hygiene-hero .button:hover,
.hygiene-service-card .button:hover {
  box-shadow: none;
  transform: none;
}

.hygiene-hero-image {
  margin: 0;
}

.hygiene-hero-image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.hygiene-hero-menu {
  display: none;
}

.hygiene-page .section {
  border-bottom: 0;
  padding: 76px 0;
}

.hygiene-page .section::before {
  display: none;
}

.hygiene-page .section-head {
  gap: 4px;
  margin-bottom: 36px;
}

.hygiene-page .eyebrow {
  display: block;
  margin: 0;
  color: #161616;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.hygiene-page .eyebrow::before {
  display: none;
}

.hygiene-page .section-head h2,
.hygiene-page .split-grid > div > h2 {
  color: #555555;
  font-size: 10px;
  font-weight: 700;
}

.hygiene-services .section-inner,
.hygiene-feature .section-inner,
.hygiene-news .section-inner,
.hygiene-company .section-inner {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.hygiene-service-list {
  display: grid;
  gap: 54px;
}

.hygiene-service-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.hygiene-service-card > span {
  display: none;
}

.hygiene-service-card figure {
  margin: 0;
}

.hygiene-service-card img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.hygiene-service-card h3,
.hygiene-message h3,
.hygiene-news-card h3 {
  color: #151515;
  font-size: 14px;
  line-height: 1.55;
}

.hygiene-service-card p,
.hygiene-message p,
.hygiene-news-card p,
.hygiene-contact p,
.form-note {
  color: #333333;
  font-size: 11px;
}

.hygiene-service-card .actions,
.hygiene-service-card .button {
  margin-top: 14px;
}

.hygiene-feature,
.hygiene-news,
.hygiene-company,
.hygiene-contact {
  background: #ffffff;
}

.hygiene-feature .split-grid,
.hygiene-news .split-grid {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 72px;
}

.hygiene-message,
.hygiene-news-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hygiene-news-card {
  display: grid;
  grid-template-columns: 120px 80px minmax(0, 1fr);
  gap: 14px 20px;
  align-items: start;
  border-top: 1px solid #b5b5b5;
  padding-top: 22px;
}

.hygiene-news-card img {
  width: 120px;
  grid-row: 2 / span 2;
}

.hygiene-news-card time,
.hygiene-news-card span {
  color: #555555;
  font-size: 10px;
}

.hygiene-news-card h3,
.hygiene-news-card p {
  grid-column: 3;
}

.hygiene-info-table {
  border-top: 0;
}

.hygiene-info-table .info-row {
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 0;
  padding: 7px 0;
}

.hygiene-info-table dt,
.hygiene-info-table dd {
  color: #151515;
  font-size: 11px;
}

.hygiene-contact {
  padding-top: 110px;
}

.hygiene-contact .contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 28px;
}

.hygiene-contact .contact-layout > div {
  text-align: center;
}

.hygiene-form {
  width: min(430px, 100%);
  max-width: 430px;
  gap: 12px;
}

.hygiene-form label {
  gap: 4px;
  color: #151515;
  font-size: 10px;
}

.hygiene-form label span {
  color: #e06262;
}

.hygiene-form input,
.hygiene-form textarea,
.hygiene-form select {
  border-color: #d7d7d7;
  background: #ffffff;
  padding: 9px 10px;
  font-size: 12px;
}

.hygiene-form textarea {
  min-height: 190px;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 10px;
}

.privacy-check input {
  width: auto;
}

.hygiene-form button {
  width: 110px;
  min-width: 110px;
  min-height: 34px;
  justify-self: center;
  border: 0;
  border-radius: 999px;
  background: #1d1d1d;
  color: #ffffff;
  font-size: 12px;
}

.hygiene-page .hygiene-footer {
  padding: 70px 0;
  background: #ffffff;
  color: #151515;
  text-align: center;
}

.hygiene-page .hygiene-footer .footer-inner {
  justify-items: center;
  gap: 10px;
}

.hygiene-page .hygiene-footer .footer-links {
  justify-content: center;
  color: #333333;
  font-size: 11px;
}

.hygiene-page .hygiene-footer .subtle-link {
  color: #555555;
}

.hygiene-detail-page .section-inner {
  width: min(980px, calc(100% - 40px));
}

.hygiene-detail-hero {
  padding: 64px 0 92px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.hygiene-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  gap: 56px;
  align-items: center;
}

.hygiene-detail-hero h1 {
  margin-top: 14px;
  color: #151515;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.35;
  letter-spacing: 0;
}

.hygiene-detail-hero p:not(.eyebrow) {
  margin-top: 18px;
  color: #333333;
  font-size: 12px;
  line-height: 2;
}

.hygiene-detail-hero .button,
.hygiene-detail-section .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 24px;
  border: 0;
  border-radius: 999px;
  background: #1d1d1d;
  padding: 8px 24px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.hygiene-detail-hero figure {
  margin: 0;
}

.hygiene-detail-hero img {
  display: block;
  width: 100%;
  max-height: 420px;
  border-radius: 16px;
  object-fit: contain;
}

.aircon-page .hygiene-detail-hero img {
  max-height: 440px;
  object-fit: cover;
}

.hygiene-detail-section {
  background: #ffffff;
}

.hygiene-detail-section:nth-of-type(odd),
.hygiene-faq-section {
  background: #f7fbfd;
}

.hygiene-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.hygiene-feature-grid article,
.hygiene-mini-list article,
.hygiene-stat-grid article,
.hygiene-price-grid article,
.hygiene-faq-list details,
.hygiene-voice-grid blockquote {
  border: 1px solid #e4e9ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(37, 57, 69, 0.08);
}

.hygiene-feature-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
}

.hygiene-feature-grid img {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  object-fit: cover;
}

.hygiene-feature-grid.no-image {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hygiene-feature-grid.no-image article {
  min-height: 190px;
}

.hygiene-feature-grid h3,
.hygiene-mini-list h3,
.hygiene-price-grid span {
  color: #151515;
  font-size: 14px;
  line-height: 1.6;
}

.hygiene-feature-grid p,
.hygiene-mini-list p,
.hygiene-stat-grid p,
.hygiene-price-grid p,
.hygiene-faq-list p,
.hygiene-voice-grid blockquote,
.hygiene-detail-section .hygiene-message p {
  color: #333333;
  font-size: 11px;
  line-height: 1.9;
}

.hygiene-two-column {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.hygiene-mini-list {
  display: grid;
  gap: 16px;
}

.hygiene-mini-list article {
  padding: 22px 24px;
}

.hygiene-stat-grid,
.hygiene-price-grid,
.hygiene-voice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hygiene-stat-grid article,
.hygiene-price-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.hygiene-stat-grid strong,
.hygiene-price-grid strong {
  color: #151515;
  font-size: 24px;
  line-height: 1.25;
}

.hygiene-faq-list {
  display: grid;
  gap: 12px;
}

.hygiene-faq-list details {
  padding: 18px 22px;
}

.hygiene-faq-list summary {
  cursor: pointer;
  color: #151515;
  font-size: 13px;
  font-weight: 700;
}

.hygiene-faq-list p {
  margin-top: 12px;
}

.hygiene-voice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hygiene-voice-grid blockquote {
  margin: 0;
  padding: 24px;
}

.hygiene-voice-grid cite {
  display: block;
  margin-top: 16px;
  color: #555555;
  font-size: 10px;
  font-style: normal;
}

.at254-feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}

.at254-feature-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.at254-feature-list figure {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid #e3e7ea;
  border-radius: 12px;
  background: #ffffff;
  margin: 0;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(35, 52, 62, 0.08);
}

.at254-feature-list img {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  object-fit: contain;
}

.at254-feature-list h3 {
  color: #151515;
  font-size: 14px;
  line-height: 1.8;
}

.at254-feature-list p {
  max-width: 560px;
  color: #151515;
  font-size: 12px;
  line-height: 2;
}

.at254-narrative-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.at254-section-label {
  position: sticky;
  top: 24px;
}

.at254-story-list {
  display: grid;
  gap: 34px;
}

.at254-story-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.at254-story-row figure,
.at254-maintenance-layout figure {
  margin: 0;
}

.at254-story-row img,
.at254-maintenance-layout img {
  display: block;
  width: 100%;
  height: 178px;
  border-radius: 0;
  object-fit: cover;
}

.at254-story-row h3,
.at254-maintenance-layout h3,
.at254-evidence-intro h3,
.at254-evidence-row h3 {
  color: #151515;
  font-size: 14px;
  line-height: 1.8;
}

.at254-story-row p,
.at254-maintenance-layout p,
.at254-maintenance-layout li,
.at254-evidence-intro p,
.at254-evidence-row p {
  color: #151515;
  font-size: 12px;
  line-height: 2;
}

.at254-maintenance-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.at254-maintenance-layout img {
  height: 330px;
  object-fit: cover;
}

.at254-maintenance-layout ul {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.at254-maintenance-layout li::before {
  content: "・";
}

.at254-evidence-content {
  display: grid;
  gap: 44px;
}

.at254-evidence-intro {
  max-width: 720px;
}

.at254-evidence-list {
  display: grid;
  gap: 46px;
}

.at254-evidence-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.at254-proof-card {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid #e3e7ea;
  border-radius: 12px;
  background: #ffffff;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(35, 52, 62, 0.08);
}

.at254-proof-card .proof-icon {
  color: #0052c9;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.at254-proof-card strong {
  color: #0052c9;
  font-size: 46px;
  line-height: 1;
}

.at254-proof-card span:not(.proof-icon) {
  color: #0052c9;
  font-size: 16px;
  font-weight: 800;
}

.at254-proof-card small {
  border-top: 1px solid #e3e7ea;
  margin-top: 8px;
  padding-top: 10px;
  color: #151515;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.at254-proof-card.proof-green strong {
  color: #009486;
  font-size: 42px;
  letter-spacing: 0;
}

.at254-proof-card.proof-green small {
  color: #151515;
}

.hygiene-page .header-inner {
  width: min(1280px, calc(100% - 36px));
}

.hygiene-page .section-inner,
.hygiene-detail-page .section-inner,
.hygiene-page .footer-inner {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.hygiene-hero-grid,
.hygiene-detail-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1fr);
  gap: 54px;
}

.hygiene-hero h1,
.hygiene-detail-hero h1 {
  font-size: clamp(28px, 2.6vw, 38px);
}

.hygiene-detail-hero img {
  max-height: 300px;
}

.hygiene-services .section-inner,
.hygiene-feature .section-inner,
.hygiene-news .section-inner,
.hygiene-company .section-inner,
.hygiene-feature .split-grid,
.hygiene-news .split-grid,
.hygiene-two-column,
.at254-narrative-grid {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 54px;
}

.hygiene-service-card {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
}

.hygiene-service-card img {
  max-height: 150px;
}

.onewipe-feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}

.onewipe-feature-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.onewipe-feature-list figure {
  display: grid;
  place-items: center;
  margin: 0;
}

.onewipe-feature-list img {
  width: 160px;
  height: 160px;
  border-radius: 999px;
  object-fit: contain;
}

.onewipe-feature-list h3,
.onewipe-feature-list p {
  color: #151515;
}

.hygiene-profile-main {
  min-height: 940px;
  padding: 72px 0 120px;
}

.hygiene-profile-inner {
  display: grid;
  justify-items: center;
}

.hygiene-profile-inner .breadcrumb {
  justify-self: end;
  margin: 0 0 56px;
  color: #555555;
  font-size: 12px;
}

.hygiene-profile-inner h1 {
  margin-bottom: 22px;
  color: #151515;
  font-size: 28px;
  letter-spacing: 0;
}

.hygiene-profile-photo {
  width: min(520px, 100%);
  margin: 0 0 20px;
  background: #f7f7f7;
  text-align: center;
}

.hygiene-profile-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.hygiene-profile-copy {
  width: min(520px, 100%);
  color: #151515;
}

.hygiene-profile-copy h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.4;
}

.hygiene-profile-copy h3 {
  margin-top: 28px;
  font-size: 15px;
}

.hygiene-profile-copy p,
.hygiene-profile-copy li {
  font-size: 13px;
  line-height: 1.9;
}

.hygiene-profile-copy ul {
  display: grid;
  gap: 4px;
  margin: 16px 0;
  padding-left: 20px;
}

.hygiene-profile-social {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 76px;
  font-size: 12px;
}

.hygiene-profile-social div {
  display: flex;
  gap: 26px;
}

.hygiene-profile-social a {
  color: #151515;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.service-page,
.results-page,
.profile-page,
.purpose-page,
.column-page,
.company-page,
.contact-page {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.034) 1px, transparent 1px),
    linear-gradient(180deg, rgba(62, 74, 82, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 14% 12%, rgba(199, 205, 210, 0.24), transparent 22%),
    var(--paper);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.service-page .page-title,
.results-page .page-title,
.profile-page .page-title,
.purpose-page .page-title,
.column-page .page-title,
.company-page .page-title,
.contact-page .page-title {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  padding: 84px 0 66px;
  background:
    linear-gradient(90deg, rgba(199, 205, 210, 0.085) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 205, 210, 0.052) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(199, 205, 210, 0.22), transparent 26%),
    linear-gradient(135deg, #30373d 0%, #15191d 58%, #0d1012 100%);
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.service-page .page-title::after,
.results-page .page-title::after,
.profile-page .page-title::after,
.purpose-page .page-title::after,
.column-page .page-title::after,
.company-page .page-title::after,
.contact-page .page-title::after {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  width: min(300px, 36vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass));
  content: "";
}

.service-page .section,
.results-page .section,
.profile-page .section,
.purpose-page .section,
.column-page .section,
.company-page .section,
.contact-page .section {
  padding: 88px 0;
}

.service-page .section--soft,
.results-page .section--soft,
.profile-page .section--soft,
.purpose-page .section--soft,
.column-page .section--soft,
.company-page .section--soft,
.contact-page .section--soft {
  background:
    linear-gradient(90deg, rgba(62, 74, 82, 0.07), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), transparent 34%),
    var(--soft);
}

.purpose-page .split-grid,
.company-page .split-grid {
  gap: 58px;
  align-items: center;
}

.purpose-page .quote-panel,
.column-page .card,
.company-page .card,
.company-page .info-table,
.contact-page .form,
.contact-page .panel,
.contact-page .process-grid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 251, 250, 0.92)),
    var(--paper);
  box-shadow: 0 18px 46px rgba(17, 20, 23, 0.08);
}

.purpose-page .quote-panel {
  padding: 34px;
  border-left-color: var(--steel);
}

.purpose-page .three-grid .card {
  min-height: 230px;
  padding: 28px;
}

.column-page .page-title .actions {
  margin-top: 28px;
}

.column-page .three-grid {
  gap: 22px;
}

.column-page .card {
  min-height: 210px;
  padding: 26px;
}

.column-page .card h3 {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.column-page .article-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
}

.column-page .article-card small {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
}

.column-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.column-meta span {
  border: 1px solid rgba(121, 131, 138, 0.28);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.article-inner {
  max-width: 840px;
}

.article-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
}

.article-lead {
  max-width: 760px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.9;
}

.article-content {
  margin-top: 40px;
}

.article-content h2 {
  margin-top: 42px;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p + p {
  margin-top: 14px;
}

.article-note {
  margin: 36px 0;
  border: 1px solid var(--line);
  border-left: 3px solid var(--steel);
  border-radius: 6px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(251, 251, 250, 0.94)),
    var(--paper);
}

.article-note h3 {
  margin-top: 8px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.column-page .card::before,
.company-page .card::before {
  position: absolute;
  top: -1px;
  left: 26px;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, var(--steel), transparent);
  content: "";
}

.column-page .card,
.company-page .card {
  position: relative;
}

.company-page .info-table {
  border: 1px solid var(--line);
  padding: 10px 28px;
}

.company-page .info-row {
  grid-template-columns: 130px minmax(0, 1fr);
}

.company-page .placeholder {
  min-height: 320px;
  border-style: solid;
  background:
    linear-gradient(135deg, rgba(199, 205, 210, 0.34), transparent),
    var(--soft);
}

.contact-page .contact-layout {
  gap: 54px;
}

.contact-page .form,
.contact-page .panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px;
}

.contact-page .panel {
  position: sticky;
  top: 104px;
}

.hidden-field {
  display: none !important;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hygiene-thanks-panel {
  max-width: 680px;
  background: #fff;
  border: 1px solid rgba(0, 48, 41, 0.12);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: 0 18px 48px rgba(0, 48, 41, 0.08);
}

.hygiene-thanks-panel h1 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.45;
}

.hygiene-thanks-panel p {
  line-height: 2;
}

.contact-page input,
.contact-page textarea,
.contact-page select {
  background: #ffffff;
}

.contact-page .form-note {
  margin: 0 0 18px;
  border: 1px solid rgba(121, 131, 138, 0.22);
  border-left: 3px solid var(--steel);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.contact-page button {
  width: fit-content;
  min-width: 160px;
}

.thanks-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: start;
}

.thanks-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 251, 250, 0.94)),
    var(--paper);
  box-shadow: 0 18px 46px rgba(17, 20, 23, 0.08);
}

.thanks-panel p + p {
  margin-top: 14px;
}

.thanks-panel .actions {
  margin-top: 28px;
}

.thanks-layout > .panel h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.08rem);
  line-height: 1.75;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.thanks-layout > .panel p:not(.eyebrow) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.service-page .trust-grid,
.profile-page .trust-grid {
  gap: 54px;
  align-items: center;
}

.service-page .trust-summary,
.profile-page .trust-summary {
  padding: 34px;
  border-color: rgba(211, 215, 219, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(251, 251, 250, 0.92)),
    var(--paper);
  box-shadow: 0 28px 70px rgba(17, 20, 23, 0.12);
}

.service-page .evidence-list,
.profile-page .evidence-list {
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-page .evidence-item,
.profile-page .evidence-item {
  min-height: 92px;
  align-items: center;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.service-page .service-identity-section {
  padding: clamp(96px, 11vw, 150px) 0;
  background:
    linear-gradient(90deg, rgba(154, 123, 63, 0.05), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 240, 230, 0.72)),
    var(--paper);
}

.service-page .service-identity-prose {
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 72px) clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(154, 123, 63, 0.34);
  border-bottom: 1px solid rgba(154, 123, 63, 0.24);
}

.service-page .service-identity-prose h2 {
  max-width: 680px;
  margin-bottom: clamp(34px, 5vw, 56px);
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.75;
}

.service-page .service-identity-copy {
  max-width: 720px;
}

.service-page .service-identity-copy p {
  color: var(--ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 2.32;
}

.service-page .service-identity-copy p + p {
  margin-top: clamp(20px, 3vw, 32px);
}

.service-page .service-cards {
  gap: 24px;
}

.service-page .service-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 241, 243, 0.38)),
    var(--paper);
}

.service-page .service-card::before {
  position: absolute;
  top: -1px;
  left: 30px;
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--steel), transparent);
  content: "";
}

.service-page .process-grid,
.results-page .process-grid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 251, 250, 0.9)),
    var(--paper);
  box-shadow: 0 18px 46px rgba(17, 20, 23, 0.08);
}

.service-page .process-step,
.results-page .process-step {
  min-height: 118px;
  align-items: center;
}

.results-page .result-showcase {
  gap: 70px;
  align-items: center;
}

.results-page .result-number {
  min-height: 430px;
  padding: 40px;
  border-color: rgba(211, 215, 219, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 241, 243, 0.5)),
    var(--paper);
}

.results-page .result-number strong {
  font-size: clamp(42px, 6vw, 72px);
}

.results-page .result-context {
  border-top: 0;
}

.results-page .context-line {
  padding: 24px 0;
}

.results-page .learning-band {
  align-items: center;
}

.results-page .quote-panel,
.profile-page .quote-panel {
  padding: 34px;
  border-left-color: var(--steel);
  background:
    linear-gradient(180deg, #ffffff, rgba(238, 241, 243, 0.36)),
    var(--paper);
}

.results-page .evidence-mosaic {
  gap: 24px;
}

.results-page .evidence-mosaic .card {
  min-height: 230px;
  padding: 28px;
}

.service-page .media-frame,
.results-page .media-frame,
.profile-page .media-frame,
.purpose-page .media-frame {
  border-radius: 4px;
  box-shadow: 0 26px 68px rgba(17, 20, 23, 0.13);
}

.profile-page .trust-grid > .media-frame {
  min-height: 520px;
}

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  .home-page .hero {
    min-height: auto;
    padding: 72px 0;
  }

  .hero-grid,
  .split-grid,
  .split-grid--balanced,
  .three-grid,
  .four-grid,
  .two-grid,
  .ai-use-list,
  .result-showcase,
  .learning-band,
  .evidence-mosaic,
  .proof-layout,
  .quote-layout,
  .contact-layout,
  .wide-card,
  .trust-grid,
  .evidence-item,
  .process-step,
  .info-row {
    grid-template-columns: 1fr;
  }

  .home-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section {
    padding: 64px 0;
  }

  .hero-copy {
    padding: 0;
  }

  .home-page .hero-copy::before,
  .home-page .hero-visual::before {
    display: none;
  }

  .hero-copy h1 {
    font-size: 29px;
  }

  .hero-signals {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-media {
    height: auto;
    min-height: 320px;
  }

  .home-page .hero-media {
    height: auto;
    min-height: 340px;
  }

  .founder-story,
  .issue-layout,
  .gear-layout,
  .gear-labels {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-page .section {
    padding: 68px 0;
  }

  .service-page .page-title,
  .results-page .page-title,
  .profile-page .page-title,
  .purpose-page .page-title,
  .column-page .page-title,
  .company-page .page-title,
  .contact-page .page-title {
    padding: 58px 0 46px;
  }

  .service-page .section,
  .results-page .section,
  .profile-page .section,
  .purpose-page .section,
  .column-page .section,
  .company-page .section,
  .contact-page .section {
    padding: 64px 0;
  }

  .service-page .trust-grid,
  .profile-page .trust-grid,
  .results-page .result-showcase,
  .purpose-page .split-grid,
  .company-page .split-grid,
  .contact-page .contact-layout {
    gap: 30px;
  }

  .service-page .trust-summary,
  .profile-page .trust-summary,
  .results-page .result-number,
  .results-page .quote-panel,
  .profile-page .quote-panel,
  .purpose-page .quote-panel,
  .company-page .info-table,
  .contact-page .form,
  .contact-page .panel {
    padding: 24px;
  }

  .results-page .result-number,
  .profile-page .trust-grid > .media-frame {
    min-height: auto;
  }

  .home-page .issue-cards .wide-card:nth-child(2),
  .home-page .issue-cards .wide-card:nth-child(3) {
    margin-left: 0;
  }

  .home-page .gear-section {
    padding: 72px 0 68px;
  }

  .home-page .gear-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-page .trust-summary {
    position: static;
  }

  .contact-page .panel {
    position: static;
  }

  .company-page .info-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .article-page .article-inner,
  .article-template-page .article-inner {
    width: min(100%, calc(100vw - 40px));
  }

  .article-actions {
    flex-direction: column;
  }

  .article-actions .button {
    width: 100%;
  }

  .contact-page button {
    width: 100%;
  }

  .gear-message h2 {
    font-size: 26px;
  }

  .gear-photo {
    min-height: 280px;
  }

  .founder-story-media {
    transform: none;
  }

  .founder-story-copy {
    padding: 24px;
  }

  .service-card,
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    min-height: auto;
    margin-top: 0;
  }

  .placeholder.tall {
    min-height: 260px;
  }

  .media-frame.tall {
    min-height: 300px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.32;
  }

  h2 {
    font-size: 22px;
    line-height: 1.45;
  }

  p,
  li {
    line-height: 1.9;
  }

  .button,
  .nav .button-link {
    max-width: 100%;
    white-space: normal;
  }

  .page-title .section-inner > p:not(.eyebrow) {
    font-size: 15px;
  }

  .wide-card,
  .metric,
  .process-step,
  .column-page .card,
  .company-page .card {
    padding: 22px;
  }

  .proof-main {
    padding: 22px;
  }

  .proof-main strong {
    font-size: 28px;
  }

  .result-number {
    min-height: auto;
  }

  .context-line {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .card--large {
    min-height: auto;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .thanks-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .thanks-panel {
    padding: 24px;
  }

  .hygiene-page .header-inner {
    width: min(100% - 32px, 1040px);
  }

  .hygiene-page .hygiene-nav {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .hygiene-hero {
    padding: 42px 0 72px;
  }

  .hygiene-hero-grid,
  .hygiene-services .section-inner,
  .hygiene-feature .section-inner,
  .hygiene-news .section-inner,
  .hygiene-company .section-inner,
  .hygiene-feature .split-grid,
  .hygiene-news .split-grid,
  .hygiene-service-card,
  .hygiene-news-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hygiene-hero h1 {
    font-size: 28px;
  }

  .hygiene-hero-icons {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 260px;
  }

  .hygiene-hero-image {
    order: -1;
  }

  .hygiene-page .section {
    padding: 58px 0;
  }

  .hygiene-service-list {
    gap: 42px;
  }

  .hygiene-service-card img {
    max-height: 180px;
  }

  .hygiene-news-card img,
  .hygiene-news-card h3,
  .hygiene-news-card p {
    grid-column: auto;
  }

  .hygiene-news-card img {
    width: 140px;
  }

  .hygiene-info-table .info-row {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 11px 0;
  }

  .hygiene-detail-page .section-inner {
    width: min(100% - 32px, 980px);
  }

  .hygiene-detail-hero {
    padding: 42px 0 66px;
  }

  .hygiene-detail-hero-grid,
  .hygiene-two-column,
  .hygiene-feature-grid,
  .hygiene-feature-grid.no-image,
  .hygiene-stat-grid,
  .hygiene-price-grid,
  .hygiene-voice-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hygiene-detail-hero figure {
    order: -1;
  }

  .hygiene-detail-hero h1 {
    font-size: 28px;
  }

  .hygiene-detail-hero img {
    max-height: 320px;
  }

  .hygiene-feature-grid article,
  .hygiene-feature-grid.no-image article {
    min-height: auto;
  }

  .hygiene-feature-grid img {
    height: 180px;
  }

  .at254-feature-list {
    gap: 30px;
  }

  .at254-feature-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
  }

  .at254-feature-list figure {
    width: min(100%, 180px);
    min-height: 160px;
  }

  .at254-feature-list img {
    width: 132px;
    height: 132px;
  }

  .at254-narrative-grid,
  .at254-story-row,
  .at254-maintenance-layout,
  .at254-evidence-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .at254-section-label {
    position: static;
  }

  .at254-story-list,
  .at254-evidence-list,
  .at254-evidence-content {
    gap: 28px;
  }

  .at254-story-row img,
  .at254-maintenance-layout img {
    height: 210px;
  }

  .at254-proof-card {
    min-height: 160px;
  }

  .at254-proof-card strong {
    font-size: 40px;
  }

  .hygiene-contact {
    padding-top: 64px;
  }

  .hygiene-form {
    width: 100%;
  }

  .hygiene-footer .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .hygiene-page .header-inner,
  .hygiene-page .section-inner,
  .hygiene-detail-page .section-inner,
  .hygiene-page .footer-inner {
    width: min(calc(100% - 32px), 560px);
    margin-inline: auto;
  }

  .hygiene-page .brand {
    width: 100%;
    text-align: left;
  }

  .hygiene-page .hygiene-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hygiene-hero-grid,
  .hygiene-detail-hero-grid,
  .hygiene-services .section-inner,
  .hygiene-feature .section-inner,
  .hygiene-news .section-inner,
  .hygiene-company .section-inner,
  .hygiene-feature .split-grid,
  .hygiene-news .split-grid,
  .hygiene-two-column,
  .at254-narrative-grid,
  .onewipe-feature-list article {
    justify-items: center;
  }

  .hygiene-hero-copy,
  .hygiene-detail-hero-grid > div,
  .hygiene-service-card > div,
  .hygiene-message,
  .hygiene-news-card,
  .hygiene-info-table,
  .hygiene-mini-list,
  .hygiene-faq-list,
  .hygiene-form,
  .at254-evidence-content,
  .at254-story-list,
  .at254-maintenance-layout > div,
  .onewipe-feature-list article > div {
    width: 100%;
    max-width: 420px;
  }

  .hygiene-detail-hero figure,
  .hygiene-hero-image,
  .hygiene-service-card figure,
  .at254-story-row figure,
  .at254-maintenance-layout figure {
    width: 100%;
    max-width: 360px;
  }

  .hygiene-hero-copy,
  .hygiene-contact .contact-layout > div {
    justify-items: center;
    text-align: center;
  }

  .onewipe-feature-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .onewipe-feature-list figure {
    width: min(100%, 180px);
    min-height: auto;
  }

  .onewipe-feature-list img {
    width: 132px;
    height: 132px;
  }

  .hygiene-profile-main {
    padding: 48px 0 88px;
  }

  .hygiene-profile-inner .breadcrumb {
    justify-self: center;
    margin-bottom: 36px;
  }

  .hygiene-profile-photo,
  .hygiene-profile-copy {
    width: 100%;
    max-width: 420px;
  }

  .hygiene-profile-copy h2 {
    font-size: 24px;
  }
}

/* Final priority layer for the wa-modern TOP redesign. */
.home-redesign {
  background:
    radial-gradient(circle at 12% 8%, rgba(156, 122, 60, 0.08), transparent 26%),
    linear-gradient(90deg, rgba(28, 24, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(28, 24, 20, 0.028) 1px, transparent 1px),
    #faf7f0;
  background-size: auto, 112px 112px, 112px 112px, auto;
  color: #1c1814;
}

.home-redesign .site-header {
  background: rgba(250, 247, 240, 0.93);
}

.home-redesign .site-footer {
  background: #1c1814;
  color: #fffaf2;
}

/* Wa-modern unification for consulting pages. Hygiene pages are intentionally excluded. */
.service-page,
.results-page,
.column-page,
.company-page,
.contact-page,
.thanks-page {
  --ink: #1a1714;
  --muted: #3d362f;
  --line: rgba(26, 23, 20, 0.16);
  --paper: #f4f0e6;
  --soft: #ebe5d6;
  --accent: #b23a2e;
  --accent-quiet: #ead2c7;
  --brass: #9c7a3c;
  --shadow: 0 22px 58px rgba(26, 23, 20, 0.13);
  background-color: #f4f0e6;
  background-image:
    repeating-linear-gradient(60deg, rgba(26, 23, 20, 0.055) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(-60deg, rgba(26, 23, 20, 0.055) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(26, 23, 20, 0.045) 0 1px, transparent 1px 80px);
  background-size: auto;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.service-page .hd,
.results-page .hd,
.column-page .hd,
.company-page .hd,
.contact-page .hd,
.thanks-page .hd {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 230, 0.86);
  padding: 18px 5vw;
  backdrop-filter: blur(10px);
}

.service-page .brand-lockup,
.results-page .brand-lockup,
.column-page .brand-lockup,
.company-page .brand-lockup,
.contact-page .brand-lockup,
.thanks-page .brand-lockup {
  display: grid;
  gap: 5px;
  padding: 9px 13px;
  border: 1px solid rgba(156, 122, 60, 0.28);
  background: linear-gradient(135deg, #fff 0%, #fffaf2 100%);
  box-shadow: 0 12px 34px rgba(26, 23, 20, 0.12);
  color: var(--ink);
}

.service-page .brand-lockup img,
.results-page .brand-lockup img,
.column-page .brand-lockup img,
.company-page .brand-lockup img,
.contact-page .brand-lockup img,
.thanks-page .brand-lockup img {
  display: block;
  width: 258px;
  max-width: 54vw;
  height: auto;
}

.service-page .brand-lockup .sub,
.results-page .brand-lockup .sub,
.column-page .brand-lockup .sub,
.company-page .brand-lockup .sub,
.contact-page .brand-lockup .sub,
.thanks-page .brand-lockup .sub {
  display: none;
}

.service-page .hd nav,
.results-page .hd nav,
.column-page .hd nav,
.company-page .hd nav,
.contact-page .hd nav,
.thanks-page .hd nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.service-page .hd nav a,
.results-page .hd nav a,
.column-page .hd nav a,
.company-page .hd nav a,
.contact-page .hd nav a,
.thanks-page .hd nav a {
  border: 0;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 180ms ease;
}

.service-page .hd nav a:hover,
.results-page .hd nav a:hover,
.column-page .hd nav a:hover,
.company-page .hd nav a:hover,
.contact-page .hd nav a:hover,
.thanks-page .hd nav a:hover {
  color: var(--accent);
}

.service-page .menu-btn,
.results-page .menu-btn,
.column-page .menu-btn,
.company-page .menu-btn,
.contact-page .menu-btn,
.thanks-page .menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
}

.service-page .hd .cta,
.results-page .hd .cta,
.column-page .hd .cta,
.company-page .hd .cta,
.contact-page .hd .cta,
.thanks-page .hd .cta {
  background: var(--accent);
  color: #fff !important;
  padding: 11px 22px;
  font-weight: 700;
}

.service-page .page-title,
.results-page .page-title,
.column-page .page-title,
.company-page .page-title,
.contact-page .page-title,
.thanks-page .page-title {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 170px 0 86px;
  background:
    radial-gradient(circle at 82% 18%, rgba(156, 122, 60, 0.09), transparent 28%),
    rgba(244, 240, 230, 0.58);
  color: var(--ink);
}

.service-page .page-title::after,
.results-page .page-title::after,
.column-page .page-title::after,
.company-page .page-title::after,
.contact-page .page-title::after,
.thanks-page .page-title::after {
  background: linear-gradient(90deg, transparent, var(--brass));
}

.service-page .page-title h1,
.results-page .page-title h1,
.column-page .page-title h1,
.company-page .page-title h1,
.contact-page .page-title h1,
.thanks-page .page-title h1,
.service-page .section h2,
.results-page .section h2,
.column-page .section h2,
.company-page .section h2,
.contact-page .section h2,
.thanks-page .section h2 {
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Zen Old Mincho", serif;
  line-height: 1.65;
}

.service-page p,
.results-page p,
.column-page p,
.company-page p,
.contact-page p,
.thanks-page p {
  color: var(--muted);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.service-page .section,
.results-page .section,
.column-page .section,
.company-page .section,
.contact-page .section,
.thanks-page .section {
  padding: 96px 0;
}

.service-page .section--soft,
.results-page .section--soft,
.column-page .section--soft,
.company-page .section--soft,
.contact-page .section--soft,
.thanks-page .section--soft {
  background: rgba(235, 229, 214, 0.76);
}

.service-page .button,
.results-page .button,
.column-page .button,
.company-page .button,
.contact-page .button,
.thanks-page .button,
.service-page .button-link,
.results-page .button-link,
.column-page .button-link,
.company-page .button-link,
.contact-page .button-link,
.thanks-page .button-link {
  border: 1px solid var(--accent);
  border-radius: 0;
  background: var(--accent);
  color: #fffaf2;
  box-shadow: none;
}

.service-page .button--ghost,
.results-page .button--ghost,
.column-page .button--ghost,
.company-page .button--ghost,
.contact-page .button--ghost,
.thanks-page .button--ghost {
  background: transparent;
  color: var(--ink);
}

.service-page .eyebrow,
.results-page .eyebrow,
.column-page .eyebrow,
.company-page .eyebrow,
.contact-page .eyebrow,
.thanks-page .eyebrow,
.service-page .section-label,
.results-page .section-label,
.column-page .section-label,
.company-page .section-label,
.contact-page .section-label,
.thanks-page .section-label {
  color: var(--accent);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.results-page .section-label {
  margin-bottom: 18px;
  font-size: 23px;
  letter-spacing: 0.12em;
}

.results-page .compact-head {
  margin: 0;
  text-align: left;
}

.results-page .wa-prose-block p {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 2.25;
}

.results-page .wa-prose-block p + p {
  margin-top: 22px;
}

.results-page .wa-prose-narrow {
  max-width: 780px;
  margin: 36px auto 0;
}

.results-page .structure-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.results-page .structure-flow div {
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(156, 122, 60, 0.28);
  padding: 28px;
  background: rgba(250, 247, 240, 0.72);
}

.results-page .structure-flow span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 800;
}

.results-page .four-point-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.results-page .four-point-grid .card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(250, 247, 240, 0.78);
}

.service-page .service-narrow {
  max-width: 860px;
}

.service-page .service-identity-section {
  background:
    linear-gradient(180deg, rgba(250, 247, 240, 0.74), rgba(244, 240, 230, 0.92)),
    radial-gradient(circle at 18% 18%, rgba(156, 122, 60, 0.1), transparent 34%);
  border-top: 1px solid rgba(156, 122, 60, 0.18);
  border-bottom: 1px solid rgba(156, 122, 60, 0.18);
}

.service-page .service-identity-copy {
  margin-top: 34px;
  padding-left: clamp(0px, 3vw, 56px);
  border-left: 1px solid rgba(178, 58, 46, 0.25);
}

.service-page .service-identity-photo,
.results-page .results-seminar-photo {
  position: relative;
  overflow: hidden;
  margin: clamp(30px, 5vw, 52px) 0;
  border: 1px solid rgba(26, 23, 20, 0.14);
  background: rgba(250, 247, 240, 0.78);
  box-shadow: 0 22px 58px rgba(26, 23, 20, 0.11);
}

.service-page .service-identity-photo img,
.results-page .results-seminar-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.service-page .service-identity-photo figcaption,
.results-page .results-seminar-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #fffaf2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 12px rgba(26, 23, 20, 0.68);
}

.results-page .results-seminar-photo {
  max-width: 760px;
}

.service-page .service-identity-copy p {
  max-width: 700px;
  margin: 0 0 1.35em;
  color: var(--ink);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2.25;
}

.service-page .three-arrow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.service-page .arrow-card {
  position: relative;
  min-height: 280px;
  padding: 34px 30px 32px;
  background: rgba(250, 247, 240, 0.86);
  border: 1px solid rgba(156, 122, 60, 0.2);
  box-shadow: 0 18px 44px rgba(26, 23, 20, 0.06);
}

.service-page .arrow-card::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
  background: url("/assets/images/arrow-wamodern.png") center / contain no-repeat;
  opacity: 0.78;
  pointer-events: none;
}

.service-page .process-lead {
  max-width: 780px;
  margin: -8px 0 34px;
  color: rgba(61, 54, 47, 0.74);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1vw, 15.5px);
  line-height: 2;
}

.service-page .arrow-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-page .arrow-card h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
}

.service-page .arrow-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 2;
}

.service-page .process-step span {
  font-family: "Shippori Mincho B1", serif;
  color: var(--accent);
  font-size: 1.25rem;
}

.service-page .text-link,
.results-page .text-link {
  color: var(--accent);
}

.service-page .cta-band,
.results-page .cta-band {
  background: linear-gradient(135deg, #1a1714, #24201c);
  color: #faf7f0;
  border: 1px solid rgba(156, 122, 60, 0.35);
  box-shadow: 0 24px 60px rgba(26, 23, 20, 0.14);
}

.service-page .cta-band .section-label,
.results-page .cta-band .section-label,
.service-page .cta-band .eyebrow,
.results-page .cta-band .eyebrow {
  color: #d2aa56;
}

.service-page .cta-band h2,
.results-page .cta-band h2,
.service-page .cta-band p,
.results-page .cta-band p {
  color: #faf7f0;
}

.service-page .cta-band .button,
.results-page .cta-band .button {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.service-page .cta-band .button--ghost,
.results-page .cta-band .button--ghost {
  background: transparent;
  border-color: rgba(250, 247, 240, 0.55);
  color: #faf7f0;
}

.column-page .cta-band {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(244, 240, 230, 0.86));
  color: #1a1714;
  border: 1px solid rgba(156, 122, 60, 0.26);
  box-shadow: 0 18px 48px rgba(26, 23, 20, 0.08);
}

.column-page .cta-band h2,
.column-page .cta-band p {
  color: #1a1714;
}

.column-page .cta-band .eyebrow {
  color: var(--accent);
}

.column-page .cta-band .button {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.wa-modern-footer {
  border-top: 1px solid rgba(250, 247, 240, 0.16);
  background: #1c1814;
  color: #fffaf2;
  padding: 72px 5vw;
}

.wa-modern-footer .footer-inner {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  gap: 28px;
  text-align: center;
}

.wa-modern-footer .footer-logo {
  width: 156px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 8px 18px;
  opacity: 0.9;
}

.wa-modern-footer .footer-signature {
  color: #fffaf2;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.wa-modern-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.wa-modern-footer .subtle-link {
  color: rgba(255, 250, 242, 0.58);
}

@media (max-width: 980px) {
  .service-page .hd,
  .results-page .hd,
  .column-page .hd,
  .company-page .hd,
  .contact-page .hd,
  .thanks-page .hd {
    position: sticky;
    align-items: flex-start;
    padding: 16px 6vw;
  }

  .service-page .hd nav,
  .results-page .hd nav,
  .column-page .hd nav,
  .company-page .hd nav,
  .contact-page .hd nav,
  .thanks-page .hd nav {
    display: none;
  }

  .service-page .hd nav.open,
  .results-page .hd nav.open,
  .column-page .hd nav.open,
  .company-page .hd nav.open,
  .contact-page .hd nav.open,
  .thanks-page .hd nav.open {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    width: min(72vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    padding: 24px 6vw;
    gap: 18px;
  }

  .service-page .menu-btn,
  .results-page .menu-btn,
  .column-page .menu-btn,
  .company-page .menu-btn,
  .contact-page .menu-btn,
  .thanks-page .menu-btn {
    display: block;
  }

  .service-page .page-title,
  .results-page .page-title,
  .column-page .page-title,
  .company-page .page-title,
  .contact-page .page-title,
  .thanks-page .page-title {
    padding-top: 92px;
  }

  .service-page .three-arrow-grid,
  .results-page .structure-flow,
  .results-page .four-point-grid {
    grid-template-columns: 1fr;
  }

  .service-page .service-identity-copy {
    padding-left: 22px;
  }
}

@media (max-width: 560px) {
  .service-page .brand-lockup img,
  .results-page .brand-lockup img,
  .column-page .brand-lockup img,
  .company-page .brand-lockup img,
  .contact-page .brand-lockup img,
  .thanks-page .brand-lockup img {
    width: 188px;
  }
}

/* Shared type scale for consulting pages. TOP hero vertical title keeps its own sizing. */
.service-page,
.results-page,
.column-page,
.company-page,
.contact-page,
.thanks-page {
  --type-body: clamp(16px, 1.08vw, 17.5px);
  --type-lead: clamp(17px, 1.35vw, 20px);
  --type-h1: clamp(36px, 4.2vw, 60px);
  --type-h2: clamp(26px, 2.85vw, 38px);
  --type-h3: clamp(19px, 1.75vw, 24px);
  --type-ui: 13px;
}

.service-page .hd nav a,
.results-page .hd nav a,
.column-page .hd nav a,
.company-page .hd nav a,
.contact-page .hd nav a,
.thanks-page .hd nav a {
  font-size: var(--type-ui);
}

.service-page .page-title h1,
.results-page .page-title h1,
.column-page .page-title h1,
.company-page .page-title h1,
.contact-page .page-title h1,
.thanks-page .page-title h1 {
  font-size: var(--type-h1);
  max-width: min(100%, 16.5em);
  text-wrap: balance;
  line-break: strict;
}

.service-page .section h2,
.results-page .section h2,
.column-page .section h2,
.company-page .section h2,
.contact-page .section h2,
.thanks-page .section h2 {
  font-size: var(--type-h2);
  text-wrap: balance;
  line-break: strict;
}

.service-page .section h3,
.results-page .section h3,
.column-page .section h3,
.company-page .section h3,
.contact-page .section h3,
.thanks-page .section h3 {
  font-size: var(--type-h3);
  text-wrap: balance;
  line-break: strict;
}

.service-page p,
.results-page p,
.column-page p,
.company-page p,
.contact-page p,
.thanks-page p,
.service-page li,
.results-page li,
.column-page li,
.company-page li,
.contact-page li,
.thanks-page li,
.service-page label,
.contact-page label {
  font-size: var(--type-body);
  line-height: 2.15;
}

.service-page .page-title p,
.results-page .page-title p,
.column-page .page-title p,
.company-page .page-title p,
.contact-page .page-title p,
.thanks-page .page-title p {
  font-size: var(--type-lead);
  line-height: 2.05;
}

.service-page main p:not(.eyebrow):not(.section-label),
.results-page main p:not(.eyebrow):not(.section-label),
.column-page main p:not(.eyebrow):not(.section-label),
.company-page main p:not(.eyebrow):not(.section-label),
.contact-page main p:not(.eyebrow):not(.section-label),
.thanks-page main p:not(.eyebrow):not(.section-label),
.service-page main li,
.results-page main li,
.column-page main li,
.company-page main li,
.contact-page main li,
.thanks-page main li {
  font-size: var(--type-body) !important;
  line-height: 2.15;
}

.service-page main .page-title p:not(.eyebrow):not(.section-label),
.results-page main .page-title p:not(.eyebrow):not(.section-label),
.column-page main .page-title p:not(.eyebrow):not(.section-label),
.company-page main .page-title p:not(.eyebrow):not(.section-label),
.contact-page main .page-title p:not(.eyebrow):not(.section-label),
.thanks-page main .page-title p:not(.eyebrow):not(.section-label) {
  font-size: var(--type-lead) !important;
  line-height: 2.05;
}

.service-page .hd nav,
.results-page .hd nav,
.column-page .hd nav,
.company-page .hd nav,
.contact-page .hd nav,
.thanks-page .hd nav {
  gap: clamp(14px, 1.7vw, 22px);
}

.service-page .phrase,
.results-page .phrase,
.column-page .phrase,
.company-page .phrase,
.contact-page .phrase,
.thanks-page .phrase,
.hygiene-page .phrase,
.hygiene-studio .phrase {
  display: inline-block;
  white-space: nowrap;
}

.service-page main h1,
.service-page main h2,
.service-page main h3,
.results-page main h1,
.results-page main h2,
.results-page main h3,
.column-page main h1,
.column-page main h2,
.column-page main h3,
.company-page main h1,
.company-page main h2,
.company-page main h3,
.contact-page main h1,
.contact-page main h2,
.contact-page main h3,
.thanks-page main h1,
.thanks-page main h2,
.thanks-page main h3,
.hygiene-page main h1,
.hygiene-page main h2,
.hygiene-page main h3,
.hygiene-studio main h1,
.hygiene-studio main h2,
.hygiene-studio main h3 {
  text-wrap: balance;
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
}

/* Hygiene STUDIO-style refresh */
.hygiene-studio-page {
  --hygiene-ink: #222;
  --hygiene-muted: #555;
  --hygiene-soft: #f7f7f3;
  --hygiene-line: #e6e6df;
  --hygiene-green: #a9dfad;
  --hygiene-deep-green: #003f34;
  --hygiene-blue: #0d65c8;
  --hygiene-yellow: #ffe98a;
  background: #fff;
  color: var(--hygiene-ink);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.hygiene-studio-page .site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 0;
  box-shadow: none;
}

.hygiene-studio-page .header-inner {
  max-width: 1320px;
  min-height: 70px;
  padding-inline: clamp(16px, 2.4vw, 28px);
}

.hygiene-studio-page .brand {
  color: #111;
  gap: 2px;
}

.hygiene-studio-page .brand::before {
  display: none;
}

.hygiene-studio-page .brand strong {
  font-size: clamp(1.1rem, 1.4vw, 1.55rem);
  letter-spacing: -.03em;
  font-weight: 800;
  line-height: 1;
}

.hygiene-studio-page .brand span {
  font-size: .76rem;
  color: #111;
  font-weight: 700;
}

.hygiene-studio-page .hygiene-nav {
  gap: clamp(12px, 1.5vw, 22px);
  font-size: .78rem;
  font-weight: 700;
}

.hygiene-studio-page .hygiene-nav a {
  color: #161616;
}

.hygiene-studio-page .hygiene-nav .button-link {
  background: #f6aa00;
  color: #111;
  border-radius: 999px;
  padding: 11px 18px;
  box-shadow: none;
}

.hygiene-studio-main,
.hygiene-top-studio {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 20px clamp(80px, 12vw, 150px);
}

.hygiene-top-studio {
  max-width: 1080px;
}

.hygiene-studio-hero {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  min-height: 420px;
  margin-bottom: clamp(90px, 12vw, 160px);
}

.hygiene-studio-hero.compact-hero {
  max-width: 760px;
  margin-inline: auto;
}

.hygiene-studio-hero-copy h1,
.hygiene-top-hero h1 {
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.55;
  letter-spacing: .02em;
  font-weight: 800;
}

.hygiene-studio-hero-copy p,
.hygiene-top-hero p,
.hygiene-studio-page p,
.hygiene-studio-page li,
.hygiene-studio-page dd {
  color: var(--hygiene-muted);
  line-height: 2;
  font-size: .95rem;
}

.hygiene-kicker,
.aircon-label {
  color: #1b1b1b !important;
  font-size: .78rem !important;
  line-height: 1.4 !important;
  font-weight: 800;
  letter-spacing: .04em;
}

.hygiene-studio-hero-image img,
.hygiene-top-hero-image img,
.studio-story-list img,
.studio-structure-block img,
.studio-maintenance img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-hero img {
  max-height: 340px;
  object-fit: contain;
}

.hygiene-studio-section {
  margin: clamp(80px, 12vw, 150px) auto;
}

.split-label-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: start;
}

.studio-section-label {
  position: sticky;
  top: 90px;
}

.studio-section-label p {
  margin: 0;
  color: #333 !important;
  font-size: clamp(1.15rem, 1.7vw, 1.6rem) !important;
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: .02em;
}

.studio-section-label span {
  display: block;
  margin-top: 4px;
  font-size: .72rem;
  line-height: 1.4;
  color: #222;
  font-weight: 700;
}

.studio-feature-list {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}

.studio-feature-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.studio-feature-list figure {
  margin: 0;
}

.studio-feature-list img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.studio-feature-list h2,
.studio-story-list h2,
.studio-maintenance h2,
.studio-message-block h2 {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.6;
  margin: 0 0 12px;
  font-weight: 800;
}

.studio-proof-block,
.studio-message-block {
  display: grid;
  gap: 28px;
}

.comparison-image img {
  width: 100%;
  border: 1px solid #d9d9d0;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.studio-proof-block details,
.studio-faq-list details {
  border: 1px solid #deded7;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}

.studio-products {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
}

.product-image-column {
  display: grid;
  gap: 10px;
}

.product-image-column img {
  width: 100%;
  display: block;
}

.hygiene-yellow-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 8px 20px;
  border-radius: 999px;
  background: var(--hygiene-yellow);
  color: #111;
  font-size: .8rem;
  font-weight: 800;
  border: 1px solid #9b8c35;
  box-shadow: 0 4px 0 rgba(0,0,0,.28);
  text-decoration: none;
}

.product-text-column {
  display: grid;
  gap: clamp(40px, 7vw, 76px);
}

.product-text-column article {
  min-height: 160px;
}

.studio-spec-list {
  display: grid;
  gap: 0;
  max-width: 700px;
}

.studio-spec-list div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 12px 0;
  border-bottom: 1px solid #e4e4dc;
}

.studio-spec-list dt {
  font-weight: 800;
  color: #222;
}

.studio-story-list {
  display: grid;
  gap: 34px;
}

.studio-story-list article {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 40px;
  align-items: center;
}

.studio-story-list figure,
.studio-maintenance figure,
.studio-structure-block figure {
  margin: 0;
}

.studio-story-list img {
  aspect-ratio: 3 / 2;
}

.studio-structure-block {
  display: grid;
  gap: 22px;
  max-width: 520px;
}

.studio-structure-block p,
.studio-message-block {
  padding: 18px 22px;
  border: 1px solid #dadad2;
  background: #fff;
}

.studio-maintenance {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 44px;
  align-items: center;
}

.studio-maintenance img {
  aspect-ratio: 3 / 4;
}

.studio-evidence-content {
  max-width: 650px;
}

.studio-faq-list {
  max-width: 720px;
}

.studio-faq-list details {
  box-shadow: none;
  border-width: 0 0 1px;
  padding: 0;
}

.studio-faq-list summary {
  min-height: 48px;
  padding: 12px 8px;
  font-weight: 800;
}

.studio-faq-list p {
  padding: 0 8px 18px 36px;
}

.onewipe-page .studio-section-label {
  position: static;
  top: auto;
}

.onewipe-hero-title {
  word-break: keep-all;
  overflow-wrap: normal;
}

.onewipe-product-list {
  grid-template-columns: 1fr;
  gap: 12px;
}

.onewipe-product-row {
  display: grid;
  grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
}

.onewipe-product-row figure {
  margin: 0;
}

.onewipe-product-row img {
  display: block;
  width: 100%;
  height: auto;
}

.onewipe-product-list .hygiene-yellow-button {
  justify-self: start;
  min-width: 210px;
}

.hygiene-proof-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #2b2b2b;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.hygiene-top-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(330px, 0.88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
  margin-bottom: clamp(92px, 14vw, 180px);
}

.hygiene-top-hero-copy {
  text-align: center;
}

.hygiene-top-hero h1 {
  word-break: keep-all;
  overflow-wrap: normal;
}

.hygiene-top-hero h1 span {
  white-space: nowrap;
}

.hygiene-top-hero-image img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.hygiene-top-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px auto;
  max-width: 360px;
}

.hygiene-top-icons figure {
  margin: 0;
}

.hygiene-top-icons img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.hygiene-top-icons figcaption {
  font-size: .68rem;
  font-weight: 800;
}

.hygiene-blue-pill,
.aircon-blue-button {
  display: inline-flex;
  padding: 12px 36px;
  border-radius: 999px;
  background: #8fcdf4;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.hygiene-top-service-list {
  display: grid;
  gap: 62px;
}

.hygiene-top-service-list article {
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 72px);
  align-items: start;
}

.hygiene-top-service-list figure {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.hygiene-top-service-list img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.hygiene-top-service-list h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hygiene-top-service-list p {
  margin-top: 0;
}

.hygiene-top-service-list a {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.hygiene-top-message,
.hygiene-top-news {
  border-top: 1px solid #bfbfb7;
  padding-top: 24px;
}

.hygiene-top-news h2 a,
.hygiene-company-link,
.hygiene-text-link {
  color: inherit;
  text-decoration: none;
}

.hygiene-text-link {
  display: inline-flex;
  margin-top: 14px;
  border-bottom: 1px solid currentColor;
  font-size: .82rem;
  font-weight: 800;
}

.hygiene-company-link span {
  font-size: .9em;
}

.hygiene-news-article {
  max-width: 760px;
  margin: 0 auto;
}

.hygiene-news-article h1 {
  margin-bottom: 28px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.55;
}

.hygiene-news-article time {
  display: block;
  margin-bottom: 12px;
  color: #555;
  font-size: .82rem;
  font-weight: 800;
}

.hygiene-news-article p {
  margin: 0 0 1.4em;
}

/* Air conditioner landing page */
.aircon-lp {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px) 20px 0;
}

.aircon-header {
  border-top: 10px solid var(--hygiene-deep-green);
}

.aircon-hero {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
  min-height: 480px;
  margin: 24px auto 64px;
  align-items: stretch;
}

.aircon-hero-copy {
  background: var(--hygiene-green);
  padding: clamp(34px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

.aircon-hero-copy h1 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.6;
}

.aircon-lead {
  color: #fff !important;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem) !important;
  font-weight: 900;
  line-height: 1.35 !important;
  letter-spacing: .02em;
}

.aircon-hero-photos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 480px;
  overflow: hidden;
}

.aircon-hero-photos > img,
.aircon-hero-photo-labeled img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.aircon-hero-photo-labeled {
  position: relative;
  min-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.aircon-hero-photo-labeled figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--hygiene-deep-green);
  color: #e9ff68;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(.68rem, 1.15vw, .82rem);
  font-weight: 900;
  line-height: 1.4;
  padding: 7px 12px;
  margin: 0;
}

.aircon-section {
  margin: clamp(56px, 9vw, 112px) auto;
  text-align: center;
}

.aircon-section h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.65;
}

.aircon-sub {
  font-size: .86rem !important;
  color: #4b5852 !important;
}

.aircon-section-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #e8f3ee;
  color: var(--hygiene-deep-green) !important;
  font-weight: 900;
  margin-bottom: 18px;
}

.aircon-worry-grid,
.aircon-ba-grid,
.aircon-reason-grid,
.aircon-price-grid,
.aircon-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  text-align: left;
}

.aircon-worry-grid article,
.aircon-ba-grid article,
.aircon-reason-grid article,
.aircon-price-grid article,
.aircon-voice-grid blockquote {
  background: #f5f5f1;
  padding: 22px;
  border: 1px solid #e4e5dd;
}

.aircon-worry-grid article:nth-child(2) {
  background: linear-gradient(rgba(0,65,52,.78), rgba(0,65,52,.78)), url("/assets/images/aircon-cleaning-main.webp") center/cover;
  color: #fff;
}

.aircon-worry-grid article:nth-child(2) p,
.aircon-worry-grid article:nth-child(2) h3 {
  color: #fff;
}

.aircon-worry-grid span,
.aircon-ba-grid span {
  display: inline-block;
  background: #1e9dee;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 4px 8px;
  margin-bottom: 14px;
}

.aircon-ba-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 720px;
  margin-inline: auto;
}

.aircon-ba-grid article:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 360px;
  margin-inline: auto;
}

.aircon-ba-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 10px 0;
}

.aircon-reason-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  background: var(--hygiene-green);
}

.aircon-reason-band figure {
  margin: 0;
}

.aircon-reason-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aircon-reason-band > div {
  padding: clamp(30px, 5vw, 58px);
}

.aircon-reason-grid article span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #228df0;
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.aircon-reason-grid ul,
.aircon-price-grid ul {
  padding-left: 1.2em;
}

.aircon-water {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: 34px;
  align-items: center;
  background: #f4f4f0;
  padding: 28px;
  text-align: left;
}

.aircon-water-illust {
  margin: 0;
  background: #fff;
  border: 1px solid #cfd9d5;
  overflow: hidden;
}

.aircon-water-illust img {
  display: block;
  width: 100%;
  height: auto;
}

.aircon-price-title {
  min-height: 150px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(rgba(0,65,52,.72), rgba(0,65,52,.72)), url("/assets/images/aircon-cleaning-main.webp") center/cover;
  margin-bottom: 24px;
}

.aircon-price-title h2 {
  color: #fff;
}

.aircon-price-grid {
  grid-template-columns: repeat(2, 1fr);
}

.aircon-price-grid strong {
  display: block;
  text-align: right;
  color: #333;
  font-size: 1.15rem;
}

.aircon-voices {
  color: #fff;
  background: linear-gradient(180deg, #ace0ad, #003f34);
  padding: clamp(38px, 6vw, 70px);
}

.aircon-voices h2,
.aircon-voices .aircon-sub,
.aircon-voice-grid blockquote,
.aircon-voice-grid cite,
.aircon-voice-grid p {
  color: #fff !important;
}

.aircon-voice-grid {
  grid-template-columns: repeat(2, 1fr);
}

.aircon-voice-grid blockquote {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.1);
  margin: 0;
}

.aircon-contact-section {
  margin: clamp(60px, 10vw, 120px) auto 0;
  background: #fff;
}

.aircon-contact-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.aircon-contact-images img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.aircon-form {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 50px);
}

.aircon-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 760px) {
  .hygiene-studio-main,
  .hygiene-top-studio,
  .aircon-lp {
    width: calc(100% - 32px);
    padding-inline: 0;
  }

  .hygiene-studio-page .header-inner {
    align-items: center;
  }

  .hygiene-studio-hero,
  .hygiene-top-hero,
  .split-label-section,
  .studio-feature-list article,
  .studio-products,
  .studio-story-list article,
  .studio-maintenance,
  .hygiene-top-service-list article,
  .aircon-hero,
  .aircon-reason-band,
  .aircon-water {
    grid-template-columns: 1fr;
  }

  .studio-section-label {
    position: static;
    text-align: left;
  }

  .studio-feature-list article {
    justify-items: center;
    text-align: left;
  }

  .onewipe-product-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .onewipe-product-row figure,
  .onewipe-product-list .hygiene-yellow-button {
    width: min(100%, 260px);
    justify-self: center;
  }

  .studio-feature-list img {
    width: 132px;
    height: 132px;
  }

  .product-image-column {
    max-width: 230px;
    margin-inline: auto;
  }

  .studio-spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hygiene-top-hero-copy {
    text-align: center;
  }

  .hygiene-top-icons {
    max-width: 320px;
  }

  .aircon-hero-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .aircon-hero-copy {
    min-height: 0;
  }

  .aircon-hero-photos > img,
  .aircon-hero-photo-labeled {
    min-height: 150px;
  }

  .aircon-hero-photo-labeled figcaption {
    font-size: .62rem;
    padding: 5px 8px;
  }

  .aircon-worry-grid,
  .aircon-ba-grid,
  .aircon-reason-grid,
  .aircon-price-grid,
  .aircon-voice-grid,
  .aircon-form-row,
  .aircon-contact-images {
    grid-template-columns: 1fr;
  }

  .aircon-ba-grid article:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }
}

/* Keep Japanese phrases from breaking into one-character orphan lines. */
main h1,
main h2,
main h3,
main h4,
.page-title h1,
.section-head h2,
.compact-head h2,
.cta-band h2,
.card h3,
.wide-card h3,
.service-card h3,
.arrow-card h3,
.process-step h3,
.article-card h3,
.hygiene-page h1,
.hygiene-page h2,
.hygiene-page h3,
.hygiene-service-card h3,
.hygiene-news-card h3 {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}

main p,
main li,
main dt,
main dd,
.card p,
.wide-card p,
.service-card p,
.arrow-card p,
.process-step p,
.article-card p,
.hygiene-page p,
.hygiene-page li {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

/* Stronger Japanese kinsoku tuning for all main site text. */
body,
main,
main h1,
main h2,
main h3,
main h4,
main p,
main li,
main dt,
main dd,
.page-title,
.section-head,
.compact-head,
.cta-band,
.cta-band h2,
.cta-band p,
.card,
.card h3,
.wide-card,
.wide-card h3,
.service-card,
.service-card h3,
.arrow-card,
.arrow-card h3,
.process-step,
.process-step h3,
.article-card,
.article-card h3,
.wa-closing,
.wa-closing h2,
.wa-closing p,
.hygiene-page,
.hygiene-page h1,
.hygiene-page h2,
.hygiene-page h3,
.hygiene-page p,
.hygiene-page li {
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}

main h1,
main h2,
main h3,
.page-title h1,
.section-head h2,
.compact-head h2,
.cta-band h2,
.wa-closing h2,
.card h3,
.wide-card h3,
.service-card h3,
.arrow-card h3,
.process-step h3,
.article-card h3 {
  text-wrap: balance;
}

/* Final polish: footer spacing, active navigation, and phrase protection. */
.nowrap,
.no-break {
  white-space: nowrap;
}

.service-page .hd nav a[href="/service/"],
.results-page .hd nav a[href="/results/"],
.column-page .hd nav a[href="/column/"],
.article-template-page .hd nav a[href="/column/"],
.company-page .hd nav a[href="/company/"],
.contact-page .hd nav a[href="/contact/"],
.thanks-page .hd nav a[href="/contact/"],
.purpose-page .hd nav a[href="/purpose/"],
.profile-page .hd nav a[href="/profile/"],
.hd nav a[aria-current="page"] {
  color: var(--accent, var(--shu, #b23a2e));
  font-weight: 800;
}

.contact-page .hd nav a[href="/contact/"],
.thanks-page .hd nav a[href="/contact/"] {
  color: #fff !important;
}

.wa-modern-footer .footer-inner {
  width: min(100%, 1080px);
  box-sizing: border-box;
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
}

.wa-modern-footer .footer-logo {
  width: clamp(176px, 17vw, 236px);
  box-sizing: content-box;
  padding: 10px 34px 10px 22px;
  border: 1px solid rgba(156, 122, 60, 0.26);
  background: #fff;
  opacity: 1;
}

.home-redesign .site-footer .brand,
.site-footer .brand {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 34px 10px 22px;
  border: 1px solid rgba(156, 122, 60, 0.26);
  background: #fff;
}

.home-redesign .site-footer .brand img,
.site-footer .brand img {
  display: block;
  width: clamp(176px, 17vw, 236px);
  height: auto;
}

.results-page .evidence-mosaic.four-point-grid {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(250, 247, 240, 0.34);
}

.results-page .structure-flow {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(16px, 3vw, 28px);
  background: rgba(250, 247, 240, 0.28);
}

.service-page .arrow-card h3,
.results-page .evidence-mosaic h3,
.purpose-page .principle-card h3 {
  word-break: keep-all;
  overflow-wrap: normal;
}

.service-page .cta-band,
.results-page .cta-band {
  text-align: left;
}

.service-page .cta-band > div:first-child,
.results-page .cta-band > div:first-child {
  text-align: left;
}

.service-page .cta-band h2,
.results-page .cta-band h2,
.service-page .cta-band p,
.results-page .cta-band p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* Column cards: keep descriptions inside each card while preserving the current layout. */
.column-page .article-card,
.col .article-card {
  min-width: 0;
  overflow: hidden;
}

.column-page .article-card p,
.col .article-card p {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
