:root{
  --navy:#0D0864;
  --gold:#DDC300;
  --ink:#16151f;
  --muted:#676572;
  --line:rgba(13,8,100,.18);
  --pale:#FBFAF6;
  --warm:#FBFAF6;
  --white:#fff;
  --sans:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  --serif:"Shippori Mincho B1","Hiragino Mincho ProN","Yu Mincho","Noto Serif CJK JP",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:var(--sans);
  font-size:16px;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 56px));margin:0 auto}
.display-line,.story-line,.case-title-line,.voice-quote-line,.semantic-line{display:block}
.section{padding:108px 0}
.section-head{margin:0 0 50px}
.section h2,.contact h2,.rep h2{
  margin:0;color:var(--navy);
  font-size:clamp(42px,4.25vw,62px);
  line-height:1.34;letter-spacing:-.04em;font-weight:800;
}
.section-link{margin-top:42px}
.section-link a,.rep-copy>a{
  color:var(--navy);font-weight:800;font-size:16px;
  border-bottom:1px solid rgba(13,8,100,.32);padding-bottom:4px;
}

/* Header */
.header{height:76px;background:var(--navy);color:#fff;display:flex;align-items:center;position:relative;z-index:10}
.header .inner{width:min(1380px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;gap:32px}
.logo{width:174px;height:56px;object-fit:contain;object-position:left center;flex:0 0 auto}
.nav{margin-left:auto;display:flex;gap:32px;align-items:center;font-size:16px;line-height:1;font-weight:600;letter-spacing:.01em}
.nav a{white-space:nowrap}
.cta-head{margin-left:2px;height:46px;padding:0 24px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--navy);font-weight:800;font-size:16px;white-space:nowrap}

/* Hero */
.hero{min-height:690px;position:relative;overflow:hidden;display:flex;align-items:center;background:#fff}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.hero:before{width:860px;height:860px;right:-360px;top:-260px;border:1px solid rgba(13,8,100,.07)}
.hero:after{width:500px;height:500px;right:-150px;top:190px;border:1px solid rgba(221,195,0,.17)}
.hero-arc,.hero-photo{display:none!important}
.hero-copy{width:min(1180px,calc(100% - 56px));margin:0 auto;padding:96px 0 92px;position:relative;z-index:2}
.eyebrow{display:flex;align-items:center;gap:16px;color:var(--navy);font-size:20px;line-height:1.55;font-weight:700;letter-spacing:.025em;margin-bottom:34px}
.eyebrow:before{content:"";width:44px;height:2px;background:var(--gold);flex:0 0 auto}
.hero h1{margin:0;max-width:1110px;color:var(--navy);font-family:var(--serif);font-size:clamp(54px,5.2vw,76px);line-height:1.34;letter-spacing:-.055em;font-weight:600}
.hero-line{display:block;white-space:nowrap}
.hero-copy p{max-width:890px;margin:42px 0 0;font-size:19px;line-height:2;font-weight:500}

/* Section 2: numbers in normal flow; no overlap */
.consult{background:var(--warm)}
.consult-grid{border-top:1px solid rgba(13,8,100,.28);border-bottom:1px solid rgba(13,8,100,.28);display:grid;grid-template-columns:1fr 1fr}
.consult-item{
  min-height:258px;
  padding:34px 42px 40px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.consult-item:nth-child(odd){border-right:1px solid rgba(13,8,100,.28)}
.consult-item:nth-child(-n+2){border-bottom:1px solid rgba(13,8,100,.28)}
.consult-num{
  position:static;
  color:rgba(13,8,100,.10);
  font-family:var(--serif);
  font-size:82px;
  line-height:1;
  font-weight:600;
  margin:0 0 32px;
}
.consult-item p{
  margin:auto 0 0;
  color:var(--navy);
  font-size:clamp(27px,2.15vw,34px);
  line-height:1.5;
  letter-spacing:-.025em;
  font-weight:800;
  max-width:520px;
}

/* Section 3: natural vertical stack, no fixed blank gaps */
.approach{background:#fff}
.approach-wrap{border-top:1px solid var(--line)}
.story{padding:62px 0 68px;border-bottom:1px solid var(--line)}
.story-head{
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  gap:30px;
  align-items:start;
  margin-bottom:42px;
}
.story .n{
  color:rgba(13,8,100,.13);
  font-family:var(--serif);
  font-size:64px;
  line-height:1;
  font-weight:600;
}
.story h3{
  margin:0;color:var(--navy);
  font-size:clamp(34px,3vw,46px);
  line-height:1.42;letter-spacing:-.035em;font-weight:800;
}
.story-content{
  margin-left:138px;
  max-width:920px;
}
.story-block{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:28px;
  padding:28px 0;
  border-top:1px solid rgba(13,8,100,.13);
}
.story-block:first-child{border-top:0;padding-top:0}
.story-block strong{
  color:var(--navy);
  font-size:15px;
  line-height:1.5;
  letter-spacing:.05em;
  font-weight:900;
  padding-top:4px;
}
.story-body,.story-action-body{
  color:#292733;
  font-size:19px;
  line-height:1.9;
  font-weight:500;
}
.story-action-body p{margin:0}
.story-action-body p+p{margin-top:8px}
.story-after-body{
  color:var(--navy);
  font-size:22px;
  line-height:1.72;
  font-weight:800;
}
.story-after-body .semantic-line + .semantic-line{margin-top:4px}
.story-arc{display:none}

/* Section 4: 2x2 on desktop; single column before text gets cramped */
.how{background:var(--navy);color:#fff;position:relative;isolation:isolate;overflow:hidden}
.how>.container{position:relative;z-index:1}.how .section-head h2{color:#fff}
.how-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.24);border-left:1px solid rgba(255,255,255,.24)}
.how-item{
  min-height:300px;
  padding:42px 42px 38px;
  position:relative;overflow:hidden;
  border-right:1px solid rgba(255,255,255,.24);
  border-bottom:1px solid rgba(255,255,255,.24);
  display:flex;flex-direction:column;justify-content:flex-end;
}
.how-num{position:absolute;top:28px;left:32px;color:rgba(255,255,255,.18);font-family:var(--serif);font-size:88px;line-height:1;font-weight:600}
.how-item h3{margin:0 0 16px;color:#fff;font-size:34px;line-height:1.3;font-weight:800}
.how-item p{margin:0;color:#fff;font-size:22px;line-height:1.62;font-weight:800;max-width:500px}
.how-line{display:block}
.how-note{max-width:920px;margin:36px 0 0;color:#fff;font-size:20px;line-height:1.85;font-weight:700}

/* Section 5 */
.case{background:#fff}
.case-list{border-top:1px solid var(--line)}
.case-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:36px;padding:54px 0 58px;border-bottom:1px solid var(--line)}
.case-no{color:rgba(13,8,100,.13);font-family:var(--serif);font-size:82px;line-height:1;font-weight:600}
.case-main{min-width:0}
.case-title{color:var(--navy);font-size:clamp(32px,3.1vw,46px);line-height:1.42;letter-spacing:-.03em;font-weight:800;max-width:940px}
.case-lower{margin-top:28px}
.case-copy{max-width:830px;color:#33313b;font-size:18px;line-height:1.9}
.case-copy p{margin:0}
.case-copy a{display:inline-block;margin-top:20px;color:var(--navy);font-size:15px;font-weight:800;border-bottom:1px solid rgba(13,8,100,.28)}

/* Section 6 */
.voice{background:var(--warm)}
.voice-grid{border-top:1px solid var(--line)}
.voice-card{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;padding:58px 0 62px;border-bottom:1px solid var(--line)}
.voice-side{align-self:start}
.voice-meta{display:flex;flex-direction:column;gap:6px;color:var(--navy)}
.voice-meta strong{font-size:19px;line-height:1.5;font-weight:800}
.voice-meta span{color:var(--muted);font-size:14px}
.voice-context{margin:24px 0 0;color:#575560;font-size:16px;line-height:1.85}
.voice-quote{margin:0;color:var(--navy);font-size:clamp(34px,3.25vw,50px);line-height:1.48;letter-spacing:-.03em;font-weight:800;align-self:center}
.voice-quote:before,.voice-quote:after{content:none!important}
.voice-section-link{margin-top:36px}

/* Section 7 */
.rep{width:min(1180px,calc(100% - 56px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:72px;align-items:center;min-height:0;padding:96px 0;background:#fff}
.rep-copy{padding:0}
.rep-copy .eyebrow{margin-bottom:28px}
.rep-copy h2{max-width:820px;font-size:clamp(38px,3.7vw,54px)}
.rep-copy p{max-width:760px;margin:24px 0 0;color:#33313b;font-size:17px;line-height:1.95}
.rep-copy>a{display:inline-block;margin-top:30px}
.rep-photo{position:relative;overflow:hidden;background:var(--pale);width:280px;height:420px;justify-self:end;align-self:center}
.rep-photo:after{content:"";position:absolute;inset:0;background:rgba(245,245,250,.10);pointer-events:none}
.rep-photo img{width:100%;height:100%;object-fit:cover;object-position:53% 31%;opacity:.88;filter:saturate(.82) contrast(.97);transform:none}

/* Section 8 */
.contact{padding:112px 0 118px;background:var(--navy);color:#fff}
.contact .section-head h2{color:#fff}
.contact-lines{margin-top:46px;max-width:860px}
.contact-lines div{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.17);font-size:21px;line-height:1.7;font-weight:600}
.contact>.container>p{margin:34px 0 0;font-size:18px;line-height:1.8}
.contact-actions{margin-top:34px;display:flex;align-items:center;gap:28px}
.cta-main{min-width:170px;height:52px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--navy);font-weight:900}
.contact-actions .secondary{color:#fff;font-weight:700;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px}

/* Footer */
.footer{padding:42px 0;background:#0D0864;color:#fff}
.footer .row{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer img{width:135px;height:auto}

/* Tablet */
@media(max-width:1100px){
  .header .inner{width:calc(100% - 36px);gap:18px}
  .logo{width:148px}
  .nav{gap:18px;font-size:14px}
  .cta-head{font-size:14px;padding:0 18px}
  .container,.hero-copy{width:calc(100% - 48px)}
  .section{padding:88px 0}
  .hero{min-height:620px}
  .hero h1{font-size:52px}
  .hero-copy p{font-size:18px;max-width:760px}
  .consult-item{padding-left:30px;padding-right:30px}
  .story-content{margin-left:110px}
  .voice-card{grid-template-columns:260px minmax(0,1fr);gap:44px}
  .rep{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr) 250px;gap:48px;padding:78px 0}
  .rep-copy{padding:0}
}

/* Narrow tablet: switch dense blocks before Japanese text becomes cramped */
@media(max-width:900px){
  .header{height:68px}
  .nav{display:none}
  .header .inner{justify-content:space-between}
  .cta-head{margin-left:auto}
  .hero h1{font-size:42px}
  .section h2,.contact h2,.rep h2{font-size:42px}

  .consult-grid{grid-template-columns:1fr}
  .consult-item{
    min-height:auto;
    padding:28px 32px 32px;
    border-right:0!important;
    border-bottom:1px solid rgba(13,8,100,.28)!important;
  }
  .consult-item:last-child{border-bottom:0!important}
  .consult-num{font-size:70px;margin-bottom:22px}
  .consult-item p{margin:0;font-size:28px}
  .consult-break{display:none}

  .story-head{grid-template-columns:78px minmax(0,1fr);gap:22px;margin-bottom:34px}
  .story .n{font-size:54px}
  .story h3{font-size:36px}
  .story-content{margin-left:0}
  .story-block{grid-template-columns:132px minmax(0,1fr);gap:20px}
  .story-body,.story-action-body{font-size:18px}
  .story-after-body{font-size:21px}

  .how-grid{grid-template-columns:1fr}
  .how-item{min-height:230px;padding:36px 34px 32px}
  .how-num{font-size:76px}
  .how-item p{font-size:20px;max-width:none;font-weight:800}
  .how-line{display:inline}

  .case-row{grid-template-columns:92px minmax(0,1fr);gap:26px}
  .case-no{font-size:66px}
  .voice-card{grid-template-columns:220px minmax(0,1fr);gap:30px}
  .rep{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr) 230px;gap:38px;padding:70px 0}
}

/* Mobile */
@media(max-width:680px){
  .container,.hero-copy{width:calc(100% - 36px)}
  .section{padding:72px 0}
  .section-head{margin-bottom:36px}
  .section h2,.contact h2,.rep h2{font-size:35px;line-height:1.42}
  .display-line,.story-line,.semantic-line{display:inline}
  .display-line+.display-line:before,.story-line+.story-line:before,.semantic-line+.semantic-line:before{content:" "}
  .hero{min-height:auto;display:block}
  .hero:before{width:470px;height:470px;right:-300px;top:80px}
  .hero:after{width:280px;height:280px;right:-190px;top:260px}
  .hero-copy{padding:72px 0 76px}
  .eyebrow{font-size:16px;gap:11px;margin-bottom:26px}
  .eyebrow:before{width:30px}
  .hero h1{font-size:clamp(36px,10.2vw,45px);line-height:1.42}
  .hero-line{white-space:normal}
  .hero-copy p{margin-top:30px;font-size:16px;line-height:1.9}

  .consult-item{padding:26px 24px 28px}
  .consult-num{font-size:62px;margin-bottom:18px}
  .consult-item p{font-size:24px;line-height:1.52}

  .story{padding:46px 0 52px}
  .story-head{grid-template-columns:1fr;gap:12px;margin-bottom:28px}
  .story .n{font-size:48px}
  .story h3{font-size:31px}
  .story-block{grid-template-columns:1fr;gap:8px;padding:22px 0}
  .story-block strong{padding-top:0}
  .story-body,.story-action-body{font-size:17px}
  .story-after-body{font-size:20px}
  .story-after-body .semantic-line + .semantic-line{margin-top:0}

  .how-item{min-height:220px;padding:32px 26px 28px}
  .how-num{font-size:68px;top:22px;left:24px}
  .how-item h3{font-size:30px;margin-bottom:14px}
  .how-item p{font-size:19px;font-weight:800}
  .how-note{font-size:17px;margin-top:28px;font-weight:700}

  .case-row{grid-template-columns:1fr;gap:16px;padding:42px 0 46px}
  .case-no{font-size:54px}
  .case-title{font-size:29px}
  .case-lower{margin-top:22px}
  .case-copy{font-size:16px}

  .voice-card{grid-template-columns:1fr;gap:28px;padding:44px 0 48px}
  .voice-context{font-size:15px;margin-top:18px}
  .voice-quote{font-size:31px;line-height:1.55}

  .rep{width:calc(100% - 36px);display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:72px 0;gap:36px}
  .rep-copy{padding:0}
  .rep-copy p{font-size:16px}
  .rep-photo{width:min(78vw,300px);height:360px;align-self:flex-start;justify-self:auto}

  .contact{padding:78px 0 84px}
  .contact-lines{margin-top:34px}
  .contact-lines div{font-size:18px}
  .contact-actions{align-items:flex-start;flex-direction:column}
  .footer .row{align-items:flex-start;flex-direction:column}
}

/* V4.10 texture test */



@media(max-width:1100px) and (min-width:901px){
  .rep-photo{width:250px;height:380px}
}

@media(max-width:900px) and (min-width:681px){
  .rep-photo{width:230px;height:350px}
}


/* ============================================================
   V4.14 — Section 2 / Section 4 / Representative redesign
   ============================================================ */

/* Section 2:
   editorial consultation list; no boxed 2x2 table */
.consult{
  background:var(--warm);
}
.consult-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  column-gap:96px;
  row-gap:12px;
  border:0;
  align-items:start;
}
.consult-item{
  min-height:210px;
  padding:24px 0 34px;
  display:block;
  border:0!important;
  border-top:1px solid rgba(13,8,100,.14)!important;
}
.consult-item:nth-child(2),
.consult-item:nth-child(4){
  margin-top:54px;
}
.consult-num{
  position:static;
  margin:0 0 22px;
  color:rgba(13,8,100,.14);
  font-family:var(--serif);
  font-size:76px;
  line-height:1;
  font-weight:600;
}
.consult-item p{
  margin:0;
  color:var(--navy);
  font-size:clamp(29px,2.45vw,38px);
  line-height:1.48;
  letter-spacing:-.03em;
  font-weight:800;
  max-width:560px;
}
.consult-item:nth-child(3) p,
.consult-item:nth-child(4) p{
  white-space:nowrap;
}

/* Section 4:
   typography-led process sequence; no quadrant boxes */
.how{
  background:var(--navy);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.how>.container{position:relative;z-index:1}
.how .section-head h2{color:#fff}
.how-grid{
  display:block;
  border:0;
  border-top:1px solid rgba(255,255,255,.18);
}
.how-item{
  min-height:0;
  padding:34px 0 36px;
  display:grid;
  grid-template-columns:140px 220px minmax(0,1fr);
  column-gap:38px;
  align-items:center;
  position:relative;
  overflow:visible;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.how-item:nth-child(even){
  padding-left:68px;
}
.how-num{
  position:static;
  color:rgba(255,255,255,.22);
  font-family:var(--serif);
  font-size:96px;
  line-height:1;
  font-weight:600;
}
.how-item h3{
  margin:0;
  color:#fff;
  font-size:40px;
  line-height:1.3;
  font-weight:800;
}
.how-item p{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.65;
  font-weight:800;
  max-width:none;
}
.how-line{display:inline}
.how-note{
  max-width:920px;
  margin:38px 0 0;
  padding-left:22px;
  border-left:2px solid rgba(221,195,0,.78);
  color:#fff;
  font-size:19px;
  line-height:1.85;
  font-weight:700;
}

/* Representative:
   compact, natural bust-up crop; text remains the protagonist */
.rep{
  width:min(1180px,calc(100% - 56px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:76px;
  align-items:center;
  min-height:0;
  padding:92px 0;
  background:#fff;
}
.rep-copy{padding:0}
.rep-photo{
  position:relative;
  overflow:hidden;
  width:300px;
  height:310px;
  justify-self:end;
  align-self:center;
  background:#fff;
}
.rep-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.025);
  pointer-events:none;
}
.rep-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 18%;
  opacity:.96;
  filter:saturate(.88) contrast(.98);
  transform:scale(1.58);
  transform-origin:50% 18%;
}

/* Tablet */
@media(max-width:1100px){
  .consult-grid{column-gap:64px}
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){margin-top:40px}

  .how-item{
    grid-template-columns:116px 180px minmax(0,1fr);
    column-gap:28px;
  }
  .how-item:nth-child(even){padding-left:44px}
  .how-num{font-size:82px}
  .how-item h3{font-size:35px}
  .how-item p{font-size:20px}

  .rep{
    width:calc(100% - 48px);
    grid-template-columns:minmax(0,1fr) 270px;
    gap:52px;
    padding:78px 0;
  }
  .rep-photo{width:270px;height:285px}
}

/* Narrow tablet */
@media(max-width:900px){
  .consult-grid{
    grid-template-columns:1fr;
    row-gap:0;
  }
  .consult-item,
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){
    min-height:0;
    margin-top:0;
    padding:28px 0 32px;
    border-bottom:0!important;
    border-top:1px solid rgba(13,8,100,.14)!important;
  }
  .consult-num{font-size:66px;margin-bottom:18px}
  .consult-item p{font-size:29px}
  .consult-item:nth-child(3) p,
  .consult-item:nth-child(4) p{white-space:normal}

  .how-item,
  .how-item:nth-child(even){
    padding:30px 0 32px;
    grid-template-columns:100px minmax(0,1fr);
    column-gap:24px;
  }
  .how-num{
    grid-row:1 / span 2;
    align-self:start;
    font-size:74px;
  }
  .how-item h3{
    grid-column:2;
    font-size:32px;
    margin-bottom:10px;
  }
  .how-item p{
    grid-column:2;
    font-size:19px;
  }

  .rep{
    width:calc(100% - 48px);
    grid-template-columns:minmax(0,1fr) 235px;
    gap:40px;
    padding:70px 0;
  }
  .rep-photo{width:235px;height:255px}
}

/* Mobile */
@media(max-width:680px){
  .consult-item p{font-size:25px;line-height:1.52}
  .consult-break{display:none}

  .how-item,
  .how-item:nth-child(even){
    grid-template-columns:76px minmax(0,1fr);
    column-gap:18px;
    padding:26px 0 28px;
  }
  .how-num{font-size:60px}
  .how-item h3{font-size:29px}
  .how-item p{font-size:18px}
  .how-note{
    margin-top:28px;
    padding-left:16px;
    font-size:16px;
  }

  .rep{
    width:calc(100% - 36px);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding:70px 0;
    gap:34px;
  }
  .rep-photo{
    width:min(72vw,280px);
    height:290px;
    align-self:flex-start;
  }
  .rep-photo img{
    transform:scale(1.52);
    transform-origin:50% 18%;
  }
}


/* ============================================================
   V4.15 — TYPOGRAPHY HIERARCHY
   FV > Section title > Content title > Body
   ============================================================ */

/* Global section rhythm */
.section{
  padding:96px 0;
}
.section-head{
  margin-bottom:42px;
}

/* 1. FV: only place where very large type is allowed */
.eyebrow{
  font-size:18px;
}
.hero h1{
  font-size:clamp(52px,4.7vw,68px);
  line-height:1.36;
}
.hero-copy p{
  font-size:18px;
  line-height:1.95;
}

/* 2. Section titles */
.section h2,
.contact h2,
.rep h2{
  font-size:clamp(40px,3.6vw,48px);
  line-height:1.38;
  letter-spacing:-.035em;
}

/* 3. Section 2 — consultation phrases */
.consult-num{
  font-size:68px;
}
.consult-item p{
  font-size:clamp(28px,2.15vw,34px);
  line-height:1.52;
}

/* 4. Section 3 — case titles and copy */
.story .n{
  font-size:56px;
}
.story h3{
  font-size:clamp(30px,2.65vw,36px);
  line-height:1.46;
}
.story-body,
.story-action-body{
  font-size:18px;
}
.story-after-body{
  font-size:20px;
  line-height:1.72;
}

/* 5. Section 4 — process */
.how-num{
  font-size:82px;
}
.how-item h3{
  font-size:32px;
}
.how-item p{
  font-size:19px;
  line-height:1.68;
}
.how-note{
  font-size:18px;
}

/* 6. Section 5 — case index */
.case-no{
  font-size:70px;
}
.case-title{
  font-size:clamp(30px,2.7vw,36px);
  line-height:1.46;
}
.case-copy{
  font-size:17px;
}

/* 7. Section 6 — customer voice */
.voice-meta strong{
  font-size:18px;
}
.voice-context{
  font-size:15px;
}
.voice-quote{
  font-size:clamp(31px,2.8vw,40px);
  line-height:1.52;
}

/* 8. Section 7 — representative */
.rep-copy h2{
  font-size:clamp(36px,3.2vw,42px);
  line-height:1.42;
}
.rep-copy p{
  font-size:16.5px;
}

/* 9. Contact */
.contact-lines div{
  font-size:19px;
}
.contact>.container>p{
  font-size:17px;
}

/* Tablet */
@media(max-width:1100px){
  .section{
    padding:84px 0;
  }
  .hero h1{
    font-size:48px;
  }
  .section h2,
  .contact h2,
  .rep h2{
    font-size:40px;
  }
  .consult-item p{
    font-size:28px;
  }
  .story h3{
    font-size:32px;
  }
  .how-item h3{
    font-size:30px;
  }
  .how-item p{
    font-size:18px;
  }
  .case-title{
    font-size:32px;
  }
  .voice-quote{
    font-size:34px;
  }
}

/* Narrow tablet */
@media(max-width:900px){
  .hero h1{
    font-size:40px;
  }
  .section h2,
  .contact h2,
  .rep h2{
    font-size:36px;
  }
  .consult-num{
    font-size:58px;
  }
  .consult-item p{
    font-size:26px;
  }
  .story .n{
    font-size:48px;
  }
  .story h3{
    font-size:30px;
  }
  .story-after-body{
    font-size:19px;
  }
  .how-num{
    font-size:66px;
  }
  .how-item h3{
    font-size:28px;
  }
  .how-item p{
    font-size:18px;
  }
  .case-no{
    font-size:58px;
  }
  .case-title{
    font-size:29px;
  }
  .voice-quote{
    font-size:31px;
  }
  .rep-copy h2{
    font-size:36px;
  }
}

/* Mobile */
@media(max-width:680px){
  .section{
    padding:68px 0;
  }
  .section-head{
    margin-bottom:32px;
  }
  .eyebrow{
    font-size:15px;
  }
  .hero h1{
    font-size:clamp(34px,9.5vw,42px);
    line-height:1.44;
  }
  .hero-copy p{
    font-size:16px;
  }
  .section h2,
  .contact h2,
  .rep h2{
    font-size:31px;
    line-height:1.46;
  }
  .consult-num{
    font-size:54px;
  }
  .consult-item p{
    font-size:23px;
  }
  .story .n{
    font-size:44px;
  }
  .story h3{
    font-size:27px;
  }
  .story-body,
  .story-action-body{
    font-size:16.5px;
  }
  .story-after-body{
    font-size:18.5px;
  }
  .how-num{
    font-size:54px;
  }
  .how-item h3{
    font-size:26px;
  }
  .how-item p{
    font-size:17px;
  }
  .how-note{
    font-size:16px;
  }
  .case-no{
    font-size:48px;
  }
  .case-title{
    font-size:27px;
  }
  .case-copy{
    font-size:16px;
  }
  .voice-quote{
    font-size:28px;
  }
  .rep-copy h2{
    font-size:31px;
  }
  .rep-copy p{
    font-size:16px;
  }
  .contact-lines div{
    font-size:17px;
  }
}

/* ============================================================
   V4.16 — BRAND NAVY UNIFICATION
   All major navy surfaces use #0D0864.
   ============================================================ */
:root{--navy:#0D0864}
.header,
.how,
.contact,
.footer{
  background:#0D0864;
}


/* ============================================================
   V4.17 — BACKGROUND & CASE-LINK CLEANUP
   White / warm white / brand navy only.
   ============================================================ */

body{
  background:#FFFFFF;
}

.hero,
.consult,
.approach,
.case,
.rep{
  background:#FFFFFF;
}

.voice{
  background:#FBFAF6;
}

.how,
.contact,
.header,
.footer{
  background:#0D0864;
}

/* Section 5 list link: no duplicate link after the third case */
.case .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
}
.section-head-link{
  flex:0 0 auto;
  padding-bottom:6px;
}
.section-head-link a{
  color:var(--navy);
  font-size:15px;
  line-height:1.4;
  font-weight:800;
  border-bottom:1px solid rgba(13,8,100,.24);
  padding-bottom:4px;
}

/* Keep the representative photo area white rather than cool grey. */
.rep-photo{
  background:#FFFFFF;
}
.rep-photo:after{
  background:rgba(255,255,255,.025);
}

/* On mobile, keep the list link close to the heading without crowding it. */
@media(max-width:680px){
  .case .section-head{
    display:block;
  }
  .section-head-link{
    margin-top:16px;
    padding-bottom:0;
  }
}


/* ============================================================
   V4.18 — EDITORIAL RHYTHM
   Reference-site learnings applied as layout grammar:
   - lines define composition, not boxes
   - asymmetry without hierarchy confusion
   - different section rhythm, same brand language
   ============================================================ */

/* ------------------------------------------------------------
   Base background rhythm
   ------------------------------------------------------------ */
body{background:#fff}
.hero,
.approach,
.case,
.voice{background:#fff}
.consult{background:#FFFDF8}
.rep{background:#fff}

/* ------------------------------------------------------------
   Section 2 — consultation themes
   Editorial two-column field with line + number + title
   ------------------------------------------------------------ */
.consult .section-head{
  margin-bottom:64px;
}
.consult-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:96px;
  row-gap:34px;
  border:0;
  position:relative;
}
.consult-grid:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:rgba(13,8,100,.08);
  transform:translateX(-48px);
}
.consult-item{
  position:relative;
  min-height:230px;
  padding:32px 0 34px;
  border:0!important;
  display:block;
}
.consult-item:before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background:rgba(13,8,100,.22);
  margin-bottom:24px;
}
.consult-item:after{
  content:"";
  position:absolute;
  top:31px;
  left:0;
  width:54px;
  height:2px;
  background:var(--gold);
}
.consult-item:nth-child(2),
.consult-item:nth-child(4){
  transform:translateY(42px);
}
.consult-num{
  position:static;
  margin:0 0 24px;
  color:rgba(13,8,100,.13);
  font-family:var(--serif);
  font-size:64px;
  line-height:1;
  font-weight:600;
}
.consult-item p{
  margin:0;
  color:var(--navy);
  font-size:clamp(28px,2.1vw,34px);
  line-height:1.5;
  font-weight:800;
  letter-spacing:-.028em;
  max-width:520px;
}
.consult-item:nth-child(3) p,
.consult-item:nth-child(4) p{
  white-space:nowrap;
}

/* ------------------------------------------------------------
   Section 3 — keep the magazine-like split, but lighten rhythm
   ------------------------------------------------------------ */
.approach-wrap{
  border-top:1px solid rgba(13,8,100,.12);
}
.story{
  padding:56px 0 60px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.story-block{
  border-top:1px solid rgba(13,8,100,.10);
}
.story .n{
  color:rgba(13,8,100,.10);
}

/* ------------------------------------------------------------
   Section 4 — staggered process sequence
   No boxes; line acts as a visual rail
   ------------------------------------------------------------ */
.how{
  background:#0D0864;
}
.how .section-head{
  margin-bottom:54px;
}
.how-grid{
  position:relative;
  display:block;
  border:0;
  padding-left:0;
}
.how-grid:before{
  content:"";
  position:absolute;
  top:22px;
  bottom:22px;
  left:128px;
  width:1px;
  background:rgba(255,255,255,.20);
}
.how-item{
  min-height:0;
  padding:30px 0 34px;
  display:grid;
  grid-template-columns:104px 220px minmax(0,1fr);
  column-gap:42px;
  align-items:center;
  border:0;
  position:relative;
  overflow:visible;
}
.how-item + .how-item{
  margin-top:4px;
}
.how-item:nth-child(even){
  padding-left:74px;
}
.how-item:after{
  content:"";
  position:absolute;
  left:128px;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.06),transparent);
}
.how-item:last-child:after{display:none}
.how-num{
  position:static;
  color:rgba(255,255,255,.20);
  font-family:var(--serif);
  font-size:72px;
  line-height:1;
  font-weight:600;
}
.how-item h3{
  margin:0;
  color:#fff;
  font-size:31px;
  line-height:1.3;
  font-weight:800;
}
.how-item p{
  margin:0;
  color:#fff;
  font-size:19px;
  line-height:1.65;
  font-weight:700;
}
.how-note{
  margin:44px 0 0 128px;
  max-width:820px;
  padding-left:22px;
  border-left:2px solid rgba(221,195,0,.78);
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.9;
  font-weight:600;
}

/* ------------------------------------------------------------
   Section 5 — editorial index
   Keep lines, but use them as reading rhythm
   ------------------------------------------------------------ */
.case .section-head{
  margin-bottom:44px;
}
.case-list{
  border-top:1px solid rgba(13,8,100,.14);
}
.case-row{
  grid-template-columns:116px minmax(0,1fr);
  gap:40px;
  padding:46px 0 50px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.case-no{
  color:rgba(13,8,100,.11);
  font-size:62px;
}
.case-title{
  font-size:clamp(29px,2.5vw,34px);
}
.case-copy{
  max-width:760px;
}

/* ------------------------------------------------------------
   Section 6 — customer voices
   Asymmetric editorial quotes, no cards, no dark impression
   ------------------------------------------------------------ */
.voice{
  padding-top:104px;
  padding-bottom:112px;
}
.voice .section-head{
  margin-bottom:58px;
}
.voice-grid{
  border:0;
  position:relative;
}
.voice-card{
  border:0;
  padding:0;
  display:block;
  max-width:860px;
  position:relative;
}
.voice-card:first-child{
  margin-right:auto;
}
.voice-card:nth-child(2){
  margin-top:86px;
  margin-left:auto;
  max-width:760px;
}
.voice-card:before{
  content:"";
  display:block;
  height:1px;
  background:rgba(13,8,100,.20);
  margin-bottom:22px;
}
.voice-card:after{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  width:66px;
  height:2px;
  background:var(--gold);
}
.voice-side{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
  margin-bottom:24px;
}
.voice-meta{
  flex:0 0 auto;
  min-width:180px;
}
.voice-meta strong{
  font-size:17px;
}
.voice-context{
  margin:0;
  max-width:460px;
  color:#6a6772;
  font-size:14.5px;
  line-height:1.8;
}
.voice-quote{
  margin:0;
  color:var(--navy);
  font-size:clamp(30px,2.75vw,38px);
  line-height:1.55;
  font-weight:800;
  letter-spacing:-.028em;
}
.voice-quote-line{
  display:block;
}
.voice-card:nth-child(2) .voice-side{
  flex-direction:row-reverse;
  text-align:right;
}
.voice-card:nth-child(2):after{
  left:auto;
  right:0;
}
.voice-card:nth-child(2) .voice-quote{
  text-align:right;
}
.voice-section-link{
  margin-top:64px;
  text-align:right;
}

/* ------------------------------------------------------------
   Section 7 — representative: compact and editorial
   ------------------------------------------------------------ */
.rep{
  width:min(1180px,calc(100% - 56px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:82px;
  align-items:center;
  padding:92px 0;
}
.rep-copy{padding:0}
.rep-photo{
  width:270px;
  height:300px;
  justify-self:end;
  background:#fff;
}
.rep-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 18%;
  opacity:.97;
  filter:saturate(.90) contrast(.99);
  transform:scale(1.60);
  transform-origin:50% 18%;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media(max-width:1100px){
  .consult-grid{column-gap:64px}
  .consult-grid:before{transform:translateX(-32px)}
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){transform:translateY(30px)}

  .how-grid:before{left:104px}
  .how-item{
    grid-template-columns:82px 180px minmax(0,1fr);
    column-gap:34px;
  }
  .how-item:nth-child(even){padding-left:48px}
  .how-item:after{left:104px}
  .how-note{margin-left:104px}

  .voice-card{max-width:760px}
  .voice-card:nth-child(2){max-width:680px}
  .rep{
    width:calc(100% - 48px);
    grid-template-columns:minmax(0,1fr) 245px;
    gap:56px;
  }
  .rep-photo{width:245px;height:275px}
}

@media(max-width:900px){
  .consult-grid{
    grid-template-columns:1fr;
    row-gap:0;
  }
  .consult-grid:before{display:none}
  .consult-item,
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){
    transform:none;
    padding:26px 0 30px;
  }
  .consult-item:nth-child(3) p,
  .consult-item:nth-child(4) p{white-space:normal}

  .how-grid:before{left:80px}
  .how-item,
  .how-item:nth-child(even){
    padding:28px 0 30px;
    grid-template-columns:64px minmax(0,1fr);
    column-gap:24px;
  }
  .how-item:after{left:80px}
  .how-num{
    grid-row:1 / span 2;
    align-self:start;
    font-size:58px;
  }
  .how-item h3{
    grid-column:2;
    font-size:28px;
    margin-bottom:8px;
  }
  .how-item p{
    grid-column:2;
    font-size:18px;
  }
  .how-note{margin-left:80px}

  .voice-card,
  .voice-card:nth-child(2){
    max-width:none;
    margin-left:0;
    margin-right:0;
  }
  .voice-card:nth-child(2){margin-top:64px}
  .voice-side,
  .voice-card:nth-child(2) .voice-side{
    flex-direction:column;
    text-align:left;
    gap:14px;
  }
  .voice-card:nth-child(2) .voice-quote{text-align:left}
  .voice-card:nth-child(2):after{left:0;right:auto}

  .rep{
    width:calc(100% - 48px);
    grid-template-columns:minmax(0,1fr) 220px;
    gap:42px;
  }
  .rep-photo{width:220px;height:250px}
}

@media(max-width:680px){
  .consult .section-head{margin-bottom:44px}
  .consult-num{font-size:54px}
  .consult-item p{font-size:23px}

  .how-grid:before{left:63px}
  .how-item,
  .how-item:nth-child(even){
    grid-template-columns:48px minmax(0,1fr);
    column-gap:18px;
  }
  .how-item:after{left:63px}
  .how-num{font-size:46px}
  .how-item h3{font-size:25px}
  .how-item p{font-size:17px}
  .how-note{
    margin-left:63px;
    padding-left:14px;
    font-size:15.5px;
  }

  .voice{
    padding-top:78px;
    padding-bottom:84px;
  }
  .voice-card:nth-child(2){margin-top:54px}
  .voice-quote{font-size:27px}
  .voice-section-link{text-align:left;margin-top:50px}

  .rep{
    width:calc(100% - 36px);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:34px;
    padding:70px 0;
  }
  .rep-photo{
    width:min(72vw,260px);
    height:280px;
    align-self:flex-start;
  }
}


/* ============================================================
   V4.19 — COMPACT RHYTHM / CUSTOMER VOICE / HORIZONTAL RULES
   ============================================================ */

/* Overall page height: reduce scroll without making it cramped */
.section{
  padding:76px 0;
}
.section-head{
  margin-bottom:32px;
}
.hero{
  min-height:590px;
}
.hero-copy{
  padding:74px 0 70px;
}
.hero-copy p{
  margin-top:30px;
}

/* Section 2: keep editorial asymmetry, but reduce dead height */
.consult .section-head{
  margin-bottom:42px;
}
.consult-grid{
  column-gap:82px;
  row-gap:10px;
}
.consult-grid:before{
  display:none;
}
.consult-item{
  min-height:170px;
  padding:20px 0 24px;
}
.consult-item:nth-child(2),
.consult-item:nth-child(4){
  transform:translateY(18px);
}
.consult-item:before{
  margin-bottom:18px;
}
.consult-num{
  margin-bottom:16px;
  font-size:58px;
}

/* Section 3: reduce vertical travel while keeping hierarchy */
.story{
  padding:40px 0 44px;
}
.story-head{
  margin-bottom:26px;
}
.story-block{
  padding:20px 0;
}
.story-action-body p+p{
  margin-top:4px;
}

/* Section 4:
   horizontal rules only — remove the vertical rail completely */
.how .section-head{
  margin-bottom:36px;
}
.how-grid{
  padding:0;
  border-top:1px solid rgba(255,255,255,.18);
}
.how-grid:before{
  display:none!important;
}
.how-item,
.how-item:nth-child(even){
  padding:22px 0 24px;
  display:grid;
  grid-template-columns:90px 190px minmax(0,1fr);
  column-gap:34px;
  align-items:center;
  margin:0;
}
.how-item:after{
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,.15);
}
.how-num{
  font-size:62px;
}
.how-item h3{
  font-size:29px;
}
.how-item p{
  font-size:18px;
}
.how-note{
  margin:28px 0 0;
  max-width:820px;
  padding-left:18px;
  font-size:16.5px;
}

/* Section 5: compact index rhythm */
.case .section-head{
  margin-bottom:30px;
}
.case-row{
  padding:34px 0 38px;
}
.case-lower{
  margin-top:18px;
}
.case-copy a{
  margin-top:14px;
}

/* Section 6:
   readable editorial testimonials, same reading order for both companies */
.voice{
  background:#FFFDFC;
  padding:78px 0 82px;
}
.voice .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:40px;
}
.voice-head-link{
  flex:0 0 auto;
  padding-bottom:5px;
}
.voice-head-link a{
  color:var(--navy);
  font-size:14.5px;
  font-weight:800;
  border-bottom:1px solid rgba(13,8,100,.22);
  padding-bottom:4px;
}
.voice-grid{
  border-top:1px solid rgba(13,8,100,.14);
}
.voice-card,
.voice-card:nth-child(2){
  max-width:none;
  margin:0;
  padding:34px 0 38px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  column-gap:48px;
  row-gap:16px;
  border-bottom:1px solid rgba(13,8,100,.13);
}
.voice-card:before,
.voice-card:after{
  display:none;
}
.voice-side,
.voice-card:nth-child(2) .voice-side{
  grid-column:1;
  grid-row:1 / span 2;
  display:block;
  margin:0;
  text-align:left;
}
.voice-meta{
  margin:0 0 16px;
}
.voice-context{
  margin:0;
  max-width:250px;
  color:#5f5c67;
  font-size:15px;
  line-height:1.85;
}
.voice-quote,
.voice-card:nth-child(2) .voice-quote{
  grid-column:2;
  grid-row:1;
  text-align:left;
  margin:0;
  align-self:start;
  font-size:clamp(29px,2.45vw,35px);
  line-height:1.52;
}
.voice-detail-link{
  grid-column:2;
  grid-row:2;
  justify-self:start;
  color:var(--navy);
  font-size:14.5px;
  line-height:1.5;
  font-weight:800;
  border-bottom:1px solid rgba(13,8,100,.22);
  padding-bottom:4px;
}

/* Section 7 + CTA: reduce excess vertical height */
.rep{
  padding:68px 0;
}
.contact{
  padding:82px 0 88px;
}
.contact .section-head{
  margin-bottom:28px;
}
.contact-lines{
  margin-top:30px;
}
.contact-lines div{
  padding:11px 0;
}
.contact>.container>p{
  margin-top:24px;
}
.contact-actions{
  margin-top:26px;
}

/* Narrow tablet */
@media(max-width:900px){
  .section{
    padding:66px 0;
  }
  .hero{
    min-height:auto;
  }
  .hero-copy{
    padding:64px 0 62px;
  }

  .consult-item,
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){
    transform:none;
    min-height:0;
    padding:22px 0 26px;
  }

  .how-item,
  .how-item:nth-child(even){
    grid-template-columns:72px minmax(0,1fr);
    column-gap:20px;
    padding:20px 0 22px;
  }
  .how-num{
    grid-row:1 / span 2;
    align-self:start;
    font-size:52px;
  }
  .how-item h3{
    grid-column:2;
    margin-bottom:6px;
    font-size:27px;
  }
  .how-item p{
    grid-column:2;
    font-size:17.5px;
  }
  .how-note{
    margin-left:0;
  }

  .voice-card,
  .voice-card:nth-child(2){
    grid-template-columns:210px minmax(0,1fr);
    column-gap:32px;
  }
  .voice-context{
    max-width:210px;
  }
}

/* Mobile */
@media(max-width:680px){
  .section{
    padding:58px 0;
  }
  .section-head{
    margin-bottom:28px;
  }
  .hero-copy{
    padding:58px 0 56px;
  }

  .voice{
    padding:60px 0 64px;
  }
  .voice .section-head{
    display:block;
    margin-bottom:28px;
  }
  .voice-head-link{
    margin-top:14px;
    padding-bottom:0;
  }
  .voice-card,
  .voice-card:nth-child(2){
    display:block;
    padding:28px 0 32px;
  }
  .voice-side,
  .voice-card:nth-child(2) .voice-side{
    margin-bottom:18px;
  }
  .voice-context{
    max-width:none;
  }
  .voice-quote,
  .voice-card:nth-child(2) .voice-quote{
    margin-bottom:18px;
    font-size:27px;
  }
  .voice-detail-link{
    display:inline-block;
  }

  .rep{
    padding:58px 0;
  }
  .contact{
    padding:64px 0 68px;
  }
}


/* ============================================================
   V4.20 — RULE CLEANUP / LINK POSITIONS / VOICE MEANING
   ============================================================ */

/* Section 2:
   retain gold lead; horizontal rule begins at gold's right edge */
.consult-item{
  position:relative;
}
.consult-item:before{
  content:"";
  position:absolute;
  top:31px;
  left:54px;
  right:0;
  width:auto;
  height:1px;
  margin:0;
  background:rgba(13,8,100,.20);
}
.consult-item:after{
  content:"";
  position:absolute;
  top:30px;
  left:0;
  width:54px;
  height:2px;
  background:var(--gold);
}

/* Section 3:
   remove rule above the examples; keep rules for each internal item;
   keep separator after example 1, remove final rule after example 2 */
.approach-wrap{
  border-top:0!important;
}
.story-block,
.story-block:first-child{
  border-top:1px solid rgba(13,8,100,.10)!important;
}
.story:last-child{
  border-bottom:0!important;
}

/* Section 4:
   horizontal rules only; no top rule */
.how-grid{
  border-top:0!important;
}

/* Section 5:
   no outer top/bottom rules, only separators between cases */
.case-list{
  border-top:0!important;
}
.case-row{
  border-bottom:1px solid rgba(13,8,100,.12);
}
.case-row:last-child{
  border-bottom:0!important;
}
.case-copy a{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.case-all-link{
  margin-top:28px;
  text-align:right;
}
.case-all-link a{
  color:var(--navy);
  font-size:15px;
  line-height:1.5;
  font-weight:800;
  border:0!important;
  padding:0!important;
}

/* Section 6:
   no underlines on detail links; overall link belongs at the bottom.
   Add a short "why this matters" sentence below each customer quote. */
.voice-detail-link{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.voice-meaning{
  grid-column:2;
  margin:0;
  max-width:720px;
  color:#4f4c58;
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}
.voice-card{
  grid-template-rows:auto auto auto;
}
.voice-card .voice-quote{
  grid-row:1;
}
.voice-card .voice-meaning{
  grid-row:2;
}
.voice-card .voice-detail-link{
  grid-row:3;
  margin-top:4px;
}
.voice-all-link{
  margin-top:30px;
  text-align:right;
}
.voice-all-link a{
  color:var(--navy);
  font-size:15px;
  line-height:1.5;
  font-weight:800;
  border:0!important;
  padding:0!important;
}

/* Section 7 */
.rep-copy>a{
  border-bottom:0!important;
  padding-bottom:0!important;
}

/* Section 8: remove every rule */
.contact-lines div{
  border-bottom:0!important;
}
.contact-actions .secondary{
  border-bottom:0!important;
  padding-bottom:0!important;
}

/* Keep CTA condition lines readable without rules */
.contact-lines{
  display:grid;
  gap:16px;
}
.contact-lines div{
  padding:0;
}

/* Tablet/mobile */
@media(max-width:900px){
  .voice-meaning{
    grid-column:2;
    font-size:15.5px;
  }
}
@media(max-width:680px){
  .case-all-link,
  .voice-all-link{
    text-align:left;
    margin-top:24px;
  }
  .voice-meaning{
    grid-column:auto;
    margin:0 0 16px;
    font-size:15px;
  }
}


/* ============================================================
   V4.21 — SECTION 2 ONLY
   Navy background + tighter internal spacing
   ============================================================ */

.consult{
  background:#0D0864!important;
  color:#fff;
  padding:56px 0!important;
}

.consult .section-head{
  margin-bottom:28px!important;
}

.consult .section-head h2{
  color:#fff!important;
}

.consult-grid{
  column-gap:72px!important;
  row-gap:0!important;
}

.consult-item,
.consult-item:nth-child(2),
.consult-item:nth-child(4){
  min-height:138px!important;
  padding:18px 0 20px!important;
  transform:none!important;
}

/* Gold lead + pale white rule extending from its right edge */
.consult-item:after{
  top:17px!important;
  left:0!important;
  width:52px!important;
  height:2px!important;
  background:var(--gold)!important;
}

.consult-item:before{
  top:18px!important;
  left:52px!important;
  right:0!important;
  width:auto!important;
  height:1px!important;
  margin:0!important;
  background:rgba(255,255,255,.18)!important;
}

.consult-num{
  margin:0 0 10px!important;
  color:rgba(255,255,255,.18)!important;
  font-size:52px!important;
}

.consult-item p{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(26px,2vw,32px)!important;
  line-height:1.42!important;
  font-weight:800!important;
}

/* Keep short consultation items on one line on desktop */
.consult-item:nth-child(3) p,
.consult-item:nth-child(4) p{
  white-space:nowrap!important;
}

@media(max-width:900px){
  .consult{
    padding:48px 0!important;
  }
  .consult .section-head{
    margin-bottom:24px!important;
  }
  .consult-grid{
    grid-template-columns:1fr!important;
  }
  .consult-item,
  .consult-item:nth-child(2),
  .consult-item:nth-child(4){
    min-height:0!important;
    padding:18px 0 22px!important;
  }
  .consult-num{
    font-size:48px!important;
  }
  .consult-item p{
    font-size:25px!important;
  }
  .consult-item:nth-child(3) p,
  .consult-item:nth-child(4) p{
    white-space:normal!important;
  }
}

@media(max-width:680px){
  .consult{
    padding:42px 0!important;
  }
  .consult-item p{
    font-size:23px!important;
  }
}


/* ============================================================
   V4.22 — FOOTER / CTA / BACK TO TOP
   ============================================================ */

/* Header CTA: same brand language as gold lead lines elsewhere */
.cta-head{
  position:relative;
  gap:12px;
  min-width:126px;
  padding:0 20px 0 22px;
  border:1px solid rgba(255,255,255,.74);
  border-bottom:2px solid var(--gold);
  background:#fff;
  color:var(--navy);
  font-weight:800;
  letter-spacing:.015em;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.cta-head:after{
  content:"→";
  font-size:15px;
  line-height:1;
  transform:translateY(-1px);
}
.cta-head:hover,
.cta-head:focus-visible{
  background:#F7F6FC;
  border-color:#fff;
  border-bottom-color:var(--gold);
}

/* Main CTA in Section 8: larger, not just a plain rectangle */
.cta-main{
  position:relative;
  min-width:184px;
  height:54px;
  padding:0 24px 0 26px;
  gap:18px;
  border:1px solid rgba(255,255,255,.76);
  border-bottom:3px solid var(--gold);
  background:#fff;
  color:var(--navy);
  font-weight:900;
  letter-spacing:.015em;
  transition:background .18s ease,transform .18s ease;
}
.cta-main:after{
  content:"→";
  font-size:17px;
  line-height:1;
}
.cta-main:hover,
.cta-main:focus-visible{
  background:#F7F6FC;
  transform:translateY(-1px);
}

/* Footer: one horizontal row, but clear separation between link labels */
.footer{
  padding:38px 0;
}
.footer .row{
  gap:44px;
}
.footer .links{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  column-gap:34px;
  row-gap:12px;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}
.footer .links a{
  display:inline-block;
  color:#fff;
  white-space:nowrap;
  opacity:.92;
  transition:opacity .16s ease;
}
.footer .links a:hover,
.footer .links a:focus-visible{
  opacity:1;
}

/* Back to top:
   white utility surface remains visible on both white and navy backgrounds */
.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:50;
  width:52px;
  height:56px;
  padding:7px 4px 6px;
  border:1px solid rgba(13,8,100,.24);
  border-top:2px solid var(--gold);
  border-radius:2px;
  background:rgba(255,255,255,.96);
  color:var(--navy);
  box-shadow:0 5px 18px rgba(12,10,45,.10);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease,background .18s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover,
.back-to-top:focus-visible{
  background:#F7F6FC;
}
.back-to-top:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}
.back-to-top-arrow{
  font-size:19px;
  line-height:1;
  font-weight:600;
}
.back-to-top-label{
  font-size:9px;
  line-height:1;
  letter-spacing:.10em;
  font-weight:800;
}

/* Footer wrapping: still horizontal, simply wraps as a row on narrower widths */
@media(max-width:1100px){
  .footer .row{
    gap:30px;
  }
  .footer .links{
    column-gap:24px;
    font-size:13.5px;
  }
}

@media(max-width:820px){
  .footer .row{
    align-items:flex-start;
    flex-direction:column;
    gap:22px;
  }
  .footer .links{
    margin-left:0;
    justify-content:flex-start;
    column-gap:24px;
    row-gap:14px;
  }
}

@media(max-width:680px){
  .back-to-top{
    right:14px;
    bottom:14px;
    width:48px;
    height:52px;
  }
  .footer{
    padding:32px 0;
  }
}

/* ============================================================
   Initial case detail prototype V1.0
   Concrete page: /jireisyuu/additional-financing/
   Common pattern candidate for the five approved initial cases.
   ============================================================ */

.logo-link{display:flex;align-items:center;flex:0 0 auto}
.nav a{position:relative}
.nav a[aria-current="page"]:after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-13px;
  height:2px;
  background:var(--gold);
}

/* Hero: deliberately smaller than top FV and list-page hero. */
.detail-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.detail-hero-inner{
  padding:74px 0 72px;
}
.detail-hero-meta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:32px;
}
.detail-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.detail-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}
.detail-case-no{
  color:rgba(13,8,100,.085);
  font-family:var(--serif);
  font-size:72px;
  line-height:.9;
  font-weight:600;
}
.detail-hero h1{
  margin:26px 0 0;
  max-width:970px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(48px,4.35vw,62px);
  line-height:1.4;
  letter-spacing:-.048em;
  font-weight:600;
}

/* Main narrative. Thin rules define the reading sequence without cardization. */
.detail-story{
  background:#fff;
}
.detail-story-inner{
  padding:16px 0 16px;
}
.detail-block{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:58px;
  padding:52px 0 56px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.detail-block:last-child{
  border-bottom:0;
}
.detail-block-head{
  align-self:start;
}
.detail-step{
  display:block;
  margin-bottom:16px;
  color:rgba(13,8,100,.11);
  font-family:var(--serif);
  font-size:52px;
  line-height:1;
  font-weight:600;
}
.detail-block-head h2{
  margin:0;
  color:var(--navy);
  font-size:23px;
  line-height:1.48;
  letter-spacing:-.02em;
  font-weight:800;
}
.detail-block-body{
  max-width:830px;
  color:#302e39;
  font-size:18px;
  line-height:1.95;
  font-weight:500;
}
.detail-block-body p{
  margin:0;
}
.detail-block-body p+p{
  margin-top:14px;
}

/* The consultation and the verified change are stronger, but not result banners. */
.detail-lead{
  color:var(--navy);
  font-size:clamp(28px,2.45vw,36px);
  line-height:1.62;
  letter-spacing:-.028em;
  font-weight:800;
  max-width:880px;
}
.detail-block-core{
  position:relative;
}
.detail-block-core:before{
  content:"";
  position:absolute;
  top:-1px;
  left:308px;
  width:64px;
  height:2px;
  background:var(--gold);
}
.detail-action{
  max-width:820px;
}
.detail-result{
  color:var(--navy);
  font-size:clamp(26px,2.2vw,32px);
  line-height:1.65;
  letter-spacing:-.024em;
  font-weight:800;
}

/* Related cases: use the approved editorial-index grammar. */
.related-cases{
  background:#FFFDFC;
  padding-top:72px;
  padding-bottom:78px;
}
.related-head{
  margin-bottom:20px;
}
.related-head h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(34px,3vw,42px);
  line-height:1.42;
  letter-spacing:-.035em;
  font-weight:800;
}
.related-list{
  border-top:1px solid rgba(13,8,100,.13);
}
.related-row{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:36px;
  padding:34px 0 38px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.related-no{
  padding-top:3px;
  color:rgba(13,8,100,.10);
  font-family:var(--serif);
  font-size:50px;
  line-height:1;
  font-weight:600;
}
.related-main h3{
  margin:0;
  color:var(--navy);
  font-size:clamp(27px,2.3vw,32px);
  line-height:1.5;
  letter-spacing:-.025em;
  font-weight:800;
}
.related-title-line{display:block}
.related-main p{
  margin:14px 0 0;
  max-width:760px;
  color:#46434e;
  font-size:16px;
  line-height:1.9;
}
.related-link,
.case-list-back a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  color:var(--navy);
  font-size:14.5px;
  line-height:1.5;
  font-weight:800;
}
.related-link span,
.case-list-back a span{
  transition:transform .2s ease;
}
.related-link:hover span,
.related-link:focus-visible span,
.case-list-back a:hover span,
.case-list-back a:focus-visible span{
  transform:translateX(4px);
}
.related-link:focus-visible,
.case-list-back a:focus-visible{
  outline:2px solid rgba(221,195,0,.85);
  outline-offset:6px;
}
.case-list-back{
  margin-top:24px;
  text-align:right;
}

/* Final CTA: common V4.22 system, no extra unapproved sales copy. */
.detail-contact{
  padding:76px 0 82px;
  background:var(--navy);
}
.detail-contact .section-head{
  margin-bottom:0;
}
.detail-contact h2{
  max-width:920px;
  font-size:clamp(37px,3.35vw,45px);
}
.detail-contact .contact-actions{
  margin-top:28px;
}

/* Tablet */
@media(max-width:1100px){
  .detail-hero-inner{padding:68px 0 66px}
  .detail-block{
    grid-template-columns:210px minmax(0,1fr);
    gap:44px;
  }
  .detail-block-core:before{
    left:254px;
  }
}

/* Narrow tablet */
@media(max-width:900px){
  .detail-hero h1{
    font-size:42px;
  }
  .detail-case-no{
    font-size:60px;
  }
  .detail-block{
    grid-template-columns:170px minmax(0,1fr);
    gap:32px;
    padding:44px 0 48px;
  }
  .detail-block-core:before{
    left:202px;
  }
  .detail-block-body{
    font-size:17px;
  }
  .detail-lead{
    font-size:29px;
  }
}

/* Mobile */
@media(max-width:680px){
  .detail-hero-inner{
    padding:52px 0 54px;
  }
  .detail-hero-meta{
    align-items:center;
  }
  .detail-eyebrow{
    font-size:15px;
  }
  .detail-eyebrow:before{
    width:30px;
  }
  .detail-case-no{
    font-size:46px;
  }
  .detail-hero h1{
    margin-top:20px;
    font-size:clamp(34px,9.4vw,40px);
    line-height:1.46;
  }

  .detail-story-inner{
    padding-top:4px;
    padding-bottom:4px;
  }
  .detail-block{
    grid-template-columns:1fr;
    gap:16px;
    padding:34px 0 38px;
  }
  .detail-block-head{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:12px;
    align-items:center;
  }
  .detail-step{
    margin:0;
    font-size:42px;
  }
  .detail-block-head h2{
    font-size:21px;
  }
  .detail-block-core:before{
    top:-1px;
    left:0;
    width:54px;
  }
  .detail-block-body{
    font-size:16.5px;
    line-height:1.92;
  }
  .detail-lead{
    font-size:25px;
    line-height:1.68;
  }
  .detail-result{
    font-size:24px;
    line-height:1.7;
  }

  .related-cases{
    padding-top:54px;
    padding-bottom:60px;
  }
  .related-head h2{
    font-size:30px;
  }
  .related-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:28px 0 32px;
  }
  .related-no{
    font-size:42px;
  }
  .related-main h3{
    font-size:26px;
    line-height:1.52;
  }
  .related-title-line{
    display:block;
  }
  .related-main p{
    font-size:15.5px;
  }
  .case-list-back{
    text-align:left;
    margin-top:18px;
  }

  .detail-contact{
    padding:60px 0 66px;
  }
  .detail-contact h2{
    font-size:31px;
    line-height:1.48;
  }
  .detail-contact .contact-actions{
    margin-top:24px;
  }
}

@media(prefers-reduced-motion:reduce){
  .related-link span,
  .case-list-back a span{
    transition:none!important;
  }
}

/* V1.1 review adjustments */
.detail-hero-meta{display:block}
.detail-hero h1{max-width:1040px}

.detail-step{
  margin-bottom:10px;
  font-size:30px;
  line-height:1;
  color:rgba(13,8,100,.28);
}
.detail-block-head h2{font-size:22px}

.detail-block{
  grid-template-columns:220px minmax(0,1fr);
  gap:48px;
}
.detail-block-core:before{left:268px}

.detail-lead{
  max-width:900px;
  font-size:clamp(25px,2vw,29px);
  line-height:1.72;
}
.detail-lead p+p{
  margin-top:12px;
  color:#302e39;
  font-size:18px;
  line-height:1.95;
  font-weight:500;
  letter-spacing:0;
}
.detail-block-body{max-width:870px}

.related-row{
  grid-template-columns:1fr;
  gap:0;
}
.related-main{max-width:980px}

@media(max-width:1100px){
  .detail-block{
    grid-template-columns:190px minmax(0,1fr);
    gap:40px;
  }
  .detail-block-core:before{left:230px}
}
@media(max-width:900px){
  .detail-block{
    grid-template-columns:155px minmax(0,1fr);
    gap:30px;
  }
  .detail-block-core:before{left:185px}
  .detail-lead{font-size:26px}
}
@media(max-width:680px){
  .detail-block{
    grid-template-columns:1fr;
    gap:14px;
  }
  .detail-block-head{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
    align-items:center;
  }
  .detail-step{font-size:27px}
  .detail-block-head h2{font-size:20px}
  .detail-block-core:before{left:0}
  .detail-lead{
    font-size:22px;
    line-height:1.72;
  }
  .detail-lead p+p{
    font-size:16.5px;
    line-height:1.9;
  }
}

/* ============================================================
   V1.2 number hierarchy correction
   - remove 01–04 from the four story blocks
   - keep case numbers in related cases
   - page-title case number remains removed
   ============================================================ */

.detail-block-head{
  display:block;
}
.detail-block-head h2{
  font-size:22px;
}

/* Related-case numbers are case identifiers, so they remain. */
.related-row{
  grid-template-columns:92px minmax(0,1fr);
  gap:36px;
}
.related-no{
  padding-top:3px;
  color:rgba(13,8,100,.10);
  font-family:var(--serif);
  font-size:50px;
  line-height:1;
  font-weight:600;
}

@media(max-width:900px){
  .related-row{
    grid-template-columns:76px minmax(0,1fr);
    gap:24px;
  }
  .related-no{
    font-size:44px;
  }
}

@media(max-width:680px){
  .detail-block-head{
    display:block;
  }

  .related-row{
    grid-template-columns:1fr;
    gap:10px;
  }
  .related-no{
    font-size:40px;
  }
}

/* ============================================================
   V1.3 footer company information
   ============================================================ */
.footer .row{
  align-items:flex-start;
}
.footer-brand-group{
  display:flex;
  align-items:flex-start;
  gap:24px;
  min-width:0;
}
.footer-brand-group > a,
.footer-brand-group > img{
  flex:0 0 auto;
}
.footer-company-info{
  padding-top:1px;
  color:rgba(255,255,255,.9);
  font-size:13px;
  line-height:1.75;
  font-weight:500;
  letter-spacing:.01em;
}
.footer-company-info p{
  margin:0;
}
.footer-company-info p:first-child{
  font-weight:700;
  color:#fff;
  margin-bottom:2px;
}

@media(max-width:900px){
  .footer-brand-group{
    gap:20px;
  }
  .footer-company-info{
    font-size:12.5px;
  }
}

@media(max-width:680px){
  .footer-brand-group{
    flex-direction:column;
    gap:14px;
  }
  .footer-company-info{
    font-size:12.5px;
    line-height:1.7;
  }
}

/* ============================================================
   Individual case pages — unified opening/result typography
   User-approved rule:
   "相談のきっかけ" and "その後の変化" use the same font scale.
   ============================================================ */

.detail-lead,
.detail-result{
  max-width:900px;
  color:var(--navy);
  font-size:20px;
  line-height:1.9;
  letter-spacing:-.01em;
  font-weight:700;
  text-wrap:pretty;
  line-break:strict;
}

.detail-lead p+p,
.detail-result p+p{
  margin-top:10px;
  color:var(--navy);
  font-size:20px;
  line-height:1.9;
  letter-spacing:-.01em;
  font-weight:700;
}

@media(max-width:900px){
  .detail-lead,
  .detail-result,
  .detail-lead p+p,
  .detail-result p+p{
    font-size:19px;
  }
}

@media(max-width:680px){
  .detail-lead,
  .detail-result,
  .detail-lead p+p,
  .detail-result p+p{
    font-size:17.5px;
    line-height:1.9;
    font-weight:700;
  }
}

/* ============================================================
   Individual case titles — semantic responsive wrapping
   Desktop: approved semantic lines.
   Mobile: no forced desktop line; wrapping is allowed only
   between short semantic units, avoiding mid-word / odd breaks.
   ============================================================ */
.detail-title-line{
  display:block;
  white-space:nowrap;
}
.detail-title-unit{
  display:inline;
  white-space:nowrap;
}

.related-title-unit{
  display:inline-block;
  white-space:nowrap;
}

@media(max-width:680px){
  .detail-title-line{
    display:inline;
    white-space:normal;
  }
  .detail-title-unit{
    display:inline-block;
    white-space:nowrap;
  }
}

/* Header logo: use the uploaded transparent logo at the same display width as the footer logo. */
.header .logo{
  width:135px;
  height:auto;
  object-fit:contain;
  object-position:left center;
}
@media(max-width:1100px){
  .header .logo{width:135px}
}
@media(max-width:680px){
  .header .logo{width:135px}
}

/* ============================================================
   Customer Voice Page Prototype V1.0
   Based on approved IA D-013 and V4.22 design baseline.
   ============================================================ */

.logo-link{display:flex;align-items:center;flex:0 0 auto}
.nav a{position:relative}
.nav a[aria-current="page"]:after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-13px;
  height:2px;
  background:var(--gold);
}

/* Page opening */
.voice-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.voice-hero-inner{
  padding:74px 0 72px;
}
.voice-page-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.voice-page-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  background:var(--gold);
  flex:0 0 auto;
}
.voice-hero h1{
  margin:28px 0 0;
  max-width:1050px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(45px,4.05vw,58px);
  line-height:1.42;
  letter-spacing:-.045em;
  font-weight:600;
}
.voice-title-line{
  display:block;
  white-space:nowrap;
}
.voice-hero-copy{
  margin:28px 0 0;
  max-width:840px;
  color:#34313c;
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}

/* Shared section heading */
.voice-section-head{
  margin-bottom:28px;
}
.voice-section-head h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(34px,3vw,42px);
  line-height:1.42;
  letter-spacing:-.035em;
  font-weight:800;
}

/* Main customer voices:
   same reading direction, no cards, no huge quote marks */
.voice-main{
  background:#fff;
  padding-top:74px;
  padding-bottom:76px;
}
.voice-main-list{
  border-top:1px solid rgba(13,8,100,.13);
}
.voice-main-item{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:54px;
  padding:48px 0 52px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.voice-main-item:last-child{
  border-bottom:0;
}
.voice-company{
  align-self:start;
  display:flex;
  flex-direction:column;
  gap:6px;
  color:var(--navy);
}
.voice-company strong{
  font-size:18px;
  line-height:1.55;
  font-weight:800;
}
.voice-company span{
  color:#716e78;
  font-size:14px;
  line-height:1.5;
}
.voice-main-body{
  max-width:850px;
}
.voice-intro-title{
  margin:0;
  color:var(--navy);
  font-size:21px;
  line-height:1.65;
  font-weight:800;
  letter-spacing:-.015em;
}
.voice-intro-copy{
  margin:12px 0 0;
  color:#4b4853;
  font-size:16px;
  line-height:1.9;
  font-weight:500;
}
.voice-customer-quote{
  position:relative;
  margin:28px 0 0;
  padding-top:22px;
  color:var(--navy);
  font-size:clamp(29px,2.45vw,35px);
  line-height:1.55;
  letter-spacing:-.03em;
  font-weight:800;
}
.voice-customer-quote:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:62px;
  height:2px;
  background:var(--gold);
}
.voice-explanation{
  margin:20px 0 0;
  color:#3f3c47;
  font-size:16px;
  line-height:1.9;
  font-weight:500;
  max-width:800px;
}

/* Secondary voices:
   intentionally lower visual priority */
.voice-more{
  background:#FFFDFC;
  padding-top:68px;
  padding-bottom:72px;
}
.voice-more-head{
  max-width:900px;
}
.voice-more-list{
  border-top:1px solid rgba(13,8,100,.13);
}
.voice-more-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:48px;
  padding:30px 0 34px;
  border-bottom:1px solid rgba(13,8,100,.11);
}
.voice-more-row:last-child{
  border-bottom:0;
}
.voice-more-company{
  color:var(--navy);
  font-size:17px;
  line-height:1.6;
  font-weight:800;
}
.voice-more-row p{
  margin:0;
  max-width:760px;
  color:#4c4954;
  font-size:15.5px;
  line-height:1.9;
  font-weight:500;
}

/* Final CTA */
.voice-contact{
  padding:74px 0 80px;
  background:var(--navy);
}
.voice-contact .section-head{
  margin-bottom:0;
}
.voice-contact h2{
  max-width:1000px;
  font-size:clamp(36px,3.2vw,43px);
}
.voice-contact .contact-actions{
  margin-top:30px;
}

/* Tablet */
@media(max-width:1100px){
  .voice-main-item{
    grid-template-columns:210px minmax(0,1fr);
    gap:42px;
  }
  .voice-more-row{
    grid-template-columns:190px minmax(0,1fr);
    gap:36px;
  }
}

/* Narrow tablet */
@media(max-width:900px){
  .voice-hero h1{
    font-size:41px;
  }
  .voice-main-item{
    grid-template-columns:180px minmax(0,1fr);
    gap:30px;
    padding:42px 0 46px;
  }
  .voice-customer-quote{
    font-size:30px;
  }
  .voice-more-row{
    grid-template-columns:160px minmax(0,1fr);
    gap:28px;
  }
}

/* Mobile */
@media(max-width:680px){
  .voice-hero-inner{
    padding:52px 0 54px;
  }
  .voice-page-eyebrow{
    font-size:15px;
  }
  .voice-page-eyebrow:before{
    width:30px;
  }
  .voice-hero h1{
    margin-top:20px;
    font-size:clamp(32px,8.7vw,39px);
    line-height:1.5;
  }
  .voice-title-line{
    display:inline;
    white-space:normal;
  }
  .voice-title-line + .voice-title-line:before{
    content:" ";
  }
  .voice-hero-copy{
    margin-top:22px;
    font-size:16px;
    line-height:1.9;
  }
  .voice-desktop-break{
    display:none;
  }

  .voice-main{
    padding-top:56px;
    padding-bottom:58px;
  }
  .voice-section-head{
    margin-bottom:22px;
  }
  .voice-section-head h2{
    font-size:30px;
  }
  .voice-main-item{
    grid-template-columns:1fr;
    gap:20px;
    padding:34px 0 38px;
  }
  .voice-company{
    gap:4px;
  }
  .voice-intro-title{
    font-size:19px;
    line-height:1.7;
  }
  .voice-intro-copy,
  .voice-explanation{
    font-size:15.5px;
    line-height:1.9;
  }
  .voice-customer-quote{
    margin-top:24px;
    padding-top:18px;
    font-size:26px;
    line-height:1.62;
  }

  .voice-more{
    padding-top:54px;
    padding-bottom:58px;
  }
  .voice-more-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:26px 0 30px;
  }
  .voice-more-company{
    font-size:16.5px;
  }
  .voice-more-row p{
    font-size:15.5px;
  }

  .voice-contact{
    padding:60px 0 66px;
  }
  .voice-contact h2{
    font-size:30px;
    line-height:1.5;
  }
}

@media(prefers-reduced-motion:reduce){
  .voice-main *,
  .voice-more *{
    scroll-behavior:auto!important;
  }
}

/* ============================================================
   V1.1 — richer customer experience content
   ============================================================ */

.voice-main-item{
  grid-template-columns:220px minmax(0,1fr);
  gap:58px;
  padding:50px 0 58px;
}

.voice-main-body{
  max-width:880px;
}

.voice-intro-title{
  font-size:22px;
}

.voice-experience{
  margin-top:22px;
  border-top:1px solid rgba(13,8,100,.10);
}

.voice-experience-row,
.voice-change{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:26px;
  padding:18px 0;
}

.voice-experience-row + .voice-experience-row{
  border-top:1px solid rgba(13,8,100,.08);
}

.voice-experience-label{
  color:var(--navy);
  font-size:13px;
  line-height:1.6;
  letter-spacing:.045em;
  font-weight:800;
}

.voice-experience-row p,
.voice-change p{
  margin:0;
  color:#45424d;
  font-size:16px;
  line-height:1.95;
  font-weight:500;
}

.voice-customer-quote{
  margin-top:28px;
}

.voice-change{
  margin-top:18px;
  padding-top:20px;
  border-top:1px solid rgba(13,8,100,.10);
}

.voice-more-row{
  grid-template-columns:220px minmax(0,1fr);
  gap:48px;
  padding:34px 0 38px;
}

.voice-more-body{
  max-width:790px;
}

.voice-more-body p{
  margin:0;
  color:#4c4954;
  font-size:15.5px;
  line-height:1.9;
  font-weight:500;
}

.voice-more-body p+p{
  margin-top:9px;
}

@media(max-width:900px){
  .voice-main-item{
    grid-template-columns:180px minmax(0,1fr);
    gap:32px;
  }
  .voice-experience-row,
  .voice-change{
    grid-template-columns:104px minmax(0,1fr);
    gap:20px;
  }
  .voice-more-row{
    grid-template-columns:170px minmax(0,1fr);
    gap:30px;
  }
}

@media(max-width:680px){
  .voice-main-item{
    grid-template-columns:1fr;
    gap:18px;
    padding:34px 0 40px;
  }

  .voice-intro-title{
    font-size:19px;
  }

  .voice-experience{
    margin-top:18px;
  }

  .voice-experience-row,
  .voice-change{
    grid-template-columns:1fr;
    gap:6px;
    padding:15px 0;
  }

  .voice-experience-row p,
  .voice-change p{
    font-size:15.5px;
    line-height:1.9;
  }

  .voice-change{
    margin-top:14px;
  }

  .voice-more-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:28px 0 32px;
  }

  .voice-more-body p{
    font-size:15.5px;
  }
}

/* ============================================================
   V1.2 — cross-device QA / semantic Japanese wrapping
   ============================================================ */

.voice-hero h1{
  max-width:1120px;
  font-size:clamp(43px,3.75vw,54px);
}

.voice-title-line{
  display:block;
  white-space:nowrap;
}

.voice-title-unit,
.voice-heading-unit,
.voice-section-title-unit,
.voice-quote-unit{
  display:inline-block;
  white-space:nowrap;
}

.voice-title-unit + .voice-title-unit,
.voice-heading-unit + .voice-heading-unit,
.voice-section-title-unit + .voice-section-title-unit,
.voice-quote-unit + .voice-quote-unit{
  margin-left:.18em;
}

/* Keep the current page's explanatory copy readable without making it a quote. */
.voice-experience-row p,
.voice-change p,
.voice-more-body p{
  text-wrap:pretty;
  line-break:strict;
}

@media(max-width:900px){
  .voice-hero h1{
    font-size:39px;
  }

  .voice-title-line{
    white-space:normal;
  }

  .voice-title-unit{
    display:inline-block;
    white-space:nowrap;
  }
}

@media(max-width:680px){
  .voice-hero h1{
    font-size:clamp(31px,8.4vw,37px);
    line-height:1.52;
  }

  .voice-title-line{
    display:inline;
    white-space:normal;
  }

  .voice-title-line + .voice-title-line:before{
    content:" ";
  }

  .voice-title-unit,
  .voice-heading-unit,
  .voice-section-title-unit,
  .voice-quote-unit{
    display:inline-block;
    white-space:nowrap;
  }

  .voice-title-unit + .voice-title-unit,
  .voice-heading-unit + .voice-heading-unit,
  .voice-section-title-unit + .voice-section-title-unit,
  .voice-quote-unit + .voice-quote-unit{
    margin-left:.16em;
  }
}

/* ============================================================
   V1.3 — footer layout refinement
   - logo above company information
   - desktop footer links kept on one line
   - keep "笹屋町436" together
   ============================================================ */

.footer .row{
  display:grid;
  grid-template-columns:minmax(280px,320px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  justify-content:stretch;
}

.footer-brand-group{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  min-width:0;
}

.footer-brand-group > a,
.footer-brand-group > img{
  flex:0 0 auto;
}

.footer-company-info{
  padding-top:0;
  font-size:12.5px;
  line-height:1.7;
}

.footer-nowrap{
  white-space:nowrap;
}

.footer .links{
  margin-left:0;
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  flex-wrap:nowrap;
  gap:28px;
  padding-top:3px;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
  min-width:0;
}

.footer .links a{
  flex:0 0 auto;
  white-space:nowrap;
}

/* Medium widths: retain a single link row by tightening spacing slightly. */
@media(max-width:1100px) and (min-width:901px){
  .footer .row{
    grid-template-columns:280px minmax(0,1fr);
    gap:24px;
  }
  .footer .links{
    gap:22px;
    font-size:13px;
  }
  .footer-company-info{
    font-size:12px;
  }
}

/* Mobile/narrow tablet: prioritize readability over one-row links. */
@media(max-width:900px){
  .footer .row{
    display:flex;
    flex-direction:column;
    gap:24px;
  }
  .footer-brand-group{
    gap:12px;
  }
  .footer .links{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:14px 24px;
    padding-top:0;
  }
}

@media(max-width:680px){
  .footer-brand-group{
    flex-direction:column;
    gap:12px;
  }
  .footer-company-info{
    font-size:12.5px;
    line-height:1.7;
  }
}

/* ============================================================
   V1.4 — footer hierarchy refinement
   Desktop:
   1) footer menu in one row
   2) logo + company information below
   3) company information sits to the right of the logo
   ============================================================ */

.footer .row{
  display:flex;
  flex-direction:column;
  gap:28px;
  align-items:stretch;
}

.footer .links{
  order:1;
  width:100%;
  margin-left:0;
  padding-top:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:32px;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}

.footer .links a{
  flex:0 0 auto;
  white-space:nowrap;
}

.footer-brand-group{
  order:2;
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:24px;
  min-width:0;
}

.footer-brand-group > a,
.footer-brand-group > img{
  flex:0 0 auto;
}

.footer-company-info{
  padding-top:0;
  color:rgba(255,255,255,.9);
  font-size:12.5px;
  line-height:1.7;
}

.footer-company-info p{
  margin:0;
}

.footer-company-info p:first-child{
  margin-bottom:2px;
  color:#fff;
  font-weight:700;
}

.footer-nowrap{
  white-space:nowrap;
}

@media(max-width:1100px) and (min-width:901px){
  .footer .links{
    gap:24px;
    font-size:13px;
  }
}

/* Narrow tablet/mobile: links may wrap, but logo + address stay as one group. */
@media(max-width:900px){
  .footer .row{
    gap:24px;
  }

  .footer .links{
    flex-wrap:wrap;
    gap:14px 24px;
  }

  .footer-brand-group{
    flex-direction:row;
    gap:20px;
  }
}

@media(max-width:680px){
  .footer-brand-group{
    flex-direction:column;
    gap:12px;
  }

  .footer-company-info{
    font-size:12.5px;
    line-height:1.7;
  }
}

/* ============================================================
   V1.5 — footer centering refinement
   - footer menu centered as one group
   - logo + company information centered as one group
   - company information text itself remains left-aligned
   ============================================================ */

.footer .links{
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
}

.footer-brand-group{
  width:max-content;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  justify-content:flex-start;
}

.footer-company-info{
  text-align:left;
}

@media(max-width:900px){
  .footer .links{
    justify-content:center;
  }

  .footer-brand-group{
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:680px){
  .footer-brand-group{
    align-items:flex-start;
  }

  .footer-company-info{
    text-align:left;
  }
}

/* ============================================================
   About Page Prototype V1.0
   D-014 IA / V4.22 + D-021 shared design system
   ============================================================ */

.logo-link{display:flex;align-items:center;flex:0 0 auto}
.nav a{position:relative}
.nav a[aria-current="page"]:after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-13px;
  height:2px;
  background:var(--gold);
}

/* Section 1: Philosophy */
.about-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.about-hero-inner{
  padding:74px 0 84px;
}
.about-page-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.about-page-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}
.about-philosophy-label{
  margin-top:46px;
  color:#77737e;
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.08em;
}
.about-hero h1{
  margin:16px 0 0;
  max-width:1080px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(48px,4.45vw,64px);
  line-height:1.42;
  letter-spacing:-.047em;
  font-weight:600;
}
.about-title-line{
  display:block;
  white-space:nowrap;
}
.about-title-unit{
  display:inline-block;
  white-space:nowrap;
}
.about-title-unit + .about-title-unit{
  margin-left:.16em;
}
.about-hero-copy{
  margin-top:36px;
  max-width:850px;
}
.about-hero-copy p{
  margin:0;
  color:#383540;
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}
.about-hero-copy p+p{
  margin-top:10px;
}

/* Section 2: Representative background */
.about-representative{
  background:#fff;
  padding-top:82px;
  padding-bottom:88px;
}
.about-representative-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:70px;
  align-items:center;
}
.about-section-kicker{
  color:#716e78;
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.045em;
}
.about-representative h2{
  margin:18px 0 0;
  color:var(--navy);
  font-size:clamp(36px,3.25vw,46px);
  line-height:1.5;
  letter-spacing:-.038em;
  font-weight:800;
}
.about-heading-line{
  display:block;
  white-space:nowrap;
}
.about-heading-unit{
  display:inline-block;
  white-space:nowrap;
}
.about-heading-unit + .about-heading-unit{
  margin-left:.14em;
}
.about-representative-body{
  margin-top:30px;
  max-width:760px;
}
.about-representative-body p{
  margin:0;
  color:#44414b;
  font-size:16.5px;
  line-height:1.95;
  font-weight:500;
}
.about-representative-body p+p{
  margin-top:14px;
}
.about-representative-photo{
  margin:0;
  align-self:center;
  overflow:hidden;
  background:#f6f6f6;
}
.about-representative-photo img{
  display:block;
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  object-position:55% center;
}

/* Section 3: positioning */
.about-position{
  background:var(--navy);
  padding-top:78px;
  padding-bottom:82px;
}
.about-position-inner{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:78px;
  align-items:start;
}
.about-position-kicker{
  color:rgba(255,255,255,.58);
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.06em;
}
.about-position h2{
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(38px,3.5vw,48px);
  line-height:1.48;
  letter-spacing:-.04em;
  font-weight:800;
}
.about-position-line{
  display:block;
  white-space:nowrap;
}
.about-position-body{
  padding-top:4px;
  border-top:1px solid rgba(255,255,255,.22);
}
.about-position-body p{
  margin:0;
  padding:24px 0 0;
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}
.about-position-body p+p{
  margin-top:8px;
}

/* Section 4: Company profile */
.about-company{
  background:#FFFDFC;
  padding-top:76px;
  padding-bottom:82px;
}
.about-company-head{
  margin-bottom:28px;
}
.about-company-head h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(34px,3vw,42px);
  line-height:1.42;
  letter-spacing:-.035em;
  font-weight:800;
}
.about-company-list{
  margin:0;
  border-top:1px solid rgba(13,8,100,.14);
}
.about-company-row{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:34px;
  padding:19px 0 21px;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.about-company-row dt{
  margin:0;
  color:var(--navy);
  font-size:14px;
  line-height:1.7;
  font-weight:800;
}
.about-company-row dd{
  margin:0;
  color:#45424c;
  font-size:15.5px;
  line-height:1.8;
  font-weight:500;
}
.about-company-row a{
  color:var(--navy);
}
.about-address-line{
  display:block;
}

/* Section 5: CTA */
.about-contact{
  padding:74px 0 80px;
  background:var(--navy);
}
.about-contact-kicker{
  color:rgba(255,255,255,.60);
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.06em;
}
.about-contact .section-head{
  margin-top:16px;
  margin-bottom:0;
}
.about-contact h2{
  max-width:1000px;
  font-size:clamp(36px,3.2vw,43px);
}
.about-contact-copy{
  margin:22px 0 0;
  color:rgba(255,255,255,.88);
  font-size:16.5px;
  line-height:1.85;
}
.about-contact .contact-actions{
  margin-top:28px;
}

/* Tablet */
@media(max-width:1100px){
  .about-representative-grid{
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
    gap:48px;
  }
  .about-position-inner{
    gap:54px;
  }
}
@media(max-width:900px){
  .about-hero h1{
    font-size:46px;
  }
  .about-representative-grid{
    grid-template-columns:1fr 320px;
    gap:38px;
  }
  .about-representative h2{
    font-size:36px;
  }
  .about-heading-line{
    white-space:normal;
  }
  .about-position-inner{
    grid-template-columns:1fr;
    gap:32px;
  }
  .about-position-body{
    padding-top:0;
  }
}

/* Mobile */
@media(max-width:680px){
  .about-hero-inner{
    padding:52px 0 60px;
  }
  .about-page-eyebrow{
    font-size:15px;
  }
  .about-page-eyebrow:before{
    width:30px;
  }
  .about-philosophy-label{
    margin-top:34px;
  }
  .about-hero h1{
    font-size:clamp(33px,8.9vw,40px);
    line-height:1.5;
  }
  .about-title-line{
    display:inline;
    white-space:normal;
  }
  .about-title-line + .about-title-line:before{
    content:" ";
  }
  .about-title-unit{
    display:inline-block;
    white-space:nowrap;
  }
  .about-hero-copy{
    margin-top:28px;
  }
  .about-hero-copy p{
    font-size:16px;
    line-height:1.9;
  }

  .about-representative{
    padding-top:56px;
    padding-bottom:60px;
  }
  .about-representative-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .about-representative h2{
    font-size:31px;
    line-height:1.55;
  }
  .about-heading-line{
    display:inline;
    white-space:normal;
  }
  .about-heading-line + .about-heading-line:before{
    content:" ";
  }
  .about-heading-unit{
    display:inline-block;
    white-space:nowrap;
  }
  .about-representative-body{
    margin-top:24px;
  }
  .about-representative-body p{
    font-size:15.8px;
    line-height:1.92;
  }
  .about-representative-photo{
    width:100%;
    max-width:430px;
    margin:2px auto 0;
  }
  .about-representative-photo img{
    aspect-ratio:4 / 5;
  }

  .about-position{
    padding-top:58px;
    padding-bottom:62px;
  }
  .about-position-inner{
    gap:28px;
  }
  .about-position h2{
    font-size:32px;
    line-height:1.5;
  }
  .about-position-line{
    display:inline;
    white-space:normal;
  }
  .about-position-line + .about-position-line:before{
    content:" ";
  }
  .about-position-body p{
    padding-top:20px;
    font-size:16px;
    line-height:1.9;
  }

  .about-company{
    padding-top:56px;
    padding-bottom:60px;
  }
  .about-company-head h2{
    font-size:30px;
  }
  .about-company-row{
    grid-template-columns:1fr;
    gap:4px;
    padding:16px 0 18px;
  }
  .about-company-row dt{
    font-size:13px;
  }
  .about-company-row dd{
    font-size:15px;
    line-height:1.8;
  }

  .about-contact{
    padding:60px 0 66px;
  }
  .about-contact h2{
    font-size:30px;
    line-height:1.5;
  }
  .about-contact-copy{
    font-size:15.8px;
  }
}

@media(prefers-reduced-motion:reduce){
  .about-page *{
    scroll-behavior:auto!important;
  }
}

/* ============================================================
   V1.1 — published book as supporting credibility
   ============================================================ */

.about-book{
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid rgba(13,8,100,.12);
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:26px;
  align-items:center;
  max-width:760px;
}

.about-book-image-wrap{
  overflow:hidden;
  background:#fff;
}

.about-book-image-wrap img{
  display:block;
  width:100%;
  height:auto;
}

.about-book-copy{
  min-width:0;
}

.about-book-label{
  color:#77737e;
  font-size:13px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.08em;
}

.about-book-title{
  margin:9px 0 0;
  color:var(--navy);
  font-size:16.5px;
  line-height:1.75;
  font-weight:800;
}

.about-book-note{
  margin:10px 0 0;
  color:#5b5863;
  font-size:13.5px;
  line-height:1.7;
  font-weight:600;
}

@media(max-width:900px){
  .about-book{
    grid-template-columns:190px minmax(0,1fr);
    gap:22px;
  }
}

@media(max-width:680px){
  .about-book{
    margin-top:28px;
    padding-top:24px;
    grid-template-columns:1fr;
    gap:16px;
  }

  .about-book-image-wrap{
    max-width:420px;
  }

  .about-book-title{
    font-size:16px;
  }
}

/* ============================================================
   FAQ Page Prototype V1.0
   D-016 approved FAQ copy / V4.22 shared design system
   ============================================================ */

/* Page opening */
.faq-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}

.faq-hero-inner{
  padding:72px 0 76px;
}

.faq-page-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}

