@charset "utf-8";

/* =========================================================
   BALTORO Inc. - style.css
   ========================================================= */

:root{
  --ink:        #0b1a2b;
  --ink-2:      #18314a;
  --navy:       #1d4a72;
  --blue:       #2f7fae;
  --ice:        #7fc0e0;
  --ice-light:  #dceef7;
  --snow:       #f5f9fc;
  --white:      #ffffff;
  --gray:       #5d6c7b;
  --line:       rgba(29, 74, 114, .14);

  --serif: "Noto Serif JP", "Yu Mincho", "游明朝", serif;
  --sans:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --en:    "Outfit", "Noto Sans JP", sans-serif;

  --header-h: 76px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; scroll-padding-top:var(--header-h); }

body{
  margin:0;
  font-family:var(--sans);
  font-weight:400;
  font-size:16px;
  line-height:1.95;
  color:var(--ink-2);
  background:var(--white);
  letter-spacing:.03em;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  overflow-wrap:break-word;
}

img,svg{ max-width:100%; }
a{ color:var(--blue); text-decoration:none; transition:opacity .3s var(--ease), color .3s var(--ease); }
a:hover{ opacity:.7; }
ul,ol,dl,dd{ margin:0; padding:0; list-style:none; }
h1,h2,h3,p{ margin:0; }

.container{ width:min(1120px, 100% - 48px); margin-inline:auto; }
.sp{ display:none; }

