/* fitn focus — landing page
   Fluid single-page site. Design source: 2560px Figma canvas.
   No build step: plain CSS, no preprocessor. */

:root{
  --ink:#2A2B2F;
  --cream:#FEF9EF;
  --dark:#222;
  --orange:#FF9F47;
  --lime:#8CEF2B;
  --lime-2:#A5F04C;
  --muted:#86868B;
  --gap:clamp(14px,1.5vw,22px);
  --pad-y:clamp(64px,7vw,140px);
  --container:min(1350px,92vw);
  --r-card:clamp(18px,1.6vw,28px);
  --r-shell:clamp(22px,2.4vw,40px);

  --fs-h1:clamp(34px,3.1vw,56px);
  --fs-script:clamp(24px,2.25vw,42px);
  --fs-h2:clamp(27px,2.25vw,42px);
  --fs-h3:clamp(22px,2vw,35px);
  --fs-lead:clamp(15px,1vw,16px);
  --fs-body:clamp(14px,.9vw,15px);
  --fs-small:clamp(12px,.8vw,14px);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}
body{
  margin:0;background:#000;color:#fff;
  font-family:Inter,-apple-system,"Segoe UI","Noto Sans SC",sans-serif;
  font-size:var(--fs-body);line-height:1.5;
  overflow-x:hidden;
}
img,video{display:block;max-width:100%}
h1,h2,h3,p{margin:0;text-wrap:pretty}
a{color:var(--orange);text-decoration:none}
a:hover{color:#99EA48}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
.serif{font-family:"Playfair Display",Georgia,"Times New Roman",serif}
.script{font-family:Caveat,"Segoe Script",cursive}
.container{width:var(--container);margin-inline:auto}
.section{padding-block:var(--pad-y);position:relative}
.center{text-align:center}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}

