/* Immersive home direction — inspired by cinematic 3D product storytelling. */
body{
  background:#f5f3ee;
}

.nav{
  position:relative;
  z-index:60;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.8);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
  backdrop-filter:blur(18px) saturate(1.2);
}

.nav .logo{
  position:relative;
  isolation:isolate;
}

.nav .logo>img{
  filter:grayscale(1) brightness(0) invert(1);
}

.nav .logo:after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:url('/assets/diyvideo-logo-cropped.png') center/contain no-repeat;
  clip-path:inset(0 0 0 36%);
}

.hero{
  --hero-x:0px;
  --hero-y:0px;
  min-height:max(680px,calc(100svh - 60px));
  display:grid;
  align-items:center;
  padding:44px 4.2vw 58px;
  text-align:center;
  background:#f6f4ef;
}

.hero:before{
  content:none;
  display:none;
}

.hero:after{
  z-index:2;
  background:
    linear-gradient(180deg,rgba(248,246,241,.18),rgba(248,246,241,.02) 56%,rgba(248,246,241,.82) 100%),
    radial-gradient(ellipse 42% 76% at 50% 43%,rgba(255,255,255,.9) 0%,rgba(255,255,255,.64) 46%,rgba(255,255,255,.06) 82%,transparent 100%);
}

.hero-motion{
  inset:-4%;
  width:108%;
  height:108%;
  object-fit:cover;
  opacity:0;
  filter:saturate(1.08) contrast(1.02) brightness(1.015);
  transform:translate3d(var(--hero-x),var(--hero-y),0) scale(1.035);
  transition:opacity 1.05s ease,transform .22s ease-out;
  will-change:opacity,transform;
}

.hero-motion.is-active{opacity:.9}
.hero-fx{z-index:1;opacity:.32;mix-blend-mode:multiply}
.hero>*:not(.hero-fx):not(.hero-motion){z-index:3}

.hero-shell{
  width:min(1120px,100%);
  margin:auto;
}

.hero-copy{
  position:relative;
  width:min(920px,100%);
  margin:auto;
}

.hero-eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:0 auto 15px;
}

.rating{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin:0;
  padding:0 13px;
  border:1px solid rgba(164,120,220,.15);
  border-radius:999px;
  color:#625b6b;
  background:rgba(255,255,255,.7);
  box-shadow:0 10px 28px rgba(45,28,82,.055);
  font-size:11px;
  letter-spacing:.015em;
  backdrop-filter:blur(14px);
}