.faq-page-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}

.faq-hero h1{
  margin:24px 0 0;
  max-width:1000px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(46px,4.15vw,60px);
  line-height:1.42;
  letter-spacing:-.047em;
  font-weight:600;
}

.faq-title-unit{
  display:inline-block;
  white-space:nowrap;
}

.faq-title-unit + .faq-title-unit{
  margin-left:.18em;
}

.faq-hero-copy{
  margin:26px 0 0;
  max-width:720px;
  color:#45414d;
  font-size:17px;
  line-height:1.9;
  font-weight:500;
}

/* FAQ list — intentionally not accordion/card UI.
   Four questions are short enough to scan without clicks. */
.faq-list-section{
  background:#fff;
  padding:34px 0 82px;
}

.faq-list{
  border-top:0;
}

.faq-item{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:32px;
  padding:38px 0 42px;
  border-bottom:1px solid rgba(13,8,100,.14);
}

.faq-item:first-child{
  border-top:0;
}

.faq-index{
  padding-top:5px;
  color:rgba(13,8,100,.45);
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.08em;
}

.faq-content{
  min-width:0;
}

.faq-content h2{
  margin:0;
  max-width:960px;
  color:var(--navy);
  font-size:clamp(22px,2vw,28px);
  line-height:1.65;
  letter-spacing:-.025em;
  font-weight:800;
}

