:root {
  color-scheme: only light;
  --ink: #262a24;
  --ink-soft: #52584f;
  --moss: #3f5b43;
  --moss-dark: #23382a;
  --leaf: #718163;
  --sand: #d9c9a9;
  --cream: #f6f1e6;
  --paper: #fffdf8;
  --line: #d9dbd2;
  --line-green: #aab5a7;
  --white: #fff;
  --line-green-strong: #356b42;
  --shadow: 0 18px 50px rgba(35, 56, 42, .13);
  --max: 1180px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
}

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

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

.no-break {
  display: inline-block;
  white-space: nowrap;
}

button {
  font: inherit;
}

.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;
}

.proposal-note {
  position: relative;
  z-index: 50;
  color: var(--white);
  background: var(--moss-dark);
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
}

.proposal-note p {
  margin: 0;
}

.proposal-note-main {
  padding: 8px 18px;
  background: #365223;
}

.proposal-note-business {
  padding: 5px 18px;
  border-top: 1px solid rgba(255,255,255,.4);
  background: #173d24;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(39, 57, 44, .12);
  background: rgba(255, 253, 248, .95);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 126px;
  max-width: 1360px;
  padding: 14px 30px 0;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 28px;
}

.brand {
  display: inline-flex;
  order: 1;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid var(--moss);
  color: var(--moss-dark);
  place-items: center;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: .12em;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: .08em;
}

.desktop-nav {
  display: flex;
  width: 100%;
  min-height: 46px;
  order: 3;
  border-top: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 18px;
  font-weight: 700;
}

.desktop-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  border-color: var(--moss);
}

.header-tel {
  display: flex;
  order: 2;
  margin-left: auto;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  flex-direction: column;
  line-height: 1.25;
}

.header-tel span {
  color: var(--ink-soft);
  font-size: 12px;
}

.header-tel strong {
  color: var(--moss-dark);
  font-size: 20px;
  letter-spacing: .03em;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100svh - 156px));
  overflow: hidden;
  color: var(--white);
  background: var(--moss-dark);
}

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

.hero-photo {
  background-image: url("img/hero-craftsman.jpg");
  background-position: 50% 45%;
  background-size: cover;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(22, 34, 25, .92) 0%, rgba(22, 34, 25, .75) 40%, rgba(22, 34, 25, .18) 72%),
    linear-gradient(0deg, rgba(22, 34, 25, .55) 0%, transparent 40%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  width: min(var(--max), calc(100% - 64px));
  padding: 80px 0 74px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-area,
.eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-area::before {
  display: inline-block;
  width: 46px;
  height: 1px;
  margin-right: 13px;
  background: currentColor;
  content: "";
  vertical-align: middle;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.38;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .24);
}

.hero h1 span {
  display: block;
}

.hero-lead {
  margin: 26px 0 0;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 2;
}

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

.button {
  display: flex;
  min-width: 240px;
  min-height: 72px;
  padding: 12px 24px;
  border: 1px solid rgba(255,255,255,.8);
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease, background .2s ease;
}

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

.button-tel {
  color: var(--moss-dark);
  background: var(--white);
}

.button-line {
  border-color: #3d9b4c;
  background: #238b3b;
}

.button-kicker {
  font-size: 12px;
  line-height: 1.2;
}

