:root {
  --bg: #f7f8f7;
  --paper: #ffffff;
  --ink: #17212b;
  --muted: #63707b;
  --line: #dce2e0;
  --accent: #0f6b5b;
  --accent-dark: #123c45;
  --navy: #162a3a;
  --warm: #a76f2a;
  --soft: #edf4f2;
  --shadow: 0 18px 42px rgba(22, 42, 58, 0.1);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0, var(--bg) 520px),
    var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

img {
  display: block;
  width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(22, 42, 58, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(22, 42, 58, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(22, 42, 58, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: #253542;
  font-size: 14px;
  font-weight: 700;
}

.global-nav a {
  transition: color 0.2s ease;
}

.global-nav a:hover {
  color: var(--accent);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--accent-dark);
  background: rgba(15, 107, 91, 0.06);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 82px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #101820;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 25, 35, 0.88) 0%, rgba(12, 25, 35, 0.62) 45%, rgba(12, 25, 35, 0.18) 100%),
    url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=2200&q=82") center / cover;
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(54px, 12vh, 110px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2,
.hero h1,
.about-copy h3,
.detail-item h3,
.chosen-card h3,
.contact-band h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 700;
}

.hero h1 {
  max-width: 920px;
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 2vw, 20px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 120px) 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.25;
  letter-spacing: 0;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--accent), var(--warm));
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.about-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.about-copy p {
  margin: 0 0 18px;
  color: #3d4a54;
}

.about-panel {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-panel dl {
  margin: 0;
}

.about-panel div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.about-panel dt {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.about-panel dd {
  margin: 4px 0 0;
  color: #22313c;
  font-weight: 700;
}

.service-detail {
  position: relative;
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, #ffffff 0, #f4f7f6 100%);
  border-top: 1px solid rgba(22, 42, 58, 0.08);
  border-bottom: 1px solid rgba(22, 42, 58, 0.08);
}

.service-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: end;
  margin-bottom: 28px;
}

.service-head .section-heading {
  margin-bottom: 0;
}

.service-head > p {
  max-width: 670px;
  margin: 0 0 4px;
  color: #3d4a54;
  font-size: clamp(15px, 1.7vw, 17px);
}

.service-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 28px;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 20px 46px rgba(22, 42, 58, 0.16);
}

.service-assurance div {
  padding: 22px 24px;
}

.service-assurance div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.service-assurance span {
  display: block;
  margin-bottom: 8px;
  color: #caa56a;
  font-size: 12px;
  font-weight: 900;
}

.service-assurance strong {
  display: block;
  font-size: 18px;
  line-height: 1.45;
}

.service-assurance p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.6;
}

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

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

.detail-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-height: 260px;
  padding: clamp(22px, 3vw, 30px);
  background: var(--paper);
  border: 1px solid rgba(22, 42, 58, 0.12);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 42, 58, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.detail-item:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 107, 91, 0.34);
  box-shadow: 0 18px 42px rgba(22, 42, 58, 0.12);
}

.detail-copy {
  min-width: 0;
}

.detail-number {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
}

.detail-item h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(22px, 2.5vw, 29px);
  line-height: 1.3;
}

.detail-item p {
  margin: 0;
  color: #3d4a54;
}

.detail-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-item li {
  padding: 6px 10px;
  background: #f4f7f6;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #233744;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.detail-item img {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 16 / 6.2;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(0.82) contrast(0.96);
}

.service-flow {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  border: 1px solid rgba(22, 42, 58, 0.12);
  border-radius: 8px;
}

.service-flow h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.35;
}

.service-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  list-style: none;
  overflow: hidden;
}

.service-flow li {
  padding: 18px;
  background: #fbfcfc;
  color: #46525c;
  font-size: 13px;
  line-height: 1.65;
}

.service-flow span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 15px;
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.chosen-card + .product-grid {
  margin-top: 22px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.74fr);
  min-height: 330px;
  gap: 20px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid rgba(31, 111, 97, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(21, 36, 31, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 111, 97, 0.45);
  box-shadow: 0 24px 62px rgba(21, 36, 31, 0.16);
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.product-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  pointer-events: none;
}

.product-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.product-card p {
  max-width: 520px;
  margin: 0;
  color: #3d4a54;
}

.product-card p + p {
  margin-top: 12px;
}

.product-detail {
  font-size: 14px;
  line-height: 1.65;
}

.app-store-badge {
  display: block;
  width: 156px;
  margin-top: 24px;
  pointer-events: auto;
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.product-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.product-visual img {
  width: 100%;
  max-height: 236px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(21, 36, 31, 0.16));
}

.product-card::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  opacity: 0.2;
}

.yomer-card::before {
  background: #f2a23d;
}

.vector-card::before {
  background: #1f6f61;
}

.bubbles-card::before {
  background: #6b8fb5;
}

.product-card-text {
  grid-template-columns: 1fr;
}

.app-icon-visual img {
  width: min(100%, 180px);
  border-radius: 22%;
}

