:root {
  --ink: #1f2926;
  --muted: #5f6b67;
  --forest: #153d37;
  --forest-2: #24594f;
  --cream: #f7f4ec;
  --cream-2: #ece7da;
  --white: #fff;
  --amber: #b9631f;
  --amber-light: #fff1de;
  --danger: #a9231d;
  --danger-light: #fff0ee;
  --blue: #286b8f;
  --purple: #72548d;
  --border: #d7ddd9;
  --shadow: 0 18px 45px rgba(21, 61, 55, 0.1);
  --radius: 22px;
  --content: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.form-open { overflow: hidden; }
[hidden] { display: none !important; }

a { color: var(--forest); }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid #e49a49;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
}

.skip-link:focus { top: 16px; }

.site-header {
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--forest);
  background: rgba(247, 244, 236, 0.96);
  border-bottom: 1px solid rgba(21, 61, 55, 0.12);
}

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

.brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50% 50% 46% 46%;
  font-size: 0.78rem;
  font-weight: 800;
}

.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.02rem; letter-spacing: 0.04em; }
.brand small { color: var(--muted); font-size: 0.68rem; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
}

.site-nav > a:not(.button) { display: none; }

.button {
  min-height: 48px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  background: var(--forest);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--forest-2);
  box-shadow: 0 8px 22px rgba(21, 61, 55, 0.2);
  transform: translateY(-1px);
}

.button--small { min-height: 42px; padding: 8px 16px; font-size: 0.8rem; }
.button--secondary { color: var(--forest); background: transparent; }
.button--secondary:hover { color: var(--white); }
.button--danger { background: var(--danger); border-color: var(--danger); }
.button--full { width: 100%; }
.button[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; }

.text-link { font-weight: 800; text-underline-offset: 5px; }

