@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/base.css";

:root {
  --fs-display: 3.45rem;
  --fs-h2: 2.3rem;
  --fs-h3: 1.32rem;
  --fs-lead: 1.12rem;
  --ls-display: 0;
  --ls-body: 0;
  --ls-eyebrow: 0;
  --ls-kicker: 0;
}

html {
  background: var(--bg);
}

body {
  min-width: 320px;
  overflow-x: hidden;
  letter-spacing: 0;
}

body,
button,
input,
textarea,
select {
  letter-spacing: 0;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  display: block;
  flex: none;
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 60;
  background: oklch(0.984 0.006 95 / 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: saturate(1.35) blur(14px);
  transition: border-color var(--dur-mid) ease, box-shadow var(--dur-mid) ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: none;
}

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

.brand-text {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand-name {
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 900;
}

.brand-sub,
.mono-label,
.card-label,
.kicker {
  font-family: var(--font-mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-sub {
  color: var(--faint);
  font-size: 0.58rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.main-nav a {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

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

.header-tel {
  display: grid;
  justify-items: end;
  line-height: 1.15;
  white-space: nowrap;
}

.header-tel span {
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.header-tel strong {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 1.04rem;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.88em 1.45em;
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform var(--dur-fast) ease, background var(--dur-fast) ease, color var(--dur-fast) ease,
    border-color var(--dur-fast) ease, box-shadow var(--dur-fast) ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  color: oklch(0.99 0.005 200);
  background: var(--accent);
  box-shadow: var(--shadow-s);
}

.btn-primary:hover {
  background: var(--accent-d);
  box-shadow: var(--shadow-m);
}

.btn-light {
  color: var(--accent-dd);
  background: oklch(0.97 0.01 95);
}

.btn-light:hover {
  background: #fff;
}

.btn-ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line-2);
}

.btn-ghost:hover {
  color: var(--accent-d);
  background: var(--paper);
  border-color: var(--accent);
}

.btn-on-dark {
  color: oklch(0.92 0.02 200);
  border-color: oklch(0.55 0.05 205);
}

.btn-on-dark:hover {
  color: #fff;
  background: oklch(0.36 0.052 210);
}

.btn-with-icon .icon {
  transition: transform var(--dur-fast) ease;
}

.btn-with-icon:hover .icon {
  transform: translateX(3px);
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(70% 60% at 12% 18%, oklch(0.5 0.09 195 / 0.32) 0%, transparent 60%),
    radial-gradient(60% 70% at 95% 0%, oklch(0.55 0.1 205 / 0.26) 0%, transparent 55%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(oklch(0.55 0.05 205 / 0.1) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0.55 0.05 205 / 0.1) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(120% 90% at 80% 5%, #000 0%, transparent 65%);
}

.hero-inner {
  position: relative;
  padding-block: 84px;
}

.hero-lead-block {
  max-width: 760px;
}

.hero-h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ブランドロックアップ：マーク＋巨大ワードマーク */
.hero-lockup {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 22px);
}

.hero-mark {
  flex: none;
  width: clamp(54px, 6vw, 76px);
  height: clamp(54px, 6vw, 76px);
  filter: drop-shadow(0 10px 24px oklch(0.1 0.04 220 / 0.5));
}

.hero-wordmark {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(3.4rem, 8.5vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: oklch(0.99 0.005 95);
}

.hero-wordmark-accent {
  color: oklch(0.82 0.11 188);
}

.hero-tagline {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.7vw, 2.2rem);
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: oklch(0.96 0.012 95);
  max-width: 18em;
}

.hero-kicker {
  margin-top: 22px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: oklch(0.82 0.06 192);
}

.hero-desc {
  min-height: 0;
  margin-top: 16px;
  max-width: 620px;
}

/* ヒーロー内：4サービスを並列カードで提示（回転スライダーから置き換え） */
.hero-services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.hero-service {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 22px 50px;
  position: relative;
  border: 1px solid oklch(0.5 0.05 205 / 0.45);
  border-radius: var(--radius);
  background: oklch(0.3 0.05 214 / 0.55);
  color: oklch(0.92 0.02 200);
  transition: transform var(--dur-mid) ease, border-color var(--dur-mid) ease,
    background var(--dur-mid) ease, box-shadow var(--dur-mid) ease;
}

.hero-service:hover {
  transform: translateY(-4px);
  border-color: oklch(0.74 0.08 195);
  background: oklch(0.34 0.06 210 / 0.7);
  box-shadow: 0 16px 30px -18px oklch(0.1 0.04 220 / 0.9);
}

.hero-service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: none;
  margin-bottom: 4px;
  border-radius: 12px;
  color: oklch(0.88 0.07 195);
  background: oklch(0.5 0.07 205 / 0.32);
}

.hero-service-icon .icon {
  width: 25px;
  height: 25px;
}

.hero-service .mono-label {
  margin-top: 4px;
}

.hero-service strong {
  color: oklch(0.98 0.01 95);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-service-desc {
  color: oklch(0.84 0.02 200);
  font-size: 0.85rem;
  line-height: 1.6;
}

.hero-service-go {
  position: absolute;
  inset-inline-end: 18px;
  inset-block-end: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: oklch(0.9 0.06 195);
  background: oklch(0.5 0.07 205 / 0.32);
  transition: background var(--dur-fast) ease, transform var(--dur-fast) ease;
}

.hero-service-go .icon {
  width: 16px;
  height: 16px;
}

.hero-service:hover .hero-service-go {
  background: oklch(0.62 0.09 198 / 0.6);
  transform: translateX(3px);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  border: 1px solid oklch(0.55 0.06 205 / 0.42);
  border-radius: var(--radius-pill);
  padding: 0.55em 0.95em;
  color: oklch(0.86 0.045 198);
  background: oklch(0.32 0.05 214 / 0.52);
  font-size: 0.84rem;
  font-weight: 700;
}

.status-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: oklch(0.78 0.09 165);
  box-shadow: 0 0 0 5px oklch(0.68 0.08 165 / 0.13);
}

.hero-panel {
  animation: hero-in 0.5s var(--ease-out) both;
}

.hero-panel .mono-label {
  margin-top: 22px;
}

.mono-label {
  color: oklch(0.78 0.06 195);
  font-size: 0.7rem;
  font-weight: 700;
}

.display {
  min-height: 2.15em;
  margin-top: 12px;
  color: oklch(0.97 0.01 95);
  letter-spacing: 0;
}

.hero .lead {
  min-height: 3.25em;
  max-width: 560px;
  margin-top: 20px;
  color: oklch(0.86 0.02 200);
}

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

.hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.hero-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid oklch(0.5 0.05 205 / 0.45);
  border-radius: var(--radius-pill);
  padding: 0.55em 1em;
  color: oklch(0.78 0.03 200);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background var(--dur-fast) ease, color var(--dur-fast) ease, border-color var(--dur-fast) ease,
    box-shadow var(--dur-fast) ease;
}

.hero-tab .icon {
  color: oklch(0.7 0.04 200);
}

.hero-tab.is-active {
  color: #fff;
  background: oklch(0.56 0.08 200 / 0.6);
  border-color: oklch(0.74 0.08 195);
  box-shadow: 0 4px 14px -6px oklch(0.6 0.08 200 / 0.7);
}

.hero-tab.is-active .icon {
  color: oklch(0.92 0.08 195);
}

.hero-progress {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 0;
  height: 2px;
  background: oklch(0.8 0.08 195);
}

.hero-tab.is-active .hero-progress {
  animation: hero-progress 5.5s linear both;
}

.hero.is-paused .hero-progress {
  animation-play-state: paused;
}

.hero-spotlights {
  min-width: 0;
}

.spot-panel {
  border: 1px solid oklch(0.5 0.05 205 / 0.45);
  border-radius: var(--radius);
  padding: 30px;
  background: oklch(0.3 0.05 214 / 0.6);
  box-shadow: var(--shadow-m);
  animation: hero-in 0.5s var(--ease-out) both;
}

.spot-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.spot-head strong {
  display: block;
  margin-top: 4px;
  color: oklch(0.97 0.01 95);
  font-size: 1.06rem;
}

.spot-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 13px;
  color: oklch(0.86 0.07 195);
  background: oklch(0.5 0.07 205 / 0.32);
}

.spot-icon .icon {
  width: 28px;
  height: 28px;
}

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

.spot-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: oklch(0.9 0.02 200);
  font-size: 0.95rem;
  line-height: 1.5;
}

.spot-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 0.55em;
  border-radius: 50%;
  flex: none;
  background: oklch(0.78 0.08 195);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--accent-d);
  font-size: 0.92rem;
  font-weight: 700;
  border-bottom: 1px solid var(--accent-line);
  padding-bottom: 2px;
}

