
:root{
  --paper:#f7f0e8;
  --paper-2:#fffaf5;
  --ink:#262124;
  --muted:#756a6d;
  --line:rgba(38,33,36,.12);
  --petal:#e96f8c;
  --petal-soft:#f6c9d4;
  --petal-pale:#fde8ed;
  --shadow:0 30px 80px rgba(63,43,48,.12);
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(246,201,212,.48), transparent 26rem),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.92), transparent 24rem),
    var(--paper);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-nav{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(18px);
  background:rgba(247,240,232,.78);
  border-bottom:1px solid rgba(38,33,36,.06)
}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:750;letter-spacing:-.02em}
.brand-mark{
  width:38px;height:38px;border-radius:13px;display:grid;place-items:center;
  background:var(--ink);color:white;font-size:19px;font-weight:760;
  box-shadow:0 8px 20px rgba(38,33,36,.14)
}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:650}
.nav-links a:hover{color:var(--ink)}
.nav-pill{
  padding:10px 15px;border:1px solid var(--line);border-radius:999px;
  background:rgba(255,255,255,.55)!important;color:var(--ink)!important
}
.hero{
  min-height:calc(100svh - 72px);
  display:grid;align-items:center;padding:84px 0 54px;overflow:hidden;position:relative
}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:72px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.58);border:1px solid rgba(38,33,36,.08);
  color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.01em
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--petal)}
h1{
  margin:22px 0 18px;font-size:clamp(58px,8vw,112px);line-height:.9;letter-spacing:-.065em
}
.hero-copy{font-size:clamp(19px,2.1vw,25px);line-height:1.45;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;
  border-radius:15px;text-decoration:none;font-weight:750;font-size:15px;
  border:1px solid var(--line);background:rgba(255,255,255,.62)
}
.button.primary{background:var(--ink);color:#fff;border-color:var(--ink)}
.button:hover{transform:translateY(-1px)}
.micro{margin-top:18px;color:#918589;font-size:13px}
.visual-stage{position:relative;min-height:660px;display:grid;place-items:center}
.halo{
  position:absolute;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(233,111,140,.23),rgba(246,201,212,.16) 45%,transparent 70%);
  filter:blur(1px)
}
.phone{
  width:min(360px,78vw);aspect-ratio:9/19.2;border-radius:58px;background:#1d1b1c;padding:10px;
  box-shadow:0 42px 100px rgba(48,30,36,.25);transform:rotate(3deg);position:relative;z-index:3
}
.phone::before{
  content:"";position:absolute;left:50%;top:17px;transform:translateX(-50%);
  width:35%;height:27px;border-radius:0 0 18px 18px;background:#1d1b1c;z-index:4
}
.phone-screen{
  height:100%;border-radius:49px;overflow:hidden;
  background:linear-gradient(165deg,#fffaf4 0%,#f8eee5 65%,#f4d9df 100%);
  padding:58px 24px 24px;position:relative
}
.app-head{display:flex;justify-content:space-between;align-items:center}
.app-mark{font-size:42px;font-weight:780}
.app-mini{font-size:12px;color:#7e7376}
.lesson-card{
  margin-top:34px;padding:24px;border-radius:28px;background:rgba(255,255,255,.68);
  border:1px solid rgba(38,33,36,.08);box-shadow:0 18px 45px rgba(76,55,61,.08)
}
.lesson-kana{font-size:68px;font-weight:760;line-height:1}
.lesson-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:14px}
.progress{height:7px;border-radius:99px;background:#eadde0;margin-top:24px;overflow:hidden}
.progress span{display:block;height:100%;width:72%;background:var(--petal);border-radius:inherit}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.mini-card{padding:17px;border-radius:20px;background:rgba(255,255,255,.58);border:1px solid rgba(38,33,36,.07)}
.mini-card b{display:block;font-size:22px;margin-bottom:5px}
.mini-card span{font-size:11px;color:var(--muted)}
.floating-chip{
  position:absolute;z-index:5;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);
  border:1px solid rgba(38,33,36,.08);border-radius:18px;padding:13px 16px;box-shadow:0 18px 50px rgba(52,38,42,.12);
  font-size:13px;font-weight:700
}
.chip-1{left:0;top:25%}.chip-2{right:0;bottom:19%}
.petal{
  position:absolute;width:18px;height:12px;border-radius:100% 0 100% 0;background:rgba(233,111,140,.38);
  transform:rotate(35deg);animation:drift 8s ease-in-out infinite alternate
}
.p1{left:12%;top:12%}.p2{right:12%;top:20%;animation-delay:-2s}.p3{left:7%;bottom:16%;animation-delay:-4s}.p4{right:16%;bottom:7%;animation-delay:-1s}
@keyframes drift{to{transform:translate(20px,28px) rotate(80deg)}}
.section{padding:120px 0}
.section-head{max-width:760px;margin-bottom:54px}
.kicker{color:var(--petal);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
h2{font-size:clamp(38px,5.3vw,72px);line-height:1;letter-spacing:-.05em;margin:12px 0 18px}
.section-head p,.lede{font-size:19px;line-height:1.6;color:var(--muted)}
.story-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.story-card{
  border-radius:var(--radius);border:1px solid var(--line);background:rgba(255,255,255,.48);
  padding:34px;min-height:340px;position:relative;overflow:hidden
}
.story-card.large{grid-column:span 7}.story-card.small{grid-column:span 5}
.story-card h3{font-size:31px;letter-spacing:-.04em;margin:0 0 12px}
.story-card p{color:var(--muted);line-height:1.65;max-width:480px}
.statline{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.tag{padding:8px 11px;border-radius:999px;background:var(--paper-2);border:1px solid var(--line);font-size:12px;font-weight:700}
.big-glyph{position:absolute;right:24px;bottom:-42px;font-size:190px;line-height:1;color:rgba(233,111,140,.16);font-weight:800}
.flow{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px
}
.flow div{padding:16px 12px;border-radius:17px;background:var(--paper-2);border:1px solid var(--line);font-size:13px;font-weight:750;text-align:center}
.flow div:not(:last-child)::after{content:"→";float:right;margin-right:-24px;color:#a9989d}
.review-orbit{
  position:absolute;right:-60px;bottom:-65px;width:310px;height:310px;border-radius:50%;
  border:1px solid rgba(233,111,140,.24)
}
.review-orbit::before,.review-orbit::after{
  content:"";position:absolute;border-radius:50%;border:1px solid rgba(233,111,140,.18)
}
.review-orbit::before{inset:40px}.review-orbit::after{inset:82px}
.values{
  background:var(--ink);color:#fff;border-radius:44px;padding:64px;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start
}
.values .kicker{color:#ffb4c4}.values h2{margin-top:10px}
.value-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.value{padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055)}
.value b{display:block;font-size:18px;margin-bottom:8px}
.value p{margin:0;color:rgba(255,255,255,.66);line-height:1.55;font-size:14px}
.cta{text-align:center;padding:140px 0 120px}
.cta-mark{font-size:94px;line-height:1;margin-bottom:20px}
.cta h2{max-width:760px;margin:0 auto 18px}
.cta p{color:var(--muted);font-size:18px}
.footer{border-top:1px solid var(--line);padding:28px 0 44px}
.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;color:var(--muted);font-size:13px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer a{text-decoration:none}
.sub-hero{padding:100px 0 72px}
.sub-hero h1{font-size:clamp(54px,8vw,96px)}
.copy-card{background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:30px;padding:38px;max-width:860px}
.copy-card h2{font-size:34px;margin-top:34px}.copy-card h2:first-child{margin-top:0}
.copy-card p,.copy-card li{color:var(--muted);line-height:1.7}
.copy-card ul{padding-left:20px}
.back-link{display:inline-block;margin-bottom:24px;color:var(--muted);text-decoration:none;font-weight:700}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero{padding-top:58px}
  .visual-stage{min-height:600px}
  .story-card.large,.story-card.small{grid-column:span 12}
  .values{grid-template-columns:1fr;padding:36px}
  .value-list{grid-template-columns:1fr}
  .flow{grid-template-columns:1fr 1fr}
  .nav-links a:not(.nav-pill){display:none}
}
@media (max-width:560px){
  .shell{width:min(100% - 26px,1180px)}
  .site-nav .nav-inner{height:64px}
  h1{font-size:58px}
  .hero-copy{font-size:18px}
  .visual-stage{min-height:520px}
  .phone{width:290px}
  .floating-chip{font-size:11px;padding:10px 12px}
  .chip-1{left:-4px}.chip-2{right:-5px}
  .section{padding:88px 0}
  .story-card{padding:26px;min-height:300px}
  .values{border-radius:30px;padding:28px}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

/* BrownFrame studio homepage ------------------------------------------------ */
.bf-home{
  background:#f3efe8;
  color:#1f1d1e;
}
.bf-home .site-nav{
  background:rgba(243,239,232,.78);
}
.bf-studio-hero{
  min-height:calc(100svh - 72px);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:stretch;
  border-bottom:1px solid rgba(31,29,30,.1);
}
.bf-studio-hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  min-height:calc(100svh - 72px);
  padding:66px 0 40px;
}
.bf-studio-meta{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#7a7273;
  font-weight:750;
}
.bf-studio-title{
  margin:clamp(52px,8vh,90px) 0 14px;
  font-size:clamp(78px,14vw,188px);
  line-height:.78;
  letter-spacing:-.085em;
  font-weight:790;
  max-width:none;
}
.bf-studio-tagline{
  margin:0;
  font-size:clamp(18px,2vw,25px);
  color:#756f70;
  letter-spacing:-.02em;
}
.bf-studio-statement{
  margin-top:auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);
  gap:72px;
  align-items:end;
  padding-top:80px;
}
.bf-studio-statement>p{
  margin:0;
  font-size:clamp(34px,5vw,70px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:710;
}
.bf-studio-note{
  display:grid;
  gap:18px;
  padding-bottom:8px;
}
.bf-studio-note p{
  margin:0;
  max-width:410px;
  color:#766f70;
  line-height:1.65;
  font-size:15px;
}
.bf-studio-rule{
  display:block;
  width:100%;
  height:1px;
  background:rgba(31,29,30,.22);
}
.bf-scroll-cue{
  align-self:flex-end;
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:52px;
  text-decoration:none;
  color:#675f61;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
.bf-scroll-arrow{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(31,29,30,.2);
  border-radius:50%;
  font-size:15px;
}
.bf-studio-orbit{
  position:absolute;
  right:-15vw;
  top:-18vw;
  width:62vw;
  height:62vw;
  pointer-events:none;
  opacity:.7;
}
.bf-orbit-ring{
  position:absolute;
  border:1px solid rgba(31,29,30,.095);
  border-radius:50%;
}
.bf-orbit-ring.ring-a{inset:0}
.bf-orbit-ring.ring-b{inset:16%}
.bf-orbit-dot{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c76b7f;
}
.bf-orbit-dot.dot-a{left:16%;bottom:23%}
.bf-orbit-dot.dot-b{left:34%;bottom:6%;width:6px;height:6px;background:#1f1d1e}

.bf-apps-section{
  padding:122px 0 132px;
}
.bf-section-label{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:center;
  margin-bottom:30px;
  color:#70696a;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  font-weight:800;
}
.bf-section-label:after{
  content:"";
  display:block;
  grid-column:2;
  height:1px;
  background:rgba(31,29,30,.12);
  margin-top:-10px;
}
.bf-app-card{
  min-height:580px;
  display:grid;
  grid-template-columns:1fr .9fr;
  overflow:hidden;
  border-radius:40px;
  background:#222021;
  color:#fff;
  text-decoration:none;
  box-shadow:0 28px 70px rgba(31,29,30,.13);
  transition:transform .35s ease,box-shadow .35s ease;
}
.bf-app-card:hover{
  transform:translateY(-4px);
  box-shadow:0 38px 90px rgba(31,29,30,.18);
}
.bf-app-card-copy{
  padding:48px 50px 44px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:46px;
}
.bf-app-status{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:rgba(255,255,255,.62);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
}
.bf-status-dot{
  width:8px;height:8px;border-radius:50%;background:#efa5b6;
}
.bf-app-name-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}
.bf-app-name-row h2{
  margin:0;
  font-size:clamp(62px,8vw,112px);
  line-height:.86;
  letter-spacing:-.07em;
}
.bf-arrow{
  font-size:35px;
  line-height:1;
  color:rgba(255,255,255,.5);
}
.bf-app-subtitle{
  margin:18px 0 0;
  color:#f4b0bf;
  font-size:18px;
  font-weight:700;
}
.bf-app-description{
  max-width:570px;
  margin:26px 0 0;
  color:rgba(255,255,255,.63);
  line-height:1.7;
  font-size:16px;
}
.bf-app-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.bf-app-tags span{
  border:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.68);
  border-radius:999px;
  padding:8px 11px;
  font-size:11px;
  font-weight:750;
}
.bf-app-art{
  position:relative;
  min-height:580px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#e9bdc7;
}
.bf-narau-disc{
  width:min(72%,430px);
  aspect-ratio:1;
  border-radius:50%;
  background:#f8eee7;
  box-shadow:0 28px 55px rgba(81,42,54,.16);
  position:absolute;
}
.bf-narau-mark{
  position:relative;
  z-index:2;
  font-size:clamp(120px,15vw,220px);
  font-weight:790;
  line-height:1;
  letter-spacing:-.08em;
  color:#222021;
  transform:translateY(-4%);
}
.bf-petal{
  position:absolute;
  width:30px;
  height:19px;
  border-radius:100% 0 100% 0;
  background:rgba(201,92,119,.62);
}
.bf-petal-one{left:16%;top:17%;transform:rotate(-12deg)}
.bf-petal-two{right:14%;bottom:17%;width:22px;height:14px;transform:rotate(54deg)}
.bf-petal-three{right:25%;top:18%;width:14px;height:10px;transform:rotate(22deg);opacity:.7}
.bf-coming-card{
  margin-top:18px;
  min-height:210px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  padding:34px 38px;
  border:1px solid rgba(31,29,30,.12);
  border-radius:32px;
  background:rgba(255,255,255,.28);
}
.bf-coming-index{
  display:block;
  margin-bottom:42px;
  color:#7a7273;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
}
.bf-coming-card h3{
  margin:0;
  font-size:clamp(30px,4vw,54px);
  letter-spacing:-.045em;
}
.bf-coming-card p{
  margin:10px 0 0;
  color:#776f71;
}
.bf-coming-symbol{
  font-size:64px;
  line-height:.8;
  font-weight:250;
  color:#8d8586;
}

.bf-principles-section{
  padding:40px 0 140px;
}
.bf-principles-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start;
}
.bf-principles-heading h2{
  margin:0;
  font-size:clamp(44px,6vw,82px);
  line-height:.98;
  letter-spacing:-.06em;
}
.bf-principles-list{
  border-top:1px solid rgba(31,29,30,.14);
}
.bf-principles-list article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  padding:24px 0 26px;
  border-bottom:1px solid rgba(31,29,30,.14);
}
.bf-principles-list article>span{
  color:#9a9293;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  padding-top:6px;
}
.bf-principles-list h3{
  margin:0 0 6px;
  font-size:22px;
  letter-spacing:-.03em;
}
.bf-principles-list p{
  margin:0;
  color:#746d6e;
  line-height:1.6;
  font-size:14px;
}
.bf-endcap{
  padding:120px 0 132px;
  background:#222021;
  color:#fff;
}
.bf-endcap-small{
  margin:0 0 56px;
  color:rgba(255,255,255,.48);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:800;
}
.bf-endcap-large{
  margin:0 0 44px;
  font-size:clamp(58px,9vw,128px);
  line-height:.88;
  letter-spacing:-.075em;
  font-weight:760;
}
.bf-text-link{
  display:inline-flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
  color:rgba(255,255,255,.72);
  font-size:14px;
  font-weight:750;
  border-bottom:1px solid rgba(255,255,255,.25);
  padding-bottom:6px;
}
.bf-home-footer{
  background:#222021;
  border-top-color:rgba(255,255,255,.08);
  color:rgba(255,255,255,.45);
}
.bf-home-footer a{color:rgba(255,255,255,.56)}

@media (max-width:900px){
  .bf-studio-statement{grid-template-columns:1fr;gap:40px}
  .bf-scroll-cue{align-self:flex-start}
  .bf-studio-orbit{right:-35vw;top:-10vw;width:90vw;height:90vw}
  .bf-app-card{grid-template-columns:1fr}
  .bf-app-art{min-height:430px;order:-1}
  .bf-app-card-copy{min-height:520px}
  .bf-principles-grid{grid-template-columns:1fr;gap:48px}
}
@media (max-width:560px){
  .bf-studio-hero-inner{min-height:calc(100svh - 64px);padding:44px 0 28px}
  .bf-studio-title{margin-top:74px;font-size:clamp(68px,22vw,104px)}
  .bf-studio-tagline{font-size:17px}
  .bf-studio-statement{padding-top:70px}
  .bf-studio-statement>p{font-size:42px}
  .bf-studio-orbit{right:-55vw;top:2vw;width:120vw;height:120vw}
  .bf-apps-section{padding:88px 0 96px}
  .bf-section-label{grid-template-columns:42px 1fr}
  .bf-app-card{border-radius:28px}
  .bf-app-art{min-height:340px}
  .bf-app-card-copy{padding:30px 26px;min-height:480px}
  .bf-app-name-row h2{font-size:66px}
  .bf-coming-card{padding:28px 26px;min-height:190px}
  .bf-principles-section{padding-bottom:100px}
  .bf-endcap{padding:92px 0 100px}
}


/* Exact Narau app icon artwork */
.bf-narau-icon{
  position:relative;
  z-index:2;
  width:min(64%,360px);
  aspect-ratio:1;
  object-fit:cover;
  border-radius:24%;
  box-shadow:0 30px 68px rgba(81,42,54,.22);
}
.app-logo-icon{
  width:44px;
  height:44px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(63,43,48,.12);
}
.cta-logo-icon{
  display:block;
  width:94px;
  height:94px;
  object-fit:cover;
  border-radius:24px;
  margin:0 auto 20px;
  box-shadow:0 18px 42px rgba(63,43,48,.14);
}


/* Narau three-phone demo showcase */
.narau-demo-section{
  padding:72px 0 138px;
  overflow:hidden;
}
.narau-demo-heading{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.narau-demo-heading p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
.narau-demo-phones{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px;
  align-items:start;
  max-width:1060px;
  margin:68px auto 0;
}
.narau-demo-item{
  text-align:center;
  min-width:0;
}
.narau-demo-center{
  transform:translateY(-38px);
}
.narau-demo-phone{
  width:min(100%,286px);
  aspect-ratio:9/19.5;
  margin:0 auto;
  padding:9px;
  border-radius:48px;
  background:#171516;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    0 34px 74px rgba(52,34,40,.17),
    0 8px 22px rgba(52,34,40,.12);
  position:relative;
}
.narau-demo-phone::before{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:43px;
  border:1px solid rgba(255,255,255,.07);
  pointer-events:none;
}
.narau-demo-speaker{
  position:absolute;
  top:17px;
  left:50%;
  transform:translateX(-50%);
  width:34%;
  height:25px;
  background:#171516;
  border-radius:0 0 17px 17px;
  z-index:3;
}
.narau-demo-screen{
  height:100%;
  width:100%;
  border-radius:40px;
  background:#000;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.04);
}
.narau-demo-screen span{
  color:rgba(255,255,255,.34);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}
.narau-demo-copy{
  max-width:280px;
  margin:24px auto 0;
}
.narau-demo-number{
  display:block;
  margin-bottom:8px;
  color:var(--petal);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
}
.narau-demo-copy h3{
  margin:0 0 9px;
  font-size:24px;
  letter-spacing:-.035em;
}
.narau-demo-copy p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}
@media (max-width:900px){
  .narau-demo-section{
    padding-bottom:108px;
  }
  .narau-demo-phones{
    gap:20px;
  }
  .narau-demo-phone{
    width:min(100%,245px);
    border-radius:42px;
  }
  .narau-demo-screen{
    border-radius:35px;
  }
  .narau-demo-phone::before{
    border-radius:38px;
  }
}
@media (max-width:700px){
  .narau-demo-section{
    padding-top:46px;
    padding-bottom:94px;
  }
  .narau-demo-phones{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:24px max(13px,calc((100vw - 300px)/2)) 34px;
    margin-left:calc((100vw - 100%)/-2);
    margin-right:calc((100vw - 100%)/-2);
    scrollbar-width:none;
  }
  .narau-demo-phones::-webkit-scrollbar{
    display:none;
  }
  .narau-demo-item{
    flex:0 0 280px;
    scroll-snap-align:center;
  }
  .narau-demo-center{
    transform:none;
  }
  .narau-demo-phone{
    width:258px;
  }
}


/* Narau hero inspired by the 3-phone app template layout */
.narau-hero-apura{
  padding:28px 0 84px;
}
.narau-hero-panel{
  background:linear-gradient(180deg,#231f22 0%,#181517 100%);
  color:#fff;
  border-radius:40px;
  overflow:hidden;
  padding:70px 46px 0;
  position:relative;
  box-shadow:0 26px 80px rgba(40,24,30,.16);
}
.narau-hero-panel::before{
  content:"";
  position:absolute;
  inset:auto -14% -18% -10%;
  height:420px;
  background:
    radial-gradient(circle at 50% 8%,rgba(255,255,255,.12),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));
  pointer-events:none;
}
.narau-hero-top{
  max-width:940px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:2;
}
.narau-hero-branding{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.narau-hero-icon{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.narau-hero-panel h1{
  margin:24px auto 16px;
  max-width:920px;
  font-size:clamp(56px,8vw,106px);
  line-height:.95;
  letter-spacing:-.06em;
}
.narau-hero-copy{
  max-width:860px;
  margin:0 auto;
  font-size:clamp(18px,2.2vw,29px);
  line-height:1.48;
  color:rgba(255,255,255,.78);
}
.narau-hero-actions{
  justify-content:center;
  margin-top:32px;
}
.narau-hero-panel .button{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.13);
  color:#fff;
}
.narau-hero-panel .button.primary{
  background:#fff;
  color:#171517;
  border-color:#fff;
}
.narau-hero-panel .micro{color:rgba(255,255,255,.58)}
.narau-hero-micro{margin-top:18px}

.narau-hero-phones{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:78px auto -34px;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:34px;
}
.narau-hero-phone-card{
  text-align:center;
}
.narau-hero-phone-card.narau-left,
.narau-hero-phone-card.narau-right{
  transform:translateY(34px);
}
.narau-hero-phone-card.narau-center{
  z-index:3;
}
.narau-hero-phone{
  width:290px;
  aspect-ratio:9/19.3;
  border-radius:52px;
  background:#111;
  padding:8px;
  border:2px solid rgba(255,255,255,.5);
  box-shadow:0 20px 44px rgba(0,0,0,.28);
  position:relative;
}
.narau-hero-phone::before{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:46px;
  border:1px solid rgba(255,255,255,.12);
}
.narau-hero-speaker{
  position:absolute;
  left:50%;
  top:16px;
  transform:translateX(-50%);
  width:36%;
  height:27px;
  background:#111;
  border-radius:0 0 18px 18px;
  z-index:3;
}
.narau-hero-screen{
  width:100%;
  height:100%;
  border-radius:43px;
  background:#000;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.narau-hero-screen span{
  color:rgba(255,255,255,.34);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}
.narau-hero-phone-label{
  margin-top:18px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
}

@media (max-width:1150px){
  .narau-hero-panel{padding:58px 28px 0}
  .narau-hero-phones{gap:22px}
  .narau-hero-phone{width:250px;border-radius:46px}
  .narau-hero-phone::before{border-radius:40px}
  .narau-hero-screen{border-radius:38px}
}
@media (max-width:860px){
  .narau-hero-panel{padding:48px 20px 28px;border-radius:32px}
  .narau-hero-panel h1{font-size:56px}
  .narau-hero-copy{font-size:18px}
  .narau-hero-phones{
    margin:54px auto 0;
    gap:18px;
    overflow-x:auto;
    justify-content:flex-start;
    padding:4px 8px 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .narau-hero-phones::-webkit-scrollbar{display:none}
  .narau-hero-phone-card{flex:0 0 228px;scroll-snap-align:center}
  .narau-hero-phone-card.narau-left,
  .narau-hero-phone-card.narau-right,
  .narau-hero-phone-card.narau-center{transform:none}
  .narau-hero-phone{width:228px;border-radius:42px}
  .narau-hero-phone::before{border-radius:36px}
  .narau-hero-screen{border-radius:34px}
  .narau-hero-phone-label{margin-top:14px}
}


/* Narau hero v8 — larger phones, clean charcoal, no bottom clipping */
.narau-hero-apura{
  padding-bottom:260px;
}

.narau-hero-panel{
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.035), transparent 34%),
    #17171a;
  overflow:visible;
}

.narau-hero-panel::before{
  display:none;
}

.narau-hero-phones{
  max-width:1120px;
  width:100%;
  margin:78px auto -210px;
  gap:18px;
  justify-content:space-between;
}

.narau-hero-phone{
  width:340px;
  border-radius:58px;
}

.narau-hero-phone::before{
  border-radius:52px;
}

.narau-hero-screen{
  border-radius:49px;
}

.narau-hero-phone-card.narau-left,
.narau-hero-phone-card.narau-right{
  transform:translateY(28px);
}

.narau-hero-phone-card.narau-center{
  transform:translateY(0);
}

@media (max-width:1150px){
  .narau-hero-apura{
    padding-bottom:230px;
  }

  .narau-hero-phones{
    max-width:1000px;
    margin-bottom:-185px;
    gap:14px;
  }

  .narau-hero-phone{
    width:310px;
    border-radius:54px;
  }

  .narau-hero-phone::before{
    border-radius:48px;
  }

  .narau-hero-screen{
    border-radius:45px;
  }
}

@media (max-width:860px){
  .narau-hero-apura{
    padding-bottom:92px;
  }

  .narau-hero-panel{
    overflow:hidden;
  }

  .narau-hero-phones{
    margin:54px auto 0;
    max-width:none;
    width:auto;
  }

  .narau-hero-phone{
    width:228px;
  }

  .narau-hero-phone-card.narau-left,
  .narau-hero-phone-card.narau-right,
  .narau-hero-phone-card.narau-center{
    transform:none;
  }
}
