

:root{
  /* Palette */
  --green:#3E7C5B;
  --green-dark:#2F664C;
  --green-pale:#F3F7F4;
  --ivory:#FBFAF6;
  --ink:#202923;
  --body:#3F4B43;
  --muted:#56635A;
  --line:#E1E7E2;
  /* Green separators: soft = subtle section edge, mid = standard divider,
     strong = structural/top-level rule. Use --line for neutral gray separators. */
  --line-soft:rgba(62,124,91,.10);
  --line-mid:rgba(62,124,91,.16);
  --line-strong:rgba(62,124,91,.24);
  --strip-photo-h-desktop:200px;
  --strip-photo-h-mobile:140px;

  /* Layout */
  --page:1120px;
  --wide:1360px;
  --gutter:24px;
  --section:96px;

  /* Site-wide type roles */
  --chapter-size:15px;
  --display-size:42px;
  --section-title-size:32px;
  --subhead-size:22px;
  --body-size:16px;
  --note-size:13px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:var(--body-size);
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p{margin:0}
.container{width:min(calc(100% - (var(--gutter) * 2)),var(--page));margin-inline:auto}
.section{position:relative;padding-block:var(--section)}
.section--ivory{background:var(--ivory)}
.section--soft{background:var(--green-pale)}

/* Type role 1: chapter sign / section label */
.eyebrow{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  color:var(--green-dark);
  font-size:var(--chapter-size);
  font-weight:700;
  letter-spacing:.075em;
  line-height:1.55;
}

/* Type role 2: large meaning-bearing headings */
h1, h2, h3{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-weight:500;
  letter-spacing:.025em;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:auto-phrase;
}
h1{
  max-width:12em;
  font-size:var(--display-size);
}
h2{
  max-width:17em;
  font-size:var(--section-title-size);
}

/* Type role 3: shelf labels / local headings */
h3{
  font-size:var(--subhead-size);
  line-height:1.62;
}

/* Type role 4: reading text */
.lead{
  max-width:39rem;
  font-size:18px;
  line-height:2;
  color:#39463F;
}
.copy{
  max-width:39rem;
  font-size:var(--body-size);
  line-height:1.94;
  color:var(--body);
}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:24px;
  color:var(--green-dark);
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid rgba(62,124,91,.38);
  padding-bottom:3px;
}
.text-link::after{content:"→";font-weight:400}

/* Only actionable elements get button-like treatment */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border:1px solid var(--green);
  border-radius:7px;
  font-weight:700;
  line-height:1.25;
  white-space:nowrap;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.btn:hover{transform:scale(1.02)}
.btn--primary{background:var(--green-dark);border-color:var(--green-dark);color:#fff}
.btn--ghost{background:#fff;color:var(--green-dark)}
.btn--disabled{opacity:.78;pointer-events:none;cursor:default}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line-soft);
  backdrop-filter:blur(10px)
}
.header-inner{
  width:min(calc(100% - (var(--gutter)*2)),var(--wide));
  height:80px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:auto;height:58px;object-fit:contain}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}
.nav a:not(.btn){position:relative;color:var(--green-dark)}
.nav a:not(.btn)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:1px;
  background:var(--green);
  transition:right .2s ease
}
.nav a:not(.btn):hover::after{right:0}
.nav a:not(.btn):focus-visible, .btn:focus-visible, .text-link:focus-visible, .page-back:focus-visible, .fee-toc-group a:focus-visible, .fee-tail a:focus-visible{
  outline:2px solid var(--green-dark);
  outline-offset:4px;
}

/* Hero: same composition, slightly lighter vertical occupation */
.hero{
  width:100%;
  min-height:660px;
  background:linear-gradient(90deg,#fff 0%,#fff 47%,#F7F5EF 47%,#F7F5EF 100%)
}
.hero-inner{
  width:min(100%,var(--wide));
  min-height:660px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,47%) minmax(0,53%)
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:72px 46px 68px max(var(--gutter),calc((100vw - var(--wide))/2 + var(--gutter)))
}
.hero-kicker{
  margin-bottom:22px;
  color:var(--green-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:.1em
}
.hero h1{max-width:11.5em;font-size:44px;line-height:1.46}
.hero-heading-part{display:block}
.hero-heading-part + .hero-heading-part{margin-top:.18em}
.hero-sub{
  max-width:34rem;
  margin-top:25px;
  font-size:16px;
  line-height:1.9;
  color:#354139
}
.hero-sub p + p{margin-top:7px}
.hero-actions{display:flex;gap:14px;margin-top:28px;align-items:flex-start}
.hero-media{position:relative;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.62),rgba(255,255,255,0) 24%)
}

/* Thought */
.thought{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
  min-height:520px
}
.thought-copy{
  padding:86px max(var(--gutter),6vw) 86px max(var(--gutter),calc((100vw - var(--page))/2))
}
.current-state-list{
  list-style:none;
  margin:30px 0 0;
  padding:0;
  border-top:1px solid var(--line)
}
.current-state-list li{
  position:relative;
  padding:17px 0 17px 22px;
  border-bottom:1px solid var(--line);
  font-size:16px;
  line-height:1.86;
  color:#445149
}
.current-state-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:30px;
  width:7px;
  height:1px;
  background:var(--green)
}
.thought-media{min-height:500px;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}
.thought-media img{width:100%;height:100%;object-fit:cover}

/* Themes */

.theme-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.scope-grid .theme-card{
  min-height:220px;
  padding-top:28px
}
@media(min-width:901px){
  .scope-grid .theme-card + .theme-card{
    border-left:1px solid var(--line-mid);
    padding-left:32px;
  }
}
.heading-part{display:block}
.scope-copy p + p{margin-top:12px}
.theme-card{
  min-height:264px;
  padding:31px 27px 28px
}
.theme-card p{
  margin-top:14px;
  font-size:16px;
  line-height:1.86;
  color:#4F5B54
}

/* Support */
.support-layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:80px;
  align-items:start
}
.support-intro{position:sticky;top:124px}
.support-intro .lead{margin-top:24px}
.consult-area-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}
.consult-area-card{
  min-height:220px;
  padding:25px 24px 23px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff
}
.consult-area-card h3{font-size:20px}
.consult-area-card p{
  margin-top:11px;
  font-size:15px;
  line-height:1.8;
  color:#4F5B54
}
.support-no{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:28px;
  color:var(--green)
}

/* Profile */
.profile{display:grid;grid-template-columns:minmax(0,41%) minmax(0,59%);min-height:480px}
.profile.profile--photo-pending{grid-template-columns:1fr;min-height:0}
.profile--photo-pending .profile-copy{width:min(100%,var(--page));margin:0 auto;padding:72px var(--gutter)}
.profile--photo-pending .profile-text{max-width:48rem}
.profile-visual{
  min-height:480px;
  background:
    radial-gradient(circle at 76% 28%,var(--line-soft) 0 12%,transparent 12.2%),
    linear-gradient(145deg,#F7FAF7 0%,#FBFAF6 72%);
}
.profile-copy{padding:72px max(var(--gutter),7vw) 72px 68px}
.profile-text{
  max-width:39rem;
  margin-top:23px;
  color:#39463F
}
.profile-text p{font-size:17px;line-height:1.98}
.profile-text p + p{margin-top:14px}
.profile-copy .lead{margin-top:23px}


/* Consultation */
.consult{position:relative;min-height:500px;overflow:hidden;background:var(--ivory)}
.page-top #consult .consult-photo{
  position:absolute;
  inset:0 0 0 42%;
  background:
    linear-gradient(90deg,rgba(241,246,242,.97) 0%,rgba(241,246,242,.34) 34%,rgba(241,246,242,.08) 70%),
    url("thought-desk.jpg") center/cover no-repeat
}
.consult-inner{
  position:relative;
  z-index:2;
  width:min(calc(100% - (var(--gutter)*2)),var(--page));
  min-height:500px;
  margin:auto;
  display:flex;
  align-items:center
}
.consult-copy{max-width:39rem;padding:76px 0}
.consult-copy .lead{margin-top:20px}
.consult-lead p + p{margin-top:7px}
.consult-actions{display:flex;align-items:flex-start;gap:18px;margin-top:28px}
.consult-actions .btn{flex:0 0 auto;min-width:190px}

/* Footer */
.footer{padding:56px 0 34px;border-top:1px solid var(--line);background:#fff}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:start}
.footer-brand img{width:224px}
.footer-copy{margin-top:16px;color:#4F5B54;font-size:14px;line-height:1.82}
.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 26px;font-size:14px}
.footer-nav .pending{color:#59665E}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
  padding-top:14px;
  padding-bottom:16px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:#59665E
}


/* Page-wide composition: keep each section distinct while distributing visual weight */
@media(min-width:1101px){
  
  #support .support-layout{
    grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);
    gap:96px;
  }
  #support .support-intro{
    padding-left:34px;
  }
  #profile:not(.profile--photo-pending) .profile-copy{
    padding-left:clamp(68px,7vw,112px);
    padding-right:max(var(--gutter),calc((100vw - var(--page))/2));
  }
#consult .consult-copy{
    margin-left:56px;
  }
}

/* Intermediate width */
@media(max-width:1100px){
  :root{
    --gutter:28px;
  }
  .nav{gap:18px;font-size:13px}
  .hero{min-height:590px}
  .hero-inner{min-height:590px;grid-template-columns:minmax(0,54%) minmax(0,46%)}
  .hero-copy{padding-top:60px;padding-bottom:58px;padding-right:38px}
  .hero h1{font-size:40px}
  .hero-sub{font-size:16px}
  .theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .support-layout{gap:54px}
}

