:root{
  --bg:#0b0b0d;
  --bg-soft:#121317;
  --panel:#16181d;
  --line:#2a2d34;
  --line-soft:#d7dbe4;
  --text:#f3f1ec;
  --text-dark:#18191d;
  --muted:#9ba0aa;
  --muted-dark:#5f6673;
  --soft:#d7d0c7;
  --paper:#f3f2ef;
  --paper-2:#ebebe7;
  --accent:#cfc8bc;
  --max:1280px;
  --radius:26px;
  --shadow:0 20px 60px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Inter","Noto Sans JP",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}

body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.045;z-index:100;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")}

.container{width:min(calc(100% - 48px), var(--max));margin:auto}
.section{padding:110px 0}
.section-sm{padding:76px 0}
.dark{background:var(--bg)}
.light{background:var(--paper);color:var(--text-dark)}
.light .eyebrow,.light .lead,.light .muted,.light .card-note,.light .list-meta,.light .section-copy,.light .price-note,.light .faq-answer,.light .footer-note{color:var(--muted-dark)}
.light .line{border-color:rgba(24,25,29,.14)}

.site-header{position:fixed;top:0;left:0;right:0;z-index:60;padding:16px 0;background:linear-gradient(to bottom, rgba(11,11,13,.9), rgba(11,11,13,.45), transparent);backdrop-filter:blur(10px)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:.04em}
.brand-mark{width:40px;height:40px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-size:13px;color:var(--soft)}
.brand-text{line-height:1}
.brand-text small{display:block;font-size:10px;color:var(--muted);letter-spacing:.18em;margin-top:5px}
.nav{display:flex;align-items:center;gap:24px}
.nav a{font-size:13px;color:#d8d8d8;transition:.25s}
.nav a:hover{color:#fff}
.header-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:12px;letter-spacing:.08em;transition:.25s;background:rgba(255,255,255,.04)}
.header-cta:hover{transform:translateY(-2px);background:rgba(255,255,255,.08)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:transparent;color:#fff;position:relative}
.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:"";position:absolute;left:12px;right:12px;height:1.5px;background:#fff;transition:.25s}
.menu-toggle span{top:21px}.menu-toggle::before{top:15px}.menu-toggle::after{top:27px}
.mobile-nav{display:none}

.hero{position:relative;padding:148px 0 88px;min-height:100svh;display:flex;align-items:flex-end;background:radial-gradient(circle at 78% 24%, rgba(255,255,255,.08), transparent 25%),linear-gradient(180deg,#101116 0%,#0b0b0d 100%)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:5vw;align-items:end}
.eyebrow{font-size:11px;letter-spacing:.2em;color:var(--muted);text-transform:uppercase}
.hero h1{font-size:clamp(54px,8vw,124px);line-height:.94;letter-spacing:-.07em;margin:20px 0 26px}
.hero .accent-line{display:block;font-family:"Shippori Mincho",serif;font-style:italic;font-weight:500;color:transparent;-webkit-text-stroke:1px rgba(243,241,236,.92)}
.lead{font-size:15px;line-height:1.95;color:#cdc7bd;max-width:640px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:13px;transition:.25s}
.btn.primary{background:var(--text);color:#111}
.btn.primary:hover{transform:translateY(-2px)}
.btn.ghost:hover{background:rgba(255,255,255,.06)}
.hero-side{border-left:1px solid rgba(255,255,255,.14);padding-left:28px}
.hero-stat{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.hero-stat strong{display:block;font-size:34px;font-weight:600;letter-spacing:-.04em;margin-bottom:8px}
.hero-stat p{font-size:13px;line-height:1.8;color:var(--muted);margin:0}
.scroll-note{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.14em;color:var(--muted);margin-top:38px}

.page-hero{padding:170px 0 58px;background:linear-gradient(180deg,#111319 0%,#0b0b0d 100%)}
.page-hero h1{font-size:clamp(46px,6.6vw,86px);letter-spacing:-.055em;line-height:1.02;margin:18px 0 24px;text-wrap:balance}.balanced-heading span{display:block;white-space:nowrap}
.page-hero p{max-width:720px;font-size:15px;line-height:1.95;color:#d0cbc2}

.section-head{display:grid;grid-template-columns:.95fr .75fr;gap:5vw;align-items:end;margin-bottom:48px}
.section-head h2{font-size:clamp(34px,5vw,72px);line-height:1;letter-spacing:-.06em;margin:14px 0 0}
.section-copy{font-size:14px;line-height:1.9;color:var(--muted)}
.line{border-top:1px solid rgba(255,255,255,.12)}

.feature-band{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.feature-card{padding:28px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);box-shadow:var(--shadow);min-height:180px}
.feature-card h3{font-size:22px;margin:16px 0 14px}
.feature-card p{font-size:13px;line-height:1.85;color:var(--muted);margin:0}
.card-note{font-size:11px;letter-spacing:.16em;color:var(--muted)}

.case-highlight{display:grid;grid-template-columns:1fr .9fr;gap:4vw;align-items:center;margin-top:30px}
.case-visual{position:relative;min-height:580px;border-radius:34px;overflow:hidden;background:linear-gradient(160deg,#1f2936 0%,#0e1117 38%,#192538 100%);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow)}
.case-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#405a88 0%, rgba(64,90,136,0) 70%);top:12%;right:-5%;opacity:.8;filter:blur(5px)}
.case-screen{position:absolute;inset:40px 40px 95px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.18);padding:30px;display:flex;flex-direction:column;justify-content:space-between;backdrop-filter:blur(8px)}
.case-screen-top,.case-screen-bottom{display:flex;justify-content:space-between;gap:16px;font-size:11px;letter-spacing:.14em;color:#d6dce9}
.case-screen-copy small{display:block;font-size:11px;letter-spacing:.16em;color:#d7dfec;margin-bottom:18px}
.case-screen-copy strong{display:block;font-size:clamp(34px,4vw,58px);line-height:1.08;letter-spacing:-.05em}
.case-badge{position:absolute;left:40px;bottom:28px;font-size:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,0,0,.18)}
.case-text h3{font-size:42px;letter-spacing:-.05em;margin:18px 0 14px}
.case-text p{font-size:14px;line-height:1.95;color:var(--muted);margin:0 0 18px}
.info-list{display:grid;gap:12px;margin:32px 0}
.info-row{display:grid;grid-template-columns:150px 1fr;padding:14px 0;border-top:1px solid rgba(255,255,255,.12)}
.info-row:last-child{border-bottom:1px solid rgba(255,255,255,.12)}
.list-meta{font-size:12px;letter-spacing:.08em;color:var(--muted)}

.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:44px;border-top:1px solid rgba(24,25,29,.14);border-left:1px solid rgba(24,25,29,.14)}
.metric{padding:28px;border-right:1px solid rgba(24,25,29,.14);border-bottom:1px solid rgba(24,25,29,.14)}
.metric strong{display:block;font-size:32px;letter-spacing:-.05em;margin-bottom:8px}
.metric p{margin:0;font-size:13px;line-height:1.75;color:var(--muted-dark)}

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.panel{padding:28px;border-radius:26px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}
.light .panel{background:#fff;border-color:rgba(24,25,29,.12);box-shadow:0 10px 30px rgba(0,0,0,.05)}
.panel h3{font-size:22px;margin:12px 0 14px;letter-spacing:-.03em}
.panel p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}
.panel .num{font-size:12px;color:var(--muted);letter-spacing:.14em}
.light .panel p{color:var(--muted-dark)}

.process{display:grid;gap:0;border-top:1px solid rgba(24,25,29,.14)}
.process-item{display:grid;grid-template-columns:120px .9fr 1.2fr;gap:22px;padding:30px 0;border-bottom:1px solid rgba(24,25,29,.14)}
.process-item strong{font-size:15px;letter-spacing:.12em;color:var(--muted-dark)}
.process-item h3{font-size:28px;letter-spacing:-.04em;margin:0}
.process-item p{font-size:13px;line-height:1.9;color:var(--muted-dark);margin:0}

.pricing-list{display:grid;gap:18px}
.price-card{display:grid;grid-template-columns:.8fr 1.2fr .8fr;gap:20px;align-items:center;padding:28px 30px;border:1px solid rgba(24,25,29,.12);border-radius:28px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.price-card .tag{font-size:11px;letter-spacing:.14em;color:var(--muted-dark)}
.price-card h3{font-size:28px;letter-spacing:-.04em;margin:10px 0 0}
.price-card p{font-size:13px;line-height:1.85;color:var(--muted-dark);margin:0}
.price{font-size:34px;letter-spacing:-.04em;text-align:right}
.price small{display:block;font-size:12px;color:var(--muted-dark);letter-spacing:.1em;margin-bottom:6px}
.price-note{font-size:12px;line-height:1.9;color:var(--muted-dark);margin-top:18px}

.faq-list{display:grid;gap:14px}
.faq-item{border:1px solid rgba(24,25,29,.12);border-radius:22px;background:#fff;overflow:hidden}
.faq-q{width:100%;border:0;background:#fff;padding:22px 24px;text-align:left;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:var(--text-dark);cursor:pointer}
.faq-q span:last-child{font-size:22px;font-weight:400;color:#6a7280}
.faq-a{padding:0 24px 0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-item.open .faq-a{padding:0 24px 22px;max-height:240px}
.faq-answer{font-size:13px;line-height:1.9;color:var(--muted-dark)}

.contact-grid{display:grid;grid-template-columns:.95fr .85fr;gap:24px}
.contact-card{padding:34px;border-radius:30px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.1)}
.contact-card h3{font-size:34px;letter-spacing:-.05em;margin:18px 0 14px}
.contact-card p{font-size:14px;line-height:1.9;color:var(--muted);margin:0}
.contact-links{display:grid;gap:14px;margin-top:28px}
.contact-links a{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;transition:.25s}
.contact-links a:hover{transform:translateX(6px);background:rgba(255,255,255,.04)}
.form-card{background:#fff;color:var(--text-dark);padding:34px;border-radius:30px;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.form-card h3{font-size:26px;letter-spacing:-.04em;margin:0 0 20px}
.form-grid{display:grid;gap:14px}
.form-grid label{display:grid;gap:8px;font-size:13px;color:#404755}
.form-grid input,.form-grid textarea{width:100%;border:1px solid #d5d8df;border-radius:16px;padding:14px 16px;background:#fff;color:#111}
.form-grid textarea{min-height:140px;resize:vertical}
.form-grid button{border:0;border-radius:999px;background:#111;color:#fff;padding:15px 20px;cursor:pointer}
.form-note{font-size:12px;line-height:1.8;color:var(--muted-dark);margin-top:12px}

.cta-band{padding:42px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.cta-band h2{font-size:clamp(28px,4vw,52px);letter-spacing:-.05em;margin:0}
.cta-band p{font-size:14px;line-height:1.9;color:var(--muted);max-width:520px;margin:10px 0 0}

.footer{padding:30px 0 96px;background:var(--bg)}
.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}
.footer-nav{display:flex;gap:18px;flex-wrap:wrap}
.footer-nav a{font-size:13px;color:#d7d7d7}
.footer-note{font-size:12px;color:var(--muted);line-height:1.8;margin-top:14px}
.mobile-cta{display:none}
.muted{color:var(--muted)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.65,.2,1), transform .8s cubic-bezier(.2,.65,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width: 1024px){
  .hero-grid,.section-head,.case-highlight,.contact-grid{grid-template-columns:1fr;gap:28px}
  .hero-side{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding-left:0;padding-top:8px}
  .grid-3,.grid-4,.feature-band,.metrics{grid-template-columns:repeat(2,1fr)}
  .process-item,.price-card{grid-template-columns:1fr;gap:12px}
  .price{text-align:left}
}
@media (max-width: 820px){
  .container{width:min(calc(100% - 28px), var(--max))}
  .site-header{padding:10px 0}
  .nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .mobile-nav{display:grid;position:fixed;top:72px;left:14px;right:14px;z-index:55;background:#111319;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:14px;gap:4px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s}
  .mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .mobile-nav a{padding:14px 12px;border-radius:14px;color:#ece8e0;font-size:14px}
  .mobile-nav a:hover{background:rgba(255,255,255,.05)}
  .hero{min-height:auto;padding:126px 0 72px}
  .hero h1{font-size:17vw}
  .page-hero{padding:138px 0 42px}
  .page-hero h1{font-size:13vw;line-height:1.08}.balanced-heading span{white-space:normal}
  .section,.section-sm{padding:78px 0}
  .grid-2,.grid-3,.grid-4,.feature-band,.metrics{grid-template-columns:1fr}
  .case-visual{min-height:420px}
  .case-screen{inset:22px 22px 76px;padding:22px}
  .case-badge{left:22px}
  .case-text h3{font-size:32px}
  .info-row{grid-template-columns:1fr;gap:8px}
  .footer-top,.cta-band-inner{flex-direction:column;align-items:flex-start}
  .mobile-cta{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:58;gap:10px;padding:10px;background:rgba(11,11,13,.92);border:1px solid rgba(255,255,255,.08);border-radius:18px;backdrop-filter:blur(14px)}
  .mobile-cta a{flex:1;display:flex;justify-content:center;align-items:center;padding:14px;border-radius:12px;font-size:12px}
  .mobile-cta a:first-child{background:var(--text);color:#111;font-weight:600}
  .mobile-cta a:last-child{border:1px solid rgba(255,255,255,.12);color:#fff}
  .footer{padding-bottom:120px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
}

/* 見出しの不自然な孤立改行を防ぐ共通ルール */
.balanced-text,
.controlled-heading,
.section-head h2,
.cta-band h2,
.case-text h3{
  text-wrap: balance;
  word-break: auto-phrase;
  line-break: strict;
  overflow-wrap: normal;
}
.heading-line{
  display:block;
  white-space:nowrap;
}

@media (max-width: 820px){
  .hero h1{font-size:clamp(44px,12vw,72px);line-height:1.02;letter-spacing:-.055em}
  .hero-heading .heading-line{white-space:nowrap}
  .hero .accent-line{font-size:.5em;line-height:1.35;margin-top:18px;-webkit-text-stroke:.7px rgba(243,241,236,.92)}
  .page-hero h1{font-size:clamp(38px,8.7vw,60px);line-height:1.12;letter-spacing:-.045em}
  .section-head h2{font-size:clamp(34px,9vw,54px);line-height:1.12;letter-spacing:-.045em}
  .cta-band h2{font-size:clamp(28px,7.5vw,42px);line-height:1.18;letter-spacing:-.035em}
  .heading-line{white-space:nowrap}
}

@media (max-width: 420px){
  .hero h1{font-size:clamp(40px,11.2vw,52px)}
  .page-hero h1{font-size:clamp(34px,8.2vw,44px)}
  .section-head h2{font-size:clamp(31px,8vw,42px)}
  .heading-line{white-space:normal;text-wrap:balance}
  .controlled-heading .heading-line{white-space:nowrap}
}

@media (max-width: 820px){
  .page-hero .controlled-heading{font-size:clamp(32px,7.2vw,52px)}
  .section-head .controlled-heading{font-size:clamp(30px,7.4vw,48px)}
}
@media (max-width: 420px){
  .page-hero .controlled-heading{font-size:7.2vw;line-height:1.14}
  .section-head .controlled-heading{font-size:7.3vw;line-height:1.15}
  .controlled-heading .heading-line{white-space:nowrap}
}

/* Industry demo gallery */
.demo-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:44px}
.demo-card{display:block;border-radius:28px;overflow:hidden;border:1px solid rgba(24,25,29,.12);background:#fff;box-shadow:0 14px 38px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}
.demo-card:hover{transform:translateY(-7px);box-shadow:0 24px 50px rgba(0,0,0,.11)}
.demo-preview{height:310px;position:relative;overflow:hidden;padding:25px;display:flex;flex-direction:column;justify-content:space-between}
.demo-preview::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.13));pointer-events:none}
.demo-preview-top,.demo-preview-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.1em}
.demo-preview-title{position:relative;z-index:2;font-size:clamp(34px,4vw,61px);line-height:.95;letter-spacing:-.055em;max-width:88%;font-weight:600}
.demo-card-info{padding:23px 25px 26px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}
.demo-card-info h3{margin:0 0 8px;font-size:22px;letter-spacing:-.03em}
.demo-card-info p{margin:0;color:var(--muted-dark);font-size:13px;line-height:1.75}
.demo-card-link{font-size:12px;white-space:nowrap}
.demo-flower{background:#f0e8df;color:#342e2a}.demo-flower::before{content:"";position:absolute;width:240px;height:240px;border-radius:48% 52% 42% 58%;background:#c88980;right:-40px;top:55px;transform:rotate(24deg)}
.demo-goods{background:#f2d34f;color:#151515}.demo-goods::before{content:"";position:absolute;width:180px;height:180px;border:3px solid #111;border-radius:50%;right:55px;top:55px;box-shadow:40px 35px 0 #fff}
.demo-furniture{background:#d8d0c3;color:#201e1a}.demo-furniture::before{content:"";position:absolute;left:50%;top:35px;width:38%;height:230px;background:#6f513e;border-radius:120px 120px 30px 30px;transform:rotate(8deg)}
.demo-bike{background:#dbe7ef;color:#102331}.demo-bike::before{content:"";position:absolute;width:270px;height:270px;border:20px solid #f0523b;border-radius:50%;right:-60px;top:30px}
.demo-dog{background:#efe9df;color:#45372e}.demo-dog::before{content:"";position:absolute;width:230px;height:230px;background:#b99474;border-radius:50% 50% 45% 45%;right:-20px;top:45px;box-shadow:-70px -25px 0 -45px #604b3a}
.demo-gym{background:#151515;color:#f5f2eb}.demo-gym::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(110deg,transparent 0 40px,rgba(255,255,255,.06) 40px 42px)}
.demo-pilates{background:#e6e4dc;color:#30423e}.demo-pilates::before{content:"";position:absolute;width:350px;height:350px;border:1px solid #687f77;border-radius:50%;right:-80px;top:-40px;box-shadow:-80px 80px 0 -1px #e6e4dc,-80px 80px 0 0 #687f77}
.demo-food{background:#b52d20;color:#fff3df}.demo-food::before{content:"";position:absolute;width:230px;height:230px;background:#f0c476;border-radius:50%;right:25px;top:42px;box-shadow:inset 0 0 0 35px #f8e4b8}
@media(max-width:820px){.demo-gallery{grid-template-columns:1fr}.demo-preview{height:260px}.demo-card-info{grid-template-columns:1fr}.demo-card-link{margin-top:3px}}
/* Enhanced industry demo previews */
.demo-preview{background-size:cover;background-position:center;color:#fff}
.demo-preview::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.72));z-index:1}
.demo-preview::after{display:none}
.demo-preview-top,.demo-preview-bottom,.demo-preview-title{z-index:2;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.25)}
.demo-flower{background-image:url('https://images.unsplash.com/photo-1490750967868-88aa4486c946?w=1000&auto=format&fit=crop&q=80')}
.demo-goods{background-image:url('https://images.unsplash.com/photo-1523779917675-b6ed3a42a561?w=1000&auto=format&fit=crop&q=80')}
.demo-furniture{background-image:url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=1000&auto=format&fit=crop&q=80')}
.demo-bike{background-image:url('https://images.unsplash.com/photo-1529422643029-d4585747aaf2?w=1000&auto=format&fit=crop&q=80')}
.demo-dog{background-image:url('https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?w=1000&auto=format&fit=crop&q=80')}
.demo-gym{background-image:url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1000&auto=format&fit=crop&q=80')}
.demo-pilates{background-image:url('https://images.unsplash.com/photo-1518611012118-696072aa579a?w=1000&auto=format&fit=crop&q=80')}
.demo-food{background-image:url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1000&auto=format&fit=crop&q=80')}


.brand-logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 20px rgba(0,0,0,.18)}




@media (max-width:820px){.brand-logo-img{width:38px;height:38px}}












/* Refined header brand area */
.site-header .brand{
  gap:14px;
  padding:8px 14px 8px 8px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 32px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}
.site-header .brand:hover{
  transform:translateY(-1px);
}
.site-header .brand-text{
  line-height:1.02;
}
.site-header .brand-text{
  font-size:14px;
  font-weight:700;
  letter-spacing:.03em;
  color:#f6f3ee;
}
.site-header .brand-text small{
  display:block;
  margin-top:5px;
  font-size:10px;
  letter-spacing:.22em;
  color:#a8afb9;
}
.brand-logo-img{
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:cover;
  display:block;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  background:#0f1116;
  flex-shrink:0;
}
.footer .brand{
  gap:12px;
}
.footer .brand-text{
  font-size:14px;
}
.footer .brand-text small{
  display:block;
  margin-top:5px;
}
@media (max-width:820px){
  .site-header .brand{
    padding:7px 12px 7px 7px;
    gap:10px;
    max-width:calc(100vw - 110px);
  }
  .brand-logo-img{width:40px;height:40px;}
  .site-header .brand-text{font-size:12px;}
  .site-header .brand-text small{font-size:9px;letter-spacing:.18em;}
}


/* Final responsive, accessibility and performance refinements */
.skip-link{position:fixed;top:10px;left:10px;z-index:9999;padding:12px 16px;border-radius:10px;background:#fff;color:#111;font-weight:700;transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #d8c9b6;outline-offset:4px}.nav a[aria-current="page"],.footer-nav a[aria-current="page"]{color:#fff;text-decoration:underline;text-underline-offset:6px}.light a:focus-visible{outline-color:#222}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-width:320px}img{height:auto}button,a{-webkit-tap-highlight-color:transparent}.faq-a[hidden]{display:block;max-height:0;padding-top:0;padding-bottom:0;visibility:hidden}.faq-item.open .faq-a[hidden]{visibility:visible}.mobile-nav[aria-hidden="true"]{visibility:hidden}.mobile-nav[aria-hidden="false"]{visibility:visible}@media(max-width:1180px){.nav{gap:16px}.nav a{font-size:12px}.site-header .brand-text{font-size:13px}.header-cta{padding:11px 14px}}@media(max-width:900px){.site-header .container{gap:10px}.nav,.header-cta{display:none}.menu-toggle{display:block}.page-hero h1,.section-head h2{overflow-wrap:anywhere}}@media(max-width:820px){.container{width:min(calc(100% - 28px),var(--max))}.site-header .brand{max-width:calc(100vw - 78px);padding:6px 9px 6px 6px}.site-header .brand-text{font-size:11px;white-space:nowrap}.site-header .brand-text small{font-size:7.5px;letter-spacing:.15em}.brand-logo-img{width:38px;height:38px}.hero h1{font-size:clamp(48px,16vw,76px);line-height:.95}.hero .accent-line{font-size:.48em;line-height:1.35;margin-top:18px;-webkit-text-stroke:.7px rgba(243,241,236,.92)}.lead,.section-copy,.page-hero p{font-size:14px;line-height:1.85}.section-head h2{font-size:clamp(36px,11vw,56px)}.page-hero h1{font-size:clamp(42px,13vw,64px)}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.feature-card,.panel,.price-card{padding:22px}.demo-preview{height:240px}.demo-preview-title{font-size:clamp(34px,12vw,52px)}.faq-q{padding:20px;font-size:14px;line-height:1.65;gap:14px}.faq-a{padding-left:20px;padding-right:20px}.mobile-cta{bottom:max(14px,env(safe-area-inset-bottom));left:max(14px,env(safe-area-inset-left));right:max(14px,env(safe-area-inset-right))}}@media(max-width:420px){.site-header .brand-text small{display:none}.site-header .brand-text{font-size:11px}.hero{padding-top:112px}.hero h1{font-size:15vw}.page-hero{padding-top:118px}.section,.section-sm{padding:64px 0}}@media(prefers-reduced-data:reduce){.demo-preview{background-image:none!important;background:#222!important}}


/* Final mobile layout corrections */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  min-width: 0;
}
*, *::before, *::after {
  min-width: 0;
}
main, section, header, footer, .container {
  max-width: 100%;
}
.hero-grid > *,
.section-head > *,
.case-highlight > *,
.demo-gallery > *,
.footer-top > * {
  min-width: 0;
}
.heading-line,
.hero-heading .heading-line {
  max-width: 100%;
}
.lead,
.section-copy,
.hero-stat p,
.demo-card-info p,
.footer-note {
  overflow-wrap: anywhere;
}

@media (max-width: 820px) {
  .site-header {
    width: 100%;
  }
  .site-header .container {
    width: calc(100% - 24px);
    gap: 10px;
  }
  .site-header .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 56px);
    overflow: hidden;
  }
  .site-header .brand-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .menu-toggle {
    flex: 0 0 44px;
  }

  .hero {
    padding-top: 118px;
    overflow: hidden;
  }
  .hero .container {
    width: calc(100% - 32px);
  }
  .hero-grid {
    width: 100%;
  }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(40px, 11.2vw, 50px);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .hero-heading .heading-line {
    white-space: nowrap;
  }
  .hero .accent-line {
    width: 100%;
    max-width: 100%;
    font-size: .47em;
    line-height: 1.45;
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  .lead {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.85;
  }
  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }
  .hero-side {
    width: 100%;
  }

  .section-head,
  .case-highlight,
  .pricing-list,
  .process,
  .footer-top {
    width: 100%;
  }
  .section-head .controlled-heading,
  .page-hero .controlled-heading {
    max-width: 100%;
  }
  .section-head .controlled-heading .heading-line,
  .page-hero .controlled-heading .heading-line {
    white-space: normal;
    text-wrap: balance;
  }

  .demo-gallery,
  .grid-2,
  .grid-3,
  .grid-4,
  .feature-band,
  .metrics {
    grid-template-columns: minmax(0, 1fr);
  }
  .demo-card,
  .demo-preview,
  .demo-card-info {
    width: 100%;
    max-width: 100%;
  }
  .demo-preview-title {
    max-width: 100%;
    font-size: clamp(32px, 10.5vw, 46px);
    overflow-wrap: anywhere;
  }
  .demo-preview-top,
  .demo-preview-bottom {
    gap: 12px;
  }
  .demo-preview-top span,
  .demo-preview-bottom span {
    min-width: 0;
  }

  .mobile-cta {
    width: auto;
    max-width: calc(100% - 28px);
  }
  .mobile-cta a {
    min-width: 0;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .container {
    width: calc(100% - 24px);
  }
  .hero .container {
    width: calc(100% - 28px);
  }
  .hero h1 {
    font-size: 11vw;
    line-height: 1;
  }
  .hero .accent-line {
    font-size: .5em;
  }
  .site-header .brand-text {
    font-size: 10.5px;
  }
  .site-header .brand-text small {
    display: none;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 10.6vw;
  }
  .site-header .brand-text {
    font-size: 10px;
  }
  .brand-logo-img {
    width: 36px;
    height: 36px;
  }
}