.text-link .icon {
  width: 1.1em;
  height: 1.1em;
  transition: transform var(--dur-fast) ease;
}

.text-link:hover .icon {
  transform: translateX(3px);
}

.text-link-dark {
  margin-top: 26px;
  padding-top: 20px;
  color: oklch(0.85 0.06 195);
  border-top: 1px solid oklch(0.5 0.05 205 / 0.4);
  border-bottom-color: oklch(0.5 0.05 205);
}

.section-head {
  max-width: 740px;
}

.section-head-center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  letter-spacing: 0;
}

.h2 {
  margin-top: 14px;
  letter-spacing: 0;
}

.section-head .lead {
  margin-top: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.service-card,
.value-card,
.role-card,
.step-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 28px 26px;
  transition: transform var(--dur-mid) ease, box-shadow var(--dur-mid) ease, border-color var(--dur-mid) ease;
}

.service-card:hover {
  border-color: var(--accent-line);
  box-shadow: var(--shadow-m);
  transform: translateY(-4px);
}

.service-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 11px;
  color: var(--accent-d);
  background: var(--accent-wash);
}

.service-icon .icon {
  width: 24px;
  height: 24px;
}

.card-label {
  margin-top: 6px;
  color: var(--faint);
  font-size: 0.7rem;
  font-weight: 700;
}

