@import url("assets/fonts/dm-sans/index.css");
@import url("assets/fonts/noto-sans-jp/index.css");
@import url("assets/fonts/noto-serif-jp/index.css");

:root {
  --ink: #202923;
  --muted: #667069;
  --green: #087052;
  --line: #d8ddd7;
  --paper: #fbfcfa;
  --wash: #edf1ec;
  --blue: #e9eff5;
  --yellow: #e3ed88;
  --serif: "Noto Serif JP Variable", serif;
  --sans: "DM Sans Variable", "Noto Sans JP Variable", sans-serif;
  --gutter: 64px;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  overflow-wrap: anywhere;
}
p {
  overflow-wrap: anywhere;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(100%, 1440px);
  padding-inline: var(--gutter);
  margin-inline: auto;
}
body:is([data-page="about"], [data-page="service"], [data-page="contact"], [data-page="company"]) .shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4.5vw, 80px);
}
body:is([data-page="about"], [data-page="service"], [data-page="contact"], [data-page="company"]) .header-inner {
  max-width: none;
  padding-inline: clamp(24px, 4.5vw, 80px);
}
body:is([data-page="about"], [data-page="service"], [data-page="contact"], [data-page="company"]) {
  --inner-section-space: clamp(56px, 4.2vw, 72px);
  --inner-cta-space: 40px;
}
body[data-page="about"] :is(.about-name-section, .about-vmv-section, .about-msg-section),
body[data-page="service"] :is(.service-deliv-section, .service-plans-faq-section),
body[data-page="company"] :is(.company-profile-section, .company-history-section, .company-policies-section) {
  padding-block: var(--inner-section-space);
}
body:is([data-page="about"], [data-page="service"], [data-page="company"]) :is(.about-cta-band, .service-cta-band, .company-cta-band) {
  padding-block: var(--inner-cta-space);
}
@media (min-width: 901px) {
  body[data-page="about"] .about-visuals-grid {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 16px;
    gap: 0;
  }
  body[data-page="about"] .about-visual-item:first-child {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
  }
  body[data-page="about"] .about-visual-item:last-child {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
  body[data-page="about"] .about-visual-caption.pos-top-left {
    top: 32%;
  }
}
@media (min-width: 1101px) {
  body[data-page="company"] .company-hero-banner-photo {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 3.75;
  }
  body[data-page="contact"] .contact-guide-photo {
    margin-left: calc(-1 * clamp(24px, 4.5vw, 80px));
    width: calc(100% + clamp(24px, 4.5vw, 80px));
  }
  body[data-page="about"] .about-hero-section {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  body[data-page="about"] .about-hero-title { font-size: clamp(64px, 4.4vw, 72px); }
  body[data-page="about"] .about-visuals-grid { margin-top: 0; }
  body[data-page="about"] .about-name-section { padding-top: 56px; }
  body[data-page="about"] .about-msg-grid {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  }
  body[data-page="about"] .about-msg-photo-wrap img {
    width: 100%;
  }
  body[data-page="service"] .service-wave-section { padding-block: 32px; }
  body[data-page="contact"] .contact-hero-section { padding-bottom: 32px; }
  body[data-page="contact"] .contact-split-section { padding-block: 56px; }
  body[data-page="contact"] .contact-form-card { gap: 32px; }
  body[data-page="contact"] .contact-input { min-height: 64px; }
  body[data-page="contact"] .contact-textarea { min-height: 220px; }
  body[data-page="contact"] .contact-submit-btn { min-height: 70px; }
  body[data-page="contact"] .contact-faq-strip { padding-block: 42px; }
  body[data-page="company"] .company-hero-right { width: 500px; }
  body[data-page="company"] .company-hero-top { margin-bottom: 64px; }
  body[data-page="company"] .company-profile-grid {
    grid-template-columns: minmax(0, 550px) minmax(0, 1fr);
  }
  body[data-page="company"] .company-history-grid {
    grid-template-columns: 1.2fr .9fr 160px;
  }
  body[data-page="company"] .company-profile-section { padding-top: 56px; }
  body:is([data-page="about"], [data-page="service"], [data-page="contact"], [data-page="company"]) .footer-bar-fresh {
    padding-block: 56px;
  }
}
@media (min-width: 1500px) {
  body[data-page="contact"] .contact-hero-grid {
    grid-template-columns: 740px 1px minmax(0, 1fr) 70px;
  }
  body[data-page="contact"] .contact-hero-display {
    white-space: nowrap;
  }
}
.section {
  padding-block: 120px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}
.eyebrow .index {
  margin-right: 16px;
  color: var(--muted);
}
.label {
  font-size: 12px;
  color: var(--muted);
}
.serif {
  font-family: var(--serif);
}
.green {
  color: var(--green);
}
.body-copy {
  max-width: 560px;
  color: var(--muted);
  line-height: 2.2;
}
.body-copy p + p {
  margin-top: 22px;
}
.display {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.7;
}
.section-title {
  font-size: 36px;
  line-height: 1.7;
}
.kicker {
  font-size: 13px;
  color: var(--green);
  margin-bottom: 24px;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.menu-icon {
  width: 24px;
  height: 24px;
}
.text-link .icon {
  transition: transform 0.25s;
}
.text-link:hover .icon {
  transform: translate(3px, -3px);
}
.header-contact .icon,
.button:not(.secondary) .icon,
.contact-band .icon {
  filter: invert(1);
}
.contact-band .round-link:hover .icon {
  filter: none;
}
.round-link > span:last-child .icon {
  width: 22px;
  height: 22px;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  background: white;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 88px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1600px;
  margin: auto;
  padding: 0 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none;
}
.brand-text,
.brand-wordmark {
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.brand-v-divider {
  width: 1px;
  height: 22px;
  background: var(--line);
}
.brand-tag {
  font-size: 10.5px;
  line-height: 1.45;
  color: #667268;
  font-weight: 400;
  border-left: none;
  padding-left: 0;
}
.btn-header-contact {
  padding: 8px 18px !important;
  font-size: 13px !important;
  border-radius: 2px !important;
  font-weight: 500;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}
.desktop-nav > a {
  position: relative;
  padding: 8px 0;
}
.desktop-nav > a[aria-current="page"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--green);
}
.desktop-nav > a:hover {
  color: var(--green);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  background: var(--ink);
  color: white;
  padding: 14px 20px;
}
.header-contact:hover {
  background: var(--green);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
}
.mobile-nav {
  background: var(--paper);
  position: fixed;
  inset: 88px 0 0;
  padding: 40px 28px;
  z-index: 39;
  overflow: auto;
}
.mobile-nav a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  font-size: 22px;
}
.mobile-nav small {
  font-size: 12px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 52px;
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  font-size: 13px;
}
.text-link svg {
  transition: transform 0.25s;
}
.text-link:hover svg {
  transform: translateX(5px);
}
.round-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}
.round-link span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: background 0.25s;
}
.round-link:hover span:last-child {
  background: var(--yellow);
  color: var(--ink);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 56px;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  padding: 14px 24px;
  font-size: 14px;
}
.button:hover {
  background: var(--ink);
  border-color: var(--ink);
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.home-hero {
  height: calc(100svh - 162px);
  min-height: 480px;
  max-height: 850px;
  position: relative;
  isolation: isolate;
  background: #e6e8e1;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 61%;
  z-index: -2;
}
.home-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(245, 248, 241, 0.9),
    rgba(245, 248, 241, 0.55) 36%,
    rgba(245, 248, 241, 0) 65%
  );
}
.hero-content {
  padding-top: 40px;
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.hero-wordmark {
  font-size: 124px;
  line-height: 1.1;
  font-weight: 500;
  margin: 24px 0 20px;
}
.hero-copy {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.8;
}
.hero-copy em {
  font-style: normal;
  color: var(--green);
}
.hero-bottom {
  position: absolute;
  bottom: 38px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-bottom p {
  font-size: 13px;
  line-height: 2;
}
.hero-bottom .round-link {
  background: var(--paper);
  padding: 10px 12px 10px 24px;
}
.hero-bottom .round-link span:last-child {
  width: 42px;
  height: 42px;
}
.opening-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  font-size: 11px;
  border-bottom: 1px solid var(--line);
}
.opening-note span:last-child {
  display: flex;
  gap: 16px;
  align-items: center;
}
.opening-note svg {
  width: 14px;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 64px;
}
.intro-body .display {
  margin-bottom: 36px;
}
.intro-bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
.intro-bottom .text-link {
  justify-self: end;
}
.margin-note {
  display: block;
  margin-top: 40px;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--muted);
}
.philosophy {
  position: relative;
  background: var(--wash);
  padding-block: 96px 120px;
}
.philosophy .section-title {
  margin: 26px 0 60px;
}
.philosophy-composition {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 100px;
  align-items: center;
}
.philosophy-photo {
  position: relative;
  margin-left: calc(-1 * var(--gutter));
  width: calc(100% + var(--gutter));
}
.philosophy-photo img {
  aspect-ratio: 1.35;
  object-fit: cover;
}
.photo-caption {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--muted);
}
.philosophy-photo .photo-caption {
  padding-left: var(--gutter);
}
.statement {
  padding-top: 60px;
}
.statement h3 {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.85;
  margin-bottom: 26px;
}
.statement .text-link {
  margin-top: 28px;
}
.word-ribbon {
  margin-top: 68px;
  font-size: 78px;
  line-height: 1.1;
  font-weight: 400;
  color: #bdc9bc;
  text-align: right;
}
.service-teaser {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 110px;
  align-items: start;
}
.service-teaser .eyebrow {
  margin-bottom: 44px;
}
.service-teaser h2 {
  font-size: 40px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.program-number {
  display: flex;
  align-items: baseline;
  color: var(--green);
  line-height: 1;
  margin-block: 16px 24px;
}
.program-number strong {
  font-size: 156px;
  font-weight: 400;
}
.program-number span {
  font-size: 24px;
  margin-left: 16px;
}
.program-image {
  position: relative;
}
.program-image img {
  aspect-ratio: 1.55;
  object-fit: cover;
}
.program-image .image-note {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: var(--paper);
  padding: 12px 20px;
  font-size: 12px;
}
.program-outline {
  margin-top: 24px;
}
.program-outline a {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  font-size: 14px;
}
.program-outline a > span:first-child {
  font-size: 11px;
  color: var(--green);
}
.program-outline a > span:nth-child(2) {
  flex: 1;
}
.program-outline a:hover {
  color: var(--green);
}
.chain-section {
  background: var(--blue);
}
.chain-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin: 32px 0 64px;
}
.chain-heading p {
  font-size: 13px;
  max-width: 380px;
  color: var(--muted);
}
.chain {
  display: flex;
  align-items: end;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chain li {
  flex: 1;
  border-top: 1px solid #a7b3ba;
  min-height: 130px;
  padding: 22px 14px 0;
  position: relative;
}
.chain li:nth-child(2) {
  min-height: 155px;
}
.chain li:nth-child(3) {
  min-height: 180px;
}
.chain li:nth-child(4) {
  min-height: 205px;
}
.chain li:nth-child(5) {
  min-height: 230px;
}
.chain li:nth-child(6) {
  min-height: 255px;
  color: var(--green);
  background: #dce6eb;
}
.chain .step-num {
  display: block;
  font-size: 11px;
  margin-bottom: 20px;
}
.chain h3 {
  font-size: 17px;
  line-height: 1.6;
}
.chain p {
  font-size: 11px;
  margin-top: 12px;
  color: var(--muted);
}
.voice-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.7fr;
  gap: 100px;
}
.voice-layout h2 {
  margin-top: 28px;
}
.voice-entry {
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
}
.voice-entry .label {
  margin-bottom: 18px;
}
.voice-entry blockquote {
  font-size: 22px;
  line-height: 1.9;
  font-family: var(--serif);
  margin: 0;
}
.voice-metric {
  font-size: 12px;
  color: var(--green);
  margin-top: 18px;
}
.message-strip {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding-block: 70px;
}
.message-strip blockquote {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.9;
  margin: 0 0 28px;
}
.message-strip .signature {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}
.faq-layout h2 {
  margin-top: 28px;
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  padding: 27px 0;
  font-size: 15px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:before {
  content: "Q";
  font-size: 13px;
  color: var(--green);
}
summary > span {
  flex: 1;
}
summary:after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
details[open] summary:after {
  content: "−";
}
details > p {
  padding: 0 36px 28px;
  color: var(--muted);
  font-size: 14px;
}
.contact-band {
  background: var(--green);
  color: white;
  padding: 70px 0;
}
.contact-band .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-band .eyebrow {
  color: #c3e0cf;
}
.contact-band h2 {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.7;
  margin-top: 20px;
}
.contact-band .round-link span:last-child {
  width: 80px;
  height: 80px;
}
.contact-band .round-link svg {
  width: 28px;
  height: 28px;
}
.site-footer {
  background: #202923;
  color: #ecf0e9;
  padding: 64px 0 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.footer-brand {
  font-size: 50px;
  line-height: 1.2;
}
.footer-address {
  font-size: 11px;
  line-height: 2;
  color: #bcc4bd;
  margin-top: 28px;
}
.footer-links {
  display: flex;
  gap: 64px;
  font-size: 12px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links small {
  color: #9eada2;
  margin-bottom: 10px;
}
.footer-links a:hover {
  color: var(--yellow);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #465148;
  padding-top: 22px;
  margin-top: 64px;
  font-size: 10px;
  color: #b7c1b9;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumb {
  font-size: 10px;
  display: flex;
  gap: 14px;
  color: var(--muted);
  padding-block: 24px;
}
.page-opening {
  padding-bottom: 72px;
}
.page-opening .page-title {
  font-size: 76px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 36px;
}
.opening-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 64px;
  margin-top: 40px;
}
.opening-row h2 {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.75;
}
.opening-row p {
  font-size: 13px;
  color: var(--muted);
  max-width: 420px;
  line-height: 2.1;
}
.page-visual {
  height: 420px;
  overflow: hidden;
  position: relative;
}
.page-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
.page-visual .visual-caption {
  position: absolute;
  bottom: 24px;
  right: var(--gutter);
  font-size: 11px;
  background: var(--paper);
  padding: 7px 14px;
}
.about-visual {
  margin-left: 14%;
  height: 440px;
}
.about-visual img {
  object-position: center 45%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 32px;
  margin-bottom: 56px;
}
.section-heading h2 {
  font-size: 30px;
}
.identity-rows {
  margin-left: 24%;
}
.identity-row {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
}
.identity-row .label {
  color: var(--green);
}
.identity-row h3 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.8;
}
.identity-row p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 15px;
  max-width: 570px;
}
.name-section {
  background: var(--blue);
  padding-block: 84px;
}
.name-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.name-word {
  font-size: 82px;
  line-height: 1.25;
}
.name-word span {
  color: var(--green);
}
.name-word small {
  display: block;
  font-size: 12px;
  margin-top: 18px;
  color: var(--muted);
}
.values-list {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 72px;
}
.values-list .body-copy {
  max-width: none;
}
.value-row {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
}
.value-row .num {
  font-size: 12px;
  color: var(--green);
}
.value-row h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.value-row p {
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}
.letter-section {
  background: var(--wash);
}
.letter-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 120px;
}
.letter-side {
  position: sticky;
  top: 128px;
  align-self: start;
}
.letter-side .serif {
  font-size: 24px;
  margin-top: 32px;
}
.letter-body .display {
  font-size: 32px;
  margin-bottom: 36px;
}
.letter-body p + p {
  margin-top: 24px;
}
.letter-signature {
  margin-top: 40px;
}
.letter-signature strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
}
.company-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
}
.history {
  max-width: 800px;
  margin-left: auto;
}
.history-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.history-row time {
  font-size: 14px;
  color: var(--green);
}
.history-row h3 {
  font-size: 18px;
}
.history-row p {
  font-size: 13px;
  color: var(--muted);
}
.service-opening {
  position: relative;
  overflow: hidden;
  background: var(--wash);
}
.service-opening .page-title {
  font-size: 64px;
}
.service-opening .opening-row {
  align-items: start;
}
.service-opening .opening-row h2 {
  font-size: 26px;
}
.service-annotation {
  margin-top: 28px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--green);
}
.service-hero-number {
  font-size: 160px;
  line-height: 0.9;
  font-weight: 400;
  color: #bbc9bc;
  position: absolute;
  right: var(--gutter);
  top: 108px;
  pointer-events: none;
}
.service-hero-number span {
  font-size: 30px;
  margin-left: 12px;
}
.service-opening .opening-row p {
  padding-top: 80px;
}
.service-photo {
  height: 380px;
  margin-right: 9%;
}
.service-photo img {
  object-position: center 58%;
}
.problem-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 100px;
}
.problem-section h2 {
  margin-top: 30px;
}
.problem-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.problem-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.problem-list li:first-child {
  border-top: 1px solid var(--line);
}
.problem-list li:before {
  content: "—";
  color: var(--green);
}
.problem-section .text-link {
  margin-top: 24px;
}
.phase-nav {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-top: 42px;
  overflow: auto;
}
.phase-nav a {
  flex: 1;
  min-width: 160px;
  padding: 18px 10px;
  font-size: 12px;
  border-top: 1px solid var(--line);
}
.phase-nav a:hover {
  background: var(--wash);
  color: var(--green);
}
.phase-nav a span {
  margin-right: 20px;
  color: var(--green);
}
.phase-row {
  display: grid;
  grid-template-columns: 100px 1fr 1.3fr;
  gap: 60px;
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
}
.phase-number {
  font-size: 56px;
  line-height: 1;
  color: #99af9f;
  font-weight: 400;
}
.phase-copy h3 {
  font-size: 27px;
  margin: 10px 0 18px;
}
.phase-copy p {
  font-size: 13px;
  color: var(--muted);
}
.curriculum {
  list-style: none;
  padding: 0;
  margin: 0;
}
.curriculum li {
  padding: 11px 0;
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 18px;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.curriculum li:last-child {
  border: 0;
}
.curriculum span {
  font-size: 11px;
  color: var(--green);
}
.deliverables-section {
  background: var(--blue);
}
.deliverables-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
}
.deliverables-layout h2 {
  margin: 28px 0;
}
.deliverables-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.deliverables-list li {
  padding: 18px 0;
  border-bottom: 1px solid #c3cfd6;
  counter-increment: item;
  display: flex;
  gap: 24px;
  font-size: 14px;
}
.deliverables-list li:before {
  content: counter(item, decimal-leading-zero);
  font-size: 11px;
  color: var(--green);
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-block: 1px solid var(--line);
  padding-block: 38px;
}
.plan + .plan {
  border-left: 1px solid var(--line);
  padding-left: 70px;
}
.plan h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.plan p {
  font-size: 13px;
  color: var(--muted);
}
.plan .price {
  font-family: var(--serif);
  font-size: 25px;
  margin-block: 24px;
  color: var(--ink);
}
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 56px;
}
.audience h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.audience ul {
  font-size: 13px;
  color: var(--muted);
  padding-left: 18px;
}
.audience li + li {
  margin-top: 10px;
}
.process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.process li {
  flex: 1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.process span {
  font-size: 11px;
  color: var(--green);
}
.process h3 {
  font-size: 17px;
  margin: 18px 0 12px;
}
.process p {
  font-size: 12px;
  color: var(--muted);
}
.custom-consult {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  border-top: 1px solid var(--line);
  padding-top: 64px;
  margin-top: 80px;
}
.custom-consult h3 {
  font-size: 25px;
}
.custom-consult .text-link {
  margin-top: 22px;
}
.contact-opening {
  background: var(--blue);
}
.contact-opening .page-title {
  font-size: 84px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 110px;
}
.contact-aside {
  align-self: start;
  position: sticky;
  top: 120px;
}
.contact-aside img {
  aspect-ratio: 1.2;
  object-fit: cover;
  margin: 32px 0 18px;
}
.contact-aside h2 {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.8;
}
.contact-aside p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
}
.contact-aside ol {
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
  line-height: 2.5;
}
.form-step {
  font-size: 11px;
  display: flex;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 36px;
  color: var(--muted);
}
.form-step .active {
  color: var(--green);
}
.contact-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
.contact-form legend {
  font-size: 14px;
  margin-bottom: 14px;
}
.route-options {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.route-options label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 13px;
}
.route-options input {
  accent-color: var(--green);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.field {
  margin-bottom: 28px;
}
.field label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 10px;
}
.required {
  font-size: 10px;
  color: var(--green);
}
.field input,
.field select,
.field textarea {
  border: 1px solid #c8d0c8;
  background: white;
  border-radius: 0;
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  min-height: 52px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #8a928b;
}
.field textarea {
  resize: vertical;
  min-height: 170px;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-status {
  border-left: 2px solid var(--green);
  padding: 12px 18px;
  background: var(--wash);
  font-size: 12px;
  margin: 24px 0;
  line-height: 1.9;
}
.form-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-review dl {
  margin: 0 0 30px;
}
.form-review dl > div {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.form-review dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-review dd {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
}
.copy-result {
  font-size: 13px;
  color: var(--green);
  margin-top: 20px;
}
.copy-fallback {
  width: 100%;
  min-height: 240px;
  margin-top: 20px;
  padding: 16px;
}
.contact-micro {
  margin-top: 34px;
  font-size: 11px;
  color: var(--muted);
}
.company-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
  gap: 90px;
}
.company-aside img {
  aspect-ratio: 0.85;
  object-fit: cover;
}
.company-aside .eyebrow {
  margin-bottom: 30px;
}
.company-aside p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
.company-table {
  margin: 0;
}
.company-table > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.company-table dt {
  font-size: 12px;
  color: var(--muted);
}
.company-table dd {
  margin: 0;
  font-size: 14px;
}
.company-table dd a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-section {
  background: var(--wash);
}
.legal-list {
  margin-left: 24%;
}
.legal-row {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 24px;
  border-top: 1px solid #ccd4cb;
  padding: 30px 0;
  align-items: center;
}
.legal-row .num {
  font-size: 11px;
  color: var(--green);
}
.legal-row h3 {
  font-size: 18px;
}
.legal-row p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.legal-row .status {
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero-bottom {
    left: max(var(--gutter), calc((100% - 1312px) / 2));
    right: max(var(--gutter), calc((100% - 1312px) / 2));
  }
  .home-hero .hero-photo {
    object-position: center 65%;
  }
}
@media (max-width: 1200px) {
  :root {
    --gutter: 40px;
  }
  .header-inner {
    padding-inline: 28px;
  }
  .brand-tag {
    display: none;
  }
  .desktop-nav {
    gap: 22px;
  }
  .intro,
  .intro-bottom,
  .philosophy-composition,
  .service-teaser,
  .voice-layout,
  .letter-layout,
  .contact-layout,
  .company-layout {
    gap: 56px;
  }
  .hero-wordmark {
    font-size: 110px;
  }
  .service-hero-number {
    font-size: 130px;
  }
  .service-opening .page-title {
    font-size: 56px;
  }
  .phase-row {
    gap: 32px;
    grid-template-columns: 70px 1fr 1.2fr;
  }
  .identity-rows,
  .legal-list {
    margin-left: 18%;
  }
  .word-ribbon {
    font-size: 64px;
  }
  .display {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
  }
  .section {
    padding-block: 88px;
  }
  .hero-copy {
    font-size: 30px;
  }
  .hero-wordmark {
    font-size: 100px;
  }
  .home-hero:after {
    background: linear-gradient(
      90deg,
      rgba(245, 248, 241, 0.93),
      rgba(245, 248, 241, 0.55) 50%,
      rgba(245, 248, 241, 0)
    );
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .intro-bottom {
    gap: 40px;
  }
  .philosophy-composition,
  .service-teaser {
    gap: 40px;
  }
  .statement h3 {
    font-size: 26px;
  }
  .section-title {
    font-size: 30px;
  }
  .service-teaser h2 {
    font-size: 32px;
  }
  .program-number strong {
    font-size: 120px;
  }
  .chain h3 {
    font-size: 14px;
  }
  .chain li {
    padding-inline: 10px;
  }
  .voice-layout,
  .faq-layout {
    grid-template-columns: 1fr 1.7fr;
    gap: 40px;
  }
  .contact-band h2 {
    font-size: 30px;
  }
  .opening-row {
    gap: 40px;
  }
  .opening-row h2 {
    font-size: 30px;
  }
  .opening-row p {
    max-width: 320px;
  }
  .identity-rows,
  .legal-list {
    margin-left: 0;
  }
  .name-layout {
    gap: 40px;
  }
  .name-word {
    font-size: 66px;
  }
  .letter-layout {
    gap: 56px;
  }
  .service-hero-number {
    font-size: 110px;
    top: 125px;
  }
  .service-opening .page-title {
    font-size: 44px;
  }
  .service-opening .opening-row p {
    padding-top: 46px;
  }
  .problem-section,
  .deliverables-layout {
    gap: 48px;
  }
  .phase-row {
    grid-template-columns: 50px 1fr;
    gap: 30px;
  }
  .curriculum {
    grid-column: 2;
  }
  .phase-number {
    font-size: 44px;
  }
  .process {
    flex-wrap: wrap;
  }
  .process li {
    flex-basis: 28%;
  }
  .contact-layout {
    grid-template-columns: 0.75fr 1.3fr;
    gap: 40px;
  }
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .company-layout {
    gap: 40px;
    grid-template-columns: 0.6fr 1.4fr;
  }
  .company-table > div {
    grid-template-columns: 90px 1fr;
    gap: 20px;
  }
  .footer-links {
    gap: 36px;
  }
}
@media (max-width: 680px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 84px;
  }
  .site-header {
    height: 72px;
  }
  .header-inner {
    padding-inline: 20px;
    gap: 10px;
  }
  .brand img {
    width: 110px;
  }
  .header-actions {
    gap: 6px;
  }
  .header-contact {
    padding: 9px 12px;
    font-size: 10px;
    gap: 10px;
    min-height: 40px;
  }
  .header-contact svg {
    width: 15px;
  }
  .menu-toggle {
    padding: 8px;
  }
  .mobile-nav {
    top: 72px;
  }
  .section {
    padding-block: 72px;
  }
  .home-hero {
    min-height: 440px;
    height: calc(100svh - 120px);
    max-height: 760px;
  }
  .hero-content {
    padding-top: 30px;
  }
  .hero-topline {
    font-size: 9px;
  }
  .hero-topline > span:last-child {
    display: none;
  }
  .hero-wordmark {
    font-size: 88px;
    margin: 28px 0 16px;
  }
  .hero-copy {
    font-size: 25px;
    line-height: 1.8;
  }
  .hero-photo {
    object-position: 58% center;
  }
  .home-hero:after {
    background: linear-gradient(
      180deg,
      rgba(245, 248, 241, 0.94),
      rgba(245, 248, 241, 0.83) 34%,
      rgba(245, 248, 241, 0.07) 63%,
      rgba(245, 248, 241, 0.15)
    );
  }
  .hero-bottom {
    bottom: 22px;
    align-items: start;
    gap: 20px;
  }
  .hero-bottom p {
    display: none;
  }
  .hero-bottom .round-link {
    font-size: 12px;
    padding-left: 18px;
  }
  .opening-note {
    height: 48px;
    font-size: 9px;
  }
  .opening-note > span:first-child {
    max-width: 75%;
  }
  .opening-note svg {
    width: 12px;
  }
  .display {
    font-size: 28px;
    line-height: 1.85;
  }
  .section-title {
    font-size: 27px;
  }
  .body-copy {
    font-size: 14px;
  }
  .intro-body .display {
    margin-bottom: 24px;
  }
  .intro-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .intro-bottom .text-link {
    justify-self: start;
  }
  .margin-note {
    display: none;
  }
  .philosophy {
    padding-block: 64px;
  }
  .philosophy .section-title {
    margin-bottom: 36px;
  }
  .philosophy-composition {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .philosophy-photo {
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-right: 0;
  }
  .philosophy-photo img {
    aspect-ratio: 1.25;
  }
  .statement {
    padding-top: 24px;
    padding-left: 24px;
  }
  .statement h3 {
    font-size: 26px;
  }
  .word-ribbon {
    font-size: 42px;
    line-height: 1.3;
    margin-top: 40px;
  }
  .service-teaser {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-teaser .eyebrow {
    margin-bottom: 24px;
  }
  .service-teaser h2 {
    font-size: 32px;
  }
  .program-number {
    margin-block: 22px;
  }
  .program-number strong {
    font-size: 114px;
  }
  .program-number span {
    font-size: 20px;
  }
  .program-image .image-note {
    left: 12px;
    bottom: 12px;
    font-size: 10px;
    padding: 8px 12px;
  }
  .program-outline a {
    font-size: 13px;
    gap: 16px;
  }
  .chain-heading {
    display: block;
    margin-block: 26px 40px;
  }
  .chain-heading p {
    margin-top: 24px;
  }
  .chain {
    display: block;
  }
  .chain li,
  .chain li:nth-child(n) {
    min-height: 0;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 8px 16px;
    background: none;
  }
  .chain .step-num {
    margin: 0;
    grid-row: 1/3;
    align-self: center;
  }
  .chain h3 {
    font-size: 20px;
  }
  .chain p {
    margin: 0;
    font-size: 12px;
  }
  .chain li:last-child {
    padding-left: 16px;
    background: #dce6eb;
  }
  .voice-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .voice-layout h2,
  .faq-layout h2 {
    margin-top: 24px;
  }
  .voice-entry blockquote {
    font-size: 21px;
  }
  .message-strip {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 50px;
  }
  .message-strip blockquote {
    font-size: 26px;
  }
  .message-strip .signature {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .contact-band {
    padding-block: 52px;
  }
  .contact-band .shell {
    display: block;
  }
  .contact-band h2 {
    font-size: 28px;
  }
  .contact-band .round-link {
    margin-top: 32px;
    width: 100%;
    justify-content: space-between;
  }
  .contact-band .round-link span:last-child {
    width: 58px;
    height: 58px;
  }
  .footer-top {
    display: block;
  }
  .footer-links {
    margin-top: 40px;
    justify-content: space-between;
    gap: 24px;
    font-size: 11px;
  }
  .footer-links > div {
    max-width: 48%;
  }
  .footer-links > div:last-child {
    display: none;
  }
  .footer-bottom {
    margin-top: 40px;
    font-size: 9px;
  }
  .footer-bottom a {
    gap: 8px;
  }
  .site-footer {
    padding-top: 48px;
  }
  .page-opening {
    padding-bottom: 44px;
  }
  .breadcrumb {
    padding-block: 20px;
    font-size: 9px;
  }
  .page-opening .page-title {
    font-size: 48px;
    margin-top: 24px;
  }
  .opening-row {
    display: block;
    margin-top: 28px;
  }
  .opening-row h2 {
    font-size: 28px;
  }
  .opening-row p {
    margin-top: 24px;
    max-width: none;
    font-size: 13px;
  }
  .page-visual {
    height: 280px;
  }
  .about-visual {
    margin-left: 24px;
    height: 300px;
  }
  .page-visual .visual-caption {
    right: 16px;
    bottom: 16px;
    font-size: 9px;
  }
  .section-heading {
    display: block;
    margin-bottom: 36px;
  }
  .section-heading h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .identity-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 28px;
  }
  .identity-row h3 {
    font-size: 24px;
  }
  .name-section {
    padding-block: 56px;
  }
  .name-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .name-word {
    font-size: 70px;
  }
  .values-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .value-row {
    grid-template-columns: 32px 1fr;
    gap: 16px;
  }
  .value-row h3 {
    font-size: 21px;
  }
  .letter-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .letter-side {
    position: static;
  }
  .letter-side .serif {
    display: none;
  }
  .letter-body .display {
    font-size: 26px;
  }
  .letter-body > p {
    font-size: 14px;
    line-height: 2.1;
  }
  .company-preview {
    display: block;
    padding-block: 44px;
  }
  .company-preview .text-link {
    margin-top: 24px;
  }
  .history-row {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .history-row time {
    font-size: 12px;
  }
  .history-row h3 {
    font-size: 16px;
  }
  .service-opening .page-title {
    font-size: 39px;
  }
  .service-opening .opening-row h2 {
    font-size: 23px;
  }
  .service-hero-number {
    position: static;
    text-align: right;
    font-size: 100px;
    margin-top: 30px;
    padding-right: var(--gutter);
  }
  .service-hero-number span {
    font-size: 20px;
  }
  .service-opening .opening-row p {
    padding-top: 0;
  }
  .service-opening .opening-row {
    margin-top: 22px;
  }
  .service-annotation {
    gap: 18px;
  }
  .service-photo {
    height: 280px;
    margin-right: 24px;
  }
  .problem-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .problem-list li {
    font-size: 14px;
    gap: 12px;
  }
  .phase-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }
  .phase-nav a {
    min-width: 0;
    padding: 16px 0;
    font-size: 11px;
  }
  .phase-nav a span {
    margin-right: 12px;
  }
  .phase-row {
    grid-template-columns: 36px 1fr;
    gap: 18px;
    padding-block: 36px;
  }
  .phase-number {
    font-size: 34px;
  }
  .phase-copy h3 {
    font-size: 24px;
  }
  .curriculum li {
    grid-template-columns: 68px 1fr;
    gap: 10px;
    font-size: 12px;
  }
  .curriculum span {
    font-size: 10px;
  }
  .deliverables-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .deliverables-list li {
    font-size: 13px;
    gap: 16px;
  }
  .pricing-row {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 28px;
  }
  .plan + .plan {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .plan h3 {
    font-size: 22px;
  }
  .plan .price {
    font-size: 23px;
  }
  .audience {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
  .process {
    display: block;
  }
  .process li {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 8px 16px;
  }
  .process h3 {
    margin: 0;
  }
  .process p {
    grid-column: 2;
  }
  .custom-consult {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
    padding-top: 40px;
  }
  .custom-consult h3 {
    font-size: 23px;
  }
  .contact-opening .page-title {
    font-size: 58px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact-aside {
    position: static;
  }
  .contact-aside img {
    display: none;
  }
  .contact-aside ol {
    display: flex;
    gap: 24px;
    list-style-position: inside;
    padding: 0;
    font-size: 11px;
    flex-wrap: wrap;
  }
  .contact-aside p {
    margin-top: 14px;
  }
  .contact-aside h2 {
    font-size: 24px;
  }
  .form-step {
    margin-bottom: 28px;
  }
  .form-actions .button {
    width: 100%;
  }
  .company-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .company-aside img {
    aspect-ratio: 2;
    object-position: center 58%;
  }
  .company-table > div {
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding-block: 20px;
  }
  .company-table dd {
    font-size: 13px;
  }
  .company-table dt {
    font-size: 11px;
  }
  .legal-row {
    grid-template-columns: 24px 1fr;
    gap: 16px;
    padding-block: 24px;
  }
  .legal-row h3 {
    font-size: 16px;
  }
  .legal-row .status {
    grid-column: 2;
  }
  .legal-row p {
    font-size: 11px;
  }
}
@media (min-width: 681px) {
  .service-opening .page-title {
    max-width: calc(100% - 270px);
  }
}
@media (max-height: 760px) and (min-width: 681px) {
  .hero-content {
    padding-top: 24px;
  }
  .hero-wordmark {
    font-size: 88px;
    margin-block: 18px 12px;
  }
  .hero-copy {
    font-size: 28px;
  }
  .hero-bottom {
    bottom: 24px;
  }
}
@media (max-width: 380px) {
  .page-opening .page-title {
    font-size: 40px;
  }
  .service-opening .page-title {
    font-size: 32px;
  }
  .hero-copy {
    font-size: 23px;
  }
}

/* ==========================================================================
   Fresh Design: 01-home.png High-Fidelity Implementation & Motion
   ========================================================================== */

.home-container {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 64px);
}
body[data-page="index"] .header-inner {
  max-width: none;
  padding-inline: clamp(20px, 4.5vw, 64px);
}

/* --- Micro-interactions & Reveal Motion --- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* Handwriting Layered Reveal */
.handwriting-overlay {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.06));
  opacity: 0;
  transform: scale(0.96) translateY(8px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  z-index: 2;
}
.is-revealed .handwriting-overlay,
.handwriting-overlay.is-revealed {
  opacity: 0.96;
  transform: scale(1) translateY(0);
  transition-delay: 0.35s;
}

/* Buttons & Links */
.btn-solid-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
  box-shadow: 0 4px 14px rgba(32, 41, 35, 0.12);
}
.btn-solid-dark:hover {
  background: #111613;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(32, 41, 35, 0.2);
}
.btn-solid-dark .arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-solid-dark:hover .arrow-icon {
  transform: translateX(4px);
}

.link-arrow-underline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}
.link-arrow-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s;
}
.link-arrow-underline:hover::after {
  transform: scaleX(1.04);
  background: var(--green);
}
.link-arrow-underline .arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.link-arrow-underline:hover .arrow-icon {
  transform: translateX(4px);
}

/* Section Meta Labels */
.section-meta-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.section-meta-label .label-name {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.section-meta-label .label-divider {
  width: 44px;
  height: 1px;
  background: var(--line);
}

/* --- Section 1: Hero (Full-width Editorial Atmosphere) --- */
body[data-page="index"] .hero-fresh {
  min-height: min(calc(100svh - 136px), 700px);
}
.hero-fresh {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 96px);
  max-height: 700px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #fafbf9;
}
.hero-fresh-bg {
  position: absolute;
  inset: 0 0 auto auto;
  width: 84%;
  height: 100%;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.hero-fresh-bg img.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 38%;
  display: block;
  transform: scale(1.01);
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-fresh:hover .hero-fresh-bg img.hero-photo {
  transform: scale(1.025);
}
.hero-fresh-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(250, 251, 249, 0.98) 0%,
    rgba(250, 251, 249, 0.92) 34%,
    rgba(250, 251, 249, 0.32) 54%,
    rgba(250, 251, 249, 0) 70%
  );
  pointer-events: none;
}
.hero-fresh-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-block: clamp(48px, 6vw, 96px);
}
.hero-fresh-text {
  max-width: 580px;
}
.hero-fresh-brand {
  font-family: var(--sans);
  font-size: clamp(76px, 9vw, 120px);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--green);
  line-height: 0.92;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.hero-fresh-title {
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero-fresh-subcaption {
  font-family: var(--sans);
  font-size: clamp(14px, 1.15vw, 15.5px);
  line-height: 1.8;
  color: #555f57;
  margin-bottom: clamp(26px, 3.5vw, 38px);
  font-weight: 500;
}
.hero-fresh .handwriting-overlay {
  z-index: 4;
  opacity: 0;
  transform: scale(0.96) translateY(8px);
  animation: heroHandwritingIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
.hw-hero-main {
  top: clamp(40px, 6.5vw, 75px);
  left: clamp(56%, 59vw, 65%);
  width: clamp(170px, 18vw, 240px);
}
.hw-hero-small {
  top: clamp(24px, 4vw, 50px);
  right: clamp(16px, 3.5vw, 52px);
  width: clamp(110px, 12vw, 150px);
}
@keyframes heroHandwritingIn {
  to {
    opacity: 0.96;
    transform: scale(1) translateY(0);
  }
}

/* --- Section 2: OUR PURPOSE --- */
.purpose-fresh {
  padding-block: clamp(56px, 6vw, 90px);
  border-top: 1px solid var(--line);
}
.purpose-fresh-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: flex-start;
}
.purpose-fresh-visual {
  position: relative;
}
.purpose-fresh-photo-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
.purpose-fresh-photo-wrap img.purpose-photo {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}
.hw-purpose-note {
  top: 17%;
  left: 45%;
  width: clamp(120px, 14vw, 160px);
}
.purpose-fresh-heading {
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: clamp(24px, 3.5vw, 38px);
}
.purpose-fresh-heading-tail {
  white-space: nowrap;
}
@media (min-width: 1101px) and (max-width: 1439px) {
  .purpose-fresh-heading { font-size: 42px; }
}
@media (max-width: 380px) {
  body[data-page="index"] .contact-band-title { white-space: normal; }
}
.purpose-fresh-desc {
  font-size: clamp(14px, 1.15vw, 15.5px);
  line-height: 2.1;
  color: #4f5852;
  max-width: 580px;
}
.purpose-fresh-desc p + p {
  margin-top: 16px;
}

/* --- Section 3: OUR SERVICE (やさしいAI 90日) --- */
.service-fresh {
  padding-block: clamp(56px, 5vw, 72px);
  border-top: 1px solid var(--line);
}
.service-fresh-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.45fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.service-fresh-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.service-fresh-lead {
  font-size: clamp(15px, 1.2vw, 16.5px);
  font-weight: 500;
  line-height: 1.8;
  color: var(--ink);
  margin-bottom: 20px;
}
.service-fresh-desc {
  font-size: clamp(13.5px, 1.1vw, 15px);
  line-height: 2.0;
  color: #555f57;
  margin-bottom: 24px;
}
.service-fresh-fact {
  font-size: 13.5px;
  font-weight: 500;
  color: #555f57;
  margin-bottom: 24px;
}
.service-link-underline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  transition: opacity 0.2s;
}
.service-link-underline:hover {
  opacity: 0.7;
}
.service-fresh-right {
  min-width: 0;
}
.service-integrated-image {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Section 4: THE FLOW (Pale Blue) --- */
.flow-fresh {
  background: #eaf0f6;
  padding-block: clamp(48px, 4vw, 56px);
}
.flow-fresh-grid {
  display: grid;
  grid-template-columns: 0.85fr 1px 2.1fr;
  gap: clamp(28px, 3.5vw, 52px);
  align-items: center;
}
.flow-fresh-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.8vw, 46px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.flow-fresh-desc {
  font-size: 13.5px;
  line-height: 2.0;
  color: #555f57;
}
.flow-fresh-v-divider {
  width: 1px;
  height: 100%;
  min-height: 200px;
  background: rgba(32, 41, 35, 0.18);
}
.flow-fresh-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow-step-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  position: relative;
}
.flow-step-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  padding-right: 32px;
}
.flow-step-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #667268;
}
.flow-step-name {
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.flow-step-desc {
  font-size: 11.5px;
  color: #667268;
  line-height: 1.45;
}
.flow-step-arrow {
  position: absolute;
  right: 6px;
  top: 48%;
  transform: translateY(-50%);
  color: rgba(32, 41, 35, 0.4);
  font-size: 15px;
  user-select: none;
}
.flow-connector-svg-wrap {
  width: 100%;
  height: 44px;
  margin-block: 4px;
}
.flow-connector-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* --- Section 5: OUR STORY --- */
.story-fresh {
  padding-block: clamp(48px, 4vw, 56px);
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .purpose-fresh { padding-block: 30px 66px; }
  .service-fresh { padding-block: 32px; }
  .story-fresh { padding-block: 28px; }
}
.story-fresh-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 1px minmax(230px, 0.55fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.story-fresh-quote {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  white-space: nowrap;
}
.story-fresh-body-grid {
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 3vw, 36px);
}
.story-fresh-desc {
  font-size: clamp(13.5px, 1.05vw, 14.5px);
  line-height: 2.1;
  color: #555f57;
  flex: 1;
}
.story-fresh-sig-col {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.story-fresh-sig-divider {
  width: 1px;
  height: 52px;
  background: var(--line);
}
.story-signature-img {
  width: 81px;
  height: auto;
  display: block;
}
.story-fresh-v-divider {
  width: 1px;
  background: var(--line);
  height: 100%;
  min-height: 150px;
}
.story-fresh-decor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.story-original-image {
  display: block;
  width: 100%;
  height: auto;
}
.hw-family-smile {
  position: relative;
  width: clamp(160px, 20vw, 250px);
  opacity: 0.95;
}
.decor-leaves {
  position: absolute;
  top: -50px;
  right: -20px;
  width: clamp(160px, 20vw, 260px);
  pointer-events: none;
  transform-origin: right top;
  animation: leafGentleSway 9s ease-in-out infinite alternate;
  z-index: 1;
}

/* --- Section 6: LET'S TALK Contact Band (Split Green & Off-white) --- */
.contact-band-wrapper {
  display: flex;
  width: 100%;
  min-height: 88px;
  background: #fafbf9;
}
.contact-band-main {
  flex: 1;
  background: var(--green);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.5vw, 48px);
  padding: clamp(20px, 2.5vw, 28px) clamp(24px, 4vw, 56px);
}
.contact-band-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}
.contact-band-tag .tag-line {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.contact-band-title {
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
.contact-band-info {
  font-size: 11.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.contact-band-circle-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: auto;
  transition: all 0.25s ease;
}
.contact-band-circle-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}
.contact-band-circle-btn:hover {
  background: #ffffff;
  color: var(--green);
  border-color: #ffffff;
  transform: scale(1.06);
}
.contact-band-circle-btn:hover svg {
  transform: translateX(3px);
}
.contact-band-side {
  width: clamp(180px, 18vw, 240px);
  display: flex;
  align-items: center;
  padding: 16px clamp(16px, 2vw, 28px);
  background: #fafbf9;
  flex-shrink: 0;
}
.contact-band-side p {
  font-size: 11.5px;
  line-height: 1.65;
  color: #555f57;
}

/* --- Section 7: CITY STRIP --- */
.city-strip-fresh {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #202723;
  line-height: 0;
}
.city-strip-fresh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- Section 8: FOOTER (Single-line Editorial Bar) --- */
.footer-fresh {
  background: #202723;
  color: #ffffff;
  padding-block: 28px;
  border-top: none;
}
.footer-fresh-bar {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  width: 100%;
}
.footer-fresh-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.footer-logo-text {
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}
.footer-v-divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.footer-tagline {
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}
.footer-fresh-nav {
  display: flex;
  gap: 24px;
}
.footer-fresh-nav a {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-fresh-nav a:hover {
  color: #ffffff;
}
.footer-fresh-quote {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.footer-fresh-copy {
  margin-left: auto;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

/* --- Responsive Breakpoints for Fresh Design --- */
@media (max-width: 1100px) {
  .hero-fresh-text {
    max-width: 500px;
  }
  .purpose-fresh-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 36px;
  }
  .service-fresh-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .flow-fresh-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .flow-fresh-v-divider {
    display: none;
  }
  .story-fresh-quote {
    white-space: normal;
  }
  .contact-band-wrapper {
    flex-direction: column;
  }
  .contact-band-side {
    width: 100%;
    padding: 16px 24px;
  }
  .footer-fresh-bar {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-fresh-copy {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  body[data-page="index"] .hero-fresh {
    min-height: calc(100svh - 120px);
  }
  .hero-fresh {
    min-height: 540px;
    max-height: none;
    align-items: flex-end;
  }
  .hero-fresh-bg {
    width: 100%;
    height: 70%;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
  }
  .hero-fresh-scrim {
    background: linear-gradient(
      180deg,
      rgba(250, 251, 249, 0.45) 0%,
      rgba(250, 251, 249, 0.88) 45%,
      rgba(250, 251, 249, 0.98) 100%
    );
  }
  .hero-fresh-content {
    padding-top: 100px;
    padding-bottom: 48px;
  }
  .hw-hero-main {
    top: 24px;
    right: 20px;
    left: auto;
    width: clamp(140px, 35vw, 190px);
  }
  .hw-hero-small {
    display: none;
  }
  .purpose-fresh-grid {
    grid-template-columns: 1fr;
  }
  .flow-step-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .flow-step-arrow {
    display: none;
  }
  .flow-connector-svg-wrap {
    display: none;
  }
  .story-fresh-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .story-fresh-v-divider {
    display: none;
  }
  .story-fresh-body-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .story-fresh-sig-col {
    align-self: flex-start;
  }
  .contact-band-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-band-circle-btn {
    margin-left: 0;
  }
  .footer-fresh-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-v-divider {
    display: none;
  }
  .decor-leaves {
    width: 160px;
    top: -20px;
    right: -10px;
  }
}


/* ==========================================================================
   FAITHFUL REPRODUCTION: SHARED DESIGN TOKENS & COMPONENTS
   ========================================================================== */
.section-kicker-line {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--green);
  text-transform: uppercase;
}
.section-kicker-line::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #c2cbc5;
}
.section-kicker-line.is-muted {
  color: var(--muted);
}
.section-kicker-line.is-muted::after {
  background: #d8ddd7;
}

/* Nav Link Underline */
.desktop-nav a {
  position: relative;
  padding-bottom: 4px;
}
.desktop-nav a.active::after,
.desktop-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--green);
}

/* Header Button */
.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #1c221e;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 500;
  border-radius: 3px;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.header-cta-btn:hover {
  background: var(--green);
}

/* Standardized Dark Single-Line Footer */
.footer-bar-fresh {
  background: #202723;
  color: #d1d8d3;
  padding-block: 28px;
  font-size: 12px;
  line-height: 1.6;
}
.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-bar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bar-logo {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.footer-bar-slogan {
  color: #9ba89f;
  font-size: 11.5px;
}
.footer-bar-cr {
  color: #727e76;
  font-size: 11px;
}
.footer-bar-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-bar-nav a {
  color: #c0ccc3;
  font-size: 12px;
  transition: color 0.15s ease;
}
.footer-bar-nav a:hover {
  color: #ffffff;
}
.footer-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #9ba89f;
  font-size: 11.5px;
}
.footer-bar-v-line {
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
}

/* ==========================================================================
   02-ABOUT PAGE SPECIFIC STYLES
   ========================================================================== */
.about-hero-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-hero-top-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: flex-start;
}
.about-hero-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--green);
  margin-bottom: 20px;
}
.about-hero-title {
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.25;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.about-hero-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 24px;
  max-width: 580px;
}
.about-hero-aside {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-top: 56px;
}
.about-hero-aside-line {
  width: 1px;
  height: 85px;
  background: var(--line);
  flex-shrink: 0;
}
.about-hero-aside-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink);
}
.about-hero-aside-en {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-top: 14px;
  font-family: var(--sans);
  text-transform: uppercase;
}