.button strong {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-points {
  display: flex;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.hero-points li::before {
  margin-right: 8px;
  color: #dce8d6;
  content: "✓";
}

.quick-trust {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 1040px;
  padding: 26px 38px 18px;
  margin: -42px auto 0;
  border: 1px solid rgba(64, 90, 67, .15);
  box-shadow: var(--shadow);
  background: var(--paper);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-trust > div {
  display: flex;
  min-height: 72px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quick-trust > div:nth-child(3) {
  border-right: 0;
}

.quick-trust strong {
  color: var(--moss-dark);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.25;
}

.quick-trust span {
  color: var(--ink-soft);
  font-size: 13px;
}

.fact-note {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: #71766e;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}

.fact-note.align-left {
  text-align: left;
}

.section {
  padding: 112px 32px;
}

.section-inner {
  width: min(var(--max), 100%);
  margin: auto;
}

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

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading .eyebrow,
.strength-copy .eyebrow,
.kadomatsu-copy .eyebrow,
.contact .eyebrow {
  color: var(--leaf);
}

.section h2,
.kadomatsu h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.45;
}

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

.concerns {
  padding-top: 130px;
  background:
    linear-gradient(rgba(246,241,230,.9), rgba(246,241,230,.9)),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(63,91,67,.05) 40px);
}

.concerns .section-inner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  column-gap: 84px;
}

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

.concern-list p {
  position: relative;
  padding: 20px 24px 20px 62px;
  margin: 0;
  border-bottom: 1px solid var(--line-green);
  background: rgba(255,255,255,.5);
  font-weight: 700;
}

.concern-list p::before {
  position: absolute;
  top: 50%;
  left: 24px;
  color: var(--moss);
  content: "✓";
  transform: translateY(-50%);
}

.concerns-message {
  margin: 34px 0 0;
  grid-column: 2;
  color: var(--moss-dark);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}

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

.services .section-heading {
  max-width: 920px;
}

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

.service-card {
  position: relative;
  min-height: 260px;
  padding: 36px 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.service-card::after {
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(63,91,67,.15);
  border-radius: 50%;
  content: "";
}

.service-number {
  color: var(--leaf);
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .12em;
}

.service-card h3 {
  margin: 34px 0 12px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.35;
}

.service-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.service-other {
  padding: 20px;
  margin: 24px 0 0;
  border: 1px dashed var(--line-green);
  color: var(--ink-soft);
  text-align: center;
  font-size: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    color: var(--white);
    border-color: var(--moss);
    box-shadow: 0 16px 36px rgba(35, 56, 42, .16);
    background: var(--moss);
    transform: translateY(-4px);
  }

  .service-card:hover .service-number {
    color: #d9e3d1;
  }

  .service-card:hover::after {
    border-color: rgba(255, 255, 255, .22);
  }
}

.strengths {
  color: var(--white);
  background: var(--moss-dark);
}

.split {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 80px;
}

.portrait-frame {
  position: relative;
}

.portrait-frame::before {
  position: absolute;
  z-index: 0;
  top: -24px;
  left: -24px;
  width: 72%;
  height: 65%;
  border: 1px solid rgba(255,255,255,.28);
  content: "";
}

.portrait-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: 44% center;
}

.portrait-label {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 28px;
  max-width: 330px;
  padding: 18px 24px;
  color: var(--moss-dark);
  background: var(--cream);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.strength-copy h2 {
  color: var(--white);
}

.strength-copy > p:not(.eyebrow) {
  color: #e5e8e1;
}

.profile-list {
  margin: 36px 0 0;
  border-top: 1px solid rgba(255,255,255,.25);
}

.profile-list > div {
  display: grid;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  grid-template-columns: 90px minmax(0, 1fr);
}

.profile-list dt {
  color: #bfcbb9;
  font-size: 14px;
}

.profile-list dd {
  margin: 0;
  font-weight: 700;
}

.works {
  background: #eee9dc;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-template-rows: repeat(2, 290px);
  gap: 18px;
}

.work-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--moss-dark);
}

.work-grid .work-large {
  grid-row: 1 / 3;
}

.work-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.work-grid figure:hover img {
  transform: scale(1.025);
}

.work-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 44px 24px 20px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(16,25,18,.85));
  flex-direction: column;
}

.work-grid figcaption strong {
  font-family: var(--serif);
  font-size: 23px;
}

.work-grid figcaption span {
  font-size: 14px;
}

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

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

.flow-list li {
  position: relative;
  padding: 30px 28px;
  border-top: 1px solid var(--line-green);
  border-bottom: 1px solid var(--line-green);
}

.flow-list li + li {
  border-left: 1px solid var(--line-green);
}

.flow-list li > span {
  display: block;
  margin-bottom: 42px;
  color: var(--leaf);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .1em;
}

.flow-list strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 21px;
}

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

.kadomatsu {
  display: grid;
  min-height: 620px;
  color: var(--white);
  background: #392e24;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kadomatsu-photo {
  min-height: 620px;
}