.faq-heading-unit{
  display:inline-block;
  white-space:nowrap;
}

.faq-heading-unit + .faq-heading-unit{
  margin-left:.16em;
}

.faq-answer{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:14px;
  margin-top:18px;
  max-width:920px;
}

.faq-answer-mark{
  color:var(--gold);
  font-size:15px;
  line-height:1.9;
  font-weight:900;
}

.faq-answer p{
  margin:0;
  color:#4a4651;
  font-size:16px;
  line-height:1.95;
  font-weight:500;
}

/* CTA */
.faq-contact{
  padding:72px 0 78px;
  background:var(--navy);
}

.faq-contact-kicker{
  color:rgba(255,255,255,.60);
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.06em;
}

.faq-contact .section-head{
  margin-top:16px;
  margin-bottom:0;
}

.faq-contact h2{
  max-width:1000px;
  font-size:clamp(36px,3.2vw,43px);
}

.faq-contact-copy{
  margin:22px 0 0;
  color:rgba(255,255,255,.88);
  font-size:16.5px;
  line-height:1.85;
}

.faq-contact .contact-actions{
  margin-top:28px;
}

/* Tablet */
@media(max-width:900px){
  .faq-hero h1{
    font-size:44px;
  }

  .faq-item{
    grid-template-columns:60px minmax(0,1fr);
    gap:24px;
  }
}

