/* Sarasota Smile Design case study. Palette and type follow the new site (src/styles/global.css).
   Before = the old site's cyan. After = the new site's gold. One light look, painted explicitly. */
:root {
  --ivory: #FCFBF9;
  --cream: #F4F0EA;
  --cream-2: #EFEAE1;
  --graphite: #2B2A28;
  --graphite-deep: #26231F;
  --warm: #4E4A42;
  --taupe: #8A7862;
  --gold: #B99A5B;
  --gold-deep: #8C6D33;
  --line: #E7E0D4;
  --line-2: #D6CDC0;
  --before: #1C93B8;
  --before-soft: #45C6E6;
  --before-bg: #E3F5FA;
  --gold-grad: linear-gradient(100deg, #8C6D33 0%, #B99A5B 45%, #D6B97A 70%, #A9884A 100%);
  --wash: linear-gradient(180deg, #FCFBF9 0%, #F4F0EA 100%);
  --shadow: 0 1px 2px rgba(38,35,31,.05), 0 18px 44px -18px rgba(38,35,31,.28);
  --display: "Cinzel", "Trajan Pro", Georgia, serif;
  --sans: "Mulish", "Segoe UI", system-ui, -apple-system, sans-serif;
  --quote: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --gutter: clamp(18px, 4vw, 48px);
  --bleed: max(var(--gutter), calc((100% - 1240px) / 2));
  color-scheme: light;
}

body.ssd, body:has(.ssd-root) { margin: 0; background: var(--ivory); color: var(--graphite); font: 400 17px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
.ssd * { box-sizing: border-box; }
.ssd img, .ssd video { max-width: 100%; height: auto; display: block; }
.ssd a { color: inherit; text-underline-offset: 4px; text-decoration-color: var(--line-2); }
.ssd a:hover { text-decoration-color: var(--gold); }
.ssd :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* bands: full-bleed backgrounds, content held to 1240px */
.sec, .top, .showcase, .end, .stats-band { padding-inline: var(--bleed); }
.sec { padding-block: 104px 0; scroll-margin-top: 70px; }
.sec.alt { background: var(--wash); padding-bottom: 104px; margin-top: 104px; }
.sec.alt + .sec { padding-top: 104px; }

/* type */
.ssd h1, .ssd h2, .ssd h3 { text-wrap: balance; margin: 0; color: var(--graphite-deep); }
.ssd h1 { font-family: var(--display); font-weight: 500; font-size: clamp(36px, 5.6vw, 76px); letter-spacing: .01em; line-height: 1.06; max-width: 17ch; }
.ssd h2 { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3.6vw, 46px); letter-spacing: .01em; line-height: 1.12; }
.ssd h3 { font-family: var(--sans); font-size: 18px; font-weight: 700; letter-spacing: 0; }
.eyebrow, .sec-k {
  font-family: var(--quote); font-style: italic; font-weight: 500; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2; letter-spacing: 0;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 0 0 14px; width: fit-content;
}
.lead { font-size: clamp(18px, 1.7vw, 21px); max-width: 60ch; color: var(--warm); margin: 26px 0 0; }
.sec-lead { font-size: 18px; max-width: 62ch; color: var(--warm); margin: 20px 0 0; }
.cap { color: var(--taupe); margin: 16px 0 0; font-size: 15px; line-height: 1.6; max-width: 88ch; }

/* header */
.top { padding-block: 56px 40px; background: var(--wash); }
.brandmark { display: inline-flex; flex-direction: column; line-height: 1; color: var(--graphite-deep); padding: 16px 22px; border: 1px solid var(--line-2); box-shadow: inset 0 0 0 4px var(--ivory), inset 0 0 0 5px var(--line); margin: 0 0 44px; background: var(--ivory); }
.brandmark .bw { font-family: var(--display); font-weight: 500; font-size: clamp(17px, 2vw, 22px); letter-spacing: .12em; white-space: nowrap; }
.brandmark .be { font-family: var(--sans); font-weight: 400; font-size: 10px; letter-spacing: .3em; margin-top: 9px; color: var(--taupe); text-transform: uppercase; white-space: nowrap; }
.meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px 28px; margin: 40px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line-2); }
.meta div { margin: 0; }
.meta dt { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }
.meta dd { margin: 6px 0 0; font-weight: 600; color: var(--graphite-deep); }
.links { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 0; }
.btn { display: inline-flex; align-items: center; min-height: 50px; padding: 0 24px; text-decoration: none; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.ssd .btn-after { background: var(--graphite-deep); color: var(--ivory); }
.ssd .btn-after:hover { background: var(--gold-deep); }
.ssd .btn-before { border-color: var(--line-2); color: var(--graphite-deep); background: var(--ivory); }
.ssd .btn-before:hover { border-color: var(--before); color: var(--before); }
.btn-sm { background: var(--ivory); color: var(--graphite-deep); border: 1px solid var(--line-2); min-height: 44px; padding: 0 18px; cursor: pointer; font: 700 12px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.btn-sm:hover { border-color: var(--gold); }

/* before / after tags */
.tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; font: 700 12px/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.tag-before { background: var(--before-bg); color: var(--before); }
.tag-before::before { content: ""; width: 16px; height: 16px; flex: none; background: url(old-mark.png) center / contain no-repeat; }
.tag-after { background: var(--graphite-deep); color: #E8D3A2; }
.tag-after::before { content: "SSD"; font-family: var(--display); font-weight: 500; letter-spacing: .08em; font-size: 11px; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: 8px; border-right: 1px solid rgba(233,211,162,.35); }

/* showcase: the new site at full width */
.showcase { padding-block: 0 24px; background: linear-gradient(180deg, var(--cream) 0 50%, var(--ivory) 50% 100%); }
.browser { max-width: 1400px; margin: 0 auto; background: var(--ivory); box-shadow: 0 2px 4px rgba(38,35,31,.06), 0 40px 90px -30px rgba(38,35,31,.45); border: 1px solid var(--line-2); }
.browser-bar { display: flex; align-items: center; gap: 14px; padding: 10px 14px; background: var(--cream-2); border-bottom: 1px solid var(--line-2); }
.dots { display: flex; gap: 6px; flex: none; }
.dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); display: block; }
.browser-url { flex: 1; min-width: 0; max-width: 520px; margin-inline: auto; text-align: center; font-size: 13px; color: var(--warm); background: var(--ivory); padding: 5px 12px; border: 1px solid var(--line); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser-bar::after { content: ""; width: 42px; flex: none; }
.browser img { width: 100%; }
.showcase .cap { text-align: center; margin-inline: auto; margin-top: 28px; }
.show-in { position: relative; max-width: 1400px; margin: 0 auto; padding-right: 14%; }
.show-phone { position: absolute; right: 0; bottom: -7%; width: 19%; max-width: 250px; padding: 7px; border-radius: 34px; }
.show-phone .screen { border-radius: 28px; overflow: hidden; }
.show-phone .screen img { width: 100%; }

/* compare slider */
.cmp { position: relative; width: 100%; max-width: 100%; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); user-select: none; touch-action: pan-y; }
.cmp img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.cmp .cmp-after { clip-path: inset(0 0 0 var(--pos)); }
.cmp .tag { position: absolute; bottom: 14px; z-index: 2; box-shadow: 0 4px 14px rgba(38,35,31,.18); }
.cmp .tag-before { left: 14px; }
.cmp .tag-after { right: 14px; }
.cmp-line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; margin-left: -1px; background: var(--ivory); box-shadow: 0 0 0 1px rgba(38,35,31,.2); z-index: 2; pointer-events: none; }
.cmp-line::after { content: ""; position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--ivory); box-shadow: 0 6px 18px rgba(38,35,31,.3), inset 0 0 0 1px var(--gold);
  background-image: linear-gradient(135deg, transparent 45%, #8C6D33 45%, #8C6D33 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, #8C6D33 45%, #8C6D33 55%, transparent 55%);
  background-size: 11px 11px, 11px 11px; background-position: 13px 20px, 28px 20px; background-repeat: no-repeat; }