.kadomatsu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kadomatsu-copy {
  display: flex;
  max-width: 660px;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
}

.kadomatsu-copy h2 {
  color: var(--white);
}

.kadomatsu-copy p {
  margin: 24px 0 0;
  color: #ece5da;
}

.kadomatsu-copy .small {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.25);
  font-size: 14px;
}

.contact {
  padding: 110px 32px;
  color: var(--white);
  background:
    linear-gradient(rgba(28,46,34,.96), rgba(28,46,34,.96)),
    url("img/pruning-work.jpg") center / cover;
  text-align: center;
}

.contact-inner {
  width: min(880px, 100%);
  margin: auto;
}

.contact h2 {
  color: var(--white);
}

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

.contact-actions {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-actions a {
  display: flex;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.6);
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease;
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  transform: translateY(-3px);
}

.contact-tel {
  color: var(--moss-dark);
  background: var(--white);
}

.contact-line {
  border-color: #3d9b4c !important;
  background: #238b3b;
}

.contact-actions span,
.contact-actions small {
  font-size: 14px;
}

.contact-actions strong {
  margin: 6px 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

.site-footer {
  padding: 66px 32px 110px;
  color: #dce3da;
  background: #17241b;
  text-align: center;
}

.footer-inner {
  max-width: 1120px;
  margin: auto;
}

.footer-company {
  display: flex;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 17px;
  font-weight: 700;
}

.footer-company strong {
  color: var(--white);
  font-size: 20px;
}

.footer-company span::before {
  margin: 0 12px;
  color: #819083;
  content: "|";
}

.site-footer .copyright {
  padding: 0;
  margin: 12px 0 0;
  border: 0;
  color: #dce3da;
  font-size: 16px;
  font-weight: 700;
}

.footer-note {
  max-width: 980px;
  padding-top: 26px;
  margin: 28px auto 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #aeb9ad;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 1120px) {
  .header-inner {
    min-height: 82px;
    padding-top: 0;
    flex-wrap: nowrap;
  }

  .desktop-nav {
    display: none;
  }

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

  .menu-button {
    display: flex;
    order: 3;
    width: 76px;
    min-height: 54px;
    padding: 7px 8px 6px;
    border: 1px solid var(--line-green);
    background: transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
  }

  .menu-icon {
    display: flex;
    width: 24px;
    flex-direction: column;
    gap: 4px;
  }

  .menu-icon i {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--moss-dark);
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-label {
    color: var(--moss-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    background: var(--paper);
    box-shadow: 0 16px 30px rgba(22,34,25,.12);
    opacity: 0;
    pointer-events: none;
    transition: max-height .25s ease, opacity .2s ease;
  }

  .mobile-nav.open {
    max-height: 380px;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav a {
    padding: 16px 30px;
    border-top: 1px solid var(--line);
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    width: min(100% - 40px, 680px);
  }

  .quick-trust {
    width: calc(100% - 40px);
  }

  .concerns .section-inner,
  .split {
    grid-template-columns: 1fr;
  }

  .concerns .section-inner {
    row-gap: 14px;
  }

  .concerns-message {
    grid-column: 1;
  }

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

  .split {
    gap: 64px;
  }

  .portrait-frame {
    width: min(680px, 100%);
    margin: auto;
  }

  .portrait-frame img {
    height: min(700px, 86vw);
  }

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

  .flow-list li:nth-child(3) {
    border-left: 0;
  }

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

  .kadomatsu-photo {
    min-height: 480px;
  }

  .kadomatsu-copy {
    max-width: none;
    padding: 72px 40px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 66px;
    font-size: 18px;
  }

  html {
    scroll-padding-top: 94px;
  }

  .proposal-note {
    width: 100vw;
    max-width: 100%;
    font-size: 14px;
  }

  .proposal-note-main,
  .proposal-note-business {
    padding: 7px 12px;
  }

  .header-inner {
    width: 100%;
    min-height: 72px;
    padding: 0 14px;
    gap: 10px;
  }

  .site-header {
    width: 100vw;
    max-width: 100%;
  }

  .brand-mark {
    width: 43px;
    height: 43px;
    font-size: 24px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .brand-copy small,
  .header-tel {
    display: none;
  }

  .menu-button {
    order: 2;
    margin-left: auto;
  }

  .mobile-nav a {
    padding: 15px 20px;
    font-size: 18px;
  }

  .hero {
    min-height: calc(100svh - 98px);
  }

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

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(16,27,19,.95) 0%, rgba(16,27,19,.64) 58%, rgba(16,27,19,.28) 100%);
  }

  .hero-inner {
    width: calc(100% - 36px);
    min-height: inherit;
    padding: 230px 0 34px;
    justify-content: flex-end;
  }

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

  .hero-area::before {
    width: 28px;
  }

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

  .hero h1 span:nth-child(2) {
    font-size: .72em;
  }

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

  .hero-actions {
    display: none;
  }

  .hero-points {
    margin-top: 18px;
    flex-wrap: wrap;
    gap: 6px 15px;
    font-size: 13px;
  }

  .quick-trust {
    width: calc(100% - 24px);
    padding: 16px 10px 12px;
    margin-top: -1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-trust > div {
    min-height: 66px;
    padding: 0 8px;
  }

  .quick-trust strong {
    font-size: 21px;
  }

  .quick-trust span {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .quick-trust .fact-note {
    margin-top: 10px;
    font-size: 14px;
  }

  .section {
    padding: 80px 20px;
  }

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

  .section h2,
  .kadomatsu h2,
  .contact h2 {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .concerns {
    padding-top: 84px;
  }

  .concern-list p {
    padding: 17px 14px 17px 46px;
    font-size: 18px;
  }

  .concern-list p::before {
    left: 17px;
  }

  .concerns-message {
    font-size: 19px;
  }

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

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

  .service-card h3 {
    margin-top: 20px;
  }

  .service-card p,
  .service-other {
    font-size: 18px;
  }

  .strengths {
    padding-top: 98px;
  }

  .portrait-frame::before {
    top: -14px;
    left: -10px;
  }

  .portrait-frame img {
    height: 118vw;
    max-height: 560px;
    object-position: 43% center;
  }

  .portrait-label {
    right: -4px;
    bottom: 16px;
    max-width: 290px;
    padding: 14px 17px;
    font-size: 16px;
  }

  .strength-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .profile-list > div {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .work-grid {
    display: block;
  }

  .work-grid figure {
    height: 320px;
    margin-bottom: 14px;
  }

  .work-grid .work-large {
    height: 430px;
  }

  .work-grid figcaption {
    padding: 60px 18px 17px;
  }

  .flow-list {
    display: block;
  }

  .flow-list li {
    display: grid;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-green);
    border-left: 0 !important;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .flow-list li + li {
    border-top: 0;
  }

  .flow-list li > span {
    margin: 2px 0 0;
  }

  .kadomatsu {
    min-height: 0;
  }

  .kadomatsu-photo {
    min-height: 340px;
  }

  .kadomatsu-copy {
    padding: 62px 20px;
  }

  .kadomatsu-copy p {
    font-size: 18px;
  }

  .contact {
    padding: 82px 20px;
  }

  .contact-inner > p:not(.eyebrow) {
    font-size: 18px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-actions a {
    min-height: 135px;
  }

  .site-footer {
    padding: 50px 20px 44px;
  }

  .footer-company {
    display: block;
    font-size: 14px;
    line-height: 1.9;
  }

  .footer-company strong,
  .footer-company span {
    display: block;
  }

  .footer-company span::before {
    display: none;
  }

  .site-footer .copyright {
    margin-top: 16px;
    font-size: 13px;
  }

  .footer-note {
    padding-top: 22px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.85;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 66px;
    padding: 8px;
    box-shadow: 0 -8px 24px rgba(23,36,27,.18);
    background: var(--white);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-contact-bar a {
    display: grid;
    border-radius: 3px;
    color: var(--white);
    place-items: center;
    font-size: 18px;
    font-weight: 800;
  }

  .mobile-contact-tel {
    background: var(--moss-dark);
  }

  .mobile-contact-line {
    background: #238b3b;
  }
}

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

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