/* Stablo: a calm, local editorial identity. Shared tokens apply to CMS pages too. */
:root {
  --paper: #f6f4ed;
  --white: #fffef9;
  --ink: #233d35;
  --muted: #56675f;
  --red: #ad4032;
  --green: #466451;
  --sage: #e3e9db;
  --lavender: #e1e9ea;
  --butter: #f1e3cc;
  --line: #cbd1c6;
  --font-head: 'Noto Sans JP', sans-serif;
  --blue: #dfe9eb;
  --clay: #f0dfd2;
}
[hidden] {
  display: none !important;
}
body {
  font-size: 15px;
  line-height: 2;
}
body:before {
  display: none;
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0.025em;
}
h1 {
  font-weight: 600;
}
h2 {
  font-weight: 600;
}
a {
  transition:
    color 0.2s,
    background 0.2s;
}
p {
  overflow-wrap: anywhere;
}
.section {
  padding: 104px 0;
}
.container {
  width: min(1200px, calc(100% - 96px));
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--green);
  margin-bottom: 22px;
}
.section-heading h2 {
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.65;
  letter-spacing: 0.025em;
}
.section-heading p {
  font-size: 14px;
}
.heading-row {
  margin-bottom: 44px;
}
.heading-row > p {
  max-width: 430px;
}
.text-link {
  gap: 18px;
}
.btn {
  gap: 20px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  min-height: 56px;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover {
  background: #873326;
  transform: none;
}
.btn span {
  font-size: 22px;
  line-height: 1;
}
.secondary-link {
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.action-pair {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 30px;
}
.micro-copy {
  font-size: 11px;
  color: var(--muted);
  margin-top: 15px;
  line-height: 1.9;
}
.small-divider {
  padding: 0 12px;
  color: #9ba99f;
}
.site-header {
  background: rgba(246, 244, 237, 0.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 86px;
  width: min(1376px, calc(100% - 80px));
  gap: 25px;
}
.logo img {
  width: 145px;
}
.global-nav ul {
  gap: 25px;
}
.global-nav a {
  font-size: 12px;
}
.nav-cta {
  border-radius: 4px;
  padding: 12px 20px;
}
.global-nav a:not(.nav-cta):after {
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -8px;
  border-radius: 0;
}
.global-nav .nav-cta:hover {
  transform: none;
}
.renewal-hero {
  border-bottom: 1px solid var(--line);
  padding-top: 58px;
}
.renewal-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 42px;
  align-items: center;
}
.renewal-hero-copy {
  min-width: 0;
}
.renewal-hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 27px;
}
.status-dot {
  flex: none;
  background: var(--red);
}
.renewal-hero h1 {
  font-size: clamp(36px, 4.25vw, 59px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.renewal-hero h1 > span {
  color: var(--red);
}
.hero-lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.85;
  margin-top: 27px;
  letter-spacing: 0.02em;
}
.renewal-description {
  font-size: 14px;
  line-height: 2.05;
  margin-top: 18px;
}
.renewal-hero .action-pair {
  display: grid;
  justify-items: start;
  gap: 10px;
}
.renewal-hero-art {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 190px 190px 0 0;
  overflow: hidden;
  background: #eeeede;
  padding-top: 70px;
  min-width: 0;
}
.art-topline {
  font: 9px/1.8 var(--font-en);
  letter-spacing: 0.11em;
  text-align: center;
  display: grid;
  gap: 4px;
  color: var(--green);
}
.renewal-hero-art img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  margin-top: 12px;
}
.renewal-hero-art figcaption {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 36px 32px;
  border-top: 1px solid #cad1bf;
  margin: 0 24px;
  line-height: 1.9;
  font-size: 12px;
}
.art-mark {
  font-size: 50px;
  color: var(--red);
  line-height: 1;
}
.renewal-hero-art figcaption strong {
  font-weight: 500;
}
.hero-bottomline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  margin-top: 47px;
  font: 10px/1.8 var(--font-en);
  letter-spacing: 0.08em;
  color: var(--muted);
}
.hero-bottomline a {
  font-family: var(--font-body);
  font-size: 12px;
  display: flex;
  gap: 25px;
  align-items: center;
  min-height: 32px;
}
.hero-bottomline a span {
  font-size: 20px;
}
.service-directory {
  border-top: 1px solid var(--line);
}
.service-entry {
  display: grid;
  grid-template-columns: 70px 1fr 1.4fr;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  padding: 42px 30px;
  background: var(--white);
}
.service-entry-id > span {
  font: 400 48px/1 var(--font-en);
  color: var(--green);
}
.service-entry-id > p {
  font: 9px/1.8 var(--font-en);
  letter-spacing: 0.08em;
  margin-top: 18px;
}
.service-entry-name > p {
  font-size: 12px;
}
.service-entry-name h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 6px 0 22px;
}
.service-entry-name > span {
  display: inline-block;
  font-size: 11px;
  line-height: 1.8;
  background: var(--sage);
  padding: 7px 11px;
  border-radius: 2px;
}
.tone-blue .service-entry-name > span {
  background: var(--blue);
}
.tone-clay .service-entry-name > span {
  background: var(--clay);
}
.service-entry-detail h4 {
  font-size: 18px;
  margin-bottom: 14px;
}
.service-entry-detail > p {
  font-size: 14px;
  line-height: 1.95;
}
.service-entry-detail .text-link {
  margin-top: 18px;
  font-size: 13px;
}
.service-entry:hover {
  background: #f0f2e9;
}
.service-entry.tone-blue:hover {
  background: #edf2f2;
}
.service-entry.tone-clay:hover {
  background: #f7eee7;
}
.ai-strip {
  padding: 27px 24px;
  margin-top: 24px;
}
.ai-strip h3 {
  font-size: 21px;
}
.ai-strip .ai-icon {
  font-size: 45px;
}
.ai-strip p {
  line-height: 1.8;
}
.deep-green {
  background: var(--ink);
  color: var(--paper);
}
.deep-green .eyebrow {
  color: #c5d6b4;
}
.deep-green .circle-arrow {
  border-color: #96ad9a;
}
.deep-green .text-link:hover .circle-arrow {
  background: var(--paper);
  color: var(--ink);
}
.deep-green .text-link {
  margin-top: 32px;
}
.deep-green .approach-copy {
  font-size: 17px;
  line-height: 2.15;
  margin: 0;
  align-self: center;
}
.approach-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-top: 10px;
}
.approach-columns article {
  border-top: 1px solid #708478;
  padding-top: 24px;
}
.approach-columns article > span {
  font: 11px var(--font-en);
  letter-spacing: 0.12em;
  color: #c5d6b4;
}
.approach-columns h3 {
  font-size: 22px;
  margin: 20px 0 16px;
  font-weight: 500;
}
.approach-columns p {
  font-size: 14px;
  line-height: 2;
  color: #e0e5da;
}
.first-meeting-list {
  list-style: none;
}
.first-meeting-list li {
  display: flex;
  gap: 26px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.first-meeting-list li:first-child {
  border-top: 1px solid var(--line);
}
.first-meeting-list li > span {
  font: 30px/1.7 var(--font-en);
  color: var(--green);
}
.first-meeting-list h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.first-meeting-list p {
  font-size: 14px;
}
.split .text-link {
  margin-top: 22px;
}
.resource-band {
  background: #e6ebdf;
}
.guide-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.guide-links > a {
  display: block;
  position: relative;
  padding: 38px 38px 80px;
  background: var(--white);
  border-top: 3px solid var(--green);
  min-width: 0;
}
.guide-links > a:nth-child(2) {
  border-top-color: #607b84;
}
.guide-links > a > span:first-child {
  font: 12px/1.8 var(--font-en);
  letter-spacing: 0.13em;
  color: var(--muted);
}
.guide-links h3 {
  font-size: 29px;
  line-height: 1.65;
  margin: 18px 0;
}
.guide-links p {
  font-size: 14px;
  line-height: 2;
}
.guide-arrow {
  position: absolute;
  bottom: 20px;
  right: 32px;
  font-size: 28px;
}
.guide-links > a:hover {
  background: #f9f4e5;
}
.journal-link {
  line-height: 2;
}
.news-list {
  border-top: 1px solid var(--line);
}
.service-cover {
  padding: 36px 0 65px;
  border-bottom: 1px solid var(--line);
  background: #e9ede2;
}
.service-cover.tone-blue {
  background: #e7eeef;
}
.service-cover.tone-clay {
  background: #f1e5db;
}
.service-cover .breadcrumb {
  margin-bottom: 37px;
}
.service-cover-grid {
  display: grid;
  grid-template-columns: 1fr 225px;
  gap: 55px;
  align-items: center;
}
.service-cover h1 {
  font-size: clamp(32px, 3.45vw, 48px);
  line-height: 1.6;
}
.cover-description {
  font-size: 15px;
  line-height: 2.1;
  max-width: 750px;
  margin-top: 26px;
}
.service-cover-note {
  border-left: 1px solid #afbbac;
  padding: 10px 0 15px 34px;
  display: flex;
  flex-direction: column;
}
.display-number {
  font: 400 105px/1 var(--font-en);
  color: var(--green);
  opacity: 0.8;
}
.service-cover-note p {
  font-size: 13px;
  line-height: 1.9;
  margin-top: 22px;
}
.service-cover-note strong {
  font-size: 25px;
  line-height: 1.7;
  margin-top: 16px;
}
.service-cover-note > span:last-child {
  font: 9px/1.6 var(--font-en);
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.page-index {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.page-index > .container {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.page-index a {
  font-size: 12px;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.page-index a span {
  color: var(--red);
}
.page-index a:hover {
  color: var(--red);
}
.concern-list {
  list-style: none;
}
.concern-list li {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  line-height: 1.85;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.concern-list li:first-child {
  border-top: 1px solid var(--line);
}
.concern-list li > span {
  color: var(--red);
}
.scope-list {
  border-top: 1px solid var(--line);
}
.scope-row {
  display: grid;
  grid-template-columns: 65px 1.5fr 1fr;
  gap: 32px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.scope-num {
  font: 42px/1.1 var(--font-en);
  color: var(--green);
}
.scope-row h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.scope-row p {
  font-size: 14px;
  line-height: 2;
}
.scope-output {
  padding: 20px 24px;
  background: #eef0e6;
  align-self: stretch;
}
.scope-output > span {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}
.scope-output p {
  font-weight: 500;
}
.example-label {
  border: 1px solid #a9b39d;
  padding: 5px 12px;
  font-size: 12px;
  white-space: nowrap;
}
.workflow-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid #bdc8b2;
}
.workflow-row h3 {
  font-size: 15px;
}
.workflow-row ol {
  list-style: none;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.workflow-row li {
  position: relative;
  flex: 1;
  min-width: 130px;
  background: var(--white);
  padding: 18px 12px;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
.workflow-row li:not(:last-child):after {
  content: '→';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
}
.workflow-row.after li {
  background: var(--ink);
  color: white;
}
.workflow-caption {
  font-size: 14px;
  margin-top: 24px;
  max-width: 920px;
}
.role-list article {
  padding: 0 0 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--line);
}
.role-list h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.role-list p {
  font-size: 14px;
}
.process-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
  margin-top: 42px;
}
.process-strip li {
  border-top: 1px solid #afbca2;
  padding-top: 20px;
}
.process-strip span {
  font: 25px var(--font-en);
  color: var(--green);
}
.process-strip h3 {
  font-size: 17px;
  margin-top: 14px;
}
.cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 48px;
}
.cost-grid article {
  padding: 30px;
  background: var(--white);
}
.cost-grid h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
.cost-grid p {
  font-size: 14px;
  line-height: 2;
}
.cost-grid ul {
  padding-left: 22px;
  font-size: 14px;
  line-height: 2.1;
  margin-top: 14px;
}
.cost-grid .note {
  font-size: 12px;
}
.faq-list summary {
  font-size: 15px;
  line-height: 1.9;
  padding: 24px 0;
}
.faq-list summary:after {
  flex: none;
}
.page-hero:after {
  display: none;
}
.page-hero .desc {
  font-size: 15px;
}
.page-hero {
  background: #ecefe4;
}
.page-hero h1 {
  font-size: clamp(30px, 3.7vw, 50px);
}
.contact-band {
  background: #e7dccd;
  border-top: 1px solid #d0c9bc;
  padding: 80px 0;
}
.contact-band .eyebrow {
  color: var(--green);
}
.contact-band h2 {
  font-size: 35px;
}
.contact-inner {
  align-items: center;
}
.contact-doodle {
  display: none;
}
.contact-action {
  padding: 0;
  max-width: 300px;
}
.round-cta {
  width: auto;
  height: auto;
  min-width: 265px;
  padding: 25px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}
.round-cta > span {
  font-size: 30px;
}
.round-cta:hover {
  transform: none;
}
.site-footer {
  background: var(--paper);
}
.footer-brand p {
  font-size: 14px;
}
.footer-top {
  grid-template-columns: 1.6fr 1fr 1fr 1.25fr;
}
.footer-top a {
  display: inline-block;
  min-height: 28px;
}
.footer-bottom {
  font-size: 11px;
}
.motion-toggle {
  min-height: 44px;
}
.contact-layout {
  grid-template-columns: 1fr 1.45fr;
}
.form-entry {
  border-radius: 5px;
}
.form-title {
  font-size: 29px;
}
.consultation-note h2 {
  font-size: 25px;
}
.contact-intent {
  border-left: 3px solid var(--red);
  background: #f2ede1;
  padding: 18px 22px;
  margin: 0 0 30px;
  font-size: 14px;
}
.contact-intent[hidden] {
  display: none;
}
.form-embed {
  background: white;
  border: 1px solid var(--line);
  margin-top: 25px;
  min-height: 300px;
}
.form-embed iframe {
  width: 100%;
  height: 1250px;
  border: 0;
  display: block;
}
.form-embed[hidden] {
  display: none;
}
.form-toggle {
  margin-top: 25px;
}
.form-entry .external-form {
  display: inline-flex;
  margin-top: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 13px;
}
.consultation-note ul {
  padding-left: 20px;
  margin-top: 15px;
  font-size: 14px;
}
.contact-preparation {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 30px;
}
.contact-preparation h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 75px;
}
.guide-side {
  align-self: start;
  position: sticky;
  top: 116px;
}
.guide-side nav {
  display: grid;
}
.guide-side nav a {
  font-size: 13px;
  min-height: 45px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}
.guide-main > div {
  margin-bottom: 72px;
  scroll-margin-top: 120px;
}
.guide-main h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
.guide-main p {
  font-size: 14px;
}
.guide-main fieldset {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}
.guide-main legend {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.self-check label {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: var(--white);
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.9;
}
.self-check label:hover {
  background: #edf0e4;
}
.self-check input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
  accent-color: var(--green);
}
.self-check input:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}
.check-feedback {
  background: var(--sage);
  padding: 24px;
  margin-top: 22px;
}
.check-feedback strong {
  font-size: 17px;
  font-weight: 600;
}
.check-feedback p {
  font-size: 12px;
  margin-top: 12px;
}
.reset-check {
  border: 0;
  padding: 0;
  background: none;
  color: var(--muted);
  margin-top: 12px;
}
.guide-step {
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.guide-step h3 {
  font-size: 19px;
  margin-bottom: 14px;
}
.sheet-block {
  padding: 32px;
  background: #e8ecdf;
}
.sheet-block .btn {
  margin-top: 25px;
}
.sheet-block p.note {
  font-size: 12px;
}
.guide-main .text-link {
  font-size: 14px;
  margin-top: 22px;
}
.guide-main .action-pair .secondary-link {
  display: none;
}
.guide-links h3 br {
  display: block;
}
.post-title {
  font-size: clamp(26px, 3vw, 36px);
}
@media (min-width: 1450px) {
  .renewal-hero {
    padding-top: 72px;
  }
  .renewal-hero-grid {
    gap: 64px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    width: calc(100% - 48px);
  }
  .global-nav ul {
    gap: 17px;
  }
  .global-nav a {
    font-size: 11px;
  }
  .nav-cta {
    padding: 12px 14px;
  }
  .renewal-hero-grid {
    gap: 28px;
  }
  .renewal-hero-art {
    padding-top: 46px;
  }
  .renewal-hero-art figcaption {
    padding: 20px 10px;
    font-size: 11px;
    gap: 14px;
  }
  .service-entry {
    grid-template-columns: 50px 1fr 1.3fr;
    gap: 25px;
    padding: 32px 24px;
  }
  .service-entry-name h3 {
    font-size: 28px;
  }
  .service-entry-detail h4 {
    font-size: 17px;
  }
  .service-cover-grid {
    grid-template-columns: 1fr 170px;
    gap: 35px;
  }
  .service-cover-note {
    padding-left: 22px;
  }
  .display-number {
    font-size: 86px;
  }
  .scope-row {
    gap: 25px;
    grid-template-columns: 50px 1.4fr 1fr;
  }
  .workflow-row {
    grid-template-columns: 140px 1fr;
    gap: 18px;
  }
  .guide-layout {
    gap: 40px;
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .process-strip {
    gap: 20px;
  }
  .footer-top {
    grid-template-columns: 1.6fr 1fr 1fr;
  }
  .footer-top > div:last-child {
    grid-column: 2/4;
  }
}
@media (max-width: 800px) {
  .section {
    padding: 68px 0;
  }
  .header-inner {
    min-height: 76px;
  }
  .global-nav {
    top: 76px;
  }
  .global-nav a {
    font-size: 15px;
    min-height: 48px;
  }
  .global-nav a:not(.nav-cta):after {
    display: none;
  }
  .renewal-hero {
    padding-top: 35px;
  }
  .renewal-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .renewal-hero h1 {
    font-size: clamp(36px, 7vw, 52px);
  }
  .renewal-hero-copy {
    max-width: 600px;
  }
  .renewal-hero .action-pair {
    display: flex;
  }
  .renewal-hero-art {
    border-radius: 150px 150px 0 0;
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }
  .renewal-hero-art img {
    max-height: 340px;
    object-fit: contain;
  }
  .renewal-hero-art figcaption {
    padding: 20px;
    font-size: 13px;
    justify-content: center;
  }
  .hero-bottomline {
    margin-top: 32px;
  }
  .hero-bottomline > span {
    font-size: 9px;
  }
  .hero-bottomline a {
    font-size: 11px;
    gap: 12px;
  }
  .heading-row {
    display: block;
  }
  .heading-row > p {
    margin-top: 24px;
  }
  .service-entry {
    grid-template-columns: 44px 1fr;
    gap: 16px 20px;
    padding: 28px 20px;
  }
  .service-entry-id {
    grid-row: 1/3;
  }
  .service-entry-id > span {
    font-size: 36px;
  }
  .service-entry-id > p {
    font-size: 8px;
    overflow-wrap: normal;
    word-break: normal;
  }
  .service-entry-name h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .service-entry-detail {
    grid-column: 2;
  }
  .service-entry-detail h4 {
    font-size: 17px;
    margin-top: 5px;
  }
  .service-entry-detail > p {
    font-size: 13px;
  }
  .service-entry-name > span {
    font-size: 10px;
  }
  .ai-strip {
    padding: 24px 0;
    gap: 18px;
  }
  .ai-strip h3 {
    font-size: 19px;
  }
  .ai-strip p {
    font-size: 12px;
  }
  .ai-strip .ai-icon {
    display: none;
  }
  .approach-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .approach-columns h3 {
    margin-top: 14px;
    font-size: 24px;
  }
  .approach-columns p {
    max-width: 600px;
  }
  .deep-green .approach-copy {
    font-size: 15px;
  }
  .first-meeting-list {
    margin-top: 8px;
  }
  .guide-links {
    gap: 22px;
  }
  .guide-links > a {
    padding: 28px 25px 65px;
  }
  .guide-links h3 {
    font-size: 23px;
  }
  .guide-links p {
    font-size: 13px;
  }
  .news-layout {
    grid-template-columns: 1fr;
  }
  .service-cover {
    padding: 30px 0 46px;
  }
  .service-cover-grid {
    grid-template-columns: 1fr;
  }
  .service-cover-note {
    display: none;
  }
  .service-cover h1 {
    font-size: clamp(30px, 5.2vw, 42px);
  }
  .service-cover .eyebrow {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
  .cover-description {
    font-size: 14px;
  }
  .page-index > .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
  .page-index a {
    font-size: 11px;
    min-height: 48px;
    gap: 8px;
    justify-content: space-between;
  }
  .concern-list li {
    font-size: 15px;
  }
  .scope-row {
    grid-template-columns: 42px 1fr;
    gap: 20px;
  }
  .scope-output {
    grid-column: 2;
  }
  .scope-num {
    font-size: 34px;
  }
  .scope-row h3 {
    font-size: 19px;
  }
  .scope-output {
    padding: 18px 22px;
  }
  .workflow-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .workflow-row ol {
    gap: 22px;
  }
  .example-label {
    display: inline-block;
    margin-top: 20px;
  }
  .process-strip {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .cost-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cost-grid article {
    padding: 25px;
  }
  .cost-grid h3 {
    font-size: 20px;
  }
  .contact-inner {
    display: block;
  }
  .contact-action {
    margin-top: 30px;
    max-width: 100%;
  }
  .round-cta {
    display: inline-flex;
    min-width: 265px;
    padding: 20px 28px;
  }
  .contact-band h2 {
    font-size: 29px;
  }
  .contact-band p {
    font-size: 13px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .guide-side {
    position: static;
  }
  .guide-side nav {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .guide-side > .note {
    display: none;
  }
  .guide-main > div {
    margin-bottom: 55px;
  }
  .guide-main h2 {
    font-size: 25px;
  }
  .sheet-block {
    padding: 25px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top > div:last-child {
    grid-column: auto;
  }
  .footer-top {
    gap: 30px;
  }
  .motion-toggle {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    width: calc(100% - 40px);
  }
  .logo img {
    width: 126px;
  }
  .renewal-hero-copy .eyebrow {
    font-size: 10px;
    gap: 8px;
  }
  .renewal-hero h1 {
    font-size: clamp(31px, 8.6vw, 43px);
    letter-spacing: 0.035em;
  }
  .hero-lead {
    font-size: 17px;
    margin-top: 23px;
  }
  .renewal-description {
    font-size: 13px;
  }
  .renewal-hero .action-pair {
    display: grid;
    gap: 12px;
  }
  .btn {
    font-size: 13px;
    gap: 12px;
    padding: 14px 18px;
    min-height: 54px;
    max-width: 100%;
  }
  .micro-copy {
    font-size: 10px;
  }
  .renewal-hero-art {
    padding-top: 34px;
    border-radius: 130px 130px 0 0;
  }
  .art-topline {
    font-size: 8px;
  }
  .renewal-hero-art figcaption {
    padding: 16px 0;
    margin: 0 20px;
    font-size: 11px;
    gap: 14px;
  }
  .art-mark {
    font-size: 38px;
  }
  .hero-bottomline > span {
    display: none;
  }
  .hero-bottomline {
    justify-content: flex-end;
    margin-top: 28px;
  }
  .guide-links {
    grid-template-columns: 1fr;
  }
  .guide-links h3 {
    font-size: 26px;
  }
  .guide-links > a {
    padding: 30px 25px 60px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .service-entry {
    padding: 24px 15px;
    grid-template-columns: 32px 1fr;
    gap: 12px 16px;
  }
  .service-entry-id > p {
    display: none;
  }
  .service-entry-id > span {
    font-size: 28px;
  }
  .service-entry-name h3 {
    font-size: 27px;
  }
  .service-entry-name > p {
    font-size: 11px;
  }
  .service-entry-name > span {
    font-size: 10px;
  }
  .service-entry-detail .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .service-entry-detail .circle-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .service-cover h1 {
    font-size: clamp(26px, 6.8vw, 34px);
  }
  .service-cover .eyebrow {
    font-size: 11px;
    letter-spacing: 0;
  }
  .small-divider {
    padding: 0 6px;
  }
  .page-index > .container {
    grid-template-columns: 1fr 1fr;
  }
  .scope-row {
    grid-template-columns: 30px 1fr;
    gap: 16px;
  }
  .scope-row h3 {
    font-size: 18px;
  }
  .scope-output {
    grid-column: 1/-1;
  }
  .scope-row p {
    font-size: 13px;
  }
  .scope-num {
    font-size: 28px;
  }
  .workflow-row ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .workflow-row li {
    min-width: 0;
    font-size: 12px;
  }
  .workflow-row li:not(:last-child):after {
    display: none;
  }
  .workflow-row li:before {
    content: counter(list-item, decimal-leading-zero) ' ';
    color: var(--muted);
    display: block;
    font: 11px/1.8 var(--font-en);
  }
  .workflow-row.after li:before {
    color: #c5d6b4;
  }
  .workflow-row.after ol {
    grid-template-columns: 1fr;
  }
  .process-strip h3 {
    font-size: 15px;
  }
  .contact-band h2 {
    font-size: 26px;
  }
  .round-cta {
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }
  .guide-main h2 {
    font-size: 23px;
  }
  .guide-main .btn {
    width: 100%;
    font-size: 12px;
  }
  .self-check label {
    padding: 16px 12px;
    font-size: 13px;
  }
  .check-feedback {
    padding: 20px;
  }
  .guide-side nav a {
    font-size: 12px;
  }
  .guide-step h3 {
    font-size: 18px;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-top > div:last-child {
    grid-column: 1/-1;
  }
  .form-entry {
    padding: 25px 20px;
  }
  .form-title {
    font-size: 25px;
  }
  .desktop-break {
    display: none;
  }
  .company-data > div {
    grid-template-columns: 80px 1fr;
    gap: 15px;
  }
  .company-data dd {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .contact-band,
  .page-index,
  .guide-side,
  .action-pair,
  .reset-check,
  .btn,
  .skip-link {
    display: none !important;
  }
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  .container {
    width: 100%;
  }
  .section {
    padding: 24px 0;
  }
  .guide-layout {
    display: block;
  }
  .self-check label,
  .guide-step {
    break-inside: avoid;
  }
  .sheet-block {
    background: none;
    border: 1px solid #999;
  }
  .guide-main > div {
    margin-bottom: 30px;
  }
  .renewal-hero-grid {
    display: block;
  }
  .renewal-hero-art {
    max-width: 400px;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