/* Tablet / narrow laptop */
@media(max-width:900px){
  .nav a:not(.btn){display:none}
  .header-inner{height:74px}
  .hero{min-height:auto;background:#fff}
  .hero-inner{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:58px var(--gutter) 38px}
  .hero-media{height:400px}
  .support-layout{grid-template-columns:1fr}
  .scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scope-grid .theme-card{border-left:0}
  .scope-grid .theme-card:nth-child(n/**/+3){
    border-top:1px solid var(--line-mid);
    padding-top:20px;
  }
  .support-intro{position:static}
  .profile{grid-template-columns:1fr}
  .profile-visual{min-height:340px}
  .profile:not(.profile--photo-pending) .profile-copy{padding:56px var(--gutter) 62px}
}

/* Mobile is recomposed around the same type roles */
@media(max-width:768px){
  body{line-height:1.88}
  .container{width:calc(100% - (var(--gutter)*2))}
  .section{padding-block:var(--section)}
  h1{max-width:10.5em;line-height:1.5}
  h2{max-width:16em;line-height:1.6}
  h3{line-height:1.6}
  .eyebrow{
    letter-spacing:.065em
  }
  .lead{font-size:16px;line-height:1.94}
  .copy{font-size:16px;line-height:1.88}

  .site-header{position:relative}
  .header-inner{width:calc(100% - (var(--gutter)*2));height:70px}
  .brand img{width:auto;height:50px}
  .nav .btn{min-height:44px;padding:0 14px;font-size:13px}

  .hero-copy{padding:48px var(--gutter) 32px}
  .hero-kicker{margin-bottom:16px;font-size:13px}
  .hero h1{max-width:none;font-size:32px;line-height:1.52}
  .hero-heading-part + .hero-heading-part{margin-top:.22em}
  .hero-sub{margin-top:20px;font-size:15px;line-height:1.88}
  .hero-sub p + p{margin-top:6px}
  .hero-actions{flex-direction:column;align-items:stretch;margin-top:24px}
  .hero-actions .btn{width:100%}
  .hero-media{height:320px;margin:0 var(--gutter) 24px;border-radius:0 0 18px 18px}
  .hero-media::before{
    background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,0) 28%)
  }

  .thought{grid-template-columns:1fr;min-height:auto;padding-bottom:52px}
  .thought-copy{padding:54px var(--gutter) 28px}
  .current-state-list{margin-top:25px}
  .current-state-list li{padding:15px 0 15px 19px;font-size:15px;line-height:1.82}
  .current-state-list li::before{top:27px}
  .thought-media{
    min-height:288px;
    margin-left:var(--gutter);
    clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)
  }

  
  
  .theme-grid:not(.scope-grid){
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding-right:var(--gutter);
    scroll-snap-type:x mandatory
  }
  .scope-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px
  }
  .theme-grid:not(.scope-grid) .theme-card{
    flex:0 0 82%;
    min-height:246px;
    scroll-snap-align:start;
    box-shadow:none
  }
  .scope-grid .theme-card{
    min-height:auto;
    padding:22px 22px 23px;
    border-left:0
  }
  .scope-grid .theme-card + .theme-card{
    border-top:1px solid var(--line-mid);
    padding-top:22px;
  }

  .support-layout{gap:28px}
  .consult-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .consult-area-card{min-height:218px;padding:19px 15px 18px}
  .consult-area-card h3{font-size:17px;line-height:1.58}
  .consult-area-card p{margin-top:9px;font-size:14px;line-height:1.74}
  .support-no{font-size:24px}

  .profile-visual{
    min-height:280px;
    width:calc(100% - var(--gutter));
    margin-left:var(--gutter);
    border-radius:16px 0 0 0
  }
  .profile:not(.profile--photo-pending) .profile-copy{padding:40px var(--gutter) 56px}
  .profile--photo-pending .profile-copy{padding:56px var(--gutter) 62px}
  .profile-text{margin-top:19px}
  .profile-text p{font-size:16px;line-height:1.9}
  .profile-copy .lead{margin-top:19px}
.consult{min-height:auto;padding-top:232px}
  .consult-photo{
    inset:0 0 auto 0;
    height:282px;
    background:
      linear-gradient(180deg,rgba(251,250,246,0) 30%,rgba(251,250,246,.98) 100%),
      url("thought-desk.jpg") center/cover no-repeat
  }
  .consult-inner{width:calc(100% - (var(--gutter)*2));min-height:auto;display:block}
  .consult-copy{padding:20px 0 54px}
  .consult-actions{display:block;margin-top:23px}
  .consult-actions .btn{width:100%;min-width:0}

  .footer{padding:42px 0 28px}
  .footer-top{grid-template-columns:1fr;gap:30px}
  .footer-brand img{width:194px}
  .footer-nav{grid-template-columns:1fr 1fr;gap:12px 16px;font-size:13px}
  .footer-bottom{display:block;margin-top:29px;padding-top:18px}
  .footer-bottom span{display:block;margin-top:6px}
}

/* =========================================================
   Service fixed page - integrated customer journey
   ========================================================= */

.service-hero--journey{width:100%;background:#fff;border-bottom:1px solid var(--line-soft)}
.service-hero--journey .service-hero-inner{width:min(100%,var(--wide));min-height:510px;margin:auto;display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);align-items:stretch}
.service-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px 54px 62px max(var(--gutter),calc((100vw - var(--wide))/2 + var(--gutter)))}
.service-hero-copy h1{max-width:11em;font-size:clamp(39px,3.3vw,48px);line-height:1.5}
.service-hero-copy .lead{max-width:31rem;margin-top:23px;font-size:16px;line-height:1.9}
.service-hero-photo{position:relative;min-width:0;min-height:510px;margin:0;overflow:hidden;background:var(--ivory)}
.service-hero-photo::before{content:"";position:absolute;inset:0 auto 0 0;z-index:1;width:17%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.74) 28%,rgba(255,255,255,0) 100%);pointer-events:none}
.service-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 49%}

.service-explore{padding:72px 0 78px;background:#fff}
.price-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:64px;align-items:end}


.service-editorial{border-top:1px solid var(--line-strong)}
.service-entry{position:relative;display:grid;grid-template-columns:minmax(245px,31%) minmax(0,69%);min-width:0;padding:35px 0 37px;border-bottom:1px solid var(--line-mid)}
.service-entry:nth-child(even){background:linear-gradient(90deg,rgba(251,250,246,.84) 0%,rgba(251,250,246,.38) 36%,rgba(255,255,255,0) 100%)}
.service-entry-heading{display:grid;grid-template-columns:16px minmax(0,1fr);gap:16px;align-content:start;min-width:0;padding:2px 34px 0 18px}
.service-entry-heading h3{max-width:12.5em;font-size:23px;line-height:1.58}
.service-lines{display:grid;min-width:0;align-items:start}.service-lines--one{grid-template-columns:minmax(0,1fr)}.service-lines--two{grid-template-columns:repeat(2,minmax(0,1fr))}.service-lines--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-line{min-width:0;padding:2px 22px 0}.service-line:first-child{padding-left:0}.service-line:last-child{padding-right:0}.service-line + .service-line{border-left:1px solid var(--line-mid)}
.service-line h4{margin:0;color:var(--green-dark);font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;font-size:19px;font-weight:500;line-height:1.5}
.service-line p{margin-top:9px;color:#48554D;font-size:14px;line-height:1.75}.service-lines--one .service-line{max-width:42rem}.service-entry--three .service-line p{font-size:13.5px;line-height:1.72}

.price-section{padding:66px 0 70px;background:var(--ivory);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.price-head{margin-bottom:27px}
.price-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;border-top:1px solid var(--line-strong)}
.price-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.38fr);gap:20px;align-items:center;min-height:62px;border-bottom:1px solid var(--line-mid)}