/* ---------- nav ---------- */
.nav{
  position:sticky;top:0;z-index:60;background:#171717;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:12px clamp(16px,15vw,388px);
}
.nav__logo img{height:clamp(24px,2vw,34px);width:auto}
.nav__links{display:flex;align-items:center;gap:clamp(20px,3vw,60px)}
.nav__links a{color:#9A9A9A;font-size:clamp(14px,1.1vw,18px);font-weight:400;white-space:nowrap}
.nav__links a.is-active,.nav__links a:hover{color:#fff}
.nav__cta{
  display:flex;align-items:center;gap:12px;flex:none;
  padding:6px 6px 6px 18px;background:#2C2C2C;border-radius:999px;
  color:#F2F2F2;font-size:clamp(13px,1vw,17px);white-space:nowrap;
}
.nav__cta:hover{color:#fff}
.nav__cta-icon{
  display:grid;place-items:center;width:24px;height:24px;flex:none;
  background:#99EA48;border-radius:999px;color:#12200A;font-weight:600;font-size:15px;
}
.nav__burger{display:none;width:40px;height:40px;place-items:center}
.nav__burger svg{stroke:#fff}

/* ---------- hero ---------- */
.hero{position:relative;isolation:isolate;min-height:clamp(620px,42vw,760px);display:flex;flex-direction:column;justify-content:space-between;padding-block:clamp(76px,5.2vw,112px) clamp(30px,2.55vw,52px);overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.08) 42%,rgba(0,0,0,.42));
  pointer-events:none;
}
.hero__top{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(10px,.7vw,18px);text-align:left;max-width:760px}
.badge{
  display:inline-flex;align-items:center;padding:clamp(7px,.7vw,12px) clamp(16px,1.6vw,30px);
  background:var(--lime-2);border-radius:999px;
  color:#16210B;font-weight:700;font-size:clamp(15px,1.5vw,26px);letter-spacing:-.5px;
}
.hero h1{font-size:var(--fs-h1);font-weight:500;line-height:1.14;letter-spacing:-1px}
.hero__script{font-size:var(--fs-script);line-height:1.1;font-weight:500}
.hero__sub{font-size:var(--fs-lead);color:rgba(255,255,255,.75)}
.hero__quote{
  align-self:flex-start;max-width:min(510px,92%);margin-top:clamp(110px,12vw,210px);
  padding:clamp(18px,1.8vw,28px) clamp(22px,2.6vw,44px);
  background:rgba(255,255,255,.14);backdrop-filter:blur(14px);
  border-radius:clamp(24px,3vw,70px);
  font-size:clamp(15px,1.05vw,20px);line-height:1.6;
}
.hero__quote b{font-weight:600}
.spec-strip{
  background:#171717;
  padding:clamp(18px,2.1vw,34px) 0;
}
.specs{
  display:grid;grid-template-columns:repeat(5,minmax(118px,158px));justify-content:center;gap:clamp(16px,3vw,66px);
  margin:0;
}
.spec{
  display:flex;flex-direction:column;align-items:center;gap:clamp(8px,.9vw,14px);text-align:center;
  min-width:0;
}
.spec svg{width:clamp(26px,1.8vw,36px);height:auto}
.spec p{font-size:clamp(12px,.85vw,16px);line-height:1.35}

/* ---------- problem ---------- */
.problem{background:var(--cream);color:var(--ink)}
.problem h2{font-size:var(--fs-h2);font-weight:700;line-height:1.24;max-width:1060px;margin-inline:auto}
.problem__lead{margin:clamp(14px,1.4vw,22px) auto 0;max-width:1200px;font-size:var(--fs-lead);font-weight:300;color:var(--muted)}
.scene{
  position:relative;margin-top:clamp(32px,4vw,68px);
  border-radius:var(--r-shell);overflow:hidden;background:#2A2B2F;
  aspect-ratio:1800/869;
}
.scene>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.problem__kicker{margin:clamp(28px,3.4vw,58px) auto 0;max-width:1050px;font-size:clamp(20px,3.2vw,54px);line-height:1.1;color:#3D3D3D}

/* ---------- full-bleed film ---------- */
.bleed{background:#0E0E10}
.bleed img{width:100%;height:auto;object-fit:cover}

/* ---------- three in one ---------- */
.three{background:#35312A}
.three h2{font-size:var(--fs-h2);font-weight:700;line-height:1.3;max-width:1300px;margin-inline:auto;color:#FBF6EC}
.three__shell{margin-top:clamp(30px,4vw,64px);background:#000;border-radius:var(--r-shell);overflow:hidden;padding-bottom:clamp(28px,3vw,56px)}
.three__stage{position:relative;aspect-ratio:1800/790;background:#000}
.three__stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .32s ease-out}
.three__stage img.is-on{opacity:1}
.tabs{display:flex;justify-content:center;margin-top:clamp(20px,2.4vw,44px);padding-inline:16px}
.tabs__inner{display:flex;gap:4px;padding:8px;background:#2E2E2E;border-radius:clamp(14px,1.4vw,20px);max-width:100%;overflow-x:auto;scrollbar-width:none}
.tabs__inner::-webkit-scrollbar{display:none}
.tab{
  padding:clamp(10px,1vw,16px) clamp(14px,1.6vw,30px);border-radius:clamp(10px,1vw,14px);
  color:#B7B2AA;font-weight:500;font-size:clamp(12px,1.05vw,18px);white-space:nowrap;
  transition:background .15s ease-out,color .15s ease-out;
}
.tab.is-on{background:#fff;color:#141414}
.three__copy{margin-top:clamp(20px,2.4vw,40px);padding-inline:clamp(20px,3vw,60px);text-align:center}
.three__lead{color:var(--orange);font-weight:500;font-size:var(--fs-lead)}
.three__copy ul{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:2px}
.three__copy li{color:#C9C4BB;font-size:var(--fs-body)}
.three__note{margin-top:clamp(18px,2vw,34px);text-align:right;color:#A09A90;font-size:var(--fs-small)}

/* ---------- philosophy ---------- */
.phil{background:var(--cream);color:var(--ink)}
.phil h2{font-size:var(--fs-h2);font-weight:700;line-height:1.24;max-width:1100px;margin-inline:auto}
.phil__shell{position:relative;margin-top:clamp(30px,4vw,64px);background:#19191E;border-radius:var(--r-shell);overflow:hidden;padding-block:clamp(30px,4vw,110px)}
.phil__pair{display:grid;grid-template-columns:1fr 1fr}
.phil__pair img{width:100%;height:100%;object-fit:cover;aspect-ratio:900/512}
.playdot{
  position:absolute;left:50%;top:50%;translate:-50% -50%;
  display:grid;place-items:center;width:clamp(46px,4.6vw,80px);aspect-ratio:1;
  background:linear-gradient(225deg,rgba(254,249,239,0),rgba(254,249,239,.3));
  backdrop-filter:blur(16px);border-radius:999px;pointer-events:none;
}
.playdot svg{width:40%;height:auto}

/* ---------- gallery rail ---------- */
.gallery{background:var(--dark)}
.gallery h2{font-size:var(--fs-h2);font-weight:700;line-height:1.24;max-width:1540px;margin-inline:auto}
.gallery__lead{margin-top:clamp(18px,1.1vw,28px);display:flex;flex-direction:column;gap:2px;color:var(--muted);font-weight:300;font-size:var(--fs-lead)}
.gallery__lead .hl{color:var(--orange);font-weight:400}
.rail{
  margin-top:clamp(52px,6vw,120px);
  display:flex;gap:var(--gap);
  overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;
  padding-inline:max(5vw,calc((100vw - var(--container))/2));
}
.rail::-webkit-scrollbar{display:none}
.card{flex:0 0 min(1420px,78vw);scroll-snap-align:center}
.card__shot{position:relative;background:#1A1A1A;border-radius:16px;overflow:hidden;aspect-ratio:1420/690}
.card__shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.card__kicker{margin-top:clamp(16px,1.8vw,28px);color:var(--orange);font-weight:500;font-size:var(--fs-lead)}
.card__title{margin-top:4px;color:#F1EFEA;font-size:var(--fs-lead)}
.card ul{list-style:none;margin:clamp(12px,1.3vw,22px) 0 0;padding:0;display:flex;flex-direction:column;gap:4px}
.card li{color:#8E8E8E;font-size:var(--fs-body)}
.rail-nav{display:flex;justify-content:center;gap:16px;margin-top:clamp(24px,3vw,50px)}
.rail-nav button{
  width:clamp(44px,4vw,64px);aspect-ratio:1;display:grid;place-items:center;
  background:#4A4A4A;border-radius:999px;transition:background .15s ease-out;
}
.rail-nav button:hover{background:#5E5E5E}
.rail-nav button[disabled]{background:#2E2E2E;cursor:default}
.rail-nav svg{width:40%;height:auto;stroke:#EDEDED}

/* ---------- beyond the screen ---------- */
.beyond{background:#B9A591}
.beyond__card{
  background:#E7E1D5;color:#221F1C;border-radius:var(--r-shell);
  padding:clamp(32px,4.5vw,90px) clamp(20px,3.4vw,96px);
  box-shadow:3px 2px 7px rgba(0,0,0,.1),10px 8px 13px rgba(0,0,0,.08),23px 19px 18px rgba(0,0,0,.05);
  text-align:center;
}
.beyond h2{font-size:var(--fs-h2);font-weight:700;line-height:1.26;max-width:1000px;margin-inline:auto}
.beyond p{margin-top:clamp(12px,1.2vw,20px);color:#7C7873;font-weight:300;font-size:var(--fs-lead)}
.videoframe{
  position:relative;margin-top:clamp(22px,2.6vw,44px);
  background:#000;border-radius:clamp(6px,.6vw,10px);overflow:hidden;aspect-ratio:1608/905;
}
.videoframe video,.videoframe>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ---------- bento ---------- */
.bento{background:var(--dark)}
.bento h2{font-size:var(--fs-h2);font-weight:700;line-height:1.24;max-width:1240px;margin-inline:auto}
.bento__grid{margin:clamp(30px,3.15vw,56px) auto 0;max-width:1200px;display:flex;flex-direction:column;gap:14px}
.bento__row{display:flex;gap:15px;height:clamp(560px,39.3vw,686px)}
.bento__col{display:flex;flex-direction:column;gap:var(--gap);flex:1 1 0;min-width:0}
.tile{
  position:relative;background:#CFC9BC;color:#000;border-radius:20px;
  overflow:hidden;min-height:0;
}
.tile--tall{flex:642 1 0}
.tile--short{flex:252 1 0}
.tile--half{flex:447 1 0}
.tile--full{flex:1 1 0}
.tile__head{position:absolute;left:5%;right:5%;top:clamp(14px,1.6vw,30px);z-index:2;display:flex;flex-direction:column;gap:clamp(4px,.5vw,10px);text-align:center}
.tile__head h3{font-weight:400;font-size:clamp(17px,1.45vw,26px);line-height:1.18}
.tile__head p{color:rgba(0,0,0,.6);font-size:clamp(12px,.85vw,16px);line-height:1.35}
.tile--short .tile__head{top:clamp(10px,1vw,17px);gap:4px}
.tile--short .tile__head h3{font-size:clamp(18px,1.5vw,26px)}
.tile--short .tile__head p{font-size:clamp(12px,.95vw,17px)}
.tile__art{position:absolute}
.tile__art img{width:100%;height:100%;object-fit:contain}
.art--recording{left:0;top:18%;width:100%;height:78%}
.art--engines{left:7%;right:7%;bottom:8%;height:52%}
.art--lang{left:18%;right:18%;top:34%;bottom:4%}
.art--timeline{left:4%;right:4%;top:43%;height:54%}
.art--pen{left:-8%;top:34%;width:108%;height:63%}
.tile--wide{flex:none;height:clamp(190px,14.25vw,251px);border-radius:24px}
.tile--wide .tile__head{left:clamp(20px,3vw,52px);right:auto;top:34%;max-width:42%;text-align:left}
.art--search{left:46%;right:2%;top:4%;height:92%}

/* ---------- price compare ---------- */
.price{background:#9B968E;color:#2A2B2F;overflow:hidden}
.price h2{font-size:var(--fs-h2);font-weight:700;line-height:1.24}
.price__scroll{margin-top:clamp(30px,4vw,80px);overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}
.price__scroll::-webkit-scrollbar{height:8px}
.price__scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.22);border-radius:999px}
.pt{min-width:1000px;width:min(1350px,100%);margin-inline:auto;filter:drop-shadow(3px 2px 7px rgba(0,0,0,.1)) drop-shadow(10px 8px 13px rgba(0,0,0,.08)) drop-shadow(23px 19px 18px rgba(0,0,0,.05))}
.pt__head{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;height:clamp(150px,15vw,230px)}
.pt__head>div{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;padding-bottom:clamp(12px,1.4vw,24px);border-radius:clamp(14px,1.5vw,24px) clamp(14px,1.5vw,24px) 0 0}
.pt__head .h-focus{background:var(--orange);border:1.5px solid rgba(0,0,0,.25);border-bottom:none}
.pt__head .h-rival{background:rgba(255,255,255,.4);border:1px solid #ABABAB;border-bottom:none}
.pt__head img{position:absolute;left:50%;translate:-50% 0;bottom:clamp(40px,4.2vw,66px);max-height:clamp(90px,10vw,160px);width:auto;object-fit:contain}
.pt__head .h-focus img{filter:drop-shadow(0 16px 24px rgba(0,0,0,.3))}
.pt__head span{font-weight:500;font-size:clamp(14px,1.15vw,22px);line-height:1.2;text-align:center;padding-inline:8px}
.pt__head .h-focus span{font-weight:700}
.pt__body{
  display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;
  background:#565656;border:1.5px solid rgba(0,0,0,.15);
  border-radius:clamp(16px,1.8vw,30px) 0 clamp(16px,1.8vw,30px) clamp(16px,1.8vw,30px);
  overflow:hidden;
}
.pt__body .c{display:flex;align-items:center;justify-content:center;gap:8px;padding:clamp(14px,1.4vw,22px) clamp(8px,1vw,18px);min-height:clamp(88px,9vw,160px);border-top:1.5px solid rgba(0,0,0,.25)}
.pt__body .c.r1{border-top:0}
.pt__body .lbl{background:#fff;justify-content:flex-start;font-weight:500;font-size:clamp(14px,1.1vw,21px);line-height:1.2;text-align:left;padding-inline:clamp(12px,1.8vw,36px)}
.pt__body .focus{background:var(--orange)}
.pt__body .c span{font-size:clamp(13px,1vw,19px);line-height:1.3;text-align:center}
.pt__body .focus span{color:#262626}
.pt__body .rival span{color:rgba(255,255,255,.82)}
.pt__body .rival.dim span{color:rgba(255,255,255,.62)}
.mark{flex:none;width:clamp(18px,1.6vw,30px);height:auto}

/* ---------- audience ---------- */
.aud{background:var(--dark)}
.aud__row{display:flex;align-items:center;gap:clamp(28px,5vw,100px)}
.aud__row+.aud__row{margin-top:clamp(56px,8vw,200px)}
.aud__row:nth-child(even){flex-direction:row-reverse}
.aud__shot{flex:1 1 58%;min-width:0;background:#1A1A1A;border-radius:var(--r-card);overflow:hidden;aspect-ratio:1020/624}
.aud__shot img{width:100%;height:100%;object-fit:cover}
.aud__copy{flex:1 1 38%;min-width:0;display:flex;flex-direction:column;gap:clamp(12px,1.4vw,22px)}
.aud__quote{color:#E39A4A;font-weight:500;font-size:var(--fs-body);line-height:1.4}
.aud h3{font-size:var(--fs-h3);font-weight:700;line-height:1.22}
.aud__tag{color:#8E8E8E;font-weight:300;font-size:var(--fs-lead)}

/* ---------- manifesto ---------- */
.mani{background:#1A160B;text-align:center}
.mani svg{width:clamp(34px,3.2vw,52px);height:auto;margin-inline:auto}
.mani h2{margin-top:clamp(12px,1.4vw,22px);font-size:var(--fs-h2);font-weight:700;line-height:1.26;max-width:1290px;margin-inline:auto}
.mani p{margin:clamp(14px,1.6vw,26px) auto 0;max-width:830px;color:#DEDAD2;font-weight:300;font-size:var(--fs-body)}

/* ---------- specs ---------- */
.tech{background:#443B36}
.tech h2{font-size:var(--fs-h2);font-weight:700;line-height:1.22;color:#FBF6EC}
.tech__list{margin:clamp(34px,4.5vw,90px) auto 0;max-width:1400px;display:flex;flex-direction:column;gap:clamp(12px,1.3vw,20px)}
.acc{background:#1E1B19;border-radius:clamp(14px,1.5vw,22px);overflow:hidden}
.acc>summary{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:clamp(20px,2.2vw,32px) clamp(20px,2.6vw,40px);cursor:pointer;list-style:none;
}
.acc>summary::-webkit-details-marker{display:none}
.acc__title{font-family:"Playfair Display",Georgia,serif;font-weight:500;font-size:clamp(17px,1.7vw,30px);color:#F3EDE4}
.acc__sign{display:grid;place-items:center;width:28px;height:28px;flex:none;background:#fff;border-radius:999px;color:#1E1B19;font-weight:600;font-size:18px;line-height:1}
.acc[open] .acc__sign span::before{content:"−"}
.acc__sign span::before{content:"+"}
.acc__rows{padding:0 clamp(20px,2.6vw,40px) clamp(20px,2.4vw,34px)}
.acc__row{display:flex;gap:clamp(20px,2.6vw,40px);padding:clamp(16px,1.8vw,26px) 0;border-top:1px solid rgba(255,255,255,.14)}
.acc__cell{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px}
.acc__k{font-weight:700;font-size:var(--fs-body);color:#F3EDE4}
.acc__v{font-size:var(--fs-body);color:#A9A29A}
.box{background:#1E1B19;border-radius:clamp(14px,1.5vw,22px);padding:clamp(24px,2.6vw,40px) clamp(12px,1.4vw,20px)}
.box__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(8px,1vw,16px);align-items:end}
.box__item{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,1vw,16px);text-align:center}
.box__item img{width:100%;max-width:clamp(90px,11vw,172px);height:clamp(64px,7.5vw,116px);object-fit:contain}
.box__item span{color:#EFE9E0;font-size:clamp(12px,1vw,19px)}

/* ---------- about team ---------- */
.team{position:relative;background:#2B2317;isolation:isolate;overflow:hidden}
.team__bg{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover}
.team__panel{
  max-width:1180px;margin-inline:auto;
  padding:clamp(34px,4.5vw,96px) clamp(20px,2.6vw,44px);
  background:linear-gradient(180deg,rgba(20,16,10,.6),rgba(20,16,10,.86));
  border-radius:var(--r-shell);
}
.team h2{font-size:var(--fs-h2);font-weight:700;line-height:1.22;text-align:center}
.team__lead{margin-top:clamp(16px,1.8vw,28px);text-align:center}
.team__lead p:first-child{color:#E8E3DA;font-size:var(--fs-body)}
.team__lead p:last-child{margin-top:2px;max-width:800px;margin-inline:auto;color:#CFC9BF;font-weight:300;font-size:var(--fs-body)}
.team__grid{margin-top:clamp(28px,3.4vw,60px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,1.6vw,26px)}
.team__card{background:#fff;color:#4A4A4A;border-radius:clamp(14px,1.4vw,22px);padding:clamp(24px,2.8vw,44px) clamp(20px,2.4vw,40px)}
.team__card h3{display:flex;align-items:baseline;gap:12px;font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:clamp(18px,1.8vw,30px);color:#111}
.team__card p{margin-top:clamp(16px,2vw,34px);font-size:var(--fs-body);line-height:1.55}

/* ---------- last call ---------- */
.last{position:relative;isolation:isolate;overflow:hidden;background:#151515;text-align:center;padding-block:clamp(90px,12vw,240px)}
.last__bg{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover}
.last h2{font-family:Heebo,Inter,sans-serif;font-size:var(--fs-h2);font-weight:700;line-height:1.3;max-width:1610px;margin-inline:auto}
.last p{margin:clamp(8px,1vw,18px) auto 0;max-width:1080px;font-family:Heebo,Inter,sans-serif;font-size:clamp(18px,2.6vw,44px);line-height:1.45;color:rgba(255,255,255,.62)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:clamp(26px,3.4vw,60px);
  padding:clamp(16px,1.9vw,34px) clamp(38px,5vw,90px);
  background:var(--lime);border-radius:100px;
  color:#0B1A02;font-weight:700;font-size:clamp(16px,1.8vw,32px);
  transition:opacity .15s ease-out;
}
.cta:hover{opacity:.85;color:#0B1A02}

/* ---------- footer ---------- */
.footer{background:#0D0D0D;padding:clamp(30px,4vw,60px) 0;color:#7A7A7A;font-size:var(--fs-small)}
.footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.footer img{height:26px;width:auto}
.footer nav{display:flex;gap:clamp(14px,2vw,32px)}
.footer nav a{color:#7A7A7A}
.footer nav a:hover{color:#fff}

/* ---------- back to top ---------- */
.totop{
  position:fixed;right:22px;bottom:22px;z-index:80;
  width:52px;height:52px;display:grid;place-items:center;
  background:rgba(20,20,20,.74);backdrop-filter:blur(10px);
  border:1.5px solid rgba(255,255,255,.24);border-radius:999px;
  opacity:0;pointer-events:none;transition:opacity .2s ease-out,background .15s ease-out;
}
.totop.is-on{opacity:1;pointer-events:auto}
.totop:hover{background:rgba(20,20,20,.94)}
.totop svg{width:24px;height:24px;stroke:#99EA48}

/* =========== tablet =========== */
@media (max-width:1100px){
  .nav__links{display:none}
  .nav__burger{display:grid}
  .nav.is-open .nav__links{
    display:flex;flex-direction:column;align-items:flex-start;gap:18px;
    position:absolute;left:0;right:0;top:100%;padding:22px clamp(16px,4vw,60px);
    background:#171717;border-top:1px solid #2A2A2A;
  }
  .specs{grid-template-columns:repeat(3,1fr)}
  .team__grid{grid-template-columns:1fr}
  .box__grid{grid-template-columns:repeat(3,1fr);gap:24px}
}

/* =========== phone =========== */
@media (max-width:760px){
  :root{
    --container:min(1600px,90vw);
    --fs-h1:clamp(30px,9vw,42px);
    --fs-script:clamp(23px,7vw,34px);
    --fs-h2:clamp(27px,8vw,38px);
  }
  .nav{gap:10px;padding:10px 14px}
  .nav__logo img{height:24px}
  .nav__cta{gap:8px;padding:6px 6px 6px 14px;font-size:12px}
  .nav__cta-text{font-size:0}
  .nav__cta-text::after{content:"Kickstarter";font-size:12px}
  .nav__cta-icon{width:23px;height:23px;font-size:14px}
  .nav__burger{width:36px;height:36px}

  .hero{
    min-height:760px;
    padding-block:62px 26px;
  }
  .hero::before{
    background:
      linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.12) 40%,rgba(0,0,0,.55)),
      linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,0) 52%);
  }
  .hero__bg{height:124%;bottom:auto;object-position:58% center;opacity:.9}
  .hero__top{align-items:center;text-align:center;gap:9px;max-width:none}
  .badge{font-size:14px;padding:8px 18px}
  .hero h1{
    max-width:none;font-size:clamp(25px,6.8vw,29px);
    letter-spacing:0;line-height:1.05;white-space:nowrap;
  }
  .hero h1,.hero__script,.hero__sub{text-shadow:0 2px 18px rgba(0,0,0,.72)}
  .hero__script{
    max-width:none;font-size:clamp(18px,5.2vw,22px);
    line-height:1.08;white-space:nowrap;
  }
  .hero__sub{
    max-width:none;padding:7px 12px;border-radius:999px;
    background:rgba(0,0,0,.18);color:rgba(255,255,255,.92);
    font-size:12px;line-height:1.25;white-space:nowrap;
  }
  .hero__quote{
    align-self:stretch;max-width:none;margin-top:310px;
    padding:16px 20px;border-radius:26px;
    background:rgba(24,24,24,.38);
    font-size:15px;line-height:1.5;
  }
  .spec-strip{padding:14px 0 18px}
  .specs{grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:0}
  .spec{gap:7px;padding:12px 8px;border-radius:16px;background:#242424}
  .spec:last-child{grid-column:1 / -1}
  .spec svg{width:26px}
  .spec p{font-size:12px;color:rgba(255,255,255,.92)}

  .phil__pair{grid-template-columns:1fr}
  .tabs{overflow:hidden;padding-inline:14px}
  .tabs__inner{justify-content:flex-start;width:100%;padding:6px}
  .tab{font-size:12px;padding:10px 14px}
  .three__copy{text-align:left}
  .three__note{text-align:left}

  .gallery{overflow:hidden}
  .gallery__lead{max-width:32ch;margin-inline:auto}
  .rail{padding-inline:5vw;gap:14px}
  .card{flex-basis:90vw}
  .card__title{font-size:15px}
  .card li{font-size:14px}

  /* bento: one card per row */
  .bento__grid{max-width:90vw;gap:14px}
  .bento__row{flex-direction:column;height:auto;gap:14px}
  .bento__col{gap:14px}
  .tile{min-height:0;border-radius:18px}
  .tile__head{top:18px;gap:4px}
  .tile__head h3{font-size:24px}
  .tile__head p{font-size:14px}
  .tile--tall{flex:none;height:470px}
  .tile--short{flex:none;height:185px}
  .tile--half{flex:none;height:340px}
  .tile--full{flex:none;height:440px}
  .tile--wide{height:360px;aspect-ratio:auto;border-radius:18px}
  .art--recording{top:86px;height:360px}
  .art--engines{left:10%;right:10%;bottom:22px;height:82px}
  .art--lang{left:7%;right:7%;top:82px;bottom:20px}
  .art--timeline{left:4%;right:4%;top:118px;height:220px}
  .art--pen{left:-16%;top:94px;width:132%;height:334px}
  .tile--wide .tile__head{position:absolute;max-width:none;text-align:center;left:18px;right:18px;top:28px}
  .art--search{position:absolute;left:-7%;right:-7%;top:112px;height:236px}
  .art--search img{object-fit:contain;object-position:center bottom}

  .aud__row,.aud__row:nth-child(even){flex-direction:column;align-items:stretch}
  .aud__shot,.aud__copy{flex:none}

  .price__scroll{margin-inline:-5vw;padding-inline:5vw;scroll-padding-inline:5vw}

  .acc__row{flex-direction:column;gap:16px}
  .box__grid{grid-template-columns:repeat(2,1fr)}

  .footer__inner{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition-duration:.01ms!important}
}
