:root{
  --bg:#f7f1e8;
  --paper:#fbf8f1;
  --ink:#1b1d1f;
  --muted:#6f716f;
  --line:#cfc6b9;
  --yellow:#f0c75e;
  --orange:#ef8a66;
  --pink:#dfa0c9;
  --blue:#84a9dc;
  --green:#84bd8a;
}
*{box-sizing:border-box}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.brand-text,.hero-title-text{display:contents}
.brand-lockup,.hero-title-lockup,.hero-info-lockup,.hero-price-lockup,.hero-meta-lockup{display:none}
.responsive-hero-body,.responsive-map{display:none}.map-artboard-clip{display:contents}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Avenir Next","Helvetica Neue","Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center;padding:18px 34px;background:rgba(247,241,232,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(27,29,31,.08)}
.brand{display:flex;align-items:baseline;gap:12px;min-width:0}.brand-mark{font-weight:900;letter-spacing:-.04em;font-size:22px}.brand-by{font-size:10px;letter-spacing:.16em;color:var(--muted)}
.nav{display:flex;gap:28px;font-size:13px}.nav a{opacity:.74;transition:opacity .2s}.nav a:hover{opacity:1}.header-cta,.primary-cta{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--ink);color:#fff;border-radius:999px;font-weight:800;letter-spacing:.01em}.header-cta{padding:12px 18px;font-size:13px}.primary-cta{padding:17px 24px;margin-top:26px;min-width:228px}
.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:28px;align-items:center;min-height:760px;padding:64px 5vw 72px}.hero-copy{padding-left:2vw;max-width:620px;z-index:2}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--muted);margin:0 0 22px}
h1{font-size:clamp(62px,7vw,112px);line-height:.94;letter-spacing:-.075em;margin:0;font-weight:900}h1 .line1,h1 .line2{display:block}.hero-highlight{position:relative;display:inline-block}.hero-highlight:after{content:"";position:absolute;left:-1%;right:-2%;bottom:-8px;height:11px;background:var(--yellow);border-radius:70% 38% 62% 45%;transform:rotate(-1.6deg);opacity:.95;z-index:-1}
.hero-lead{font-size:clamp(20px,2vw,30px);line-height:1.55;margin:38px 0 18px;font-weight:800;letter-spacing:-.035em}.hero-text{font-size:15px;line-height:1.9;color:#3c3f40;margin:0}.hero-text strong{color:var(--ink)}
.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-meta>div{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:4px;align-items:end;min-width:118px;padding:10px 12px 11px;border-top:1px solid rgba(27,29,31,.18)}.meta-value{font-size:24px;font-weight:900;line-height:1}.meta-unit{font-size:11px;font-weight:800}.meta-label{grid-column:1/3;font-size:10px;color:var(--muted);margin-top:5px}
.map-column{min-width:0}.map-stage{position:relative;max-width:920px;margin:0 auto;isolation:isolate}.map-stage:before{content:"";position:absolute;inset:12% 8% 3%;background:radial-gradient(ellipse at 70% 36%,rgba(255,255,255,.72),rgba(255,255,255,0) 67%);z-index:-1}.map-stage svg{display:block;width:100%;height:auto;overflow:visible}
.map-grid path{fill:none;stroke:#b9b1a5;stroke-width:1.1;opacity:.38}.map-river{fill:none;stroke:#bdd5e5;stroke-width:33;stroke-linecap:round;opacity:.58}.district-fill{fill:url(#groundFade);stroke:#c9c1b5;stroke-width:1;opacity:.68}.district-line{fill:none;stroke:#c7beb2;stroke-width:1;opacity:.46}
.buildings path:not([class]){fill:#f9f5ee;stroke:#7d7c79;stroke-width:1.4}.buildings .building-pink{fill:#efc8d8;stroke:#7d7c79;stroke-width:1.4}.buildings .building-yellow{fill:#f5dfa0;stroke:#7d7c79;stroke-width:1.4}.buildings .building-blue{fill:#c9d9ef;stroke:#7d7c79;stroke-width:1.4}.buildings .building-green{fill:#cfe4c9;stroke:#7d7c79;stroke-width:1.4}
.journey-path-hit{fill:none;stroke:transparent;stroke-width:30}.journey-track{fill:none;stroke:#90908b;stroke-width:2.4;stroke-dasharray:3 12;stroke-linecap:round;opacity:.45}.journey-progress{fill:none;stroke:#4c4d4a;stroke-width:2.6;stroke-dasharray:3 11;stroke-linecap:round;filter:drop-shadow(0 1px 0 rgba(255,255,255,.6))}
.map-spot{cursor:pointer;transform-box:fill-box;transform-origin:center;outline:none}.spot-ring{fill:var(--spot-soft);stroke:var(--spot);stroke-width:1.2;opacity:.96}.spot-core{fill:var(--spot);filter:url(#softShadow)}.map-spot text{font-size:14px;font-weight:900;letter-spacing:-.04em;fill:#343535;paint-order:stroke;stroke:#fbf8f1;stroke-width:6px;stroke-linejoin:round}.map-spot:focus-visible .spot-ring{stroke-width:3}
@media (hover:hover) and (pointer:fine){.map-spot{transition:filter .25s ease}.map-spot:hover{filter:brightness(1.03)}.map-spot:hover .spot-ring{transform:scale(1.08)}}
.spot-ring{transform-box:fill-box;transform-origin:center;transition:transform .26s cubic-bezier(.2,.8,.2,1),stroke-width .2s}
.you-are-here circle{fill:#222}.you-are-here text{font-size:10px;font-weight:900;letter-spacing:.12em;fill:#353535}
.travellers{pointer-events:none}.walk-bob{animation:walkBob 1.1s ease-in-out infinite alternate;transform-origin:center}.person-head,.person-jacket,.dog-body,.dog-head{fill:#282a2c}.person-leg,.dog-leg,.dog-collar{fill:none;stroke:#282a2c;stroke-width:3;stroke-linecap:round}.person-shoe{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round}.person-laptop{fill:#f8f8f6;stroke:#282a2c;stroke-width:1.5}.dog-body{fill:#242526}.dog-head{fill:#242526}.dog-collar{stroke:#b28a48;stroke-width:2}
.traveller-raster-asset{display:none}
@keyframes walkBob{from{transform:translateY(0)}to{transform:translateY(-2px)}}
.map-tooltip{position:absolute;z-index:8;max-width:270px;padding:16px 18px;background:rgba(255,255,255,.94);border:1px solid rgba(27,29,31,.1);border-radius:18px;box-shadow:0 18px 50px rgba(36,31,25,.12);backdrop-filter:blur(12px);transition:opacity .2s,transform .2s;pointer-events:none}.tooltip-kicker{font-size:9px;letter-spacing:.18em;color:var(--muted);font-weight:800}.map-tooltip strong{display:block;font-size:22px;letter-spacing:-.05em;margin-top:5px}.map-tooltip p{font-size:12px;line-height:1.7;margin:7px 0 10px;color:#535452}.tooltip-level{font-size:10px;font-weight:800;color:var(--muted)}.tooltip-level span{color:var(--ink);margin-left:5px}.map-hint{position:absolute;right:6%;bottom:2%;font-size:10px;color:var(--muted);display:flex;align-items:center;gap:7px}.hint-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(239,138,102,.16)}
.current-location{padding:120px 8vw 150px;border-top:1px solid rgba(27,29,31,.08)}.section-number{font-size:10px;letter-spacing:.18em;font-weight:800;color:var(--muted);margin-bottom:42px}.current-copy{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(360px,1fr);gap:8vw;align-items:start}.current-copy h2{font-size:clamp(48px,5vw,78px);line-height:1.02;letter-spacing:-.065em;margin:0;font-weight:900}.current-text{max-width:640px;font-size:18px;line-height:1.95}.current-text p{margin:0 0 24px}.current-text strong{font-weight:900}.current-final{font-size:23px;font-weight:900;letter-spacing:-.03em}
.prototype-next{padding:130px 8vw 170px;background:#202224;color:#f5efe5}.prototype-next p{font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.58}.prototype-next strong{display:block;max-width:950px;font-size:clamp(38px,5vw,76px);line-height:1.08;letter-spacing:-.06em;margin-top:25px}.contact-anchor{padding:120px 8vw 150px}.contact-anchor p{font-size:10px;letter-spacing:.18em;color:var(--muted)}.contact-anchor h2{font-size:clamp(42px,5vw,72px);line-height:1.05;letter-spacing:-.06em;margin:14px 0 0}.service-anchor{height:1px}
@media (max-width:1050px){.site-header{grid-template-columns:1fr auto}.nav{display:none}.hero{grid-template-columns:1fr;gap:10px;padding-top:54px}.hero-copy{max-width:680px}.map-stage{max-width:760px;margin-top:-18px}.current-copy{grid-template-columns:1fr;gap:45px}.current-text{max-width:760px}}
@media (max-width:640px){.site-header{padding:14px 17px;gap:12px}.brand-by{display:none}.brand-mark{font-size:19px}.header-cta{padding:10px 14px;font-size:11px}.hero{display:flex;flex-direction:column;padding:44px 18px 66px;min-height:auto}.hero-copy{padding-left:0}.eyebrow{margin-bottom:16px;font-size:9px}h1{font-size:clamp(54px,16vw,76px)}.hero-lead{font-size:20px;margin-top:31px}.hero-text{font-size:13px}.hero-meta{gap:4px}.hero-meta>div{min-width:104px;padding-left:7px;padding-right:7px}.meta-value{font-size:20px}.primary-cta{width:100%;margin-top:20px}.map-column{width:calc(100% + 26px);margin-left:-13px}.map-stage{margin-top:12px}.map-hint{right:10px;bottom:-13px}.map-tooltip{max-width:220px;padding:13px 14px}.map-tooltip strong{font-size:18px}.current-location{padding:94px 20px 110px}.current-copy h2{font-size:50px}.current-text{font-size:16px}.prototype-next,.contact-anchor{padding-left:20px;padding-right:20px}.prototype-next{padding-top:100px;padding-bottom:120px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.walk-bob{animation:none}.spot-ring{transition:none}}

/* Hero art direction v2 */
body{background:#f3eee5;font-family:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}
.site-header{background:rgba(243,238,229,.86);border-bottom-color:rgba(27,29,31,.07)}
.hero{position:relative;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);gap:10px;min-height:calc(100svh - 76px);padding:44px 4vw 64px;overflow:hidden}
.hero:after{display:none}
.hero-copy{padding-left:3vw;max-width:620px}
.eyebrow{font:700 10px/1.4 "DM Sans",sans-serif;letter-spacing:.24em;margin-bottom:25px}
h1{font-size:clamp(66px,6.95vw,112px);line-height:.94;letter-spacing:-.052em;font-weight:900;font-feature-settings:"palt" 1}
.hero-highlight:after{bottom:-5px;height:9px;background:#edc557;border-radius:90% 45% 80% 55%;transform:rotate(-1.2deg);opacity:.9}
.hero-lead{font-size:clamp(19px,1.65vw,26px);line-height:1.58;margin:36px 0 17px;font-weight:900}
.hero-text{font-size:14px;color:#454744}
.hero-meta{gap:0;margin-top:27px}
.hero-meta>div{min-width:116px;padding:11px 14px 10px 0}
.hero-meta>div+div{padding-left:15px;border-left:1px solid rgba(27,29,31,.1)}
.meta-value{font:700 24px/1 "DM Sans",sans-serif;letter-spacing:-.05em}.meta-unit{font-size:10px;font-weight:900}.meta-label{font-size:9px;letter-spacing:.05em}
.map-column{align-self:stretch;display:flex;align-items:center;min-width:0}.map-stage{width:136%;max-width:none;margin-left:-15%;margin-right:-21%;filter:saturate(.84)}
.map-stage:before{inset:5% 2% 2%;background:radial-gradient(ellipse at 50% 64%,rgba(255,255,255,.76),rgba(255,255,255,0) 70%)}
.map-stage:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,#f3eee5 0,rgba(243,238,229,.72) 9%,transparent 34%);z-index:1}
.map-stage svg{position:relative;z-index:2}
.map-grid path{stroke:#9f9a91;stroke-width:.72;opacity:.18}.map-river{stroke:#b9d5df;stroke-width:11;opacity:.13}
.district-fill{stroke:#aaa399;stroke-width:.8;opacity:.48}.district-line{stroke:#aaa399;stroke-width:.75;opacity:.31}
.buildings{opacity:.74}.buildings path:not([class]),.buildings .building-pink,.buildings .building-yellow,.buildings .building-blue,.buildings .building-green{stroke:#777772;stroke-width:1}
.city{stroke:#6f706c;stroke-width:1;stroke-linejoin:round;stroke-linecap:round}.city .wall{fill:#f7f3eb}.city .roof{fill:var(--building,#efc5d0)}.city use:nth-of-type(3n){--building:#eadb9d}.city use:nth-of-type(4n){--building:#c6d9e7}.city use:nth-of-type(5n){--building:#cfe0c5}.city .detail,.city .trunk,.city .bench,.city .bridge{fill:none;stroke:#777873;stroke-width:1}.city .crown{fill:#c9ddc1;stroke:#71806e}.city .chimney{fill:#f4efe7;stroke:#70716c}.city .park{fill:#dce8d4;stroke:#91a18d}.city .park-path{fill:none;stroke:#f8f3e9;stroke-width:9}.city .plaza{fill:#eadfcf;stroke:#9e978c}.city .fountain{fill:#c6dce3;stroke:#7f999e}.city .pocket-park{fill:#dce7d4;stroke:#93a28d}.city-near{opacity:.84}.city-mid{opacity:.58}.city-far{opacity:.31;filter:saturate(.55)}
.journey-track{stroke:#777872;stroke-width:2;stroke-dasharray:2 10;opacity:.4}.journey-progress{stroke:#282a27;stroke-width:2.4;stroke-dasharray:1 0}
.map-spot text{stroke:#f5f0e7;stroke-width:7px}
.person-hair,.person-jacket,.dog-body,.dog-head{fill:#202221}.person-neck{fill:#d5a57d}.person-arm,.person-leg,.dog-leg,.dog-collar,.dog-tail{fill:none;stroke:#202221;stroke-width:3;stroke-linecap:round}.person-shoe{stroke:#fff;stroke-width:4;filter:drop-shadow(0 0 1px #777)}.person-laptop{fill:#fbfbf8;stroke:#202221;stroke-width:1.2}.laptop-mark{fill:#b9bbb8}.dog-collar{stroke:#d19b44;stroke-width:2}
.map-hint{z-index:3;font-size:9px;letter-spacing:.03em}.hint-dot{width:7px;height:7px;box-shadow:0 0 0 4px rgba(239,138,102,.13)}
@media (max-width:1050px){.hero{grid-template-columns:1fr;gap:10px;padding-top:54px}.hero-copy{padding-left:2vw}.map-column{display:block}.map-stage{width:104%;max-width:800px;margin:-15px auto 0}}
@media (max-width:640px){.hero{padding:40px 18px 62px;overflow:hidden}.hero-copy{padding-left:0}.eyebrow{font-size:9px;margin-bottom:17px}h1{font-size:clamp(55px,16vw,74px);line-height:.96;letter-spacing:-.045em}.hero-lead{margin-top:30px}.hero-meta>div{min-width:100px;padding-right:8px}.hero-meta>div+div{padding-left:9px}.map-column{margin-top:10px}.map-stage{width:124%;margin:0 0 0 -12%;}.map-hint{right:8%;bottom:-7px}}

/* Golden-master hero */
.hero{display:block;position:relative;min-height:calc(100svh - 77px);height:897px;max-height:calc(100svh - 77px);padding:0;overflow:hidden;background:#faf7f1}
.hero-copy{position:relative;z-index:5;width:35%;max-width:585px;padding:108px 0 38px 5.4vw}
.hero-copy h1{font-size:clamp(72px,6.25vw,104px);line-height:1.065;letter-spacing:-.035em;font-weight:900}
.hero-highlight:after{left:-1%;right:2%;bottom:-12px;height:9px;background:#f7bd37;transform:rotate(-1.5deg)}
.hero-lead{font-size:clamp(20px,1.5vw,25px);line-height:1.55;margin:67px 0 21px;letter-spacing:.035em}
.hero-text{font-size:15px;line-height:1.85;color:#242523;font-weight:500}
.hero-price{display:flex;align-items:baseline;gap:6px;margin:29px 0 0;padding-bottom:7px;width:max-content;border-bottom:6px solid #f3a1a6;transform:rotate(-.5deg)}
.hero-price strong{font:700 34px/1 "DM Sans",sans-serif;letter-spacing:.035em}.hero-price span{font-size:11px;font-weight:900}
.primary-cta{margin-top:21px;min-width:280px;padding:16px 25px;font-size:16px;justify-content:space-between}
.hero-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;width:455px;margin-top:35px}
.hero-meta>div,.hero-meta>div+div{display:flex;flex-direction:column;align-items:center;min-width:0;padding:0;border:0;text-align:center}
.meta-icon{display:grid;place-items:center;width:38px;height:38px;font:700 29px/1 "DM Sans",sans-serif;color:#1b1d1f}.hero-meta>div:nth-child(1) .meta-icon{filter:drop-shadow(13px 9px 0 #c6b6ed)}.hero-meta>div:nth-child(2) .meta-icon{filter:drop-shadow(13px 9px 0 #bfe6de)}.hero-meta>div:nth-child(3) .meta-icon{filter:drop-shadow(13px 9px 0 #f5dab0)}.hero-meta>div:nth-child(4) .meta-icon{filter:drop-shadow(13px 9px 0 #f6dfa1)}
.hero-meta .meta-label{display:block;margin-top:10px;font-size:11px;line-height:1.35;color:#222;font-weight:700;letter-spacing:0}
.map-column{position:absolute;inset:0;z-index:1;display:block;margin:0;pointer-events:none}
.map-stage{position:absolute;inset:-77px 0 0;width:100%;max-width:none;height:calc(100% + 77px);margin:0;filter:none}
.map-stage:before,.map-stage:after{display:none}.hero-city-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.map-stage svg{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}
.map-grid,.map-river,.district,.city,.buildings{display:none}
.map-spot{pointer-events:auto}.map-spot text{font-size:16px;letter-spacing:.02em;stroke:#faf7f1;stroke-width:8px}.spot-pin{fill:var(--spot);stroke:#fff;stroke-width:2;filter:url(#softShadow)}.spot-ring{fill:#fff;stroke:none;filter:none}.spot-core{fill:var(--spot);filter:none}
.journey-track{stroke:#363733;stroke-width:2.15;stroke-dasharray:3.5 11.5;opacity:.82}.journey-progress{stroke:#30312e;stroke-width:2.35;opacity:.62}
.you-are-here{display:none}.travellers{pointer-events:none}.walk-bob{animation-duration:.78s}.map-hint{display:none}
.map-tooltip{z-index:10;pointer-events:none}
@media (max-width:1100px){.hero{height:auto;max-height:none;min-height:1180px}.hero-copy{width:100%;max-width:650px;padding:78px 6vw 0}.map-column{position:absolute;top:370px}.map-stage{inset:0;width:155%;height:auto;aspect-ratio:1680/974;margin-left:-42%}.hero-city-bg{object-fit:contain}.hero-meta{width:min(455px,100%)}}
@media (max-width:640px){.hero{min-height:980px}.hero-copy{padding:58px 20px 0}.hero-copy h1{font-size:clamp(56px,16.2vw,72px);line-height:1.06}.hero-lead{margin-top:50px;font-size:19px}.hero-text{font-size:13px}.hero-price{margin-top:22px}.hero-price strong{font-size:30px}.primary-cta{width:100%;min-width:0}.hero-meta{gap:6px;margin-top:27px}.meta-icon{width:30px;height:30px;font-size:23px}.hero-meta .meta-label{font-size:9px}.map-column{top:505px}.map-stage{width:190%;margin-left:-72%;}}

/* Golden-master composition */
.site-header{position:sticky;min-height:104px;padding:22px 4.4vw 18px;grid-template-columns:1fr auto auto;gap:46px;background:rgba(250,247,241,.94);border:0;box-shadow:none}
.brand{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1}.brand-mark{font:700 30px/1 "DM Sans",sans-serif;letter-spacing:.035em}.brand-by{display:block;font:700 12px/1.4 "DM Sans",sans-serif;letter-spacing:.29em;color:#20211f}
.nav{gap:42px;font-size:13px;font-weight:700}.nav a{opacity:.82}.header-cta{min-width:245px;padding:17px 26px;font-size:15px;justify-content:space-between}
.hero{height:870px;max-height:calc(100svh - 104px);min-height:720px}
.hero-copy{width:31.8%;max-width:535px;padding:65px 0 30px 5.4vw}
.hero-copy h1{font-size:clamp(68px,5.9vw,98px);line-height:1.085;letter-spacing:-.026em}
.hero-highlight:after{bottom:-10px;height:8px}
.hero-lead{font-size:clamp(19px,1.38vw,23px);line-height:1.56;margin:57px 0 22px;letter-spacing:.025em}
.hero-text{font-size:14px;line-height:1.82}.hero-price{margin-top:27px}.primary-cta{margin-top:19px;min-width:280px}.hero-meta{width:430px;margin-top:31px;gap:14px}
.map-stage{inset:-104px 0 0;height:calc(100% + 104px);transform:scale(.9);transform-origin:right bottom}
.journey-track{stroke:#4c4c48;stroke-width:1.7;stroke-dasharray:3 12;opacity:.61}.journey-progress{stroke:#454541;stroke-width:1.85;opacity:.43}
.map-spot{opacity:.88}.map-spot text{font-size:15px;stroke-width:9px}.spot-pin{filter:none;stroke-width:1.5}.spot-ring{opacity:.94}
@media (max-width:1280px){.site-header{gap:28px}.nav{gap:24px;font-size:12px}.header-cta{min-width:205px}.hero-copy{width:36%;}.hero-copy h1{font-size:clamp(66px,6.2vw,88px)}.hero-meta{width:400px}}
@media (max-width:1050px){.site-header{min-height:84px;padding:17px 24px}.brand-mark{font-size:25px}.hero{height:auto;max-height:none;min-height:1160px}.hero-copy{width:100%;max-width:620px;padding:72px 6vw 0}.map-column{top:365px}.map-stage{inset:0;width:155%;height:auto;margin-left:-42%}}
@media (max-width:640px){.site-header{min-height:70px;padding:13px 17px}.brand-mark{font-size:21px}.brand-by{font-size:8px}.header-cta{min-width:0;padding:11px 15px;font-size:11px}.hero{min-height:960px}.hero-copy{padding:55px 20px 0}.hero-copy h1{font-size:clamp(53px,15.4vw,68px);line-height:1.09;letter-spacing:-.02em}.hero-lead{margin-top:48px}.hero-meta{width:100%}.map-column{top:500px}.map-stage{width:190%;margin-left:-72%}}

/* Poster proportion, overlap behavior and pin labels */
.hero-copy{width:37%;max-width:620px;transform:translateY(-52px)}
.hero-copy h1{font-family:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-weight:900;font-size:clamp(70px,6vw,100px);line-height:1.075;letter-spacing:-.032em}
.spot-card{fill:#fbf8f1!important;fill-opacity:.9;stroke:#bdb6aa!important;stroke-opacity:.32;stroke-width:1;filter:drop-shadow(0 5px 10px rgba(47,43,36,.05))}
.map-spot text{paint-order:normal;stroke:none;letter-spacing:0}.map-spot .spot-title{font-size:15px;font-weight:900;fill:var(--spot)}.map-spot .spot-desc{font-size:11px;font-weight:700;fill:#3c3d39}
.map-spot .spot-card,.map-spot .spot-title,.map-spot .spot-desc{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .16s ease}
.map-spot:hover .spot-card,.map-spot:hover .spot-title,.map-spot:hover .spot-desc,.map-spot:focus .spot-card,.map-spot:focus .spot-title,.map-spot:focus .spot-desc,.map-spot.is-active .spot-card,.map-spot.is-active .spot-title,.map-spot.is-active .spot-desc{visibility:visible;opacity:1}
.map-spot[data-title="営業"]{opacity:.67}.map-spot[data-title="経理"]{opacity:.74}.map-spot[data-title="採用"]{opacity:.8}.map-spot[data-title="経営管理"]{opacity:.85}.map-spot[data-title="資料作成"]{opacity:.9}.map-spot[data-title="副業対応"]{opacity:.78}
/* Desktop poster / city balance */
@media (min-width:1181px){
  .hero{position:relative;height:calc((100vw * 954 / 1648) - 54px);min-height:0;max-height:none;padding:0}
  .current-location{padding-top:12px}
  .hero::before{content:none}
  .site-header .brand{transform:none}
  .site-header .brand-text{display:block!important;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .site-header .brand-lockup{display:block;position:absolute;top:1.9737vw;left:2.6914vw;width:12.0813vw;height:auto}
  .site-header .header-cta{transform:translateY(-13px)}
  .site-header .nav{column-gap:39px;transform:translate(-70px,-16px)}
  .header-cta{display:inline-flex;width:auto;min-width:0;max-width:none;height:47px;padding:0 19px;align-items:center;justify-content:center;gap:26px;border-radius:24px;background:#1c1c1c;font-size:14px;white-space:nowrap}
  .hero-copy{position:absolute;inset:0;z-index:2;width:100%;max-width:none;padding:0;transform:none;overflow:visible;pointer-events:none}
  .poster-content{position:absolute;inset:0;width:auto;margin:0;padding:0;transform:none}
  .hero-copy h1{position:absolute;top:calc(10.2871vw - 104px);left:5.0239vw;width:28.5287vw;max-width:none;margin:0;font-size:inherit;line-height:normal;letter-spacing:normal}
  .hero-copy h1 .hero-title-text{display:block!important;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .hero-copy h1 .hero-title-lockup{display:block;width:100%;height:auto}
  .poster-content .hero-lead,.poster-content .hero-text,.poster-content .hero-price,.poster-content .hero-meta{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .poster-content .hero-info-lockup{display:block;position:absolute;top:calc(25.7775vw - 104px);left:5.2632vw;width:21.2321vw;height:auto}
  .poster-content .hero-price-lockup{display:block;position:absolute;top:calc(37.0813vw - 104px);left:5.0239vw;width:11.5431vw;height:auto}
  .poster-content .primary-cta{position:absolute;top:calc(40.7297vw - 104px);left:5.1435vw;width:16.7464vw;min-width:0;max-width:none;height:3.5287vw;margin:0;padding:0 2.8708vw;justify-content:space-between;gap:0;border-radius:1.7644vw;background:#000;font-size:clamp(14px,.957vw,16px);white-space:nowrap;pointer-events:auto}
  .poster-content .hero-meta-lockup{display:block;position:absolute;top:calc(46.2919vw - 104px);left:4.1866vw;width:28.8278vw;height:auto}
  .poster-content .hero-meta .meta-icon{width:34px;height:34px;font-size:26px}
  .poster-content .hero-meta .meta-label{margin-top:8px;font-size:10px;color:#555651}
  .map-artboard-clip{display:block;position:absolute;top:-104px;left:0;width:100%;aspect-ratio:1648/954;overflow:hidden}
  .map-column .map-artboard-clip .hero-city-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:left top}
  .map-column .map-artboard-clip svg{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}
  .journey-track{stroke:#555650;stroke-width:1.5;stroke-dasharray:2.5 8;stroke-linecap:round;opacity:.62}
  .journey-progress{stroke:#555650;stroke-width:1.6;stroke-dasharray:2.5 8;stroke-linecap:round;opacity:.76}
  .map-column .map-spot{scale:.89;filter:saturate(.87);opacity:.91}
  .map-column .map-spot:hover{filter:saturate(.87) brightness(1.03)}
  .map-column .spot-pin{filter:none;stroke-width:1;stroke-opacity:.82}
  .map-column .spot-ring{filter:none;opacity:.9}
  .traveller-asset-slot.has-raster .traveller-raster-asset{display:inline}
  .traveller-asset-slot.has-raster .traveller-svg-fallback{display:none}
  .traveller-asset-slot .dog{transform:translate(20px,6px) scale(.7)}
  .traveller-asset-slot .dog-body{stroke:#202221;stroke-width:1.4}
  .traveller-asset-slot .dog-head{stroke:#202221;stroke-width:1.2;stroke-linejoin:round}
  .traveller-asset-slot .dog-leg{stroke-width:4.2}
  .map-column{position:absolute;inset:0;z-index:1;width:100%;margin:0;overflow:hidden;clip-path:none}
  .map-stage{position:absolute;inset:0;width:100%;height:100%;max-width:none;margin:0;transform:none}
}

/* One responsive poster: copy in normal flow over one static full-hero map. */
@media (max-width:1180px){
  .hero{position:relative;display:block;height:auto;min-height:0;max-height:none;padding:0;overflow:hidden;background:#faf7f1}
  .hero-copy{position:relative;z-index:4;width:100%;max-width:none;padding:64px 0 0;transform:none}
  .poster-content{width:100%;margin:0}
  .hero-copy h1{position:relative;width:62vw;max-width:600px;height:auto;margin:0 5vw;font-size:inherit;line-height:normal;letter-spacing:normal}
  .hero-copy h1 .hero-title-text{display:block!important;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .hero-copy h1 .hero-title-lockup{display:block;width:100%;height:auto}
  .hero-copy h1 .hero-highlight::after{display:none!important}
  .poster-content>.hero-lead,.poster-content>.hero-text,.poster-content>.hero-price,.poster-content>.primary-cta,.poster-content>.hero-meta{display:none}
  .map-column{display:none}
  .responsive-hero-body{position:relative;display:block;width:100%;margin:28px 0 0}
  .responsive-hero-content{position:relative;z-index:4;width:min(720px,100%);padding:0 5vw 56px}
  .responsive-map{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}
  .responsive-map-city{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% center}
  .responsive-map-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(250,247,241,.97) 0,rgba(250,247,241,.92) 18%,rgba(250,247,241,.82) 30%,rgba(250,247,241,.65) 42%,rgba(250,247,241,.45) 55%,rgba(250,247,241,.15) 66%,transparent 72%)}
  .responsive-map-route{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:hidden}
  .responsive-map-route path{fill:none;stroke:#555650;stroke-width:1.5;stroke-dasharray:2.5 8;stroke-linecap:round;opacity:.62;vector-effect:non-scaling-stroke}
  .responsive-map-pin{position:absolute;z-index:3;display:block;opacity:.45}
  .responsive-map-pin span{position:relative;display:block;width:14px;height:18px;border:1px solid rgba(44,45,42,.72);border-radius:50% 50% 50% 0;background:var(--pin);transform:rotate(-45deg)}
  .responsive-map-pin span::after{content:"";position:absolute;top:4px;left:4px;width:4px;height:4px;border:1px solid rgba(255,255,255,.86);border-radius:50%;background:rgba(255,255,255,.22)}
  .responsive-map-pin b{display:none}
  .pin-sales{left:61%;top:42%;--pin:#8ebe65}.pin-accounting{left:28%;top:50%;--pin:#e9a920}.pin-recruit{left:67%;top:57%;--pin:#ef7d78}.pin-management{left:31%;top:64%;--pin:#e8a91e}.pin-sidejob{left:65%;top:71%;--pin:#9b85df}.pin-docs{left:28%;top:78%;--pin:#54b8ad}
  .responsive-map-traveller{position:absolute;left:48%;top:67%;z-index:3;width:clamp(72px,10vw,100px);height:auto;object-fit:contain}
}

@media (max-width:680px){
  .hero-copy{padding-top:55px}
  .hero-copy h1{width:76vw;max-width:360px;margin-inline:20px}
  .responsive-hero-body{margin-top:22px}
  .responsive-hero-content{width:100%;padding:0 20px 46px}
  .responsive-hero-content .hero-lead{margin-top:0}
  .responsive-hero-content .hero-price{margin-top:19px}
  .responsive-hero-content .primary-cta{margin-top:17px}
  .responsive-map-city{object-position:60% center}
  .responsive-map-route path{stroke-width:1.5}
  .responsive-map-pin span{width:14px;height:18px}
  .responsive-map-traveller{width:18vw;max-width:78px}
}

/* Reference comparison mode: enabled only by ?reference=1 */
.reference-overlay,.step-one-reference-overlay{display:none}
@media (min-width:1181px){
  .reference-comparison .reference-overlay{display:block;position:absolute;top:0;left:0;width:100vw;height:auto;object-fit:contain;opacity:.45;z-index:9999;pointer-events:none}
  .reference-comparison .step-one-reference-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:auto;object-fit:contain;opacity:.48;z-index:9998;pointer-events:none}
  .reference-comparison.reference-overlay-hidden .reference-overlay,
  .reference-comparison.reference-overlay-hidden .step-one-reference-overlay{display:none}
}

/* City-background-only comparison: enabled only by ?bgtest=1 */
@media (min-width:1181px){
  .background-test-mode .reference-overlay{display:block;position:absolute;top:0;left:0;width:100vw;height:auto;object-fit:contain;opacity:.45;z-index:9999;pointer-events:none}
  .background-test-mode.reference-overlay-hidden .reference-overlay{display:none}
  .background-test-mode .site-header{visibility:hidden}
  .background-test-mode .hero-copy{visibility:hidden}
  .background-test-mode .map-stage svg,
  .background-test-mode .map-tooltip,
  .background-test-mode .map-hint{display:none!important}
  .background-test-mode .hero-city-bg{opacity:.75}
  .background-test-mode main>:not(.hero){display:none!important}
}

/* Standalone title type comparison: enabled only by ?typetest=1 */
.typography-test{display:none}
@media (min-width:1181px){
  .typography-test-mode body{overflow:auto;background:#f6f2ea}
  .typography-test-mode body>:not(.typography-test){display:none!important}
  .typography-test-mode .typography-test{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:24px;width:100%;height:100vh;padding:32px;background:#f6f2ea}
  .typography-test-mode .type-sample{position:relative;display:flex;align-items:center;min-width:0;min-height:0;padding:5vw 4vw;background:#fffdf8;color:#181818}
  .typography-test-mode .type-label{position:absolute;top:22px;left:24px;font:700 11px/1 "DM Sans",sans-serif;letter-spacing:.18em;color:#77736c}
  .typography-test-mode .type-sample p{margin:0;font-size:clamp(76px,5.75vw,94px);font-weight:900;line-height:1.15;letter-spacing:-.01em}
  .typography-test-mode .type-sample p>span{display:block;white-space:nowrap}
  .typography-test-mode .type-a p{font-family:"Zen Kaku Gothic New",sans-serif}
  .typography-test-mode .type-b p{font-family:"M PLUS 1p",sans-serif}
  .typography-test-mode .type-c p{font-family:"Noto Sans JP",sans-serif}
  .typography-test-mode .type-d p{font-family:"Zen Kaku Gothic New",sans-serif}
.typography-test-mode .type-d b{font-family:"Helvetica Neue","Arial Black",Arial,sans-serif;font-weight:900}
}

/* Lower-page map narrative */
.map-section,.final-section{position:relative;overflow:hidden;padding:120px 8vw;border-top:1px solid rgba(27,29,31,.1);background:var(--paper)}
.map-section::before,.final-section::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 80% 20%,rgba(210,226,235,.28),transparent 54%)}
.section-number{position:relative;z-index:1}
.split-copy{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8vw;margin-top:55px;align-items:start}.map-section h2{position:relative;z-index:1;margin:0;font-size:clamp(42px,5.4vw,86px);line-height:1.05;letter-spacing:-.06em}.split-copy p{font-size:18px;line-height:1.9;margin:0}.split-copy .lede{font-size:clamp(24px,2.5vw,40px);font-weight:900;line-height:1.35;margin-bottom:22px;letter-spacing:-.04em}
.delivered-map>h2,.first-points>h2,.routes-section>h2,.service-section>h2,.flow-section>h2{margin-top:44px}.map-diagram{position:relative;z-index:1;display:flex;justify-content:space-between;max-width:1100px;margin:110px auto 20px;padding-top:2px}.map-line{position:absolute;top:34px;left:4%;right:4%;height:2px;background:repeating-linear-gradient(90deg,#555650 0 6px,transparent 6px 16px);opacity:.55}.map-node{position:relative;display:grid;gap:10px;justify-items:center;text-align:center}.map-node b{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:var(--paper);border:1px solid #555650;font:700 13px/1 "DM Sans",sans-serif}.map-node span{font-size:13px;font-weight:800}.map-node:nth-of-type(2) b{border-color:#e8a91e}.map-node:nth-of-type(3) b{border-color:#ef7d78}.map-node:nth-of-type(4) b{border-color:#9b85df}.map-node:nth-of-type(5) b{border-color:#54b8ad}
.point-grid,.route-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:80px;background:#cfc6b9}.point-grid article,.route-list article{min-height:270px;padding:32px;background:var(--paper)}.point-no,.route-list b{font:700 13px/1 "DM Sans",sans-serif;color:#77736c}.point-grid h3,.route-list h3{font-size:clamp(26px,3vw,48px);margin:48px 0 16px;letter-spacing:-.05em}.point-grid p,.route-list p{line-height:1.8;margin:0}.route-list article:nth-child(1){background:#f1eafa}.route-list article:nth-child(2){background:#edf7f3}.route-list article:nth-child(3){background:#fbf1dc}
.service-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin-top:70px;align-items:end}.service-layout h2{font-size:clamp(62px,8vw,130px);letter-spacing:-.08em}.service-layout h2 span{font-size:.22em;letter-spacing:0;margin-left:10px}.service-note{font-size:18px}.service-layout ul{padding:0;margin:0;list-style:none;border-top:1px solid #cfc6b9}.service-layout li{padding:16px 0;border-bottom:1px solid #cfc6b9;font-size:16px}
.flow-list{position:relative;z-index:1;display:flex;justify-content:space-between;gap:16px;margin:85px 0 0;padding:0;list-style:none;counter-reset:flow}.flow-list li{position:relative;flex:1;padding:28px 0 0;border-top:2px solid #555650;font-weight:800}.flow-list li::before{counter-increment:flow;content:"0" counter(flow);display:block;margin-bottom:30px;font:700 12px/1 "DM Sans",sans-serif;color:#77736c}
.final-section{min-height:1000px;padding-top:170px;padding-bottom:100px;background:#f5efe5}.final-section h2{position:relative;z-index:1;max-width:1150px;margin:70px 0 0;font-size:clamp(38px,5.5vw,88px);line-height:1.1;letter-spacing:-.07em}.final-small{position:relative;z-index:1;margin-top:48px;font-size:15px}.final-offer{position:relative;z-index:1;display:flex;align-items:center;gap:30px;margin-top:150px}.final-offer strong{font-size:clamp(28px,3vw,50px);letter-spacing:-.05em}.final-offer span{font-weight:800}.final-offer .primary-cta{margin:0}.final-mark{position:absolute;right:8vw;bottom:42px;font:700 11px/1 "DM Sans",sans-serif;letter-spacing:.18em;color:#77736c}.final-route{position:absolute;right:8%;top:5%;bottom:0;width:28%;opacity:.23;background:repeating-linear-gradient(120deg,transparent 0 54px,#555650 54px 56px,transparent 56px 110px);transform:skewX(-12deg)}
@media(max-width:680px){.map-section,.final-section{padding:76px 20px}.split-copy,.service-layout{grid-template-columns:1fr;gap:36px;margin-top:35px}.map-section h2{font-size:clamp(38px,11vw,58px)}.map-diagram{margin-top:70px;gap:12px}.map-node b{width:46px;height:46px;font-size:10px}.map-node span{font-size:10px}.point-grid,.route-list{grid-template-columns:1fr;margin-top:48px}.point-grid article,.route-list article{min-height:0;padding:25px}.point-grid h3,.route-list h3{margin:25px 0 10px}.service-layout h2{font-size:72px}.flow-list{display:grid;grid-template-columns:1fr 1fr;margin-top:55px}.final-section{min-height:850px;padding-top:100px}.final-section h2{margin-top:48px;font-size:clamp(34px,9.5vw,52px)}.final-offer{display:grid;gap:14px;margin-top:90px}.final-offer .primary-cta{width:max-content}.final-route{right:0;width:50%}}

/* Full-page reference lower layout */
.ref-section{position:relative;min-height:360px;padding:62px 5.5vw 58px;border-top:1px solid rgba(27,29,31,.1);background:#fbf8f1;overflow:hidden}.ref-section>.section-number{position:absolute;left:4%;top:48px;font:400 26px/1 "DM Sans",sans-serif;color:#191a19}.ref-grid{display:grid;grid-template-columns:34% 66%;gap:5%;margin-left:7.5%;align-items:center}.ref-grid h2{font-size:clamp(28px,3.1vw,52px);line-height:1.18;letter-spacing:-.06em;margin:0 0 28px}.ref-grid p{font-size:12px;line-height:2;margin:0;color:#30312f}.check-list{list-style:none;padding:0;margin:24px 0 28px;font-size:11px;line-height:2.1}.check-list li::before{content:"×";color:#ff7d7d;font-weight:900;margin-right:10px}.ref-bold{font-weight:900!important}.location-visual{position:relative;min-height:240px;background:url("./assets/hero-city-background.png") center/cover no-repeat;opacity:.72}.current-pin{position:absolute;left:45%;top:48%;width:40px;height:52px;border-radius:50% 50% 50% 0;background:#1d1f20;transform:rotate(-45deg)}.current-pin::after{content:"";position:absolute;left:13px;top:13px;width:14px;height:14px;border-radius:50%;background:#fff}.here-label{position:absolute;left:50%;top:18%;font:italic 18px/1.1 "DM Sans",sans-serif}.here-arrow{position:absolute;left:48%;top:29%;font-size:28px}.accent-coral::after,.accent-violet::after,.accent-teal::after{content:"";display:block;width:32px;height:4px;margin-top:12px;border-radius:50%;background:#f57e7e}.accent-violet::after{background:#a98de8}.accent-teal::after{background:#63c3c0}
.why-map{min-height:330px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgba(27,29,31,.12)}.process-grid article{padding:0 28px;border-right:1px solid rgba(27,29,31,.12)}.process-grid article>b{font:700 10px/1 "DM Sans",sans-serif}.round-icon{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 18px;border-radius:50%;font-size:28px}.round-icon.blue{background:#dff3ef}.round-icon.yellow{background:#fff0cf}.round-icon.pink{background:#f9dfe1}.process-grid h3{font-size:14px;margin:0 0 16px}.process-grid p{font-size:11px;line-height:2}.outline-cta{display:inline-block;margin-top:24px;padding:9px 15px;border:1px solid #929591;border-radius:3px;font-size:11px}.routes-section{min-height:330px}.routes-section .ref-grid{grid-template-columns:30% 70%}.routes-section h2 em{font-style:normal;color:#efb51f}.route-choices{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #555650}.route-choices article{position:relative;padding:10px 24px 22px;border-left:1px solid rgba(27,29,31,.14)}.route-choices h3{font-size:14px;margin:0 0 12px;padding-left:20px}.route-choices p{font-size:11px;line-height:1.9}.dot{position:absolute;left:5px;top:13px;width:14px;height:14px;border-radius:50%;background:#62c0bd}.yellow-dot{background:#f8bd3a}.dot.coral{background:#f48787}.mini-person{display:block;margin-top:25px;text-align:center;font-size:35px}.pdf-section{min-height:440px}.pdf-stack{height:245px;position:relative}.pdf-stack div{position:absolute;width:145px;height:205px;top:10px;background:#fff;border:1px solid #d8d4cc;box-shadow:0 8px 16px rgba(40,35,28,.08);background-image:url("./assets/hero-city-background.png");background-size:cover;background-position:center}.pdf-stack div:nth-child(1){left:4%}.pdf-stack div:nth-child(2){left:14%;top:20px}.pdf-stack div:nth-child(3){left:24%;top:4px}.pdf-stack div:nth-child(4){left:34%;top:24px}.pdf-stack div:nth-child(5){left:44%;top:8px}.pdf-stack div:nth-child(6){left:54%;top:26px}.pdf-badge{margin-top:30px;font-size:36px}.pdf-badge small{display:block;font-size:11px}.consult-box{display:flex;align-items:center;gap:22px;margin:40px 0 20px;padding:22px 30px;border:1px solid rgba(27,29,31,.12)}.consult-box>span{font-size:34px}.consult-box strong{font-size:16px;line-height:1.5}.consult-box .primary-cta{margin:0 0 0 auto}.footer-meta{display:flex;justify-content:space-between;font-size:11px}.final-section{min-height:700px;padding:120px 8vw;background:#fbf8f1}.final-section .section-number{position:relative;left:auto;top:auto}.final-section h2{font-size:clamp(38px,5.5vw,88px)}
@media(max-width:680px){.ref-section{padding:58px 20px 50px}.ref-section>.section-number{left:20px;top:30px}.ref-grid,.routes-section .ref-grid{display:block;margin-left:0;padding-top:34px}.ref-grid h2{font-size:clamp(30px,9vw,48px)}.location-visual{margin-top:35px;min-height:210px}.process-grid,.route-choices{margin-top:45px}.process-grid article{padding:18px 12px}.process-grid h3{font-size:12px}.route-choices article{padding:12px 14px 20px}.pdf-stack{margin-top:40px}.consult-box{display:grid;grid-template-columns:auto 1fr}.consult-box .primary-cta{grid-column:1/3;margin:10px 0 0;width:max-content}.footer-meta{display:block;line-height:2.2}.final-section{min-height:700px;padding:90px 20px}.final-section h2{font-size:clamp(32px,8.8vw,50px)}}
@media (min-width:1181px){.current-location{padding-top:12px}}

/* Final action and quiet company footer */
.final-cta{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:10vw;align-items:center;margin-top:150px;padding-top:54px;border-top:1px solid rgba(27,29,31,.12)}
.final-idea{font-size:clamp(32px,4vw,64px);font-weight:900;letter-spacing:-.06em}.final-action{display:grid;gap:10px;max-width:330px}.final-action>span{font-size:14px;color:#6f716f}.final-action>strong{font-size:32px;letter-spacing:-.04em}.final-action>strong small{font-size:13px;margin-left:6px;letter-spacing:0}.final-action .primary-cta{width:100%;margin:8px 0 0;justify-content:center;padding:15px 20px}
.site-footer{padding:64px 8vw 34px;border-top:1px solid rgba(27,29,31,.12);background:var(--paper);color:#6f716f;font-size:12px}.footer-top strong{display:block;color:#1b1d1f;font-size:17px}.footer-top address{font-style:normal;line-height:1.9;margin-top:14px}.footer-top p{margin:14px 0 36px}.footer-mid{padding:26px 0;border-top:1px solid rgba(27,29,31,.12);border-bottom:1px solid rgba(27,29,31,.12)}.footer-mid nav{display:flex;gap:26px;margin-top:18px}.site-footer a{color:inherit;text-decoration:underline;text-decoration-color:rgba(111,113,111,.4);text-underline-offset:3px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:27px}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:20px}
@media(max-width:680px){.final-cta{grid-template-columns:1fr;gap:34px;margin-top:90px;padding-top:38px}.final-action{max-width:none}.site-footer{padding:48px 20px 28px}.footer-top p{margin-bottom:28px}.footer-mid nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.footer-bottom{display:block;padding-top:24px;line-height:2}.footer-bottom>div{display:grid;gap:8px}.footer-bottom>span{display:block;margin-top:24px}}

/* Final micro-adjustments: section 03 heading and section 04 artwork only */
.routes-section .route-heading-line{display:block;white-space:nowrap}
@media(max-width:680px){.routes-section .ref-grid h2{font-size:clamp(28px,8vw,52px)}.routes-section .route-heading-line{white-space:nowrap}}

/* Section 04 paper: white card beneath the original map artwork. */
.pdf-stack>div{opacity:1;filter:none;mix-blend-mode:normal;background-color:#fff;background-image:url("./assets/hero-city-background.png");background-size:cover;background-position:center}


/* Section 05: route-like horizontal contact flow */
.next-step{position:relative;overflow:hidden;padding:110px 8vw 120px;border-top:1px solid rgba(27,29,31,.1);background:#fbf8f1}.next-step-inner{max-width:1160px;margin:0 auto}.next-step h2{margin:0 0 42px;font-size:clamp(42px,5vw,76px);line-height:1.08;letter-spacing:-.06em}.step-route{display:flex;align-items:center;max-width:560px;margin-bottom:46px;color:#8b8d88;font:700 11px/1 "DM Sans",sans-serif;letter-spacing:.12em}.step-route span.is-current{color:#202220}.step-route i{height:1px;flex:1;margin:0 14px;background:repeating-linear-gradient(90deg,#555650 0 3px,transparent 3px 10px);opacity:.55}.contact-form{overflow:hidden}.contact-track{display:flex;width:300%;transition:transform .45s ease}.contact-step{box-sizing:border-box;display:block;width:33.3333%;min-width:0;margin:0;padding:0 4vw 0 0;border:0}.contact-step legend{margin:0 0 30px;padding:0;font-size:clamp(24px,2.5vw,38px);font-weight:900;letter-spacing:-.04em}.contact-step legend small{font-size:.42em;color:#777a75;font-weight:500;margin-left:8px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.choice{display:flex;align-items:center;gap:20px;min-height:128px;padding:24px 28px;border:1px solid rgba(27,29,31,.35);background:transparent;color:#1b1d1f;text-align:left;font:inherit;cursor:pointer;transition:background .2s,border-color .2s}.choice:hover,.choice:focus-visible{background:rgba(255,255,255,.35);border-color:#1b1d1f}.choice b{font:700 12px/1 "DM Sans",sans-serif;color:#777a75}.choice span{font-size:clamp(18px,2vw,28px);font-weight:800;letter-spacing:-.03em}.contact-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.contact-fields label,.message-row label{display:grid;gap:12px;color:#666964;font-size:12px}.contact-fields input,.message-row textarea{width:100%;box-sizing:border-box;border:0;border-bottom:1px solid #81837d;border-radius:0;background:transparent;padding:12px 0;color:#1b1d1f;font:inherit;outline:none}.contact-fields input:focus,.message-row textarea:focus{border-bottom-color:#1b1d1f}.step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:34px}.step-next,.step-back,.submit-contact{border:0;background:transparent;color:#1b1d1f;cursor:pointer;font:700 13px/1 "DM Sans",sans-serif;padding:10px 0}.step-next,.submit-contact{padding:14px 22px;background:#1b1d1f;color:#fff;border-radius:999px}.step-back{color:#777a75}.message-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:60px;align-items:end}.message-row textarea{resize:vertical;min-height:110px}.submit-contact{justify-self:end;min-width:180px}.form-status{min-height:1.4em;margin:20px 0 0;color:#555650;font-size:12px}
@media(max-width:680px){.next-step:not(.is-step-one){padding:76px 20px 88px}.next-step:not(.is-step-one) h2{font-size:clamp(38px,11vw,58px);margin-bottom:30px}.step-route{margin-bottom:34px}.contact-step{padding-right:20px}.contact-step legend{font-size:28px;margin-bottom:24px}.choice-grid,.contact-fields{grid-template-columns:1fr;gap:12px}.choice{min-height:92px;padding:18px 20px}.choice span{font-size:20px}.message-row{grid-template-columns:1fr;gap:24px}.submit-contact{justify-self:start}.step-actions{margin-top:26px}}

/* Keep the route indicator visible as part of the contact flow. */
.next-step .step-route{display:flex;position:relative;z-index:3}
.next-step .choice.is-selected{background:rgba(255,255,255,.48);border-color:#1b1d1f}

/* Section 02 only: match the reference hierarchy and line icons. */
.why-map .why-kicker{display:inline-block;font-size:.48em;font-weight:700;line-height:1.3;letter-spacing:-.02em}.why-map .why-main{display:inline-block;font-size:1em;font-weight:900;line-height:1.15}.why-map .ref-grid h2{font-size:clamp(30px,3.2vw,52px);line-height:1.18}.why-map .process-grid article>b{font-size:22px}.why-map .process-grid article:nth-child(1)>b{color:#49b8b5}.why-map .process-grid article:nth-child(2)>b{color:#f2b323}.why-map .process-grid article:nth-child(3)>b{color:#ef7f7f}.why-map .round-icon{position:relative;font-size:0;width:108px;height:108px}.why-map .round-icon::before,.why-map .round-icon::after{content:"";position:absolute;box-sizing:border-box;border:3px solid #1b1d1f}.why-map .round-icon.blue::before{width:48px;height:58px;left:30px;top:29px;border-radius:5px}.why-map .round-icon.blue::after{width:22px;height:12px;left:43px;top:22px;border-bottom:0;border-radius:4px 4px 0 0;box-shadow:-13px 27px 0 -8px #dff3ef,13px 27px 0 -8px #dff3ef}.why-map .round-icon.yellow::before{width:58px;height:42px;left:25px;top:23px;border-radius:9px}.why-map .round-icon.yellow::after{width:22px;height:22px;left:29px;top:66px;border-width:3px;border-top:0;border-right:0;transform:skewY(-25deg);box-shadow:30px 0 0 -1px transparent}.why-map .round-icon.pink::before{width:48px;height:62px;left:30px;top:24px;border-radius:4px}.why-map .round-icon.pink::after{width:24px;height:3px;left:42px;top:45px;background:#1b1d1f;border:0;box-shadow:0 14px #1b1d1f,0 28px #1b1d1f}
@media(max-width:680px){.why-map .why-kicker{font-size:.52em}.why-map .why-main{font-size:1em}.why-map .round-icon{width:82px;height:82px}.why-map .round-icon.blue::before{left:22px;top:23px}.why-map .round-icon.blue::after{left:35px;top:16px}.why-map .round-icon.yellow::before{left:12px;top:17px}.why-map .round-icon.yellow::after{left:16px;top:60px}.why-map .round-icon.pink::before{left:17px;top:16px}.why-map .round-icon.pink::after{left:29px;top:37px}}

/* Section 03 lower route, people and recommendation markers. */
.routes-section{min-height:470px}.routes-section .route-choices{position:relative;min-height:330px;border-bottom:0}.routes-section .route-choices::before{content:"";position:absolute;left:0;right:0;bottom:74px;border-top:2px dashed rgba(85,86,80,.48)}.routes-section .route-choices article::before{display:none}.routes-section .route-choices .dot{top:auto;bottom:66px;left:50%;z-index:2;width:30px;height:30px;border:2px solid #1b1d1f;transform:translateX(-50%)}.routes-section .route-choices article::after{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:max-content;margin:0;padding:9px 16px;white-space:nowrap;background:#fff;font-size:11px}.routes-section .mini-person{height:110px;margin:32px auto 0;font-size:0;background:url("./assets/person-dogi.png") center/contain no-repeat}.routes-section .route-choices article:nth-child(2) .mini-person{background-size:48% 100%,48% 100%;background-position:28% center,72% center;background-repeat:no-repeat;background-image:url("./assets/person-dogi.png"),url("./assets/person-dogi.png")}.routes-section .route-choices article:nth-child(3) .mini-person{background-size:contain}
@media(max-width:680px){.routes-section{min-height:610px}.routes-section .route-choices{min-height:470px}.routes-section .route-choices::before{bottom:92px}.routes-section .route-choices .dot{bottom:84px}.routes-section .route-choices article::after{bottom:22px;max-width:90%;white-space:normal;text-align:center}.routes-section .mini-person{height:100px}}

/* Section 02 final details only. */
.why-map .ref-grid>div:first-child p{font-size:11px;white-space:nowrap}
.why-map .round-icon.blue::after{content:"✓  ─\A✓  ─";white-space:pre;display:block;width:auto;height:auto;left:36px;top:37px;border:0;background:none;box-shadow:none;font:700 13px/1.8 Arial,sans-serif}
.why-map .round-icon.yellow::before{width:42%;height:27%;left:29%;top:18%;border:3px solid #1b1d1f;border-radius:8px}.why-map .round-icon.yellow::after{width:66%;height:42%;left:17%;top:52%;border:0;background:radial-gradient(circle at 25% 15%,#1b1d1f 0 6px,transparent 7px),radial-gradient(circle at 75% 15%,#1b1d1f 0 6px,transparent 7px),radial-gradient(ellipse at 25% 100%,transparent 0 14px,#1b1d1f 15px 17px,transparent 18px),radial-gradient(ellipse at 75% 100%,transparent 0 14px,#1b1d1f 15px 17px,transparent 18px);box-shadow:none;transform:none}

/* Section 03 micro-adjustment: route and people only. */
.routes-section .route-choices::before{bottom:88px}.routes-section .route-choices .dot{bottom:80px;width:24px;height:24px}.routes-section .mini-person{position:relative;height:110px;margin-top:32px;font-size:0;background:none}.routes-section .mini-person::before{content:"";position:absolute;left:50%;top:10px;width:14px;height:14px;border-radius:50%;background:#222;transform:translateX(-50%);box-shadow:0 28px 0 2px #222}.routes-section .mini-person::after{content:"";position:absolute;left:50%;top:26px;width:3px;height:48px;background:#222;transform:translateX(-50%) rotate(-8deg);box-shadow:-10px 39px 0 -1px #222,10px 39px 0 -1px #222}.routes-section .route-choices article:nth-child(2) .mini-person::before{box-shadow:-22px 0 0 -1px #222,22px 0 0 -1px #222,-22px 28px 0 1px #222,22px 28px 0 1px #222}.routes-section .route-choices article:nth-child(2) .mini-person::after{box-shadow:-32px 39px 0 -1px #222,-12px 39px 0 -1px #222,12px 39px 0 -1px #222,32px 39px 0 -1px #222}.routes-section .route-choices article:nth-child(3) .mini-person{background:url("./assets/person-dogi.png") center/contain no-repeat}.routes-section .route-choices article:nth-child(3) .mini-person::before,.routes-section .route-choices article:nth-child(3) .mini-person::after{display:none}

/* Section 03 content-only update: preserve the existing composition. */
.routes-section .mini-person{background:none!important}.routes-section .mini-person::before,.routes-section .mini-person::after{display:none!important}.routes-section .mini-person img{display:block;width:100%;height:100%;object-fit:contain}.routes-section .route-choices article:nth-child(1)::after{content:"おすすめ：まずは自社で試したい"}.routes-section .route-choices article:nth-child(2)::after{content:"おすすめ：業務に実装したい"}.routes-section .route-choices article:nth-child(3)::after{content:"おすすめ：属人化をなくしたい"}
.routes-section .route-choices article:nth-child(3) .mini-person{transform:translateY(-50px)}
.routes-section .route-heading-line em{font-size:1.22em}

/* Section 05 STEP 01: branch-road presentation only. */
.next-step .contact-step[data-step="1"]{position:relative}.next-step .contact-step[data-step="1"]::before{content:"";position:absolute;left:-30%;top:56%;width:34%;height:1px;border-top:3px dashed #555650;opacity:.78}.next-step .contact-step[data-step="1"]::after{content:"";position:absolute;left:-31%;top:45%;width:14px;height:14px;border:2px solid #555650;border-radius:50%;background:#fbf8f1}.next-step .contact-step[data-step="1"] .choice-grid{grid-template-columns:1fr;gap:28px}.next-step .contact-step[data-step="1"] .choice{min-height:112px;background:transparent;border-width:1px;border-radius:12px}.next-step .contact-step[data-step="1"] .choice:first-child{border-color:#63c3c0}.next-step .contact-step[data-step="1"] .choice:last-child{border-color:#f0b52a}.next-step .contact-step[data-step="1"] .choice b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#63c3c0;color:#fff;font-size:18px}.next-step .contact-step[data-step="1"] .choice:last-child b{background:#f0b52a}.next-step .contact-step[data-step="1"] .choice::after{font-size:22px;color:#63c3c0}.next-step .contact-step[data-step="1"] .choice:last-child::after{color:#f0b52a}
/* STEP 01 as a quiet branch map, not a card form. */
@media (min-width:1181px){
.next-step .contact-step[data-step="1"]{position:relative;min-height:330px}.next-step .contact-step[data-step="1"]>legend{display:none}.next-step .contact-step[data-step="1"]::before,.next-step .contact-step[data-step="1"]::after{display:none}.next-step .contact-step[data-step="1"] .branch-map{position:absolute;left:0;top:20px;width:52%;height:300px;overflow:visible}.branch-map path{fill:none;stroke:#555650;stroke-width:2.4;stroke-dasharray:5 8;stroke-linecap:round}.branch-map .branch-a,.branch-map .branch-b{transition:stroke-width .2s,opacity .2s}.branch-map circle{stroke:#555650;stroke-width:2;fill:#fbf8f1}.branch-map .branch-a-dot{stroke:#63c3c0;fill:#63c3c0}.branch-map .branch-b-dot{stroke:#f0b52a;fill:#f0b52a}.next-step .contact-step[data-step="1"] .choice-grid{position:relative;display:block;min-height:300px}.next-step .contact-step[data-step="1"] .choice{position:absolute;right:0;width:78%;min-height:0;padding:10px 0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none;gap:14px}.next-step .contact-step[data-step="1"] .choice:first-child{top:28px}.next-step .contact-step[data-step="1"] .choice:last-child{top:190px}.next-step .contact-step[data-step="1"] .choice b{width:34px;height:34px;font-size:15px;flex:0 0 auto}.next-step .contact-step[data-step="1"] .choice span{font-size:clamp(17px,1.5vw,24px);font-weight:800}.next-step .contact-step[data-step="1"] .choice::after{font-size:20px}.next-step .contact-step[data-step="1"] .choice:hover span,.next-step .contact-step[data-step="1"] .choice:focus-visible span{color:#111}.next-step .contact-step[data-step="1"]:has(.choice:first-child:hover) .branch-a,.next-step .contact-step[data-step="1"]:has(.choice:first-child:focus-visible) .branch-a{stroke-width:3.4;opacity:1}.next-step .contact-step[data-step="1"]:has(.choice:last-child:hover) .branch-b,.next-step .contact-step[data-step="1"]:has(.choice:last-child:focus-visible) .branch-b{stroke-width:3.4;opacity:1}
.branch-map .branch-entry{display:none}
.branch-map .branch-entry path{fill:none;stroke:currentColor;stroke-width:2.5;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round}
}
.branch-current,.branch-entry-overlay,.step-one-intro,.step-one-note{display:none}

/* STEP 01 placement: keep the branch map on the right and labels at its endpoints. */
@media (min-width:1181px){
.next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .step-route{display:none}
.next-step .contact-step[data-step="1"] .branch-map{left:34%;width:66%}
.next-step .contact-step[data-step="1"] .choice{right:0;width:38%;z-index:2}
.next-step .contact-step[data-step="1"] .choice:first-child{top:28px}
.next-step .contact-step[data-step="1"] .choice:last-child{top:190px}
.next-step .contact-step[data-step="1"]::before{content:"現在地";display:block;position:absolute;left:35%;top:244px;border:0;width:auto;height:auto;color:#555650;font-size:12px;letter-spacing:.08em;opacity:.9}
}

@media (min-width:1181px){
  .next-step.is-step-one{box-sizing:border-box;padding-inline:calc(8vw + 58px)}
  .next-step .next-step-inner{position:relative}
  .step-one-intro,.step-one-note{display:none}
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .step-one-intro{
    display:block;
    position:absolute;
    left:-105px;
    top:170px;
    z-index:5;
    margin:0;
    color:#343633;
    font-size:14px;
    line-height:2;
    letter-spacing:.01em;
  }
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .step-one-note{
    display:flex;
    position:absolute;
    left:50%;
    bottom:-78px;
    z-index:5;
    align-items:center;
    gap:18px;
    width:max-content;
    margin:0;
    color:#555752;
    font-size:13px;
    line-height:1.6;
    transform:translateX(-50%);
  }
  .next-step .step-one-note span{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(85,87,82,.24);border-radius:50%;font-size:24px}
  .next-step>.section-number{
    position:relative;
    left:-56px;
    top:-36px;
    margin-bottom:28px;
    font:400 30px/1 "DM Sans",sans-serif;
  }
  .next-step>.section-number::after{
    content:"";
    position:absolute;
    left:-3px;
    top:38px;
    width:45px;
    height:5px;
    border-radius:50%;
    background:#f57e7e;
    transform:rotate(-4deg);
  }
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .next-step-inner>h2{
    position:relative;
    left:-105px;
    top:-25px;
    width:calc(100% + 105px);
    max-width:none;
    overflow:visible;
    white-space:normal;
    z-index:5;
  }
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .contact-form{
    position:relative;
    top:-133px;
    margin-bottom:-133px;
    overflow:visible;
  }
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .contact-step[aria-hidden="true"]{visibility:hidden}
  .next-step .contact-step[data-step="1"][aria-hidden="true"]{visibility:hidden;pointer-events:none}
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .contact-step[data-step="1"],
  .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .contact-step[data-step="1"] .choice-grid{
    min-height:487px;
  }
  .next-step .contact-step[data-step="1"]::before{display:none}
  .next-step .contact-step[data-step="1"] .branch-entry-overlay{
    display:block;
    position:absolute;
    left:calc(46.5% - 4px);
    z-index:20;
    width:65px;
    height:24px;
    overflow:visible;
    color:#555650;
    pointer-events:none;
  }
  .next-step .contact-step[data-step="1"] .branch-entry-overlay path{fill:none;stroke:#555650;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
  .next-step .contact-step[data-step="1"] .branch-entry-overlay .branch-entry-shaft{display:none}
  .next-step .contact-step[data-step="1"] .branch-entry-overlay .branch-entry-head{stroke-dasharray:none}
  .next-step .contact-step[data-step="1"] .branch-entry-overlay-a{top:102px}
  .next-step .contact-step[data-step="1"] .branch-entry-overlay-b{top:364px}
  .next-step .contact-step[data-step="1"] .branch-current{
    box-sizing:border-box;
    display:grid;
    position:absolute;
    left:calc(36% - 348.75px);
    top:323px;
    z-index:3;
    width:190px;
    height:112px;
    padding:0;
    grid-template-columns:1fr;
    grid-template-rows:69px 16px 10px;
    row-gap:4px;
    justify-items:center;
    transform:translateX(-50%);
    color:#1b1d1f;
  }
  .next-step .contact-step[data-step="1"] .branch-current-pin{
    position:static;
    grid-column:1;
    grid-row:1;
    align-self:start;
    width:50px;
    height:69px;
    overflow:visible;
  }
  .next-step .contact-step[data-step="1"] .branch-current-pin path{fill:#1d1f20;stroke:#1d1f20}
  .next-step .contact-step[data-step="1"] .branch-current-pin circle{fill:#fbf8f1;stroke:none}
  .next-step .contact-step[data-step="1"] .branch-current strong,
  .next-step .contact-step[data-step="1"] .branch-current span{position:static;grid-column:1;white-space:nowrap}
  .next-step .contact-step[data-step="1"] .branch-current strong{grid-row:2;font-size:16px;line-height:1;font-weight:900}
  .next-step .contact-step[data-step="1"] .branch-current span{grid-row:3;font:700 10px/1 "DM Sans",sans-serif;letter-spacing:.16em}
  .next-step .contact-step[data-step="1"] .branch-map{
    left:-14%;
    top:0;
    width:100%;
    height:450px;
    background-image:linear-gradient(rgba(251,248,241,.78),rgba(251,248,241,.48)),url("./assets/hero-city-background.png");
    background-position:center,right center;
    background-size:cover,150% auto;
    background-repeat:no-repeat;
    border-radius:18px;
  }
  .next-step .contact-step[data-step="1"] .choice{
    right:-8%;
    display:grid;
    grid-template-columns:70px minmax(0,1fr) 130px 48px;
    align-items:center;
    width:56%;
    min-height:190px;
    padding:24px 26px;
    border:1px solid rgba(99,195,192,.72)!important;
    border-radius:8px;
    background:rgba(251,248,241,.94)!important;
    column-gap:12px;
  }
  .next-step .contact-step[data-step="1"] .choice b{width:60px;height:60px;font-size:24px;box-shadow:0 0 0 14px rgba(99,195,192,.09)}
  .next-step .contact-step[data-step="1"] .choice>b{position:static;margin:0;justify-self:center}
  .next-step .contact-step[data-step="1"] .choice:last-child b{box-shadow:0 0 0 16px rgba(240,181,42,.1)}
  .next-step .contact-step[data-step="1"] .choice .choice-copy{display:grid;position:static;gap:14px;min-width:0;margin:0;padding:0;text-align:left}
  .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:clamp(20px,1.65vw,28px);line-height:1.25;font-weight:900;white-space:normal}
  .next-step .contact-step[data-step="1"] .choice .choice-copy small{font-size:14px;line-height:1.75;font-weight:500;letter-spacing:0;white-space:normal}
  .next-step .contact-step[data-step="1"] .choice .choice-icon{display:block;position:static;width:120px;height:104px;justify-self:center;overflow:visible;fill:rgba(99,195,192,.12);stroke:#8ebfbd;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{fill:rgba(240,181,42,.08);stroke:#9a978d}
  .next-step .contact-step[data-step="1"] .choice .choice-arrow{display:block;position:static;width:30px;height:auto;justify-self:end;font-size:30px;line-height:1;font-weight:400;color:#63c3c0;text-align:center}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-arrow{color:#f0b52a}
  .next-step .contact-step[data-step="1"] .choice:last-child{border-color:rgba(240,181,42,.78)!important}
  .next-step .contact-step[data-step="1"] .choice:first-child{right:calc(-8% - 50px);top:8px}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-copy{position:static;gap:14px;margin:0}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-copy strong{font-size:clamp(22px,1.75vw,30px)}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-copy small{font-size:17px;line-height:1.75}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-icon{position:static;width:130px;height:112px}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-arrow{position:static;width:30px;height:auto}
  .next-step .contact-step[data-step="1"] .choice:last-child{right:calc(-8% - 50px);top:244px}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-copy{position:static;gap:14px;margin:0}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-copy strong{font-size:clamp(22px,1.75vw,30px)}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-copy small{max-width:300px;font-size:17px;line-height:1.75}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{position:static;width:118px;height:118px}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-arrow{position:static;width:30px;height:auto}
  .next-step .contact-step[data-step="1"] .choice .choice-arrow{font-size:34px;font-weight:700;opacity:1;transform:translateX(-16px)}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-plane{fill:rgba(99,195,192,.15);stroke:#b7dcda}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-plane-detail{fill:none;stroke:#c5e2e0}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-building{fill:rgba(251,248,241,.92);stroke:#bad3d1}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-pin{fill:#63c3c0;stroke:#63c3c0}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-pin-hole{fill:#fbf8f1;stroke:none}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper{fill:rgba(251,248,241,.72);stroke:#bbb8b0}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper-fold{fill:none;stroke:#bbb8b0}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper-line{fill:none;stroke:#aaa9a3;stroke-width:1}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-lens{fill:rgba(251,248,241,.72);stroke:#858782;stroke-width:1.35}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-lens-handle{fill:none;stroke:#858782;stroke-width:1.8}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-question{fill:#f0b52a;stroke:#f0b52a}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-question-mark{fill:none;stroke:#fff;stroke-width:2}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-arrow{color:#63c3c0!important}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-arrow{color:#f0b52a!important}
  .next-step .contact-step[data-step="1"] .choice .choice-arrow{
    position:static!important;
    right:auto!important;
    top:auto!important;
    width:48px!important;
    height:29px!important;
    justify-self:end;
    opacity:1;
    overflow:visible;
    transform:none!important;
  }
  .next-step .contact-step[data-step="1"]::before{left:7%;top:360px}
}
.current-location .current-pin{left:calc(45% + 10px);top:calc(48% + 13px);width:20px;height:26px;transform:none;border-radius:50% 50% 50% 0;clip-path:polygon(50% 100%,0 48%,0 28%,12% 12%,30% 2%,50% 0,70% 2%,88% 12%,100% 28%,100% 48%)}
.current-location .location-visual{background-size:110% auto;background-position:center}.current-location .current-pin{background:#63b9b4;animation:current-pin-bob 3.8s ease-in-out infinite}@keyframes current-pin-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
.pdf-section .pdf-badge{font-size:0}.pdf-section .pdf-badge small{font-size:11px}.pdf-section .consult-box>span{display:none}.pdf-section .pdf-stack div:nth-child(1){background-position:18% 30%}.pdf-section .pdf-stack div:nth-child(2){background-position:34% 42%}.pdf-section .pdf-stack div:nth-child(3){background-position:50% 54%}.pdf-section .pdf-stack div:nth-child(4){background-position:66% 38%}.pdf-section .pdf-stack div:nth-child(5){background-position:78% 60%}.pdf-section .pdf-stack div:nth-child(6){background-position:92% 44%}

/* SECTION 05 responsive composition. Desktop (1181px+) remains unchanged. */
.responsive-step-map{display:none}
@media (max-width:1180px){
  .next-step.is-step-one{box-sizing:border-box;width:100%;overflow-x:hidden;padding:72px 0 88px}
  .next-step.is-step-one>.section-number{box-sizing:border-box;position:static;left:auto;top:auto;width:100%;max-width:920px;margin:0 auto 34px;padding-inline:clamp(24px,5vw,56px);font:400 26px/1 "DM Sans",sans-serif}
  .next-step.is-step-one>.section-number::after{content:"";position:static;display:block;width:45px;height:5px;margin-top:10px;border-radius:50%;background:#f57e7e;transform:rotate(-4deg)}
  .next-step.is-step-one .next-step-inner{box-sizing:border-box;position:relative;width:100%;max-width:920px;margin-inline:auto;padding-inline:clamp(24px,5vw,56px)}
  .next-step.is-step-one .next-step-inner>h2{position:static;left:auto;top:auto;width:auto;max-width:100%;margin:0 0 24px;overflow:visible;font-size:clamp(44px,7vw,68px);line-height:1.08;white-space:normal;transform:none}
  .next-step.is-step-one .step-one-intro{display:block;position:static;margin:0 0 34px;color:#343633;font-size:14px;line-height:1.9}
  .next-step.is-step-one .contact-form{position:static;margin:0;overflow:hidden}
  .next-step.is-step-one .step-route{display:none}
  .next-step.is-step-one .contact-step[data-step="1"],
  .next-step.is-step-one .contact-step[data-step="1"] .choice-grid{min-height:0}
  .next-step .contact-step[data-step="1"]{position:relative;padding:0}
  .next-step .contact-step[data-step="1"]>legend,
  .next-step .contact-step[data-step="1"]::before,
  .next-step .contact-step[data-step="1"]::after{display:none}
  .next-step .contact-step[data-step="1"] .branch-map,
  .next-step .contact-step[data-step="1"] .branch-current,
  .next-step .contact-step[data-step="1"] .branch-entry-overlay{display:none}
  .next-step .contact-step[data-step="1"] .responsive-step-map{position:relative;display:grid;width:min(100%,760px);height:auto;margin:0 auto 28px;overflow:visible;border-radius:14px;background:#fbf8f1}
  .responsive-step-map>img{position:static;grid-area:1/1;width:100%;height:auto;display:block;border-radius:inherit;object-fit:contain;object-position:center;opacity:.52}
  .responsive-step-map>svg{position:relative;inset:auto;grid-area:1/1;width:100%;height:100%;overflow:visible}
  .responsive-step-map>.responsive-route-mobile{display:none}
  .responsive-step-map>svg path{fill:none;stroke:#555650;stroke-width:2.2;stroke-dasharray:5 8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
  .responsive-step-map>svg circle{stroke-width:2;vector-effect:non-scaling-stroke}
  .responsive-route-start{fill:#fbf8f1;stroke:#555650}.responsive-route-a-dot{fill:#63c3c0;stroke:#63c3c0}.responsive-route-b-dot{fill:#f0b52a;stroke:#f0b52a}
  .responsive-current{position:absolute;left:11.25%;top:68.3543%;z-index:2;display:grid;grid-template-columns:max-content;grid-template-rows:52px 14px 9px;justify-items:center;row-gap:4px;margin:-14px 0 0;color:#1b1d1f;transform:translate(-50%,-100%)}
  .responsive-current svg{grid-column:1;grid-row:1;width:38px;height:52px;overflow:visible}.responsive-current svg path{fill:#1d1f20}.responsive-current svg circle{fill:#fbf8f1}.responsive-current strong{grid-column:1;grid-row:2;font-size:14px;line-height:1}.responsive-current span{grid-column:1;grid-row:3;font:700 9px/1 "DM Sans",sans-serif;letter-spacing:.13em;white-space:nowrap}
  .next-step .contact-step[data-step="1"] .choice-grid{position:static;display:grid;gap:20px}
  .next-step .contact-step[data-step="1"] .choice,
  .next-step .contact-step[data-step="1"] .choice:first-child,
  .next-step .contact-step[data-step="1"] .choice:last-child{position:relative;inset:auto;width:100%;min-height:180px;padding:24px 72px 24px 24px;border:1px solid rgba(99,195,192,.72)!important;border-radius:8px;background:rgba(251,248,241,.96)!important;display:grid;grid-template-columns:70px minmax(0,1fr) 120px;align-items:center;column-gap:20px}
  .next-step .contact-step[data-step="1"] .choice:last-child{border-color:rgba(240,181,42,.78)!important}
  .next-step .contact-step[data-step="1"] .choice>b{position:static;width:58px;height:58px;margin:0;justify-self:center;font-size:23px}
  .next-step .contact-step[data-step="1"] .choice .choice-copy,
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-copy,
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-copy{position:static;display:grid;gap:12px;min-width:0;margin:0;padding:0;text-align:left}
  .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:clamp(22px,3vw,28px);line-height:1.3;white-space:normal}
  .next-step .contact-step[data-step="1"] .choice .choice-copy small{max-width:none;font-size:15px;line-height:1.75;white-space:normal}
  .next-step .contact-step[data-step="1"] .choice .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{position:static;width:110px;height:100px;justify-self:center}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-plane{fill:rgba(99,195,192,.15);stroke:#b7dcda}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-plane-detail{fill:none;stroke:#c5e2e0}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-building{fill:rgba(251,248,241,.92);stroke:#bad3d1}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-pin{fill:#63c3c0;stroke:#63c3c0}
  .next-step .contact-step[data-step="1"] .choice:first-child .icon-pin-hole{fill:#fbf8f1;stroke:none}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper{fill:rgba(251,248,241,.72);stroke:#bbb8b0}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper-fold{fill:none;stroke:#bbb8b0}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-paper-line{fill:none;stroke:#aaa9a3;stroke-width:1}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-lens{fill:rgba(251,248,241,.72);stroke:#858782;stroke-width:1.35}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-lens-handle{fill:none;stroke:#858782;stroke-width:1.8}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-question{fill:#f0b52a;stroke:#f0b52a}
  .next-step .contact-step[data-step="1"] .choice:last-child .icon-question-mark{fill:none;stroke:#fff;stroke-width:2}
  .next-step .contact-step[data-step="1"] .choice .choice-arrow{display:block;position:absolute!important;right:22px!important;top:50%!important;width:42px!important;height:26px!important;overflow:visible;opacity:1;transform:translateY(-50%)!important}
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-arrow{color:#63c3c0!important}
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-arrow{color:#f0b52a!important}
  .next-step.is-step-one .step-one-note{display:flex;position:static;width:auto;margin:30px auto 0;justify-content:center;transform:none;font-size:12px;text-align:center}
}
@media (min-width:768px) and (max-width:1180px){
  .next-step.is-step-one .contact-form{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin-inline:auto}
  .next-step.is-step-one .choice-grid{box-sizing:border-box;width:100%;min-width:0;max-width:760px;margin-inline:auto}
  .next-step .contact-step[data-step="1"] .choice,
  .next-step .contact-step[data-step="1"] .choice:first-child,
  .next-step .contact-step[data-step="1"] .choice:last-child{grid-template-columns:64px minmax(0,1fr) 108px;column-gap:16px;padding:24px 68px 24px 22px}
  .next-step .contact-step[data-step="1"] .choice .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{width:100px;height:94px}
}
@media (min-width:768px) and (max-width:960px){
  .next-step .contact-step[data-step="1"] .responsive-step-map>.responsive-route-tablet{display:none}
  .next-step .contact-step[data-step="1"] .responsive-step-map>.responsive-route-mobile{display:block}
  .next-step .contact-step[data-step="1"] .responsive-current{left:50%;top:26.1224%}
}
@media (max-width:767px){
  .next-step.is-step-one{padding-block:58px 72px}
  .next-step.is-step-one>.section-number{margin-bottom:28px;padding-inline:24px;font-size:24px}
  .next-step.is-step-one .next-step-inner{padding-inline:24px}
  .next-step.is-step-one .next-step-inner>h2{margin-bottom:20px;font-size:clamp(40px,11.5vw,54px)}
  .next-step.is-step-one .step-one-intro{margin-bottom:28px;font-size:13px;line-height:1.8}
  .next-step .contact-step[data-step="1"] .responsive-step-map{margin-bottom:22px}
  .responsive-step-map>.responsive-route-tablet{display:none}
  .responsive-step-map>.responsive-route-mobile{display:block}
  .responsive-current{left:50%;top:26.1224%;grid-template-rows:47px 14px 9px}.responsive-current svg{width:34px;height:47px}
  .next-step .contact-step[data-step="1"] .choice-grid{width:100%;margin-inline:auto;gap:16px}
  .next-step .contact-step[data-step="1"] .choice,
  .next-step .contact-step[data-step="1"] .choice:first-child,
  .next-step .contact-step[data-step="1"] .choice:last-child{width:100%;min-height:176px;margin-inline:auto;padding:20px 48px 20px 16px;grid-template-columns:52px minmax(0,1fr) 68px;column-gap:10px}
  .next-step .contact-step[data-step="1"] .choice>b{width:48px;height:48px;font-size:19px;box-shadow:0 0 0 10px rgba(99,195,192,.09)}
  .next-step .contact-step[data-step="1"] .choice:last-child>b{box-shadow:0 0 0 10px rgba(240,181,42,.1)}
  .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:clamp(16px,4.6vw,18px)}
  .next-step .contact-step[data-step="1"] .choice .choice-copy small{font-size:13px;line-height:1.65}
  .next-step .contact-step[data-step="1"] .choice .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:first-child .choice-icon,
  .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{width:68px;height:72px}
  .next-step .contact-step[data-step="1"] .choice .choice-arrow{right:12px!important;width:32px!important;height:22px!important}
  .next-step.is-step-one .step-one-note{align-items:flex-start;gap:10px;margin-top:24px;font-size:11px;text-align:left}
  .next-step .step-one-note span{flex:0 0 34px;width:34px;height:34px;font-size:18px}
}

/* SECTION 06–Footer: composition matched to 06-footer-reference.png.
   HEADER–SECTION 05 rules above this block remain unchanged. */
.lower-reference-region{position:relative;background:#fbf8f1;color:#1d1f20}
.lower-footer-reference-overlay{display:none}
.section-six.final-section{box-sizing:border-box;min-height:0;padding:42px 7.5vw 32px;border-top:1px solid rgba(27,29,31,.1);background:transparent;overflow:visible;scroll-margin-top:110px}
.section-six.final-section::before{display:none}
.section-six-main{display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);align-items:start;min-height:340px}
.section-six-copy{position:relative;z-index:1;min-width:0;padding:0}
.section-six .section-number,.faq-section .section-number{position:relative;display:block;margin:0;color:#9c9b98;font:700 26px/1 "DM Sans",sans-serif;letter-spacing:.13em}
.section-six .section-number::after,.faq-section .section-number::after{content:"";position:static;display:block;width:36px;height:4px;margin-top:9px;border-radius:50%;background:#9462ce;transform:rotate(-4deg)}
.section-six.final-section h2{margin:28px 0 0;max-width:none;font-size:clamp(30px,3.08vw,46px);font-weight:900;line-height:1.27;letter-spacing:-.035em;white-space:normal}
.section-six.final-section h2>span{display:block;white-space:nowrap}
.section-six-copy>p{margin:30px 0 0;font-size:15px;line-height:1.85;letter-spacing:.015em;color:#30312f}
/* A clipped window onto the supplied reference preserves the original artwork,
   its relative scale and its line quality; no generated or redrawn imagery. */
.section-six .deliverable-visual{position:relative;width:100%;height:auto;aspect-ratio:640/351;margin:0;overflow:hidden;isolation:isolate}
.section-six .deliverable-visual>:not(.deliverable-composition){display:none}
.section-six .deliverable-composition{position:absolute;display:block;width:219.0625%;max-width:none;height:auto;left:-103.125%;top:-9.97151%;mix-blend-mode:multiply}
.section-six-band{display:grid;grid-template-columns:62px minmax(0,1.15fr) minmax(0,2fr) minmax(210px,1.05fr);gap:25px;align-items:center;min-height:108px;padding:20px 36px;border-radius:4px;background:#eef4f1}
.band-mark{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#fff;color:#24b49b;font-size:27px;line-height:1}
.section-six-band strong{font-size:17px;font-weight:900;line-height:1.55;letter-spacing:0}
.section-six-band p{margin:0;font-size:14px;line-height:1.8;color:#41433f}
.lower-reference-region .lower-primary,.lower-reference-region .lower-secondary{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;min-height:52px;padding:13px 25px;border-radius:999px;font-size:16px;font-weight:800;line-height:1.45;text-decoration:none;white-space:nowrap}
.lower-reference-region .lower-primary{border:1px solid #1d1f20;background:#1d1f20;color:#fff}
.lower-reference-region .lower-secondary{min-height:44px;border:1px solid #777873;background:transparent;color:#1d1f20;font-size:13px;font-weight:700}
.lower-reference-region .lower-primary span,.lower-reference-region .lower-secondary span{margin-left:auto}
.lower-reference-region a:focus-visible,.faq-list summary:focus-visible{outline:3px solid #9462ce;outline-offset:4px}
.faq-section{box-sizing:border-box;position:relative;display:grid;grid-template-columns:minmax(0,25%) minmax(0,75%);margin:0 7.5vw;padding:22px 0 28px;border-top:1px solid rgba(27,29,31,.13);background:transparent;scroll-margin-top:110px}
.faq-heading{min-width:0}.faq-heading h2{margin:20px 0 0;font-size:30px;font-weight:900;line-height:1.3;letter-spacing:-.025em}
.faq-content{min-width:0;padding:0}.faq-list{display:grid;gap:5px;border:0}
.faq-list details{min-width:0;border:1px solid rgba(27,29,31,.15);border-radius:3px;background:rgba(255,255,255,.14)}
.faq-list summary{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:41px;padding:7px 25px;cursor:pointer;list-style:none;font-size:15px;font-weight:700;line-height:1.65}
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#805de0;font-weight:900}.faq-list summary b{font-size:21px;font-weight:400;text-align:right;line-height:1}.faq-list details[open] summary b{transform:rotate(45deg)}
.faq-list details>p{margin:0;padding:5px 67px 18px;font-size:14px;line-height:1.9;color:#50524e}.faq-note{margin:15px 0 0;text-align:center;color:#70726d;font-size:14px;line-height:1.8}
.last-cta{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,31fr) minmax(0,42fr) minmax(0,27fr);align-items:center;gap:16px;min-height:172px;margin:0 7.5vw;padding:24px 32px;border-radius:4px;background:#f0ecf5}
.last-cta-art{display:flex;align-items:center;width:100%;height:auto;min-width:0}.last-cta-art img{display:block;width:100%;max-width:340px;height:auto;margin:0;object-fit:contain;mix-blend-mode:multiply}
.last-cta-copy{min-width:0;padding:0}.last-cta-copy h2{margin:0 0 14px;font-size:clamp(21px,1.95vw,29px);font-weight:900;line-height:1.4;letter-spacing:-.025em;white-space:normal;text-wrap:balance}.last-cta-copy p{margin:0;font-size:14px;line-height:1.85}
.last-cta-actions{box-sizing:border-box;display:grid;min-width:0;width:100%;gap:14px;padding:0}
.lower-reference-region .site-footer{box-sizing:border-box;background:transparent;padding:42px 7.5vw 28px;border:0;font-size:14px;line-height:1.8}
.lower-reference-region .footer-top strong{font-size:17px}.lower-reference-region .footer-top address{margin-top:12px;font-size:14px}.lower-reference-region .footer-top p{margin:12px 0 28px}.lower-reference-region .footer-mid{padding:22px 0}.lower-reference-region .footer-mid nav{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:16px}.lower-reference-region .footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;padding-top:22px;font-size:13px}.lower-reference-region .footer-bottom>div{display:flex;flex-wrap:wrap;gap:12px 24px}
@media(min-width:1181px){.reference-comparison .lower-footer-reference-overlay{display:block;position:absolute;inset:0 auto auto 0;width:100%;height:auto;z-index:9998;opacity:.45;pointer-events:none}.reference-comparison.reference-overlay-hidden .lower-footer-reference-overlay{display:none}}
@media(min-width:768px) and (max-width:1180px){
 .section-six.final-section{padding:48px 6vw 32px}
 .section-six-main{grid-template-columns:1fr;gap:28px;min-height:0}
 .section-six.final-section h2{font-size:clamp(30px,4.25vw,44px);margin-top:24px;line-height:1.3}
 .section-six-copy>p{margin-top:22px;font-size:16px}
 .section-six .deliverable-visual{width:min(100%,600px);margin:0 auto 20px}
 .section-six-band{grid-template-columns:56px minmax(0,1fr) minmax(210px,.72fr);gap:16px 24px;padding:24px}
 .band-mark{width:56px;height:56px;grid-row:1/3}.section-six-band strong{grid-column:2;font-size:18px}.section-six-band p{grid-column:2;grid-row:2;font-size:14px}.section-six-band p br{display:none}.section-six-band>.lower-primary{grid-column:3;grid-row:1/3}
 .faq-section{grid-template-columns:1fr;gap:26px;margin:0 6vw;padding:32px 0}
 .faq-heading h2{font-size:28px;margin-top:18px}
 .last-cta{grid-template-columns:minmax(0,34fr) minmax(0,66fr);gap:20px 24px;margin:0 6vw;padding:28px;min-height:0}
 .last-cta-art{grid-column:1;grid-row:1/3;align-self:center}.last-cta-copy{grid-column:2}.last-cta-copy h2{font-size:25px}.last-cta-actions{grid-column:2;display:grid;grid-template-columns:1fr;max-width:340px}
 .lower-reference-region .site-footer{padding:40px 6vw 28px}
}
@media(max-width:767px){
 .section-six.final-section{padding:48px 24px 32px}
 .section-six-main{display:flex;flex-direction:column;gap:24px;min-height:0}
 .section-six .section-number,.faq-section .section-number{font-size:24px}
 .section-six.final-section h2{font-size:clamp(20px,5.8vw,36px);line-height:1.4;letter-spacing:-.035em;margin-top:24px}
 .section-six-copy>p{margin-top:22px;font-size:14px;line-height:1.95;text-wrap:pretty}.section-six-copy>p br{display:none}
 .section-six .deliverable-visual{width:100%;margin:0 0 4px}
 .section-six-band{grid-template-columns:44px minmax(0,1fr);gap:18px 14px;padding:24px 20px}
 .band-mark{width:44px;height:44px;font-size:23px}.section-six-band strong{font-size:16px;line-height:1.65}.section-six-band p{grid-column:1/-1;font-size:14px;line-height:1.8}.section-six-band p br{display:none}.section-six-band>.lower-primary{grid-column:1/-1}
 .faq-section{display:block;margin:0 24px;padding:32px 0;background:transparent;overflow:visible}
 .faq-heading{margin-bottom:26px}.faq-heading h2{font-size:25px;margin-top:18px}
 .faq-list summary{grid-template-columns:22px minmax(0,1fr) 16px;gap:8px;padding:13px 12px;font-size:14px;line-height:1.65;min-height:54px}.faq-list details>p{padding:0 16px 17px 42px;font-size:14px}.faq-note{font-size:13px;text-align:left;margin-top:17px}
 .last-cta{display:flex;flex-direction:column;gap:24px;margin:0 24px;padding:26px 22px 28px;min-height:0;background:#f0ecf5}
 .last-cta-art{width:100%;max-width:280px;margin:auto}.last-cta-art img{width:100%;max-width:none;margin:0}
 .last-cta-copy{width:100%;padding:0}.last-cta-copy h2{font-size:24px;line-height:1.45;margin-bottom:15px;text-wrap:balance}.last-cta-copy p{font-size:14px;line-height:1.85}.last-cta-copy p br{display:none}
 .last-cta-actions{padding:0;gap:12px}.lower-reference-region .lower-primary{font-size:15px;padding-inline:22px}.lower-reference-region .lower-secondary{font-size:12px;padding-inline:17px;min-height:46px}
 .lower-reference-region .site-footer{padding:36px 24px 26px}.lower-reference-region .footer-top p{font-size:14px}.lower-reference-region .footer-mid nav{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.lower-reference-region .footer-bottom{display:block}.lower-reference-region .footer-bottom>div{display:grid;gap:9px}.lower-reference-region .footer-bottom>span{display:block;margin-top:24px}
}

.form-honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  border:0!important;
  white-space:nowrap!important;
}

/* Shared visual system: chapter rhythm, paper, type and original illustrations. */
:root{--bg:#fbf8f1;--paper:#fbf8f1;--chapter-gutter:7.5vw;--chapter-title:clamp(30px,2.9vw,42px)}
body,.ref-section,.next-step,.lower-reference-region{background:var(--paper)}
#top .section-number,#top .next-step.is-step-one>.section-number{box-sizing:border-box;position:static;display:block;width:auto;max-width:none;height:auto;margin:0 0 24px;padding:0;color:#8c8982;font:500 20px/1 "DM Sans",sans-serif;letter-spacing:.06em;transform:none}
#top .section-number::before,#top .section-number::after{display:none!important;content:none!important}
#top .ref-section{padding:72px var(--chapter-gutter);min-height:0}
#top .ref-grid{margin:0;grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:48px;align-items:center}
#top .ref-grid h2,#top .next-step .next-step-inner>h2,#top .section-six.final-section h2,#top .faq-heading h2{font-size:var(--chapter-title);font-weight:900;line-height:1.35;letter-spacing:-.035em;margin:0 0 24px}
#top .ref-grid p,#top .check-list{font-size:15px;line-height:1.95}
#top .check-list li{font-size:15px;line-height:1.95}
#top .why-map .why-kicker{font-size:16px;line-height:1.8;letter-spacing:0}
#top .why-map .why-main{font-size:inherit;line-height:inherit}
#top .process-grid{align-items:start}
#top .process-grid article{padding:8px 22px;min-width:0}
#top .process-grid h3,#top .route-choices h3{font-size:17px;line-height:1.6}
#top .process-grid p,#top .route-choices p{font-size:14px;line-height:1.9}
#top .process-grid .round-icon{position:relative;width:100px;height:100px;margin:22px auto;overflow:hidden;background:none;font-size:0;border:0;box-shadow:none}
#top .round-icon::before,#top .round-icon::after{display:none!important}
.process-reference-icon{position:absolute;width:746.4286%;max-width:none;height:auto;top:-118.75%;mix-blend-mode:multiply}
.blue .process-reference-icon{left:-320.5357%}.yellow .process-reference-icon{left:-468.75%}.pink .process-reference-icon{left:-616.0714%}
#top .routes-section .route-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
#top .routes-section .route-choices article{position:relative;min-height:355px;padding:0 18px 210px;box-sizing:border-box}
#top .routes-section .route-choices article .mini-person{position:absolute;left:0;right:0;bottom:76px;top:auto;width:100%;height:112px;margin:0;transform:none}
#top .routes-section .mini-person img{width:auto;max-width:75%;height:100%;margin:auto;object-fit:contain}
#top .routes-section .route-choices::before{bottom:64px}
#top .routes-section .route-choices .dot{bottom:57px;top:auto}
#top .routes-section .route-choices article::after{bottom:0;font-size:11px;line-height:1.6;background:transparent;box-shadow:none;border:1px solid #d7d2c8;border-radius:999px;padding:6px 8px}
#top .pdf-stack{position:relative;display:block;width:100%;height:auto;min-height:0;aspect-ratio:1005/530;overflow:hidden;transform:none}
#top .pdf-stack>div{display:none}
.pdf-reference-art{position:absolute;width:166.3682%;max-width:none;height:auto;left:-61.6915%;top:-26.4151%;mix-blend-mode:multiply}
#top .pdf-badge small{font-size:14px}
#top .consult-box{margin-top:36px;border-radius:4px}
#top .section-six.final-section{padding:72px var(--chapter-gutter) 40px}
#top .section-six-main{min-height:320px}
#top .section-six.final-section h2{font-size:clamp(28px,2.65vw,38px)}
#top .faq-section{margin-inline:var(--chapter-gutter);padding:48px 0}
#top .faq-heading h2{font-size:30px}
#top .section-six-band,#top .consult-box{background:#eef2ed}
#top .last-cta{margin-inline:var(--chapter-gutter);background:#f0ecf5}
#top .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:21px;line-height:1.5;letter-spacing:-.025em}
#top .next-step .contact-step[data-step="1"] .choice .choice-copy small{font-size:14px;line-height:1.85;letter-spacing:0}
#top .choice-copy small br{display:none}
#top .next-step .contact-step[data-step="1"] .choice>b{width:44px;height:44px;font-size:18px;box-shadow:none}
@media(min-width:1181px){
 #top .next-step.is-step-one{padding-top:72px}
 #top .next-step>.section-number,#top .next-step.is-step-one>.section-number{position:relative;left:calc(-.5vw - 58px);top:0}
 #top .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .next-step-inner>h2{left:calc(-.5vw - 58px);top:0;width:auto;margin-bottom:24px}
 #top .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .step-one-intro{left:calc(-.5vw - 58px);top:140px;font-size:15px}
 #top .next-step .contact-step[data-step="1"] .choice{grid-template-columns:44px minmax(0,1fr) 68px 30px;gap:18px;padding:24px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-icon,#top .next-step .contact-step[data-step="1"] .choice:first-child .choice-icon,#top .next-step .contact-step[data-step="1"] .choice:last-child .choice-icon{width:68px;height:78px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-arrow{width:30px!important}
}
@media(max-width:1180px){
 :root{--chapter-gutter:6vw}
 #top .ref-grid{grid-template-columns:1fr;gap:36px}
 #top .next-step.is-step-one>.section-number{margin-inline:var(--chapter-gutter)}
 #top .next-step.is-step-one .next-step-inner{max-width:none;padding-inline:var(--chapter-gutter)}
 #top .section-six.final-section h2{font-size:var(--chapter-title)}
}
@media(max-width:767px){
 :root{--chapter-gutter:24px;--chapter-title:30px}
 #top .ref-section,#top .section-six.final-section{padding:48px var(--chapter-gutter)}
 #top .section-number,#top .next-step.is-step-one>.section-number{font-size:18px;margin-bottom:22px}
 #top .ref-grid p,#top .check-list li{font-size:14px}
 #top .process-grid{display:grid;grid-template-columns:1fr;gap:26px;border:0}
 #top .process-grid article{display:grid;grid-template-columns:80px minmax(0,1fr);column-gap:20px;padding:0 0 26px;border:0;border-bottom:1px solid #ded9d0;text-align:left}
 #top .process-grid article>b{grid-column:2;font-size:13px;margin:0}
 #top .process-grid .round-icon{grid-column:1;grid-row:1/4;width:80px;height:80px;margin:8px 0}
 #top .process-grid h3{grid-column:2;margin:6px 0}
 #top .process-grid p{grid-column:2;margin:0}
 #top .routes-section .route-choices{grid-template-columns:1fr;gap:36px}
 #top .routes-section .route-choices article{min-height:300px;padding:0 8px 205px}
 #top .routes-section .route-choices::before{display:none}
 #top .routes-section .route-choices article::before{display:block;content:"";position:absolute;left:0;right:0;bottom:64px;border-top:1px dashed #8c8982}
 #top .section-six.final-section h2{font-size:clamp(20px,5.8vw,30px)}
 #top .next-step .contact-step[data-step="1"] .choice:first-child,#top .next-step .contact-step[data-step="1"] .choice:last-child{grid-template-columns:40px minmax(0,1fr);padding:24px 44px 24px 18px;gap:16px;min-height:170px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-icon{display:none}
 #top .next-step .contact-step[data-step="1"] .choice>b{width:40px;height:40px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:18px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-copy small{font-size:14px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-arrow{width:26px!important;right:10px!important}
}

#top .ref-grid{padding-top:0;align-items:start}
#top .why-map .ref-grid>div:first-child p{font-size:15px;white-space:normal}
#top .routes-section .route-choices .dot{width:18px;height:18px;border-width:1px}
@media(max-width:767px){#top .why-map .ref-grid>div:first-child p{font-size:14px}}
#top .next-step .choice .choice-copy small{font-weight:500}
#top .next-step .choice .choice-copy strong{text-wrap:balance}

/* Hero: reference proportions, visible destinations and a stable starting point. */
.hero-sun-art{display:none}.hero-signature{display:none}
@media(min-width:1181px){
 body .site-header{height:6.3vw;min-height:0;padding:1.5vw 4vw 1.5vw 2.7vw;gap:4vw;background:var(--paper)}
 body .site-header .brand-lockup{position:static;width:12.08vw;max-width:none}
 body .site-header .nav{transform:none;gap:3vw;font-size:clamp(13px,.96vw,17px)}
 body .site-header .header-cta{transform:none;min-width:14.6vw;height:3.53vw;border-radius:999px;padding:0 1.8vw;font-size:clamp(14px,1.14vw,20px)}
 #top .hero{height:49.98vw;min-height:0;max-height:none;background:var(--paper)}
 #top .hero-copy h1{top:4vw;left:5.14vw;width:28.94vw}
 #top .hero-info-lockup{top:19.48vw;left:5.38vw;width:21.6vw}
 #top .hero-price-lockup{top:30.78vw;left:5.14vw;width:11.55vw}
 #top .poster-content>.primary-cta{top:34.43vw;left:5.14vw;width:16.75vw;height:3.53vw;padding:0 2.5vw;font-size:clamp(14px,1.14vw,20px)}
 #top .hero-meta-lockup{top:39.99vw;left:4.19vw;width:28.83vw}
 #top .hero-signature{position:absolute;display:block;left:2.45vw;bottom:1.8vw;font:500 .66vw/1.4 "DM Sans",sans-serif;letter-spacing:.16em}
 #top .map-artboard-clip{top:-6.3vw;aspect-ratio:1672/941}
 #top .map-column .map-artboard-clip .hero-city-bg{object-fit:fill;mix-blend-mode:multiply}
 #top .map-column .map-spot{scale:1;opacity:1;filter:none}
 #top .map-spot .spot-title,#top .map-spot .spot-desc{visibility:visible;opacity:1;pointer-events:none;paint-order:stroke;stroke:var(--paper);stroke-width:5px;stroke-linejoin:round}
 #top .map-spot .spot-title{font-size:15px;font-weight:900}
 #top .map-spot .spot-desc{font-size:12px;font-weight:700;fill:#171918}
 #top .map-spot .spot-card{display:none}
 #top .map-spot .spot-pin{stroke:white;stroke-width:1.5}
 #top .journey-track{stroke:#252724;stroke-width:2.2;stroke-dasharray:4 6;opacity:1}
 #top .journey-progress{stroke:#252724;stroke-width:2.2;stroke-dasharray:4 6;opacity:1}
 #top .hero-sun-art{display:block;position:absolute;left:84%;top:11%;width:13%;height:10%;overflow:hidden;z-index:1;mix-blend-mode:multiply}
 #top .hero-sun-art img{position:absolute;width:769.23%;max-width:none;left:-646.15%;top:-110%;height:auto}
}
@media(max-width:1180px){
 #top .hero{background:var(--paper)}
 #top .hero-copy{padding:48px 0 0}
 #top .hero-copy h1{margin-inline:6vw;width:52vw}
 #top .responsive-hero-content{padding-inline:6vw;width:100%}
 #top .responsive-hero-content .hero-lead{font-size:23px;line-height:1.65}
 #top .responsive-hero-content .hero-text{font-size:16px;line-height:1.9}
 #top .hero>.responsive-map{position:relative;inset:auto;height:470px;margin-top:24px;order:2}
 #top .hero{display:flex;flex-direction:column}
 #top .hero-copy{order:1}
 #top .responsive-map-city{object-fit:cover;object-position:75% center}
 #top .responsive-map-shade{background:linear-gradient(var(--paper),transparent 22%)}
 #top .responsive-map-traveller{top:auto;bottom:12%;left:48%;width:120px;max-width:none}
 #top .responsive-map-pin{opacity:1}
 #top .responsive-map-pin b{display:block;position:absolute;left:23px;top:0;font-size:12px;color:#494b47;white-space:nowrap}
 #top .pin-sales{left:70%;top:14%}#top .pin-accounting{left:80%;top:31%}#top .pin-recruit{left:65%;top:46%}#top .pin-management{left:76%;top:61%}#top .pin-sidejob{left:22%;top:63%}#top .pin-docs{left:65%;top:82%}
 #top .responsive-hero-content{padding-bottom:0}
}
@media(max-width:680px){
 #top .hero-copy{padding-top:34px}
 #top .hero-copy h1{margin-inline:24px;width:78vw;max-width:420px}
 #top .responsive-hero-content{padding-inline:24px}
 #top .responsive-hero-content .hero-lead{font-size:19px;margin-top:24px;line-height:1.65}
 #top .responsive-hero-content .hero-text{font-size:14px;line-height:1.9}
 #top .responsive-hero-content .hero-price{margin-top:24px}
 #top .responsive-hero-content .hero-meta{margin-top:28px}
 #top .hero>.responsive-map{height:370px;margin-top:28px}
 #top .responsive-map-traveller{width:102px}
}

@media(min-width:1181px){#top .map-column .map-artboard-clip .hero-city-bg{opacity:.72}}
@media(min-width:1181px){
 #top .poster-content .hero-info-lockup{display:none}
 #top .poster-content>.hero-lead,#top .poster-content>.hero-text{display:block;position:absolute!important;left:5.38vw;width:29vw!important;height:auto!important;padding:0!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:0!important;font-feature-settings:"palt" 1;letter-spacing:.025em}
 #top .poster-content>.hero-lead{top:19.48vw;font-size:1.43vw;line-height:1.55;font-weight:900}
 #top .poster-content>.hero-text{top:24.65vw;font-size:.957vw;line-height:1.75;font-weight:500;color:#1b1d1f}
}

.responsive-meta-lockup{display:none}
@media(max-width:1180px){
 #top .responsive-hero-content .hero-meta{display:none}
 #top .responsive-meta-lockup{display:block;width:min(100%,460px);height:auto;margin-top:28px}
 #top .responsive-map-city{opacity:.72}
 #top .responsive-map-route path{stroke:#252724;opacity:.9;stroke-dasharray:3 5}
 #top .responsive-map-traveller{width:145px}
}

/* Sections 02 onward: scale and visual hierarchy from supplied reference art. */
#top .why-map .process-grid article{padding-inline:24px}
#top .why-map .process-grid article>b{font-size:24px}
#top .why-map .process-grid .round-icon{width:clamp(110px,10.8vw,180px);height:clamp(110px,10.8vw,180px);margin:30px auto}
#top .why-map .process-grid h3{font-size:clamp(19px,1.55vw,26px);text-align:center;white-space:nowrap;margin-bottom:24px}
#top .why-map .process-grid p{font-size:16px;line-height:2.15;text-align:center}
#top .why-map .outline-cta{font-size:17px;padding:16px 24px;border-radius:5px;margin-top:34px}
#top .routes-section .route-choices article{min-height:370px;padding:0 22px 210px}
#top .routes-section .route-choices h3{font-size:18px;padding-left:0;text-align:left}
#top .routes-section .route-choices p{font-size:16px;line-height:1.95}
#top .routes-section .route-choices article::after{font-size:12px;background:rgba(255,255,255,.4);padding:9px 12px;white-space:normal;text-align:center;width:90%;box-sizing:border-box}
#top .route-reference-figure{display:block;position:relative;width:172px;height:131px;overflow:hidden;margin:auto;mix-blend-mode:multiply}
#top .mini-person .route-reference-figure img{position:absolute;width:1250px;max-width:none;height:auto;top:-359px;margin:0}
#top .figure-0 img{left:-475px}#top .figure-1 img{left:-1005px}#top .figure-2 img{left:-736px}
#top .routes-section .route-choices article .mini-person{height:131px;bottom:76px}
#top .pdf-section .pdf-badge{font-size:0;margin-top:26px}
#top .pdf-reference-icon{position:relative;display:block;width:82px;height:82px;overflow:hidden;margin-bottom:9px}
#top .pdf-reference-icon img{position:absolute;width:1247px;max-width:none;left:-62px;top:-374px;mix-blend-mode:multiply}
#top .pdf-section .consult-box{background:transparent;padding:24px 36px;gap:28px;border-radius:6px}
#top .consult-reference-icon{position:relative;display:block;width:82px;height:82px;flex:0 0 82px;overflow:hidden;font-size:0}
#top .consult-reference-icon img{position:absolute;width:1138px;max-width:none;left:-94px;top:-494px;mix-blend-mode:multiply}
#top .pdf-section .consult-box strong{font-size:22px;line-height:1.7}
#top .pdf-section .consult-box .primary-cta{font-size:19px;width:32%;padding:19px 30px;border-radius:8px}
#top .choice-reference-art{display:block;position:relative;width:100px;height:108px;overflow:hidden;mix-blend-mode:multiply}
#top .choice-reference-art img{position:absolute;width:929px;max-width:none;height:auto;left:-744px;top:-152px}
#top .choice:last-child .choice-reference-art img{top:-291px}
#top .choice .choice-icon{display:none!important}
#top .section-six .band-mark{position:relative;overflow:hidden;background:transparent}
#top .band-mark img{position:absolute;width:1237px;max-width:none;left:-126px;top:-357px;mix-blend-mode:multiply}
#top .section-six.final-section h2{font-size:clamp(30px,3.08vw,46px);line-height:1.3}
#top .section-six.final-section{padding-top:48px}
#top .section-six-main{min-height:340px}
#top .faq-section{padding-top:28px;padding-bottom:32px}
@media(min-width:1181px){
 #top .why-map,#top .routes-section,#top .pdf-section{padding-top:84px;padding-bottom:84px}
 #top .why-map .ref-grid{grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:36px}
 #top .why-map .ref-grid h2{font-size:clamp(38px,3.45vw,58px);line-height:1.5}
 #top .why-map .why-kicker{font-size:clamp(18px,1.55vw,26px);line-height:1.5}
 #top .why-map .ref-grid>div:first-child p{font-size:16px}
 #top .routes-section .ref-grid{grid-template-columns:minmax(0,32fr) minmax(0,68fr);gap:32px}
 #top .routes-section .ref-grid h2{font-size:clamp(38px,3.1vw,52px);line-height:1.6}
 #top .pdf-section .ref-grid{grid-template-columns:minmax(0,36fr) minmax(0,64fr);gap:32px}
 #top .pdf-section .ref-grid h2{font-size:clamp(36px,3.1vw,52px);line-height:1.55}
 #top .pdf-section .ref-grid p{font-size:17px;line-height:2}
 #top .next-step.is-step-one .next-step-inner>h2{font-size:clamp(42px,3.8vw,64px);line-height:1.3}
 #top .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .step-one-intro{top:180px;font-size:16px}
 #top .next-step:has(.contact-step[data-step="1"][aria-hidden="false"]) .contact-form{top:-80px;margin-bottom:-80px}
 #top .next-step .contact-step[data-step="1"] .choice{grid-template-columns:48px minmax(0,1fr) 100px 24px;gap:18px;background:rgba(255,255,255,.35)!important}
 #top .next-step .contact-step[data-step="1"] .choice .choice-copy strong{font-size:24px}
 #top .next-step .contact-step[data-step="1"] .choice .choice-copy small{font-size:15px}
 #top .next-step .contact-step[data-step="1"] .branch-map{background-size:80% auto;background-position:left bottom}
}
@media(max-width:1180px){
 #top .why-map .process-grid .round-icon{width:140px;height:140px}
 #top .choice-reference-art{width:100px}
 #top .section-six.final-section h2{font-size:clamp(30px,4.1vw,44px)}
}
@media(max-width:767px){
 #top .why-map .process-grid article{padding:0 0 26px}
 #top .why-map .process-grid article>b{font-size:14px}
 #top .why-map .process-grid .round-icon{width:80px;height:80px;margin:8px 0}
 #top .why-map .process-grid h3{font-size:17px;text-align:left;margin:6px 0;white-space:normal}
 #top .why-map .process-grid p{font-size:14px;text-align:left;line-height:1.9}
 #top .why-map .outline-cta{font-size:15px;padding:13px 18px;margin-top:24px}
 #top .routes-section .route-choices article{min-height:330px;padding-inline:12px}
 #top .routes-section .route-choices p{font-size:14px}
 #top .pdf-section .consult-box{padding:22px 18px;gap:16px;grid-template-columns:56px minmax(0,1fr)}
 #top .pdf-section .consult-box strong{font-size:17px}
 #top .pdf-section .consult-box .primary-cta{width:100%;font-size:16px;padding:16px 22px;margin-top:8px}
 #top .consult-reference-icon{width:56px;height:56px;transform:scale(.68);transform-origin:left center;overflow:visible;clip-path:inset(0 -26px -26px 0)}
 #top .choice-reference-art{display:none}
 #top .section-six.final-section h2{font-size:clamp(20px,5.8vw,30px)}
 #top .section-six-main{min-height:0}
 #top .band-mark img{width:878px;left:-89px;top:-253px}
}
#top .route-reference-figure{height:120px;mix-blend-mode:darken}
#top .routes-section .route-choices article .mini-person{height:120px}
#top .pdf-reference-art,#top .pdf-reference-icon img,#top .consult-reference-icon img,#top .band-mark img{mix-blend-mode:darken}
#top .choice-reference-art{mix-blend-mode:darken}
#top .choice-reference-art{width:90px;height:90px}
#top .choice-reference-art img{left:-748px;top:-155px}
#top .choice:last-child .choice-reference-art{width:80px}
#top .choice:last-child .choice-reference-art img{left:-765px;top:-300px}
@media(min-width:1181px){#top .next-step .contact-step[data-step="1"] .choice{background:var(--paper)!important}}

.footer-brand-reference{display:block;width:180px;height:auto;margin-bottom:28px}

/* DOGiFY service identity and a closer Section 01 composition. */
body .site-header .brand-lockup{display:none!important}
body .site-header .brand-text{display:block!important;position:static!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:0!important}
body .site-header .brand-mark,.dogify-wordmark>span{display:block;font:700 32px/1 "DM Sans",sans-serif;letter-spacing:-.025em;color:#171918}
body .site-header .brand-by,.dogify-wordmark>small{display:block;margin-top:7px;font:700 12px/1.2 "Zen Kaku Gothic New",sans-serif;letter-spacing:.22em;color:#171918}
.dogify-wordmark{text-decoration:none}
#top .current-location .ref-grid{grid-template-columns:minmax(0,42fr) minmax(0,58fr);gap:28px;align-items:center}
#top .current-location .check-list li{font-size:17px;line-height:2}
#top .current-location .ref-bold{font-size:17px}
#top .current-location .location-visual{min-height:340px;background-size:145% auto;background-position:right center;margin:0;opacity:.8}
#top .current-location .here-label{left:42%;top:22%;font-size:20px}
#top .current-location .here-arrow{left:42%;top:34%}
#top .current-location .current-pin{left:42%;top:49%}
@media(max-width:1180px){#top .current-location .ref-grid{grid-template-columns:1fr;gap:28px}#top .current-location .location-visual{min-height:320px}}
@media(max-width:767px){body .site-header .brand-mark{font-size:25px}body .site-header .brand-by{font-size:10px;margin-top:5px}#top .current-location .check-list li,#top .current-location .ref-bold{font-size:15px}#top .current-location .location-visual{min-height:240px;background-size:150% auto}#top .current-location .here-label{font-size:17px}}

#top .why-map .service-facts{margin-top:20px;font-size:14px;line-height:1.9}#service{scroll-margin-top:120px}