.rating b{color:#a478dc}

.hero h1{
  max-width:1020px;
  min-height:2.05em;
  margin:0 auto;
  font-size:clamp(54px,6.25vw,94px);
  color:#221927;
  font-weight:600;
  line-height:.88;
  letter-spacing:-.073em;
  text-wrap:balance;
  text-shadow:0 3px 28px rgba(255,255,255,.98);
}

.headline-text{
  display:flex;
  align-items:center;
  flex-direction:column;
  column-gap:0;
  row-gap:.05em;
}

.headline-line{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  column-gap:.19em;
}

.headline-line.accent,
.product-showcase-heading h2 em{
  color:#8056be;
  font-style:normal;
  font-weight:500;
  background:linear-gradient(100deg,#69429f 5%,#a478dc 40%,#7043ad 70%,#b18ae2 95%);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.headline-word{
  transform:translateY(26px) rotateX(-16deg);
  transform-origin:center bottom;
}

@keyframes headline-word-in{
  to{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}
}

.sub{
  max-width:660px;
  margin:18px auto 24px;
  color:#59535f;
  font-size:16px;
  line-height:1.45;
  text-shadow:0 1px 10px rgba(255,255,255,.94);
}

.composer{
  width:min(720px,100%);
  min-height:142px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:27px;
  background:rgba(255,255,255,.82);
  box-shadow:
    0 26px 70px rgba(55,35,92,.14),
    inset 0 0 0 1px rgba(164,120,220,.08);
  backdrop-filter:blur(22px) saturate(1.25);
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}

.composer:focus-within{
  border-color:rgba(164,120,220,.3);
  box-shadow:0 32px 90px rgba(55,35,92,.19),inset 0 0 0 1px rgba(164,120,220,.15);
  transform:translateY(-2px);
}

.composer textarea{
  color:#241d2d;
  font-size:15px;
  line-height:1.45;
}

.composer textarea::placeholder{color:#7c7582}
.composer .round,.composer .tool{border-color:rgba(164,120,220,.13);background:rgba(255,255,255,.76)}
.composer .tool-mic,
.chat-followup-tool{color:#a478dc}
.composer .send{min-width:112px;background:#a478dc;box-shadow:0 9px 20px rgba(164,120,220,.2)}
.composer .send:hover{background:#8056be}
.status{margin-bottom:0;color:#665e6c;text-shadow:0 1px 8px #fff}

.gallery{
  position:relative;
  padding-top:28px;
  background:#f8f7f3;
}

.card .card-motion{
  position:absolute;
  z-index:0;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  pointer-events:none;
  filter:none;
  transition:transform .8s cubic-bezier(.16,1,.3,1);
}

.card:hover .card-motion,
.card:focus-visible .card-motion{
  transform:scale(1.035);
}

.card:before{z-index:1}
.card>.icon,.card>h3,.card>p,.card>.arrow{z-index:2}

/* Let the product imagery support the labels instead of competing with them. */
.card:before{
  background:linear-gradient(180deg,rgba(18,14,26,.52),rgba(18,14,26,.43) 58%,rgba(10,8,16,.36));
  backdrop-filter:saturate(.64) contrast(.9);
  -webkit-backdrop-filter:saturate(.64) contrast(.9);
  transition:background .25s ease,backdrop-filter .25s ease;
}

.card:hover:before{
  background:linear-gradient(180deg,rgba(18,14,26,.40),rgba(18,14,26,.32) 58%,rgba(10,8,16,.30));
  backdrop-filter:saturate(.76) contrast(.94);
  -webkit-backdrop-filter:saturate(.76) contrast(.94);
}

/* Show the opening-card videos without a colour or blur overlay. */
#examples .card:before{
  content:none;
  display:none;
}

#examples .card .brand-icon{
  border-color:rgba(17,17,17,.48);
}

#examples .card .brand-icon img,
#examples .card .brand-icon.scriptwriter-mark img{
  opacity:1;
  filter:brightness(0) saturate(100%);
}

#examples .card h3,
#examples .card p,
#examples .card .arrow{
  color:#111;
  text-shadow:none;
}

#examples .card h3{
  width:fit-content;
  max-width:calc(100% - 28px);
  align-self:flex-start;
  padding:5px 7px;
  border-radius:7px;
  background:rgba(255,255,255,.9);
  box-shadow:0 3px 12px rgba(25,18,33,.08);
}

#examples .card p{
  width:fit-content;
  max-width:100%;
  border-radius:7px;
  background:rgba(255,255,255,.9);
}

#examples .card:hover p,
#examples .card:focus-visible p{
  margin-top:2px;
  padding:5px 7px;
}

#examples .card .arrow{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  box-shadow:0 3px 12px rgba(25,18,33,.08);
}

.card p,
.product-showcase .expanded-card p{
  max-height:0;
  margin-top:0;
  opacity:0;
  transform:translateY(8px);
  transition:max-height .3s ease,opacity .22s ease,transform .3s ease;
}

.card:hover p,
.card:focus-visible p,
.product-showcase .expanded-card:hover p,
.product-showcase .expanded-card:focus-visible p{
  max-height:8em;
  opacity:1;
  transform:translateY(0);
}

