.component {
  --paper: #f8f3ea;
  --paper-deep: #f1e7d8;
  --paper-soft: #fbf8f1;
  --ink: #193d30;
  --ink-soft: #46564d;
  --accent: #b75d39;
  --accent-deep: #a94d2d;
  --line: rgba(25, 61, 48, 0.22);
  --cv-bar-space: 6.25rem;
  color: var(--ink);
  background-color: var(--paper);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", Georgia, serif;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  line-height: 1.75;
  max-inline-size: 100%;
}

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

.component a:focus-visible {
  outline: 3px solid #e5ae75;
  outline-offset: 4px;
}

.component .site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: clamp(0.85rem, 2.2vw, 1.4rem) clamp(1.25rem, 4vw, 4rem);
  background-color: rgba(252, 249, 243, 0.98);
  border-bottom: 1px solid rgba(25, 61, 48, 0.08);
}

.component .site-header .site-logo {
  min-inline-size: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.component .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-block-size: 3.4rem;
  max-inline-size: 100%;
  padding: 0.72rem clamp(1rem, 2.5vw, 2.2rem);
  color: #fffdf9;
  background: linear-gradient(110deg, var(--accent-deep), var(--accent));
  border-radius: 0.35rem;
  box-shadow: 0 0.5rem 1.25rem rgba(105, 57, 37, 0.13);
  font-size: clamp(0.86rem, 1.6vw, 1.12rem);
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
}

.component .nav-cta::after,
.component .hero-link::after,
.component .services-link::after,
.component .cv-bar-button::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  inline-size: 0.55rem;
  block-size: 0.55rem;
  border-block-start: 1px solid currentColor;
  border-inline-end: 1px solid currentColor;
  transform: rotate(45deg);
}

.component .hero-section {
  background: linear-gradient(108deg, #faf7f0 0%, #f4ecdf 100%);
}

.component .hero-visual {
  block-size: clamp(14rem, 46vw, 34rem);
  overflow: hidden;
  background-color: #d6c5aa;
}

.component .hero-photo {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
}

.component .hero-inner,
.component .section-shell {
  inline-size: min(100%, 76rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 6.4vw, 5rem);
}

.component .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(3.25rem, 8vw, 7rem) clamp(3.75rem, 9vw, 8rem);
}

.component .hero-copy {
  min-inline-size: 0;
}

.component .hero-title {
  max-inline-size: 12em;
  color: var(--ink);
  font-size: clamp(2.35rem, 5.1vw, 5.35rem);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.29;
  overflow-wrap: anywhere;
}

.component .hero-text {
  max-inline-size: 43rem;
  margin-block-start: clamp(1.65rem, 3.6vw, 2.75rem);
  color: #31473d;
  font-size: clamp(1rem, 1.6vw, 1.31rem);
  letter-spacing: 0.055em;
  line-height: 2.05;
  overflow-wrap: anywhere;
}

.component .hero-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  inline-size: min(100%, 37rem);
  min-block-size: 4.45rem;
  margin-block-start: clamp(1.75rem, 4vw, 2.75rem);
  padding: 0.85rem 1.25rem;
  color: #fffdf9;
  background: linear-gradient(110deg, var(--accent-deep), var(--accent));
  border-radius: 0.35rem;
  box-shadow: 0 0.8rem 1.5rem rgba(105, 57, 37, 0.11);
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
}

.component .hero-accent {
  justify-self: end;
  inline-size: min(100%, 10.5rem);
  padding-block-end: 0.55rem;
}

.component .hero-sprig-image,
.component .process-sprig-image,
.component .faq-sprig-image {
  display: block;
  inline-size: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.component .hero-accent::after,
.component .process-sprig::after,
.component .faq-sprig::after {
  content: "";
  display: block;
  inline-size: 3rem;
  block-size: 1px;
  margin-block-start: 0.9rem;
  background-color: var(--ink);
}

.component .services-section {
  background: linear-gradient(104deg, #f2eadc 0%, #eee4d4 100%);
}

.component .services-section .section-shell,
.component .process-section .section-shell,
.component .faq-section .section-shell {
  padding-block: clamp(4rem, 9vw, 8.25rem);
}

.component .section-heading {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.7rem);
  margin-block-end: clamp(2.5rem, 6vw, 5rem);
}

.component .section-rule {
  display: block;
  flex: 0 0 auto;
  inline-size: clamp(2.4rem, 5vw, 3.8rem);
  block-size: 1px;
  background-color: var(--ink);
}

.component .section-title {
  min-inline-size: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.5vw, 3.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.component .service-list {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service;
}

.component .service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.92fr);
  align-items: center;
  gap: clamp(1.75rem, 6vw, 6.75rem);
  min-inline-size: 0;
  counter-increment: service;
}

.component .service-copy {
  position: relative;
  min-inline-size: 0;
  padding-inline-start: clamp(4.6rem, 9vw, 7rem);
}