/* Dual Visuals */
.about-visuals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}
.about-visual-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16 / 10;
}
.about-visual-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-visual-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.about-visual-item:first-child::after {
  background: linear-gradient(90deg, rgba(10, 31, 25, .5), rgba(10, 31, 25, .12) 60%, transparent 85%);
}
.about-visual-item:last-child::after {
  background: linear-gradient(270deg, rgba(10, 31, 25, .45), rgba(10, 31, 25, .1) 55%, transparent 80%);
}
.about-visual-caption {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(15px, 1.8vw, 21px);
  line-height: 1.8;
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.about-visual-caption.pos-top-left {
  top: 32px;
  left: 36px;
}
.about-visual-caption.pos-bottom-right {
  bottom: 32px;
  right: 36px;
  text-align: left;
}

/* OUR NAME Section */
.about-name-section {
  padding-block: 100px;
}
.about-name-grid {
  display: grid;
  grid-template-columns: 320px 1px 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 44px;
}
.about-name-display {
  font-family: var(--serif);
  font-size: clamp(64px, 7.5vw, 92px);
  line-height: 0.92;
  color: var(--green);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.about-name-sub {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink);
  font-weight: 500;
  margin-top: 24px;
}
.about-name-divider {
  width: 1px;
  height: 100%;
  min-height: 180px;
  background: var(--line);
}
.about-name-heading {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}
.about-name-body {
  font-size: 14.5px;
  line-height: 2.2;
  color: var(--muted);
  margin-top: 28px;
}

/* VMV Section */
.about-vmv-section {
  border-top: 1px solid var(--line);
  padding-top: 72px;
  padding-bottom: 76px;
}
.about-vmv-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
}
.about-vmv-vision-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.35;
  font-weight: 500;
  margin-top: 28px;
  color: var(--ink);
}
.about-vmv-vision-body {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 24px;
}
.about-vmv-card-title {
  font-family: var(--serif);
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.45;
  font-weight: 500;
  margin-top: 18px;
  color: var(--ink);
}
.about-vmv-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  margin-left: auto;
  width: fit-content;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
}
.about-vmv-tagline::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: var(--line);
}