.reviews-block,
.chosen-section {
  margin-top: clamp(44px, 7vw, 76px);
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-heading.compact h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
}

.review-shell {
  position: relative;
}

.review-track {
  display: grid;
  grid-auto-columns: minmax(300px, 380px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  margin: 0 -4px;
  padding: 4px 4px 18px;
  scroll-behavior: smooth;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 246px;
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(22, 42, 58, 0.12);
  border-top: 4px solid var(--warm);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(22, 42, 58, 0.08);
  scroll-snap-align: start;
}

.review-card::before {
  content: "“";
  position: absolute;
  top: 14px;
  right: 22px;
  color: rgba(15, 107, 91, 0.1);
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;
}

.review-card blockquote {
  position: relative;
  margin: 0;
  color: #22313c;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.review-card figcaption {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.chosen-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(24px, 5vw, 46px);
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
  background: var(--paper);
  border: 1px solid rgba(31, 111, 97, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(21, 36, 31, 0.1);
}

.chosen-copy {
  min-width: 0;
}

.chosen-card h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.2;
}

.chosen-card h3 a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.chosen-card p {
  max-width: 860px;
  margin: 0;
  color: #3d4a54;
}

.chosen-visual {
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #e7f1ef, #f8faf9);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.chosen-visual img {
  width: min(58%, 220px);
  height: auto;
  object-fit: contain;
  border-radius: 22%;
  box-shadow: 0 22px 46px rgba(21, 36, 31, 0.2);
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tech-list li {
  padding: 7px 10px;
  background: #eef4f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.policy-section {
  border-top: 1px solid var(--line);
}

.policy-content {
  max-width: 980px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 30px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-meta div {
  padding: 14px 16px;
  background: #f8f8f5;
}

.policy-meta dt {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.policy-meta dd {
  margin: 3px 0 0;
  color: #2d3731;
  font-size: 14px;
  font-weight: 700;
}

.policy-content h3 {
  margin: 28px 0 8px;
  font-size: 18px;
}

.policy-content p,
.policy-content li {
  color: #3d4a54;
}

.policy-content a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-content ol,
.policy-content ul {
  padding-left: 1.4em;
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 14px 0 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.policy-table tr:last-child th,
.policy-table tr:last-child td {
  border-bottom: 0;
}

.policy-table th {
  color: var(--accent-dark);
  background: #eef4f2;
  font-weight: 800;
}

.policy-table td:first-child {
  width: 220px;
  color: #2d3731;
  font-weight: 800;
}

.policy-table.compact {
  min-width: 620px;
}

.policy-table.compact th {
  width: 150px;
}

.policy-table.compact td:first-child {
  width: auto;
  font-weight: 400;
}

.policy-signature {
  margin-top: 28px;
  color: var(--muted);
}

.company-section {
  border-top: 1px solid var(--line);
}

.company-table-wrap {
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.company-table th,
.company-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: 0;
}

.company-table th {
  width: 180px;
  color: var(--accent-dark);
  background: #eef4f2;
  font-weight: 800;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(34px, 6vw, 58px) max(20px, calc((100% - var(--max)) / 2));
  background: var(--navy);
  color: #fff;
}

.contact-band h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.8vw, 40px);
  line-height: 1.35;
}

.contact-copy p:not(.eyebrow) {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-band .button.primary {
  background: #fff;
  color: var(--accent-dark);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
  background: #fff;
  border-radius: 8px;
  color: var(--ink);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  color: #2f3934;
  font-size: 13px;
  font-weight: 800;
}

.contact-form strong {
  margin-left: 4px;
  color: #b8571e;
  font-size: 11px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cfd7d1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.4;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(31, 111, 97, 0.16);
}

.consent-check {
  display: flex;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.consent-check a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-hidden {
  position: absolute;
  left: -9999px;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.form-status {
  min-height: 1.6em;
  color: var(--accent-dark);
  font-weight: 800;
}

.contact-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-form .button.primary {
  background: var(--accent);
  color: #fff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 4vw, 56px);
  background: #111816;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .menu-button {
    display: block;
  }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 12px 14px;
  }

  .nav-cta {
    border: 0;
    background: #eef4f2;
  }

  .about-grid,
  .service-head,
  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-assurance,
  .service-grid,
  .service-flow ol {
    grid-template-columns: 1fr;
  }

  .service-assurance div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .review-track {
    grid-auto-columns: minmax(280px, 68vw);
  }

  .chosen-card {
    grid-template-columns: 1fr;
  }

  .chosen-visual img {
    width: min(62%, 220px);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    width: calc(100% - 32px);
  }

  .hero h1 {
    font-size: 40px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .service-detail {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .review-track {
    grid-auto-columns: minmax(270px, 86vw);
    gap: 14px;
  }

  .review-card {
    min-height: 230px;
    padding: 24px;
  }

  .product-visual {
    display: none;
  }

  .detail-item {
    min-height: 0;
  }

  .service-flow li,
  .policy-content {
    padding: 18px;
  }

  .policy-meta {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-band {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

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