.relation-strip{padding:42px 0 44px;background:linear-gradient(180deg,#F7FAF8 0%,#F3F7F4 100%)}

.service-cta--journey{padding:64px 0 68px;background:linear-gradient(90deg,#FBFAF6 0%,#FBFAF6 60%,#fff 60%,#fff 100%)}
.service-cta--journey .service-cta-inner{width:min(calc(100% - (var(--gutter)*2)),var(--page));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.34fr);gap:72px;align-items:end}
.service-cta--journey h2{max-width:16em}.service-cta--journey .lead{max-width:42rem;margin-top:16px;font-size:16px;line-height:1.85}
.service-cta-side{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:15px;padding-bottom:2px}
.page-back{display:inline-flex;align-items:center;gap:9px;color:var(--green-dark);font-size:14px;font-weight:700}.page-back::before{content:"←";font-weight:400}

@media(max-width:1100px){
  .service-hero-copy{padding-right:36px}
  .price-head{gap:42px}
  .service-entry{grid-template-columns:minmax(215px,30%) minmax(0,70%)}
  .service-entry-heading{padding-right:24px}.service-entry-heading h3{font-size:21px}
  .service-line{padding-left:16px;padding-right:16px}.service-entry--three .service-line h4{font-size:17px}.service-entry--three .service-line p{font-size:13px}
  .service-cta--journey .service-cta-inner{gap:48px}
}
@media(max-width:900px){
  .service-hero--journey .service-hero-inner{grid-template-columns:minmax(0,48%) minmax(0,52%);min-height:460px}
  .service-hero-copy{padding-top:55px;padding-bottom:53px;padding-right:28px}.service-hero-copy h1{font-size:36px}.service-hero-photo{min-height:460px}
  .price-head{grid-template-columns:1fr;gap:15px}
  
  .service-entry{grid-template-columns:minmax(190px,31%) minmax(0,69%)}
  .service-lines--three{grid-template-columns:1fr}
  .service-entry--three .service-line{display:grid;grid-template-columns:155px minmax(0,1fr);gap:16px;padding:11px 0}
  .service-entry--three .service-line + .service-line{border-left:0;border-top:1px solid var(--line-mid)}
  .service-entry--three .service-line p{margin-top:0;font-size:13.5px}
  .service-lines--two{grid-template-columns:1fr}.service-lines--two .service-line{padding:10px 0}.service-lines--two .service-line + .service-line{border-left:0;border-top:1px solid var(--line-mid)}
  .price-list{column-gap:32px}
  .service-cta--journey{background:#F1F6F2}
}
@media(max-width:768px){
  .service-hero--journey .service-hero-inner{grid-template-columns:1fr;min-height:0}
  .service-hero-copy{padding:43px var(--gutter) 31px}.service-hero-copy .eyebrow{margin-bottom:18px}
  .service-hero-copy h1{max-width:none;font-size:clamp(30px,8.1vw,34px);line-height:1.5}
  .service-hero-copy .lead{max-width:none;margin-top:17px;font-size:15px;line-height:1.8}
  .service-hero-photo{min-height:210px;max-height:250px}
  .service-hero-photo::before{width:100%;height:17%;inset:0 0 auto;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%)}
  .service-explore{padding:50px 0 54px}
  .price-head h2, .service-cta--journey h2{max-width:none;font-size:clamp(26px,7.1vw,var(--section-title-size))}
  
  .service-entry{display:block;padding:25px 0 26px}.service-entry:nth-child(even){background:linear-gradient(90deg,rgba(251,250,246,.9),rgba(251,250,246,.35))}
  .service-entry-heading{grid-template-columns:12px minmax(0,1fr);gap:11px;padding:0}
  .service-entry-heading h3{max-width:none;font-size:19px;line-height:1.53}
  .service-lines, .service-lines--one, .service-lines--two, .service-lines--three{grid-template-columns:1fr;margin-top:14px;padding-left:23px}
  .service-line, .service-entry--three .service-line{display:block;padding:11px 0 12px}
  .service-line + .service-line, .service-entry--three .service-line + .service-line{border-left:0;border-top:1px solid rgba(62,124,91,.15)}
  .service-line h4, .service-entry--three .service-line h4{font-size:17px}.service-line p, .service-entry--three .service-line p{margin-top:5px;font-size:13px;line-height:1.66}
  .price-section{padding:50px 0 53px}.price-head{margin-bottom:22px}
  .price-list{grid-template-columns:1fr;column-gap:0}.price-row{grid-template-columns:minmax(0,1fr) 96px;min-height:54px;gap:14px}
  .relation-strip{padding:38px 0 40px}
  .service-cta--journey{padding:51px 0 55px}.service-cta--journey .service-cta-inner{grid-template-columns:1fr;gap:24px}.service-cta--journey .lead{font-size:15px;line-height:1.76}.service-cta-side{gap:14px}.service-cta-side .btn{width:100%}
}

/* Service page release-candidate refinements */
.service-hero--journey .eyebrow, .service-explore .eyebrow, .price-section .eyebrow, .relation-strip .eyebrow, .service-cta--journey .eyebrow{display:block;width:max-content;margin-bottom:16px}
.service-hero--journey .service-hero-copy .eyebrow{margin-bottom:20px}
@media(max-width:768px){
  .service-hero--journey .service-hero-copy .eyebrow{margin-bottom:17px}
  .service-explore .eyebrow, .price-section .eyebrow, .relation-strip .eyebrow, .service-cta--journey .eyebrow{margin-bottom:13px}
  .price-row{grid-template-columns:minmax(0,1fr) minmax(112px,.44fr)}
}
.price-head{grid-template-columns:1fr}

/* =========================================================
   Service page HTML-view final: shared TYPE SYSTEM + composition
   ========================================================= */

/* Shared five-level TYPE roles:
   chapter = .eyebrow
   large heading = h2
   small heading = h3 / service title
   body = .copy / .lead / service description
   note = compact data/supporting text
*/
.price-head h2, .service-cta--journey h2{
  font-size:var(--section-title-size);
  line-height:1.6;
}
.service-entry-heading h3, .service-entry .service-line h4{
  font-size:var(--subhead-size);
  line-height:1.62;
}
.service-entry .service-line p{
  font-size:var(--body-size);
  line-height:1.88;
}
.service-cta--journey .lead{
  font-size:18px;
  line-height:2;
}

/* 4 entrances: hierarchy is carried by type, placement, and spacing only. */
.service-entry-heading{
  display:block;
  padding:2px 34px 0 18px;
}
.service-entry-heading h3{
  max-width:12.5em;
}

/* 1024-class composition: keep common body size and solve by measure/columns. */
@media(min-width:901px) and (max-width:1100px){
  
  
  
}

/* Meaning-unit composition. Large-heading size remains site-wide. */
.meaning-line{
  display:block;
}

/* Price HOW remains the approved compact 4 x 2 PC list. */
.price-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:56px;
  row-gap:0;
  border-top:1px solid var(--line-strong);
}
.price-row{
  grid-template-columns:minmax(0,1fr) minmax(118px,auto);
  gap:18px;
  min-height:56px;
  padding:0 2px;
  border-bottom:1px solid var(--line-mid);
}

/* "How we engage": approved 2 x 2 editorial field, never cells or steps. */
.relation-strip{
  padding:40px 0 43px;
}


@media(max-width:900px){
  .price-list{column-gap:34px}
  .price-row{
    grid-template-columns:minmax(0,1fr) minmax(108px,auto);
    gap:12px;
  }
}

@media(max-width:768px){
  .service-entry-heading{
    display:block;
    padding:0;
  }
  .service-entry-heading h3{
    max-width:none;
    font-size:var(--subhead-size);
    line-height:1.6;
  }

  .price-head h2, .service-cta--journey h2{
    font-size:var(--section-title-size);
    line-height:1.6;
  }
  
  .service-entry .service-line h4{
    font-size:var(--subhead-size);
    line-height:1.6;
  }
  .service-entry .service-line p{
    font-size:var(--body-size);
    line-height:1.88;
  }
  .service-cta--journey .lead{
    font-size:16px;
    line-height:1.94;
  }

  /* On SP, allow the same meaning units to wrap naturally inside the viewport. */
  .meaning-line{display:inline}
  .meaning-line + .meaning-line::before{content:""}

  .price-list{
    grid-template-columns:1fr;
    column-gap:0;
  }
  .price-row{
    grid-template-columns:minmax(0,1fr) minmax(112px,auto);
    min-height:52px;
    padding:0;
  }

  .relation-strip{padding:37px 0 39px}
  
}


/* =========================================================
   Relation HOW final:
   Strength structure retained, photo tone shifted toward quiet practice.
   PC = 4 visuals in one view. SP = compact image+heading rows.
   ========================================================= */
.relation-scenes{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(18px,2vw,28px);
  
}
.relation-scene{
  margin:0;
  min-width:0;
}
.relation-scene img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
  box-shadow:0 8px 22px rgba(42,70,55,.05);
  filter:saturate(.88) contrast(1.02);
}
.relation-scene:nth-child(1) img{object-position:50% 50%}
.relation-scene:nth-child(2) img{object-position:54% 50%}
.relation-scene:nth-child(3) img{object-position:50% 52%}
.relation-scene:nth-child(4) img{object-position:54% 50%}
.relation-scene figcaption{
  margin-top:12px;
  padding-right:2px;
  font-size:var(--subhead-size);
  line-height:1.52;
  font-weight:600;
}

@media(max-width:1100px){
  .relation-scenes{
    gap:16px;
    
  }
  .relation-scene figcaption{
    margin-top:10px;
  }
}

@media(max-width:768px){
  .relation-scenes{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    
  }
  .relation-scene{
    display:grid;
    grid-template-columns:108px minmax(0,1fr);
    gap:16px;
    align-items:center;
    min-height:78px;
    padding:10px 0;
    border-top:1px solid rgba(62,124,91,.11);
  }
  .relation-scene:last-child{
    border-bottom:1px solid rgba(62,124,91,.11);
  }
  .relation-scene img{
    box-shadow:none;
  }
  .relation-scene figcaption{
    margin:0;
    padding:0;
    font-size:var(--subhead-size);
    line-height:1.45;
  }
}

/* =========================================================
   Service page pre-copy-proof finishing pass
   Relation photos: full-frame display, no CSS cropping.
   ========================================================= */
@media (min-width:1101px){
  
  .service-entry{grid-template-columns:minmax(250px,29%) minmax(0,71%);padding:31px 0 33px}
  .service-entry-heading{padding:2px 42px 0 10px}
  .service-entry-heading h3, .service-entry .service-line h4, .relation-scene figcaption{font-size:var(--subhead-size);font-weight:500}
  .service-entry .service-line p{font-weight:400}
  .price-section{padding:62px 0 68px}
  .price-head{margin-bottom:25px}
  .price-list{column-gap:34px;max-width:1040px}
  .price-row{grid-template-columns:minmax(0,1fr) minmax(126px,154px);gap:14px;padding:0 10px 0 2px}
  .relation-strip{padding:64px 0 68px}
  
  
  .relation-scenes{gap:22px;align-items:start;}
  .relation-scene figcaption{margin-top:11px;line-height:1.55}
  .service-cta--journey{padding:62px 0 66px}
  .service-cta-inner{grid-template-columns:minmax(0,1fr) minmax(250px,.38fr);gap:48px;align-items:center}
  .service-cta-copy{max-width:720px}
  .service-cta-side{justify-content:center;padding-bottom:0}
}
@media (min-width:769px) and (max-width:1100px){
  .service-entry-heading h3, .service-entry .service-line h4, .relation-scene figcaption{font-weight:500}
  .price-list{column-gap:28px}
  .relation-strip{padding:52px 0 56px}
  
  .relation-scenes{align-items:start;}
  .service-cta-inner{gap:36px}
}
@media (max-width:768px){
  .service-explore{padding-top:58px;padding-bottom:58px}
  
  .service-entry{padding:23px 0 25px}
  .service-entry-heading{margin-bottom:13px}
  .service-entry-heading h3, .service-entry .service-line h4, .relation-scene figcaption{font-weight:500}
  .service-entry .service-line p{font-weight:400}
  .price-section{padding:52px 0 56px}
  .price-head{margin-bottom:20px}
  .price-row{grid-template-columns:minmax(0,1fr) minmax(106px,auto);gap:12px;min-height:54px}
  .relation-strip{padding:52px 0 56px}
  
  
  .relation-scenes{}
  .relation-scene{grid-template-columns:132px minmax(0,1fr);gap:15px;min-height:0;padding:11px 0}
  .service-cta--journey{padding:54px 0 58px}
  .service-cta--journey .service-cta-inner{gap:20px}
  .service-cta-side{padding-top:2px}
}

/* Consultation page — HTML-view framework candidate
   Uses the shared TYPE SYSTEM, eyebrow signboard and service-page number grammar. */
.consult-hero{
  padding:40px 0 28px;
  background:#fff;
}
.consult-hero-head{
  display:grid;
  grid-template-columns:minmax(0,720px) minmax(300px,1fr);
  gap:48px;
  align-items:end;
}
.consult-hero-title .eyebrow{margin-bottom:18px}
.consult-hero-title h1{max-width:15em}
.consult-hero-head .lead{
  justify-self:end;
  max-width:34rem;
}
.consult-hero-photo{
  width:100%;
  height:var(--strip-photo-h-desktop);
  margin:22px 0 0;
  overflow:hidden;
  background:var(--ivory);
}
.consult-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  filter:saturate(.80) brightness(1.05);
}

.consult-flow{
  padding:38px 0 40px;
  background:linear-gradient(180deg,#fff 0%,var(--ivory) 100%);
  border-top:1px solid var(--line-soft);
}



.consult-flow-list{
  list-style:none;
  width:min(100%,900px);
  margin:0 auto;
  padding:0;
}
.consult-flow-step{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:12px 0;
}
.consult-flow-no{
  margin:0;
  padding-top:1px;
  line-height:1.1;
}
.consult-flow-content{
  min-width:0;
  padding-top:1px;
}
.consult-flow-content h3{
  max-width:30em;
}
.consult-flow-content .copy{
  max-width:44rem;
  margin-top:5px;
}
.consult-boundary{
  max-width:44rem;
  margin:8px 0 0;
  padding-top:8px;
  border-top:1px solid var(--line-mid);
  color:var(--muted);
  font-size:var(--note-size);
  line-height:1.72;
}

.consult-cta{
  padding:28px 0 30px;
  background:var(--ivory);
  border-top:1px solid var(--line-soft);
}
.consult-cta-inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:42px;
  align-items:center;
}
.consult-cta-copy .eyebrow{margin-bottom:14px}
.consult-cta-copy .copy{margin-top:7px}
.consult-form-btn{
  min-width:180px;
  text-align:center;
}

@media(max-width:900px){
  .consult-hero-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .consult-hero-head .lead{
    justify-self:start;
  }
}

@media(max-width:768px){
  .consult-hero{padding:31px 0 23px}
  .consult-hero-head{gap:12px}
  .consult-hero-title .eyebrow{margin-bottom:13px}
  .consult-hero-head .lead{
    max-width:none;
    font-size:var(--body-size);
    line-height:1.82;
  }
  .consult-hero-photo{
    height:var(--strip-photo-h-mobile);
    margin-top:15px;
  }

  .consult-flow{padding:27px 0 29px}
  
  
  .consult-flow-list{width:100%}
  .consult-flow-step{
    grid-template-columns:36px minmax(0,1fr);
    gap:9px;
    padding:10px 0;
  }
  .consult-flow-no{
    font-size:24px;
  }
  .consult-flow-content .copy{
    margin-top:4px;
    line-height:1.78;
  }
  .consult-boundary{
    margin-top:7px;
    padding-top:7px;
    line-height:1.68;
  }

  .consult-cta{padding:24px 0 27px}
  .consult-cta-inner{
    grid-template-columns:1fr;
    gap:14px;
  }
  .consult-cta-copy .eyebrow{margin-bottom:11px}
  .consult-cta-copy .copy{margin-top:5px}
  .consult-form-btn{width:100%}
}

/* =========================================================
   Phase 4B numeric production canon
   Scope: HEADER / TYPE / section rhythm / shared 2-col intros /
          rules / CTA / FOOTER / responsive / service relation.
   Existing content, page roles, No.19 and Human-FIX stay unchanged.
   ========================================================= */

body{
  font-size:var(--body-size);
  line-height:1.82;
}
h1{font-size:var(--display-size);line-height:1.48}
h2{font-size:var(--section-title-size);line-height:1.58}
h3{font-size:var(--subhead-size);line-height:1.58}
.copy, .lead{
  font-size:var(--body-size);
  line-height:1.82;
}