/* MESSAGE Section */
.about-msg-section {
  background: var(--blue, #eaf0f6);
  padding-block: 96px;
}
.about-msg-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  margin-top: 36px;
  align-items: flex-start;
}
.about-msg-left-title {
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  font-weight: 500;
  color: var(--ink);
}
.about-msg-photo-wrap {
  margin-top: 28px;
  position: relative;
}
.about-msg-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.about-msg-caption {
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 14px;
}
.about-msg-right-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}
.about-msg-body {
  font-size: 14.5px;
  line-height: 2.2;
  color: var(--muted);
  margin-top: 32px;
}
.about-msg-body p + p {
  margin-top: 20px;
}
.about-msg-signature {
  margin-top: 48px;
  text-align: right;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.05em;
}

/* About Green CTA Band */
.about-cta-band {
  background: var(--green);
  color: #ffffff;
  padding-block: 52px;
}
.about-cta-grid {
  display: grid;
  grid-template-columns: 220px 1px 1fr auto;
  gap: 40px;
  align-items: center;
}
.about-cta-title {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  font-weight: 500;
}
.about-cta-v-line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
}
.about-cta-lead {
  font-size: 13.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #1c221e;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.about-cta-btn:hover {
  background: #edf1ec;
  transform: translateX(2px);
}