.home-hero {
  max-width: var(--content);
  margin: 0 auto;
  min-height: 610px;
  padding: 70px 20px 54px;
  display: grid;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.home-hero__content { position: relative; z-index: 2; }

.eyebrow {
  margin: 0 0 13px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.home-hero h1,
.page-hero h1 {
  margin: 0 0 20px;
  color: var(--forest);
  font-size: clamp(2.35rem, 7vw, 4.8rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.lead {
  max-width: 680px;
  margin: 0;
  color: #3f4e49;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.home-hero__actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.home-hero__actions--center { align-items: center; justify-content: center; }

.home-hero__visual {
  position: relative;
  min-height: 310px;
  background: #e9ded0;
  border-radius: 52% 48% 38% 62% / 45% 42% 58% 55%;
  box-shadow: var(--shadow);
}

.scene-tree, .scene-house, .scene-ground { position: absolute; }

.scene-tree {
  left: 21%;
  bottom: 18%;
  width: 30px;
  height: 155px;
  background: #6e4d35;
  border-radius: 8px;
  transform: rotate(7deg);
}

.scene-tree::before,
.scene-tree::after,
.scene-tree span {
  content: "";
  position: absolute;
  display: block;
  background: var(--forest-2);
  border-radius: 50%;
}

.scene-tree::before { width: 146px; height: 138px; left: -62px; top: -82px; }
.scene-tree::after { width: 108px; height: 103px; left: -79px; top: -30px; }
.scene-tree span { width: 95px; height: 93px; left: 12px; top: -24px; background: #347064; }

.scene-house {
  right: 15%;
  bottom: 17%;
  width: 130px;
  height: 104px;
  background: #fffaf0;
  border-radius: 4px;
  box-shadow: 0 14px 24px rgba(52, 42, 34, 0.12);
}

.scene-house::before {
  content: "";
  position: absolute;
  left: -13px;
  top: -57px;
  width: 0;
  height: 0;
  border-left: 78px solid transparent;
  border-right: 78px solid transparent;
  border-bottom: 68px solid #a84b3e;
}

.scene-house::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 35px;
  width: 36px;
  height: 35px;
  background: #c5d8d4;
  border: 4px solid var(--forest);
}

.scene-house span {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 34px;
  height: 62px;
  background: #7f5942;
}

.scene-ground {
  left: 7%;
  right: 7%;
  bottom: 14%;
  height: 18px;
  background: #87a179;
  border-radius: 50%;
}

.notice-strip {
  padding: 16px 20px;
  color: var(--white);
  background: var(--forest);
  text-align: center;
}

.notice-strip p { max-width: 900px; margin: 0 auto; font-size: 0.88rem; }

.section { padding: 72px 20px; }
.section--tint { background: #eeeadf; }
.section--narrow { max-width: 840px; margin: 0 auto; }

.section__heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section__heading h2 {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.3;
}

.section__heading > p:last-child { margin: 0; color: var(--muted); }

.service-grid,
.promise-grid {
  max-width: var(--content);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.service-grid--single,
.service-grid--preparing,
.category-grid {
  max-width: var(--content);
  margin: 0 auto;
}

.service-grid--single { display: block; }
.service-grid--preparing { grid-template-columns: 1fr; }
.service-card--wide { max-width: 900px; margin: 0 auto; }
.service-card--preparing { box-shadow: none; }

.service-card,
.promise-card,
.content-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(21, 61, 55, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 10px 34px rgba(21, 61, 55, 0.07);
}

.service-card--featured {
  position: relative;
  background: var(--forest);
  color: var(--white);
  border-color: var(--forest);
}

.service-card--paused {
  color: var(--ink);
  background: var(--danger-light);
  border-color: #d9a29f;
}

.service-card h3 { margin: 14px 0 8px; color: var(--forest); font-size: 1.35rem; }
.service-card p { color: var(--muted); }
.service-card--featured h3, .service-card--featured p { color: var(--white); }
.service-card--paused h3, .service-card--paused p { color: var(--ink); }
.service-card--paused .service-card__area { border-top-color: rgba(169, 35, 29, 0.2); }
.service-card--paused .tag-list li { background: var(--white); }

.service-card__status {
  display: inline-block;
  margin: 0 0 10px !important;
  padding: 4px 10px;
  color: var(--forest) !important;
  background: #e8ca8a;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.service-card__status--preparing {
  color: #6b430e !important;
  background: #fae7bd;
}

.service-card__status--paused {
  color: #6f1b17 !important;
  background: #f3c9c6;
}

.service-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: #dce9e4;
  border-radius: 17px;
  font-weight: 900;
}

.service-card__icon--blue { color: var(--blue); background: #e2f0f7; }
.service-card__icon--amber { color: #855117; background: #faecd4; }
.service-card__icon--purple { color: var(--purple); background: #eee8f5; }
.service-card__area { padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 0.85rem; }
.service-card__availability {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 61, 55, 0.12);
  font-size: 0.9rem;
  font-weight: 800;
}

.section-action {
  margin: 32px auto 0;
  text-align: center;
}

.category-grid {
  display: grid;
  gap: 14px;
}

.category-card {
  min-height: 132px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(21, 61, 55, 0.13);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(21, 61, 55, 0.06);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.category-card:hover {
  border-color: var(--forest-2);
  box-shadow: 0 12px 30px rgba(21, 61, 55, 0.11);
  transform: translateY(-2px);
}

.category-card__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: #e3ece8;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 900;
}

.category-card__body { display: block; }
.category-card__body strong { display: block; color: var(--forest); font-size: 1.04rem; }
.category-card__body small { display: block; margin: 4px 0 8px; color: var(--muted); line-height: 1.6; }
.category-card__body > span { color: var(--forest-2); font-size: 0.78rem; font-weight: 900; }

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

.tag-list li {
  padding: 4px 10px;
  color: var(--forest);
  background: var(--cream);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.promise-card h3 { margin-top: 0; color: var(--forest); }
.promise-card--muted { background: #f9f7f1; }

.check-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; margin: 10px 0; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest-2); font-weight: 900; }
.plain-list li::before { content: "—"; position: absolute; left: 0; color: var(--muted); }

.step-list {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid var(--border);
}

.step-list li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  font-weight: 900;
}

.step-list h3 { margin: 0 0 4px; color: var(--forest); }
.step-list p { margin: 0; color: var(--muted); }

.page-hero {
  padding: 62px 20px 48px;
  background: linear-gradient(180deg, #ece7da 0%, var(--cream) 100%);
  text-align: center;
}

.page-hero__inner { max-width: 820px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(2rem, 6vw, 4rem); }
.page-hero .lead { margin: 0 auto; }
.page-hero--directory { padding-bottom: 58px; }

.directory-controls { padding-bottom: 34px; }

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-button {
  min-height: 44px;
  padding: 9px 16px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid #aebbb5;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.filter-result {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.status-legend {
  max-width: 760px;
  margin: 24px auto 0;
  padding: 18px;
  display: grid;
  gap: 10px;
  background: #f0ede5;
  border-radius: 16px;
}

.status-legend p {
  margin: 0;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.status-badge {
  width: fit-content;
  margin: 0;
  padding: 4px 9px;
  display: inline-block;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.4;
}

.status-badge--open { color: #124b3c; background: #d9ede4; }
.status-badge--paused { color: #6f1b17; background: #f3c9c6; }
.status-badge--next { color: #6b430e; background: #fae7bd; }
.status-badge--future { color: #53605b; background: #e6e9e7; }

.category-jump {
  max-width: var(--content);
  margin: 0 auto 12px;
  padding: 0 20px 24px;
}

.category-jump p { margin: 0 0 9px; color: var(--muted); font-size: 0.8rem; font-weight: 800; }
.category-jump ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.category-jump a {
  padding: 6px 11px;
  display: inline-block;
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.service-directory {
  max-width: var(--content);
  margin: 0 auto;
  padding: 12px 20px 80px;
}

.directory-section {
  padding: 34px 0;
  scroll-margin-top: 24px;
  border-top: 1px solid var(--border);
}

.directory-section:first-child { border-top: 0; }

.directory-section__heading {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.directory-section__heading h2 { margin: 0 0 4px; color: var(--forest); font-size: clamp(1.35rem, 4vw, 1.85rem); }
.directory-section__heading p { margin: 0; color: var(--muted); }

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

.directory-card {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.directory-card--open { border: 2px solid var(--forest-2); box-shadow: 0 8px 24px rgba(21, 61, 55, 0.09); }
.directory-card--paused { background: var(--danger-light); border-color: #d9a29f; }
.directory-card--next { background: #fffbf3; border-color: #e5c987; }
.directory-card h3 { margin: 11px 0 5px; color: var(--forest); font-size: 1.04rem; line-height: 1.45; }
.directory-card > p:not(.status-badge) { margin: 0; color: var(--muted); font-size: 0.88rem; }
.directory-card .text-link { display: inline-block; margin-top: 14px; }
.directory-card__availability { margin-top: 13px !important; padding-top: 11px; border-top: 1px solid rgba(21, 61, 55, 0.1); font-weight: 700; }
.directory-section__empty { margin: 0; padding: 18px; color: var(--muted); background: var(--white); border-radius: 14px; text-align: center; }

.readiness-steps {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.readiness-steps li {
  padding: 22px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  background: var(--white);
  border-radius: 16px;
}

.readiness-steps li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  font-weight: 900;
}

.readiness-steps h3 { margin: 0 0 4px; color: var(--forest); font-size: 1rem; }
.readiness-steps p { margin: 0; color: var(--muted); font-size: 0.88rem; }

.breadcrumb {
  max-width: var(--content);
  margin: 0 auto;
  padding: 14px 20px 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.alert {
  max-width: 920px;
  margin: 22px auto;
  padding: 20px;
  background: var(--amber-light);
  border: 2px solid #d8924b;
  border-radius: 16px;
}

.alert--danger { color: #5f1714; background: var(--danger-light); border-color: var(--danger); }
.alert h2, .alert h3 { margin-top: 0; }
.alert p:last-child { margin-bottom: 0; }

.detail-grid {
  max-width: var(--content);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.detail-card { padding: 24px; background: var(--white); border-radius: 18px; border: 1px solid var(--border); }
.detail-card h3 { margin-top: 0; color: var(--forest); }
.detail-card p:last-child { margin-bottom: 0; }

.content {
  max-width: 840px;
  margin: 0 auto;
  padding: 56px 20px 80px;
}

.content h1, .content h2, .content h3 { color: var(--forest); line-height: 1.35; }
.content h1 { font-size: clamp(2rem, 6vw, 3.7rem); }
.content h2 { margin-top: 48px; padding-top: 8px; border-top: 1px solid var(--border); }
.content h3 { margin-top: 28px; }
.content table { width: 100%; border-collapse: collapse; background: var(--white); }
.content th, .content td { padding: 12px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.content th { width: 32%; background: #edf1ee; }

.simple-form { margin-top: 30px; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer {
  padding: 40px 20px;
  color: #d8e2de;
  background: #0c2a26;
  text-align: center;
}

.site-footer strong { color: var(--white); }
.site-footer p { margin: 2px 0 18px; font-size: 0.82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.site-footer a { color: #d8e2de; font-size: 0.82rem; }
.site-footer small { display: block; margin-top: 20px; color: #9eb2ab; }

.form-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 20px 80px;
}

.form-shell[data-form-visibility]:not([data-form-visibility="open"]) { display: none; }

.intake-status {
  max-width: 780px;
  margin: 24px auto 0;
  padding: 14px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.intake-status--open { color: var(--forest); background: #e8f0ed; }
.intake-status--paused { color: #5f1714; background: var(--danger-light); border-color: var(--danger); }
.intake-status[hidden] { display: none; }

.form-progress { margin: 0 0 24px; }
.form-progress__bar { height: 8px; background: #dfe5e1; border-radius: 999px; overflow: hidden; }
.form-progress__value { width: 16.66%; height: 100%; background: var(--forest); transition: width 180ms ease; }
.form-progress p { margin: 8px 0 0; color: var(--muted); font-size: 0.82rem; text-align: right; }

.form-step {
  display: none;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-step.is-active { display: block; }
.form-step h2 { margin-top: 0; color: var(--forest); font-size: 1.5rem; }
.form-step__intro { color: var(--muted); }

.field { margin-top: 24px; }
.field > label, .field > legend { display: block; margin-bottom: 9px; color: var(--forest); font-weight: 800; }
.field fieldset, fieldset.field { padding: 0; border: 0; }
.required { color: var(--danger); font-size: 0.72rem; }
.optional { color: var(--muted); font-size: 0.72rem; }
.field__hint { margin: 7px 0 0; color: var(--muted); font-size: 0.78rem; }
.field__error { display: none; margin: 7px 0 0; color: var(--danger); font-size: 0.82rem; font-weight: 700; }
.field.has-error .field__error { display: block; }

.field input[type="text"],
.field input[type="tel"],
.field input[type="email"],
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid #bfc9c4;
  border-radius: 12px;
}

.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); outline: 3px solid rgba(36, 89, 79, 0.14); }

.choice-grid { display: grid; gap: 9px; }
.choice {
  min-height: 48px;
  padding: 11px 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fbfcfb;
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
}

.choice input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--forest); }
.choice:has(input:checked) { background: #e8f0ed; border-color: var(--forest-2); }

.form-actions { margin-top: 28px; display: flex; flex-direction: column-reverse; gap: 10px; }
.form-actions .button { width: 100%; }

.inline-status {
  display: none;
  margin-top: 20px;
  padding: 16px;
  border-radius: 12px;
  background: var(--amber-light);
  border: 1px solid #d8924b;
}
.inline-status.is-visible { display: block; }
.inline-status--error { color: #5f1714; background: var(--danger-light); border-color: var(--danger); }

.review-list { margin: 18px 0; }
.review-group { padding: 18px 0; border-bottom: 1px solid var(--border); }
.review-group h3 { margin: 0 0 8px; color: var(--forest); font-size: 1rem; }
.review-group dl { display: grid; grid-template-columns: minmax(105px, 0.5fr) 1fr; gap: 6px 12px; margin: 0; }
.review-group dt { color: var(--muted); }
.review-group dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }

.upload-box {
  padding: 22px;
  text-align: center;
  background: #f6f8f6;
  border: 2px dashed #9aaba4;
  border-radius: 14px;
}
.upload-box input { max-width: 100%; }
.photo-preview { max-width: 280px; margin: 14px auto 0; border-radius: 12px; }

.complete-card {
  max-width: 720px;
  margin: 58px auto;
  padding: 34px 26px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.receipt-number { display: inline-block; padding: 8px 14px; color: var(--forest); background: #e8f0ed; border-radius: 9px; font-weight: 900; letter-spacing: 0.04em; }

@media (min-width: 720px) {
  .site-nav > a:not(.button) { display: inline; }
  .home-hero { grid-template-columns: 1.18fr 0.82fr; padding-top: 90px; padding-bottom: 80px; }
  .home-hero__actions { flex-direction: row; align-items: center; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card--featured { grid-column: span 2; }
  .service-grid--single { display: block; }
  .service-grid--preparing { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .directory-grid { grid-template-columns: repeat(2, 1fr); }
  .readiness-steps { grid-template-columns: repeat(2, 1fr); }
  .promise-grid, .detail-grid { grid-template-columns: 1fr 1fr; }
  .form-step { padding: 36px; }
  .form-actions { flex-direction: row; justify-content: space-between; }
  .form-actions .button { width: auto; min-width: 180px; }
  .choice-grid--three { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1040px) {
  .service-grid--preparing { grid-template-columns: repeat(3, 1fr); }
  .service-grid--preparing .service-card:last-child { grid-column: span 2; }
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