/* Mobile */
@media(max-width:680px){
  .faq-hero-inner{
    padding:52px 0 58px;
  }

  .faq-page-eyebrow{
    font-size:15px;
  }

  .faq-page-eyebrow:before{
    width:30px;
  }

  .faq-hero h1{
    margin-top:20px;
    font-size:clamp(33px,8.6vw,39px);
    line-height:1.52;
  }

  .faq-title-unit{
    display:inline;
    white-space:normal;
  }

  .faq-title-unit + .faq-title-unit:before{
    content:" ";
  }

  .faq-hero-copy{
    margin-top:22px;
    font-size:16px;
    line-height:1.9;
  }

  .faq-list-section{
    padding:18px 0 58px;
  }

  .faq-item{
    grid-template-columns:1fr;
    gap:8px;
    padding:28px 0 31px;
  }

  .faq-index{
    padding-top:0;
    font-size:12.5px;
  }

  .faq-content h2{
    font-size:20px;
    line-height:1.65;
  }

  .faq-heading-unit{
    display:inline;
    white-space:normal;
  }

  .faq-heading-unit + .faq-heading-unit:before{
    content:" ";
  }

  .faq-answer{
    grid-template-columns:26px minmax(0,1fr);
    gap:10px;
    margin-top:14px;
  }

  .faq-answer p{
    font-size:15.5px;
    line-height:1.9;
  }

  .faq-contact{
    padding:60px 0 66px;
  }

  .faq-contact h2{
    font-size:30px;
    line-height:1.5;
  }

  .faq-contact-copy{
    font-size:15.8px;
  }
}