/* ==========================================================================
   03-SERVICE PAGE SPECIFIC STYLES
   ========================================================================== */
.service-hero-section {
  position: relative;
  min-height: 0;
  display: block;
  overflow: hidden;
  background: #fff;
}
.service-hero-original-frame {
  position: relative;
  width: 100%;
}
.service-hero-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service-hero-original {
  display: block;
  width: 100%;
  height: auto;
}
.service-hero-original-cta {
  position: absolute;
  left: 3.8%;
  top: 43%;
  width: 13%;
  height: 9.5%;
  min-width: 120px;
  min-height: 44px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service-hero-original-frame {
    width: 1024px;
  }
}
.service-hero-original-cta:focus-visible {
  outline: 3px solid #087554;
  outline-offset: 3px;
}
.service-hero-adaptive {
  display: none;
}
.service-hero-adaptive-mobile-note {
  display: none;
}
@media (max-width: 767px) {
  .service-hero-original-frame {
    display: none;
  }
  .service-hero-adaptive {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .service-hero-adaptive-photo { order: 0; }
  .service-hero-adaptive-intro { order: 1; }
  .service-hero-adaptive-mobile-note { order: 2; }
  .service-hero-adaptive-after { order: 3; }
  .service-hero-adaptive-intro {
    max-width: 1200px;
    margin-inline: auto;
    padding: 44px 40px 36px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: end;
    gap: 32px;
  }
  .service-hero-adaptive-intro h1 {
    font-family: var(--serif);
    font-size: 52px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--green);
  }
  .service-hero-adaptive-subtitle {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
  }
  .service-hero-adaptive-session {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .service-hero-adaptive-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 150px;
    min-height: 48px;
    margin-top: 22px;
    padding: 11px 20px;
    background: #1c221e;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .service-hero-adaptive-cta:hover,
  .service-hero-adaptive-cta:focus-visible {
    background: var(--green);
  }
  .service-hero-adaptive-promise {
    font-size: 16px;
    line-height: 1.65;
  }
  .service-hero-adaptive-promise span {
    display: block;
    margin-top: 12px;
    font-family: var(--serif);
    font-size: 14px;
    line-height: 1.5;
  }
  .service-hero-adaptive-photo {
    position: relative;
    aspect-ratio: 1920 / 848;
    overflow: hidden;
  }
  .service-hero-adaptive-photo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-hero-adaptive-note {
    position: absolute;
    top: 18px;
    left: 3%;
    width: 190px;
  }
  .service-hero-adaptive-note > img:first-child {
    display: block;
    width: 100%;
    height: auto;
  }
  .service-hero-adaptive-underline {
    position: absolute;
    right: 4px;
    bottom: -4px;
    width: 90px;
    height: auto;
  }
  .service-hero-adaptive-days {
    position: absolute;
    right: 5%;
    bottom: 16px;
    color: #fff;
    font-family: var(--serif);
    font-size: 156px;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  }
  .service-hero-adaptive-after {
    padding: 18px 40px 22px;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
  }
}
@media (max-width: 699px) {
  .service-hero-adaptive-intro {
    display: block;
    padding: 30px 24px 28px;
  }
  .service-hero-adaptive-intro h1 {
    font-size: 38px;
  }
  .service-hero-adaptive-subtitle {
    margin-top: 12px;
    font-size: 18px;
  }
  .service-hero-adaptive-promise {
    margin-top: 28px;
  }
  .service-hero-adaptive-photo {
    aspect-ratio: 4 / 3;
  }
  .service-hero-adaptive-photo-image {
    object-position: 60% center;
  }
  .service-hero-adaptive-mobile-note {
    display: block;
    position: relative;
    width: 205px;
    margin: 18px 24px 0 auto;
  }
  .service-hero-adaptive-mobile-note > img:first-child {
    display: block;
    width: 100%;
    height: auto;
  }
  .service-hero-adaptive-photo .service-hero-adaptive-note {
    display: none;
  }
  .service-hero-adaptive-days {
    right: 18px;
    bottom: 24px;
    font-size: 100px;
  }
  .service-hero-adaptive-after {
    padding: 16px 24px 24px;
    text-align: left;
  }
}
.service-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.service-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(250, 251, 249, 0.96) 0%,
    rgba(250, 251, 249, 0.92) 42%,
    rgba(250, 251, 249, 0.4) 70%,
    rgba(250, 251, 249, 0) 100%
  );
  z-index: 2;
}
.service-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  padding-block: 80px;
}
.service-hero-left {
  max-width: 560px;
}
.service-hero-title {
  font-family: var(--serif);
  font-size: clamp(44px, 5.6vw, 68px);
  color: var(--green);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.service-hero-subtitle {
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 600;
  color: var(--ink);
  margin-top: 18px;
  line-height: 1.4;
}
.service-hero-tag {
  font-size: 15px;
  color: var(--ink);
  margin-top: 10px;
}
.service-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1c221e;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 28px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.service-hero-btn:hover {
  background: var(--green);
}
.service-hero-lower-copy {
  margin-top: 48px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.service-hero-lower-copy .en-sub {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #88938b;
  text-transform: uppercase;
}

/* Service Hero Right Side Elements */
.service-hero-right {
  position: relative;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.service-hero-hw-wrap {
  position: relative;
  width: clamp(220px, 30vw, 320px);
}
.service-hero-hw-note {
  width: 100%;
  height: auto;
  display: block;
}
.service-hero-hw-underline {
  position: absolute;
  bottom: -12px;
  right: 10px;
  width: clamp(140px, 18vw, 190px);
  height: auto;
}
.service-hero-sculpture-90 {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 36px;
}
.sculpture-90-num {
  font-family: var(--serif);
  font-size: clamp(120px, 15vw, 190px);
  line-height: 0.82;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
  letter-spacing: -0.05em;
}
.sculpture-90-text {
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  padding-bottom: 12px;
}

/* 90-Day Wave Timeline */
.service-wave-section {
  padding-block: 100px;
  position: relative;
}
.service-wave-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: flex-end;
  margin-bottom: 72px;
}
.service-wave-heading {
  font-family: var(--serif);
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.28;
  font-weight: 500;
  color: var(--ink);
}
.service-wave-heading-line {
  display: block;
  white-space: nowrap;
  font-size: 39px;
}
@media (min-width: 1440px) {
  .service-wave-heading-line { font-size: 46px; }
}
@media (max-width: 1199px) {
  .service-wave-heading-line { font-size: 29px; }
}
@media (max-width: 900px) {
  .service-wave-heading-line { font-size: 40px; }
}
@media (max-width: 680px) {
  .service-wave-heading-line { font-size: 30px; }
}
@media (max-width: 480px) {
  .service-wave-heading-line { font-size: 22px; }
}
@media (max-width: 360px) {
  .service-wave-heading-line { font-size: 20px; }
}
@media (max-width: 339px) {
  .service-wave-heading-line { font-size: 18px; }
}
.service-wave-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
}
.service-timeline-container {
  position: relative;
  padding-block: 40px;
}
.service-timeline-reference {
  display: block;
  width: 100%;
  height: auto;
}
.service-timeline-container .service-timeline-grid {
  display: none;
}
@media (min-width: 768px) {
  .service-wave-header {
    margin-bottom: 24px;
  }
  .service-timeline-container {
    padding-block: 0;
  }
}
@media (max-width: 767px) {
  .service-timeline-reference {
    display: none;
  }
  .service-timeline-container .service-timeline-grid {
    display: flex;
  }
}
.service-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 70px auto;
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}