.service-card h3,
.value-card h3,
.role-card h3,
.step-card h3,
.ai-feature-list h3 {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.service-card p,
.value-card p,
.role-card p,
.step-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.78;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--accent-d);
  font-size: 0.85rem;
  font-weight: 700;
  transition: gap var(--dur-fast) ease;
}

.service-card:hover .card-cta {
  gap: 9px;
}

.note {
  line-height: 1.7;
}

.note-mark {
  max-width: 740px;
  margin-top: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.value-card {
  position: relative;
  padding: 30px 28px;
}

.value-num {
  position: absolute;
  inset-block-start: 24px;
  inset-inline-end: 24px;
  color: var(--accent-line);
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 700;
}

.value-card h3 {
  margin-top: 18px;
}

.value-card .note {
  margin-top: 14px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  margin-top: 40px;
}

.role-card {
  border: 0;
  border-radius: 0;
  padding: 30px 28px;
}

.role-card-accent {
  background: var(--accent-wash);
}

.role-card .service-icon {
  margin: 16px 0;
}

.role-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.role-card li {
  display: flex;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.role-card li::before {
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 0.75em;
  flex: none;
  background: var(--accent-d);
}

.ai-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  gap: 48px;
  align-items: center;
}

.band-dark .h2,
.band-dark .section-head .lead {
  color: oklch(0.97 0.01 95);
}

.band-dark .section-head .lead {
  color: oklch(0.84 0.02 200);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border: 1px solid oklch(0.5 0.05 205 / 0.45);
  border-radius: var(--radius-pill);
  padding: 0.44em 0.75em;
  color: oklch(0.88 0.025 200);
  background: oklch(0.32 0.05 214 / 0.6);
  font-size: 0.82rem;
  font-weight: 700;
}

.chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.chip-ok::before {
  background: var(--ok);
}

.chip-dev::before {
  background: var(--dev);
}

.ai-visual {
  min-width: 0;
}

.ai-visual img {
  width: 100%;
  border: 1px solid oklch(0.5 0.05 205 / 0.5);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-m);
}