/* ---------------- Header ---------------- */
.header{
  position:fixed; inset:0 0 auto 0; z-index:100;
  height:var(--header-h);
  background:rgba(255,255,255,.82);
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid transparent;
  transition:background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.header.is-top{
  background:transparent; backdrop-filter:none; -webkit-backdrop-filter:none;
}
.header.is-top .logo{ color:var(--white); }
.header.is-top .nav__list > li > a{ color:rgba(255,255,255,.92); }
.header.is-top .nav__list > li > a span{ color:rgba(255,255,255,.55); }
.header.is-top .nav__cta{ border-color:rgba(255,255,255,.6); color:#fff !important; }
.header.is-top .nav-burger span{ background:#fff; }
.header:not(.is-top){ border-color:var(--line); box-shadow:0 6px 24px rgba(11,26,43,.05); }

.header__inner{
  width:min(1240px, 100% - 40px); margin-inline:auto; height:100%;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}

.logo{ display:flex; align-items:center; gap:12px; color:var(--ink); transition:color .4s var(--ease); }
.logo:hover{ opacity:1; }
.logo__mark{ width:38px; height:30px; flex:none; }
.logo__text{ display:flex; flex-direction:column; line-height:1.25; }
.logo__en{ font-family:var(--en); font-size:19px; font-weight:500; letter-spacing:.22em; }
.logo__ja{ font-size:10px; letter-spacing:.12em; opacity:.7; }

.nav__list{ display:flex; align-items:center; gap:34px; }
.nav__list > li > a{
  font-family:var(--en); font-size:14px; font-weight:500; letter-spacing:.08em;
  color:var(--ink); display:flex; flex-direction:column; line-height:1.3;
}
.nav__list > li > a span{ font-family:var(--sans); font-size:10px; letter-spacing:.08em; color:var(--gray); }
.nav__cta{
  border:1px solid var(--navy); border-radius:999px;
  padding:11px 26px !important; color:var(--navy) !important;
  transition:background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.nav__cta:hover{ background:var(--navy); color:#fff !important; opacity:1; border-color:var(--navy); }

.nav-burger{ display:none; width:34px; height:24px; position:relative; cursor:pointer; z-index:110; }
.nav-burger span{
  position:absolute; left:0; width:100%; height:2px; background:var(--ink); border-radius:2px;
  transition:transform .35s var(--ease), opacity .25s var(--ease), background .35s var(--ease);
}
.nav-burger span:nth-child(1){ top:2px; }
.nav-burger span:nth-child(2){ top:11px; }
.nav-burger span:nth-child(3){ top:20px; }

/* ---------------- Hero ---------------- */
.hero{
  position:relative; min-height:100svh; display:flex; align-items:center;
  color:#fff; overflow:hidden; padding:var(--header-h) 0 80px;
}
.hero__bg{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  background:linear-gradient(to bottom, #06111d 0%, #0f2740 42%, #1e4874 78%, #26588a 100%);
}
.hero__range{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.hero__veil{
  position:absolute; inset:0;
  background:
    linear-gradient(100deg, rgba(6,17,29,.86) 0%, rgba(6,17,29,.55) 46%, rgba(6,17,29,.22) 100%),
    linear-gradient(to bottom, rgba(6,17,29,.5) 0%, rgba(6,17,29,0) 38%);
}
.hero__inner{
  position:relative; z-index:1;
  width:min(1120px, 100% - 48px); margin-inline:auto;
}
.hero__eyebrow{
  font-family:var(--en); font-size:13px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--ice); margin-bottom:26px; padding-left:4px;
  opacity:0; animation:fadeUp 1s var(--ease) .2s forwards;
}
.hero__title{
  font-family:var(--serif); font-weight:600;
  font-size:clamp(1.95rem, 5.6vw, 4.6rem); line-height:1.34; letter-spacing:.03em;
  text-shadow:0 8px 40px rgba(0,0,0,.35); margin-bottom:34px;
}
.hero__title .line{ display:block; opacity:0; animation:fadeUp 1.1s var(--ease) forwards; }
.hero__title .line:nth-child(1){ animation-delay:.38s; }
.hero__title .line:nth-child(2){ animation-delay:.56s; }
.hero__title .accent{
  background:linear-gradient(90deg,#ffffff 0%, #bfe4f5 55%, #7fc0e0 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero__lead{
  font-size:clamp(.94rem, 1.6vw, 1.06rem); line-height:2.3; color:rgba(255,255,255,.88);
  text-shadow:0 2px 18px rgba(0,0,0,.4);
  opacity:0; animation:fadeUp 1s var(--ease) .8s forwards;
}
.hero__actions{
  display:flex; flex-wrap:wrap; gap:16px; margin-top:44px;
  opacity:0; animation:fadeUp 1s var(--ease) 1s forwards;
}
.hero__scroll{
  position:absolute; left:50%; bottom:26px; transform:translateX(-50%); z-index:1;
  font-family:var(--en); font-size:11px; letter-spacing:.28em; color:rgba(255,255,255,.75);
  display:flex; flex-direction:column; align-items:center; gap:10px;
}
.hero__scroll span{ display:block; width:1px; height:52px; background:rgba(255,255,255,.4); position:relative; overflow:hidden; }
.hero__scroll span::after{
  content:""; position:absolute; inset:0; background:#fff; transform:translateY(-100%);
  animation:scrollLine 2.2s ease-in-out infinite;
}
@keyframes scrollLine{ 0%{transform:translateY(-100%);} 50%{transform:translateY(0);} 100%{transform:translateY(100%);} }
@keyframes fadeUp{ from{opacity:0; transform:translateY(26px);} to{opacity:1; transform:none;} }

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:56px; padding:0 38px; border-radius:999px;
  font-size:15px; font-weight:500; letter-spacing:.08em; border:1px solid transparent;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
  cursor:pointer;
}
.btn:hover{ opacity:1; transform:translateY(-2px); }
.btn--primary{
  background:linear-gradient(120deg, var(--navy) 0%, var(--blue) 100%);
  color:#fff; box-shadow:0 10px 30px rgba(29,74,114,.3);
}
.btn--primary:hover{ box-shadow:0 16px 38px rgba(29,74,114,.38); }
.btn--ghost{ border-color:rgba(255,255,255,.6); color:#fff; }
.btn--ghost:hover{ background:rgba(255,255,255,.12); }
.btn--wide{ width:100%; }

/* ---------------- Section commons ---------------- */
.section{ padding:clamp(88px, 11vw, 150px) 0; position:relative; }
.section--message{ background:var(--white); }
.section--service{ background:var(--snow); }
.section--company{ background:var(--white); }

.sec-head{ margin-bottom:64px; }
.sec-head--center{ text-align:center; }
.sec-head__en{
  display:block; font-family:var(--en); font-size:13px; font-weight:500;
  letter-spacing:.34em; text-transform:uppercase; color:var(--blue); margin-bottom:14px;
}
.sec-head__ja{
  font-family:var(--serif); font-weight:600; font-size:clamp(1.6rem, 3.6vw, 2.35rem);
  line-height:1.5; letter-spacing:.08em; color:var(--ink);
}
.sec-head--center .sec-head__ja::after{
  content:""; display:block; width:44px; height:2px; margin:22px auto 0;
  background:linear-gradient(90deg, var(--navy), var(--ice));
}
.sec-head__lead{ margin-top:22px; color:var(--gray); font-size:15px; line-height:2.1; }
.sec-head--light .sec-head__en{ color:var(--ice); }
.sec-head--light .sec-head__ja{ color:#fff; }
.sec-head--light .sec-head__lead{ color:rgba(255,255,255,.75); }
.sec-head--light .sec-head__ja::after{ background:linear-gradient(90deg, var(--ice), rgba(255,255,255,.3)); }

/* reveal */
.reveal{ opacity:0; transform:translateY(30px); transition:opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }

/* ---------------- Message ---------------- */
.message{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(40px, 6vw, 88px); align-items:center; }
.message__body p.message__catch{
  font-family:var(--serif); font-weight:600; font-size:clamp(1.35rem, 2.8vw, 1.9rem);
  line-height:1.8; letter-spacing:.08em; color:var(--ink); margin-bottom:32px;
}
.message__body p + p{ margin-top:22px; }
.message__body p{ color:var(--gray); line-height:2.3; font-size:15.5px; }
.message__body strong{ color:var(--navy); font-weight:500; }
.message__sign{
  margin-top:40px !important; padding-top:26px; border-top:1px solid var(--line);
  font-size:14px !important; color:var(--ink) !important; letter-spacing:.06em;
}
.message__sign span{ font-family:var(--serif); font-size:19px; }
.peaks{
  background:linear-gradient(160deg, var(--ice-light) 0%, #f2f8fc 100%);
  border-radius:50%; padding:8%; aspect-ratio:1/1; display:grid; place-items:center;
  box-shadow:0 30px 70px rgba(29,74,114,.12);
}

/* ---------------- Service ---------------- */
.cards{ display:grid; grid-template-columns:repeat(2,1fr); gap:32px; }
.card{
  position:relative; background:#fff; border:1px solid var(--line); border-radius:6px;
  padding:56px 44px 48px; overflow:hidden;
  transition:transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.card::before{
  content:""; position:absolute; inset:0 0 auto 0; height:3px;
  background:linear-gradient(90deg, var(--navy), var(--ice)); transform:scaleX(0); transform-origin:left;
  transition:transform .6s var(--ease);
}
.card:hover{ transform:translateY(-6px); box-shadow:0 26px 60px rgba(29,74,114,.13); border-color:transparent; }
.card:hover::before{ transform:scaleX(1); }
.card__no{
  position:absolute; top:24px; right:32px; font-family:var(--en); font-size:52px; font-weight:300;
  color:var(--ice); opacity:.28; line-height:1;
}
.card__icon{ width:56px; height:56px; color:var(--navy); margin-bottom:26px; }
.card__icon svg{ width:100%; height:100%; }
.card__title{
  font-family:var(--serif); font-size:1.42rem; font-weight:600; letter-spacing:.06em;
  color:var(--ink); margin-bottom:20px; line-height:1.6;
}
.card__text{ color:var(--gray); font-size:15px; line-height:2.15; }
.card__list{ margin-top:28px; padding-top:26px; border-top:1px dashed var(--line); }
.card__list li{
  position:relative; padding-left:22px; font-size:14.5px; color:var(--ink-2);
}
.card__list li + li{ margin-top:10px; }
.card__list li::before{
  content:""; position:absolute; left:0; top:.78em;
  width:9px; height:8px; clip-path:polygon(50% 0,100% 100%,0 100%); background:var(--ice);
}

.flow{ margin-top:clamp(64px, 8vw, 96px); }
.flow__title{
  font-family:var(--serif); font-size:1.18rem; font-weight:600; letter-spacing:.1em;
  color:var(--ink); text-align:center; margin-bottom:40px;
}
.flow__list{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; counter-reset:flow; }
.flow__list li{
  position:relative; background:#fff; border:1px solid var(--line); border-radius:6px;
  padding:30px 24px 28px; text-align:center;
}
.flow__list li:not(:last-child)::after{
  content:""; position:absolute; top:50%; right:-14px; width:8px; height:8px;
  border-top:1.5px solid var(--ice); border-right:1.5px solid var(--ice);
  transform:translateY(-50%) rotate(45deg);
}
.flow__step{
  display:block; font-family:var(--en); font-size:11px; letter-spacing:.2em;
  color:var(--blue); margin-bottom:12px;
}
.flow__list strong{ display:block; font-size:15px; font-weight:500; color:var(--ink); margin-bottom:8px; }
.flow__list p{ font-size:13px; color:var(--gray); line-height:1.9; }

/* ---------------- Company ---------------- */
.profile{ max-width:860px; margin-inline:auto; }
.profile__row{
  display:grid; grid-template-columns:220px 1fr; gap:24px;
  padding:26px 8px; border-bottom:1px solid var(--line);
}
.profile__row:first-child{ border-top:1px solid var(--line); }
.profile__row dt{
  font-weight:500; color:var(--ink); letter-spacing:.1em; font-size:15px;
  position:relative; padding-left:18px;
}
.profile__row dt::before{
  content:""; position:absolute; left:0; top:.8em; width:8px; height:7px;
  clip-path:polygon(50% 0,100% 100%,0 100%); background:var(--navy);
}
.profile__row dd{ color:var(--gray); font-size:15px; line-height:2.05; }

/* ---------------- Contact ---------------- */
.section--contact{
  background:linear-gradient(150deg, var(--ink) 0%, #12314d 55%, var(--navy) 100%);
  position:relative; overflow:hidden;
}
.section--contact::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:30%;
  background:rgba(127,192,224,.07);
  clip-path:polygon(0 100%, 6% 62%, 16% 84%, 27% 40%, 38% 76%, 50% 52%, 62% 82%, 74% 44%, 86% 74%, 100% 58%, 100% 100%);
  pointer-events:none;
}
.contact{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(32px,5vw,64px); align-items:start;
}
.gform{
  background:rgba(255,255,255,.97); border-radius:8px; padding:clamp(34px,4.4vw,54px);
  box-shadow:0 30px 70px rgba(0,0,0,.25); text-align:center;
}
.gform__icon{ width:54px; height:54px; margin:0 auto 22px; color:var(--navy); }
.gform__icon svg{ width:100%; height:100%; }
.gform__title{
  font-family:var(--serif); font-size:1.32rem; font-weight:600; letter-spacing:.08em;
  color:var(--ink); margin-bottom:18px;
}
.gform__text{ color:var(--gray); font-size:15px; line-height:2.15; }
.gform__items{
  display:flex; flex-wrap:wrap; justify-content:center; gap:10px;
  margin:28px 0 34px; padding-top:28px; border-top:1px dashed var(--line);
}
.gform__items li{
  font-size:13px; letter-spacing:.04em; color:var(--navy);
  background:var(--ice-light); border-radius:999px; padding:7px 18px; line-height:1.6;
}
.gform .btn{ max-width:420px; margin-inline:auto; }
.btn__ext{ width:14px; height:14px; flex:none; opacity:.85; }
.gform__note{ margin-top:20px; font-size:12.5px; color:var(--gray); line-height:2; }
.gform__note a{ border-bottom:1px solid rgba(47,127,174,.4); }

/* フォームをページ内に埋め込む場合 */
.gform--embed{ padding:clamp(16px,2vw,24px); }
.gform--embed iframe{
  width:100%; min-height:1100px; border:0; display:block; border-radius:4px; background:#fff;
}

.contact__direct{ color:#fff; padding-top:8px; }
.contact__direct-label{
  font-family:var(--en); font-size:12px; letter-spacing:.3em; text-transform:uppercase;
  color:var(--ice); margin-bottom:10px;
}
.contact__direct-label:not(:first-child){ margin-top:40px; }
.contact__mail{
  font-family:var(--en); font-size:clamp(1.1rem,2.2vw,1.45rem); color:#fff; letter-spacing:.04em;
  border-bottom:1px solid rgba(127,192,224,.5); padding-bottom:6px; display:inline-block;
}
.contact__direct-note,.contact__address{
  margin-top:20px; font-size:13.5px; line-height:2.1; color:rgba(255,255,255,.72);
}

/* ---------------- Footer ---------------- */
.footer{ background:#081422; color:rgba(255,255,255,.7); padding:64px 0 28px; }
.footer__inner{
  display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap;
  padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.1);
}
.footer__en{
  display:block; font-family:var(--en); font-size:20px; letter-spacing:.24em; color:#fff; font-weight:500;
}
.footer__ja{ display:block; font-size:11px; letter-spacing:.14em; margin-top:6px; }
.footer__addr{ margin-top:18px; font-size:12.5px; line-height:2; }
.footer__nav{ display:grid; grid-template-columns:repeat(2, auto); gap:12px 44px; align-content:start; }
.footer__nav a{ color:rgba(255,255,255,.72); font-size:13.5px; letter-spacing:.06em; }
.footer__nav a:hover{ color:#fff; opacity:1; }
.copyright{
  text-align:center; margin-top:26px; font-family:var(--en);
  font-size:11.5px; letter-spacing:.18em; color:rgba(255,255,255,.45);
}

/* ---------------- Page top ---------------- */
.pagetop{
  position:fixed; right:22px; bottom:22px; z-index:90;
  width:48px; height:48px; border-radius:50%; display:grid; place-items:center;
  background:var(--navy); color:#fff; font-size:17px;
  box-shadow:0 10px 26px rgba(11,26,43,.25);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
}
.pagetop.is-show{ opacity:1; visibility:visible; transform:none; }
.pagetop:hover{ opacity:1; background:var(--blue); }

/* ---------------- Privacy page ---------------- */
.page-head{
  padding:calc(var(--header-h) + 90px) 0 80px;
  background:linear-gradient(140deg, var(--ink) 0%, #16395a 100%);
  color:#fff; text-align:center; position:relative; overflow:hidden;
}
.page-head::after{
  content:""; position:absolute; left:-2%; right:-2%; bottom:-1px; height:78px;
  background:rgba(255,255,255,.07);
  clip-path:polygon(0 100%, 7% 46%, 17% 78%, 29% 22%, 41% 70%, 54% 38%, 67% 74%, 79% 30%, 91% 66%, 100% 48%, 100% 100%);
}
.page-head__en{
  display:block; font-family:var(--en); font-size:12.5px; letter-spacing:.34em;
  text-transform:uppercase; color:var(--ice); margin-bottom:14px;
}
.page-head__ja{
  font-family:var(--serif); font-weight:600; font-size:clamp(1.5rem,3.4vw,2.1rem); letter-spacing:.1em;
}
.breadcrumb{
  font-size:12px; color:var(--gray); padding:20px 0 0;
}
.breadcrumb li{ display:inline; }
.breadcrumb li + li::before{ content:"／"; margin:0 8px; opacity:.5; }

.legal{ padding:clamp(60px,8vw,96px) 0 clamp(80px,10vw,120px); }
.legal__intro{ color:var(--gray); font-size:15px; line-height:2.25; margin-bottom:56px; }
.legal__block + .legal__block{ margin-top:48px; }
.legal__h{
  font-family:var(--serif); font-size:1.12rem; font-weight:600; color:var(--ink);
  letter-spacing:.08em; padding-left:16px; border-left:3px solid var(--navy); margin-bottom:18px; line-height:1.7;
}
.legal__block p{ color:var(--gray); font-size:15px; line-height:2.25; }
.legal__block p + p{ margin-top:14px; }
.legal__list{ margin-top:14px; }
.legal__list li{
  position:relative; padding-left:22px; color:var(--gray); font-size:15px; line-height:2.1;
}
.legal__list li + li{ margin-top:8px; }
.legal__list li::before{
  content:""; position:absolute; left:2px; top:.86em; width:8px; height:7px;
  clip-path:polygon(50% 0,100% 100%,0 100%); background:var(--ice);
}
.legal__date{
  margin-top:64px; padding-top:28px; border-top:1px solid var(--line);
  font-size:14px; color:var(--gray); text-align:right; line-height:2;
}
.legal__back{ margin-top:56px; text-align:center; }

/* ---------------- Responsive ---------------- */
@media (max-width:1024px){
  .message{ grid-template-columns:1fr; }
  .message__visual{ max-width:400px; margin-inline:auto; order:-1; }
  .contact{ grid-template-columns:1fr; }
  .flow__list{ grid-template-columns:repeat(2,1fr); }
  .flow__list li:nth-child(2)::after{ display:none; }
}

@media (max-width:860px){
  :root{ --header-h:66px; }
  .sp{ display:inline; }
  br.sp{ display:block; }

  .nav-burger{ display:block; }
  .nav{
    position:fixed; inset:0; background:rgba(8,20,34,.97);
    display:flex; align-items:center; justify-content:center;
    opacity:0; visibility:hidden; transition:opacity .4s var(--ease), visibility .4s;
    backdrop-filter:blur(6px);
  }
  .nav__list{ flex-direction:column; gap:34px; text-align:center; }
  .nav__list > li > a{ color:#fff !important; font-size:20px; align-items:center; }
  .nav__list > li > a span{ color:rgba(255,255,255,.5) !important; margin-top:4px; }
  .nav__cta{ border-color:rgba(255,255,255,.6) !important; color:#fff !important; font-size:16px !important; }
  .nav-toggle:checked ~ .nav{ opacity:1; visibility:visible; }
  .nav-toggle:checked ~ .nav-burger span{ background:#fff; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1){ transform:translateY(9px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2){ opacity:0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3){ transform:translateY(-9px) rotate(-45deg); }

  .hero{ min-height:92svh; }
  .hero__sky{ display:none; }
  .hero__range{ inset:auto 0 0 0; height:52%; }
  .hero__lead{ line-height:2.1; }
  .hero__actions .btn{ min-height:52px; padding:0 28px; font-size:14px; }

  .cards{ grid-template-columns:1fr; gap:24px; }
  .card{ padding:44px 28px 40px; }
  .card__no{ font-size:42px; top:20px; right:22px; }

  .profile__row{ grid-template-columns:1fr; gap:8px; padding:22px 4px; }
  .profile__row dd{ padding-left:18px; }

  .gform--embed iframe{ min-height:1200px; }

  .footer__inner{ flex-direction:column; gap:30px; }
  .footer__nav{ grid-template-columns:1fr 1fr; gap:12px 24px; }
}

@media (max-width:480px){
  body{ font-size:15px; }
  .container{ width:calc(100% - 36px); }
  .hero__inner{ width:calc(100% - 36px); }
  .flow__list{ grid-template-columns:1fr; }
  .flow__list li::after{ display:none !important; }
  .hero__actions{ gap:12px; }
  .hero__actions .btn{ width:100%; }
  .pagetop{ width:42px; height:42px; right:16px; bottom:16px; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.01ms !important; transition-duration:.01ms !important; }
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; }
}