/* Shared header */
.header-inner{
  height:76px;
  gap:28px;
}
.brand img{width:auto;height:46px}
.nav{gap:24px;font-size:14px}
.nav .btn{min-height:46px;padding-inline:22px}

/* Shared section rhythm */
.section{padding-block:96px}
.fee-hero-head{
  grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
  gap:56px;
  align-items:start;
}


/* Shared rules: separators only; no framing. */
.current-state-list, .consult-area-grid, .price-list, .consult-flow-list{
  border:0;
}
.current-state-list li{
  border:0;
  border-bottom:1px solid var(--line);
}
.current-state-list li:last-child{border-bottom:0}

/* TOP — consultation choices: parallel editorial choices, no numbers or outer frame. */
.support-layout{
  grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);
  gap:56px;
}
.consult-area-grid{
  column-gap:56px;
  row-gap:0;
  border:0;
}
.consult-area-card{
  min-height:0;
  padding:24px 0 26px;
  border:0;
  background:transparent;
}
.consult-area-card:nth-child(n/**/+3){border-top:1px solid var(--line)}
.consult-area-card p{
  font-size:15px;
  line-height:1.82;
}

/* TOP — image/text alignment and profile/current consultation spacing. */
.hero h1{font-size:42px}
.thought{
  align-items:start;
}
.thought-copy, .thought-media{
  align-self:start;
}
.profile.profile--photo-pending{
  display:block;
  min-height:0;
  padding:80px max(var(--gutter),calc((100vw - var(--page))/2));
}
.profile.profile--photo-pending .profile-copy{
  max-width:760px;
  padding:0;
}
.consult{
  min-height:0;
}
.consult-inner{
  width:min(calc(100% - (var(--gutter)*2)),960px);
  margin-inline:auto;
}
.consult-copy{
  max-width:760px;
  padding:80px 0;
}
.consult-actions{margin-top:24px}
.consult-actions .btn{
  width:144px;
  min-height:46px;
  padding-inline:20px;
}

/* Service FV */
.service-hero{
  padding:80px var(--gutter) 72px;
}
.service-hero-inner{
  width:min(100%,1180px);
  min-height:0;
  margin-inline:auto;
  grid-template-columns:minmax(0,53%) minmax(0,47%);
  align-items:stretch;
}
.service-hero-copy{
  padding:0 56px 0 0;
  align-self:center;
}
.service-hero-copy h1{
  font-size:42px;
  line-height:1.48;
}
.service-hero-copy .lead{margin-top:20px}
.service-hero-photo{
  min-height:380px;
  height:auto;
}

/* Service sections */
.service-explore{padding:96px 0}


.price-section{
  padding:76px 0;
}
.price-head{margin-bottom:28px}
.price-list{
  border:0;
}
.price-row{
  min-height:0;
  padding:14px 4px;
  border:0;
}
/* Separator above every row but the first. Independent of item count. */
.price-row:nth-child(n/**/+3){border-top:1px solid var(--line)}
.price-name{
  min-width:0;
  font-size:14px;
  font-weight:600;
  line-height:1.7;
}
.price-slot{
  display:block;
  width:auto;
  height:auto;
  min-width:118px;
  justify-self:end;
  color:var(--green-dark);
  font-size:15px;
  font-weight:600;
  line-height:1.6;
  text-align:right;
  letter-spacing:.01em;
  white-space:nowrap;
}
.price-slot::after{content:none}
.relation-strip{padding:80px 0}


/* Service relation: 4 columns on PC, one image/caption unit per scene. */
.relation-scenes{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  
  align-items:start;
}
.relation-scene{
  display:block;
  min-width:0;
  padding:0;
  border:0;
}
.relation-scene figcaption{
  width:100%;
  min-height:56px;
  margin:14px 0 0;
  padding:0;
  font-size:16px;
  font-weight:500;
  line-height:1.68;
  text-align:center;
  overflow-wrap:normal;
  word-break:normal;
}

/* Service final CTA */
.service-cta--journey{padding:80px 0}
.service-cta-inner{
  width:min(calc(100% - (var(--gutter)*2)),1000px);
  margin-inline:auto;
  grid-template-columns:minmax(0,2fr) minmax(220px,1fr);
  gap:72px;
  align-items:center;
}
.service-cta-side{gap:0}
.service-cta-side .btn{
  width:180px;
  min-height:50px;
}
.page-back{
  margin-top:20px;
  font-size:13px;
}

/* Consultation flow */
.consult-hero{
  padding:76px 0 56px;
}
.consult-hero-head{
  grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
  gap:56px;
  align-items:start;
}
.consult-hero-title h1{
  font-size:42px;
  line-height:1.48;
}
.consult-flow{
  padding:96px 0;
}