.ai-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.ai-feature-list article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid oklch(0.5 0.05 205 / 0.5);
  border-radius: var(--radius);
  padding: 18px 20px;
  background: oklch(0.32 0.05 214 / 0.5);
}

.ai-feature-list .icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: oklch(0.82 0.07 195);
}

.ai-feature-list h3 {
  color: oklch(0.97 0.01 95);
  font-size: 1rem;
}

.ai-feature-list p {
  margin-top: 4px;
  color: oklch(0.82 0.02 200);
  font-size: 0.86rem;
  line-height: 1.7;
}

.ai-note {
  grid-column: 1 / -1;
  color: oklch(0.72 0.03 200);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 44px;
}

.step-card {
  padding: 28px 24px;
}

.step-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--accent-d);
  background: var(--accent-wash);
  font-family: var(--font-mono);
  font-weight: 700;
}

.step-card h3 {
  margin-top: 18px;
}

.step-card p {
  margin-top: 8px;
}

.site-footer {
  color: oklch(0.85 0.015 200);
  background: oklch(0.235 0.045 216);
}

.footer-cta {
  padding-block: var(--section-pad-tight);
  color: oklch(0.92 0.02 200);
  background: var(--accent-dd);
}

.footer-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px 40px;
}

.footer-cta h2 {
  color: #fff;
}

.footer-cta p {
  max-width: 620px;
  margin-top: 12px;
  color: oklch(0.82 0.02 200);
  line-height: 1.8;
}

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

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-phone .icon {
  color: oklch(0.8 0.06 195);
  width: 22px;
  height: 22px;
}

.footer-phone span span {
  display: block;
  color: oklch(0.72 0.04 200);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.footer-phone strong {
  display: block;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 900;
}

.footer-main {
  border-top: 1px solid oklch(0.46 0.055 205);
  padding-block: 56px 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(0, 2fr);
  gap: 48px;
}

.brand-dark .brand-name {
  color: #fff;
}

.brand-dark .brand-sub {
  color: oklch(0.7 0.04 200);
}

.footer-brand p {
  max-width: 330px;
  margin-top: 16px;
  color: oklch(0.78 0.02 200);
  font-size: 0.86rem;
  line-height: 1.9;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer-nav h3 {
  margin-bottom: 16px;
  color: oklch(0.72 0.05 200);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-nav a {
  display: block;
  color: oklch(0.85 0.015 200);
  font-size: 0.88rem;
}

.footer-nav a + a {
  margin-top: 10px;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-legal {
  margin-top: 40px;
}

.footer-legal p {
  border-top: 1px solid oklch(0.4 0.04 210);
  padding-top: 24px;
  color: oklch(0.68 0.03 200);
  font-size: 0.78rem;
  line-height: 1.8;
}

.footer-legal strong {
  color: oklch(0.8 0.04 200);
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  color: oklch(0.66 0.03 200);
  font-size: 0.76rem;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .header-tel {
    display: none;
  }
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

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

@media (max-width: 980px) {
  :root {
    --fs-display: 2.65rem;
    --fs-h2: 2rem;
    --fs-lead: 1.06rem;
  }

  .ai-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

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

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

@media (max-width: 720px) {
  :root {
    --fs-display: 2.2rem;
    --fs-h2: 1.72rem;
  }

  .header-inner {
    min-height: 68px;
    gap: 16px;
  }

  .header-cta {
    display: none;
  }

  .hero-inner {
    padding-block: 58px;
  }

  .display,
  .hero .lead {
    min-height: 0;
  }

  .service-grid,
  .hero-services,
  .value-grid,
  .step-grid,
  .footer-grid,
  .footer-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand-sub {
    display: none;
  }

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

  .hero-tab {
    justify-content: center;
    padding-inline: 0.75em;
  }

  .hero-actions,
  .footer-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .footer-phone {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-progress {
    width: 100%;
  }
}
