:root {
  --night: #15102d;
  --night-deep: #0c0820;
  --white: #ffffff;
  --soft: #f0edff;
  --muted: #c9c3e8;
  --indigo: #6366f1;
  --violet: #8b5cf6;
  --coral: #fb7185;
  --mint: #7dd3c7;
  --glass: rgba(255,255,255,.09);
  --glass-strong: rgba(255,255,255,.14);
  --line: rgba(255,255,255,.20);
  --shadow: 0 24px 80px rgba(4, 2, 18, .32);
  --display: "Unbounded", Arial, sans-serif;
  --body: "Figtree", Arial, sans-serif;
  --container: 1180px;
  --radius: 1.6rem;
  --section: clamp(5.5rem, 10vw, 9rem);
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  min-width: 320px; margin: 0; overflow-x: hidden;
  overflow-x: clip; /* avoid body becoming a scroll container (Safari scroll clamp) */
  background:
    radial-gradient(circle at 20% 25%, rgba(99,102,241,.26), transparent 28rem),
    radial-gradient(circle at 90% 44%, rgba(251,113,133,.2), transparent 25rem),
    linear-gradient(145deg, var(--night-deep), var(--night) 52%, #241040);
  color: var(--white); font-family: var(--body); font-size: 1rem; line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .22em; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #fda4af; outline-offset: 4px; }
::selection { background: var(--coral); color: var(--night-deep); }
.skip-link { position: fixed; z-index: 1000; top: .8rem; left: .8rem; padding: .7rem 1rem; border-radius: .6rem; background: var(--white); color: var(--night); transform: translateY(-170%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.mesh { position: fixed; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(110px); opacity: .22; pointer-events: none; }
.mesh--one { top: 28%; left: -18rem; background: var(--violet); }
.mesh--two { right: -18rem; bottom: 10%; background: var(--coral); }

.floating-header { position: fixed; z-index: 100; top: .75rem; right: 0; left: 0; padding-inline: .75rem; }
.nav-shell {
  position: relative; display: flex; width: min(100%, 1050px); min-height: 4.15rem; align-items: center; justify-content: space-between; gap: .8rem; margin-inline: auto; padding: .55rem .65rem .55rem 1rem;
  border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(18,12,43,.72); box-shadow: 0 15px 45px rgba(5,3,20,.25); backdrop-filter: blur(20px);
}
.brand { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; white-space: nowrap; }
.brand span { width: .9rem; height: .9rem; border-radius: 40% 60% 65% 35%; background: linear-gradient(135deg, var(--indigo), var(--coral)); box-shadow: 0 0 18px rgba(251,113,133,.5); transform: rotate(20deg); }
.nav-toggle { display: grid; width: 2.7rem; height: 2.7rem; place-content: center; gap: .35rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--glass); cursor: pointer; }
.nav-toggle i { display: block; width: 1.15rem; height: 2px; background: var(--white); transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.site-nav { position: absolute; top: calc(100% + .55rem); right: 0; left: 0; display: none; padding: .75rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(18,12,43,.96); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--muted); font-weight: 600; text-decoration: none; }
.site-nav a:last-child { border-bottom: 0; }
.site-nav a:hover { color: var(--white); }
.nav-cta { display: none; min-height: 2.85rem; align-items: center; justify-content: center; gap: .5rem; padding-inline: 1rem; border-radius: .78rem; background: var(--white); color: var(--night); font-size: .86rem; font-weight: 700; text-decoration: none; }

.hero { position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden; padding: 7.75rem 0 5rem; }
.hero::after { position: absolute; right: 6%; bottom: 3%; left: 6%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); content: ""; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; text-align: center; }
.hero-blob {
  position: absolute; top: 50%; left: 50%; width: min(clamp(23rem, 70vw, 54rem), calc(100vw - 1rem)); aspect-ratio: 1.08;
  border-radius: 55% 45% 60% 40% / 45% 58% 42% 55%;
  background: linear-gradient(125deg, var(--indigo) 5%, var(--violet) 48%, var(--coral) 95%);
  box-shadow: 0 0 100px rgba(139,92,246,.28); filter: saturate(1.1);
  transform: translate(-50%, -50%) rotate(-8deg); animation: blob-drift 18s ease-in-out infinite alternate;
}
.hero-blob::before { position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; content: ""; }
.hero-blob i { position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-blob i:first-child { top: 12%; right: 7%; width: 4rem; height: 4rem; }
.hero-blob i:last-child { bottom: 10%; left: 10%; width: 2.2rem; height: 2.2rem; }
.hero-kicker { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; margin: 0 0 1.4rem; font-size: clamp(.72rem, 2.6vw, .9rem); font-weight: 600; letter-spacing: .06em; }
.hero-kicker span { width: .55rem; height: .55rem; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(255,255,255,.13); }
h1, h2 { margin-top: 0; font-family: var(--display); line-height: 1.07; }
h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(2.65rem, 8.2vw, 6.1rem); letter-spacing: -.065em; text-wrap: balance; }
h1 em { color: #fff2ad; font-style: normal; text-shadow: 0 6px 30px rgba(92,42,95,.25); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 5vw, 3.65rem); letter-spacing: -.045em; }
h3 { margin: 0 0 .65rem; font-size: clamp(1.35rem, 2.5vw, 1.75rem); line-height: 1.15; }
.hero-inner > p:not(.hero-kicker) { max-width: 42rem; margin: 0 0 1.8rem; color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 2.1vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .55rem; padding: .8rem 1.25rem; border: 1px solid var(--line); border-radius: .85rem; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--light { border-color: var(--white); background: var(--white); color: var(--night); box-shadow: 0 12px 28px rgba(20,10,50,.2); }
.button--glass { background: rgba(255,255,255,.09); color: var(--white); backdrop-filter: blur(12px); }
.button--glass:hover { background: rgba(255,255,255,.16); }
.button--dark { border-color: var(--night); background: var(--night); color: var(--white); box-shadow: 0 12px 32px rgba(15,8,35,.3); }
.hero-proof { display: flex; align-items: center; gap: .75rem; margin-top: 2rem; }
.avatar-stack { display: flex; padding-left: .6rem; }
.avatar-stack i { display: grid; width: 2rem; height: 2rem; place-items: center; margin-left: -.6rem; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: #3e326e; font-size: .65rem; font-style: normal; font-weight: 700; }
.avatar-stack i:nth-child(2) { background: #be546d; }
.avatar-stack i:nth-child(3) { background: #5e63ca; }
.hero-proof p { margin: 0; font-size: .72rem; text-align: left; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof span { color: rgba(255,255,255,.7); }

.section-heading { display: grid; max-width: 49rem; margin: 0 auto clamp(2.5rem, 6vw, 4.5rem); text-align: center; }
.section-heading--compact { max-width: 61rem; }
.section-heading > p:last-child { max-width: 36rem; justify-self: center; margin: 0; color: var(--muted); font-size: 1.05rem; }
.eyebrow { margin: 0 0 1rem; color: #fda4af; font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.bento-grid { display: grid; gap: 1rem; }
.bento-card {
  position: relative; display: flex; min-width: 0; min-height: 22rem; overflow: hidden; flex-direction: column; justify-content: flex-end;
  padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--glass); box-shadow: inset 0 1px rgba(255,255,255,.07), var(--shadow); backdrop-filter: blur(18px);
}
.bento-card::before { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.08), transparent 48%); content: ""; pointer-events: none; }
.bento-card > div:last-child { position: relative; z-index: 2; }
.bento-card p { margin: 0; color: var(--muted); }
.tile-label, .plan-tag { display: inline-block; margin-bottom: .8rem; color: #fda4af; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.tile-art { position: absolute; top: 1rem; right: 1rem; left: 1rem; height: 11rem; }
.orbit-art i { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-art i:nth-child(1) { width: 8rem; height: 8rem; }
.orbit-art i:nth-child(2) { width: 5rem; height: 5rem; border-color: rgba(251,113,133,.65); }
.orbit-art i:nth-child(3) { width: 1.5rem; height: 1.5rem; background: var(--coral); box-shadow: 0 0 28px rgba(251,113,133,.65); }
.orbit-art b { position: absolute; top: 2rem; left: calc(50% + 2.2rem); width: .75rem; height: .75rem; border-radius: 50%; background: #c4b5fd; }
.cards-art i { position: absolute; top: 50%; left: 50%; width: 7.5rem; height: 4.8rem; border: 1px solid rgba(255,255,255,.28); border-radius: .8rem; background: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(8,5,25,.2); transform: translate(-50%,-50%) rotate(var(--turn)); }
.cards-art i:nth-child(1) { --turn: -12deg; margin-left: -2rem; background: rgba(99,102,241,.3); }
.cards-art i:nth-child(2) { --turn: 9deg; margin-left: 2rem; background: rgba(251,113,133,.24); }
.cards-art i:nth-child(3) { --turn: 0deg; background: rgba(255,255,255,.15); }
.pulse-art i { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); }
.pulse-art i:nth-child(1) { width: 8rem; height: 8rem; border: 1px dashed rgba(255,255,255,.35); }
.pulse-art i:nth-child(2) { width: 4rem; height: 4rem; background: radial-gradient(circle at 35% 30%, #fda4af, var(--violet)); box-shadow: 0 0 35px rgba(139,92,246,.5); }
.pulse-art b { position: absolute; top: calc(50% - 1.6rem); left: calc(50% + 3.2rem); width: .8rem; height: .8rem; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.bento-card--build, .bento-card--growth { justify-content: flex-start; }
.build-copy { position: relative; z-index: 2; max-width: 65%; }
.build-copy ul { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.build-copy li { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 2rem; color: var(--soft); font-size: .72rem; }
.stack-art { top: auto; right: .5rem; bottom: 1rem; left: auto; width: 37%; height: 80%; }
.stack-art i { position: absolute; right: .5rem; bottom: var(--bottom); width: 7.2rem; max-width: 100%; height: 3.5rem; border: 1px solid var(--line); border-radius: .7rem; background: linear-gradient(135deg, rgba(99,102,241,.75), rgba(139,92,246,.35)); transform: skewY(-8deg); }
.stack-art i:nth-child(1) { --bottom: 1rem; }
.stack-art i:nth-child(2) { --bottom: 4.2rem; background: linear-gradient(135deg, rgba(251,113,133,.75), rgba(139,92,246,.35)); }
.stack-art i:nth-child(3) { --bottom: 7.4rem; background: rgba(255,255,255,.15); }
.graph-art { top: auto; right: 1rem; bottom: 1rem; left: auto; width: 34%; height: 75%; border-bottom: 1px solid rgba(255,255,255,.18); }
.graph-art i { position: absolute; bottom: 0; left: var(--left); width: 15%; height: var(--height); border-radius: .35rem .35rem 0 0; background: linear-gradient(180deg, var(--coral), var(--violet)); }
.graph-art i:nth-child(1) { --left: 0%; --height: 25%; }
.graph-art i:nth-child(2) { --left: 26%; --height: 42%; }
.graph-art i:nth-child(3) { --left: 52%; --height: 61%; }
.graph-art i:nth-child(4) { --left: 78%; --height: 88%; }
.graph-art b { position: absolute; top: 5%; right: 2%; width: .8rem; height: .8rem; border-radius: 50%; background: #fff2ad; box-shadow: 0 0 16px #fff2ad; }

.build-section { overflow: hidden; border-block: 1px solid rgba(255,255,255,.1); background: rgba(5,3,20,.18); }
.build-grid { display: grid; gap: 3.5rem; align-items: center; }
.build-content > p:not(.eyebrow) { max-width: 35rem; color: var(--muted); font-size: 1.05rem; }
.approach-list { display: grid; gap: .9rem; margin-top: 2rem; }
.approach-list > div { display: flex; gap: 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.04); }
.approach-list span { display: grid; flex: 0 0 auto; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: .65rem; background: linear-gradient(135deg, var(--indigo), var(--coral)); font-size: .7rem; font-weight: 700; }
.approach-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.approach-list strong { display: block; margin-bottom: .1rem; color: var(--white); }
.code-window { position: relative; width: 100%; min-width: 0; margin: 0; border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(10,7,30,.78); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.code-titlebar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 3.4rem; padding-inline: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.code-titlebar > span { display: flex; gap: .35rem; }
.code-titlebar i { width: .58rem; height: .58rem; border-radius: 50%; background: #fdba74; }
.code-titlebar i:nth-child(2) { background: #fde68a; }
.code-titlebar i:nth-child(3) { background: #86efac; }
.code-titlebar b { font-size: .68rem; font-weight: 500; }
.code-titlebar small { justify-self: end; color: #86efac; font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.code-body { display: grid; gap: .76rem; min-height: 24rem; padding: 1.4rem 1rem 5.4rem; }
.code-body > div { display: flex; min-width: 0; align-items: center; gap: .55rem; }
.code-body em { flex: 0 0 1.2rem; color: #625c79; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; font-style: normal; text-align: right; }
.line { display: block; width: min(45%, 9rem); height: .43rem; border-radius: 1rem; background: #6e6782; }
.line--short { width: min(25%, 5rem); background: #938ca8; }
.line--tiny { width: min(15%, 3rem); }
.line--indent { margin-left: 1.2rem; }
.line--violet { background: #a78bfa; }
.line--coral { background: var(--coral); }
.release-toast { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; display: flex; align-items: center; gap: .75rem; padding: .8rem; border: 1px solid rgba(125,211,199,.3); border-radius: .85rem; background: rgba(34,66,66,.78); box-shadow: 0 12px 28px rgba(3,8,18,.25); backdrop-filter: blur(15px); }
.release-toast > span { display: grid; flex: 0 0 auto; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--mint); color: #0b2a2b; font-weight: 700; }
.release-toast p { margin: 0; color: #bee8e1; font-size: .72rem; line-height: 1.35; }
.release-toast strong { display: block; color: var(--white); font-size: .82rem; }

.testimonial-grid, .pricing-grid { display: grid; gap: 1rem; align-items: stretch; }
.testimonial-grid figure { position: relative; display: flex; min-height: 100%; flex-direction: column; margin: 0; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.quote-mark { color: #fda4af; font-family: Georgia, serif; font-size: 4rem; line-height: .8; }
blockquote { margin: 1.2rem 0 2rem; color: var(--soft); font-size: clamp(1.1rem, 2.2vw, 1.3rem); line-height: 1.55; }
figcaption { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; margin-top: auto; }
figcaption > span { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--coral)); font-size: .72rem; font-weight: 700; }
figcaption p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.3; }
figcaption strong { display: block; color: var(--white); font-size: .88rem; }
figcaption small { color: #fda4af; font-size: .68rem; text-align: right; }

.pricing { border-top: 1px solid rgba(255,255,255,.1); }
.price-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.price-card--featured { background: linear-gradient(145deg, rgba(139,92,246,.36), rgba(251,113,133,.16)); border-color: rgba(255,255,255,.42); }
.featured-label { align-self: flex-start; margin-bottom: 1rem; padding: .32rem .65rem; border-radius: 2rem; background: #fff2ad; color: #3d2a36; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { font-size: 1.4rem; }
.price { margin: 1.2rem 0; color: var(--white); font-size: clamp(2.5rem, 8vw, 3.7rem); font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.price small { color: var(--muted); font-size: .78rem; font-weight: 500; letter-spacing: 0; }
.price-card > p:not(.price) { min-height: 4.8rem; margin: 0; color: var(--muted); }
.price-card ul { display: grid; gap: .75rem; margin: 1.4rem 0 1.8rem; padding: 0; color: var(--soft); list-style: none; }
.price-card li::before { margin-right: .55rem; color: #fda4af; content: "✦"; }
.price-card .button { width: 100%; margin-top: auto; }

.cta-section { padding: 2rem 0 var(--section); }
.cta-banner { position: relative; overflow: hidden; padding: clamp(2rem, 7vw, 5rem) 1.2rem; border: 1px solid rgba(255,255,255,.42); border-radius: clamp(1.5rem, 5vw, 3rem); background: linear-gradient(120deg, var(--indigo), var(--violet) 47%, var(--coral)); box-shadow: 0 30px 90px rgba(32,13,70,.4); text-align: center; }
.cta-banner > *:not(.cta-orb) { position: relative; z-index: 2; }
.cta-banner h2 { max-width: 13ch; margin-inline: auto; }
.cta-banner > p:not(.eyebrow) { max-width: 36rem; margin: 0 auto 1.6rem; color: rgba(255,255,255,.83); font-size: 1.08rem; }
.cta-orb { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.1); }
.cta-orb--one { top: -4rem; right: -3rem; width: 13rem; height: 13rem; }
.cta-orb--two { bottom: -2rem; left: 4%; width: 6rem; height: 6rem; }

footer { padding-block: 2rem; border-top: 1px solid rgba(255,255,255,.12); color: var(--muted); }
.footer-inner { display: grid; gap: 1rem; justify-items: center; font-size: .78rem; text-align: center; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.footer-inner nav a { text-decoration: none; }
.footer-inner nav a:hover { color: var(--white); }

@keyframes blob-drift {
  0% { border-radius: 55% 45% 60% 40% / 45% 58% 42% 55%; transform: translate(-50%,-50%) rotate(-8deg) scale(1); }
  50% { border-radius: 43% 57% 42% 58% / 56% 42% 58% 44%; transform: translate(-48%,-52%) rotate(4deg) scale(1.04); }
  100% { border-radius: 61% 39% 51% 49% / 42% 61% 39% 58%; transform: translate(-52%,-48%) rotate(-2deg) scale(.98); }
}

@media (min-width: 700px) {
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; width: auto; gap: 1.5rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav a { padding: .4rem 0; border: 0; font-size: .85rem; }
  .nav-cta { display: inline-flex; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr auto 1fr; align-items: center; justify-items: start; text-align: left; }
  .footer-inner nav { justify-self: end; }
}

@media (min-width: 900px) {
  .bento-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: repeat(2, 22rem); }
  .bento-card { min-height: 0; }
  .bento-card:nth-child(-n+3) { grid-column: span 2; }
  .bento-card:nth-child(n+4) { grid-column: span 3; }
  .build-grid { grid-template-columns: .9fr 1.1fr; gap: 6rem; }
  .code-window { transform: rotate(1deg); }
  .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .floating-header { padding-inline: .4rem; }
  .nav-shell { padding-left: .75rem; }
  .hero-actions .button { width: 100%; }
  .build-copy { max-width: 72%; }
  .price { font-size: 2.35rem; }
  figcaption { grid-template-columns: auto 1fr; }
  figcaption small { grid-column: 2; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-blob { animation: none; border-radius: 55% 45% 60% 40% / 45% 58% 42% 55%; transform: translate(-50%,-50%) rotate(-8deg); }
  .button:hover { transform: none; }
}

/* Standard: back-to-top button with scroll-progress ring */
.btt-button {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 900;
  width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(17, 17, 17, 0.85); cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  display: grid; place-items: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.btt-button.btt-visible { opacity: 1; visibility: visible; transform: none; }
.btt-button:focus-visible { outline: 3px solid #fb7185; outline-offset: 3px; }
.btt-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.btt-ring circle { fill: none; stroke-width: 3; }
.btt-ring-track { stroke: rgba(255, 255, 255, 0.22); }
.btt-ring-fill { stroke: #fb7185; stroke-dasharray: 125.66; stroke-dashoffset: 125.66; stroke-linecap: round; }
.btt-arrow { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) { .btt-button { transition: none; } }
