/* WebGO — shared design system. All production pages use this stylesheet. */
:root{
  --brand:#bfef30;
  --ink:#11120f;
  --paper:#fff;
  --soft:#f3f4f0;
  --muted:#64675e;
  --rule:#d9dbd3;
  --body:'Noto Sans JP','Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  --heading:var(--body);
  --eng:var(--body);
  --ui:var(--body);
  --gutter:clamp(24px,5vw,80px);
  --width:1280px;
  --ease:cubic-bezier(.2,.7,.2,1)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:400 16px/1.85 var(--body);
  letter-spacing:-.01em;
  -webkit-font-smoothing:antialiased
}
body.menu-open{
  overflow:hidden
}
h1,h2,h3,h4,p,figure,dl,dd{
  margin:0
}
h1,h2,h3,h4{
  font-family:var(--heading);
  font-weight:700;
  line-height:1.5;
  letter-spacing:-.02em
}
a{
  color:inherit;
  text-decoration:none
}
button,input,textarea,select{
  font:inherit;
  color:inherit
}
button,a,input,textarea,select{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer
}
button:disabled{
  cursor:wait;
  opacity:.6
}
img{
  display:block;
  max-width:100%;
  height:auto
}
button{
  border:0
}
ul,ol{
  margin-top:0
}
::selection{
  background:var(--brand);
  color:var(--ink)
}
[hidden]{
  display:none!important
}
:focus-visible{
  outline:3px solid #3c64c8;
  outline-offset:5px
}
input,select,textarea{
  scroll-margin-top:130px
}
section{
  scroll-margin-top:95px
}
.skip{
  position:fixed;
  top:-80px;
  left:24px;
  z-index:200;
  background:var(--ink);
  color:white;
  padding:12px 20px
}
.skip:focus{
  top:8px
}
.mobile-only{
  display:none
}
.fine-print,.muted{
  font-size:13px;
  line-height:1.9;
  color:var(--muted)
}
/* Navigation: one consistent header across every route. */
.site-header{
  height:90px;
  padding:0 var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  position:sticky;
  top:0;
  z-index:90;
  background:#fffffff5;
  border-bottom:1px solid transparent;
  transition:border-color .2s,box-shadow .2s;
  backdrop-filter:blur(16px)
}
.site-header.is-scrolled{
  border-color:var(--rule);
  box-shadow:0 4px 24px #11120f05
}
.brand-logo{
  width:160px;
  flex-shrink:0
}
.site-header nav{
  display:flex;
  align-items:center;
  gap:clamp(15px,1.8vw,27px)
}
.site-header nav a{
  font-size:12px;
  font-weight:600;
  position:relative;
  white-space:nowrap;
  padding:12px 0
}
.site-header nav a:not(.header-consult):after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  height:2px;
  background:var(--ink);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s
}
.site-header nav a:hover:after,.site-header nav a[aria-current=page]:after{
  transform:scaleX(1)
}
.site-header nav .header-consult{
  display:flex;
  align-items:center;
  gap:25px;
  padding:12px 17px 12px 23px;
  background:var(--ink);
  color:white;
  border-radius:99px;
  box-shadow:0 3px 0 #0002
}
.header-consult span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  background:var(--brand);
  color:var(--ink);
  border-radius:50%;
  font:20px var(--eng)
}
.menu{
  display:none;
  background:transparent;
  font:600 12px var(--eng);
  align-items:center;
  gap:12px;
  padding:12px 0 12px 15px
}
.menu span{
  font-size:25px;
  transition:transform .3s
}
.menu[aria-expanded=true] span{
  transform:rotate(45deg)
}
/* Buttons have a tactile edge;
motion remains optional. */
.primary-cta,.secondary-cta,.bank-button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  padding:13px 14px 13px 26px;
  min-height:66px;
  border-radius:99px;
  transition:transform .25s var(--ease),box-shadow .25s,background .25s;
  border:1px solid transparent
}
.primary-cta{
  background:var(--brand);
  box-shadow:0 4px 0 #8daa31,0 8px 24px #778b2712
}
.primary-cta>span,.secondary-cta>span,.bank-button>span{
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  flex:0 0 39px;
  border-radius:50%;
  font:24px/1 var(--eng);
  transition:transform .25s var(--ease)
}
.primary-cta>span{
  background:var(--ink);
  color:var(--brand)
}
.secondary-cta,.bank-button{
  border-color:var(--rule);
  background:white;
  box-shadow:0 3px 0 #e6e7e1
}
.secondary-cta>span,.bank-button>span{
  background:var(--soft)
}
.primary-cta:hover,.secondary-cta:hover,.bank-button:hover{
  transform:translateY(-3px);
  box-shadow:0 6px 0 #a3bb56,0 10px 24px #1111
}
.primary-cta:active,.secondary-cta:active{
  transform:translateY(2px);
  box-shadow:0 1px 0 #8daa31
}
.primary-cta:hover>span,.secondary-cta:hover>span{
  transform:translateX(3px)
}
/* First view: bold editorial typography and a static responsive website mockup. */
.design-hero{
  padding:58px var(--gutter) 55px;
  overflow:hidden;
  position:relative
}
.hero-layout{
  max-width:var(--width);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 60px;
  position:relative;
  isolation:isolate
}
.hero-lead{
  grid-column:1;
  grid-row:1;
  z-index:2
}
.hero-kicker{
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  margin-bottom:32px
}
.hero-kicker span{
  display:block;
  font:600 12px var(--eng);
  letter-spacing:.19em;
  color:var(--muted);
  margin-bottom:12px
}
.hero-kicker:before{
  content:'';
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--brand);
  border:1px solid #91b919;
  border-radius:50%;
  margin-right:9px
}
.design-hero h1{
  font-size:clamp(40px,4.75vw,68px);
  font-weight:800;
  line-height:1.45;
  letter-spacing:.04em;
  white-space:nowrap
}
.hero-emphasis{
  position:relative;
  display:inline-block
}
.hero-emphasis:after{
  content:'';
  position:absolute;
  bottom:7px;
  left:1px;
  right:8px;
  height:9px;
  background:var(--brand);
  z-index:-1
}
.hero-description{
  font-size:15px;
  line-height:2.05;
  margin-top:23px;
  max-width:460px
}
.hero-media{
  grid-column:2;
  grid-row:1/3;
  align-self:center;
  position:relative;
  min-width:0;
  margin:0
}
.hero-site-mockup{
  width:calc(100% + 64px);
  max-width:none;
  margin-left:-32px;
  height:auto
}
.phone-original{
  position:relative;
  aspect-ratio:610/1400;
  isolation:isolate
}
.phone-original img{
  position:absolute;
  width:167.87%;
  max-width:none;
  left:-35.5%;
  top:-7.85%;
  height:auto
}
.mock-caption{
  margin-top:18px;
  font-size:10px;
  line-height:1.8;
  color:var(--muted);
  letter-spacing:.02em
}
.hero-action{
  grid-column:1;
  grid-row:2;
  margin-top:36px;
  max-width:470px;
  z-index:2
}
.hero-price-line{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:24px;
  font-size:12px;
  font-weight:600
}
.hero-price-line>span:first-child{
  white-space:nowrap
}
.hero-price-line strong{
  font:600 36px/1 var(--eng);
  letter-spacing:0;
  margin-left:5px
}
.hero-price-line small{
  font-size:10px;
  font-weight:500
}
.hero-price-line>span:last-child{
  border-left:1px solid var(--rule);
  padding-left:18px;
  white-space:nowrap
}
.hero-action .primary-cta{
  width:100%
}
.hero-note{
  font-size:10px;
  line-height:1.9;
  margin-top:16px;
  color:var(--muted)
}
.hero-note br{
  display:none
}
.hero-note a{
  margin-left:6px;
  border-bottom:1px solid #999
}
.go-watermark{
  display:none
}
.hero-footnote{
  max-width:var(--width);
  margin:55px auto 0;
  border-top:1px solid var(--rule);
  padding-top:19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font:500 12px var(--eng);
  letter-spacing:.13em;
  color:var(--muted)
}
.hero-footnote>span:last-child{
  font-family:var(--body);
  letter-spacing:.05em;
  font-size:11px
}
.hero-footnote b{
  font-weight:400;
  margin:0 15px;
  color:#adb29f
}
/* Sections use a consistent index and varied composition. */
.lp-section{
  padding:110px var(--gutter);
  overflow:hidden
}
.lp-container{
  max-width:var(--width);
  margin:auto
}
.section-heading-v2{
  margin-bottom:52px;
  position:relative
}
.section-eyebrow{
  font:600 12px/1.5 var(--eng);
  letter-spacing:.16em;
  margin-bottom:25px;
  display:flex;
  align-items:center;
  gap:13px
}
.section-eyebrow:before{
  content:'';
  width:24px;
  height:2px;
  background:var(--brand)
}
.section-heading-v2[data-index]:after{
  content:attr(data-index);
  position:absolute;
  top:0;
  right:0;
  font:500 12px/1.5 var(--eng);
  color:#898d81
}
.section-heading-v2 h2,.section-heading-v2 h1{
  font-size:clamp(32px,3.6vw,49px);
  line-height:1.5;
  letter-spacing:.04em;
  font-weight:800
}
.section-description{
  font-size:15px;
  color:var(--muted);
  line-height:2;
  margin-top:24px
}
.ink-section{
  background:var(--ink);
  color:white
}
.ink-section .section-description,.ink-section .fine-print{
  color:#b1b6a7
}
.ink-section .section-heading-v2:after{
  color:#777d6f
}
.closing-line{
  font-size:clamp(23px,2.6vw,33px);
  line-height:1.7;
  font-weight:600;
  padding-top:32px;
  border-top:1px solid #ffffff30;
  margin-top:50px
}
.source-photo{
  position:relative;
  overflow:hidden;
  background:var(--soft)
}
.source-photo img{
  position:absolute;
  max-width:none;
  height:auto
}
.scenario-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px
}
.scenario-grid article:nth-child(2){
  padding-top:60px
}
.scenario-grid article:nth-child(3){
  padding-top:120px
}
.scenario-grid .source-photo{
  border-radius:3px 32px 3px 3px
}
.scenario-copy{
  padding-top:24px
}
.scenario-copy>span{
  font-size:11px;
  padding:5px 0;
  border-bottom:1px solid var(--brand)
}
.scenario-copy h3{
  font-size:24px;
  line-height:1.8;
  margin-top:17px;
  font-weight:700
}
.editorial-statement{
  font-size:28px;
  font-weight:600;
  line-height:1.7;
  margin-top:55px;
  padding:28px 0;
  border-top:1px solid var(--rule);
  text-align:center
}
.editorial-statement br{
  display:none
}
#compare .lp-container{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:30px 80px;
  align-items:start
}
#compare .section-heading-v2{
  grid-column:1
}
#compare .section-heading-v2 h2{
  font-size:37px
}
#compare .comparison-wrap{
  grid-column:2;
  grid-row:1/3
}
.comparison{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  text-align:left;
  font-size:14px
}
.comparison th,.comparison td{
  padding:23px 16px;
  border-bottom:1px solid var(--rule);
  font-weight:500;
  line-height:1.7
}
.comparison th:first-child{
  width:30%
}
.comparison thead th{
  font-size:12px;
  vertical-align:bottom
}
.comparison :is(th,td):last-child{
  background:var(--brand);
  font-weight:600
}
.comparison thead th:last-child{
  border-radius:12px 12px 0 0
}
.comparison tbody tr:last-child td:last-child{
  border-radius:0 0 12px 12px
}
.comparison tbody tr:last-child>*{
  border-bottom:0
}
.compare-bottom{
  grid-column:1;
  align-self:end
}
.compare-bottom h3{
  font-size:22px;
  line-height:1.8;
  margin-bottom:20px
}
.compare-bottom .fine-print{
  font-size:12px
}
.artifact-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  padding:20px 0 50px
}
.artifact-flow article{
  position:relative
}
.artifact-flow article:nth-child(even){
  padding-top:40px
}
.artifact-flow article:not(:last-child):after{
  content:'→';
  position:absolute;
  right:-28px;
  top:45%;
  color:var(--brand);
  font:26px var(--eng)
}
.work-paper{
  background:#f8f9f4;
  color:var(--ink);
  padding:26px 20px;
  min-height:305px;
  box-shadow:6px 6px 0 #ffffff12;
  transform:rotate(-3deg);
  border-radius:2px
}
.artifact-flow article:nth-child(even) .work-paper{
  transform:rotate(3deg)
}
.work-paper>p:first-child{
  font-weight:600;
  font-size:15px;
  padding-bottom:15px;
  border-bottom:1px solid #222;
  margin-bottom:18px
}
.work-paper ul,.work-paper ol{
  padding-left:18px;
  font-size:12px;
  line-height:2.6;
  margin:0
}
.work-paper small,.paper-tag{
  font-size:11px;
  display:inline-block;
  margin-top:20px
}
.work-paper h4{
  font-size:13px;
  margin:13px 0 8px
}
.work-paper .paper-body{
  font-size:12px;
  line-height:2
}
.work-paper mark,.paper-tag{
  background:var(--brand);
  color:var(--ink)
}
.work-paper hr{
  border:0;
  border-top:1px solid var(--rule)
}
.paper-tag{
  padding:4px 6px
}
.artifact-flow h3{
  font-size:15px;
  font-weight:700;
  margin-top:26px
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  list-style:none;
  padding:0;
  gap:36px;
  counter-reset:steps
}
.process-grid>li{
  position:relative
}
.process-grid>li:not(:last-child):after{
  content:'';
  position:absolute;
  top:32px;
  left:80px;
  right:-15px;
  border-top:1px solid var(--rule)
}
.step-disc{
  width:66px;
  height:66px;
  border:1px solid var(--rule);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font:600 23px var(--eng);
  gap:1px;
  margin-bottom:27px
}
.step-disc small{
  font:500 12px var(--eng);
  letter-spacing:.1em
}
.step-disc.client{
  background:var(--brand);
  border-color:var(--brand)
}
.owner-tag{
  display:inline-block;
  font-size:11px;
  background:var(--ink);
  color:white;
  padding:3px 12px;
  border-radius:99px;
  margin-bottom:16px
}
.owner-tag.client{
  background:var(--soft);
  color:var(--ink)
}
.process-grid h3{
  font-size:23px;
  line-height:1.6;
  min-height:74px
}
.process-grid .step-sub{
  font-size:13px;
  color:var(--ink);
  margin:16px 0
}
.process-grid p{
  font-size:13px;
  color:var(--muted);
  line-height:1.9
}
.center-action{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--rule);
  margin-top:50px;
  padding-top:36px;
  gap:30px
}
.center-action p{
  font-size:15px;
  font-weight:500
}
.center-action .primary-cta{
  min-width:360px
}
/* Showcase: image first, with a calm manual carousel. */
#works{
  background:var(--soft)
}
.example-tabs{
  display:flex;
  gap:6px;
  border-bottom:1px solid var(--rule);
  margin-bottom:36px
}
.example-tabs button{
  background:transparent;
  font-size:13px;
  font-weight:600;
  padding:15px 24px;
  border-bottom:2px solid transparent;
  transition:color .2s
}
.example-tabs button[aria-pressed=true]{
  border-color:var(--ink);
  color:var(--ink)
}
.example-tabs button:not([aria-pressed=true]){
  color:var(--muted)
}
.example-carousel{
  touch-action:pan-y
}
.example-slide{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:clamp(35px,6vw,90px);
  align-items:center;
  min-height:510px
}
.example-visual{
  grid-column:1;
  grid-row:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  background:#e7e9e1;
  border-radius:3px 55px 3px 3px;
  padding:35px;
  min-height:510px
}
.example-visual .phone-original{
  width:185px;
  margin:0 0 20px;
  filter:drop-shadow(0 14px 20px #1b25231a)
}
.example-visual figcaption{
  font-size:10px;
  text-align:center;
  color:var(--muted);
  margin-top:15px
}
.example-description{
  grid-column:2;
  grid-row:1
}
.example-brand{
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  margin-bottom:36px
}
.example-description>div{
  margin-top:28px
}
.example-description>div>span{
  font-size:11px;
  color:var(--muted);
  display:block;
  margin-bottom:15px
}
.example-description h3{
  font-size:32px;
  line-height:1.7
}
.example-description ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.example-description li{
  font-size:12px;
  padding:7px 12px;
  border:1px solid #ced2c3;
  border-radius:99px
}
.carousel-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-top:24px
}
.carousel-status{
  font:500 12px var(--eng);
  letter-spacing:.1em;
  margin-right:20px;
  color:var(--muted)
}
.carousel-controls button{
  width:44px;
  height:44px;
  border:1px solid #c9cec0;
  border-radius:50%;
  background:transparent;
  font-size:24px;
  transition:background .2s
}
.carousel-controls button:hover{
  background:var(--brand)
}
#works .closing-line{
  border-top:1px solid var(--rule);
  font-size:25px
}
.site-sample{
  width:100%;
  background:white;
  padding:24px;
  box-shadow:0 22px 40px #16220e16;
  border:7px solid #292c27;
  border-radius:14px;
  position:relative
}
.site-sample:before{
  content:'';
  position:absolute;
  top:-4px;
  left:50%;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#999
}
.sample-nav{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:14px;
  border-bottom:1px solid #ccc;
  padding-bottom:15px
}
.sample-nav small{
  font-size:8px
}
.sample-content{
  padding:35px 0
}
.sample-content>p{
  font-size:11px
}
.sample-content h3{
  font-size:34px;
  line-height:1.45;
  margin:18px 0
}
.sample-link{
  display:inline-block;
  font-size:10px;
  background:#314a46;
  color:#fff;
  padding:8px 14px;
  margin-top:16px;
  border-radius:3px
}
.sample-services{
  display:flex;
  gap:10px;
  text-align:center;
  font-size:10px
}
.sample-services>div{
  background:#eef1ec;
  padding:25px 8px;
  flex:1
}
.maintenance{
  color:#314a46
}
.accountant{
  color:#584b37;
  background:#fffdf7
}
.accountant .sample-link{
  background:#665339
}
.accountant .sample-services>div{
  background:#f2edde
}
/* Roles and ongoing service. */
.responsibility-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.your-tasks{
  list-style:none;
  padding:0;
  margin:0
}
.your-tasks li{
  display:flex;
  gap:24px;
  padding:25px 0;
  border-bottom:1px solid var(--rule)
}
.your-tasks li:first-child{
  padding-top:0
}
.your-tasks li>span{
  font:500 12px var(--eng);
  padding-top:9px;
  color:var(--muted)
}
.your-tasks h3{
  font-size:24px;
  margin-bottom:12px
}
.your-tasks p{
  font-size:14px;
  color:var(--muted)
}
.our-tasks{
  background:var(--brand);
  padding:45px;
  border-radius:4px 45px 4px 4px
}
.our-tasks h3{
  font-size:14px;
  font-weight:700;
  margin-bottom:30px
}
.our-tasks>p{
  font-size:clamp(30px,3vw,40px);
  font-weight:600;
  line-height:1.8;
  letter-spacing:.01em
}
.our-tasks strong{
  font-size:17px;
  display:block;
  margin-top:20px
}
.our-tasks small{
  font-size:12px;
  display:block;
  margin-top:22px
}
#team .lp-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px 80px;
  align-items:start
}
#team .section-heading-v2{
  grid-column:1;
  grid-row:1
}
#team .source-photo{
  grid-column:2;
  grid-row:1/4;
  border-radius:4px 50px 4px 4px
}
#team .section-heading-v2 h2{
  font-size:40px
}
.team-roles{
  grid-column:1
}
.team-roles>div{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:18px;
  padding:18px 0;
  border-top:1px solid #ffffff26
}
.team-roles dt{
  font-size:18px;
  font-weight:600
}
.team-roles dd{
  font-size:13px;
  color:#c1c6b7;
  padding-top:4px
}
.team-credit{
  font-size:11px;
  color:#939a87;
  margin-top:20px
}
#team .closing-line{
  grid-column:1/-1;
  font-size:25px;
  margin:25px 0 0
}
#growth{
  border-top:1px solid #ffffff20;
  padding-top:85px
}
.growth-numbers{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  padding:15px 0 50px
}
.growth-numbers>div{
  display:flex;
  gap:30px;
  align-items:center
}
.growth-numbers>div+div{
  border-left:1px solid #ffffff2a;
  padding-left:60px
}
.growth-numbers strong{
  font:600 135px/1 var(--eng);
  color:var(--brand);
  letter-spacing:-.08em
}
.growth-numbers .report-frequency{
  font:600 63px/1.5 var(--body);
  letter-spacing:-.07em;
  white-space:nowrap
}
.growth-numbers h3{
  font-size:25px;
  line-height:1.75
}
.growth-cycle{
  list-style:none;
  margin:0;
  padding:24px 0;
  display:flex;
  border-top:1px solid #ffffff25;
  border-bottom:1px solid #ffffff25;
  justify-content:space-between
}
.growth-cycle li{
  width:30%;
  font-size:19px;
  position:relative
}
.growth-cycle li:not(:last-child):after{
  content:'→';
  position:absolute;
  right:0;
  font-size:24px;
  color:#778267
}
.growth-cycle span{
  font:500 12px var(--eng);
  color:var(--brand);
  margin-right:15px
}
.growth-label{
  margin-top:36px
}
.proposal-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:35px;
  margin-top:20px
}
.proposal-notes article{
  border-top:1px solid #ffffff20;
  padding-top:20px
}
.proposal-notes small{
  font:500 12px var(--eng);
  letter-spacing:.1em;
  color:#9ca78b
}
.proposal-notes h3{
  font-size:20px;
  margin:14px 0
}
.proposal-notes p{
  font-size:13px;
  color:#afb6a3
}
.growth-limit{
  margin-top:40px;
  font-size:12px;
  line-height:2
}
/* Plan comparison. */
.price-tax-note{
  text-align:right;
  font-size:12px;
  color:var(--muted);
  margin-bottom:18px
}
.plan-grid-v3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border:1px solid var(--rule);
  border-radius:6px;
  overflow:hidden
}
.plan-v3{
  padding:35px 30px;
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#fff
}
.plan-v3+.plan-v3{
  border-left:1px solid var(--rule)
}
.plan-standard{
  background:var(--ink);
  color:white
}
.plan-en{
  font:600 12px var(--eng);
  letter-spacing:.16em;
  margin-bottom:16px;
  color:var(--muted)
}
.plan-standard .plan-en{
  color:var(--brand)
}
.plan-v3 h3{
  font-size:27px;
  font-weight:700;
  margin-bottom:15px
}
.plan-pages{
  font-size:12px;
  align-self:flex-start;
  padding:3px 10px;
  border:1px solid var(--rule);
  border-radius:99px
}
.plan-standard .plan-pages{
  border-color:#ffffff40
}
.plan-description{
  font-size:12px;
  margin:30px 0 24px;
  line-height:1.9;
  min-height:46px
}
.plan-monthly{
  display:flex;
  gap:5px;
  align-items:baseline;
  white-space:nowrap
}
.plan-monthly strong{
  font:600 clamp(33px,3.3vw,47px)/1.3 var(--eng);
  letter-spacing:-.015em
}
.plan-monthly>span{
  font-size:12px
}
.plan-standard .plan-monthly strong{
  color:var(--brand)
}
.plan-initial{
  font-size:12px;
  display:flex;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid var(--rule);
  padding-top:22px;
  margin:25px 0 35px
}
.plan-standard .plan-initial{
  border-color:#ffffff30
}
.plan-initial strong{
  font-weight:500
}
.plan-link{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:12px;
  font-weight:600;
  padding:12px 15px;
  border-radius:99px;
  background:var(--soft);
  transition:background .2s
}
.plan-link span{
  font:23px var(--eng)
}
.plan-link:hover{
  background:var(--brand);
  color:var(--ink)
}
.plan-standard .plan-link{
  background:var(--brand);
  color:var(--ink)
}
.included-v3{
  margin-top:70px
}
.included-heading{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:14px 60px;
  margin-bottom:36px
}
.included-heading .section-eyebrow{
  grid-column:1/-1;
  margin:0
}
.included-heading h3{
  font-size:27px
}
.included-heading>p:last-child{
  font-size:13px;
  color:var(--muted)
}
.included-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px
}
.included-grid article{
  border-top:2px solid var(--ink);
  padding-top:20px
}
.included-grid h4{
  font-size:16px;
  margin-bottom:20px
}
.included-grid ul{
  padding:0;
  list-style:none;
  margin:0
}
.included-grid li{
  font-size:12px;
  padding-left:18px;
  position:relative;
  margin:13px 0
}
.included-grid li:before{
  content:'✓';
  position:absolute;
  left:0;
  font-size:12px;
  color:#628108
}
.included-v3>.fine-print{
  font-size:11px;
  margin-top:28px
}
.contract-v3{
  background:var(--soft);
  padding:35px 40px;
  margin-top:50px;
  border-radius:4px
}
.contract-v3>h3{
  font-size:19px;
  margin-bottom:30px
}
.contract-timeline{
  display:flex;
  list-style:none;
  padding:0;
  margin:0;
  text-align:center
}
.contract-timeline li{
  width:33.33%;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center
}
.contract-timeline strong{
  font-size:16px;
  font-weight:600
}
.contract-timeline li>span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--ink);
  margin:17px 0;
  z-index:1
}
.contract-timeline li:last-child>span{
  background:var(--brand);
  outline:1px solid #9cb647
}
.contract-timeline li:not(:last-child):after{
  content:'';
  position:absolute;
  left:50%;
  width:100%;
  height:1px;
  background:#b9bfac;
  top:52px
}
.contract-timeline small{
  font-size:11px;
  color:var(--muted)
}
.contract-alert{
  display:flex;
  align-items:flex-start;
  gap:16px;
  border-top:1px solid var(--rule);
  margin-top:30px;
  padding-top:22px
}
.contract-alert>span{
  width:22px;
  height:22px;
  flex:0 0 22px;
  border:1px solid #9ba48a;
  border-radius:50%;
  display:grid;
  place-items:center;
  font:13px var(--eng);
  margin-top:3px
}
.contract-alert p{
  font-size:12px;
  line-height:1.9
}
.pricing-more{
  text-align:center;
  margin-top:35px
}
.pricing-more .secondary-cta{
  min-width:300px
}
/* Memo and FAQ. */
#guide{
  background:var(--soft)
}
.guide-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.memo-sheet{
  background:white;
  border:1px solid var(--rule);
  padding:35px 40px;
  transform:rotate(-2deg);
  box-shadow:10px 14px 0 #e1e4d9
}
.memo-heading{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  border-bottom:1px solid var(--ink);
  padding-bottom:22px
}
.memo-heading img{
  width:130px
}
.memo-heading h3{
  font-size:20px;
  font-weight:700
}
.memo-sheet dl>div{
  display:grid;
  grid-template-columns:45px 1fr;
  gap:20px;
  border-bottom:1px solid var(--rule);
  padding:16px 0;
  font-size:12px
}
.memo-sheet dt{
  color:var(--muted)
}
.memo-sheet .fine-print{
  font-size:10px;
  margin-top:18px
}
.guide-description>p:first-child{
  font-size:33px;
  font-weight:600;
  line-height:1.7;
  margin-bottom:23px
}
.guide-description>p{
  font-size:14px;
  line-height:2
}
.guide-description .secondary-cta{
  margin-top:30px
}
.guide-description>small{
  display:block;
  font-size:11px;
  color:var(--muted);
  margin:15px 0 0 24px
}
#faq .lp-container{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:90px
}
#faq .section-heading-v2 h2{
  font-size:40px
}
.faq-v2 details{
  border-bottom:1px solid var(--rule)
}
.faq-v2 details:first-child{
  border-top:1px solid var(--rule)
}
.faq-v2 summary{
  list-style:none;
  cursor:pointer;
  padding:25px 38px 25px 31px;
  font-size:14px;
  font-weight:600;
  position:relative;
  line-height:1.8
}
.faq-v2 summary::-webkit-details-marker{
  display:none
}
.faq-v2 summary:before{
  content:'Q';
  position:absolute;
  left:0;
  top:27px;
  color:#788958;
  font:500 12px var(--eng)
}
.faq-v2 summary:after{
  content:'+';
  position:absolute;
  right:3px;
  top:25px;
  font:400 22px var(--eng)
}
.faq-v2 details[open] summary:after{
  content:'−'
}
.faq-v2 details p{
  font-size:13px;
  color:var(--muted);
  padding:0 30px 25px 31px;
  line-height:2
}
.faq-v2 details[open] summary{
  color:var(--ink)
}
/* Consultation: clear progress, plan context and useful validation. */
#contact{
  background:var(--soft);
  border-top:1px solid var(--rule)
}
.consult-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:85px;
  align-items:start
}
.consult-layout aside>img{
  width:100%;
  aspect-ratio:1.45;
  object-fit:cover;
  border-radius:4px 50px 4px 4px
}
.consult-layout aside h3{
  font-size:22px;
  margin:30px 0 25px
}
.consult-layout aside ol{
  list-style:none;
  padding:0;
  margin:0;
  counter-reset:consult
}
.consult-layout aside li{
  font-size:13px;
  line-height:2;
  border-bottom:1px solid var(--rule);
  padding:12px 0;
  counter-increment:consult;
  display:flex;
  gap:18px
}
.consult-layout aside li:before{
  content:'0' counter(consult);
  font:500 12px/2.5 var(--eng);
  color:var(--muted)
}
.consult-layout aside>.fine-print{
  margin:25px 0 15px;
  font-size:11px
}
.consult-layout aside>a{
  font:500 16px var(--eng);
  border-bottom:1px solid #999;
  padding-bottom:5px
}
.consult-box{
  background:white;
  border:1px solid var(--rule);
  border-radius:5px;
  padding:40px
}
.form-progress{
  display:flex;
  list-style:none;
  padding:0;
  margin:0 0 28px;
  gap:12px
}
.form-progress li{
  flex:1;
  font-size:11px;
  color:#979c8e;
  border-bottom:2px solid #e4e7dd;
  padding-bottom:12px
}
.form-progress li[aria-current=step]{
  color:var(--ink);
  border-color:var(--ink)
}
.form-progress b{
  font:500 12px var(--eng);
  margin-right:7px
}
.form-channel{
  font-size:11px;
  line-height:1.9;
  color:var(--muted);
  padding-bottom:24px;
  margin-bottom:28px;
  border-bottom:1px solid var(--rule)
}
.form-field{
  margin-bottom:25px
}
.form-field label{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:600;
  margin-bottom:9px
}
.required-label,.optional-label{
  font-size:9px;
  line-height:1.5;
  display:inline-block;
  padding:2px 6px;
  background:var(--soft);
  font-weight:500
}
.required-label{
  color:#567017;
  background:#f0f5e4
}
.form-field :is(input,select,textarea),.email-fallback textarea{
  font:400 15px/1.7 var(--body);
  width:100%;
  min-width:0;
  border:1px solid #d5d9cd;
  background:#fafbf8;
  border-radius:5px;
  padding:13px 14px;
  transition:border-color .2s,box-shadow .2s;
  resize:vertical
}
.form-field :is(input,select,textarea):focus{
  background:#fff;
  border-color:#76895a;
  outline:0;
  box-shadow:0 0 0 3px #bfef3040
}
.form-field :is(input,select,textarea)[aria-invalid=true]{
  border-color:#ac3c38;
  background:#fffafa
}
.form-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.field-error{
  font-size:11px;
  color:#aa3430;
  margin-top:7px;
  line-height:1.7
}
.field-error:empty{
  display:none
}
.form-error-summary{
  border-left:3px solid #ad4036;
  background:#fff5f3;
  padding:15px;
  font-size:12px;
  margin:0 0 25px
}
.form-optional{
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  margin-bottom:25px
}
.form-optional summary{
  padding:18px 24px 18px 0;
  cursor:pointer;
  font-size:12px;
  list-style:none;
  position:relative
}
.form-optional summary:after{
  content:'＋';
  position:absolute;
  right:0
}
.form-optional[open] summary:after{
  content:'−'
}
.form-optional summary small{
  font-size:10px;
  color:var(--muted);
  margin-left:7px
}
.form-optional[open]>div{
  padding-top:12px
}
.consent-field{
  font-size:11px;
  margin:18px 0;
  line-height:1.9
}
.consent-field label{
  display:flex;
  align-items:start;
  gap:11px
}
.consent-field input{
  width:17px;
  height:17px;
  accent-color:#607721;
  flex:0 0 17px;
  margin:3px 0 0
}
.consent-field a{
  border-bottom:1px solid #888
}
.consult-box .primary-cta{
  width:100%;
  margin-top:15px
}
.consult-box form>.fine-print{
  text-align:center;
  font-size:10px;
  margin-top:17px
}
.info-table>div{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:25px;
  padding:23px 0;
  border-bottom:1px solid var(--rule)
}
.info-table dt{
  font-size:12px;
  font-weight:600
}
.info-table dd{
  font-size:14px;
  overflow-wrap:anywhere;
  white-space:pre-wrap
}
.info-table dd small{
  font-size:11px;
  color:var(--muted)
}
.info-table a{
  text-decoration:underline;
  text-underline-offset:4px
}
#consult-review{
  scroll-margin-top:125px
}
#consult-review:focus{
  outline:0
}
#consult-review h3{
  font-size:25px
}
#consult-review .info-table>div{
  grid-template-columns:110px 1fr;
  padding:18px 0
}
#consult-review>.fine-print{
  margin-top:24px;
  font-size:12px
}
.review-actions{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:20px
}
.review-actions #edit-consult{
  align-self:flex-start;
  min-height:38px;
  box-shadow:none;
  padding:5px 0;
  border:0;
  border-radius:0;
  background:none;
  font-size:12px;
  text-decoration:underline;
  text-underline-offset:5px
}
.review-actions #open-email{
  margin:0
}
#mail-status{
  font-size:12px;
  margin-top:20px;
  color:#51672a
}
.email-fallback{
  margin-top:25px
}
.email-fallback summary{
  font-size:12px;
  cursor:pointer
}
.email-fallback>p{
  font-size:12px;
  line-height:1.9;
  margin:15px 0
}
.email-fallback textarea{
  font-size:12px
}
.copy-email{
  background:var(--soft);
  border:1px solid var(--rule);
  padding:8px 15px;
  margin-top:10px;
  font-size:12px;
  border-radius:4px
}
.mobile-sticky{
  display:none
}
/* Secondary routes share the same typography and navigation. */
.page-heading{
  max-width:calc(var(--width) + var(--gutter)*2);
  margin:auto;
  padding:30px var(--gutter) 64px;
  position:relative
}
.breadcrumb{
  display:flex;
  gap:12px;
  font-size:11px;
  color:var(--muted);
  margin-bottom:60px;
  flex-wrap:wrap
}
.breadcrumb a{
  text-decoration:underline;
  text-underline-offset:3px
}
/* Japanese, Latin labels and numbers share the same type family. */
.page-word{
  display:flex;
  align-items:center;
  gap:12px;
  font:600 12px/1.5 var(--eng);
  letter-spacing:.14em;
  margin-bottom:22px
}
.page-word:before{
  content:'';
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:var(--brand)
}
.page-heading h1{
  font-size:clamp(36px,4.5vw,60px);
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.45;
  overflow-wrap:anywhere
}
.page-intro{
  font-size:15px;
  color:var(--muted);
  margin-top:24px;
  line-height:2;
  max-width:750px
}
.page-intro:empty{display:none}
.page-heading:after{
  content:'';
  display:block;
  height:1px;
  background:var(--rule);
  margin-top:48px
}
.page-heading--article h1{
  text-wrap:balance;
  max-width:1040px;
  font-size:clamp(32px,3.6vw,48px);
  line-height:1.65
}
.page-heading--document h1{
  font-size:clamp(32px,3.7vw,50px)
}
.subpage .lp-section:first-of-type{
  padding-top:55px
}
.subpage .lp-section:first-of-type>.lp-container>.section-heading-v2{
  display:none
}
.subpage .consult-section:first-of-type>.lp-container>.section-heading-v2{
  display:block
}
.subpage #faq .lp-container{
  display:block;
  max-width:900px
}
.subpage #contact{
  border-top:0;
  padding-top:60px
}
.page-section,.section{
  padding:10px var(--gutter) 100px;
  max-width:calc(var(--width) + var(--gutter)*2);
  margin:auto
}
.narrow{
  max-width:1040px
}
.page-notice{
  font-size:12px;
  color:var(--muted);
  padding:18px 22px;
  background:var(--soft);
  border-left:2px solid var(--brand);
  margin:0 var(--gutter) 20px
}
.inline-notice{
  margin:0 0 30px
}
.document section{
  margin-bottom:48px;
  padding-top:28px;
  border-top:1px solid var(--rule)
}
.document section h2{
  font-size:23px;
  font-weight:700;
  margin-bottom:22px
}
.document section p{
  font-size:14px;
  color:var(--muted);
  line-height:2.1
}
.document-reference{
  font-size:11px;
  color:var(--muted);
  margin-top:30px
}
.document a{
  text-decoration:underline;
  text-underline-offset:4px
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:35px
}
.blog-cover{
  min-height:290px;
  background:var(--ink);
  color:#fff;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:4px 50px 4px 4px;
  transition:transform .3s
}
.blog-cover>span{
  font:500 12px var(--eng);
  letter-spacing:.15em
}
.blog-cover strong{
  font:600 42px/1.08 var(--eng);
  letter-spacing:0
}
.blog-cover .journal-brand{
  width:90px;
  margin-top:28px
}
.blog-cover.cover-two{
  background:var(--brand);
  color:var(--ink)
}
.blog-cover.cover-three{
  background:#e4e7dc;
  color:var(--ink)
}
.blog-card:hover .blog-cover{
  transform:translateY(-5px)
}
.blog-meta{
  font-size:10px;
  color:var(--muted);
  margin:22px 0 13px
}
.card-title{
  font-size:20px;
  font-weight:700;
  line-height:1.8
}
.blog-card .read{
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--rule);
  margin-top:25px;
  padding-top:18px;
  font-size:12px
}
.blog-card .read b{
  font-size:24px;
  font-weight:400
}
.article-layout{
  display:grid;
  grid-template-columns:200px minmax(0,760px);
  gap:75px;
  justify-content:center
}
.article-aside{
  position:sticky;
  top:120px;
  align-self:start
}
.article-aside>p{
  font:500 12px var(--eng);
  letter-spacing:.15em
}
.article-aside ol{
  padding-left:18px;
  margin-top:20px;
  font-size:12px;
  color:var(--muted)
}
.article-aside li{
  border-bottom:1px solid var(--rule);
  padding:13px 0
}
.article-aside a:hover{
  text-decoration:underline
}
.article-cover{
  padding:35px;
  min-height:340px;
  background:var(--ink);
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:4px 45px 4px 4px
}
.article-cover img{
  width:120px
}
.article-cover strong{
  font:500 78px/1 var(--eng);
  letter-spacing:0
}
.article-cover.cover-1{
  background:var(--brand);
  color:var(--ink)
}
.article-cover.cover-2{
  background:#e4e7dc;
  color:var(--ink)
}
.article-meta{
  font-size:11px;
  color:var(--muted);
  margin:22px 0 40px
}
.article-body section{
  margin-bottom:45px
}
.article-body h2{
  font-size:28px;
  line-height:1.65;
  margin-bottom:22px
}
.article-body section p{
  font-size:15px;
  line-height:2.2;
  color:#50534c
}
.section-more{
  margin-top:35px
}
.sitemap-home{
  display:flex;
  justify-content:space-between;
  padding:25px 0;
  border-bottom:2px solid var(--ink);
  font:600 26px var(--eng);
  margin-bottom:25px
}
.sitemap-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 60px
}
.sitemap-grid>div{
  border-bottom:1px solid var(--rule)
}
.sitemap-grid>div>a{
  display:flex;
  gap:18px;
  align-items:center;
  padding:25px 0
}
.sitemap-number{
  font:500 12px var(--eng);
  color:var(--muted)
}
.sitemap-grid h2{
  font-size:15px;
  flex:1
}
.sitemap-grid b{
  font-size:22px;
  font-weight:400
}
.sitemap-grid ul{
  font-size:12px;
  color:var(--muted);
  padding-left:32px;
  line-height:2
}
.sitemap-grid li{
  margin-bottom:12px
}
.sitemap-grid li a:hover{
  text-decoration:underline
}
/* Footer. */
.design-footer{
  background:var(--ink);
  color:white;
  padding:70px var(--gutter) 25px
}
.footer-top{
  max-width:var(--width);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  padding-bottom:60px
}
.footer-top .brand-logo{
  width:240px
}
.footer-top p{
  font-size:15px;
  margin:25px 0 10px
}
.footer-top small{
  font-size:10px;
  color:#8f9686
}
.footer-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px 30px;
  align-content:start
}
.footer-links a{
  font-size:11px;
  color:#c9cfc1;
  transition:color .2s
}
.footer-links a:hover{
  color:var(--brand)
}
.footer-bottom{
  max-width:var(--width);
  margin:auto;
  border-top:1px solid #ffffff20;
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font:400 12px var(--eng);
  letter-spacing:.06em;
  color:#929985
}
.footer-bottom a{
  color:white
}
.footer-bottom small{
  font-size:10px
}
/* Tablet. */
@media(max-width:1100px){
  .site-header{
    height:78px;
    padding:0 30px
  }
  .brand-logo{
    width:150px
  }
  .site-header .menu{
    display:flex
  }
  .site-header nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    padding:20px 30px 35px;
    display:none;
    max-height:calc(100dvh - 78px);
    overflow:auto;
    border-bottom:1px solid var(--rule)
  }
  .site-header nav.open{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .site-header nav a{
    padding:17px 0;
    font-size:15px;
    border-bottom:1px solid var(--rule)
  }
  .site-header nav a:after{
    display:none
  }
  .site-header nav .header-consult{
    margin-top:25px;
    justify-content:space-between;
    border:0;
    align-self:flex-start;
    min-width:240px
  }
  .hero-layout{
    gap:0 40px
  }
  .design-hero h1{
    font-size:46px
  }
  .hero-description{
    font-size:14px
  }
  .hero-price-line{
    gap:11px
  }
  .hero-price-line strong{
    font-size:30px
  }
  .hero-price-line>span:last-child{
    padding-left:11px
  }

  .hero-note{
    font-size:10px
  }
  .hero-note br{
    display:block
  }
  .hero-note a{
    margin-left:0
  }
  .primary-cta,.secondary-cta{
    font-size:12px;
    padding-left:21px
  }
  .section-heading-v2 h2{
    font-size:36px
  }
  .lp-section{
    padding-top:85px;
    padding-bottom:85px
  }
  #compare .lp-container{
    gap:25px 45px
  }
  #compare .section-heading-v2 h2{
    font-size:30px
  }
  .comparison th,.comparison td{
    font-size:12px;
    padding:20px 12px
  }
  .artifact-flow{
    gap:20px
  }
  .work-paper{
    padding:20px 14px;
    min-height:300px
  }
  .artifact-flow article:not(:last-child):after{
    right:-20px;
    font-size:20px
  }
  .work-paper>p:first-child{
    font-size:13px
  }
  .work-paper ul,.work-paper ol{
    font-size:11px
  }
  .process-grid{
    gap:24px
  }
  .process-grid h3{
    font-size:20px;
    min-height:64px
  }
  .center-action p{
    font-size:13px
  }
  .center-action .primary-cta{
    min-width:320px
  }
  .example-slide{
    gap:40px;
    grid-template-columns:1fr 1fr
  }
  .example-description h3{
    font-size:28px
  }
  .responsibility-grid{
    gap:45px
  }
  .our-tasks{
    padding:30px
  }
  #team .lp-container{
    gap:25px 40px
  }
  #team .section-heading-v2 h2{
    font-size:32px
  }
  .growth-numbers{
    gap:35px
  }
  .growth-numbers>div{
    gap:25px
  }
  .growth-numbers>div+div{
    padding-left:35px
  }
  .growth-numbers strong{
    font-size:105px
  }
  .growth-numbers .report-frequency{
    font-size:47px
  }
  .growth-numbers h3{
    font-size:20px
  }
  .plan-v3{
    padding:28px 22px
  }
  .plan-v3 h3{
    font-size:24px
  }
  .plan-monthly strong{
    font-size:35px
  }
  .included-grid{
    grid-template-columns:1fr 1fr;
    gap:30px
  }
  .guide-layout{
    gap:55px
  }
  .memo-sheet{
    padding:28px
  }
  .memo-heading img{
    width:100px
  }
  .guide-description>p:first-child{
    font-size:28px
  }
  #faq .lp-container{
    gap:45px
  }
  #faq .section-heading-v2 h2{
    font-size:33px
  }
  .consult-layout{
    gap:45px
  }
  .consult-box{
    padding:28px
  }
  .form-pair{
    grid-template-columns:1fr;
    gap:0
  }
  .article-layout{
    gap:40px
  }
  .cards{
    gap:25px
  }
  .blog-cover{
    padding:25px;
    min-height:250px
  }
  .blog-cover strong{
    font-size:33px
  }
  .card-title{
    font-size:17px
  }
}
/* Mobile. */
@media(max-width:760px){
  :root{
    --gutter:24px
  }
  html{
    scroll-padding-top:90px
  }
  section{
    scroll-margin-top:78px
  }
  .site-header{
    height:72px;
    padding:0 24px
  }
  .site-header .brand-logo{
    width:131px
  }
  .site-header nav{
    max-height:calc(100dvh - 72px);
    padding:15px 24px 30px
  }
  .menu{
    font-size:10px
  }
  .menu span{
    font-size:23px
  }
  .design-hero{
    padding:28px 24px 24px
  }
  .hero-layout{
    display:flex;
    flex-direction:column;
    gap:0
  }
  .hero-kicker{
    font-size:10px;
    letter-spacing:.04em;
    margin-bottom:24px
  }
  .hero-kicker span{
    font-size:8px;
    margin-bottom:10px;
    letter-spacing:.14em
  }
  .design-hero h1{
    font-size:clamp(36px,9.8vw,52px);
    line-height:1.45;
    letter-spacing:.04em
  }
  .hero-emphasis:after{
    height:6px;
    bottom:5px;
    right:5px
  }
  .hero-description{
    font-size:13px;
    line-height:1.95;
    margin-top:20px;
    max-width:325px
  }
  .hero-media{
    width:100%;
    margin:26px 0 24px;
    align-self:stretch
  }
  .hero-site-mockup{
    width:calc(100% + 32px);
    margin-left:-16px
  }
  .mock-caption{
    font-size:10px;
    margin-top:10px;
    letter-spacing:0
  }
  .hero-action{
    margin-top:6px;
    max-width:none
  }
  .hero-price-line{
    margin-bottom:20px;
    gap:16px;
    font-size:11px;
    justify-content:flex-start
  }
  .hero-price-line strong{
    font-size:34px
  }
  .hero-price-line small{
    font-size:9px
  }
  .hero-price-line>span:last-child{
    font-size:11px;
    padding-left:16px
  }
  .primary-cta,.secondary-cta,.bank-button{
    font-size:12px;
    min-height:61px;
    padding:10px 12px 10px 20px;
    gap:12px
  }
  .primary-cta>span,.secondary-cta>span,.bank-button>span{
    width:36px;
    height:36px;
    flex-basis:36px;
    font-size:23px
  }
  .hero-note{
    font-size:9px;
    line-height:1.9;
    margin-top:15px;
    text-align:center
  }
  .hero-note br{
    display:block
  }
  .hero-footnote{
    margin-top:26px;
    padding-top:17px;
    font-size:8px;
    letter-spacing:.05em;
    gap:15px
  }
  .hero-footnote>span:last-child{
    font-size:8px
  }
  .hero-footnote b{
    margin:0 6px
  }
  .lp-section{
    padding:72px 24px
  }
  .section-heading-v2{
    margin-bottom:33px
  }
  .section-eyebrow{
    font-size:9px;
    margin-bottom:19px;
    gap:10px
  }
  .section-eyebrow:before{
    width:18px
  }
  .section-heading-v2[data-index]:after{
    font-size:9px
  }
  .section-heading-v2 h2,.section-heading-v2 h1{
    font-size:clamp(28px,7.7vw,35px);
    line-height:1.55;
    letter-spacing:.02em
  }
  .section-description{
    font-size:13px;
    margin-top:18px;
    line-height:1.95
  }
  .fine-print{
    font-size:12px
  }
  .mobile-only{
    display:block
  }
  .scenario-grid{
    display:block
  }
  .scenario-grid article{
    display:grid;
    grid-template-columns:1.12fr 1fr;
    gap:22px;
    align-items:center;
    margin:0 -24px 30px
  }
  .scenario-grid article:nth-child(2),.scenario-grid article:nth-child(3){
    padding-top:0
  }
  .scenario-grid .source-photo{
    height:195px;
    aspect-ratio:auto!important;
    border-radius:0 28px 0 0
  }
  .scenario-grid .source-photo img{
    width:auto!important;
    height:1030px;
    left:0!important;
    top:-300px!important
  }
  .scenario-grid article:nth-child(2) .source-photo{
    grid-column:2;
    grid-row:1;
    border-radius:28px 0 0 0
  }
  .scenario-grid article:nth-child(2) .source-photo img{
    height:1060px;
    left:-256px!important;
    top:-523px!important
  }
  .scenario-grid article:nth-child(2) .scenario-copy{
    grid-column:1;
    grid-row:1;
    padding:0 0 0 24px
  }
  .scenario-grid article:nth-child(3) .source-photo img{
    height:1155px;
    left:-6px!important;
    top:-794px!important
  }
  .scenario-copy{
    padding:0 20px 0 0
  }
  .scenario-copy>span{
    font-size:9px;
    line-height:1.7;
    padding-bottom:5px
  }
  .scenario-copy h3{
    font-size:16px;
    line-height:1.8;
    margin-top:14px
  }
  .editorial-statement{
    font-size:22px;
    line-height:1.75;
    margin-top:30px;
    padding:25px 0 0
  }
  .editorial-statement .mobile-only{
    display:block
  }
  #compare .lp-container{
    display:block
  }
  #compare .section-heading-v2 h2{
    font-size:28px
  }
  .comparison th,.comparison td{
    padding:19px 10px;
    font-size:12px
  }
  .comparison thead th{
    font-size:10px
  }
  .comparison th:first-child{
    width:30%
  }
  .compare-bottom{
    margin-top:30px
  }
  .compare-bottom h3{
    font-size:20px;
    margin-bottom:15px
  }
  .compare-bottom .fine-print{
    font-size:11px
  }
  .artifact-flow{
    grid-template-columns:1fr 1fr;
    gap:30px 22px;
    padding:12px 0 25px
  }
  .artifact-flow article:nth-child(even){
    padding-top:28px
  }
  .work-paper{
    padding:18px 12px;
    min-height:240px
  }
  .work-paper>p:first-child{
    font-size:11px;
    padding-bottom:12px;
    margin-bottom:15px
  }
  .work-paper ul,.work-paper ol{
    font-size:10px;
    line-height:2.3;
    padding-left:14px
  }
  .work-paper h4{
    font-size:10px
  }
  .work-paper .paper-body{
    font-size:10px
  }
  .work-paper small,.paper-tag{
    font-size:9px;
    margin-top:15px
  }
  .artifact-flow article:not(:last-child):after{
    font-size:21px;
    right:-20px
  }
  .artifact-flow article:nth-child(2):after{
    display:none
  }
  .artifact-flow h3{
    font-size:12px;
    margin-top:24px
  }
  .closing-line{
    font-size:22px;
    line-height:1.8;
    margin-top:30px;
    padding-top:26px
  }
  .process-grid{
    display:block
  }
  .process-grid>li{
    display:flex;
    gap:22px;
    padding:0 0 26px;
    margin:0 0 26px;
    border-bottom:1px solid var(--rule)
  }
  .process-grid>li:not(:last-child):after{
    display:none
  }
  .step-disc{
    width:47px;
    height:47px;
    flex:0 0 47px;
    font-size:19px;
    margin:0
  }
  .step-disc small{
    font-size:7px
  }
  .owner-tag{
    font-size:10px;
    margin-bottom:12px
  }
  .process-grid h3{
    font-size:20px;
    min-height:0;
    line-height:1.6
  }
  .process-grid .step-sub{
    font-size:12px;
    margin:12px 0
  }
  .process-grid p{
    font-size:12px
  }
  .center-action{
    display:block;
    margin-top:25px;
    padding-top:0;
    border:0
  }
  .center-action p{
    font-size:13px;
    margin-bottom:23px;
    line-height:1.9
  }
  .center-action .primary-cta{
    width:100%;
    min-width:0
  }
  .example-tabs{
    gap:0;
    margin-bottom:25px
  }
  .example-tabs button{
    flex:1;
    padding:13px 6px;
    font-size:11px
  }
  .example-slide{
    display:flex;
    flex-direction:column;
    gap:25px;
    min-height:0
  }
  .example-visual{
    order:-1;
    width:100%;
    min-height:0;
    padding:28px 20px;
    border-radius:3px 35px 3px 3px
  }
  .example-visual .phone-original{
    width:145px;
    margin-bottom:10px
  }
  .example-visual figcaption{
    font-size:9px;
    margin-top:15px
  }
  .example-description{
    width:100%
  }
  .example-brand{
    font-size:11px;
    margin:0 0 20px
  }
  .example-description>div{
    margin-top:20px
  }
  .example-description>div>span{
    font-size:10px;
    margin-bottom:10px
  }
  .example-description h3{
    font-size:24px;
    line-height:1.65
  }
  .example-description li{
    font-size:11px;
    padding:5px 11px
  }
  .carousel-controls{
    margin-top:24px
  }
  .carousel-status{
    font-size:10px
  }
  .carousel-controls button{
    width:41px;
    height:41px;
    font-size:23px
  }
  #works .closing-line{
    font-size:22px;
    margin-top:30px
  }
  .site-sample{
    padding:15px;
    border-width:5px
  }
  .sample-nav{
    font-size:10px;
    padding-bottom:10px
  }
  .sample-nav small{
    font-size:6px
  }
  .sample-content{
    padding:22px 0
  }
  .sample-content>p{
    font-size:9px
  }
  .sample-content h3{
    font-size:26px;
    margin:14px 0
  }
  .sample-link{
    font-size:8px;
    padding:7px 10px;
    margin-top:12px
  }
  .sample-services{
    gap:5px;
    font-size:8px
  }
  .sample-services>div{
    padding:18px 4px
  }
  .responsibility-grid{
    display:block
  }
  .your-tasks li{
    gap:20px;
    padding:22px 0
  }
  .your-tasks h3{
    font-size:21px;
    margin-bottom:10px
  }
  .your-tasks p{
    font-size:13px
  }
  .your-tasks li>span{
    font-size:10px
  }
  .our-tasks{
    margin-top:35px;
    padding:28px;
    border-top-right-radius:35px
  }
  .our-tasks h3{
    font-size:12px;
    margin-bottom:20px
  }
  .our-tasks>p{
    font-size:30px
  }
  .our-tasks strong{
    font-size:15px;
    margin-top:18px
  }
  .our-tasks small{
    font-size:11px;
    margin-top:20px
  }
  #team .lp-container{
    display:flex;
    flex-direction:column;
    gap:0
  }
  #team .section-heading-v2{
    margin-bottom:30px
  }
  #team .section-heading-v2 h2{
    font-size:28px
  }
  #team .source-photo{
    width:calc(100% + 48px);
    margin:0 -24px 30px;
    border-radius:0
  }
  .team-roles{
    width:100%
  }
  .team-roles>div{
    grid-template-columns:75px 1fr;
    gap:18px;
    padding:18px 0
  }
  .team-roles dt{
    font-size:17px
  }
  .team-roles dd{
    font-size:12px
  }
  .team-credit{
    font-size:10px;
    margin:18px 0
  }
  #team .closing-line{
    font-size:21px;
    margin-top:20px
  }
  #growth{
    padding-top:65px
  }
  .growth-numbers{
    gap:20px;
    padding:0 0 30px
  }
  .growth-numbers>div{
    flex-direction:column;
    align-items:flex-start;
    gap:15px
  }
  .growth-numbers>div+div{
    padding-left:25px
  }
  .growth-numbers strong{
    font-size:85px
  }
  .growth-numbers .report-frequency{
    font-size:39px;
    line-height:85px
  }
  .growth-numbers h3{
    font-size:18px;
    line-height:1.75
  }
  .growth-cycle{
    gap:12px;
    padding:20px 0
  }
  .growth-cycle li{
    width:33%;
    font-size:12px
  }
  .growth-cycle span{
    font-size:9px;
    display:block;
    margin:0 0 10px
  }
  .growth-cycle li:not(:last-child):after{
    font-size:18px;
    right:-10px;
    top:15px
  }
  .growth-label{
    font-size:10px;
    margin-top:30px
  }
  .proposal-notes{
    grid-template-columns:1fr;
    gap:23px;
    margin-top:15px
  }
  .proposal-notes article{
    padding-top:18px
  }
  .proposal-notes small{
    font-size:9px
  }
  .proposal-notes h3{
    font-size:19px;
    margin:11px 0
  }
  .proposal-notes p{
    font-size:12px
  }
  .growth-limit{
    font-size:10px;
    line-height:2;
    margin-top:28px
  }
  .price-tax-note{
    font-size:10px;
    margin-bottom:15px
  }
  .plan-grid-v3{
    grid-template-columns:1fr;
    gap:15px;
    border:0;
    overflow:visible
  }
  .plan-v3{
    padding:28px;
    border:1px solid var(--rule)!important;
    border-radius:5px
  }
  .plan-en{
    font-size:10px;
    margin-bottom:12px
  }
  .plan-v3 h3{
    font-size:26px;
    margin-bottom:12px
  }
  .plan-description{
    font-size:12px;
    margin:23px 0 20px;
    min-height:0
  }
  .plan-monthly strong{
    font-size:46px
  }
  .plan-monthly>span{
    font-size:12px
  }
  .plan-initial{
    font-size:12px;
    padding-top:18px;
    margin:20px 0 25px
  }
  .plan-link{
    font-size:12px;
    min-height:49px;
    padding:10px 16px
  }
  .included-v3{
    margin-top:45px
  }
  .included-heading{
    display:block;
    margin-bottom:28px
  }
  .included-heading .section-eyebrow{
    margin-bottom:18px
  }
  .included-heading h3{
    font-size:25px;
    line-height:1.6
  }
  .included-heading>p:last-child{
    font-size:12px;
    margin-top:16px
  }
  .included-grid{
    grid-template-columns:1fr;
    gap:27px
  }
  .included-grid article{
    padding-top:18px
  }
  .included-grid h4{
    font-size:16px;
    margin-bottom:18px
  }
  .included-grid ul{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px 18px
  }
  .included-grid li{
    font-size:11px;
    line-height:1.8;
    margin:0
  }
  .included-v3>.fine-print{
    font-size:10px
  }
  .contract-v3{
    padding:26px 20px;
    margin-top:35px
  }
  .contract-v3>h3{
    font-size:16px;
    line-height:1.7;
    margin-bottom:25px
  }
  .contract-timeline strong{
    font-size:13px
  }
  .contract-timeline small{
    font-size:9px;
    line-height:1.8;
    max-width:80px
  }
  .contract-timeline li:not(:last-child):after{
    top:45px
  }
  .contract-timeline li>span{
    width:10px;
    height:10px
  }
  .contract-alert{
    gap:12px;
    margin-top:25px;
    padding-top:20px
  }
  .contract-alert p{
    font-size:11px
  }
  .pricing-more .secondary-cta{
    width:100%;
    min-width:0
  }
  .guide-layout{
    grid-template-columns:1fr;
    gap:40px
  }
  .memo-sheet{
    padding:25px;
    transform:rotate(-1.5deg);
    box-shadow:7px 9px 0 #e1e4d9
  }
  .memo-heading img{
    width:105px
  }
  .memo-heading h3{
    font-size:17px
  }
  .memo-sheet dl>div{
    font-size:11px;
    grid-template-columns:30px 1fr;
    gap:17px;
    padding:14px 0
  }
  .memo-sheet .fine-print{
    font-size:9px
  }
  .guide-description>p:first-child{
    font-size:26px;
    margin-bottom:20px
  }
  .guide-description>p{
    font-size:13px
  }
  .guide-description .secondary-cta{
    width:100%;
    margin-top:25px
  }
  .guide-description>small{
    font-size:10px
  }
  #faq .lp-container{
    display:block
  }
  #faq .section-heading-v2 h2{
    font-size:28px
  }
  .faq-v2 summary{
    font-size:13px;
    padding:23px 28px 23px 24px
  }
  .faq-v2 summary:before{
    font-size:11px;
    top:27px
  }
  .faq-v2 summary:after{
    font-size:21px;
    top:25px
  }
  .faq-v2 details p{
    font-size:12px;
    padding:0 18px 23px 24px;
    line-height:2
  }
  .consult-layout{
    display:flex;
    flex-direction:column;
    gap:35px
  }
  .consult-layout aside{
    width:100%
  }
  .consult-layout aside>img{
    display:none
  }
  .consult-layout aside h3{
    font-size:19px;
    margin:0 0 20px
  }
  .consult-layout aside ol{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 20px
  }
  .consult-layout aside li{
    font-size:10px;
    gap:9px;
    padding:10px 0
  }
  .consult-layout aside li:before{
    font-size:8px
  }
  .consult-layout aside>.fine-print{
    margin:18px 0 12px;
    font-size:10px
  }
  .consult-layout aside>a{
    font-size:13px
  }
  .consult-box{
    width:calc(100% + 20px);
    margin:0 -10px;
    padding:26px 20px
  }
  .form-progress{
    gap:10px;
    margin-bottom:24px
  }
  .form-progress li{
    font-size:10px
  }
  .form-progress b{
    font-size:9px;
    margin-right:5px
  }
  .form-channel{
    font-size:10px;
    margin-bottom:24px;
    padding-bottom:20px
  }
  .form-field label{
    font-size:12px
  }
  .form-field :is(input,select,textarea){
    font-size:16px;
    padding:12px
  }
  .field-error{
    font-size:11px
  }
  .form-pair{
    grid-template-columns:1fr
  }
  .form-optional summary{
    font-size:12px
  }
  .form-optional summary small{
    display:block;
    margin:5px 0 0;
    font-size:10px
  }
  .consent-field{
    font-size:11px;
    line-height:1.9
  }
  .consult-box .primary-cta{
    font-size:12px
  }
  .info-table>div{
    grid-template-columns:1fr;
    gap:8px;
    padding:19px 0
  }
  .info-table dt{
    font-size:11px;
    color:var(--muted)
  }
  .info-table dd{
    font-size:13px
  }
  #consult-review h3{
    font-size:22px
  }
  #consult-review .info-table>div{
    grid-template-columns:1fr;
    gap:7px
  }
  #consult-review>.fine-print{
    font-size:11px
  }
  .mobile-sticky:not([hidden]){
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding:11px 18px max(13px,env(safe-area-inset-bottom));
    background:#ffffffed;
    backdrop-filter:blur(14px);
    border-top:1px solid #d9dbd3;
    z-index:80
  }
  .mobile-sticky .primary-cta{
    width:100%;
    min-height:55px;
    padding:8px 10px 8px 20px;
    font-size:12px
  }
  .mobile-sticky .primary-cta span{
    width:33px;
    height:33px;
    flex-basis:33px;
    font-size:22px
  }
  .page-heading{
    padding:24px 24px 36px
  }
  .breadcrumb{
    font-size:9px;
    margin-bottom:35px;
    gap:10px
  }
  .page-word{
    font-size:10px;
    margin-bottom:18px
  }
  .page-heading h1{
    font-size:clamp(32px,8.5vw,42px);
    line-height:1.5
  }
  .page-heading--article h1,.page-heading--document h1{
    font-size:28px;
    line-height:1.6
  }
  .page-heading:after{margin-top:32px}
  .page-intro{
    font-size:13px;
    margin-top:18px
  }
  .page-section,.section{
    padding:0 24px 65px
  }
  .subpage .lp-section:first-of-type{
    padding-top:35px
  }
  .subpage #contact{
    padding-top:35px
  }
  .page-notice{
    font-size:11px;
    padding:16px 18px
  }
  .document section h2{
    font-size:18px
  }
  .document section p{
    font-size:13px
  }
  .document-reference{
    font-size:10px
  }
  .cards{
    grid-template-columns:1fr;
    gap:40px
  }
  .blog-cover{
    min-height:250px;
    padding:30px
  }
  .blog-cover strong{
    font-size:42px
  }
  .blog-card .read{
    font-size:12px
  }
  .blog-meta{
    font-size:10px;
    margin:22px 0 12px
  }
  .card-title{
    font-size:18px
  }
  .article-layout{
    display:flex;
    flex-direction:column;
    gap:35px
  }
  .article-aside{
    position:static;
    background:var(--soft);
    padding:23px;
    width:100%
  }
  .article-aside ol{
    font-size:11px;
    margin-bottom:0
  }
  .article-aside li{
    padding:10px 0
  }
  .article-cover{
    min-height:280px;
    padding:28px
  }
  .article-cover strong{
    font-size:60px
  }
  .article-body h2{
    font-size:22px
  }
  .article-body section p{
    font-size:14px;
    line-height:2.1
  }
  .sitemap-grid{
    grid-template-columns:1fr
  }
  .sitemap-grid h2{
    font-size:14px
  }
  .design-footer{
    padding:50px 24px 28px
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:40px;
    padding-bottom:38px
  }
  .footer-top .brand-logo{
    width:210px
  }
  .footer-top p{
    font-size:13px;
    margin:24px 0 10px
  }
  .footer-links{
    gap:16px 23px
  }
  .footer-links a{
    font-size:10px;
    line-height:1.8
  }
  .footer-bottom{
    font-size:9px;
    gap:15px
  }
  .footer-bottom>span{
    display:none
  }
  .footer-bottom small{
    font-size:9px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
  .primary-cta:hover,.secondary-cta:hover,.primary-cta:active,.secondary-cta:active{
    transform:none
  }
}
/* Final reading and touch-target refinements. */
.hero-emphasis:after{
  display:none
}
.hero-kicker:before{
  display:none
}
.hero-kicker span{
  display:flex;
  align-items:center;
  gap:9px
}
.hero-kicker span:before{
  content:'';
  width:6px;
  height:6px;
  background:var(--brand);
  border-radius:50%
}
.plan-field-note{
  font-size:10px;
  line-height:1.8;
  margin-top:10px
}
.footer-links a{
  min-height:30px;
  display:flex;
  align-items:center
}
@media(max-width:760px){
  .hero-description{
    font-size:14px;
    max-width:350px
  }
  .hero-kicker{
    font-size:11px
  }
  .hero-kicker span{
    font-size:8px
  }
  .primary-cta,.secondary-cta,.bank-button{
    font-size:13px
  }
  .hero-note{
    font-size:10px
  }
  .hero-price-line small{
    font-size:10px
  }
  .section-description,.your-tasks p,.guide-description>p{
    font-size:14px
  }
  .scenario-copy h3{
    font-size:17px
  }
  .process-grid p,.process-grid .step-sub{
    font-size:13px
  }
  .example-tabs button{
    min-height:47px;
    font-size:12px
  }
  .example-description li{
    font-size:12px
  }
  .included-grid li{
    font-size:12px
  }
  .faq-v2 summary{
    font-size:14px
  }
  .faq-v2 details p{
    font-size:13px
  }
  .form-field label{
    font-size:13px
  }
  .form-channel,.consent-field{
    font-size:12px
  }
  .form-progress li{
    font-size:11px
  }
  .consult-box .primary-cta,.mobile-sticky .primary-cta{
    font-size:13px
  }
  .footer-links a{
    font-size:12px;
    min-height:38px
  }
  .footer-links{
    gap:6px 20px
  }
  .document-reference,.included-v3>.fine-print,.growth-limit{
    font-size:11px
  }
  .contract-alert p{
    font-size:12px
  }
  .form-optional summary{
    min-height:56px
  }
  .copy-email{
    min-height:44px
  }
  .consult-layout aside li{
    font-size:11px
  }
}
/* A single offset keeps deep links clear of the sticky header. */
html { scroll-padding-top: 95px; }
section { scroll-margin-top: 0; }
input, select, textarea { scroll-margin-top: 20px; }
#consult-review { scroll-margin-top: 20px; }
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  section { scroll-margin-top: 0; }
}
.blog-cover .journal-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
}
.journal-brand img { width: 85px; }
.journal-brand span { font: 500 9px var(--eng); letter-spacing: .06em; white-space: nowrap; }
/* Customer voices: an honest empty state until approved interviews are supplied. */
.voices-page { padding-top: 10px; }
.voices-status { display: grid; grid-template-columns: .7fr 1.3fr; border: 1px solid var(--rule); border-radius: 4px 60px 4px 4px; overflow: hidden; }
.voices-mark { min-height: 320px; background: var(--ink); color: var(--brand); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.voices-mark > span { font: 500 180px/.7 var(--eng); height: 120px; }
.voices-mark small { font: 500 10px var(--eng); letter-spacing: .16em; margin-top: 25px; }
.voices-message { padding: 55px clamp(30px,5vw,70px); align-self: center; }
.voices-message .section-eyebrow { font-size: 10px; margin-bottom: 24px; }
.voices-message h2 { font-size: clamp(25px,2.5vw,34px); line-height: 1.7; }
.voices-message > p:last-child { font-size: 14px; line-height: 2; color: var(--muted); margin-top: 24px; }
.voices-next { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 70px; }
.voices-next h2 { font-size: 27px; line-height: 1.8; }
.voices-next-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--rule); font-size: 15px; font-weight: 600; }
.voices-next-links small { display: block; font: 500 9px var(--eng); letter-spacing: .1em; color: var(--muted); margin-bottom: 10px; }
.voices-next-links b { font: 400 26px var(--eng); transition: transform .2s; }
.voices-next-links a:hover b { transform: translateX(5px); }
.voices-consult { margin-top: 55px; }
@media (max-width: 760px) {
  .voices-page { padding-top: 0; }
  .voices-status { grid-template-columns: 1fr; }
  .voices-mark { min-height: 165px; padding: 25px; }
  .voices-mark > span { font-size: 110px; height: 70px; }
  .voices-mark small { font-size: 9px; margin-top: 14px; }
  .voices-message { padding: 29px 24px 33px; }
  .voices-message h2 { font-size: 23px; }
  .voices-message > p:last-child { font-size: 13px; margin-top: 20px; }
  .voices-desktop-break { display: none; }
  .voices-next { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .voices-next h2 { font-size: 23px; }
  .voices-next-links a { font-size: 14px; min-height: 83px; padding: 20px 0; }
  .voices-consult { padding-top: 30px; border-top: 1px solid var(--rule); margin-top: 35px; }
}
@media (prefers-reduced-motion: reduce) { .voices-next-links a:hover b { transform: none; } }

/* Studio.Business-inspired typography, using the free Noto Sans JP family. */
.site-header nav,.menu,.breadcrumb,.primary-cta,.secondary-cta,.bank-button,
.plan-link,.footer-links,.footer-bottom,.fine-print,.hero-note,.mock-caption,
.form-progress,.form-channel,.consult-box,.page-notice,.info-table,.comparison,
.required-label,.optional-label,.blog-meta,.article-meta,.contract-alert{
  font-family:var(--ui)
}
.site-header nav,.footer-links{font-weight:600}
.hero-kicker{font-size:14px;font-weight:500}
.hero-kicker span,.section-eyebrow,.page-word{
  font-size:13px;
  font-weight:600;
  letter-spacing:-.02em
}
.hero-description,.section-description,.page-intro{font-size:16px;line-height:2.1}
.hero-price-line strong,.plan-monthly strong{font-weight:700;letter-spacing:-.035em}
.primary-cta>span,.secondary-cta>span,.bank-button>span,
.menu span,.faq-v2 summary:after{font-family:Arial,sans-serif}
.editorial-statement,.our-tasks>p{font-family:var(--heading);font-weight:700;letter-spacing:-.02em}
.article-body h2,.document section h2{font-weight:700}
.article-body section p,.document section p{font-size:16px;line-height:2.15}
.blog-cover strong,.article-cover strong{font-family:var(--eng);font-weight:700;letter-spacing:-.02em}
@media(max-width:760px){
  .hero-kicker{font-size:12px}
  .hero-kicker span,.section-eyebrow,.page-word{font-size:12px}
  .hero-description,.section-description,.page-intro{font-size:14px}
  .article-body section p,.document section p{font-size:15px}
  .hero-footnote{font-size:11px;letter-spacing:.03em}
}

/* TOP presentation: framed chapters, large previews and alternating layouts. */
.home{background:#e9ebe6}
.home main>section{margin:8px;border-radius:24px;background:var(--paper)}
.home .lp-section{padding-top:110px;padding-bottom:110px}
.home .section-heading-v2 h2{font-size:clamp(34px,3.9vw,54px);letter-spacing:-.035em;line-height:1.5}
.home .section-heading-v2:after{font-size:12px}
.home .design-hero{padding-top:65px;padding-bottom:32px}
.home .hero-footnote{margin-top:45px}
.home-section-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.home-section-split .section-heading-v2{margin-bottom:0}
.home .home-works{padding-top:52px;padding-bottom:52px}
.home-works .section-heading-v2 h2{font-size:32px}
.home-pending{border-left:1px solid var(--rule);padding:8px 0 8px 40px}
.status-label{display:inline-flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}
.status-label:before{content:'';width:7px;height:7px;background:var(--brand);border-radius:50%}
.home-pending>p{font-size:16px;line-height:2;margin:18px 0 22px}
.home-text-link{display:inline-flex;gap:35px;align-items:center;min-height:44px;font-size:14px;font-weight:600;border-bottom:1px solid currentColor}
.home-text-link span{font:24px var(--eng)}
/* Features: four differently sized previews around a centered introduction. */
.home #service .section-heading-v2,.home #plans>.lp-container>.section-heading-v2{text-align:center;max-width:900px;margin:0 auto 64px}
.home #service .section-eyebrow,.home #plans>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:center}
.home #service .section-heading-v2:after,.home #plans>.lp-container>.section-heading-v2:after{display:none}
.home .artifact-flow{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;counter-reset:none}
.home .artifact-flow>article{grid-column:span 7;min-width:0;position:relative;background:#f0f2ed;border-radius:18px;overflow:hidden;padding:34px 36px 0}
.home .artifact-flow>article:nth-child(2),.home .artifact-flow>article:nth-child(3){grid-column:span 5}
.home .artifact-flow>article:nth-child(2){background:var(--ink);color:white}
.home .artifact-flow>article:nth-child(4){background:var(--brand)}
.home .artifact-flow>article:after{display:none}
.feature-copy{position:relative;padding-right:35px}
.feature-number{position:absolute;right:0;top:5px;font:500 13px var(--eng);opacity:.55}
.home .artifact-flow h3{font-size:28px;margin:0 0 15px;letter-spacing:-.025em}
.feature-copy>p{font-size:14px;line-height:2;max-width:450px;opacity:.8}
.feature-visual{height:290px;display:flex;align-items:flex-end;justify-content:center;margin-top:35px}
.home .feature-visual .work-paper{width:85%;min-height:255px;padding:24px 30px;box-shadow:0 15px 45px #10160e14;transform:rotate(-3deg) translateY(15px);border-radius:10px 10px 0 0;flex-direction:column}
.home .artifact-flow article:nth-child(2) .work-paper{transform:rotate(3deg) translateY(30px);background:#fff}
.home .feature-visual .work-paper>p:first-child{font-size:16px}
.home .feature-visual .work-paper li{font-size:13px;line-height:2.6}
.feature-visual>img{width:calc(100% + 72px);max-width:none;align-self:center;mix-blend-mode:multiply}
.update-preview{background:#fff;width:90%;padding:25px 30px;border-radius:14px 14px 0 0;box-shadow:0 15px 40px #1122091a;transform:translateY(14px)}
.update-preview>p{font-size:13px;border-bottom:1px solid var(--rule);padding-bottom:14px}
.update-preview>div{display:flex;align-items:center;gap:20px;margin:8px 0}
.update-preview strong{font:500 86px/1.2 var(--eng);letter-spacing:-.07em}
.update-preview span{font-size:14px;line-height:1.9}
.update-preview ul{font-size:12px;line-height:2.1;padding-left:18px;margin:0}
.home #service .closing-line{font-size:20px;margin-top:45px}
.home #service .center-action{border:0;margin-top:28px;padding:0;justify-content:center}
/* Demo gallery: one large featured sample followed by two framed sites. */
.home .home-demos{background:#f3f4f1}
.home-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.home-demo-card{display:block;min-width:0;overflow:hidden;background:#fff;border-radius:18px;transition:box-shadow .2s}
.home-demo-card:hover{box-shadow:0 16px 35px #11120f12}
.home-demo-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.3fr 1fr;align-items:center}
.home-demo-visual{height:350px;display:flex;align-items:center;justify-content:center;background:#e5ebe7;padding:30px;overflow:hidden;pointer-events:none}
.home-demo-card:first-child .home-demo-visual{height:380px;background:#e0e9f4}
.home-demo-card:nth-child(3) .home-demo-visual{background:#ede7db}
.home-demo-visual .phone-original{width:142px;flex-shrink:0;filter:drop-shadow(0 18px 22px #1112)}
.home-demo-visual .site-sample{padding:22px;border-width:7px;border-radius:12px;width:100%;max-width:400px;flex-shrink:0;transform:scale(.9)}
.home-demo-visual .sample-nav{font-size:12px;padding-bottom:10px;gap:6px}
.home-demo-visual .sample-nav small{display:none}
.home-demo-visual .sample-content{padding:15px 0}
.home-demo-visual .sample-content>p{font-size:10px;line-height:1.8}
.home-demo-visual .sample-content h3{font-size:25px;margin:12px 0;line-height:1.5;letter-spacing:-.03em}
.home-demo-visual .sample-link{font-size:9px;padding:6px 9px;margin-top:10px}
.home-demo-visual .sample-services{gap:6px;font-size:9px}
.home-demo-visual .sample-services>div{padding:14px 4px}
.home-demo-copy{padding:30px}
.home-demo-card:first-child .home-demo-copy{padding:45px}
.home-demo-copy>p:first-child{font-size:12px;color:var(--muted);margin-bottom:16px}
.home-demo-copy h3{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:25px;letter-spacing:0}
.home-demo-card:first-child h3{font-size:32px}
.home-demo-copy h3>span{font:28px var(--eng);flex-shrink:0;width:44px;height:44px;background:var(--soft);border-radius:50%;display:grid;place-items:center}
.home-demo-copy>p:last-child{font-size:14px;line-height:2;margin-top:16px;color:var(--muted)}
.home-demo-note{margin-top:24px}
/* Reasons: generous dark chapters with alternating visual emphasis. */
.home .home-reasons{background:var(--ink);color:#fff}
.home-reasons>.lp-container>.section-heading-v2{text-align:center;margin-bottom:70px}
.home-reasons>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:center}
.home-reasons .section-description{color:#bfc5b7}
.home-reasons>.lp-container>.section-heading-v2:after{display:none}
.home-reason-list{display:grid;gap:0;margin-bottom:30px}
.home-reason-list>article{display:grid;grid-template-columns:65px 1fr 1fr;gap:40px;align-items:center;padding:60px 0;border-top:1px solid #ffffff24}
.reason-number{font:500 54px/1 var(--eng);letter-spacing:-.06em;color:var(--brand);align-self:start;margin-top:7px}
.home-reason-list h3{font-size:clamp(24px,2.65vw,36px);line-height:1.65;letter-spacing:-.03em}
.home-reason-list p{font-size:15px;line-height:2.1;margin-top:24px;color:#bcc2b4}
.reason-highlight{background:#252821;color:#fff;padding:40px;border-radius:18px;min-height:260px;display:flex;flex-direction:column;justify-content:center;gap:22px}
.reason-highlight>span{font-size:13px;color:#c4c9bb}
.reason-highlight strong{font-size:28px;line-height:1.6;color:var(--brand);letter-spacing:-.025em}
.reason-highlight small{font-size:13px;line-height:1.8}
.reason-highlight a{font-size:14px;text-decoration:underline;text-underline-offset:6px;min-height:44px;display:flex;align-items:center}
.home-reason-list>article:nth-child(2){grid-template-columns:1fr 65px 1fr}
.home-reason-list>article:nth-child(2)>.reason-number{grid-column:2;grid-row:1}
.home-reason-list>article:nth-child(2)>div:not(.reason-highlight){grid-column:3;grid-row:1}
.home-reason-list>article:nth-child(2)>.reason-highlight{grid-column:1;grid-row:1}
.reason-highlight--people{padding:0 0 30px;gap:12px;overflow:hidden}
.reason-highlight--people .source-photo{width:100%;margin-bottom:15px}
.reason-highlight--people>:not(.source-photo){margin-left:30px;margin-right:30px}
.reason-highlight--people strong{font-size:23px}
.reason-highlight--updates{background:var(--brand);color:var(--ink)}
.reason-highlight--updates>span,.reason-highlight--updates strong{color:var(--ink)}
.reason-highlight--updates strong{font-size:22px;display:flex;align-items:baseline;gap:20px}
.reason-highlight--updates b{font:500 125px/1 var(--eng);letter-spacing:-.07em}
.home-reasons>.lp-container>.fine-print{color:#bfc5b7}
/* Plans stay scannable; the standard plan has a clear visual anchor. */
.home #plans{background:#f3f4f0}
.home .plan-grid-v3{gap:18px;border:0;background:transparent}
.home .plan-v3{border:1px solid var(--rule);border-radius:16px;padding:38px 30px}
.home .plan-standard{border:2px solid var(--brand)}
.home .included-v3{background:white;padding:40px;border-radius:16px;border:0;margin-top:28px}
.home .contract-v3{margin-top:36px}
.home .pricing-more{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
/* Journal: a lead article plus two smaller stories. */
.home-blog .cards{display:grid;grid-template-columns:1.1fr 1fr;gap:32px 45px}
.home-blog .blog-card:first-child{grid-row:span 2}
.home-blog .blog-cover{border-radius:14px;min-height:300px}
.home-blog .card-title{font-size:22px}
.home-blog .blog-card:not(:first-child){display:grid;grid-template-columns:.8fr 1fr;grid-template-rows:auto 1fr auto;gap:10px 24px;align-content:start;border-bottom:1px solid var(--rule);padding-bottom:28px}
.home-blog .blog-card:not(:first-child) .blog-cover{grid-row:1/4;min-height:230px;padding:22px}
.home-blog .blog-card:not(:first-child) .blog-cover strong{font-size:30px}
.home-blog .blog-card:not(:first-child) .journal-brand span{display:none}
.home-blog .blog-card:not(:first-child) .journal-brand img{width:75px}
.home-blog .blog-card:not(:first-child) .blog-meta{margin:0}
.home-blog .blog-card:not(:first-child) .card-title{font-size:17px;line-height:1.9}
.home-blog .blog-card:not(:first-child) .read{margin:0;padding:10px 0 0;border:0}
/* Voices and FAQ have their own rhythm without inventing customer evidence. */
.home .home-voices{background:#f0f2ec}
.home-voices .section-heading-v2:after{display:none}
.home #faq .section-heading-v2{position:sticky;top:125px;align-self:start}
.home #faq .section-heading-v2:after{display:none}
.home .faq-v2 summary{font-size:15px;padding-top:28px;padding-bottom:28px;padding-right:54px}
.home .faq-v2 summary:before{top:30px;color:var(--ink);font-weight:700}
.home .faq-v2 summary:after{width:30px;height:30px;border-radius:50%;background:var(--soft);display:grid;place-items:center;font-size:20px;top:27px}
/* Final consultation chapter: strong invitation, readable white form. */
.home #contact{background:#151711;color:white;border:0}
.home #contact>.lp-container>.section-heading-v2{max-width:900px;margin:0 auto 70px;text-align:center}
.home #contact>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:center}
.home #contact>.lp-container>.section-heading-v2:after{display:none}
.home #contact .section-description,.home #contact aside .fine-print{color:#bcc2b4}
.home #contact .consult-layout{gap:65px}
.home #contact .consult-box{color:var(--ink);border:0;border-radius:18px}
.home #contact aside>img{border-radius:16px}
.home #contact aside li{border-color:#ffffff2b}
.home #contact aside li:before{color:#bac2ad}
@media(max-width:1100px){
 .home .lp-section{padding-top:85px;padding-bottom:85px}
 .home .home-works{padding-top:45px;padding-bottom:45px}
 .home-section-split{gap:40px}
 .home .artifact-flow>article{padding:28px 26px 0}
 .home .artifact-flow h3{font-size:24px}
 .home-demo-card:first-child .home-demo-copy{padding:30px}
 .home-demo-card:first-child h3{font-size:27px}
 .home-demo-copy h3{font-size:22px}
 .home-reason-list>article{grid-template-columns:40px 1fr 1fr;gap:24px}
 .home-reason-list>article:nth-child(2){grid-template-columns:1fr 40px 1fr}
 .reason-number{font-size:40px}
 .reason-highlight{padding:28px;min-height:260px}
 .reason-highlight strong{font-size:24px}
 .reason-highlight--people{padding:0 0 24px}
 .reason-highlight--people>:not(.source-photo){margin-left:22px;margin-right:22px}
 .reason-highlight--people strong{font-size:21px}
 .home-blog .cards{gap:28px}
 .home-blog .blog-card:not(:first-child){grid-template-columns:.75fr 1fr;gap:10px 18px}
 .home-blog .blog-card:not(:first-child) .blog-cover{padding:16px;min-height:220px}
 .home-blog .blog-card:not(:first-child) .blog-cover strong{font-size:25px}
 .home-blog .blog-card:not(:first-child) .card-title{font-size:15px}
}
@media(max-width:760px){
 .home main>section{margin:5px;border-radius:16px}
 .home .lp-section{padding:64px 19px}
 .home .design-hero{padding:30px 19px 24px}
 .home .section-heading-v2 h2{font-size:29px;line-height:1.55}
 .home .home-works{padding-top:36px;padding-bottom:36px}
 .home-section-split{grid-template-columns:1fr;gap:24px}
 .home-pending{border-left:0;border-top:1px solid var(--rule);padding:24px 0 0}
 .home-pending>p{font-size:14px;margin:14px 0 16px}
 .home #service .section-heading-v2,.home #plans>.lp-container>.section-heading-v2{margin-bottom:35px;text-align:left}
 .home #service .section-eyebrow,.home #plans>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:flex-start}
 .home .artifact-flow{grid-template-columns:1fr;gap:18px}
 .home .artifact-flow>article,.home .artifact-flow>article:nth-child(2),.home .artifact-flow>article:nth-child(3){grid-column:auto;padding:26px 24px 0}
 .home .artifact-flow h3{font-size:24px}
 .feature-copy{padding-right:24px}
 .feature-copy>p{font-size:14px}
 .feature-visual{height:260px;margin-top:22px}
 .home .feature-visual .work-paper{width:100%;padding:23px;min-height:230px}
 .feature-visual>img{width:calc(100% + 48px)}
 .update-preview{width:100%;padding:22px}
 .home #service .closing-line{font-size:16px}
 .home-demo-grid{grid-template-columns:1fr;gap:24px}
 .home-demo-card:first-child{grid-column:auto;display:block}
 .home-demo-visual,.home-demo-card:first-child .home-demo-visual{height:320px;padding:25px}
 .home-demo-visual .phone-original{width:122px}
 .home-demo-visual .site-sample{padding:18px;max-width:none;width:115%;transform:scale(.87)}
 .home-demo-visual .sample-content h3{font-size:21px}
 .home-demo-copy,.home-demo-card:first-child .home-demo-copy{padding:24px}
 .home-demo-copy h3,.home-demo-card:first-child h3{font-size:21px}
 .home-demo-copy h3>span{width:34px;height:34px;font-size:24px}
 .home-reasons>.lp-container>.section-heading-v2{text-align:left;margin-bottom:35px}
 .home-reasons>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:flex-start}
 .home-reason-list>article,.home-reason-list>article:nth-child(2){display:flex;flex-direction:column;gap:22px;align-items:stretch;padding:32px 0}
 .reason-number{font-size:38px}
 .home-reason-list h3{font-size:25px}
 .home-reason-list p{font-size:14px;margin-top:16px}
 .reason-highlight{min-height:230px;padding:28px}
 .reason-highlight--people{padding:0 0 25px}
 .reason-highlight--updates b{font-size:100px}
 .home .plan-v3{padding:30px 26px}
 .home .included-v3{padding:28px 23px}
 .home .pricing-more{gap:16px}
 .home .pricing-more .secondary-cta{min-width:0;width:100%}
 .home-blog .cards{display:flex;flex-direction:column;gap:34px}
 .home-blog .blog-card:not(:first-child){display:block;padding-bottom:0;border:0}
 .home-blog .blog-cover,.home-blog .blog-card:not(:first-child) .blog-cover{min-height:240px;padding:28px}
 .home-blog .blog-card:not(:first-child) .blog-cover strong{font-size:42px}
 .home-blog .blog-card:not(:first-child) .journal-brand span{display:block}
 .home-blog .card-title,.home-blog .blog-card:not(:first-child) .card-title{font-size:19px}
 .home-blog .blog-card:not(:first-child) .blog-meta{margin:22px 0 13px}
 .home-blog .blog-card:not(:first-child) .read{margin-top:24px;padding-top:18px;border-top:1px solid var(--rule)}
 .home #faq .section-heading-v2{position:static}
 .home .faq-v2 summary{font-size:14px;padding-right:42px}
 .home #contact>.lp-container>.section-heading-v2{text-align:left;margin-bottom:35px}
 .home #contact>.lp-container>.section-heading-v2 .section-eyebrow{justify-content:flex-start}
 .home #contact .consult-layout{gap:30px}
 .home #contact .consult-box{padding:24px 19px}
}

/* Operator client logos integrated into the hero frame. */
.home .client-band{max-width:var(--width);margin:28px auto 0;padding:28px 0 0;border-top:1px solid var(--rule)}
#client-band-title{text-align:center;font-size:14px;font-weight:500;letter-spacing:.06em;margin:0 0 22px}
#client-band-title a{text-decoration:underline;text-underline-offset:4px}
.client-logo-scroll{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c8ccc3 transparent;border-radius:8px}
.client-logo-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px 22px;list-style:none;padding:0;margin:0}
.client-logo-grid li{height:80px;display:flex;align-items:center;justify-content:center;padding:12px 8px}
.client-logo-grid img{width:auto;height:auto;max-width:100%;max-height:53px;object-fit:contain}
.client-scroll-hint{display:none}
.client-band-note{text-align:center;margin:20px 0 0;font-size:12px;color:var(--muted);line-height:1.8}
@media(max-width:760px){
 .home .client-band{margin:24px auto 0;padding:24px 0 0}
 #client-band-title{font-size:13px;letter-spacing:.02em;margin-bottom:16px}
 .client-logo-grid{grid-template-columns:repeat(8,126px);gap:4px 18px}
 .client-logo-grid li{height:74px;padding:12px 6px}
 .client-scroll-hint{display:block;text-align:right;font-size:12px;color:var(--muted);margin-top:12px}
 .client-band-note{font-size:11px;margin-top:16px}
}

/* A real site preview is progressively revealed inside the existing device image. */
.builder-stage{position:relative;width:100%;isolation:isolate}
.builder-stage .hero-site-mockup{display:block;width:100%;margin:0}
.builder-overlay{position:absolute;inset:0;pointer-events:none}
.build-cover{position:absolute;inset:0;background:#f7f7f3;opacity:0}
.build-heading-cover{clip-path:polygon(27.8% 16.5%,40.6% 16.3%,38% 54%,24.5% 56.3%)}
.build-photo-cover{clip-path:polygon(40.5% 16.3%,79% 15.6%,76.8% 55.5%,38% 54%);background:#e7eae5}
.build-content-cover{clip-path:polygon(24.5% 54%,76.8% 55.4%,75.9% 70.4%,23.4% 66.9%)}
.build-phone-cover{clip-path:polygon(82.8% 37%,94.35% 37%,93.2% 81.5%,91.8% 82.8%,81.8% 81.8%,80.4% 80%)}
.build-selection{position:absolute;inset:0;width:100%;height:100%;overflow:visible;stroke:#287cff;stroke-width:3}
.build-selection g{opacity:0}
.build-selection rect{fill:white}
.build-select-phone rect{fill:none}
.build-cursor{position:absolute;left:82%;top:78%;width:5%;opacity:0;filter:drop-shadow(0 2px 2px #14305b24)}
.build-cursor svg{display:block;width:100%;height:auto}
.build-cursor span{position:absolute;top:75%;left:60%;font:500 10px var(--eng);line-height:1;background:#287cff;color:#fff;padding:5px 7px;border-radius:3px;letter-spacing:0}
.hero-builder.is-building .build-heading-cover{animation:build-heading 9s both}
.hero-builder.is-building .build-photo-cover{animation:build-photo 9s both}
.hero-builder.is-building .build-content-cover{animation:build-content 9s both}
.hero-builder.is-building .build-phone-cover{animation:build-phone 9s both}
.hero-builder.is-building .build-select-heading{animation:select-heading 9s both}
.hero-builder.is-building .build-select-photo{animation:select-photo 9s both}
.hero-builder.is-building .build-select-content{animation:select-content 9s both}
.hero-builder.is-building .build-select-phone{animation:select-phone 9s both}
.hero-builder.is-building .build-cursor{animation:build-cursor 9s ease-in-out both}
.hero-builder.is-paused .builder-overlay *{animation-play-state:paused!important}
@keyframes build-heading{0%,12%{opacity:1}22%,100%{opacity:0}}
@keyframes build-photo{0%,34%{opacity:1}46%,100%{opacity:0}}
@keyframes build-content{0%,57%{opacity:1}68%,100%{opacity:0}}
@keyframes build-phone{0%,73%{opacity:1}83%,100%{opacity:0}}
@keyframes select-heading{0%,12%{opacity:0}15%,29%{opacity:1}33%,100%{opacity:0}}
@keyframes select-photo{0%,34%{opacity:0}37%,51%{opacity:1}55%,100%{opacity:0}}
@keyframes select-content{0%,57%{opacity:0}60%,70%{opacity:1}73%,100%{opacity:0}}
@keyframes select-phone{0%,76%{opacity:0}79%,87%{opacity:1}91%,100%{opacity:0}}
@keyframes build-cursor{0%{opacity:0;left:70%;top:71%}5%{opacity:1}15%,26%{opacity:1;left:37.5%;top:34.5%}38%,48%{opacity:1;left:76.5%;top:54.5%}60%,68%{opacity:1;left:73%;top:68%}80%,86%{opacity:1;left:91.5%;top:76%}95%,100%{opacity:0;left:95%;top:85%}}
@media(max-width:760px){
 .mock-motion-stage{width:calc(100% + 32px);margin-left:-16px}
 .build-cursor span{font-size:8px;padding:4px}
}
@media(prefers-reduced-motion:reduce){
 .hero-builder .builder-overlay{display:none}
}

/* Demo showcase: thumbnails expand into the main presentation. */
.home-demo-grid[hidden]{display:none}
.nova-showcase{position:relative;isolation:isolate;height:570px;overflow:hidden;border-radius:22px;background:#fff}
.nova-panel{position:absolute;inset:0;padding:40px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:28px;background:#fff}
.nova-panel[hidden]{display:none}
.nova-copy{position:relative;z-index:1;padding-top:58px}
.nova-copy>p:first-child{font-size:13px;letter-spacing:.08em;margin-bottom:20px}
.nova-copy h3{font-size:clamp(26px,2.6vw,38px);letter-spacing:-.035em;line-height:1.6;margin:0 0 20px}
.nova-copy>p:nth-of-type(2){font-size:15px;line-height:2;max-width:300px}
.nova-open{display:inline-flex;align-items:center;gap:24px;font-size:14px;font-weight:600;margin-top:30px;min-height:48px}
.nova-open span{display:grid;place-items:center;width:46px;height:46px;background:var(--ink);color:white;border-radius:50%;font-size:22px;box-shadow:0 3px 0 #0003}
.nova-open:hover span{background:#3b4331}
.nova-showcase .nova-main-visual{position:relative;height:360px;width:100%;padding:20px;background:transparent;overflow:visible;transform-origin:0 0}
.nova-showcase .nova-main-visual .phone-original{width:151px}
.nova-showcase .nova-main-visual .site-sample{max-width:440px;width:100%;transform:scale(.96);box-shadow:0 22px 45px #17251a20}
.nova-thumbnails{position:absolute;z-index:2;bottom:28px;right:40px;width:53%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.nova-thumb{appearance:none;display:block;min-width:0;padding:0;border:2px solid transparent;border-radius:12px;background:#fff8;overflow:hidden;cursor:pointer;color:var(--ink);text-align:left;transition:border-color .2s,box-shadow .2s,transform .2s}
.nova-thumb[aria-pressed="true"]{border-color:var(--ink);box-shadow:0 5px 15px #0001}
.nova-thumb:hover{transform:translateY(-4px)}
.nova-miniature{position:relative;display:block;height:78px;overflow:hidden;background:#e0e9f4}
.nova-thumb[data-theme="1"] .nova-miniature{background:#e5ebe7}
.nova-thumb[data-theme="2"] .nova-miniature{background:#ede7db}
.nova-showcase .nova-miniature .home-demo-visual{position:absolute;left:50%;top:0;width:400px;height:260px;padding:15px;transform:translateX(-50%) scale(.3);transform-origin:top center;background:transparent}
.nova-showcase .nova-miniature .phone-original{width:100px}
.nova-showcase .nova-miniature .site-sample{transform:scale(.8)}
.nova-thumb-title{display:block;font-size:12px;text-align:center;padding:9px 3px;white-space:nowrap}
.nova-controls{position:absolute;z-index:2;left:40px;bottom:37px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;width:32%}
.nova-arrows{display:flex;gap:10px}
.nova-arrows button{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:transparent;border:1px solid #1115;color:var(--ink);font:22px var(--eng);cursor:pointer}
.nova-arrows button:hover{background:#fff9}
.nova-count{font:14px var(--eng);font-variant-numeric:tabular-nums}
.nova-play{display:flex;gap:8px;align-items:center;min-height:44px;padding:4px 0;background:transparent;border:0;font-size:12px;cursor:pointer;color:var(--ink)}
@media(max-width:1100px) and (min-width:761px){
 .nova-panel{padding:30px;grid-template-columns:1fr 1.1fr;gap:15px}
 .nova-controls{left:30px;width:33%}
 .nova-thumbnails{right:30px;width:52%;gap:10px}
}
@media(max-width:760px){
 .nova-showcase{height:735px;border-radius:18px}
 .nova-panel{padding:25px 20px;display:flex;flex-direction:column;gap:15px}
 .nova-copy{padding-top:0}
 .nova-copy>p:first-child{font-size:12px;margin-bottom:10px}
 .nova-copy h3{font-size:26px;margin-bottom:8px}
 .nova-copy>p:nth-of-type(2){font-size:13px;line-height:1.8}
 .nova-open{margin-top:10px;font-size:13px;gap:16px}
 .nova-open span{width:36px;height:36px;font-size:20px}
 .nova-showcase .nova-main-visual{height:285px;flex-shrink:0;padding:5px}
 .nova-showcase .nova-main-visual .phone-original{width:116px}
 .nova-showcase .nova-main-visual .site-sample{width:112%;max-width:none;flex-shrink:0;transform:scale(.88);padding:17px}
 .nova-thumbnails{bottom:81px;left:16px;right:16px;width:auto;gap:7px}
 .nova-miniature{height:67px}
 .nova-showcase .nova-miniature .home-demo-visual{transform:translateX(-50%) scale(.255)}
 .nova-thumb-title{font-size:10px;padding:8px 1px}
 .nova-controls{left:20px;right:20px;bottom:19px;width:auto;gap:12px;flex-wrap:nowrap}
 .nova-arrows{gap:7px}
 .nova-arrows button{width:40px;height:40px}
 .nova-count{font-size:12px}
 .nova-play{margin-left:auto;font-size:10px;gap:5px}
}
@media(prefers-reduced-motion:reduce){.nova-thumb{transition:none}.nova-thumb:hover{transform:none}}

/* Crema-inspired device motion; the editor overlay shares the same moving surface. */
.mock-motion-stage{position:relative;width:calc(100% + 64px);margin-left:-32px;perspective:1200px}
.mock-arrival,.mock-parallax{transform-style:preserve-3d}
.mock-parallax{transform:translate3d(var(--mock-x,0px),var(--mock-y,0px),0) rotateX(var(--mock-rx,0deg)) rotateY(var(--mock-ry,0deg));transition:transform .65s cubic-bezier(.22,1,.36,1)}
.hero-builder.motion-ready .mock-arrival{animation:mock-arrival 1.2s cubic-bezier(.16,1,.3,1) both}
.hero-builder.motion-ready .builder-stage{animation:mock-levitate 8s ease-in-out 1.2s infinite;transform-origin:55% 60%}
.hero-builder.is-paused .mock-motion-stage *{animation-play-state:paused!important}
@keyframes mock-arrival{from{opacity:0;transform:translate3d(35px,45px,-110px) rotateY(-14deg) rotateX(7deg) rotateZ(2deg) scale(.92)}to{opacity:1;transform:translate3d(0,0,0) rotateY(0) rotateX(0) rotateZ(0) scale(1)}}
@keyframes mock-levitate{0%,100%{transform:translate3d(0,0,0) rotateY(-2deg) rotateZ(-.35deg)}50%{transform:translate3d(0,-12px,12px) rotateY(2deg) rotateZ(.35deg)}}
@media(max-width:760px){
 .mock-motion-stage{width:calc(100% + 32px);margin-left:-16px;perspective:900px}
 .hero-builder.motion-ready .builder-stage{animation-name:mock-levitate-mobile}
 @keyframes mock-levitate-mobile{0%,100%{transform:translateY(0) rotateZ(-.25deg)}50%{transform:translateY(-7px) rotateZ(.25deg)}}
}
@media(prefers-reduced-motion:reduce){
 .hero-builder .mock-arrival,.hero-builder .mock-parallax,.hero-builder .builder-stage{animation:none!important;transform:none!important;transition:none!important}
}


/* Let the device mockup lead the first view. */
@media(min-width:1101px){
 .home .hero-layout{grid-template-columns:.85fr 1.15fr;column-gap:36px}
 .home .mock-motion-stage{width:calc(100% + 120px);margin-left:-60px}
}
@media(min-width:761px) and (max-width:1100px){
 .home .hero-layout{grid-template-columns:.9fr 1.1fr;column-gap:30px}
 .home .mock-motion-stage{width:calc(100% + 88px);margin-left:-44px}
}
@media(max-width:760px){
 .home .mock-motion-stage{width:calc(100% + 40px);margin-left:-20px}
}
.home .design-hero .client-band{margin-top:42px}

/* About WebGO: two service pillars and a concise icon-led overview. */
.home-about .section-heading-v2{max-width:900px;margin-bottom:48px}
.about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:28px}
.about-pillar{border:1px solid var(--rule);border-radius:18px;overflow:hidden;background:#fff}
.about-pillar-visual{display:flex;align-items:center;gap:30px;min-height:178px;padding:36px;background:var(--brand);color:var(--ink)}
.about-pillar:nth-child(2) .about-pillar-visual{background:var(--ink);color:var(--brand)}
.about-pillar-visual>svg{width:82px;height:82px;flex-shrink:0;stroke-width:1.3}
.about-pillar-visual span{font:500 12px var(--eng);letter-spacing:.08em;opacity:.7}
.about-pillar-visual p{font-size:18px;font-weight:600;margin-top:14px;white-space:nowrap}
.about-pillar-visual i{font-style:normal;font-weight:400;margin:0 7px;opacity:.55}
.about-pillar-copy{padding:30px 34px 34px}
.about-pillar-copy h3{font-size:29px;line-height:1.55;letter-spacing:-.025em;margin:0 0 18px}
.about-pillar-copy>p{font-size:15px;line-height:2;color:var(--muted)}
.about-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.about-feature{border:1px solid var(--rule);border-radius:14px;padding:26px 24px 28px;min-width:0;background:#fff}
.about-feature-icon{width:48px;height:48px;display:grid;place-items:center;background:#eaf7c7;color:#25341c;border-radius:12px;margin-bottom:30px}
.about-feature-icon svg{width:29px;height:29px}
.about-feature h3{font-size:18px;line-height:1.6;margin:0 0 12px;letter-spacing:-.025em}
.about-feature p{font-size:14px;line-height:1.9;color:var(--muted)}
.about-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px}
.about-footer .fine-print{margin:0;max-width:650px}
.about-footer .home-text-link{white-space:nowrap;font-size:13px}
@media(max-width:1100px){
 .about-pillar-visual{gap:20px;padding:28px}
 .about-pillar-visual>svg{width:62px;height:62px}
 .about-pillar-visual p{font-size:15px}
 .about-pillar-visual i{margin:0 4px}
 .about-pillar-copy{padding:28px}
 .about-pillar-copy h3{font-size:26px}
 .about-feature-grid{gap:16px}
 .about-feature{padding:24px 18px}
 .about-feature h3{font-size:16px}
 .about-footer{align-items:flex-start;flex-direction:column;gap:18px}
}
@media(max-width:760px){
 .home-about .section-heading-v2{margin-bottom:32px}
 .about-pillars{grid-template-columns:1fr;gap:20px;margin-bottom:20px}
 .about-pillar-visual{min-height:136px;padding:24px;gap:22px}
 .about-pillar-visual>svg{width:55px;height:55px}
 .about-pillar-visual span{font-size:10px}
 .about-pillar-visual p{font-size:14px}
 .about-pillar-copy{padding:25px 24px}
 .about-pillar-copy h3{font-size:24px;margin-bottom:14px}
 .about-pillar-copy>p{font-size:14px}
 .about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .about-feature{padding:20px 15px;border-radius:12px}
 .about-feature-icon{width:42px;height:42px;margin-bottom:24px;border-radius:10px}
 .about-feature-icon svg{width:26px;height:26px}
 .about-feature h3{font-size:16px;line-height:1.65}
 .about-feature p{font-size:13px;line-height:1.9}
 .about-footer{margin-top:24px}
}

.about-feature h3>span{display:inline-block}

/* Customer voices: review cards with native touch scrolling. */
.home-voices{overflow:hidden}
.review-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;border-bottom:2px solid var(--brand);padding-bottom:28px;margin-bottom:32px}
.review-heading .section-heading-v2{margin:0}
.review-heading .section-eyebrow{margin-bottom:14px}
.review-heading>p{color:var(--muted);font-size:14px;line-height:1.9;margin:0 0 9px}
.review-carousel{position:relative}
.review-track{display:flex;gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 20px;margin:0 -2px}
.review-track::-webkit-scrollbar{display:none}
.review-track:focus-visible{outline:2px solid var(--ink);outline-offset:6px;border-radius:20px}
.review-card{flex:0 0 calc((100% - 40px)/2.8);min-width:0;scroll-snap-align:start;display:flex;flex-direction:column;background:#fff;border:1px solid #e7eae2;border-radius:20px;padding:30px;box-shadow:0 6px 16px #202a1004}
.review-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.review-card-top>span:first-child{font:500 10px var(--eng);letter-spacing:.13em;color:var(--muted)}
.review-quote{font:500 46px/.65 Georgia,serif;color:#9fb952;height:25px}
.review-card h3{font-size:20px;line-height:1.65;letter-spacing:-.025em;min-height:66px;margin:0 0 22px}
.review-rating{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e4e9da}
.review-rating>span{font:22px/1 Arial,sans-serif;letter-spacing:2px;color:#83a62c}
.review-rating small{font-size:10px;color:var(--muted)}
.review-body{font-size:14px;line-height:2.05;color:#53584f;margin:24px 0 36px}
.review-author{border-left:2px solid var(--brand);padding-left:15px;margin-top:auto}
.review-author p{font-size:10px;line-height:1.8;color:var(--muted);margin:7px 0 0}
.review-arrows button{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:52px;height:52px;border:1px solid #accf39;border-radius:50%;background:var(--brand);color:var(--ink);font:26px/1 var(--eng);box-shadow:0 4px 0 #a3c333,0 7px 18px #28370918;cursor:pointer;transition:background .2s,box-shadow .2s,opacity .2s}
.review-arrows .review-prev{left:-26px}
.review-arrows .review-next{right:-26px}
.review-arrows button:hover:not(:disabled){background:#d0ff4a;box-shadow:0 3px 0 #a3c333,0 9px 22px #28370925}
.review-arrows button:disabled{background:#eef0e9;border-color:#dfe3d5;color:#a1a697;box-shadow:0 3px 0 #e1e5d9;cursor:default}
.review-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px}
.review-footer>p{font-size:12px;line-height:1.9;color:var(--muted);margin:0}
.review-footer .home-text-link{white-space:nowrap}
@media(max-width:1100px){.review-card{flex-basis:calc((100% - 20px)/2.2);padding:26px}}
@media(max-width:760px){
.review-heading{padding-bottom:22px;margin-bottom:24px;align-items:center}
.review-heading>p{font-size:11px;margin:0}
.review-heading .section-eyebrow{font-size:10px;margin-bottom:10px}
.home .review-heading h2{font-size:32px}
.review-track{gap:14px}
.review-card{flex-basis:88%;padding:24px}
.review-card h3{font-size:19px;min-height:63px;margin-bottom:18px}
.review-body{font-size:13px}
.review-arrows button{width:42px;height:42px;font-size:23px}
.review-arrows .review-prev{left:-16px}
.review-arrows .review-next{right:-16px}
.review-footer{flex-direction:column;align-items:flex-start;gap:16px;margin-top:12px}
.review-footer>p{font-size:11px}
}
@media(prefers-reduced-motion:reduce){.review-arrows button{transition:none}}

.review-author strong{display:block;font-size:12px;line-height:1.7}
.review-sample{display:inline-block;font-size:9px;line-height:1.5;letter-spacing:.035em;background:#f0f3e9;color:#626d50;border-radius:3px;padding:4px 7px;margin-bottom:9px}

/* One shared typographic rhythm across the TOP and all detail pages. */
.page-heading h1,.section-heading-v2 h1,.section-heading-v2 h2,
.home .section-heading-v2 h2{letter-spacing:-.02em}
.primary-cta,.secondary-cta,.bank-button,.plan-link{font-weight:700;letter-spacing:.02em}
.nova-copy>p:first-child,.review-card-top>span:first-child,
.about-pillar-visual span,.journal-brand span,.voices-next-links small,
.voices-mark small{letter-spacing:.02em;font-weight:600}
.hero-description,.section-description,.page-intro{letter-spacing:-.01em}

/* Dismissible consultation card, anchored to the lower-right corner. */
.pop-cta{position:fixed;right:28px;bottom:28px;width:284px;z-index:85;background:#fff;border:1px solid #e2e5da;border-radius:22px;box-shadow:0 16px 55px #1b240e25,0 3px 10px #1b240e08;animation:pop-cta-enter .45s var(--ease) both}
.pop-cta[hidden]{display:none}
.menu-open .pop-cta{visibility:hidden}
.pop-cta-content{padding:26px 24px 16px}
.pop-cta-close{position:absolute;right:5px;top:5px;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#676d5d;display:grid;place-items:center;cursor:pointer;font:26px/1 Arial,sans-serif}
.pop-cta-close:hover{background:#f1f3ec;color:var(--ink)}
.pop-cta-label{display:flex;gap:7px;align-items:center;font-size:10px;font-weight:700;letter-spacing:.04em;margin-bottom:16px}
.pop-cta-label>span{width:7px;height:7px;border-radius:50%;background:var(--brand)}
.pop-cta-title{font-size:27px;font-weight:800;line-height:1.5;letter-spacing:-.035em;margin-bottom:13px}
.pop-cta-description{font-size:12px;line-height:1.85;color:var(--muted);margin-bottom:20px}
.pop-cta-link{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--brand);color:var(--ink);font-size:13px;font-weight:700;border:1px solid #afd332;border-radius:50px;padding:10px 10px 10px 20px;box-shadow:0 4px 0 #9fbe31;transition:transform .2s,box-shadow .2s}
.pop-cta-link>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:var(--brand);font:22px/1 var(--eng)}
.pop-cta-link:hover{transform:translateY(-2px);box-shadow:0 6px 0 #9fbe31}
.pop-cta-link:active{transform:translateY(2px);box-shadow:0 2px 0 #9fbe31}
.pop-cta-note{font-size:10px;line-height:1.6;text-align:center;color:var(--muted);margin-top:14px}
@keyframes pop-cta-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){
.pop-cta{width:230px;right:14px;bottom:max(14px,env(safe-area-inset-bottom));border-radius:18px}
.pop-cta-content{padding:18px 16px 16px}
.pop-cta-label{font-size:9px;margin-bottom:9px}
.pop-cta-title{font-size:19px;line-height:1.5;margin-bottom:12px}
.pop-cta-title br{display:none}
.pop-cta-description,.pop-cta-note{display:none}
.pop-cta-link{font-size:12px;padding:8px 8px 8px 16px}
.pop-cta-link>span{width:28px;height:28px;font-size:20px}
}
@media(prefers-reduced-motion:reduce){.pop-cta{animation:none}.pop-cta-link{transition:none}}

/* Keep the two-line hero message readable beside the website mockup. */
.home .design-hero h1{font-size:clamp(32px,3.6vw,54px);letter-spacing:-.035em;line-height:1.55}
.home .hero-description{font-size:clamp(26px,2.4vw,34px);font-weight:800;line-height:1.65;letter-spacing:-.025em;max-width:none;margin-top:25px}
.home .hero-description>span{display:inline-block}
@media(max-width:760px){
.home .design-hero h1{font-size:clamp(25px,8.1vw,44px);letter-spacing:-.035em;line-height:1.6}
.home .hero-description{font-size:clamp(21px,6.15vw,28px);margin-top:18px}
}

/* Editorial motion: masked headings, layered reveals and subtle image depth. */
.motion-line{display:block;overflow:hidden;padding-block:.08em;margin-block:-.08em}
.motion-line-inner{display:block;transform-origin:left bottom}
@media(prefers-reduced-motion:no-preference){
.motion-photo{transform:translate3d(0,var(--photo-y,0px),0) scale(1.08)}
.about-pillar,.about-feature{transition:transform .45s var(--ease),box-shadow .45s var(--ease)}
.about-feature-icon svg{transition:transform .55s var(--ease)}
.blog-cover{overflow:hidden}
.blog-cover strong{display:block;transition:transform .65s var(--ease)}
.home-text-link span,.nova-open span,.pop-cta-link>span{transition:transform .4s var(--ease),background .3s}
.section-eyebrow:before{transform-origin:left center}
.motion-revealed .section-eyebrow:before{animation:eyebrow-draw .7s var(--ease) both}
@keyframes eyebrow-draw{from{transform:scaleX(0)}to{transform:scaleX(1)}}
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
.about-pillar:hover,.about-feature:hover{transform:translateY(-5px);box-shadow:0 18px 35px #17220d0b}
.about-feature:hover .about-feature-icon svg{transform:rotate(-7deg) scale(1.08)}
.blog-card:hover .blog-cover strong{transform:translateX(9px)}
.home-text-link:hover span{transform:translateX(6px)}
.nova-open:hover span,.pop-cta-link:hover>span{transform:rotate(-10deg)}
}
@media(prefers-reduced-motion:reduce){.motion-photo{transform:none}.motion-line{overflow:visible}}