.cmp-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 3; }
.cmp:focus-within .cmp-line { background: var(--gold); }

/* stat tiles */
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 44px 0 0; }
.stats-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; }
.stats-3 { margin-top: 32px; }
.stat { background: var(--ivory); padding: 26px 24px 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.stat .k { margin: 0; font-size: 15px; color: var(--warm); line-height: 1.45; }
.stat .v { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; font-variant-numeric: tabular-nums lining-nums; }
.stat .v b { font-family: var(--display); font-size: clamp(30px, 3.3vw, 46px); font-weight: 500; line-height: 1.05; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .v b.b { font-family: var(--sans); background: none; color: var(--before); -webkit-text-fill-color: var(--before); font-size: clamp(19px, 2vw, 25px); font-weight: 600; text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: rgba(28,147,184,.45); }
.stats-4 .stat .v b.b, .stats-3 .stat .v b.b:only-child { text-decoration: none; }
.stat .v i { font-style: italic; font-family: var(--quote); font-size: 20px; color: var(--taupe); }

/* section nav */
.chips { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20; display: flex; gap: 2px; overflow-x: auto; margin: 72px 0 0; padding: 12px var(--bleed); background: rgba(252,251,249,.92); backdrop-filter: blur(10px); border-block: 1px solid var(--line); scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.has-maa-shell .chips { top: var(--maa-nav-h, 108px); }
.chips a { flex: none; text-decoration: none; padding: 8px 14px; color: var(--warm); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.chips a:hover { color: var(--graphite-deep); }
.chips a.on { color: var(--gold-deep); box-shadow: inset 0 -2px 0 var(--gold); }

.ssd .sub { margin: 64px 0 20px; font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2vw, 26px); letter-spacing: .01em; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; margin: 52px 0 0; padding-top: 32px; border-top: 1px solid var(--line-2); }
.facts-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.facts ul { margin: 14px 0 0; padding-left: 20px; color: var(--warm); }
.facts li { margin: 0 0 10px; }
.facts li::marker { color: var(--gold); }
.facts p { margin: 12px 0 0; color: var(--warm); }
.facts > div:first-child h3 { color: var(--before); }
.facts:not(.facts-3) > div:last-child h3 { color: var(--gold-deep); }

/* phones */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0 0; }
.tabs button { background: var(--ivory); color: var(--warm); border: 1px solid var(--line-2); padding: 11px 16px; cursor: pointer; font: 700 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.tabs button:hover { border-color: var(--gold); }
.tabs button[aria-selected="true"] { background: var(--graphite-deep); color: #E8D3A2; border-color: var(--graphite-deep); }
.phones { display: flex; justify-content: center; gap: clamp(14px, 7vw, 110px); margin: 44px 0 0; }
.phone-wrap { margin: 0; flex: 0 1 330px; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.phone { width: 100%; max-width: 330px; padding: 10px; border-radius: 48px; background: linear-gradient(145deg, #3A3631, #1C1A17); box-shadow: 0 30px 60px -24px rgba(38,35,31,.55), inset 0 0 0 1px #5A544B; }
.screen { position: relative; aspect-ratio: 430 / 932; overflow-y: auto; border-radius: 38px; background: #fff; scrollbar-width: none; overscroll-behavior: contain; }
.screen::-webkit-scrollbar { display: none; }
.screen img { width: 100%; }
.phone-wrap figcaption { overflow-wrap: anywhere; min-width: 0; max-width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; color: var(--taupe); font-size: 14px; text-align: center; }
.ctrl { display: flex; justify-content: center; margin: 26px 0 0; }

/* speed bars */
.bars { display: grid; gap: 20px; margin: 40px 0 0; padding: 28px; background: var(--ivory); border: 1px solid var(--line); box-shadow: var(--shadow); }
.bar-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 6px 20px; align-items: center; }
.bar-row > p { margin: 0; font-weight: 700; color: var(--graphite-deep); grid-row: span 2; }
.bar { position: relative; height: 24px; background: var(--cream); }
.bar span { position: absolute; left: 0; top: 0; bottom: 0; }
.bar-b span { background: var(--before-soft); }
.bar-a span { background: var(--gold-grad); }
.bar em { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; font-style: normal; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; padding-left: 10px; color: var(--graphite-deep); }
.bar-axis { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 20px; }
.bar-axis div { display: flex; justify-content: space-between; font-size: 12px; color: var(--taupe); }
.legend { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--warm); }
.legend span::before { content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: -2px; }
.legend .lb::before { background: var(--before-soft); }
.legend .la::before { background: var(--gold-grad); }

/* tables */
.tbl-wrap { overflow-x: auto; margin: 32px 0 0; border: 1px solid var(--line); background: var(--ivory); box-shadow: var(--shadow); }
.tbl { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.tbl th, .tbl td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl tbody tr:last-child > * { border-bottom: 0; }
.tbl th[scope="col"] { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); background: var(--cream); white-space: nowrap; }
.tbl th[scope="row"] { font-weight: 600; color: var(--graphite-deep); }
.tbl td { white-space: nowrap; color: var(--warm); }
.tbl td .b, .tbl td.b { color: var(--before); }
.tbl td .a, .tbl td.a { color: var(--graphite-deep); font-weight: 700; }
.tbl-3 td { white-space: normal; min-width: 150px; }
.tbl-3 th[scope="row"] { width: 42%; min-width: 220px; }
.note { margin: 22px 0 0; font-size: 15px; color: var(--warm); max-width: 88ch; }
.note p { margin: 0 0 10px; }
.note b { color: var(--graphite-deep); }

/* figures */
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 40px 0 0; }
.pair figure, .quad figure { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.pair img, .quad img { width: 100%; background: var(--cream); box-shadow: var(--shadow); }
figcaption { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--taupe); font-size: 14px; }
.quad { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 40px 0 0; }
.cmp-zoom { max-width: 960px; }

/* video */
.vids { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; }
.vids video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--cream); box-shadow: var(--shadow); }
.vids .v-big { grid-column: 1 / -1; }
.ovgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1100px; }
.ovgrid figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ovgrid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); filter: saturate(.9); }
.ovgrid figcaption { flex-direction: column; align-items: flex-start; gap: 2px; font-size: 13px; line-height: 1.35; }
.ovgrid figcaption b { color: var(--graphite-deep); font-weight: 700; }
.scale { position: relative; aspect-ratio: 16 / 9; max-width: 100%; box-shadow: var(--shadow); overflow: hidden; }
.scale > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scale-old { position: absolute; left: 3%; top: 5%; width: 25%; aspect-ratio: 4 / 3; margin: 0; outline: 3px solid var(--before-soft); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.scale-old img { width: 100%; height: 100%; object-fit: cover; }
.scale .tag { position: absolute; z-index: 2; box-shadow: 0 4px 14px rgba(38,35,31,.2); }
.scale-t1 { left: 3%; top: calc(5% + 33.33% + 12px); }
.scale-t2 { right: 14px; bottom: 14px; }

/* brand */
.brand { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 36px 0 0; }
.brand-card { background: var(--ivory); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow); }
.brand-h { margin: 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.brand-logo { height: 34px; width: auto; }
.brand-word { display: inline-flex; flex-direction: column; line-height: 1; color: var(--graphite-deep); }
.brand-word b { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: .12em; }
.brand-word small { font-size: 9px; letter-spacing: .3em; margin-top: 8px; color: var(--taupe); text-transform: uppercase; }
.sw { display: grid; grid-template-columns: repeat(5, 1fr); height: 76px; border: 1px solid var(--line); }
.sw-l { margin: 0; color: var(--taupe); font-size: 14px; }
.spec { margin: 8px 0 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.1; }
.spec-old { font-family: "Lato", Arial, sans-serif; font-weight: 700; color: #45C6E6; }
.spec-new { font-family: var(--display); font-weight: 500; letter-spacing: .02em; color: var(--graphite-deep); }

/* page grid */
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; margin: 36px 0 0; }
.card { display: flex; flex-direction: column; gap: 14px; background: none; border: 0; padding: 0; text-align: left; color: var(--graphite-deep); cursor: pointer; font: inherit; }
.card-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-imgs img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; box-shadow: var(--shadow); transition: transform .3s ease; }
.card:hover .card-imgs img { transform: translateY(-4px); }
.card-t { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-family: var(--display); font-size: 20px; }
.card-t span { font-family: var(--quote); font-style: italic; font-size: 18px; color: var(--gold-deep); }