.card .brand-icon,
.product-showcase .expanded-card .brand-icon{
  border-color:rgba(255,255,255,.48);
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.card .brand-icon img,
.product-showcase .expanded-card .brand-icon img{
  opacity:.96;
  filter:grayscale(1) brightness(0) invert(1);
}

.card .brand-icon.scriptwriter-mark img,
.product-showcase .expanded-card .brand-icon.scriptwriter-mark img{
  filter:grayscale(1) brightness(0) invert(1);
}

.card h3{font-weight:600}

@media(hover:none){
  .card p,.product-showcase .expanded-card p{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  .card .card-motion{display:none}
}

/* The compact suite remains above the fold; scrolling opens the same products into a cinematic showcase. */
.product-showcase{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(72px,9vw,138px) max(22px,3.2vw) clamp(76px,8vw,128px);
  background:
    radial-gradient(circle at 8% 4%,rgba(164,120,220,.14),transparent 24%),
    radial-gradient(circle at 92% 26%,rgba(255,128,107,.12),transparent 25%),
    linear-gradient(180deg,#f2efe9 0%,#fbfaf6 18%,#f5f2ec 100%);
}

.product-showcase:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(rgba(164,120,220,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(164,120,220,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,#000,transparent 74%);
}

.product-showcase-heading{
  width:min(1400px,100%);
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(500px,1.35fr);
  align-items:stretch;
  gap:clamp(20px,3vw,42px);
  margin:0 auto clamp(34px,5vw,70px);
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease,transform .85s cubic-bezier(.22,1,.36,1);
}

.product-showcase.is-visible .product-showcase-heading{
  opacity:1;
  transform:none;
}

.product-showcase-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,4vw,60px);
  border:1px solid rgba(164,120,220,.1);
  border-radius:clamp(26px,3vw,42px);
  background:rgba(255,255,255,.72);
  box-shadow:0 26px 80px rgba(33,21,52,.09);
  backdrop-filter:blur(18px);
}

.product-showcase-visual{
  min-height:clamp(300px,34vw,480px);
  margin:0;
  overflow:hidden;
  border:1px solid rgba(164,120,220,.1);
  border-radius:clamp(26px,3vw,42px);
  background:#f1ede8;
  box-shadow:0 26px 80px rgba(33,21,52,.11);
}

.product-showcase-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.product-showcase-heading p{
  margin:0 0 13px;
  color:#a478dc;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}

.product-showcase-heading h2{
  max-width:650px;
  margin:0;
  color:#241c2b;
  font-size:clamp(42px,5.5vw,82px);
  font-weight:600;
  line-height:.92;
  letter-spacing:-.065em;
  text-wrap:balance;
}

.product-showcase-heading h2 em{display:block;margin-top:.08em}

.product-showcase-heading span{
  display:block;
  margin-top:20px;
  color:#6e6773;
  font-size:14px;
  line-height:1.6;
}

.pipeline-journey{
  width:min(1500px,100%);
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:9px;
  margin:0 auto clamp(34px,4vw,58px);
  padding:0;
  list-style:none;
}

.pipeline-journey li{
  position:relative;
  min-height:122px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px 18px 17px;
  border:1px solid rgba(164,120,220,.12);
  border-radius:19px;
  background:rgba(255,255,255,.78);
  box-shadow:0 14px 34px rgba(40,27,61,.065);
  backdrop-filter:blur(14px);
}

.pipeline-journey li:not(:last-child):after{
  content:"→";
  position:absolute;
  z-index:2;
  right:-15px;
  top:20px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:1px solid rgba(164,120,220,.18);
  border-radius:50%;
  color:#a478dc;
  background:#fbf9f5;
  font-size:15px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(164,120,220,.1);
}

.pipeline-journey strong{
  display:block;
  color:#211c25;
  font-size:14px;
  font-weight:600;
  line-height:1.15;
}

.pipeline-journey span{
  display:block;
  margin-top:8px;
  color:#756d79;
  font-size:10px;
  line-height:1.45;
}

.expanded-product-grid{
  width:min(1500px,100%);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:min(680px,calc(100svh - 150px));
  gap:clamp(16px,2vw,30px);
  margin:0 auto;
}

.product-showcase .expanded-card{
  min-height:520px;
  height:auto;
  padding:clamp(24px,3.1vw,48px);
  border-radius:clamp(24px,2.8vw,42px);
  opacity:0;
  transform:translateY(70px) scale(.93);
  transform-origin:center 85%;
  box-shadow:0 30px 100px rgba(26,15,43,.14);
  transition:
    opacity .65s ease,
    transform .9s cubic-bezier(.22,1,.36,1),
    box-shadow .4s ease;
}

.product-showcase .expanded-card.is-visible{
  opacity:1;
  transform:none;
}

.product-showcase .expanded-card:hover{
  transform:translateY(-8px) scale(1.006);
  box-shadow:0 44px 120px rgba(31,18,52,.28);
}

.product-showcase .expanded-card:after{
  content:none;
  display:none;
}

.product-showcase .expanded-card .icon{
  left:clamp(25px,3vw,46px);
  top:clamp(25px,3vw,46px);
  width:54px;
  height:54px;
  border-radius:16px;
}

.product-showcase .expanded-card .brand-icon{
  width:96px;
  padding:10px 12px;
}

.product-showcase .expanded-card .brand-icon.is-square{
  width:54px;
  padding:10px;
}

.product-showcase .expanded-card .brand-icon img{
  max-height:28px;
}

.product-showcase .expanded-card .brand-icon.is-square img,
.product-showcase .expanded-card .brand-icon.scriptwriter-mark img{
  width:28px;
  height:28px;
  max-height:28px;
}

.product-showcase .expanded-card h3{
  max-width:82%;
  margin:0 70px 13px 0;
  font-size:clamp(34px,3.4vw,58px);
  font-weight:600;
  line-height:.92;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.product-showcase .expanded-card p{
  display:block;
  max-width:620px;
  margin:0;
  padding-right:55px;
  overflow:visible;
  color:rgba(255,255,255,.82);
  font-size:clamp(14px,1.25vw,19px);
  line-height:1.45;
  -webkit-line-clamp:unset;
}

.product-showcase .expanded-card .arrow{
  right:clamp(25px,3vw,46px);
  bottom:clamp(25px,3vw,46px);
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.4);
  border-radius:50%;
  background:rgba(255,255,255,.16);
  font-size:26px;
  backdrop-filter:blur(14px);
  transition:color .2s ease,background .2s ease,transform .2s ease;
}

.product-showcase .expanded-card:hover .arrow{
  color:#a478dc;
  background:#fff;
  transform:translateX(3px);
}

@media(min-width:1101px){
  .expanded-product-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    grid-auto-rows:clamp(330px,29vw,430px);
    gap:clamp(10px,1vw,16px);
  }

  .product-showcase .expanded-card{
    min-height:330px;
    padding:clamp(17px,1.45vw,23px);
    border-radius:clamp(19px,1.65vw,25px);
  }

  .product-showcase .expanded-card:after{
    top:clamp(18px,1.45vw,23px);
    right:clamp(17px,1.45vw,23px);
    padding:6px 8px;
    font-size:7px;
  }

  .product-showcase .expanded-card .icon{
    left:clamp(17px,1.45vw,23px);
    top:clamp(17px,1.45vw,23px);
    width:40px;
    height:40px;
    border-radius:12px;
  }

  .product-showcase .expanded-card .brand-icon{
    width:70px;
    padding:7px 8px;
  }

  .product-showcase .expanded-card .brand-icon.is-square{
    width:40px;
    padding:7px;
  }

  .product-showcase .expanded-card .brand-icon img{
    max-height:21px;
  }

  .product-showcase .expanded-card .brand-icon.is-square img,
  .product-showcase .expanded-card .brand-icon.scriptwriter-mark img{
    width:21px;
    height:21px;
    max-height:21px;
  }

  .product-showcase .expanded-card h3{
    max-width:96%;
    margin:0 34px 8px 0;
    font-size:clamp(19px,1.55vw,27px);
    line-height:.98;
    letter-spacing:-.045em;
  }

  .product-showcase .expanded-card p{
    padding-right:24px;
    font-size:11px;
    line-height:1.38;
  }

  .product-showcase .expanded-card .arrow{
    right:clamp(17px,1.45vw,23px);
    bottom:clamp(17px,1.45vw,23px);
    width:40px;
    height:40px;
    font-size:21px;
  }
}

@media(max-width:900px){
  .product-showcase{padding-right:18px;padding-left:18px}
  .product-showcase-heading{grid-template-columns:1fr}
  .product-showcase-visual{min-height:clamp(260px,54vw,430px)}
  .pipeline-journey{grid-template-columns:1fr}
  .pipeline-journey li:not(:last-child):after{content:"↓";right:14px;top:auto;bottom:-15px}
  .expanded-product-grid{grid-template-columns:1fr;grid-auto-rows:min(720px,76svh)}
  .product-showcase .expanded-card{min-height:460px}
  .product-showcase .expanded-card h3{font-size:clamp(36px,7vw,58px)}
}

@media(max-width:560px){
  .product-showcase{padding:70px 12px 74px}
  .product-showcase-heading{padding:0 6px;margin-bottom:32px}
  .product-showcase-copy{padding:28px 22px;border-radius:26px}
  .product-showcase-visual{min-height:230px;border-radius:26px}
  .product-showcase-heading h2{font-size:clamp(36px,11vw,50px);line-height:.93}
  .product-showcase-heading span{margin-top:14px;font-size:12px}
  .pipeline-journey{grid-template-columns:1fr;gap:9px;padding:0 6px}
  .pipeline-journey li{min-height:104px}
  .expanded-product-grid{grid-auto-rows:min(680px,78svh);gap:12px;scroll-snap-type:y proximity}
  .product-showcase .expanded-card{min-height:500px;padding:24px;border-radius:28px;scroll-snap-align:center}
  .product-showcase .expanded-card:after{top:23px;right:22px}
  .product-showcase .expanded-card .icon{left:22px;top:22px}
  .product-showcase .expanded-card h3{max-width:95%;margin-right:22px;font-size:clamp(36px,11vw,52px)}
  .product-showcase .expanded-card p{padding-right:18px;font-size:14px}
  .product-showcase .expanded-card .arrow{right:22px;bottom:22px}
}

@media(prefers-reduced-motion:reduce){
  .product-showcase-heading,.product-showcase .expanded-card{opacity:1;transform:none;transition:none}
}

/* Keep the immersive hero and complete 5 × 2 product suite in the first desktop viewport. */
@media(min-width:1101px) and (min-height:650px){
  main{
    height:calc(100svh - 60px);
    min-height:640px;
    display:grid;
    grid-template-rows:minmax(390px,62%) minmax(240px,38%);
  }
  .hero{
    min-height:0;
    height:auto;
    padding:16px 4.2vw 14px;
  }
  .hero-eyebrow{margin-bottom:8px}
  .rating{min-height:27px;font-size:10px}
  .hero h1{
    min-height:1.82em;
    font-size:clamp(44px,4.65vw,68px);
    line-height:.89;
    letter-spacing:-.068em;
  }
  .sub{margin:10px auto 14px;font-size:14px;line-height:1.35}
  .composer{min-height:116px;padding-bottom:50px;border-radius:24px}
  .composer textarea{height:59px;padding:17px 22px 7px;font-size:14px}
  .composer .tools{bottom:10px}
  .status{min-height:14px;margin-top:7px;font-size:11px}
  .gallery{
    width:min(1240px,100%);
    height:auto;
    min-height:0;
    grid-template-columns:repeat(5,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:8px 18px 11px;
  }
  .card{
    height:auto;
    min-height:0;
    padding:10px;
    border-radius:14px;
    box-shadow:0 5px 16px rgba(25,15,44,.1);
  }
  .card:hover{transform:translateY(-3px) scale(1.008)}
  .card .icon{left:9px;top:9px;width:28px;height:28px;border-radius:8px}
  .card .brand-icon{width:52px;padding:4px 6px}
  .card .brand-icon.is-square{width:28px;padding:5px}
  .card .brand-icon img{max-height:18px}
  .card .brand-icon.is-square img{width:16px;height:16px}
  .card .brand-icon.scriptwriter-mark img{width:16px;height:16px;max-height:16px}
  .card h3{margin:0 20px 3px 0;font-size:13px;line-height:1.05;letter-spacing:-.25px}
  .card p{padding-right:4px;font-size:8.5px;line-height:1.22;-webkit-line-clamp:2}
  .card .arrow{right:9px;bottom:9px;font-size:14px}
}

@media(max-width:850px){
  .hero{
    min-height:max(720px,calc(100svh - 64px));
    padding:40px 22px 52px;
    overflow:hidden;
  }
  .hero-shell,.hero-copy{width:100%}
  .hero h1{font-size:clamp(44px,9.5vw,68px);letter-spacing:-.062em}
  .hero-motion{
    object-position:center center;
    transform:scale(1.06);
  }
}

@media(max-width:560px){
  .nav{height:64px;padding:0 16px;background:rgba(0,0,0,.8)}
  .hero{
    min-height:max(700px,calc(100svh - 64px));
    padding:24px 12px 34px;
  }
  .hero-motion{
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    object-fit:cover;
    object-position:center center;
    filter:saturate(.96) contrast(.96) brightness(1.06);
    transform:none;
  }
  .hero-motion.is-active{opacity:.62}
  .hero:after{
    background:
      linear-gradient(180deg,rgba(248,246,241,.58),rgba(248,246,241,.22) 45%,rgba(248,246,241,.91) 100%),
      radial-gradient(ellipse 92% 66% at 50% 38%,rgba(255,255,255,.96),rgba(255,255,255,.68) 58%,rgba(255,255,255,.14) 100%);
  }
  .hero-fx{opacity:.14}
  .hero-eyebrow{gap:7px;margin-bottom:12px}
  .rating{min-height:27px;max-width:100%;padding:0 9px;font-size:8.5px;white-space:nowrap}
  .hero h1{
    min-height:3.05em;
    padding:0 2px;
    font-size:clamp(34px,10.4vw,47px);
    line-height:.93;
    letter-spacing:-.052em;
    text-shadow:0 2px 24px rgba(255,255,255,1),0 0 8px rgba(255,255,255,.9);
  }
  .headline-text{column-gap:.18em;row-gap:.035em}
  .sub{max-width:330px;margin:10px auto 15px;font-size:12.5px;line-height:1.38}
  .composer{width:100%;min-height:154px;border-radius:22px}
  .composer textarea{height:78px;padding:17px 17px 8px;font-size:13px;line-height:1.4}
  .composer .tools{left:10px;right:10px;gap:5px}
  .composer .round,.composer .tool{height:38px}
  .composer .round{width:38px;flex:0 0 38px}
  .composer .tool-camera{width:40px;padding:0}
  .composer .tool-camera .tool-label{display:none}
  .composer .tool-mic{min-width:66px;padding:0 8px}
  .composer .send{min-width:88px;padding:0 10px;font-size:12px}
  .status{min-height:14px;margin-top:7px;font-size:10px}
  .gallery{padding-top:15px}
}

@media(max-width:380px){
  .hero{padding-right:9px;padding-left:9px}
  .hero h1{font-size:clamp(31px,10vw,39px)}
  .rating{font-size:7.7px}
  .composer .tool-mic{min-width:40px;width:40px;padding:0}
  .composer .tool-mic span{display:none}
  .composer .send{min-width:80px;padding:0 8px}
}

@media(prefers-reduced-motion:reduce){
  .hero-motion{display:block;opacity:0}
  .hero-motion:first-of-type{opacity:.72}
}