/* Row 2: Wave Track (spans all 4 columns) */
.service-timeline-wave-track {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 70px;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.service-timeline-curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Row 1 items (Upper) - Align to bottom towards the wave line */
.phase-01-text {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding-bottom: 12px;
}
.phase-03-photo {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  padding-bottom: 12px;
}
.phase-04-text {
  grid-column: 4;
  grid-row: 1;
  align-self: end;
  padding-bottom: 12px;
}

/* Row 3 items (Lower) - Align to top from the wave line */
.phase-01-photo {
  grid-column: 1;
  grid-row: 3;
  padding-top: 12px;
}
.phase-02-text {
  grid-column: 2;
  grid-row: 3;
  padding-top: 12px;
}
.phase-03-text {
  grid-column: 3;
  grid-row: 3;
  padding-top: 12px;
}
.phase-04-photo {
  grid-column: 4;
  grid-row: 3;
  padding-top: 12px;
}

.service-phase-badge {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.phase-badge-num {
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.phase-badge-days {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.service-phase-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}
.service-phase-desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.service-phase-photo {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: clamp(140px, 15vw, 195px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.phase-03-photo .service-phase-photo {
  aspect-ratio: 53 / 29;
}
.phase-04-photo .service-phase-photo {
  aspect-ratio: 175 / 121;
}
.service-phase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DELIVERABLES Section */
.service-deliv-section {
  background: var(--blue, #eaf0f6);
  padding-block: 96px;
}
.service-deliv-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 40px;
}
.service-deliv-title {
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.3;
  font-weight: 500;
  color: var(--ink);
}
.service-deliv-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 24px;
}
.service-deliv-list {
  display: flex;
  flex-direction: column;
}
.service-deliv-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-block: 22px;
}
.service-deliv-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.service-deliv-name {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}
.service-deliv-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.service-booklet-wrap {
  position: relative;
}
.service-booklet-wrap img {
  width: 100%;
  display: block;
}

/* PLANS & FAQ Section */
.service-plans-faq-section {
  padding-block: 100px;
}
.service-plans-faq-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 56px;
  align-items: flex-start;
}
.service-plan-lead-col .service-plan-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.3;
  font-weight: 500;
  color: var(--ink);
  margin-top: 24px;
}
.service-plan-lead-col .service-plan-desc {
  font-size: 14px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 20px;
}
.service-cards-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-left: 1px solid var(--line);
  padding-left: 36px;
}
.service-plan-card {
  display: flex;
  flex-direction: column;
}
.service-plan-card-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
}
.service-plan-card-target {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 10px;
  min-height: 44px;
}
.service-plan-card-fee-label {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 24px;
}
.service-plan-card-fee {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin-top: 4px;
  margin-bottom: 24px;
}
.service-plan-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1c221e;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s ease;
  margin-top: auto;
}
.service-plan-card-btn:hover {
  background: var(--green);
}
.service-faq-col {
  border-left: 1px solid var(--line);
  padding-left: 36px;
}
.service-faq-item {
  border-bottom: 1px solid var(--line);
  padding-block: 16px;
}
.service-faq-item:first-of-type {
  margin-top: 20px;
}
.service-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}
.service-faq-toggle-icon {
  font-size: 18px;
  color: var(--muted);
  transition: transform 0.2s ease;
}
.service-faq-item.is-open .service-faq-toggle-icon {
  transform: rotate(45deg);
}
.service-faq-answer {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 12px;
}