.consult-boundary{
  margin-top:16px;
  padding-top:0;
  border-top:0;
  color:#5B625E;
  font-size:15px;
  line-height:1.8;
}
.consult-flow-list{
  display:grid;
  gap:40px;
  width:min(100%,720px);
  margin:0 auto;
  padding:0;
}
.consult-flow-step{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:18px;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
.consult-flow-content{min-width:0}
.consult-flow-content h3{
  line-height:1.58;
}
.consult-flow-content .copy{
  max-width:680px;
  margin-top:8px;
  line-height:1.8;
}

/* Consultation final CTA */
.consult-cta{
  padding:76px 0;
}
.consult-cta-inner{
  width:min(calc(100% - (var(--gutter)*2)),1000px);
  margin-inline:auto;
  grid-template-columns:minmax(0,2fr) minmax(220px,1fr);
  gap:72px;
  align-items:center;
}
.consult-form-btn{
  width:180px;
  min-height:50px;
  justify-self:end;
}

/* Shared footer */
.footer{
  padding:0;
}
.footer .container{width:min(calc(100% - (var(--gutter)*2)),var(--page))}
.footer-top{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:64px;
  align-items:start;
}
.footer-brand{max-width:460px}
.footer-brand img{width:170px;height:auto}
.footer-copy{
  max-width:28rem;
  margin-top:16px;
  font-size:14px;
  line-height:1.8;
}
.footer-nav{
  align-self:start;
  font-size:14px;
}
.footer-bottom{border-top:1px solid var(--line)}

/* 1024-class: keep one section, not two islands. */
@media (max-width:1100px){
  .consult-hero-head, .fee-hero-head{
    grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
    gap:48px;
  }
  .support-layout{gap:48px}
  .service-hero-copy{padding-right:48px}
  .service-cta-inner, .consult-cta-inner{gap:56px}
  .footer-top{gap:48px}
}

/* SP / 768-class */
@media (max-width:768px){
  :root{
    --gutter:18px;
    --section:64px;
    --chapter-size:14px;
    --display-size:30px;
    --section-title-size:25px;
    --subhead-size:19px;
    --body-size:15px;
    --note-size:13px;
  }
  body{
    font-size:15px;
    line-height:1.82;
  }
  h1{font-size:30px;line-height:1.5;max-width:none}
  h2{font-size:25px;line-height:1.58}
  h3{font-size:19px;line-height:1.58}
  .copy, .lead{
    font-size:15px;
    line-height:1.82;
  }
  .eyebrow{font-size:14px;margin-bottom:14px}

  .header-inner{
    height:60px;
    gap:16px;
  }
  .brand img{height:34px}
  .nav{margin-left:auto}
  .nav a:not(.btn){display:none}
  .nav .btn{
    display:inline-flex;
    min-height:48px;
    padding-inline:18px;
    font-size:14px;
  }

  .section{padding-block:64px}
  .consult-hero-head, .fee-hero-head{
    grid-template-columns:1fr;
    gap:20px;
  }

  .hero h1{font-size:30px}
  .support-layout{
    grid-template-columns:1fr;
    gap:36px;
  }
  .consult-area-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .consult-area-card{
    padding:22px 0 24px;
    border-top:0;
  }
  .consult-area-card + .consult-area-card{border-top:1px solid var(--line)}
  .consult-area-card p{
    font-size:15px;
    line-height:1.82;
  }
  .profile.profile--photo-pending{
    padding:64px var(--gutter);
  }
  .consult-copy{
    padding:56px var(--gutter);
  }
  .consult-inner{width:100%}
  .consult-actions .btn{
    width:100%;
    min-height:50px;
  }

  .service-hero{
    padding:52px var(--gutter) 0;
  }
  .service-hero-inner{
    grid-template-columns:1fr;
    gap:36px;
  }
  .service-hero-copy{padding:0}
  .service-hero-copy h1{font-size:30px}
  .service-hero-photo{
    width:100%;
    min-height:0;
    height:190px;
  }
  .service-explore{padding:64px 0}
  
  
  .price-section{padding:52px 0}
  .price-list{
    display:block;
  }
  .price-row{
    display:grid;
    grid-template-columns:minmax(0,63%) minmax(0,37%);
    gap:12px;
    padding:14px 0;
    border:0;
  }
  .price-row + .price-row{border-top:1px solid var(--line)}
  .price-name{font-size:14px;line-height:1.7}
  .price-slot{
    min-width:0;
    width:auto;
    justify-self:end;
    font-size:14px;
    font-weight:600;
    line-height:1.6;
    text-align:right;
  }

  .relation-strip{padding:64px 0}
  
  .relation-scenes{
    grid-template-columns:1fr;
    gap:36px;
    
  }
  .relation-scene{
    display:block;
    min-width:0;
  }
  .relation-scene figcaption{
    min-height:0;
    margin-top:14px;
    font-size:16px;
    line-height:1.68;
  }

  .service-cta--journey{padding:64px 0}
  .service-cta-inner{
    width:min(calc(100% - (var(--gutter)*2)),100%);
    grid-template-columns:1fr;
    gap:28px;
  }
  .service-cta-side{
    width:100%;
  }
  .service-cta-side .btn{
    width:100%;
    min-height:50px;
  }
  .page-back{
    display:block;
    margin-top:18px;
    font-size:13px;
  }

  .consult-hero{
    padding:52px 0 36px;
  }
  .consult-hero-title h1{
    font-size:30px;
    line-height:1.5;
  }
  .consult-flow{
    padding:64px 0;
  }
  
  .consult-boundary{
    font-size:14px;
    line-height:1.8;
  }
  .consult-flow-list{
    width:100%;
    gap:36px;
  }
  .consult-flow-step{
    grid-template-columns:24px minmax(0,1fr);
    gap:16px;
  }
  .consult-flow-content h3{
    font-size:19px;
    line-height:1.58;
  }
  .consult-flow-content .copy{
    font-size:15px;
    line-height:1.8;
  }

  .consult-cta{
    padding:52px 0;
  }
  .consult-cta-inner{
    width:min(calc(100% - (var(--gutter)*2)),100%);
    grid-template-columns:1fr;
    gap:28px;
  }
  .consult-form-btn{
    width:100%;
    min-height:50px;
    justify-self:stretch;
  }

  .footer-top{
    grid-template-columns:1fr;
    gap:32px;
    padding:52px 0 28px;
  }
  .footer-brand img{width:132px}
  .footer-copy{
    margin-top:14px;
    font-size:14px;
    line-height:1.8;
  }
  .footer-nav{
    font-size:14px;
    grid-template-columns:1fr 1fr;
  }
}

/* Phase 4B specificity normalization for service page shared composition. */
.service-hero--journey .service-hero-inner{
  width:min(100%,1180px);
  grid-template-columns:minmax(0,53%) minmax(0,47%);
}
.service-cta--journey .service-cta-inner{
  width:min(calc(100% - (var(--gutter)*2)),1000px);
  grid-template-columns:minmax(0,2fr) minmax(220px,1fr);
  gap:72px;
}
@media (max-width:1100px){
  .service-cta--journey .service-cta-inner{gap:56px}
}
@media (max-width:768px){
  .service-hero--journey .service-hero-inner{
    width:100%;
    grid-template-columns:1fr;
    gap:36px;
  }
  .service-cta--journey .service-cta-inner{
    width:min(calc(100% - (var(--gutter)*2)),100%);
    grid-template-columns:1fr;
    gap:28px;
  }
}

/* Phase 4B final numeric refinements found in the four-width browser pass. */
@media (max-width:768px){
  .hero-kicker{font-size:14px}
  .consult-boundary{font-size:15px}
  .relation-scene img{
    max-width:350px;
  }
  .relation-scene figcaption{
    width:100%;
    max-width:250px;
  }
}
/* Anchor targets clear the sticky header (.header-inner = 76px above 768px). */
@media (min-width:769px){
  #top, #thought, #consultation-themes, #support, #profile, #consult, #entry, #current-state, #specific-issue, #prepare-operation, #keep-improving, #price, #relation, #form, #policy-support, #policy-acceptance, [id^="fee-"], [id^="grp-"]{
    scroll-margin-top:92px;
  }
}
/* 料金表の注記 */
.price-note{
  max-width:44rem;
  margin-top:22px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
@media (max-width:768px){
  .price-note{margin-top:18px;font-size:13px}
}

/* =========================================================
   基準報酬額（fees.html）
   構図は services.html の .service-entry と consult.html の
   ヒーローを踏襲。数値・色・書体は既存の変数のみを使用する。
   ========================================================= */
.fee-hero{padding:76px 0 0;background:#fff}
.fee-hero-head{display:block}
.fee-hero-title h1{max-width:15em}
.fee-hero-title .eyebrow{margin-bottom:18px}
.fee-premise{
  max-width:44rem;
  margin:28px 0 0;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#5B625E;
  font-size:15px;
  line-height:1.8;
}
.fee-hero-photo{
  width:100%;
  height:var(--strip-photo-h-desktop);
  margin:32px 0 0;
  overflow:hidden;
  background:var(--ivory);
}
.fee-hero-photo img{
  width:100%;height:100%;
  object-fit:cover;object-position:center 43%;
  filter:saturate(.80) brightness(1.05);
}

.fee-body{padding:80px 0 0}
.fee-toc{
  padding:28px 0 30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.fee-toc-title{
  margin:0 0 18px;
  color:var(--green-dark);
  font-size:var(--chapter-size);
  font-weight:700;
  letter-spacing:.075em;
}
.fee-toc > ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 56px;
  margin:0;padding:0;list-style:none;
}
.fee-toc-group > span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.fee-toc-group ul{margin:6px 0 0;padding:0;list-style:none}
.fee-toc-group li{margin-top:5px}
.fee-toc-group a{
  font-size:16px;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease;
}
.fee-toc-group a:hover{border-bottom-color:rgba(62,124,91,.5)}


.fee-business-intro{
  margin:0 0 54px;
  padding:0 0 30px;
  border-bottom:1px solid var(--line-mid);
}
.fee-business-intro > .eyebrow{
  display:block;
  width:max-content;
  margin-bottom:16px;
  padding:0 0 11px;
  border-bottom:2px solid var(--green);
}
.fee-business-intro > h2{
  margin:0 0 18px;
}
.fee-business-premise{
  width:100%;
  max-width:none;
  margin:0;
}
.fee-business-premise + .fee-business-premise{
  margin-top:14px;
}

.fee-group{margin-top:88px}
.fee-group + .fee-group{margin-top:104px}
.fee-group > h2{
  margin-bottom:18px;
  padding:14px 18px 14px;
  border-left:3px solid var(--green);
  border-bottom:1px solid var(--line-mid);
  background:linear-gradient(90deg,rgba(251,250,246,.78) 0%,rgba(251,250,246,.32) 46%,rgba(255,255,255,0) 100%);

  max-width:none;}

/* services.html の .service-entry と同じ構図（左=見出し・右=内容） */
.fee-entry{
  display:grid;
  grid-template-columns:minmax(250px,29%) minmax(0,71%);
  gap:56px;
  min-width:0;
  padding:38px 0 40px;
  border-top:1px solid var(--line-mid);
}
/* Match service-entry zebra treatment within each semantic fee group.
   Alternation intentionally restarts per group; no cross-group global numbering. */
.fee-entry:nth-of-type(even){
  background:linear-gradient(90deg,rgba(251,250,246,.84) 0%,rgba(251,250,246,.38) 36%,rgba(255,255,255,0) 100%);
}
.fee-entry-head{min-width:0}
.fee-entry-head h3{color:var(--green-dark)}
.fee-entry-head .copy{margin-top:10px;font-size:15px;line-height:1.8}
.fee-entry-body{min-width:0}

.fee-meta{
  margin:22px 0 0;
  padding:18px 0 0;
  border-top:1px solid var(--line);
}
.fee-meta dt{
  margin-top:14px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  color:var(--muted);
  line-height:1.6;
}
.fee-meta dt:first-child{margin-top:0}
.fee-meta dd{margin:4px 0 0;font-size:15px;line-height:1.7}
.fee-meta dd b{color:var(--green-dark);font-weight:700}
.fee-tier{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:baseline;
  padding:3px 0;
}
.fee-tier + .fee-tier{border-top:1px solid var(--line)}
.fee-tier-label{color:var(--body);font-size:14px}
.fee-note{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

.fee-entry-body h4{
  margin:0;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  line-height:1.6;
  color:var(--muted);
}
.fee-entry-body > * + h4{margin-top:26px}
.fee-subhead{
  margin:16px 0 0;
  font-size:14px;
  font-weight:700;
  color:var(--ink);
}
.fee-list{
  list-style:none;
  margin:10px 0 0;
  padding:0;
}
.fee-list li{
  padding:9px 0;
  border-bottom:1px solid var(--line);
  font-size:15px;
  line-height:1.75;
  color:var(--body);
}
.fee-list li:last-child{border-bottom:0}
.fee-tail{
  margin:14px 0 0;
  color:var(--body);
  font-size:14px;
  line-height:1.8;
}
.fee-tail a{border-bottom:1px solid rgba(62,124,91,.45);color:var(--green-dark);font-weight:700}

/* 最終CTA。services.html の .service-cta--journey と同じ構図。 */
.fee-cta{margin-top:96px;padding:80px 0;background:#F1F6F2}
.fee-cta-inner{
  width:min(calc(100% - (var(--gutter)*2)),1000px);
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(220px,1fr);
  gap:72px;
  align-items:center;
}
.fee-cta-copy .lead{margin-top:16px}
.fee-cta-side{display:flex;flex-direction:column;align-items:flex-start}
.fee-cta-side .btn{width:180px;min-height:50px}

@media (max-width:1100px){
  .fee-entry{grid-template-columns:minmax(215px,30%) minmax(0,70%);gap:48px}
  .fee-cta-inner{gap:56px}
}
@media (max-width:768px){
  .fee-hero{padding:52px 0 0}
  .fee-entry{grid-template-columns:1fr;gap:20px}
  .fee-meta{padding-top:16px}
  .fee-hero-photo{height:var(--strip-photo-h-mobile);margin-top:24px}
  .fee-body{padding-top:56px}
  .fee-toc > ul{grid-template-columns:1fr;gap:20px}
  .fee-business-intro{
    margin-bottom:42px;
    padding-bottom:24px;
  }
  .fee-business-premise{width:100%}
  .fee-group{margin-top:60px}
  .fee-group + .fee-group{margin-top:72px}
  .fee-group > h2{padding:12px 14px 12px}
  .fee-entry{padding:28px 0 30px}
  .fee-entry-head .copy{font-size:14px}
  .fee-list li{padding:8px 0;font-size:14px}
  .fee-entry-body > * + h4{margin-top:22px}
  .fee-cta{margin-top:64px;padding:56px 0}
  .fee-cta-inner{
    width:min(calc(100% - (var(--gutter)*2)),100%);
    grid-template-columns:1fr;
    gap:24px;
  }
  .fee-cta-side{width:100%}
  .fee-cta-side .btn{width:100%}
}


/* TOP-only shared-part integration */
.site-header{
  border-bottom:1px solid rgba(62,124,91,.35);
}
.footer-top{
  align-items:center;
}
.footer-nav{
  align-self:center;
}
.footer-bottom{
  margin-top:0;
}
@media(max-width:768px){
  .footer-bottom{margin-top:0}
}

/* TOP brand emphasis - production */
#thought .eyebrow, #support .eyebrow, #profile .eyebrow, #consult .eyebrow{
  font-size:17px;
  padding-bottom:6px;
  border-bottom:2px solid var(--green);
}
#consult{
  background:#F1F6F2;
}
.footer{
  background:var(--green-dark);
  color:#F8FAF7;
  border-top:0;
}
.footer-copy, .footer-nav a, .footer-bottom{
  color:#F8FAF7;
}
.footer-bottom{
  border-top-color:rgba(255,255,255,.24);
}
.footer-nav a:focus-visible{
  outline-color:#fff;
}
.footer-brand{
  width:fit-content;
  max-width:340px;
  padding:30px 28px 28px;
  background:var(--ivory);
  border:0;
  border-radius:12px;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.footer-brand img{
  display:block;
  width:120px;
  height:auto;
  padding:0;
  background:transparent;
}
.footer-brand-en{
  margin-top:11px;
  color:var(--green-dark);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:13px;
  font-weight:600;
  line-height:1.6;
  letter-spacing:.10em;
}
.footer-brand .footer-copy{
  margin-top:13px;
  color:#4F5B54;
  font-size:13px;
}
.header-trust{display:none}
@media(min-width:901px){
  .header-trust{
    display:block;
    flex:0 1 auto;
    margin:0 auto 0 18px;
    color:var(--muted);
    font-size:13px;
    font-weight:600;
    line-height:1.5;
    white-space:nowrap;
  }
}
@media(min-width:901px) and (max-width:1100px){
  .header-inner{gap:16px}
  .header-trust{
    margin-left:8px;
    font-size:12px;
  }
  .nav{gap:16px;font-size:13px}
}
@media(max-width:768px){
  .footer-brand{
    width:fit-content;
    max-width:min(100%,340px);
    padding:26px 24px 24px;
  }
  .footer-brand img{width:120px}
}


/* TOP spacing and footer tuning - Human-FIX */
.page-top{
  --section:72px;
}

/* Thought: reduce left-column height and vertically center the fixed-height media. */
.page-top .thought-media{
  align-self:center;
}
.page-top .thought-copy{
  padding:70px max(var(--gutter),6vw) 70px calc((100vw - var(--page))/2);
}
.page-top .current-state-list li{
  padding:13px 0 13px 22px;
}
.page-top .current-state-list li::before{
  top:26px;
}

/* Section rhythm: intentionally tighter only at thought -> consultation themes. */
.page-top .section{
  padding-block:72px;
}
.page-top #consultation-themes{
  padding-top:48px;
}

/* Footer: reduce visual mass on TOP only. */
.footer .container{
  width:min(calc(100% - (var(--gutter)*2)),960px);
}
.footer-nav{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.footer-brand{
  max-width:280px;
  padding:24px 22px 22px;
}
.footer-brand img{
  width:100px;
}

@media(max-width:768px){
  .page-top{
    --section:48px;
  }
  .page-top .section{
    padding-block:48px;
  }
  .page-top #consultation-themes{
    padding-top:32px;
  }
  .footer-nav{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand{
    max-width:min(100%,280px);
    padding:22px 20px 20px;
  }
  .footer-brand img{
    width:100px;
  }
}

/* Cross-page chapter signposts */
.service-cta-copy .eyebrow, .fee-hero .eyebrow, .fee-policy .eyebrow, .consult-cta-copy .eyebrow{
  font-size:17px;
  padding-bottom:6px;
  border-bottom:2px solid var(--green);
}

.consult-cta{background:#F1F6F2}

/* Cross-page section rhythm: desktop */
.service-explore{padding:72px 0}
.price-section{padding:50px 0 52px}
.relation-strip{padding:60px 0}
.service-cta--journey{padding:60px 0}
.fee-hero{padding:56px 0 0}
.fee-body{padding:60px 0 0}
.fee-cta{margin-top:72px;padding:60px 0}
.consult-hero{padding:56px 0 42px}
.consult-flow{padding:72px 0}
.consult-cta{padding:56px 0}

@media(max-width:768px){
  .service-explore{padding:48px 0}
  .price-section{padding:39px 0}
  .relation-strip{padding:48px 0}
  .service-cta--journey{padding:48px 0}
  .fee-hero{padding:39px 0 0}
  .fee-body{padding:42px 0 0}
  .fee-cta{margin-top:48px;padding:42px 0}
  .consult-hero{padding:39px 0 27px}
  .consult-flow{padding:48px 0}
  .consult-cta{padding:39px 0}
}

.fee-cta-copy .eyebrow{
  font-size:17px;
  padding-bottom:6px;
  border-bottom:2px solid var(--green);
}

@media(max-width:768px){
  .relation-scenes{
    grid-template-columns:1fr;
    gap:0;
    
  }
  .relation-scene{
    display:grid;
    grid-template-columns:4fr 6fr;
    gap:16px;
    align-items:center;
    padding:14px 0;
    border-top:1px solid rgba(62,124,91,.11);
  }
  .relation-scene:last-child{
    border-bottom:1px solid rgba(62,124,91,.11);
  }
  .relation-scene img{
    box-shadow:none;
  }
  .relation-scene figcaption{
    min-height:0;
    margin:0;
    padding:0;
    font-size:15px;
    line-height:1.55;
    text-align:left;
  }
}

.fee-tier > .fee-tier-label{
  flex:none;
}


/* fees.html — fee hero A-layout + formal policy section */
.fee-hero-head > .eyebrow{
  margin-bottom:18px;
}
.fee-hero-head-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
  gap:56px;
  align-items:start;
}
.fee-hero-head-row h1{
  max-width:15em;
}
.fee-hero-head-row .lead{
  margin-top:0;
  align-self:start;
  justify-self:start;
}
.fee-premise + .fee-premise{
  margin-top:7px;
  padding-top:0;
  border-top:0;
}

.fee-policy{
  padding:60px 0 0;
  background:#fff;
}
.fee-policy > .container > .eyebrow{
  display:block;
  width:max-content;
  margin-bottom:28px;
  padding:0 0 11px;
  border-bottom:2px solid var(--green);
}
.fee-policy-block{
  padding:30px 0 32px;
  border-top:1px solid var(--line-mid);
}
.fee-policy-block:last-child{
  border-bottom:1px solid var(--line-mid);
}
.fee-policy-block h2{
  margin:0 0 18px;
}
.fee-policy-block .copy{
  width:100%;
  max-width:none;
}
.fee-policy-block .copy + .copy{
  margin-top:12px;
}
.fee-policy-block .copy + .fee-list{
  margin-top:14px;
}
#policy-support > .fee-list,
#policy-acceptance > .fee-list{
  margin-left:32px;
  margin-right:32px;
}
.fee-policy-block .fee-list + .copy{
  margin-top:18px;
}


@media(max-width:1100px){
  .fee-hero-head-row{
    grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);
    gap:48px;
  }
}
@media(max-width:768px){
  #policy-support > .fee-list,
  #policy-acceptance > .fee-list{
    margin-left:16px;
    margin-right:16px;
  }
  .fee-hero-head-row{
    grid-template-columns:1fr;
    gap:20px;
  }
  .fee-policy{
    padding-top:42px;
  }
  .fee-policy > .container > .eyebrow{
    margin-bottom:22px;
  }
  .fee-policy-block{
    padding:24px 0 26px;
  }
  .fee-policy-block .copy{
    width:100%;
  }
}


