:root {
  color-scheme: only light;
  --ink: #172018;
  --ink-soft: #425047;
  --forest: #244b32;
  --forest-dark: #173622;
  --leaf: #8dbb3f;
  --orange: #eb7d2b;
  --cream: #f6f2e7;
  --paper: #fffefa;
  --line: #d9ddcf;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 32, 24, .12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 142px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.proposal-note {
  position: relative;
  z-index: 50;
  padding: 9px 20px;
  color: #fff;
  background: var(--forest-dark);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.proposal-note p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 254, 250, .97);
  border-bottom: 1px solid rgba(23, 32, 24, .1);
  backdrop-filter: blur(12px);
}

.header-main {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 1 350px;
}

.brand-dc-mark {
  width: 66px;
  height: 66px;
  flex: none;
  object-fit: contain;
}

.brand-wordmark {
  width: min(250px, 100%);
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.header-contact {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 18px;
  line-height: 1.4;
}

.header-contact span {
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 700;
}

.header-contact a {
  color: var(--forest);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 29px;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  text-decoration: none;
}

.header-contact small {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 14px;
  text-align: right;
}

.global-nav {
  border-top: 1px solid rgba(23, 32, 24, .08);
}

.global-nav .shell {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.global-nav a {
  min-height: 52px;
  padding: 13px 24px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background .2s;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--forest);
  background: var(--cream);
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background: url("img/hero-pruning.jpg") center 42% / cover no-repeat;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 35, 22, .9) 0%, rgba(14, 35, 22, .67) 47%, rgba(14, 35, 22, .18) 80%),
    linear-gradient(0deg, rgba(9, 24, 14, .4), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 92px;
}

.hero-area {
  width: fit-content;
  margin: 0 0 22px;
  padding: 7px 16px;
  color: #203d29;
  background: rgba(255, 255, 255, .9);
  border-left: 6px solid var(--orange);
  font-weight: 700;
  letter-spacing: .08em;
}

.hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .03em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .25);
}

.hero-lead {
  margin: 28px 0 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.button {
  min-height: 58px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .2s, background .2s, color .2s;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #18301e;
  background: var(--leaf);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .7);
  background: rgba(19, 51, 30, .3);
}

.photo-source {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 2;
  margin: 0;
  font-size: 14px;
}

.quick-trust {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  color: var(--white);
  background: var(--forest);
}

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

.quick-trust-grid div {
  min-width: 0;
  padding: 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.quick-trust-grid div:last-child {
  border-right: 0;
}

.quick-trust strong,
.quick-trust span {
  display: block;
}

.quick-trust strong {
  color: #d6eeaa;
  font-size: 20px;
}

.quick-trust span {
  margin-top: 2px;
  font-size: 15px;
}

.section {
  padding-block: 118px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading .eyebrow,
.eyebrow {
  margin: 0 0 13px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .18em;
}

.section-heading h2,
.area h2,
.contact h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .025em;
}

.section-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--ink-soft);
}

.services {
  background:
    radial-gradient(circle at 92% 18%, rgba(141, 187, 63, .16), transparent 25%),
    var(--paper);
}

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

.service-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 38px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(23, 32, 24, .05);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.service-number {
  position: absolute;
  right: 20px;
  top: -14px;
  color: rgba(36, 75, 50, .08);
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

.service-card h3 {
  position: relative;
  margin: 34px 0 12px;
  font-size: 27px;
}

.service-card p {
  position: relative;
  margin: 0;
  color: var(--ink-soft);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    color: #fff;
    background: var(--forest);
    border-color: var(--forest);
    box-shadow: 0 18px 34px rgba(23, 32, 24, .18);
    transform: translateY(-5px);
  }

  .service-card:hover p {
    color: rgba(255, 255, 255, .82);
  }

  .service-card:hover .service-number {
    color: rgba(255, 255, 255, .1);
  }
}

.works {
  color: #fff;
  background: var(--forest-dark);
}

