:root {
  --bg: #050505;
  --panel: rgba(23, 23, 23, 0.92);
  --panel-2: rgba(35, 35, 35, 0.9);
  --line: rgba(255, 255, 255, 0.22);
  --text: #fff;
  --muted: #cfcfcf;
  --orange: #ff5a00;
  --orange-2: #ff7a18;
  --yellow: #ffe500;
  --green: #07b800;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 90, 0, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 5%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, #020202 0%, #111 42%, #050505 100%);
  letter-spacing: 0;
  padding-bottom: 76px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(#000, transparent 90%);
}

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

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

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.68));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 90, 0, 0.55);
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #fff 0 35%, transparent 36% 62%, #fff 63%);
  transform: skew(-6deg);
}

.brand strong {
  display: block;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 0.9;
  font-weight: 800;
}

.brand small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 900;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  min-height: 52px;
  padding: 0 22px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 12px 26px rgba(255, 90, 0, 0.24);
}

.btn-line {
  background: linear-gradient(180deg, #14cf21, #069400);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 12px 26px rgba(0, 190, 16, 0.2);
}

.line-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.btn-large {
  min-height: 68px;
  padding-inline: 26px;
  font-size: clamp(18px, 2.8vw, 32px);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fv {
  width: min(941px, calc(100% - 20px));
  padding: 10px 0 12px;
}

.fv img {
  width: 100%;
  height: auto;
  border-radius: 0 0 12px 12px;
  box-shadow: var(--shadow);
}

.fv-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  width: min(941px, calc(100% - 20px));
  padding: 0 0 36px;
}

.fv-cta-button {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 80%;
  min-height: 116px;
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 14px 30px rgba(0, 0, 0, 0.34);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.fv-cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 38% 62%, rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.fv-cta-button:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.fv-cta-phone {
  background: linear-gradient(180deg, #ff6f13, #f04c00);
}

.fv-cta-line {
  background: linear-gradient(180deg, #08cf22, #00a70d);
}

.fv-cta-button > svg:first-child {
  position: relative;
  width: 36px;
  height: 36px;
}

.fv-cta-button .line-icon {
  position: relative;
  width: 48px;
  height: 48px;
}

.fv-cta-button span {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.fv-cta-button small,
.fv-cta-button strong {
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}

.fv-cta-button small {
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 850;
}

.fv-cta-button strong {
  font-size: clamp(24px, 3.9vw, 42px);
  font-weight: 950;
}

.fv-cta-line strong {
  font-size: clamp(22px, 3.4vw, 34px);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  min-height: 660px;
  padding-top: 24px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(24, 24, 24, 0.94), rgba(6, 6, 6, 0.88));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy::after,
.contact-card::before {
  content: "";
  position: absolute;
  inset: auto -12% 0 auto;
  width: 50%;
  height: 170px;
  background: radial-gradient(circle, rgba(255, 90, 0, 0.16), transparent 64%);
  pointer-events: none;
}

.area-badge {
  display: inline-flex;
  align-self: flex-start;
  overflow: hidden;
  border: 1px solid var(--orange);
  border-radius: 8px;
  font-weight: 900;
  margin-bottom: 32px;
}

.area-badge span {
  padding: 10px 14px;
  background: var(--orange);
}

.area-badge strong {
  padding: 10px 16px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 8.2vw, 88px);
  line-height: 0.96;
  font-weight: 950;
}

h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 4px 18px;
  color: #050505;
  background: #fff;
  transform: rotate(-1deg);
}

h1 span:nth-child(2) {
  color: #fff;
  background: var(--orange);
  transform: rotate(1deg);
}

.lead {
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 23px);
  line-height: 1.9;
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.hero-visual {
  min-height: 600px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 44%),
    url("./assets/hero-worker.png") right top / cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: floatVisual 5s ease-in-out infinite;
}

@keyframes floatVisual {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.section-title,
.price-panel h2,
.compare h2,
.area h2 {
  text-align: center;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.15;
  margin-bottom: 26px;
  font-weight: 950;
}

.section-title::before,
.section-title::after,
.price-panel h2::before,
.price-panel h2::after {
  content: "";
  display: inline-block;
  width: min(10vw, 86px);
  height: 3px;
  margin: 0 14px 0.25em;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.price-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(28, 28, 28, 0.95), rgba(9, 9, 9, 0.92));
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 36px);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f6f6f6;
  color: #141414;
  text-align: center;
}

.price-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.price-card h3 {
  margin: 14px 8px 6px;
  font-size: 24px;
}

.price-card p {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 900;
}

.price-card span {
  color: #f04900;
  font-size: clamp(38px, 6vw, 58px);
}

.price-card small {
  display: block;
  padding: 0 12px 18px;
  font-weight: 800;
}

.note {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
  font-weight: 700;
}

.worries {
  width: min(941px, calc(100% - 20px));
  padding-top: 18px;
}

.worries img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.section-title strong {
  color: var(--orange);
}

.reasons {
  width: min(941px, calc(100% - 20px));
}

.reasons img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.services {
  width: min(941px, calc(100% - 20px));
  padding-top: 18px;
  padding-bottom: 18px;
}

.services-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 12px;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1;
  font-weight: 950;
  text-align: center;
}