/* fees.html — TOC position after FV */
.fee-toc-section{
  padding:60px 0 0;
  background:#fff;
}

/* fees.html — service fee table structure (replaces the former h4/list first draft) */
.fee-entry{
  display:block;
  min-width:0;
  padding:38px 0 40px;
  border-top:1px solid var(--line-mid);
}
.fee-entry:nth-of-type(even){
  background:none;
}
.fee-entry > h3{
  color:var(--green-dark);
}
.fee-entry > .copy{
  max-width:48rem;
  margin-top:10px;
  font-size:15px;
  line-height:1.8;
}
.fee-table{
  border:1px solid var(--line-mid);
  border-top:0;
  margin-top:24px;
}
.fee-row{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  border-top:1px solid var(--line-mid);
}
.fee-row-label{
  background:rgba(62,124,91,.14);
  color:var(--green-dark);
  font-weight:700;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 10px;
}
.fee-row-content{
  padding:14px 18px;
  min-width:0;
  font-size:15px;
  line-height:1.7;
}
.fee-row-content b{
  color:var(--green-dark);
  font-weight:700;
}
.fee-row-content ul.fee-list{
  list-style:none;
  margin:0;
  padding:0;
}
.fee-row-content ul.fee-list li{
  padding:4px 0;
  border-bottom:0;
}
.fee-row-content ul.fee-list li + li{
  border-top:1px solid rgba(62,124,91,.10);
}
.fee-row-content .fee-subhead:first-child{
  margin-top:0;
}
.fee-row-content .fee-tail:first-child{
  margin-top:0;
}

@media(max-width:768px){
  .fee-toc-section{
    padding-top:42px;
  }
  .fee-entry{
    padding:28px 0 30px;
  }
  .fee-entry > .copy{
    font-size:14px;
  }
  .fee-row{
    grid-template-columns:1fr;
  }
  .fee-row-label{
    justify-content:flex-start;
    text-align:left;
  }
  .fee-row-content{
    padding:14px 16px;
    font-size:14px;
  }
}


/* TOP / services / consult integrated revision — chapter heads */
.support-layout{
  display:block;
}
.support-layout > .eyebrow, .thought > .eyebrow{
  width:max-content;
  margin-bottom:18px;
}



/* TOP — stable hero gutter at narrow-laptop/tablet widths */
@media(max-width:1100px){
  .hero-media{
    margin-right:var(--gutter);
  }
}
@media(max-width:900px){
  .hero-media{
    margin:0 var(--gutter) 24px;
  }
}

/* TOP — current-state chapter signboard separated from copy/image row */
.thought{
  display:block;
  min-height:0;
  padding-top:86px;
}
.thought > .eyebrow{
  margin-left:max(var(--gutter),calc((100vw - var(--page))/2));
}
.thought-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
  align-items:stretch;
}
.thought-copy{
  padding:0 max(var(--gutter),6vw) 86px max(var(--gutter),calc((100vw - var(--page))/2));
}
.current-state-list li{
  padding:14px 0 14px 22px;
  line-height:1.72;
}
.current-state-list li::before{
  top:25px;
}

/* TOP — consultation choices: eyebrow full width, h2/copy aligned with choices */
.support-layout-row{
  display:grid;
  grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);
  gap:56px;
  align-items:start;
}
.support-layout-row .support-intro{
  position:sticky;
  top:124px;
}
.support-intro .btn{
  margin-top:22px;
}

/* services — FV and fee summary */
.service-hero-copy h1{
  font-size:36px;
  line-height:1.46;
}
.price-row{
  grid-template-columns:minmax(0,1fr) 150px;
  align-items:start;
}
.price-slot{
  width:150px;
  min-width:150px;
  justify-self:start;
  text-align:left;
}
.price-section > .container > .btn{
  margin-top:24px;
}

/* consult — explicit title lines and left-aligned flow */
.consult-title-part{
  display:block;
  white-space:nowrap;
}


.consult-flow-list{
  margin-left:0;
  margin-right:0;
}

@media(max-width:1100px){
  
  .support-layout-row{
    gap:48px;
  }
}

@media(max-width:900px){
  .support-layout-row{
    grid-template-columns:1fr;
    gap:36px;
  }
  .support-layout-row .support-intro{
    position:static;
  }
}

@media(max-width:768px){
  
  .support-layout > .eyebrow, .thought > .eyebrow{
    margin-bottom:14px;
  }

  .thought{
    padding-top:54px;
    padding-bottom:52px;
  }
  .thought-row{
    grid-template-columns:1fr;
  }
  .thought-copy{
    padding:0 var(--gutter) 28px;
  }
  .current-state-list li{
    padding:13px 0 13px 19px;
    line-height:1.7;
  }
  .current-state-list li::before{
    top:24px;
  }

  .service-hero-copy h1{
    font-size:30px;
    line-height:1.5;
  }
  .price-row{
    grid-template-columns:minmax(0,1fr) 140px;
    gap:12px;
  }
  .price-slot{
    width:140px;
    min-width:140px;
    justify-self:start;
    text-align:left;
  }

  .consult-hero-title h1{
    font-size:clamp(20px,5.5vw,30px);
  }
  
  .consult-flow-list{
    width:min(100%,720px);
    margin-left:0;
    margin-right:0;
  }
}

@media(max-width:420px){
  .price-row{
    grid-template-columns:minmax(0,1fr) 132px;
  }
  .price-slot{
    width:132px;
    min-width:132px;
  }
}


/* Final responsive tuning after 375/768/900/1100/1440 render check */
.consult-hero-head{
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
}
.consult-hero-title h1{
  max-width:none;
}
@media(max-width:1100px){
  .consult-hero-title h1{
    font-size:30px;
    line-height:1.5;
  }
}
@media(max-width:900px) and (min-width:769px){
  .support-layout-row{
    grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);
    gap:48px;
  }
}
@media(max-width:768px){
  .consult-hero-head{
    grid-template-columns:1fr;
  }
  .consult-hero-title h1{
    font-size:30px;
  }
}
@media(max-width:420px){
  .consult-hero-title h1{
    font-size:20px;
    line-height:1.5;
  }
}