/* end */
.end { margin-top: 120px; padding-block: 88px 96px; background: var(--graphite-deep); color: #E9E2D6; text-align: center; }
.end .brandmark { background: transparent; color: #F4F0EA; border-color: rgba(233,211,162,.35); box-shadow: inset 0 0 0 4px var(--graphite-deep), inset 0 0 0 5px rgba(233,211,162,.2); margin-bottom: 36px; }
.end .brandmark .be { color: #CFC8BD; }
.ssd .end h2 { color: #F4F0EA; margin-inline: auto; }
.end .links { justify-content: center; }
.ssd .end .btn-after { background: var(--gold); color: var(--graphite-deep); }
.ssd .end .btn-after:hover { background: #D6B97A; }
.ssd .end .btn-before { background: transparent; color: #F4F0EA; border-color: rgba(233,211,162,.35); }
.end .cap { color: #CFC8BD; margin-inline: auto; }

/* lightbox */
#lb { width: min(1280px, 96vw); max-height: 92vh; padding: 0; border: 1px solid var(--line-2); background: var(--cream); color: var(--graphite-deep); }
#lb::backdrop { background: rgba(28,26,23,.72); }
.lb-bar { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--line-2); background: var(--ivory); }
.lb-bar p { margin: 0; font-family: var(--display); font-size: 20px; }
.lb-body { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; }
.lb-body figure { margin: 0; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.lb-scroll { height: min(76vh, 900px); overflow-y: auto; background: var(--ivory); }
.lb-scroll img { width: 100%; }

@media (max-width: 900px) {
  .stats, .stats-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts-3 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body.ssd, body:has(.ssd-root) { font-size: 16px; }
  .sec { padding-top: 76px; }
  .sec.alt { margin-top: 76px; padding-bottom: 76px; }
  .sec.alt + .sec { padding-top: 76px; }
  .pair, .brand, .grid, .facts { grid-template-columns: 1fr; }
  .vids { gap: 6px; }
  .ovgrid { gap: 8px; }
  .ovgrid figcaption { font-size: 11px; }
  .scale .tag { font-size: 10px; padding: 4px 8px; }
  .phones { gap: 12px; }
  .phone { padding: 5px; border-radius: 28px; }
  .screen { border-radius: 23px; }
  .phone-wrap figcaption { font-size: 12px; flex-direction: column; gap: 6px; }
  .bar-row, .bar-axis { grid-template-columns: 1fr; }
  .bar-row > p { grid-row: auto; }
  .bar-axis > span { display: none; }
  .lb-body { gap: 6px; padding: 6px; }
  .stat { padding: 18px; }
  .browser-bar { padding: 7px 10px; }
  .browser-bar::after { width: 0; }
  .brandmark { padding: 12px 16px; }
  .show-in { padding-right: 22%; }
  .show-phone { width: 30%; padding: 4px; border-radius: 18px; bottom: -10%; }
  .show-phone .screen { border-radius: 15px; }
  .brandmark .bw { font-size: 15px; }
  .brandmark .be { letter-spacing: .2em; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .card-imgs img, .btn { transition: none; }
}