.services-title::before,
.services-title::after {
  content: "";
  width: min(13vw, 112px);
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.service-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent calc(57% - 1px), rgba(255, 255, 255, 0.38) calc(57% - 1px), rgba(255, 255, 255, 0.38) calc(57% + 1px), transparent calc(57% + 1px)),
    linear-gradient(145deg, rgba(28, 28, 28, 0.9), rgba(9, 9, 9, 0.92));
  box-shadow: var(--shadow);
}

.service-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(190px, 0.66fr);
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.service-row:last-child {
  border-bottom: 0;
}

.service-icon {
  display: grid;
  place-items: center;
  color: #fff;
}

.service-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}

.service-row strong {
  min-width: 0;
  padding: 8px 10px 8px 0;
  font-size: clamp(17px, 2.4vw, 25px);
  line-height: 1.1;
  font-weight: 950;
  white-space: nowrap;
}

.service-row p {
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  font-size: clamp(15px, 2vw, 21px);
  line-height: 1.1;
  font-weight: 950;
  white-space: nowrap;
}

.service-row p em {
  margin: 0 2px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
  font-size: clamp(24px, 3.3vw, 34px);
  font-style: normal;
  line-height: 1;
}

.service-note {
  margin: 12px 0 0;
  color: #f2f2f2;
  text-align: center;
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 800;
}

.examples {
  width: min(941px, calc(100% - 20px));
}

.examples img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.work-gallery {
  width: min(941px, calc(100% - 20px));
}

.work-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.work-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.work-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.work-gallery figure:hover img {
  transform: scale(1.04);
  filter: brightness(1.06);
}

.flow {
  width: min(941px, calc(100% - 20px));
}

.flow img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.compare {
  width: min(941px, calc(100% - 20px));
}

.compare img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.area {
  width: min(941px, calc(100% - 20px));
}

.area img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

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

details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  overflow: hidden;
}

summary {
  position: relative;
  padding: 20px 60px 20px 24px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 900;
}

summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
}

.contact-card {
  position: relative;
  overflow: hidden;
}

.contact-card h2 {
  margin-bottom: 8px;
  text-align: center;
  font-size: clamp(38px, 7vw, 72px);
}

.contact-card > p {
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

legend {
  margin-bottom: 8px;
}

em {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 5px;
  background: var(--orange);
  font-style: normal;
  font-size: 12px;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  min-height: 54px;
  padding: 0 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  min-height: 128px;
  padding-top: 16px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.18);
}

.full,
.btn-submit {
  grid-column: 1 / -1;
}

.chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.chips label {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.chips input {
  position: absolute;
  opacity: 0;
}

.chips label:has(input:checked) {
  border-color: var(--orange);
  background: rgba(255, 90, 0, 0.22);
}

.legal-panel {
  margin-top: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #e9e9e9;
  color: #111;
}

.legal-panel h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(17px, 2.3vw, 22px);
  line-height: 1.4;
  text-align: center;
}

.legal-scroll {
  height: 230px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 18px;
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 1.85;
}

.legal-scroll:focus {
  outline: 3px solid rgba(255, 90, 0, 0.35);
  outline-offset: 2px;
}