.heading-light p {
  color: rgba(255, 255, 255, .75) !important;
}

.works-category-tabs {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.works-tab {
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background .2s, border-color .2s;
}

.works-tab:hover,
.works-tab:focus-visible,
.works-tab.is-active {
  border-color: var(--leaf);
  color: #1c3925;
  background: var(--leaf);
}

.works-slider {
  overflow: hidden;
  border-radius: var(--radius);
  background: #102517;
}

.work-slide {
  position: relative;
  aspect-ratio: 16 / 8;
  margin: 0;
  overflow: hidden;
}

.work-slide[hidden] {
  display: none;
}

.work-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 64px 30px 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(transparent, rgba(5, 18, 10, .84));
}

.work-slide figcaption span,
.work-slide figcaption strong {
  display: block;
}

.work-slide figcaption span {
  color: #d6eeaa;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.work-slide figcaption strong {
  color: #fff;
  font-size: 23px;
}

.slider-controls {
  min-height: 76px;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: #102517;
}

.slider-button {
  width: fit-content;
  min-height: 44px;
  padding: 8px 14px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.slider-button:hover,
.slider-button:focus-visible {
  color: #d6eeaa;
}

.slider-button:disabled {
  color: rgba(255, 255, 255, .35);
  cursor: default;
}

.slider-next {
  justify-self: end;
}

.slider-count {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-variant-numeric: lining-nums;
}

.slider-count span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.source-note {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.source-note.dark {
  color: var(--ink-soft);
}

.price {
  background: var(--cream);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 76px;
}

.important-note {
  padding: 15px 18px;
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, .65);
  font-size: 15px;
}

.price-card {
  padding: 16px 36px 30px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-row {
  min-width: 0;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.price-row strong,
.price-row span {
  display: block;
}

.price-row strong {
  font-size: 20px;
}

.price-row span {
  color: var(--ink-soft);
  font-size: 14px;
}

.price-row p {
  flex: none;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.price-row em {
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 34px;
  font-style: normal;
  font-variant-numeric: lining-nums;
}

.text-link {
  margin-top: 28px;
  display: inline-flex;
  gap: 10px;
  color: var(--forest);
  font-weight: 700;
  text-underline-offset: 5px;
}

.message {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #1b3926;
}

.message-bg {
  position: absolute;
  inset: 0 0 0 55%;
  background: url("img/tree-shape.jpg") center / cover no-repeat;
  opacity: .46;
}

.message-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b3926 0%, rgba(27, 57, 38, .55) 62%, transparent 100%);
}

.message-content {
  position: relative;
  z-index: 2;
}

.message blockquote {
  margin: 0;
}

.message blockquote p {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 600;
  line-height: 1.45;
}

.message-copy {
  max-width: 640px;
  margin-top: 36px;
  color: rgba(255, 255, 255, .82);
}

.message-name {
  margin-top: 32px;
}

.message-name strong {
  font-size: 20px;
}

.credentials {
  background: var(--paper);
}

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

.credential-grid div {
  min-width: 0;
  min-height: 168px;
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-top: 5px solid var(--leaf);
  border-radius: 12px;
}

.credential-grid span {
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.credential-grid strong {
  margin-top: 9px;
  font-size: 19px;
  line-height: 1.55;
}

.flow {
  background: var(--cream);
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.flow-list li {
  min-width: 0;
  padding: 30px 25px;
  background: #fff;
  border-radius: var(--radius);
}

.flow-list > li > span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.flow-list h3 {
  margin: 24px 0 10px;
  font-size: 21px;
}

.flow-list p {
  margin: 0;
  color: var(--ink-soft);
}

.area {
  color: #fff;
  background: var(--forest);
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 80px;
}

.area-copy {
  padding: 38px;
  color: var(--ink);
  background: var(--cream);
  border-radius: var(--radius);
}

.area-copy p {
  margin: 0 0 16px;
}

.area-copy small {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
}

.company {
  background: var(--cream);
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 36px;
}

.company-card {
  padding: 34px;
  background: #fff;
  border-radius: var(--radius);
}

.company-card dl {
  margin: 0;
}

.company-card dl > div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.company-card dt {
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
}

.company-card dd {
  margin: 0;
  font-weight: 700;
}

.company-card dd a {
  color: var(--forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.company-card .text-link {
  margin-top: 26px;
}

.company-card small {
  margin-top: 18px;
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.contact {
  padding-block: 110px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(141, 187, 63, .27), transparent 30%),
    var(--forest-dark);
}

.contact-inner > p:not(.eyebrow) {
  margin: 20px 0 0;
}

.contact-tel {
  width: fit-content;
  margin: 36px auto 20px;
  padding: 10px 32px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.contact-tel small,
.contact-tel strong,
.contact-tel span {
  display: block;
}

.contact-tel small {
  font-size: 15px;
}

.contact-tel strong {
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.35;
  font-variant-numeric: lining-nums;
}

.contact-tel span {
  color: #cbe99a;
  font-size: 15px;
}

.form-sample {
  max-width: 900px;
  margin: 54px auto 0;
  padding: 38px;
  color: var(--ink);
  text-align: left;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.form-sample-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.form-sample-heading .eyebrow {
  margin-bottom: 4px;
}

.form-sample h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
}

.form-sample-heading > span {
  padding: 5px 12px;
  color: var(--forest);
  background: #e5f0cc;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.form-sample-note {
  margin: 22px 0 0;
  padding: 13px 16px;
  color: var(--ink-soft);
  background: var(--cream);
  border-left: 4px solid var(--orange);
  font-size: 15px;
  line-height: 1.7;
}

.proposal-form {
  display: grid;
  gap: 22px;
}

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

.proposal-form label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.proposal-form label b {
  margin-left: 7px;
  padding: 2px 7px;
  color: #fff;
  background: var(--orange);
  border-radius: 4px;
  font-size: 12px;
  vertical-align: 2px;
}

.proposal-form input,
.proposal-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #bdc7b7;
  border-radius: 8px;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
}

.proposal-form input::placeholder,
.proposal-form textarea::placeholder {
  color: #7a857d;
  opacity: 1;
}

.proposal-form textarea {
  min-height: 142px;
  resize: vertical;
}

.proposal-form button {
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  color: #547043;
  background: #d8e4d3;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.current-form-link {
  margin-top: 26px;
  display: inline-flex;
  gap: 9px;
  color: #fff;
  font-weight: 700;
  text-underline-offset: 5px;
}

.site-footer {
  padding-block: 58px 32px;
  background: #101710;
  color: rgba(255, 255, 255, .74);
}

.site-footer img {
  width: 260px;
  padding: 8px;
  background: #fff;
}

.site-footer p {
  margin: 22px 0 0;
}

.footer-note {
  max-width: 900px;
  font-size: 14px;
}

.copyright {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

.mobile-contact {
  display: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 1000px) {
  .shell {
    width: min(100% - 40px, 900px);
  }

  .header-contact {
    display: none;
  }

  .menu-button {
    min-width: 80px;
    min-height: 58px;
    display: grid;
    place-items: center;
    gap: 3px;
    cursor: pointer;
  }

  .menu-lines,
  .menu-lines::before,
  .menu-lines::after {
    width: 28px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform .2s;
  }

  .menu-lines {
    position: relative;
  }

  .menu-lines::before,
  .menu-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-lines::before {
    top: -8px;
  }

  .menu-lines::after {
    top: 8px;
  }

  .menu-button[aria-expanded="true"] .menu-lines {
    background: transparent;
  }

  .menu-button[aria-expanded="true"] .menu-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-button[aria-expanded="true"] .menu-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .global-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: var(--paper);
    box-shadow: 0 18px 26px rgba(23, 32, 24, .16);
  }

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

  .global-nav .shell {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-nav a {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

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

  .price-layout,
  .area-layout,
  .company-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .price-layout .section-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 85px;
  }

  body {
    padding-bottom: 78px;
  }

  .shell {
    width: min(100% - 32px, 560px);
  }

  .proposal-note {
    padding-inline: 12px;
    font-size: 14px;
    text-align: left;
  }

  .header-main {
    position: relative;
    min-height: 74px;
    gap: 0;
    justify-content: flex-start;
  }

  .brand {
    flex: 0 0 58px;
    gap: 8px;
  }

  .brand-dc-mark {
    width: 58px;
    height: 58px;
  }

  .brand-wordmark {
    display: none;
  }

  .menu-button {
    display: grid;
    position: absolute;
    top: 7px;
    right: 0;
    min-width: 58px;
    min-height: 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--forest);
    background: transparent;
    font-size: 11px;
  }

  .global-nav .shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .global-nav a {
    min-height: 52px;
    justify-content: start;
    padding-inline: 24px;
    font-size: 18px;
  }

  .hero {
    min-height: 650px;
    align-items: end;
  }

  .hero-photo {
    background-position: 42% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(10, 31, 17, .96) 0%, rgba(10, 31, 17, .76) 50%, rgba(10, 31, 17, .18) 100%);
  }

  .hero-content {
    padding-block: 180px 66px;
  }

  .hero-area {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.42;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.75;
  }

  .hero-actions {
    margin-top: 28px;
    display: grid;
  }

  .button {
    width: 100%;
  }

  .photo-source {
    right: 10px;
    bottom: 5px;
    font-size: 12px;
  }

  .quick-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quick-trust-grid div {
    padding: 18px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .quick-trust-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 82px;
  }

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

  .section-heading h2,
  .area h2,
  .contact h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .mobile-only {
    display: block;
  }

  .service-grid,
  .credential-grid,
  .flow-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-card {
    min-height: 220px;
    padding: 28px;
  }

  .works-category-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .works-tab {
    width: 100%;
  }

  .work-slide {
    aspect-ratio: 4 / 3;
  }

  .work-slide figcaption {
    padding: 48px 18px 18px;
    display: block;
  }

  .work-slide figcaption strong {
    margin-top: 4px;
    font-size: 18px;
  }

  .slider-controls {
    min-height: 65px;
    padding-inline: 8px;
  }

  .price-card {
    padding: 8px 20px 25px;
  }

  .price-row {
    align-items: flex-end;
    gap: 10px;
  }

  .price-row em {
    font-size: 28px;
  }

  .message {
    min-height: 720px;
  }

  .message-bg {
    inset: 0;
    opacity: .22;
  }

  .message-bg::after {
    background: linear-gradient(0deg, #1b3926 0%, rgba(27, 57, 38, .54) 100%);
  }

  .message blockquote p {
    font-size: clamp(36px, 10vw, 48px);
  }

  .credential-grid div {
    min-height: 130px;
  }

  .area-copy {
    padding: 26px;
  }

  .contact {
    padding-block: 82px;
  }

  .contact-tel {
    padding-inline: 0;
  }

  .contact-tel strong {
    font-size: clamp(34px, 11vw, 48px);
  }

  .form-sample {
    margin-top: 38px;
    padding: 25px 18px;
  }

  .form-sample-heading {
    align-items: flex-start;
  }

  .form-sample h3 {
    font-size: 27px;
  }

  .form-sample-heading > span {
    flex: none;
    font-size: 12px;
  }

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

  .company-card {
    padding: 26px 20px;
  }

  .company-card dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .site-footer img {
    width: 220px;
  }

  .mobile-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: block;
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    background: rgba(16, 23, 16, .97);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .22);
  }

  .mobile-contact a {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #17311e;
    background: var(--leaf);
    border-radius: 10px;
    text-decoration: none;
  }

  .mobile-contact span {
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-contact strong {
    font-family: Georgia, "Yu Mincho", serif;
    font-size: 22px;
    font-variant-numeric: lining-nums;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