/* V1.1: Q3 copy revised to remove the conditional/mandatory contradiction. */

/* ============================================================
   V1.2 — semantic Japanese line-breaking review
   ============================================================ */

/* Questions:
   Desktop may remain on one line when space allows.
   When wrapping is needed, it occurs only at meaningful phrase boundaries. */
.faq-q-unit{
  display:inline-block;
  white-space:nowrap;
}

.faq-q-unit + .faq-q-unit{
  margin-left:.16em;
}

/* Answers:
   Break deliberately at sentence boundaries instead of allowing
   the next sentence to begin at the end of the previous visual line. */
.faq-a-sentence{
  display:block;
}

.faq-a-sentence + .faq-a-sentence{
  margin-top:3px;
}

@media(max-width:680px){
  .faq-q-unit{
    display:inline-block;
    white-space:nowrap;
  }

  .faq-q-unit + .faq-q-unit{
    margin-left:.12em;
  }

  /* Sentence boundaries remain intentional on mobile as well.
     Internal wrapping within a long sentence remains natural. */
  .faq-a-sentence{
    display:block;
  }
}

/* ============================================================
   Contact Page Prototype V1.0
   D-015 contact IA / D-016 support links / shared design system
   ============================================================ */

.contact-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.contact-hero-inner{
  padding:72px 0 78px;
}
.contact-page-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.contact-page-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}
.contact-hero h1{
  margin:24px 0 0;
  max-width:1080px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(46px,4.15vw,60px);
  line-height:1.45;
  letter-spacing:-.047em;
  font-weight:600;
}
.contact-title-line{display:block;white-space:nowrap}
.contact-title-unit{display:inline-block;white-space:nowrap}
.contact-title-unit + .contact-title-unit{margin-left:.16em}
.contact-hero-copy{
  margin:28px 0 0;
  max-width:900px;
  color:#45414d;
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}