/* Service CTA Band */
.service-cta-band {
  background: var(--green);
  color: #ffffff;
  padding-block: 56px;
}
.service-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto 1px 220px;
  gap: 40px;
  align-items: center;
}
.service-cta-heading {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.3;
  font-weight: 500;
}
.service-cta-sub {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 12px;
}
.service-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1c221e;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.service-cta-btn:hover {
  background: #000000;
}
.service-cta-v-line {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
}
.service-cta-side-copy {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   04-CONTACT PAGE SPECIFIC STYLES
   ========================================================================== */
.contact-hero-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-hero-tag {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: 360px 1px 1fr 140px;
  gap: 40px;
  align-items: center;
}
.contact-hero-display {
  font-family: var(--serif);
  font-size: clamp(83.2px, 10.4vw, 135.2px);
  line-height: 0.92;
  color: var(--ink);
  letter-spacing: -0.03em;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .contact-hero-display {
    font-size: clamp(59px, 18.5vw, 83.2px);
  }
}
@media (min-width: 901px) and (max-width: 1499px) {
  body[data-page="contact"] .contact-hero-grid {
    grid-template-columns: max-content 1px minmax(0, 1fr);
  }
  body[data-page="contact"] .contact-hero-vertical-tag {
    display: none;
  }
}
.contact-hero-display .dot-green {
  color: var(--green);
}
.contact-hero-v-line {
  width: 1px;
  height: 100px;
  background: var(--line);
}
.contact-hero-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}
.contact-hero-lead {
  font-size: 14.5px;
  line-height: 2.0;
  color: var(--muted);
  margin-top: 16px;
}
.contact-hero-vertical-tag {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--ink);
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-hero-vertical-tag::after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background: var(--line);
}