/* ══ 金継ぎ 追補スタイル（むすび総研サイト）2026-09-08 ══
   本体CSS（src/site.css）は1行も変更していません。
   このファイルを <head> の site.css の「あと」に1行足すだけで当たります。
     <link rel="stylesheet" href="kintsugi-repair.css">

   直した3件:
     ① 似て非なる色（本文グレー6種 → 役割変数1本）
     ② 文字サイズの段数過多（役割内の割れを1本に）
     ③ 型紙 glass（ヘッダーのガラス調 → 不透明の面）
   見送り: 節の地色（--ivory / --green-pale）＝セクションの拍として残す
           --green / --green-dark ＝ 装飾罫と可読文字で役割が違うので残す
   ══════════════════════════════════════════════════════ */


/* ── ① 似て非なる色: 本文グレーを役割変数1本に戻す ──
   元は6種（#3F4B43 --body / #56635A --muted / #39463F / #4F5B54 /
   #48554D / #59665E）が混在。見分けのつかない濃さで役割を分けても
   読み手には伝わらないため、既存の寄せ先 #48554D へ統合する。
   新しい色は発明していない（#48554D は元CSSに既出の値）。 */
:root{
  --body:#48554D;
  --muted:#48554D;
}
.lead, .profile-text, .theme-card p, .consult-area-card p, .service-line p, .footer-brand .footer-copy{
  color:var(--body);
}

/* フッターの濃緑の地に載る文字は「明るい側」の役割。
   ここを本文グレーに寄せると読めなくなるので、明るい1本（#FFFFFF）へ寄せる。
   （生成りの板に載る .footer-brand .footer-copy だけは上の本文グレー） */
.footer-nav a, .footer-nav .pending, .footer-bottom{
  color:#FFFFFF;
}


/* ── ② 文字サイズの段数過多: 役割の中の割れを1本に ── */

/* 章サイン（eyebrow）＝ --chapter-size の1本に統一。
   元栓の変数を14pxに寄せ、17px / 16px / 14px に散っていた変種を役割サイズへ戻す。 */
:root{ --chapter-size:14px; }
#thought .eyebrow, #support .eyebrow, #profile .eyebrow, #consult .eyebrow, .service-cta-copy .eyebrow, .fee-hero .eyebrow, .fee-policy .eyebrow, .consult-cta-copy .eyebrow, .fee-cta-copy .eyebrow{
  font-size:var(--chapter-size);
}

/* リード文＝16px の1本に統一（18px の素の .lead と、狭い幅の 15px を寄せる）。 */
.lead{ font-size:16px; }
@media(max-width:768px){
  .service-hero-copy .lead, .service-cta--journey .lead{ font-size:16px; }
}

/* 補足（フッターの小文字）＝13px の1本に統一。 */
.footer-copy, .footer-brand-en, .footer-brand .footer-copy, .footer-bottom{ font-size:13px; }

/* ボタン・ナビ＝14px の1本に統一（戻りリンクの13pxを寄せる）。 */
.page-back{ font-size:14px; }

/* 半端な 13.5px をやめて補足の段（14px）に載せる。 */
.service-entry--three .service-line p{ font-size:14px; }

/* 価格の品名・金額は本文の段（16px）で対に。 */
.price-name, .price-slot{ font-size:16px; }

/* 本文の散文はすべて同じ段（16px）に載せる。
   15px / 17px / 18px に割れていた同じ役割の文を1本にまとめる。 */
.copy, .hero-sub p, .profile-text p, .theme-card p, .consult-area-card p, .consult-boundary, .fee-premise, .service-cta-copy .lead, .fee-cta-copy .lead, .consult-hero .lead{ font-size:16px; }

/* 箇条書きと、節ごとに15pxへ落ちていた説明文も同じ本文の段に。
   （点の中身も節の説明も「本文」であって補足ではない。
     幅ごとの規則で15pxに落ちる箇所があるので、3幅とも1本にそろえる） */
.fee-list li, .current-state-list li, .fee-entry > .copy, .fee-entry-head .copy, .consult-flow-content .copy{ font-size:16px; }

@media(max-width:1100px){
  .copy, .fee-list li, .current-state-list li, .fee-entry > .copy, .fee-entry-head .copy, .consult-flow-content .copy, .service-line p, .service-entry--three .service-line p{ font-size:16px; }
}
@media(max-width:768px){
  .copy, .fee-list li, .current-state-list li, .fee-entry > .copy, .fee-entry-head .copy, .consult-flow-content .copy, .service-line p, .service-entry--three .service-line p{ font-size:16px; }
}


/* ── ②の副作用止め: 文節で折る ──
   文字サイズを揃えると行の折れ位置が変わり、「Web面|談で」のように
   語の途中で泣き別れる箇所が出る。見出しには既に効いている
   word-break:auto-phrase を本文にも広げて、文節で折る。 */
p, li{ word-break:auto-phrase; }


/* ── ③ 型紙 glass: ガラス調（背景ぼかし）をやめて不透明の面に ──
   AIが最初に出す型。不透明の白にすると、下の文字が透けず、
   スクロール中もヘッダーの輪郭がはっきりする。 */
.site-header{
  background:#fff;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}


/* =========================================================
   2026-09-08 Human review — cross-page integrated correction
   ========================================================= */

/* Shared header */
.nav{gap:26px}
.nav a[aria-current="page"]{
  color:var(--green-dark);
  font-weight:700;
}

/* Shared footer: brand information + three sitemap groups */
.footer-top{
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:52px;
  align-items:start;
  padding:42px 0 34px;
}
.footer-brand-info{min-width:0}
.footer-brand{
  width:min(280px,100%);
  max-width:280px;
  aspect-ratio:91 / 55;
  padding:20px 20px 18px;
  justify-content:center;
  box-sizing:border-box;
}
.footer-brand img{
  width:92px;
  max-height:105px;
  object-fit:contain;
}
.footer-brand-en{
  margin-top:7px;
  font-size:9.5px;
  line-height:1.35;
  letter-spacing:.08em;
  white-space:nowrap;
}
.footer-brand .footer-copy{
  margin-top:9px;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:13px;
  line-height:1.55;
}
.footer-location{
  width:min(100%,460px);
  margin-top:10px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-size:13px;
  line-height:1.75;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:2px 12px;
}
.footer-location-label{
  margin:0;
  font-weight:700;
  flex:0 0 auto;
}
.footer-nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-self:start;
}
.footer-nav-group{
  min-width:0;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.28);
}
.footer-nav-title{
  margin-bottom:8px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
}
.footer-nav-group a{
  display:block;
  width:max-content;
  max-width:100%;
  margin-top:2px;
  padding:5px 0;
}

/* TOP FV: image 53% -> 45%; overall vertical occupation ~560px */
.page-top .hero{
  min-height:560px;
  background:linear-gradient(90deg,#fff 0%,#fff 55%,#F7F5EF 55%,#F7F5EF 100%);
}
.page-top .hero-inner{
  min-height:560px;
  grid-template-columns:minmax(0,55%) minmax(0,45%);
}
.page-top .hero-copy{
  padding-top:54px;
  padding-bottom:52px;
}
.page-top .hero h1{max-width:14em}

/* TOP current state: centered page width, photo begins with heading, risk copy below */
.page-top #thought{
  width:min(calc(100% - (var(--gutter)*2)),var(--page));
  margin-inline:auto;
  padding:72px 0;
}
.page-top #thought > .eyebrow{
  margin-left:0;
  margin-bottom:18px;
}
.page-top .thought-row{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
  gap:64px;
  align-items:start;
}
.page-top .thought-copy{
  padding:0;
}
.page-top .thought-media{
  width:90%;
  min-height:390px;
  margin:0 0 0 auto;
  align-self:start;
  clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);
}
.page-top .thought-risk-copy{
  max-width:960px;
  margin-top:38px;
}
.page-top .thought-risk-copy p + p{margin-top:14px}

/* Services: fee comparison text is one body role */
.price-section .price-note, .price-section .price-compare-copy{
  max-width:none;
  color:var(--body);
  font-size:16px;
  font-weight:400;
  line-height:1.8;
}
.price-section .price-note{margin-top:22px}
.price-section .price-compare-copy{margin-top:16px}
.price-section .price-compare-copy p + p{margin-top:10px}

/* Consultation FV: eyebrow above; H1 and lead aligned in one row */
.consult-hero-head{display:block}
.consult-hero-head > .eyebrow{margin-bottom:18px}
.consult-hero-row{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:56px;
  align-items:start;
}
.consult-hero-row h1{
  margin:0;
  font-size:32px;
  line-height:1.5;
}
.consult-hero-row .lead{
  margin:0;
  align-self:start;
}



/* Fees TOC: two major classes; 2 policy links + 2x2 parallel entrances */
.fee-toc{
  padding:28px 0 32px;
}
.fee-toc-major + .fee-toc-major{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid var(--line);
}
.fee-toc-major > h2{
  margin:0 0 15px;
  color:var(--green-dark);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.055em;
}
.fee-toc-policy-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}
.fee-toc-policy-links a{
  padding:10px 18px 10px 0;
  font-size:16px;
}
.fee-toc-policy-links a + a{
  padding-left:22px;
  border-left:1px solid var(--line-mid);
}
.fee-toc-business-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 42px;
}
.fee-toc-entry{
  min-width:0;
  padding:16px 0 18px;
  border-top:1px solid var(--line-mid);
}
.fee-toc-entry h3{
  margin:0;
  color:var(--body);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.65;
}
.fee-toc-service-links{
  display:flex;
  flex-wrap:wrap;
  gap:5px 0;
  margin-top:8px;
}
.fee-toc-service-links a{
  display:inline-flex;
  align-items:center;
  font-size:15px;
  line-height:1.6;
}
.fee-toc-service-links a:not(:last-child)::after{
  content:"";
  width:1px;
  height:1em;
  margin:0 12px;
  background:var(--line-mid);
}
.fee-policy-block h2{white-space:nowrap}

/* Responsive */
@media(max-width:900px){
  .footer-top{
    grid-template-columns:280px minmax(0,1fr);
    gap:34px;
    padding:34px 0 28px;
  }
  .footer-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .consult-hero-row{
    grid-template-columns:1fr;
    gap:20px;
  }
}
@media(max-width:768px){
  .footer-brand{
    width:min(280px,100%);
    max-width:280px;
    padding:20px 20px 18px;
  }
  .footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
  }

  .page-top .hero, .page-top .hero-inner{min-height:auto}
  .page-top .hero{
    background:#fff;
  }
  .page-top .hero-inner{
    grid-template-columns:1fr;
  }
  .page-top #thought{
    width:min(calc(100% - (var(--gutter)*2)),var(--page));
    padding:52px 0;
  }
  .page-top .thought-row{
    grid-template-columns:1fr;
    gap:28px;
  }
  .page-top .thought-media{
    width:100%;
    min-height:288px;
    margin:0;
  }
  .page-top .thought-risk-copy{
    margin-top:30px;
  }

  .price-section .price-note, .price-section .price-compare-copy{
    font-size:16px;
    line-height:1.8;
  }

  .consult-hero-row h1{
    font-size:30px;
  }
  
  

  .fee-toc-business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 28px;
  }
}
@media(max-width:560px){
  .footer-top{
    grid-template-columns:1fr;
    gap:22px;
    padding:28px 0 24px;
  }
  .footer-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 20px;
  }
  
  
  .fee-toc-policy-links, .fee-toc-business-grid{
    grid-template-columns:1fr;
  }
  .fee-toc-policy-links a + a{
    padding-left:0;
    border-left:0;
    border-top:1px solid var(--line-mid);
  }
}
@media(max-width:390px){
  .consult-hero-row h1{font-size:28px}
}


