* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px}
body {
  margin:0;
  background:#faf9f5;
  color:#111111;
  font-family:Manrope,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size:17px;
  font-weight:450}
button,a,input {
  -webkit-tap-highlight-color:transparent}
a {
  color:inherit}
button {
  font:inherit}
button,a {
  touch-action:manipulation}
a:focus-visible,button:focus-visible {
  outline:3px solid #6684b1;
  outline-offset:5px}
::selection {
  background:#edd8d7}
p {
  line-height:1.65}
svg {
  display:block}
.site-header,main,footer {
  max-width:1240px;
  margin:auto;
  padding-left:54px;
  padding-right:54px}
.site-header {
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.brand {
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-size:25px;
  font-weight:750;
  letter-spacing:-1px;
  white-space:nowrap}
.brand svg {
  width:34px;
  height:34px}
.brand-mark {
  border:1px solid #222;
  border-radius:12px}
.brand-period {
  margin-left:-9px;
  color:#111111}
.site-header nav {
  display:flex;
  gap:30px;
  align-items:center}
.site-header nav>a:not(.button) {
  font-size:14px;
  text-decoration:none;
  color:#111111;
  font-weight:600}
.button {
  border:1px solid #24251f;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:27px;
  background:#111111;
  color:#fff;
  padding:18px 25px;
  font-size:15px;
  font-weight:650;
  text-decoration:none;
  cursor:pointer;
  min-height:52px;
  transition:background .15s,transform .15s;
  border-color:#111111}
.button:hover {
  background:#292929;
  transform:translateY(-2px)}
.button span {
  font-size:20px;
  font-weight:400}
.button-small {
  padding:12px 20px;
  min-height:45px;
  font-size:13px;
  gap:20px}
.hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  gap:54px;
  padding:45px 0 87px;
  min-height:750px}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:1.8px;
  font-size:12px;
  font-weight:700;
  line-height:1.6;
  margin:0 0 27px;
  color:#111111;
  display:flex;
  align-items:center;
  gap:10px}
.tiny-line {
  display:inline-block;
  width:27px;
  height:10px;
  border-top:2px solid #ca858c;
  border-radius:50%;
  transform:rotate(-15deg)}
h1,h2,h3,p {
  margin-top:0}
h1 {
  font-size:clamp(58px,6vw,82px);
  line-height:1.055;
  font-weight:550;
  letter-spacing:-.035em;
  margin-bottom:27px}
em {
  font-family:"Instrument Serif",Georgia,serif;
  font-weight:450;
  letter-spacing:-.055em}
.hero h1 em {
  position:relative}
.hero h1 em:after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:7px;
  border-bottom:2px solid #cf9099;
  border-radius:50%;
  transform:rotate(-3deg)}
.intro {
  font-size:24px;
  line-height:1.5;
  letter-spacing:-.5px;
  margin-bottom:17px;
  font-weight:500}
.hero-description {
  max-width:420px;
  color:#111111;
  font-size:18px;
  line-height:1.75;
  margin-bottom:29px}
.hero-actions {
  display:flex;
  gap:25px;
  align-items:center;
  flex-wrap:wrap}
.text-link {
  font-size:14px;
  font-weight:650;
  text-decoration:none;
  display:inline-flex;
  gap:13px;
  align-items:center;
  border-bottom:1px solid #b4b5aa;
  padding:8px 0}
.text-link:hover {
  border-color:#222}
.small-note {
  font-size:13px;
  color:#111111;
  line-height:1.7;
  margin:14px 0 0;
  max-width:420px}
.hero-facts {
  display:flex;
  gap:14px;
  margin-top:40px;
  flex-wrap:wrap;
  font-size:12px;
  color:#111111;
  font-weight:550}
.hero-facts span+span:before {
  content:'·';
  margin-right:14px;
  color:#111111}
.hero-visual {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:18px 0 0}
.hero-visual:before {
  content:'';
  position:absolute;
  width:440px;
  height:460px;
  background:#efede4;
  border-radius:47% 53% 60% 40%;
  z-index:-1;
  transform:rotate(-14deg);
  top:97px}
.scribble-note {
  position:absolute;
  right:-8px;
  top:-10px;
  font:550 14px Manrope,system-ui,sans-serif;
  transform:rotate(9deg);
  color:#111111}
.scribble-note:after {
  content:"";
  display:block;
  width:33px;
  height:28px;
  border-left:1.5px solid #111;
  border-bottom:1.5px solid #111;
  border-radius:0 0 0 24px;
  margin-left:42px;
  transform:rotate(-20deg)}
.phone {
  width:340px;
  transform:rotate(3deg);
  background:#fcfbf7;
  border:6px solid #2b2c26;
  border-radius:44px;
  box-shadow:0 3px 1px #ffffff80 inset,18px 31px 42px -23px #77756355,0 0 0 1px #74756a;
  padding:8px 10px 10px;
  position:relative;
  border-color:#111111;
  font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.phone-camera {
  height:19px;
  width:82px;
  border-radius:18px;
  background:#111111;
  margin:0 auto 17px}
.phone-top {
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 1px 16px}
.phone-top>span:first-child {
  font-size:19px}
.phone-top div {
  flex:1;
  display:flex;
  flex-direction:column;
  gap:3px}
.phone-top strong {
  font-size:14px;
  font-weight:600;
  letter-spacing:-.4px}
.phone-top small {
  font-size:9px;
  color:#111111}
.save-pill {
  font-size:10px;
  background:#eeece6;
  padding:10px 8px;
  border-radius:9px}
.phone-canvas {
  background:#f1f0e9;
  border-radius:17px;
  overflow:hidden;
  position:relative;
  padding:37px 0 49px}
.canvas-caption {
  position:absolute;
  left:14px;
  top:14px;
  color:#111111;
  font-size:7px}
.sketch-art {
  width:100%;
  height:auto}
.canvas-hint {
  display:block;
  font:500 11px Manrope,system-ui,sans-serif;
  color:#111111;
  text-align:center;
  padding:10px 0}
.phone-label {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  color:#111111;
  margin:15px 4px 10px}
.phone-label i {
  display:inline-block;
  background:#c98995;
  width:6px;
  height:6px;
  border-radius:50%;
  margin-right:3px}
.phone-dock {
  display:flex;
  align-items:center;
  justify-content:space-around;
  padding:10px 3px 3px;
  gap:7px}
.phone-dock>span {
  display:flex;
  flex-direction:column;
  align-items:center;
  font-size:20px;
  gap:6px;
  flex:1}
.phone-dock small {
  font-size:10px}
.play-circle {
  width:54px;
  height:54px;
  border:0;
  border-radius:50%;
  color:white;
  background:#111111;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .15s;
  flex-shrink:0}
.play-circle:hover {
  transform:scale(1.09)}
.play-circle svg {
  width:23px;
  height:23px;
  margin-left:2px}
.phone-home {
  width:90px;
  height:4px;
  border-radius:10px;
  background:#111111;
  margin:14px auto 0}
.visual-caption {
  font:550 14px Manrope,system-ui,sans-serif;
  color:#111111;
  margin-top:31px;
  transform:rotate(-3deg)}
.visual-star {
  position:absolute;
  right:-1px;
  bottom:74px;
  font-size:79px;
  color:#111111;
  transform:rotate(15deg)}
.section {
  padding-top:100px;
  padding-bottom:100px;
  border-top:1px solid #ddded4}
.section-heading {
  text-align:center}
.section-heading .eyebrow {
  justify-content:center}
.section h2 {
  font-size:52px;
  line-height:1.14;
  letter-spacing:-2.6px;
  font-weight:550;
  margin-bottom:20px}
.section h2 em {
  letter-spacing:-2.2px}
.section-heading>p:last-child {
  color:#111111;
  font-size:17px}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:53px;
  margin-top:64px}
.step-number {
  font-size:12px;
  letter-spacing:2px;
  color:#111111;
  font-weight:600}
.steps svg {
  height:90px;
  width:220px;
  max-width:100%;
  margin:24px 0 32px}
.steps path {
  fill:none;
  stroke-width:6;
  stroke-linecap:round}
.steps h3 {
  font-size:22px;
  letter-spacing:-.5px;
  font-weight:650;
  margin-bottom:12px;
  line-height:1.3}
.steps p {
  font-size:16px;
  color:#111111;
  line-height:1.75}
.instruments {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center}
.instruments>div>p:not(.eyebrow) {
  font-size:17px;
  color:#111111;
  max-width:370px}
.instrument-list {
  display:grid;
  gap:0}
.instrument {
  display:flex;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid #dedfd5;
  gap:19px}
.instrument:first-child {
  border-top:1px solid #dedfd5}
.swatch {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:12px;
  background:var(--tint);
  color:#111111;
  font-weight:600}
.petal {
  --tint:#efdddd;
  --ink:#a76572}
.moss {
  --tint:#e0e7d9;
  --ink:#6d8864}
.haze {
  --tint:#e9e3ef;
  --ink:#9482a4}
.pebble {
  --tint:#eae1d6;
  --ink:#9f8870}
.tide {
  --tint:#dfe7ee;
  --ink:#718dab}
.ember {
  --tint:#eee4cc;
  --ink:#b08b43}
.instrument>span:nth-child(2) {
  flex:1}
.instrument strong {
  display:block;
  font-size:18px;
  font-weight:650;
  margin-bottom:5px}
.instrument small {
  display:block;
  font-size:14px;
  color:#111111}
.instrument>span:last-child {
  font-size:36px;
  color:#111111}
.quiet {
  text-align:center;
  background:#eeeee5;
  margin-left:-54px;
  margin-right:-54px;
  padding-left:54px;
  padding-right:54px;
  border:0}
.quiet .eyebrow {
  justify-content:center}
.quiet h2 {
  font-size:55px}
.quiet-facts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:46px;
  max-width:850px;
  margin:50px auto 0}
.quiet-facts p {
  font-size:16px;
  color:#111111;
  line-height:1.8}
.quiet-facts strong {
  display:block;
  color:#111111;
  font-size:17px;
  font-weight:700}
.get-app {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  align-items:center;
  border:0}
.get-app>div>p:not(.eyebrow):not(.small-note) {
  font-size:17px;
  line-height:1.8;
  color:#111111;
  margin-bottom:28px}
.get-art {
  position:relative;
  max-width:320px;
  transform:rotate(-9deg);
  justify-self:center}
.get-art .sketch-art {
  max-height:300px}
.get-art span {
  display:block;
  font:550 16px Manrope,system-ui,sans-serif;
  text-align:center;
  color:#111111}
footer {
  border-top:1px solid #ddded4;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  padding-top:48px;
  padding-bottom:28px}
footer .brand {
  font-size:22px}
footer .brand svg {
  width:29px}
footer p {
  font-size:14px;
  color:#111111;
  line-height:1.8;
  margin-top:12px}
footer nav {
  display:flex;
  gap:18px;
  justify-content:flex-end;
  align-items:flex-start;
  flex-wrap:wrap;
  padding-top:10px}
footer nav a {
  font-size:14px;
  text-decoration:none;
  color:#111111;
  font-weight:550}
footer nav a:hover {
  text-decoration:underline}
.copyright {
  grid-column:1/-1;
  border-top:1px solid #e4e6da;
  padding-top:20px;
  margin:0!important;
  font-size:12px!important}
.skip {
  position:absolute;
  left:16px;
  top:-100px;
  z-index:100;
  background:#24251f;
  color:white;
  padding:15px}
.skip:focus {
  top:10px}
.policy {
  max-width:880px;
  padding-top:54px;
  padding-bottom:110px;
  min-height:65vh}
.back-link {
  display:inline-block;
  font-size:14px;
  color:#111111;
  text-decoration:none;
  margin-bottom:47px;
  font-weight:550}
.policy .eyebrow {
  margin-bottom:22px}
.policy h1 {
  font-size:59px;
  letter-spacing:-3px;
  max-width:670px}
.policy-lead {
  font-size:21px;
  color:#111111;
  line-height:1.65;
  margin-bottom:26px;
  max-width:630px}
.updated {
  font-size:13px;
  color:#111111;
  margin-bottom:40px}
.policy article {
  max-width:670px}
.policy article h2 {
  font-size:25px;
  font-weight:650;
  letter-spacing:-.65px;
  margin:37px 0 15px}
.policy article p,.policy article li {
  font-size:17px;
  line-height:1.8;
  color:#111111}
.policy article li {
  margin-bottom:10px}
.policy article a:not(.button) {
  text-underline-offset:3px;
  text-decoration-color:#aab098}
.policy-callout {
  border:1px solid #d6ddc8;
  border-radius:18px;
  padding:25px;
  background:#f0f2e9;
  margin:35px 0}
.policy-callout strong {
  font-size:18px;
  font-weight:650}
.policy-callout p {
  margin:12px 0 0}
.policy article>.button {
  margin:12px 0}
.dialog-open {
  overflow:hidden}
dialog {
  border:0;
  border-radius:24px;
  background:#faf9f5;
  color:#111111;
  width:min(700px,calc(100% - 24px));
  padding:20px;
  max-height:calc(100dvh - 30px);
  box-shadow:0 30px 100px #0005}
dialog::backdrop {
  background:#171912a6;
  backdrop-filter:blur(8px)}
.dialog-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px}
.dialog-heading h2 {
  font:600 24px Manrope,system-ui,sans-serif;
  letter-spacing:-.7px;
  margin-bottom:4px}
.dialog-heading p {
  font-size:13px;
  color:#111111;
  margin-bottom:14px}
.close-button {
  min-width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid #d3d7c8;
  background:transparent;
  font-size:28px;
  cursor:pointer}
.demo-footnote {
  font-size:12px;
  text-align:center;
  color:#111111;
  margin:12px 0 0}
#demo-frame {
  width:100%;
  height:min(610px,calc(100dvh - 176px));
  border:1px solid #dadcd2;
  border-radius:14px;
  background:#f2f1eb;
  display:block}

@media(min-width:1400px) {
  .hero {
  min-height:810px}
.phone {
  width:340px;
  transform:rotate(3deg);
  border-color:#111111;
  font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.hero-visual:before {
  width:480px;
  height:480px}
}

@media(max-width:1000px) {
  .site-header,main,footer {
  padding-left:32px;
  padding-right:32px}
.hero {
  gap:30px;
  min-height:690px}
h1 {
  font-size:60px;
  letter-spacing:-.035em}
.phone {
  width:340px;
  transform:rotate(3deg);
  border-color:#111111;
  font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.hero-visual:before {
  width:330px;
  height:400px}
.scribble-note {
  right:0;
  font-size:15px;
  font:550 14px Manrope,system-ui,sans-serif}
.hero-actions {
  gap:15px}
.visual-star {
  right:-7px;
  font-size:60px}
.instruments {
  gap:70px}
.quiet {
  margin-left:-32px;
  margin-right:-32px;
  padding-left:32px;
  padding-right:32px}
.hero-facts {
  gap:14px;
  font-size:12px;
  font-weight:550}
.hero-facts span+span:before {
  margin-right:14px}
}

@media(max-width:740px) {
  .site-header,main,footer {
  padding-left:24px;
  padding-right:24px}
.site-header {
  height:86px}
.brand {
  font-size:25px;
  font-weight:750;
  letter-spacing:-1px;
  gap:12px}
.brand-mark svg {
  width:30px;
  height:30px}
.site-header nav {
  gap:0}
.site-header nav>a:not(.button) {
  display:none;
  font-size:14px;
  font-weight:600}
.button-small {
  font-size:13px;
  padding:11px 14px;
  gap:12px}
.hero {
  grid-template-columns:1fr;
  padding:39px 0 61px;
  gap:70px;
  min-height:0}
.hero-copy {
  max-width:530px}
h1 {
  font-size:clamp(48px,13.1vw,68px);
  letter-spacing:-.035em}
.hero .eyebrow {
  margin-bottom:23px}
.intro {
  font-size:24px;
  font-weight:500;
  line-height:1.5}
.hero-description {
  font-size:18px;
  max-width:420px;
  line-height:1.75}
.hero-facts {
  margin-top:29px;
  font-size:12px;
  gap:14px;
  font-weight:550}
.hero-facts span+span:before {
  margin-right:14px}
.hero-visual {
  max-width:400px;
  width:100%;
  justify-self:center}
.phone {
  width:340px;
  transform:rotate(3deg);
  border-color:#111111;
  font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.hero-visual:before {
  width:340px;
  height:420px;
  top:75px}
.scribble-note {
  top:-22px;
  right:10px;
  font-size:15px;
  font:550 14px Manrope,system-ui,sans-serif}
.visual-star {
  right:0;
  bottom:67px}
.section {
  padding-top:65px;
  padding-bottom:65px}
.section h2 {
  font-size:52px;
  font-weight:550;
  letter-spacing:-2.6px}
.steps {
  grid-template-columns:1fr;
  gap:36px;
  margin-top:47px}
.steps article {
  border-bottom:1px solid #e1e4d9;
  padding-bottom:23px;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:20px}
.steps article:last-child {
  border-bottom:0;
  padding-bottom:0}
.steps svg {
  grid-row:1/4;
  grid-column:2;
  margin:auto;
  height:80px}
.step-number {
  margin-bottom:19px;
  font-size:12px;
  font-weight:600}
.steps h3 {
  font-size:22px;
  line-height:1.3;
  font-weight:650}
.steps p {
  font-size:16px;
  margin:0;
  line-height:1.75}
.instruments {
  grid-template-columns:1fr;
  gap:29px}
.instruments>div>p:not(.eyebrow) {
  max-width:370px;
  font-size:17px}
.quiet {
  margin-left:-24px;
  margin-right:-24px;
  padding-left:24px;
  padding-right:24px}
.quiet-facts {
  grid-template-columns:1fr;
  gap:16px;
  margin-top:32px}
.quiet-facts p {
  margin:0;
  font-size:16px;
  line-height:1.8}
.get-app {
  grid-template-columns:1fr;
  gap:30px}
.get-art {
  max-width:215px}
.get-art .sketch-art {
  max-height:200px}
.get-art span {
  font-size:17px;
  font:550 16px Manrope,system-ui,sans-serif}
footer {
  grid-template-columns:1fr;
  gap:22px;
  padding-top:35px}
footer nav {
  justify-content:flex-start;
  padding-top:0;
  gap:18px}
footer nav a {
  min-height:28px;
  display:inline-flex;
  align-items:center;
  font-size:14px;
  font-weight:550}
.copyright {
  margin-top:0!important;
  font-size:12px!important}
.policy {
  padding-top:32px;
  padding-bottom:70px}
.policy h1 {
  font-size:46px;
  letter-spacing:-2.2px}
.policy-lead {
  font-size:21px}
.policy article p,.policy article li {
  font-size:17px;
  line-height:1.8}
.back-link {
  margin-bottom:32px;
  font-size:14px;
  font-weight:550}
.policy-callout {
  padding:20px}
dialog {
  padding:14px;
  border-radius:20px}
.dialog-heading h2 {
  font-size:21px;
  font:600 24px Manrope,system-ui,sans-serif}
}

@media(max-width:360px) {
  h1 {
  font-size:46px}
.site-header,main,footer {
  padding-left:19px;
  padding-right:19px}
.hero-visual:before {
  width:300px}
.phone {
  width:340px;
  transform:rotate(3deg);
  border-color:#111111;
  font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.hero-facts {
  gap:14px;
  font-size:12px;
  font-weight:550}
.hero-facts span+span:before {
  margin-right:14px}
.quiet {
  margin-left:-19px;
  margin-right:-19px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}


.hero {
  overflow:clip}

.app-icon {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  border: 1px solid #e6e3db;
  flex-shrink: 0;
}
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.button > .icon, .text-link > .icon { width: 21px; height: 21px; }
.button-small > .icon { width: 19px; height: 19px; }
.phone-library .icon { width: 21px; height: 21px; }
.save-pill { display: flex; gap: 5px; align-items: center; }
.save-pill .icon { width: 13px; height: 13px; }
.phone-top div { min-width: 0; }
.phone-top strong { white-space: nowrap; }
.canvas-topline {
  position: absolute;
  top: 10px;
  left: 12px;
  right: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}
.phone-history { display: flex; gap: 12px; background: #faf9f5; border-radius: 8px; padding: 5px 7px; }
.phone-history .icon { width: 16px; height: 16px; }
.canvas-toolbar {
  position: absolute;
  bottom: 10px;
  left: 9px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}
.draw-pill { display: flex; align-items: center; gap: 5px; padding: 9px 8px; border-radius: 9px; background: #faf9f5; font-size: 11px; }
.draw-pill .icon { width: 15px; height: 15px; }
.draw-pill .icon:last-child { width: 11px; height: 11px; }
.canvas-toolbar > span:nth-child(2) { flex: 1; text-align: center; white-space: nowrap; }
.canvas-toolbar > .icon { width: 19px; height: 19px; }
.phone-progress { height: 2px; border-radius: 2px; background: #deded7; margin: 0 4px; }
.phone-dock .icon { width: 22px; height: 22px; }
.visual-star { color: #bb9049; }
.scribble-note { right: 20px; transform: rotate(6deg); }
.visual-star .icon { width: 70px; height: 70px; stroke-width: 1; }
.instrument-wave { width: 42px; height: 24px; color: #111; }
footer .app-icon { width: 44px; height: 44px; border-radius: 11px; }
.close-button { display: grid; place-items: center; }
.close-button .icon { width: 22px; height: 22px; }

@media (max-width: 1000px) and (min-width: 741px) {
  .phone { width: 310px; }
  .phone-top strong { font-size: 12px; }
  .phone-top small { font-size: 8px; }
  .hero { gap: 24px; }
}
@media (max-width: 740px) {
  .site-header { gap: 14px; }
  .brand { font-size: 20px; gap: 9px; letter-spacing: -.8px; }
  .app-icon { width: 44px; height: 44px; border-radius: 11px; }
  .button-small { font-size: 12px; padding: 11px 14px; gap: 9px; }
  .hero { gap: 66px; }
  .hero-description { font-size: 18px; }
  .hero-facts { column-gap: 12px; row-gap: 8px; }
  .hero-facts span+span:before { margin-right: 12px; }
  .phone { width: min(320px, calc(100% - 28px)); transform: rotate(2deg); }
  .phone-top strong { font-size: 12px; }
  .phone-top small { font-size: 8px; }
  .visual-star .icon { width: 52px; height: 52px; }
  .section h2 { font-size: 43px; letter-spacing: -2px; }
  .steps article { grid-template-columns: 1.2fr 1fr; }
  .steps svg { grid-row: 1/3; }
  .steps h3 { font-size: 21px; }
  .steps p { grid-column: 1/-1; margin-top: 13px; }
  .quiet-facts { gap: 24px; }
  .get-app .small-note { max-width: 310px; }
  .policy-lead { font-size: 19px; }
  .dialog-heading h2 { font-size: 20px; }
  .dialog-heading p { font-size: 12px; margin-bottom: 10px; }
}
@media (max-width: 360px) {
  .brand { font-size: 18px; }
  .app-icon { width: 38px; height: 38px; border-radius: 10px; }
  .button-small { padding: 10px 12px; gap: 6px; }
  .phone { padding-left: 8px; padding-right: 8px; }
  .phone-top { gap: 5px; }
  .phone-top strong { font-size: 10px; }
  .phone-top small { font-size: 7px; }
  .save-pill { padding: 8px 6px; font-size: 9px; }
  .phone-library .icon { width: 18px; height: 18px; }
  .canvas-toolbar { gap: 5px; font-size: 9px; }
  .draw-pill { gap: 3px; padding: 8px 6px; }
}

/* Real tube geometry is rendered into these responsive illustration windows. */
em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.025em;
  font-size: 1.12em;
}
.hero h1 em:after, .scribble-note:after { display: none; }
.section h2 em { letter-spacing: -.025em; }
.scribble-note { transform: rotate(3deg); }
.sculpture { position: relative; overflow: hidden; isolation: isolate; }
.sculpture > svg, .sculpture > canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.sculpture > canvas { visibility: hidden; }
.sculpture[data-rendered="true"] > canvas { visibility: visible; }
.sculpture[data-rendered="true"] > svg { visibility: hidden; }
.sculpture-hero {
  width: 100%;
  aspect-ratio: 420 / 450;
  background: radial-gradient(#d6d4cb .8px, transparent 1px) 5px 5px / 20px 20px;
}
.steps .sculpture { width: 100%; height: 145px; margin: 15px 0 23px; }
.sculpture-wave { width: 70px; height: 44px; flex-shrink: 0; }
.get-art { width: min(100%,360px); max-width: 360px; }
.sculpture-finale { width: 100%; aspect-ratio: 1; }
.get-art span { margin-top: 12px; }
.visual-caption { font-size: 14px; }
@media (max-width:740px) {
  .steps .sculpture { grid-column: 2; grid-row: 1 / 3; height: 105px; margin: auto; }
  .get-art { width: 250px; max-width: 100%; }
  .scribble-note { font-size: 13px; }
}