/* Steps Navigation */
.contact-steps-nav {
  display: flex;
  gap: 48px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-top: 48px;
}
.contact-step-tab {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
}
.contact-step-tab .step-num {
  font-family: var(--sans);
  font-weight: 700;
  margin-right: 8px;
}
.contact-step-tab.is-active {
  color: var(--ink);
}
.contact-step-tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--green);
}

/* Main Split: Left Guide / Right Form */
.contact-split-section {
  padding-block: 64px;
}
.contact-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 72px;
  align-items: flex-start;
}
.contact-guide-photo {
  margin-bottom: 36px;
}
.contact-guide-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-guide-bar {
  width: 32px;
  height: 3px;
  background: var(--green);
  margin-bottom: 24px;
}
.contact-guide-title {
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}
.contact-guide-lead {
  font-size: 14px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 20px;
}
.contact-guide-steps {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-guide-step-row {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.contact-guide-step-num {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}
.contact-guide-step-divider {
  color: var(--line);
}
.contact-guide-step-content {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-guide-step-name {
  font-weight: 600;
  color: var(--ink);
  margin-right: 8px;
}
.contact-guide-bottom-quote {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 48px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.contact-guide-quote-en {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.4;
}
.contact-guide-quote-divider {
  width: 1px;
  height: 36px;
  background: var(--line);
}
.contact-guide-quote-ja {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* Contact Form Right Column */
.contact-form-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.contact-required-badge {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}
.contact-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}
.contact-radio-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
}
.contact-radio-label input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #a3b0a7;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s ease;
}
.contact-radio-label input[type="radio"]:checked {
  border-color: var(--green);
}
.contact-radio-label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}
.contact-input,
.contact-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d8d3;
  border-radius: 3px;
  font-size: 14px;
  color: var(--ink);
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(8, 112, 82, 0.15);
  outline: none;
}
.contact-textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.8;
}
.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--green);
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  width: 100%;
  margin-top: 12px;
}
.contact-submit-btn:hover {
  background: #065b42;
}
.contact-submit-btn:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}
.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.contact-use-notice {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.contact-review-actions {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
  margin-top: 12px;
}
.contact-review-actions .contact-submit-btn {
  margin-top: 0;
}
.contact-edit-btn {
  padding: 14px;
  background: #edf1ec;
  border: 1px solid #d1d8d3;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}
.contact-send-result,
.contact-copy-result {
  min-height: 1.5em;
  margin: 0;
  color: var(--green);
  font-size: 14px;
  line-height: 1.6;
}
.contact-send-result:not(:empty) {
  color: #9b3030;
}
.contact-copy-btn {
  padding: 0;
  border: 0;
  background: none;
  color: var(--green);
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.contact-copy-fallback {
  width: 100%;
  min-height: 100px;
  margin-top: 8px;
}
.contact-success-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}
.contact-success-copy {
  margin: 0;
  line-height: 1.8;
}
.contact-receipt-number {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 600px) {
  .contact-review-actions {
    grid-template-columns: 1fr;
  }
}

/* FAQ Strip on Contact */
.contact-faq-strip {
  background: var(--blue, #eaf0f6);
  padding-block: 28px;
  margin-top: 40px;
}
.contact-faq-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-faq-strip-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-faq-strip-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.contact-faq-strip-desc {
  font-size: 13.5px;
  color: var(--muted);
}
.contact-faq-strip-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  white-space: nowrap;
}

/* ==========================================================================
   05-COMPANY PAGE SPECIFIC STYLES
   ========================================================================== */
.company-hero-section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.company-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}
.company-hero-display {
  font-family: var(--serif);
  font-size: clamp(83.2px, 10.4vw, 135.2px);
  line-height: 0.9;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.03em;
}
@media (max-width: 600px) {
  .company-hero-display {
    font-size: clamp(59px, 18.5vw, 83.2px);
  }
}
.company-hero-right {
  text-align: left;
}
.company-hero-kicker {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.company-hero-name {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}
.company-hero-slogan {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 6px;
}
.company-hero-banner-photo {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  width: 100%;
}
.company-hero-banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 01 / PROFILE */
.company-profile-section {
  padding-block: 88px;
}
.company-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: flex-start;
}
.company-profile-left-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
  margin-top: 28px;
}
.company-profile-left-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 24px;
}
.company-profile-en-tag {
  font-size: 10.5px;
  letter-spacing: 0.15em;
  color: var(--muted);
  margin-top: 48px;
  text-transform: uppercase;
}
.company-table {
  width: 100%;
  border-top: 1px solid var(--line);
}
.company-table-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.8;
}
.company-table-th {
  font-weight: 500;
  color: var(--ink);
}
.company-table-td {
  color: #3d4a41;
}
.company-table-link {
  color: var(--green);
  font-weight: 500;
}

/* 02 / HISTORY */
.company-history-section {
  background: var(--blue, #eaf0f6);
  padding-block: 96px;
}
.company-history-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 160px;
  gap: 56px;
  align-items: center;
}
.company-history-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
  margin-top: 28px;
}
.company-history-lead {
  font-size: 14px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 20px;
}
.company-history-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
}
.company-history-item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  padding-block: 28px;
}
.company-history-year {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  width: 80px;
}
.company-history-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.company-history-line {
  position: absolute;
  left: 110px;
  top: 38px;
  bottom: 38px;
  width: 1.5px;
  background: var(--green);
  z-index: 1;
}
.company-history-text {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
}
.company-history-aside-en {
  font-size: 10.5px;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
  line-height: 1.6;
}