/* form area */
.contact-form-section{
  background:#FFFDFC;
  padding:62px 0 78px;
}
.contact-form-wrap{
  max-width:960px;
}
.contact-step{
  display:grid;
  grid-template-columns:auto minmax(40px,1fr) auto minmax(40px,1fr) auto;
  align-items:center;
  gap:14px;
  margin-bottom:46px;
}
.contact-step-item{
  display:flex;
  align-items:center;
  gap:8px;
  color:#9a96a2;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  white-space:nowrap;
}
.contact-step-item span{
  font-size:12px;
  letter-spacing:.08em;
}
.contact-step-item.is-current{color:var(--navy)}
.contact-step-line{
  height:1px;
  background:rgba(13,8,100,.14);
}
.contact-panel{
  background:#fff;
  padding:46px 52px 50px;
  border:1px solid rgba(13,8,100,.10);
}
.contact-form-head{
  padding-bottom:28px;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.contact-form-head h2,
.contact-complete h2{
  margin:0;
  color:var(--navy);
  font-size:30px;
  line-height:1.55;
  letter-spacing:-.03em;
  font-weight:800;
}
.contact-form-head p{
  margin:10px 0 0;
  color:#5c5863;
  font-size:15.5px;
  line-height:1.8;
}
.contact-field{
  padding:26px 0 28px;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.contact-field label{
  display:block;
  color:var(--navy);
  font-size:15px;
  font-weight:800;
}
.required{
  display:inline-block;
  margin-left:8px;
  color:#7b7655;
  font-size:11px;
  letter-spacing:.04em;
}
.contact-field input,
.contact-field textarea{
  display:block;
  width:100%;
  margin-top:12px;
  padding:14px 15px;
  border:1px solid rgba(13,8,100,.22);
  background:#fff;
  color:#282531;
  font:inherit;
  font-size:16px;
  line-height:1.6;
  border-radius:0;
  outline:none;
}
.contact-field input:focus,
.contact-field textarea:focus{
  border-color:var(--navy);
  box-shadow:0 0 0 2px rgba(13,8,100,.06);
}
.contact-field textarea{
  resize:vertical;
  min-height:180px;
}
.field-help{
  margin:10px 0 0;
  color:#77737e;
  font-size:13.5px;
  line-height:1.75;
}
.contact-notice{
  margin-top:28px;
  padding:20px 22px;
  background:#F7F6FA;
  border-left:3px solid var(--navy);
}
.contact-notice p{
  margin:0;
  color:#504c58;
  font-size:14px;
  line-height:1.8;
}
.contact-notice p+p{margin-top:6px}
.contact-notice-title{
  color:var(--navy)!important;
  font-weight:800;
}
.contact-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:22px;
  color:#393541;
  font-size:15px;
  line-height:1.7;
  font-weight:600;
}
.contact-check input{
  width:18px;
  height:18px;
  margin-top:3px;
  accent-color:var(--navy);
  flex:0 0 auto;
}
.contact-privacy{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid rgba(13,8,100,.10);
}
.contact-privacy p{
  margin:0;
  color:#686470;
  font-size:13.5px;
  line-height:1.75;
}
.contact-privacy a{
  display:inline-block;
  margin-top:7px;
  color:var(--navy);
  font-size:13.5px;
  font-weight:700;
}
.prototype-note{
  margin-top:8px!important;
  color:#918d97!important;
  font-size:12px!important;
}
.contact-error{
  margin:18px 0 0;
  color:#8A2332;
  font-size:14px;
  font-weight:700;
}
.contact-form-actions{
  display:flex;
  justify-content:flex-start;
  gap:16px;
  margin-top:30px;
}
.contact-form-actions-split{
  justify-content:space-between;
  align-items:center;
}
.contact-confirm-button,
.contact-submit-button{
  border:0;
  cursor:pointer;
  font:inherit;
}
.secondary-button{
  border:0;
  background:transparent;
  color:var(--navy);
  padding:10px 0;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  text-decoration:underline;
  text-underline-offset:4px;
}
.contact-confirm-list{
  margin:0;
}
.contact-confirm-row{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:28px;
  padding:20px 0 22px;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.contact-confirm-row dt{
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.contact-confirm-row dd{
  margin:0;
  color:#44414b;
  font-size:15.5px;
  line-height:1.85;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}
.contact-confirm-notice{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  color:#45414d;
  font-size:14px;
  font-weight:600;
}
.check-symbol,
.complete-mark{
  color:var(--navy);
}
.contact-complete{
  text-align:left;
  padding-top:58px;
  padding-bottom:62px;
}
.complete-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:24px;
  border:1px solid rgba(13,8,100,.25);
  font-size:22px;
  font-weight:900;
}
.contact-complete p{
  margin:18px 0 0;
  max-width:720px;
  color:#514d59;
  font-size:16px;
  line-height:1.9;
}

/* support links */
.contact-support-links{
  background:#fff;
  padding:34px 0 38px;
  border-top:1px solid rgba(13,8,100,.08);
}
.contact-support-inner{
  max-width:960px;
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
}
.contact-support-inner > p{
  margin:0;
  color:#6d6974;
  font-size:13.5px;
  font-weight:700;
}
.contact-support-actions{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
}
.contact-support-actions a{
  color:var(--navy);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.contact-support-actions a:after{
  content:" →";
}

/* tablet */
@media(max-width:900px){
  .contact-hero h1{font-size:44px}
  .contact-panel{padding:40px 38px 44px}
}

/* mobile */
@media(max-width:680px){
  .contact-hero-inner{
    padding:52px 0 58px;
  }
  .contact-page-eyebrow{
    font-size:15px;
  }
  .contact-page-eyebrow:before{
    width:30px;
  }
  .contact-hero h1{
    margin-top:20px;
    font-size:clamp(32px,8.7vw,39px);
    line-height:1.53;
  }
  .contact-title-line{
    display:inline;
    white-space:normal;
  }
  .contact-title-line + .contact-title-line:before{
    content:" ";
  }
  .contact-title-unit{
    display:inline-block;
    white-space:nowrap;
  }
  .contact-hero-copy{
    margin-top:22px;
    font-size:16px;
    line-height:1.9;
  }

  .contact-form-section{
    padding:42px 0 56px;
  }
  .contact-step{
    gap:8px;
    margin-bottom:28px;
  }
  .contact-step-item{
    font-size:12.5px;
  }
  .contact-step-item span{
    display:none;
  }
  .contact-panel{
    padding:30px 20px 34px;
  }
  .contact-form-head{
    padding-bottom:22px;
  }
  .contact-form-head h2,
  .contact-complete h2{
    font-size:24px;
  }
  .contact-field{
    padding:22px 0 24px;
  }
  .contact-field input,
  .contact-field textarea{
    font-size:16px;
  }
  .contact-notice{
    padding:18px 17px;
  }
  .contact-form-actions,
  .contact-form-actions-split{
    flex-direction:column-reverse;
    align-items:stretch;
  }
  .contact-confirm-button,
  .contact-submit-button{
    width:100%;
    justify-content:center;
  }
  .secondary-button{
    width:100%;
    text-align:center;
  }
  .contact-confirm-row{
    grid-template-columns:1fr;
    gap:5px;
    padding:17px 0 19px;
  }
  .contact-support-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  .contact-support-actions{
    flex-direction:column;
    gap:12px;
  }
}

/* V1.1
   Privacy handling simplified:
   - remove undecided privacy-policy link
   - state the use purpose directly on the form
   - state that submitted information will not be used for other purposes
*/

/* V1.2
   Removed the unapproved heading "送信前に確認したい方へ".
   Supporting links remain secondary and unobtrusive.
*/
.contact-support-inner{
  justify-content:flex-start;
}

/* ============================================================
   Flow Page Prototype V1.0
   Revised pricing + existing 5-section IA
   ============================================================ */

.logo-link{display:flex;align-items:center;flex:0 0 auto}
.nav a{position:relative}
.nav a[aria-current="page"]:after{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-13px;
  height:2px;
  background:var(--gold);
}

/* Hero */
.flow-hero{
  background:#fff;
  border-bottom:1px solid rgba(13,8,100,.10);
}
.flow-hero-inner{
  padding:74px 0 78px;
}
.flow-page-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--navy);
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.flow-page-eyebrow:before{
  content:"";
  width:38px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}
.flow-hero h1{
  margin:24px 0 0;
  max-width:1100px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(46px,4.15vw,60px);
  line-height:1.44;
  letter-spacing:-.047em;
  font-weight:600;
}
.flow-title-line{display:block;white-space:nowrap}
.flow-title-unit{display:inline-block;white-space:nowrap}
.flow-title-unit + .flow-title-unit{margin-left:.16em}
.flow-hero-copy{
  margin-top:30px;
  max-width:900px;
}
.flow-hero-copy p{
  margin:0;
  color:#45414d;
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}
.flow-hero-copy p+p{margin-top:8px}
.flow-first-consultation{
  margin-top:34px;
  padding:20px 0 0;
  border-top:1px solid rgba(13,8,100,.12);
  display:flex;
  align-items:baseline;
  gap:16px;
  flex-wrap:wrap;
}
.flow-first-label{
  color:#77737e;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}
.flow-first-consultation strong{
  color:var(--navy);
  font-size:24px;
  line-height:1.5;
}
.flow-first-copy{
  color:#5f5b66;
  font-size:14px;
  line-height:1.7;
}
.flow-tax-note{
  margin-top:14px;
  color:#85818b;
  font-size:12.5px;
  line-height:1.6;
}

/* Shared section headings */
.flow-section-head{
  max-width:980px;
  margin-bottom:36px;
}
.flow-section-head-compact{
  margin-bottom:28px;
}
.flow-section-kicker{
  color:#77737e;
  font-size:14px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.06em;
}
.flow-section-head h2{
  margin:16px 0 0;
  color:var(--navy);
  font-size:clamp(35px,3.1vw,44px);
  line-height:1.52;
  letter-spacing:-.037em;
  font-weight:800;
}
.flow-heading-line{display:block;white-space:nowrap}
.flow-section-copy{
  margin-top:24px;
  max-width:860px;
}
.flow-section-copy p{
  margin:0;
  color:#4c4853;
  font-size:16.5px;
  line-height:1.95;
  font-weight:500;
}
.flow-section-copy p+p{margin-top:10px}
.flow-text-link{
  display:inline-block;
  margin-top:28px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.flow-text-link span{margin-left:6px}

/* Continuous support */
.flow-continuous{
  background:#fff;
  padding-top:78px;
  padding-bottom:84px;
}
.flow-price-list{
  border-top:1px solid rgba(13,8,100,.14);
}
.flow-price-row{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:40px;
  padding:30px 0 33px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.flow-price-frequency{
  color:var(--navy);
  font-size:15px;
  line-height:1.7;
  font-weight:800;
}
.flow-price-main{
  max-width:780px;
}
.flow-price-value{
  color:#494550;
  font-size:17px;
  line-height:1.6;
  font-weight:600;
}
.flow-price-value strong{
  color:var(--navy);
  font-size:24px;
  font-weight:800;
}
.flow-price-main p{
  margin:10px 0 0;
  color:#5a5661;
  font-size:15.5px;
  line-height:1.85;
}
.flow-common-note{
  margin-top:22px;
  padding:16px 18px;
  background:#F7F6FA;
}
.flow-common-note p{
  margin:0;
  color:#68646f;
  font-size:13.5px;
  line-height:1.75;
}

/* Spot services */
.flow-spot{
  background:#FFFDFC;
  padding-top:78px;
  padding-bottom:84px;
}
.flow-service-list{
  border-top:1px solid rgba(13,8,100,.14);
}
.flow-service-row{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:28px;
  padding:30px 0 34px;
  border-bottom:1px solid rgba(13,8,100,.12);
}
.flow-service-index{
  color:rgba(13,8,100,.42);
  font-size:13px;
  line-height:1.6;
  font-weight:800;
  letter-spacing:.08em;
  padding-top:5px;
}
.flow-service-content{min-width:0}
.flow-service-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:baseline;
}
.flow-service-head h3{
  margin:0;
  color:var(--navy);
  font-size:25px;
  line-height:1.55;
  letter-spacing:-.025em;
  font-weight:800;
}
.flow-service-price{
  color:#625e68;
  font-size:14px;
  line-height:1.6;
  white-space:nowrap;
}
.flow-service-price strong{
  color:var(--navy);
  font-size:18px;
  font-weight:800;
}
.flow-service-content > p{
  margin:14px 0 0;
  max-width:850px;
  color:#514d58;
  font-size:15.5px;
  line-height:1.9;
}
.flow-service-note{
  margin-top:10px;
  color:#7b7781;
  font-size:13px;
  line-height:1.75;
}

/* Financing */
.flow-financing-fee{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid rgba(13,8,100,.10);
}
.flow-fee-title,
.flow-mini-label{
  color:var(--navy);
  font-size:13px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.04em;
}
.flow-fee-grid{
  margin-top:12px;
  max-width:760px;
}
.flow-fee-grid > div{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:10px 0;
  border-bottom:1px solid rgba(13,8,100,.08);
  color:#57535e;
  font-size:14px;
  line-height:1.7;
}
.flow-fee-grid strong{
  color:var(--navy);
  font-size:15px;
}
.flow-financing-basis{
  margin-top:20px;
  max-width:870px;
}
.flow-financing-basis p{
  margin:8px 0 0;
  color:#6a6670;
  font-size:13.5px;
  line-height:1.8;
}

/* M&A */
.flow-ma{
  background:#fff;
  padding-top:78px;
  padding-bottom:84px;
}
.flow-ma-block{
  padding:30px 0 34px;
  border-top:1px solid rgba(13,8,100,.14);
  border-bottom:1px solid rgba(13,8,100,.12);
}
.flow-ma-block + .flow-ma-block{
  margin-top:42px;
}
.flow-ma-title-row{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:baseline;
}
.flow-ma-title-row h3{
  margin:0;
  color:var(--navy);
  font-size:26px;
  line-height:1.55;
  font-weight:800;
}
.flow-ma-sub{
  color:#7b7781;
  font-size:13px;
}
.flow-ma-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:22px;
  border-top:1px solid rgba(13,8,100,.10);
  border-bottom:1px solid rgba(13,8,100,.10);
}
.flow-ma-summary > div{
  padding:18px 18px 20px 0;
}
.flow-ma-summary > div + div{
  padding-left:18px;
  border-left:1px solid rgba(13,8,100,.10);
}
.flow-ma-summary span{
  display:block;
  color:#77737e;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
}
.flow-ma-summary strong{
  display:block;
  margin-top:6px;
  color:var(--navy);
  font-size:17px;
}
.flow-ma-note{
  margin-top:14px;
  color:#706c77;
  font-size:13px;
  line-height:1.75;
}
.flow-ma-rate-table{
  margin-top:22px;
  max-width:760px;
}
.flow-ma-rate-row{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:10px 0;
  border-bottom:1px solid rgba(13,8,100,.08);
  color:#5c5863;
  font-size:14px;
}
.flow-ma-rate-row strong{color:var(--navy)}
.flow-ma-service-list{
  margin-top:20px;
}
.flow-ma-service-row{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 150px minmax(0,1.3fr);
  gap:24px;
  padding:15px 0 17px;
  border-bottom:1px solid rgba(13,8,100,.09);
  align-items:start;
}
.flow-ma-service-row span{
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.flow-ma-service-row strong{
  color:var(--navy);
  font-size:15px;
}
.flow-ma-service-row small{
  color:#6f6b75;
  font-size:12.5px;
  line-height:1.7;
}

/* FAQ */
.flow-faq{
  background:#FFFDFC;
  padding-top:76px;
  padding-bottom:80px;
}
.flow-faq-list{
  border-top:1px solid rgba(13,8,100,.14);
}
.flow-faq-row{
  display:grid;
  grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);
  gap:54px;
  padding:25px 0 28px;
  border-bottom:1px solid rgba(13,8,100,.11);
}
.flow-faq-q{
  color:var(--navy);
  font-size:17px;
  line-height:1.75;
  font-weight:800;
}
.flow-faq-a{
  color:#514d58;
  font-size:15px;
  line-height:1.9;
}

/* CTA */
.flow-contact{
  padding:72px 0 78px;
  background:var(--navy);
}
.flow-contact-kicker{
  color:rgba(255,255,255,.60);
  font-size:14px;
  font-weight:800;
  letter-spacing:.06em;
}
.flow-contact .section-head{
  margin-top:16px;
  margin-bottom:0;
}
.flow-contact h2{
  max-width:1000px;
  font-size:clamp(36px,3.2vw,43px);
}
.flow-contact-copy{
  margin:22px 0 0;
  color:rgba(255,255,255,.88);
  font-size:16.5px;
  line-height:1.85;
}
.flow-contact .contact-actions{margin-top:28px}

/* Tablet */
@media(max-width:900px){
  .flow-hero h1{font-size:44px}
  .flow-heading-line{white-space:normal}
  .flow-price-row{grid-template-columns:170px minmax(0,1fr);gap:28px}
  .flow-service-head{align-items:flex-start}
  .flow-ma-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .flow-ma-summary > div:nth-child(3){
    border-left:0;
    border-top:1px solid rgba(13,8,100,.10);
  }
  .flow-ma-summary > div:nth-child(4){
    border-top:1px solid rgba(13,8,100,.10);
  }
  .flow-ma-service-row{
    grid-template-columns:minmax(220px,1fr) 130px minmax(0,1.1fr);
    gap:18px;
  }
  .flow-faq-row{gap:34px}
}

/* Mobile */
@media(max-width:680px){
  .flow-hero-inner{padding:52px 0 58px}
  .flow-page-eyebrow{font-size:15px}
  .flow-page-eyebrow:before{width:30px}
  .flow-hero h1{
    margin-top:20px;
    font-size:clamp(32px,8.5vw,39px);
    line-height:1.54;
  }
  .flow-title-line{display:inline;white-space:normal}
  .flow-title-line + .flow-title-line:before{content:" "}
  .flow-title-unit{display:inline-block;white-space:nowrap}
  .flow-hero-copy{margin-top:22px}
  .flow-hero-copy p{font-size:16px;line-height:1.9}
  .flow-first-consultation{
    margin-top:28px;
    align-items:flex-start;
    gap:8px 12px;
  }
  .flow-first-copy{
    flex-basis:100%;
  }

  .flow-continuous,
  .flow-spot,
  .flow-ma,
  .flow-faq{
    padding-top:56px;
    padding-bottom:60px;
  }
  .flow-section-head h2{
    font-size:30px;
    line-height:1.55;
  }
  .flow-section-copy p{
    font-size:15.7px;
    line-height:1.9;
  }

  .flow-price-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:24px 0 27px;
  }
  .flow-price-value strong{font-size:21px}

  .flow-service-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:25px 0 29px;
  }
  .flow-service-index{padding-top:0}
  .flow-service-head{
    flex-direction:column;
    gap:6px;
  }
  .flow-service-head h3{font-size:22px}
  .flow-service-price{white-space:normal}
  .flow-fee-grid > div{
    align-items:flex-start;
  }

  .flow-ma-title-row{
    flex-direction:column;
    gap:7px;
  }
  .flow-ma-title-row h3{font-size:23px}
  .flow-ma-summary{
    grid-template-columns:1fr;
  }
  .flow-ma-summary > div{
    padding:14px 0 15px!important;
    border-left:0!important;
    border-top:0!important;
    border-bottom:1px solid rgba(13,8,100,.08);
  }
  .flow-ma-service-row{
    grid-template-columns:1fr;
    gap:5px;
    padding:15px 0 17px;
  }
  .flow-ma-service-row strong{
    font-size:16px;
  }

  .flow-faq-row{
    grid-template-columns:1fr;
    gap:9px;
    padding:22px 0 25px;
  }
  .flow-faq-q{font-size:16px}
  .flow-faq-a{font-size:15px}

  .flow-contact{
    padding:60px 0 66px;
  }
  .flow-contact h2{
    font-size:30px;
    line-height:1.5;
  }
}

/* ============================================================
   V1.1 — hierarchy / spacing / M&A rule cleanup
   ============================================================ */

/* 1) Overall: reduce excess vertical whitespace */
.flow-hero-inner{
  padding-top:60px;
  padding-bottom:62px;
}

.flow-continuous,
.flow-spot,
.flow-ma,
.flow-faq{
  padding-top:62px;
  padding-bottom:66px;
}

.flow-contact{
  padding-top:60px;
  padding-bottom:64px;
}

.flow-section-head{
  margin-bottom:28px;
}

.flow-section-head-compact{
  margin-bottom:22px;
}

.flow-price-row{
  padding-top:24px;
  padding-bottom:26px;
}

.flow-service-row{
  padding-top:24px;
  padding-bottom:27px;
}

.flow-ma-block{
  padding-top:22px;
  padding-bottom:24px;
}

.flow-ma-block + .flow-ma-block{
  margin-top:28px;
}

.flow-faq-row{
  padding-top:20px;
  padding-bottom:22px;
}

/* 2) Give the primary service a clearly stronger visual role */
.flow-continuous{
  background:var(--navy);
}

.flow-continuous .flow-section-kicker{
  color:rgba(255,255,255,.60);
}

.flow-continuous .flow-section-head h2,
.flow-continuous .flow-price-frequency,
.flow-continuous .flow-price-value strong{
  color:#fff;
}

.flow-continuous .flow-section-copy p,
.flow-continuous .flow-price-value,
.flow-continuous .flow-price-main p{
  color:rgba(255,255,255,.88);
}

.flow-continuous .flow-price-list{
  border-top-color:rgba(255,255,255,.26);
}

.flow-continuous .flow-price-row{
  border-bottom-color:rgba(255,255,255,.20);
}

.flow-continuous .flow-price-value strong{
  font-size:26px;
}

.flow-continuous .flow-common-note{
  background:rgba(255,255,255,.08);
}

.flow-continuous .flow-common-note p{
  color:rgba(255,255,255,.74);
}

.flow-continuous .flow-text-link{
  color:#fff;
}

.flow-continuous .flow-text-link:before{
  content:"";
  display:inline-block;
  width:28px;
  height:2px;
  margin-right:10px;
  vertical-align:middle;
  background:var(--gold);
}

/* 3) Secondary services remain editorial, but strengthen price hierarchy */
.flow-spot{
  background:#fff;
}

.flow-service-head h3{
  font-size:26px;
}

.flow-service-price strong{
  font-size:20px;
}

.flow-service-row:first-child{
  border-top:0;
}

/* 4) M&A: remove redundant horizontal rules specifically requested */
.flow-ma-block{
  border-top:0;
  border-bottom:0;
}

/* No rule immediately under the M&A section intro/subcopy */
.flow-ma .flow-section-head + .flow-ma-block{
  border-top:0;
}

/* Remove all stacked rules below the final 100億円超 row */
.flow-ma-rate-row:last-child{
  border-bottom:0;
}

/* Keep the handoff between the two M&A offerings with spacing only */
.flow-ma-block-secondary{
  border-top:0;
  border-bottom:0;
}

/* No rule below the due-diligence note */
.flow-ma-block-secondary .flow-ma-note{
  padding-bottom:0;
  border-bottom:0;
}

.flow-ma-rate-table{
  margin-top:16px;
}

.flow-ma-rate-row{
  padding-top:8px;
  padding-bottom:8px;
}

/* Improve M&A hierarchy without making it card-heavy */
.flow-ma-title-row h3{
  font-size:28px;
}

.flow-ma-title-row:before{
  content:"";
  width:30px;
  height:2px;
  flex:0 0 auto;
  margin-top:18px;
  background:var(--gold);
}

.flow-ma-title-row{
  justify-content:flex-start;
  align-items:flex-start;
}

.flow-ma-sub{
  margin-left:auto;
  padding-top:7px;
}

.flow-ma-summary{
  margin-top:18px;
}

.flow-ma-summary strong{
  font-size:19px;
}

.flow-ma-block-secondary{
  padding-top:12px;
}

/* 5) FAQ more compact and clearly subordinate to pricing */
.flow-faq{
  background:#FFFDFC;
}

.flow-faq .flow-section-head h2{
  font-size:34px;
}

/* 6) Slightly stronger first-consultation accent */
.flow-first-consultation{
  margin-top:28px;
  padding-top:16px;
}

.flow-first-consultation strong{
  font-size:26px;
}

@media(max-width:900px){
  .flow-continuous,
  .flow-spot,
  .flow-ma,
  .flow-faq{
    padding-top:56px;
    padding-bottom:60px;
  }

  .flow-ma-title-row:before{
    margin-top:16px;
  }
}

@media(max-width:680px){
  .flow-hero-inner{
    padding-top:46px;
    padding-bottom:50px;
  }

  .flow-continuous,
  .flow-spot,
  .flow-ma,
  .flow-faq{
    padding-top:48px;
    padding-bottom:52px;
  }

  .flow-contact{
    padding-top:52px;
    padding-bottom:56px;
  }

  .flow-section-head{
    margin-bottom:22px;
  }

  .flow-price-row{
    padding-top:20px;
    padding-bottom:22px;
  }

  .flow-service-row{
    padding-top:21px;
    padding-bottom:23px;
  }

  .flow-ma-block{
    padding-top:18px;
    padding-bottom:18px;
  }

  .flow-ma-block + .flow-ma-block{
    margin-top:22px;
  }

  .flow-ma-title-row{
    flex-direction:row;
    gap:12px;
  }

  .flow-ma-title-row:before{
    margin-top:14px;
  }

  .flow-ma-sub{
    display:none;
  }

  .flow-ma-title-row h3{
    font-size:23px;
  }

  .flow-faq-row{
    padding-top:18px;
    padding-bottom:20px;
  }
}

/* ============================================================
   V1.2 — navy only on major section title blocks
   ============================================================ */

/* Reset V1.1 full-section navy treatment */
.flow-continuous{
  background:#fff;
}

.flow-continuous .flow-section-kicker,
.flow-continuous .flow-section-head h2,
.flow-continuous .flow-price-frequency,
.flow-continuous .flow-price-value strong,
.flow-continuous .flow-text-link{
  color:var(--navy);
}

.flow-continuous .flow-section-copy p,
.flow-continuous .flow-price-value,
.flow-continuous .flow-price-main p{
  color:#4c4853;
}

.flow-continuous .flow-price-list{
  border-top-color:rgba(13,8,100,.14);
}

.flow-continuous .flow-price-row{
  border-bottom-color:rgba(13,8,100,.12);
}

.flow-continuous .flow-common-note{
  background:#F7F6FA;
}

.flow-continuous .flow-common-note p{
  color:#68646f;
}

.flow-continuous .flow-text-link:before{
  content:none;
}

/* Major section headings: navy only on the title area */
.flow-section-head{
  max-width:none;
  margin-bottom:22px;
  padding:20px 24px 22px;
  background:var(--navy);
}

.flow-section-head .flow-section-kicker{
  color:rgba(255,255,255,.60);
}

.flow-section-head h2{
  margin-top:10px;
  color:#fff;
}

.flow-section-head-compact{
  margin-bottom:18px;
}

/* Copy immediately below title block */
.flow-section-head + .flow-section-copy{
  max-width:880px;
  margin:0 0 26px;
}

.flow-section-head + .flow-section-copy p{
  color:#4c4853;
}

/* FAQ has no intro copy, so the list starts directly below the navy title block */
.flow-faq .flow-section-head{
  margin-bottom:18px;
}

/* Keep section body backgrounds restrained */
.flow-continuous,
.flow-ma{
  background:#fff;
}

.flow-spot,
.flow-faq{
  background:#FFFDFC;
}

/* M&A title-block sizing */
.flow-ma .flow-section-head h2{
  font-size:36px;
}

.flow-spot .flow-section-head h2,
.flow-faq .flow-section-head h2{
  font-size:34px;
}

/* Make the page feel tighter after introducing title bands */
.flow-continuous,
.flow-spot,
.flow-ma,
.flow-faq{
  padding-top:52px;
  padding-bottom:58px;
}

.flow-price-row{
  padding-top:21px;
  padding-bottom:23px;
}

.flow-service-row{
  padding-top:21px;
  padding-bottom:24px;
}

.flow-ma-block{
  padding-top:18px;
  padding-bottom:20px;
}

.flow-ma-block + .flow-ma-block{
  margin-top:22px;
}

.flow-faq-row{
  padding-top:18px;
  padding-bottom:20px;
}

@media(max-width:680px){
  .flow-section-head{
    margin-bottom:18px;
    padding:17px 18px 19px;
  }

  .flow-section-head + .flow-section-copy{
    margin-bottom:22px;
  }

  .flow-section-head h2,
  .flow-ma .flow-section-head h2,
  .flow-spot .flow-section-head h2,
  .flow-faq .flow-section-head h2{
    font-size:28px;
    line-height:1.5;
  }

  .flow-continuous,
  .flow-spot,
  .flow-ma,
  .flow-faq{
    padding-top:42px;
    padding-bottom:46px;
  }
}

/* ============================================================
   V1.3 — full-bleed title bands + density/hierarchy correction
   ============================================================ */

/* Major sections start with the title band itself: no unexplained gap above. */
.flow-continuous,
.flow-spot,
.flow-ma,
.flow-faq{
  padding:0 !important;
  border-top:0 !important;
}

/* Full viewport-width navy band. */
.flow-section-band{
  width:100%;
  margin:0;
  padding:0;
  background:var(--navy);
  border:0 !important;
}

.flow-section-band .flow-section-head{
  margin:0 !important;
  padding:18px 0 20px !important;
  background:transparent !important;
  border:0 !important;
  max-width:none;
}

/* Never allow navy text on the navy band. */
.flow-section-band .flow-section-kicker{
  color:rgba(255,255,255,.66) !important;
}

.flow-section-band .flow-section-head h2,
.flow-section-band .flow-section-head h2 *,
.flow-section-band .flow-heading-line{
  color:#fff !important;
}

.flow-section-band .flow-section-kicker{
  display:flex;
  align-items:center;
  gap:11px;
}

.flow-section-band .flow-section-kicker:before{
  content:"";
  width:25px;
  height:2px;
  flex:0 0 auto;
  background:var(--gold);
}

.flow-section-band .flow-section-head h2{
  margin-top:7px !important;
  font-size:clamp(29px,2.7vw,38px) !important;
  line-height:1.42 !important;
}

/* Compact body spacing. */
.flow-section-body{
  padding-top:24px;
  padding-bottom:36px;
}

.flow-section-head + .flow-section-copy{
  margin:0 0 20px !important;
}

.flow-section-copy{
  margin-top:0 !important;
}

.flow-section-copy p{
  line-height:1.82;
}

/* Remove borders that visually sit above/below navy bands. */
.flow-price-list,
.flow-service-list,
.flow-faq-list{
  border-top:0 !important;
}

/* Continuous support: tighter and stronger pricing hierarchy. */
.flow-price-row{
  grid-template-columns:180px minmax(0,1fr);
  gap:28px;
  padding:18px 0 20px !important;
}

.flow-price-value{
  display:flex;
  align-items:baseline;
  gap:8px;
}

.flow-price-value strong{
  font-size:23px !important;
}

.flow-price-main p{
  margin-top:6px;
  line-height:1.75;
}

.flow-common-note{
  margin-top:16px;
  padding:13px 15px;
}

.flow-text-link{
  margin-top:20px;
}

/* Spot services: no meaningless numbering and price sits next to service name. */
.flow-service-row,
.flow-service-row-noindex{
  display:block !important;
  padding:18px 0 20px !important;
}

.flow-service-head{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:baseline !important;
  gap:24px !important;
  flex-wrap:wrap;
}

.flow-service-head h3{
  flex:0 0 auto;
  font-size:24px !important;
}

.flow-service-price{
  flex:0 0 auto;
  margin:0 !important;
  white-space:normal !important;
}

.flow-service-price strong{
  font-size:20px !important;
}

.flow-service-content > p{
  margin-top:9px;
  line-height:1.78;
}

.flow-service-note{
  margin-top:7px;
}

/* No trailing rule under 社内研修 / last spot item. */
.flow-service-row:last-child{
  border-bottom:0 !important;
}

/* Financing block inside spot support: compact, but still readable. */
.flow-financing-fee{
  margin-top:16px;
  padding-top:16px;
}

.flow-fee-grid{
  margin-top:8px;
}

.flow-fee-grid > div{
  padding:7px 0;
}

.flow-financing-basis{
  margin-top:14px;
}

.flow-financing-basis p{
  margin-top:6px;
  line-height:1.72;
}

/* M&A: no redundant rules; rely on type and space. */
.flow-ma-block{
  padding:12px 0 16px !important;
  border:0 !important;
}

.flow-ma-block + .flow-ma-block{
  margin-top:14px !important;
  padding-top:18px !important;
}

.flow-ma-title-row{
  gap:12px !important;
}

.flow-ma-title-row:before{
  width:24px;
  margin-top:14px;
}

.flow-ma-title-row h3{
  font-size:24px !important;
}

.flow-ma-sub{
  padding-top:4px;
}

.flow-ma-summary{
  margin-top:14px;
}

.flow-ma-summary > div{
  padding-top:13px;
  padding-bottom:14px;
}

.flow-ma-summary strong{
  font-size:17px;
}

.flow-ma-note{
  margin-top:10px;
  border:0 !important;
}

.flow-ma-rate-table{
  margin-top:12px;
}

.flow-ma-rate-row{
  padding:7px 0 !important;
}

.flow-ma-rate-row:last-child{
  border-bottom:0 !important;
}

.flow-ma-service-list{
  margin-top:12px;
}

.flow-ma-service-row{
  padding:10px 0 12px !important;
}

.flow-ma-service-row:last-child{
  border-bottom:0 !important;
}

.flow-ma-block-secondary .flow-ma-note{
  border-bottom:0 !important;
  padding-bottom:0 !important;
}

/* FAQ: compact secondary content. */
.flow-faq-row{
  padding:16px 0 18px !important;
  gap:36px;
}

.flow-faq-q{
  font-size:16px;
  line-height:1.65;
}

.flow-faq-a{
  line-height:1.75;
}

/* Prevent an old section rule from appearing at the top of a navy band. */
.flow-section-band,
.flow-section-band:before,
.flow-section-band:after{
  border-top:0 !important;
  box-shadow:none !important;
}

/* Keep white/warm body backgrounds, not navy. */
.flow-continuous .flow-section-body,
.flow-ma .flow-section-body{
  background:#fff;
}

.flow-spot .flow-section-body,
.flow-faq .flow-section-body{
  background:#FFFDFC;
}

/* Mobile */
@media(max-width:680px){
  .flow-section-band .flow-section-head{
    padding:15px 0 17px !important;
  }

  .flow-section-band .flow-section-head h2{
    font-size:27px !important;
    line-height:1.45 !important;
  }

  .flow-section-body{
    padding-top:19px;
    padding-bottom:28px;
  }

  .flow-price-row{
    grid-template-columns:1fr;
    gap:4px;
    padding:15px 0 17px !important;
  }

  .flow-service-row,
  .flow-service-row-noindex{
    padding:16px 0 18px !important;
  }

  .flow-service-head{
    gap:8px 16px !important;
  }

  .flow-service-head h3{
    font-size:21px !important;
  }

  .flow-service-price strong{
    font-size:18px !important;
  }

  .flow-ma-block{
    padding-top:10px !important;
    padding-bottom:12px !important;
  }

  .flow-ma-block + .flow-ma-block{
    margin-top:10px !important;
    padding-top:15px !important;
  }

  .flow-faq-row{
    padding:14px 0 16px !important;
    gap:7px;
  }
}

/* ============================================================
   V1.4 — balanced vertical rhythm + intentional Japanese wrapping
   ============================================================ */

/* Semantic wrapping */
.flow-desktop-break{display:block;}
.flow-nowrap{display:inline-block;white-space:nowrap;}
.flow-page p,
.flow-page .flow-price-main p,
.flow-page .flow-service-content > p,
.flow-page .flow-faq-a,
.flow-page .flow-financing-basis p,
.flow-page .flow-ma-service-row small{
  line-break:strict;
  text-wrap:pretty;
  word-break:normal;
  overflow-wrap:normal;
}

/* The title band still begins each major section with no unexplained gap. */
.flow-section-band .flow-section-head{
  padding-top:20px !important;
  padding-bottom:22px !important;
}

/* Restore breathing room inside section bodies instead of compressing everything uniformly. */
.flow-section-body{
  padding-top:32px;
  padding-bottom:44px;
}

/* Intro copy has a comfortable gap before the first pricing/service block. */
.flow-section-head + .flow-section-copy{
  margin-bottom:0 !important;
}
.flow-continuous .flow-section-copy,
.flow-spot .flow-section-copy,
.flow-ma .flow-section-copy{
  max-width:1040px;
}
.flow-continuous .flow-section-copy{
  margin-bottom:28px !important;
}
.flow-spot .flow-section-copy{
  margin-bottom:30px !important;
}
.flow-ma .flow-section-copy{
  margin-bottom:26px !important;
}

/* Avoid the first pricing/service row feeling attached to the paragraph above it. */
.flow-price-list,
.flow-service-list{
  margin-top:0;
}

/* Price rows: enough vertical separation to scan, but not oversized. */
.flow-price-row{
  padding-top:23px !important;
  padding-bottom:25px !important;
  gap:34px;
}
.flow-price-main p{
  margin-top:8px;
  line-height:1.82;
}

/* Travel note and next-page link should read as a closing group, not collide with next band. */
.flow-common-note{
  margin-top:20px;
  padding:15px 17px;
}
.flow-continuous .flow-text-link{
  margin-top:24px;
  margin-bottom:4px;
}

/* Spot services: restore space between intro and first service, and between service rows. */
.flow-service-row,
.flow-service-row-noindex{
  padding-top:24px !important;
  padding-bottom:26px !important;
}
.flow-service-head{
  gap:20px !important;
}
.flow-service-title,
.flow-service-price-inline{
  margin:0;
}
.flow-service-content > p{
  margin-top:11px;
  line-height:1.84;
}
.flow-service-note{
  margin-top:9px;
  line-height:1.7;
}

/* Financing needs more inner hierarchy than ordinary service rows. */
.flow-financing-fee{
  margin-top:20px;
  padding-top:18px;
}
.flow-fee-grid{
  margin-top:10px;
}
.flow-fee-grid > div{
  padding:8px 0;
}
.flow-financing-basis{
  margin-top:18px;
}
.flow-financing-basis p{
  margin-top:7px;
  line-height:1.78;
}

/* M&A: compact overall, but not visually cramped. */
.flow-ma-block{
  padding-top:18px !important;
  padding-bottom:22px !important;
}
.flow-ma-block + .flow-ma-block{
  margin-top:22px !important;
  padding-top:24px !important;
}
.flow-ma-summary{
  margin-top:18px;
}
.flow-ma-summary > div{
  padding-top:15px;
  padding-bottom:16px;
}
.flow-ma-rate-table{
  margin-top:16px;
}
.flow-ma-rate-row{
  padding:8px 0 !important;
}
.flow-ma-service-list{
  margin-top:16px;
}
.flow-ma-service-row{
  padding:12px 0 14px !important;
}
.flow-ma-note{
  margin-top:13px;
  line-height:1.72;
}

/* FAQ is subordinate, but still needs readable breathing room. */
.flow-faq .flow-section-body{
  padding-top:28px;
  padding-bottom:42px;
}
.flow-faq-row{
  padding-top:20px !important;
  padding-bottom:22px !important;
  gap:44px;
}
.flow-faq-q{line-height:1.72;}
.flow-faq-a{line-height:1.82;}
.flow-faq .flow-text-link{
  margin-top:24px;
}

/* The hero paragraph width is wide enough to avoid awkward one-character Japanese wraps. */
.flow-hero-copy{
  max-width:1060px;
}

/* CTA keeps its own generous space; it should not inherit the compressed pricing rhythm. */
.flow-contact{
  padding-top:68px;
  padding-bottom:72px;
}

@media(max-width:900px){
  .flow-desktop-break{display:none;}
  .flow-section-body{padding-top:28px;padding-bottom:38px;}
  .flow-continuous .flow-section-copy,
  .flow-spot .flow-section-copy,
  .flow-ma .flow-section-copy{max-width:none;}
}

@media(max-width:680px){
  .flow-section-band .flow-section-head{
    padding-top:17px !important;
    padding-bottom:19px !important;
  }
  .flow-section-body{
    padding-top:24px;
    padding-bottom:34px;
  }
  .flow-continuous .flow-section-copy,
  .flow-spot .flow-section-copy,
  .flow-ma .flow-section-copy{
    margin-bottom:22px !important;
  }
  .flow-price-row{
    padding-top:19px !important;
    padding-bottom:21px !important;
  }
  .flow-service-row,
  .flow-service-row-noindex{
    padding-top:20px !important;
    padding-bottom:22px !important;
  }
  .flow-service-head{gap:10px 16px !important;}
  .flow-ma-block{padding-top:15px !important;padding-bottom:18px !important;}
  .flow-ma-block + .flow-ma-block{margin-top:16px !important;padding-top:20px !important;}
  .flow-faq .flow-section-body{padding-top:22px;padding-bottom:34px;}
  .flow-faq-row{padding-top:17px !important;padding-bottom:19px !important;gap:9px;}
  .flow-contact{padding-top:58px;padding-bottom:62px;}
}