.component .service-copy::before {
  content: counter(service, decimal-leading-zero);
  position: absolute;
  inset-block-start: -0.04em;
  inset-inline-start: 0;
  color: var(--accent);
  font-size: clamp(3.1rem, 6.4vw, 5.3rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.92;
}

.component .service-copy::after {
  content: "";
  position: absolute;
  inset-block-start: clamp(3.2rem, 6.3vw, 5.15rem);
  inset-inline-start: 0;
  inline-size: clamp(2.75rem, 5vw, 4.35rem);
  block-size: 1px;
  background-color: var(--accent);
}

.component .service-text {
  max-inline-size: 25em;
  color: var(--ink);
  font-size: clamp(1.13rem, 1.78vw, 1.52rem);
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.component .service-visual {
  min-inline-size: 0;
  overflow: hidden;
  background-color: #d8c5a9;
  aspect-ratio: 16 / 10;
  box-shadow: 0 1rem 2.25rem rgba(75, 54, 38, 0.1);
}

.component .service-image {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.component .service-card:nth-child(even) .service-copy {
  order: 2;
}

.component .service-card:nth-child(even) .service-visual {
  order: 1;
}

.component .services-link {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  max-inline-size: 100%;
  margin-block-start: clamp(2.75rem, 6vw, 5rem);
  padding-block-end: 0.5rem;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.component .process-section {
  background-color: var(--paper-soft);
}

.component .process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 13rem);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.component .process-list {
  position: relative;
  display: grid;
  gap: clamp(1.7rem, 4.1vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.component .process-list::before {
  content: "";
  position: absolute;
  inset-block: 1.3rem 1.3rem;
  inset-inline-start: 1.35rem;
  inline-size: 1px;
  background-color: var(--accent);
}

.component .process-item {
  position: relative;
  min-block-size: 3.25rem;
  padding-inline-start: clamp(4rem, 8vw, 6rem);
}

.component .process-item::before {
  content: "";
  position: absolute;
  inset-block-start: 0.14rem;
  inset-inline-start: 0;
  inline-size: 2.75rem;
  block-size: 2.75rem;
  background-color: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0.4rem 1rem rgba(105, 57, 37, 0.12);
}

.component .process-text {
  max-inline-size: 44rem;
  color: #2c4438;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  letter-spacing: 0.045em;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.component .process-sprig {
  justify-self: end;
  inline-size: min(100%, 9.5rem);
}

.component .faq-section {
  background: linear-gradient(108deg, #f4ecde 0%, #f8f2e8 100%);
}

.component .faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.component .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.component .faq-item {
  position: relative;
  padding: clamp(1.25rem, 2.7vw, 2rem) 0 clamp(1.25rem, 2.7vw, 2rem) clamp(1.1rem, 2.6vw, 1.8rem);
  border-bottom: 1px solid var(--line);
}

.component .faq-item:first-child {
  padding-block-start: 0;
}

.component .faq-item::before {
  content: "";
  position: absolute;
  inset-block-start: clamp(1.7rem, 3.3vw, 2.35rem);
  inset-inline-start: 0;
  inline-size: 0.37rem;
  block-size: 0.37rem;
  background-color: var(--accent);
  border-radius: 50%;
}

.component .faq-item:first-child::before {
  inset-block-start: 0.45rem;
}

.component .faq-text {
  max-inline-size: 47rem;
  color: #2d4339;
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  letter-spacing: 0.04em;
  line-height: 2;
  overflow-wrap: anywhere;
}

.component .faq-sprig {
  justify-self: end;
  inline-size: min(100%, 9rem);
}

.component .site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: clamp(2.4rem, 5vw, 4.25rem) clamp(1.25rem, 5vw, 4rem) calc(var(--cv-bar-space) + clamp(1.7rem, 3vw, 2.8rem));
  color: #f9f5ed;
  background-color: #1e4b3a;
}

.component .site-footer .site-logo {
  color: #fffdf8;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.component .footer-nav {
  display: none;
}

.component .site-copyright {
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(0.88rem, 1.45vw, 1.08rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.component .cv-bar {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 20;
  padding: 0.55rem clamp(0.8rem, 2.6vw, 1.8rem);
  background-color: rgba(24, 61, 48, 0.96);
  border-block-start: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 -0.5rem 1.35rem rgba(18, 45, 35, 0.15);
}

.component .cv-bar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  inline-size: 100%;
  min-block-size: 3.55rem;
  margin-inline: auto;
  padding: 0.72rem 1rem;
  color: #fffdf9;
  background: linear-gradient(110deg, var(--accent-deep), var(--accent));
  border-radius: 0.35rem;
  font-size: clamp(1rem, 2vw, 1.32rem);
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (hover: hover) {
  .component .nav-cta:hover,
  .component .hero-link:hover,
  .component .cv-bar-button:hover {
    background: linear-gradient(110deg, #9e4528, #ad5230);
  }

  .component .services-link:hover {
    color: var(--accent-deep);
    border-bottom-color: var(--accent-deep);
  }
}

@media (max-width: 47.99rem) {
  .component .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .component .hero-accent {
    inline-size: clamp(5.25rem, 25vw, 8rem);
  }

  .component .service-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.55rem;
  }

  .component .service-card:nth-child(even) .service-copy,
  .component .service-card:nth-child(even) .service-visual {
    order: 0;
  }

  .component .service-visual {
    inline-size: min(100%, 34rem);
  }

  .component .process-layout,
  .component .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .component .process-sprig,
  .component .faq-sprig {
    inline-size: clamp(5.75rem, 25vw, 8rem);
  }
}

@media (max-width: 29.99rem) {
  .component .site-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .component .nav-cta {
    inline-size: 100%;
  }

  .component .hero-inner,
  .component .section-shell {
    padding-inline: 1.15rem;
  }

  .component .hero-title {
    font-size: clamp(2.05rem, 11vw, 2.45rem);
  }

  .component .section-heading {
    align-items: flex-start;
  }

  .component .section-rule {
    margin-block-start: 0.9em;
  }

  .component .service-copy {
    padding-inline-start: 4.35rem;
  }

  .component .process-item {
    padding-inline-start: 3.75rem;
  }

  .component .process-item::before {
    inline-size: 2.35rem;
    block-size: 2.35rem;
  }

  .component .process-list::before {
    inset-inline-start: 1.15rem;
  }

  .component .site-footer {
    align-items: flex-start;
  }
}