/* 03 / POLICIES */
.company-policies-section {
  padding-block: 88px;
}
.company-policies-grid {
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) minmax(0, 1.4fr);
  gap: 72px;
  align-items: flex-start;
}
.company-policies-title {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
  margin-top: 28px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .company-policies-title { font-size: 26px; }
}
@media (max-width: 680px) {
  .company-policies-title { font-size: 20px; }
}
@media (max-width: 400px) {
  .company-policies-title { font-size: 17px; }
}
.company-policies-lead {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--muted);
  margin-top: 20px;
}
.company-policies-table {
  width: 100%;
  border-top: 1px solid var(--line);
}
.company-policies-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.company-policy-name {
  color: var(--ink);
  font-weight: 500;
}
.company-policy-status {
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Company CTA Band */
.company-cta-band {
  background: var(--green);
  color: #ffffff;
  padding-block: 56px;
}
.company-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto 1px 220px;
  gap: 40px;
  align-items: center;
}
.company-cta-heading {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.3;
  font-weight: 500;
}
.company-cta-sub {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 12px;
}
.company-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1c221e;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.company-cta-btn:hover {
  background: #000000;
}
.company-cta-v-line {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
}
.company-cta-side-copy {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   PAGE-SPECIFIC MOBILE RESPONSIVE QUERIES
   ========================================================================== */
@media (max-width: 900px) {
  body[data-page="about"] .about-hero-section {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  body[data-page="about"] .about-name-section,
  body[data-page="about"] .about-msg-section {
    padding-block: 64px;
  }
  body[data-page="about"] .about-vmv-section {
    padding-block: 64px;
  }
  .about-hero-top-grid,
  .about-visuals-grid,
  .about-name-grid,
  .about-vmv-grid,
  .about-msg-grid,
  .about-cta-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-name-divider,
  .about-cta-v-line {
    display: none;
  }
  .service-hero-content {
    grid-template-columns: 1fr;
    padding-block: 48px;
  }
  .service-hero-right {
    align-items: flex-start;
  }
  .service-wave-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-timeline-wave-track {
    display: none;
  }
  .service-timeline-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .service-phase-item {
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 0 !important;
  }
  .phase-01-text { order: 1; }
  .phase-01-photo { order: 2; margin-bottom: 12px; }
  .phase-02-text { order: 3; margin-bottom: 12px; }
  .phase-03-text { order: 4; }
  .phase-03-photo { order: 5; margin-bottom: 12px; }
  .phase-04-text { order: 6; }
  .phase-04-photo { order: 7; }
  .service-phase-photo {
    max-height: 240px;
    margin-top: 14px;
  }
  .service-deliv-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .service-plans-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-cards-col,
  .service-faq-col {
    border-left: none;
    padding-left: 0;
  }
  .service-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-cta-v-line {
    display: none;
  }
  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-hero-v-line {
    display: none;
  }
  .contact-hero-vertical-tag {
    writing-mode: horizontal-tb;
  }
  .contact-hero-vertical-tag::after {
    display: none;
  }
  .contact-split-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-faq-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-faq-strip-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .company-hero-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .company-profile-grid,
  .company-history-grid,
  .company-policies-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .company-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .company-cta-v-line {
    display: none;
  }
  .footer-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-bar-v-line {
    display: none;
  }
}

/* Shared action treatment across the five pages. */
:is(
  .btn-solid-dark,
  .header-cta-btn,
  .service-hero-adaptive-cta,
  .service-hero-btn,
  .service-plan-card-btn,
  .service-cta-btn,
  .company-cta-btn,
  .about-cta-btn,
  .contact-submit-btn
) {
  position: relative;
  border-radius: 2px 8px 2px 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 5px 16px rgba(18, 37, 27, 0.12);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}
:is(
  .btn-solid-dark,
  .header-cta-btn,
  .service-hero-adaptive-cta,
  .service-hero-btn,
  .service-plan-card-btn,
  .service-cta-btn,
  .company-cta-btn,
  .about-cta-btn,
  .contact-submit-btn
)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: currentColor;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
:is(
  .btn-solid-dark,
  .header-cta-btn,
  .service-hero-adaptive-cta,
  .service-hero-btn,
  .service-plan-card-btn,
  .service-cta-btn,
  .company-cta-btn,
  .about-cta-btn,
  .contact-submit-btn
):is(:hover, :focus-visible) {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 24px rgba(18, 37, 27, 0.18);
}
:is(
  .btn-solid-dark,
  .header-cta-btn,
  .service-hero-adaptive-cta,
  .service-hero-btn,
  .service-plan-card-btn,
  .service-cta-btn,
  .company-cta-btn,
  .about-cta-btn,
  .contact-submit-btn
):is(:hover, :focus-visible)::after {
  transform: scaleX(1);
}
:is(
  .btn-solid-dark,
  .header-cta-btn,
  .service-hero-adaptive-cta,
  .service-hero-btn,
  .service-plan-card-btn,
  .service-cta-btn,
  .company-cta-btn,
  .about-cta-btn,
  .contact-submit-btn
):active {
  transform: translateY(0);
  box-shadow: inset 0 1px 3px rgba(18, 37, 27, 0.18);
}
:is(.header-cta-btn, .service-hero-adaptive-cta, .service-plan-card-btn, .service-cta-btn, .company-cta-btn, .about-cta-btn, .contact-submit-btn) .arrow {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
:is(.header-cta-btn, .service-hero-adaptive-cta, .service-plan-card-btn, .service-cta-btn, .company-cta-btn, .about-cta-btn, .contact-submit-btn):is(:hover, :focus-visible) .arrow {
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  :is(.btn-solid-dark, .header-cta-btn, .service-hero-adaptive-cta, .service-hero-btn, .service-plan-card-btn, .service-cta-btn, .company-cta-btn, .about-cta-btn, .contact-submit-btn):is(:hover, :focus-visible),
  :is(.btn-solid-dark, .header-cta-btn, .service-hero-adaptive-cta, .service-hero-btn, .service-plan-card-btn, .service-cta-btn, .company-cta-btn, .about-cta-btn, .contact-submit-btn):is(:hover, :focus-visible) .arrow {
    transform: none;
  }
}
@media print {
  .site-header,
  .mobile-nav,
  .contact-band,
  .site-footer {
    display: none;
  }
  .section {
    padding-block: 30px;
  }
  .home-hero {
    height: 600px;
  }
  .shell {
    padding-inline: 20px;
  }
  body {
    background: white;
    color: black;
  }
  .letter-side,
  .contact-aside {
    position: static;
  }
  a {
    text-decoration: underline;
  }
}

/* Service page responsive composition.
   The original artwork remains intact on wide screens; below 1200px the
   copy becomes live text so it stays readable instead of scaling with the
   artwork. */
@media (min-width: 768px) and (max-width: 1199px) {
  body[data-page="service"] .service-hero-original-frame {
    display: none;
  }

  body[data-page="service"] .service-hero-adaptive {
    display: flex;
    flex-direction: column;
    background: var(--paper);
  }

  body[data-page="service"] .service-hero-adaptive-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: end;
    padding: clamp(36px, 5vw, 64px) clamp(28px, 6vw, 80px) clamp(30px, 4vw, 48px);
  }

  body[data-page="service"] .service-hero-adaptive-intro h1 {
    font-size: clamp(42px, 6vw, 64px);
    line-height: 1.12;
  }

  body[data-page="service"] .service-hero-adaptive-subtitle {
    margin-top: 16px;
    font-size: clamp(18px, 2.2vw, 22px);
  }

  body[data-page="service"] .service-hero-adaptive-session {
    margin-top: 8px;
    font-size: clamp(15px, 1.7vw, 17px);
  }

  body[data-page="service"] .service-hero-adaptive-promise {
    max-width: 14em;
    justify-self: end;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.7;
  }

  body[data-page="service"] .service-hero-adaptive-photo {
    aspect-ratio: 1920 / 848;
  }

  body[data-page="service"] .service-hero-adaptive-note {
    top: clamp(16px, 3vw, 34px);
    left: clamp(28px, 6vw, 80px);
    width: clamp(170px, 22vw, 250px);
  }

  body[data-page="service"] .service-hero-adaptive-days {
    right: clamp(28px, 6vw, 80px);
    bottom: clamp(14px, 2vw, 28px);
    font-size: clamp(112px, 15vw, 190px);
  }

  body[data-page="service"] .service-hero-adaptive-after {
    padding: 18px clamp(28px, 6vw, 80px) 24px;
  }

  body[data-page="service"] .service-wave-section {
    padding-block: clamp(64px, 8vw, 96px);
  }

  body[data-page="service"] .service-wave-header {
    margin-bottom: clamp(32px, 5vw, 56px);
  }

  body[data-page="service"] .service-wave-heading-line {
    font-size: clamp(28px, 3.8vw, 40px);
  }

  body[data-page="service"] .service-wave-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  body[data-page="service"] .service-deliv-grid {
    gap: clamp(28px, 4vw, 48px);
  }

  body[data-page="service"] .service-plans-faq-grid {
    grid-template-columns: minmax(210px, 0.8fr) 1fr 1fr;
    gap: clamp(24px, 4vw, 48px);
  }

  body[data-page="service"] .service-cards-col,
  body[data-page="service"] .service-faq-col {
    padding-left: clamp(20px, 3vw, 32px);
  }
}

@media (max-width: 767px) {
  body[data-page="service"] .service-wave-section {
    padding-block: 56px 64px;
  }

  body[data-page="service"] .service-wave-header {
    gap: 16px;
    margin-bottom: 30px;
  }

  body[data-page="service"] .service-wave-heading {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  body[data-page="service"] .service-wave-heading-line {
    font-size: clamp(20px, 6.4vw, 29px);
  }

  body[data-page="service"] .service-wave-lead {
    font-size: 14px;
    line-height: 1.85;
  }

  body[data-page="service"] .service-timeline-container {
    padding-block: 0;
  }

  body[data-page="service"] .service-timeline-grid {
    gap: 28px;
  }

  body[data-page="service"] .service-phase-photo {
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  body[data-page="service"] .service-deliv-section {
    padding-block: 64px;
  }

  body[data-page="service"] .service-deliv-grid,
  body[data-page="service"] .service-plans-faq-grid {
    gap: 30px;
  }

  body[data-page="service"] .service-deliv-row {
    padding-block: 18px;
  }

  body[data-page="service"] .service-plans-faq-section {
    padding-block: 64px;
  }

  body[data-page="service"] .service-cards-col {
    gap: 20px;
  }

  body[data-page="service"] .service-cta-band {
    padding-block: 48px;
  }
}

.analytics-settings {
  display: block;
  margin: 12px auto 18px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  inset: auto 16px 16px;
  max-width: 740px;
  margin-inline: auto;
  padding: 20px 24px;
  border: 1px solid #cbd4ce;
  background: #fff;
  box-shadow: 0 10px 36px rgb(20 39 31 / 14%);
  color: #1f3028;
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
}

.analytics-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-consent-actions button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid #18382b;
  background: #fff;
  color: #18382b;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.analytics-consent-actions button[data-consent="granted"] {
  background: #18382b;
  color: #fff;
}

.analytics-consent-actions button:focus-visible,
.analytics-settings:focus-visible {
  outline: 3px solid #047f58;
  outline-offset: 3px;
}

@media (max-width: 480px) {
  .analytics-consent { inset: auto 8px 8px; padding: 16px; }
  .analytics-consent-actions button { flex: 1; }
}

@media print {
  .analytics-consent,
  .analytics-settings { display: none !important; }
}