.legal-scroll h4 {
  margin: 4px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
}

.legal-scroll h5 {
  margin: 14px 0 6px;
  padding-top: 8px;
  border-top: 1px dotted #d2d2d2;
  font-size: 13px;
}

.legal-scroll p,
.legal-scroll ul,
.legal-scroll dl {
  margin: 0 0 10px;
}

.legal-scroll ul {
  padding-left: 1.4em;
}

.legal-scroll dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 6px 12px;
}

.legal-scroll dt {
  font-weight: 800;
}

.legal-scroll dd {
  margin: 0;
}

.btn-submit {
  min-height: 76px;
  margin-top: 8px;
  font-size: clamp(24px, 4vw, 40px);
}

.footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 30px 0;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer strong {
  color: #fff;
  font-size: 24px;
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  padding: 10px 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  background: #111;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.4);
}

.sticky-cta a {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 6px;
  color: #fff;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 900;
  white-space: nowrap;
}

.sticky-cta a:nth-child(1) {
  background: linear-gradient(180deg, #0bd21b, #058d00);
}

.sticky-cta a:nth-child(2) {
  background: #fff;
  color: #111;
}

.sticky-cta a svg {
  width: 0.8em;
  height: 0.8em;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .header-actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .header-actions .btn {
    min-height: 44px;
    font-size: 15px;
    padding-inline: 14px;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 520px;
    order: -1;
  }

  .fv-cta-button {
    min-height: 88px;
    padding: 12px 16px;
  }

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

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

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

}

@media (max-width: 560px) {
  body {
    padding-bottom: 66px;
  }

  .site-header {
    width: min(100% - 20px, 1120px);
    padding-top: 12px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand strong {
    font-size: 25px;
  }

  .brand small,
  .header-phone svg {
    display: none;
  }

  .header-phone {
    font-size: 17px;
  }

  .section {
    width: min(100% - 20px, 1120px);
    padding: 28px 0;
  }

  .hero-copy {
    padding: 22px;
  }

  h1 {
    font-size: 52px;
  }

  .btn-large,
  .hero-ctas .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .fv-cta {
    gap: 8px;
  }

  .fv-cta-button {
    gap: 6px;
    min-height: 72px;
    padding: 10px 9px;
    border-radius: 9px;
  }

  .fv-cta-button > svg:first-child {
    width: 24px;
    height: 24px;
  }

  .fv-cta-button .line-icon {
    width: 28px;
    height: 28px;
  }

  .fv-cta-button small {
    font-size: clamp(9px, 2.2vw, 13px);
  }

  .fv-cta-button strong {
    font-size: clamp(16px, 4.4vw, 24px);
  }

  .fv-cta-line strong {
    font-size: clamp(15px, 4vw, 22px);
  }

  .services-title {
    gap: 12px;
  }

  .service-table {
    background:
      linear-gradient(90deg, transparent calc(60% - 1px), rgba(255, 255, 255, 0.32) calc(60% - 1px), rgba(255, 255, 255, 0.32) calc(60% + 1px), transparent calc(60% + 1px)),
      linear-gradient(145deg, rgba(28, 28, 28, 0.9), rgba(9, 9, 9, 0.92));
  }

  .service-row {
    grid-template-columns: 36px minmax(0, 1fr) minmax(118px, 0.58fr);
    min-height: 44px;
  }

  .service-icon svg {
    width: 22px;
    height: 22px;
  }

  .service-row strong {
    padding-right: 5px;
    font-size: clamp(12px, 3.3vw, 15px);
  }

  .service-row p {
    padding-inline: 5px;
    font-size: clamp(10px, 2.7vw, 13px);
  }

  .service-row p em {
    font-size: clamp(17px, 4.4vw, 22px);
  }

  .legal-panel {
    padding: 14px;
  }

  .legal-scroll {
    height: 210px;
    padding: 12px;
    font-size: 12px;
  }

  .legal-scroll dl {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .work-gallery-grid {
    grid-template-columns: 1fr;
  }

  .section-title::before,
  .section-title::after,
  .price-panel h2::before,
  .price-panel h2::after {
    display: none;
  }

  .sticky-cta {
    min-height: 64px;
  }
}