/* Human review integrated render corrections */
.page-top .hero-copy{
  padding-top:32px;
  padding-bottom:30px;
}
.page-top .hero-kicker{margin-bottom:14px}
.page-top .hero-sub{margin-top:16px}
.page-top .hero-actions{margin-top:20px}


@media(max-width:768px){
  
}
@media(max-width:560px){
  .consult-title-part{white-space:normal}
  
}


/* Final geometry correction from second render pass */
@media(min-width:769px){
  .page-top .hero-media{
    height:560px;
    min-height:0;
  }
}



/* =========================================================
   Four section introductions — canonical vertical structure
   Scope: TOP "むすび総研が見る範囲", services "相談できること" /
          "どう関わるか", consult "ご相談の流れ"
   ========================================================= */
#consultation-themes .scope-head, .service-explore-head, .relation-strip-head, .consult-flow-head{
  display:block;
  margin-bottom:28px;
}

#consultation-themes .scope-head .eyebrow, .service-explore-head .eyebrow, .relation-strip-head .eyebrow, .consult-flow-head .eyebrow{
  margin:0 0 10px;
}

#consultation-themes .scope-head h2, .service-explore-head h2, .relation-strip-head h2, .consult-flow-head h2{
  width:auto;
  max-width:none;
  margin:0;
}

#consultation-themes .scope-head .scope-copy, .service-explore-head > .copy, .relation-strip-head > .copy, .consult-flow-head > .consult-flow-intro{
  width:auto;
  max-width:none;
  margin:12px 0 0;
}

#consultation-themes .scope-head .scope-copy{
  width:fit-content;
  max-width:100%;
}
#consultation-themes .scope-head .scope-copy p + p{
  margin-top:6px;
}

.consult-flow-head .consult-boundary{
  max-width:58em;
  margin-top:8px;
}

#consultation-themes .scope-head{margin-bottom:8px}
@media(min-width:1101px){
  #consultation-themes .scope-head{
    max-width:1040px;
    margin-left:auto;
  }
}
.service-explore-head{margin-bottom:24px}
.relation-strip-head{margin-bottom:4px}
.relation-strip-head + .relation-scenes{margin-top:12px}
.consult-flow-head{margin-bottom:24px}

@media(max-width:768px){
  .relation-strip-head + .relation-scenes{margin-top:18px}
  #consultation-themes .scope-head, .service-explore-head, .relation-strip-head, .consult-flow-head{
    margin-bottom:22px;
  }
  #consultation-themes .scope-head .scope-copy, .service-explore-head > .copy, .relation-strip-head > .copy, .consult-flow-head > .consult-flow-intro{
    margin-top:10px;
  }
}

@media(max-width:390px){
  #consultation-themes .scope-head, .service-explore-head, .relation-strip-head, .consult-flow-head{
    margin-bottom:20px;
  }
}


/* =========================================================
   FEES — TOC navigation / anchor landing / table alignment
   Scope: fees page only. Existing page structure is retained.
   ========================================================= */

/* Page navigation: make hierarchy and clickability explicit without card UI. */
.fee-toc{
  width:min(100%,960px);
  margin-inline:auto;
  padding:26px 0 30px;
  border-top:2px solid var(--green);
  border-bottom:1px solid var(--line-mid);
}
.fee-toc-title{
  margin:0 0 24px;
  padding-bottom:12px;
  color:var(--green-dark);
  border-bottom:1px solid var(--line-mid);
}
.fee-toc-major{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:30px;
  align-items:start;
}
.fee-toc-major + .fee-toc-major{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.fee-toc-major > h2{
  margin:0;
  padding-top:12px;
  color:var(--green-dark);
}
.fee-toc-policy-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line-mid);
}
.fee-toc-policy-links a{
  position:relative;
  padding:12px 28px 12px 0;
  color:var(--green-dark);
  border-bottom:1px solid rgba(62,124,91,.18);
}
.fee-toc-policy-links a::after,
.fee-toc-service-links a::after{
  content:"→";
  margin-left:7px;
  color:var(--green);
  font-size:.88em;
}
.fee-toc-policy-links a + a{
  padding-left:22px;
  border-left:1px solid var(--line-mid);
}
.fee-toc-business-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 38px;
}
.fee-toc-entry{
  min-width:0;
  padding:13px 0 15px;
  border-top:1px solid var(--line-mid);
}
.fee-toc-entry h3{
  margin:0;
  color:var(--body);
  font-size:15px;
  font-weight:700;
  line-height:1.65;
}
.fee-toc-service-links{
  display:flex;
  flex-wrap:wrap;
  gap:5px 18px;
  margin-top:7px;
}
.fee-toc-service-links a{
  display:inline-flex;
  align-items:center;
  color:var(--green-dark);
  border-bottom:1px solid rgba(62,124,91,.24);
}
.fee-toc-service-links a:not(:last-child)::after{
  width:auto;
  height:auto;
  margin:0 0 0 7px;
  background:none;
}

/* Anchor landing: leave the destination heading clearly visible below the fixed header. */
#policy-support,
#policy-acceptance,
#fee-dock,
#fee-spot,
#fee-audit,
#fee-kasan,
#fee-training,
#fee-startup,
#fee-support,
#fee-advisory{
  scroll-margin-top:104px;
}

/* Existing fee table: stabilize label/value start positions without fixed row heights. */
.fee-row{
  align-items:stretch;
}
.fee-row-label{
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  padding:14px 14px;
}
.fee-row-content{
  align-self:start;
  padding:14px 18px;
}
.fee-row-content > :first-child{
  margin-top:0;
}
.fee-row-content > :last-child{
  margin-bottom:0;
}

@media(max-width:900px){
  .fee-toc{width:100%}
  .fee-toc-major{
    grid-template-columns:150px minmax(0,1fr);
    gap:22px;
  }
  .fee-toc-business-grid{
    gap:0 28px;
  }
  #policy-support,
  #policy-acceptance,
  #fee-dock,
  #fee-spot,
  #fee-audit,
  #fee-kasan,
  #fee-training,
  #fee-startup,
  #fee-support,
  #fee-advisory{
    scroll-margin-top:92px;
  }
}

@media(max-width:560px){
  .fee-toc{
    padding:22px 0 26px;
  }
  .fee-toc-major{
    grid-template-columns:1fr;
    gap:8px;
  }
  .fee-toc-major > h2{
    padding-top:0;
  }
  .fee-toc-policy-links,
  .fee-toc-business-grid{
    grid-template-columns:1fr;
  }
  .fee-toc-policy-links a + a{
    padding-left:0;
    border-left:0;
    border-top:1px solid var(--line-mid);
  }
  .fee-toc-service-links{
    gap:5px 14px;
  }
  .fee-row-label{
    padding:11px 14px 7px;
  }
  .fee-row-content{
    padding:11px 14px 14px;
  }
  #policy-support,
  #policy-acceptance,
  #fee-dock,
  #fee-spot,
  #fee-audit,
  #fee-kasan,
  #fee-training,
  #fee-startup,
  #fee-support,
  #fee-advisory{
    scroll-margin-top:82px;
  }
}

.fee-cta-heading-line{
  display:block;
}


/* fees: policy area tone
   Scope is limited to 支援方針／受任方針. Service detail styles remain untouched. */
.fee-policy{
  background:#FBFAF6;
}
.fee-policy-block{
  padding:26px 0 28px;
  border-top:1px solid rgba(62,124,91,.16);
}
.fee-policy-block:last-child{
  border-bottom:1px solid rgba(62,124,91,.16);
}
.fee-policy-block h2{
  width:max-content;
  margin-bottom:16px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(62,124,91,.55);
}
.fee-policy-block .copy,
.fee-policy-block > .fee-list{
  font-size:14px;
  font-weight:400;
  line-height:1.72;
  color:var(--body);
}
.fee-policy-block .copy + .copy{
  margin-top:10px;
}
.fee-policy-block .copy + .fee-list{
  margin-top:12px;
}
.fee-policy-block .fee-list + .copy{
  margin-top:15px;
}
.fee-policy-block > .fee-list li{
  padding-top:7px;
  padding-bottom:7px;
}

@media(max-width:768px){
  .fee-policy-block{
    padding:20px 0 22px;
  }
  .fee-policy-block h2{
    margin-bottom:14px;
    padding-bottom:7px;
  }
  .fee-policy-block .copy,
  .fee-policy-block > .fee-list{
    font-size:14px;
    line-height:1.72;
  }
  .fee-policy-block > .fee-list li{
    padding-top:6px;
    padding-bottom:6px;
  }
}


/* fees: six Human-JUDGE corrections only */
.fee-policy-block .copy,
.fee-policy-block > .fee-list,
.fee-policy-block > .fee-list li{
  font-size:14px;
  font-weight:400;
  line-height:1.72;
}

/* CTA returns to natural wrapping. */
.fee-cta-heading-line{
  display:inline;
}

/* Footer brand hierarchy and type consistency. */
.footer .footer-brand .footer-copy{
  font-size:9px;
  line-height:1.55;
  letter-spacing:0;
}
.footer .footer-location,
.footer .footer-location-label{
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-weight:400;
  font-size:13px;
  letter-spacing:normal;
}
.footer .footer-location-label{
  font-weight:700;
}
.footer .footer-bottom{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  width:100%;
  text-align:right;
}
.footer .footer-bottom span{
  margin:0;
}

@media(max-width:768px){
  .footer .footer-bottom{
    justify-content:flex-end;
    text-align:right;
  }
}


/* Public candidate local RETURN: authorized 1-5 only. */

/* 3. TOP thought media: copy/grid geometry remains unchanged. */
@media(min-width:769px){
  .page-top .thought-media{min-height:440px;}
}
@media(max-width:768px){
  .page-top .thought-media{min-height:317px;}
}

/* 4. Services FV: desktop/tablet vertical padding only, -12px each side. */
@media(min-width:769px){
  .service-hero{padding-top:68px;padding-bottom:60px;}
}

/* 5. Keep each semantic caption fragment intact; wbr is the only allowed break. */
.relation-scene figcaption .relation-caption-part{white-space:nowrap;}

/* 1-2. Footer centers only in the existing one-column smartphone state. */
@media(max-width:560px){
  .footer-brand-info{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
  }
  .footer-brand{margin-inline:auto;}
  .footer-location{
    margin-left:auto;
    margin-right:auto;
    justify-content:center;
    text-align:center;
  }
  .footer-nav{
    justify-items:center;
    text-align:center;
  }
  .footer-nav-group{
    width:100%;
    text-align:center;
  }
  .footer-nav-title,
  .footer-nav-group a{
    text-align:center;
  }
}

/* Tablet thought media: preserve width/copy geometry and increase height only. */
@media(min-width:561px) and (max-width:768px){
  .page-top .thought-media{height:473px;min-height:473px;}
}


/* Public candidate 2-fix RETURN: location axis at all widths. */
.footer-brand-info .footer-location{
  width:280px;
  max-width:100%;
  margin-left:0;
  margin-right:0;
  justify-content:center;
  text-align:center;
}
@media(max-width:560px){
  .footer-brand-info .footer-location{
    margin-left:auto;
    margin-right:auto;
  }
}
