/* Ultimate Paste sales site.
   Visual source: the real macOS History window. The page should feel like the
   product opened on the visitor's Mac, not like a generic SaaS brochure. */

:root {
  --page: #111113;
  --page-2: #151517;
  --window: #19191a;
  --window-2: #202027;
  --window-3: #242429;
  --sidebar: #19191a;
  --sidebar-2: #202021;
  --line: #303039;
  --line-2: #3d3e48;
  --text: #f4f4f6;
  --muted: #a6a6ad;
  --dim: #73737c;
  --blue: #0a84ff;
  --blue-press: #006ee5;
  --orange: #df7a55;
  --orange-2: #f09167;
  --danger: #ff5f57;
  --yellow: #ffbd2e;
  --green: #28c840;
  --t-text: #8f8f98;
  --t-link: #0a84ff;
  --t-code: #32d074;
  --t-color: #df7a55;
  --t-image: #e3b341;
  --t-file: #7d8795;
  --t-svg: #c26cff;
  --t-shot: #49b6e8;

  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  --maxw: 1480px;
  --r-window: 24px;
  --r-panel: 14px;
  --r-control: 9px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
button { font: inherit; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}

.nav-outer {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #111114;
  border-bottom: 1px solid #25252a;
}

.nav {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 680;
  letter-spacing: 0;
  color: var(--text);
}

.mark {
  width: 26px;
  height: 26px;
  border-radius: 7px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-right: auto;
}

.nav__links a,
.nav__price {
  color: var(--muted);
  font-size: 14px;
  font-weight: 520;
}

.nav__links a:hover,
.nav__price:hover {
  color: var(--text);
}

.nav__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav__download {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 620;
}

.nav__download:hover {
  background: var(--blue-press);
}

.nav__download svg {
  width: 15px;
  height: 15px;
}

h1,
h2,
h3,
h4 {
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(42px, 5vw, 74px);
}

h2 {
  font-size: clamp(30px, 3.2vw, 48px);
}

h3 {
  font-size: clamp(22px, 2vw, 30px);
}

p {
  color: var(--muted);
}

.kbd {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 1px 7px;
  border-radius: 6px;
  border: 1px solid #4a4a51;
  border-bottom-color: #65656e;
  background: #25252a;
  color: #f3f3f6;
  font-family: var(--font-mono);
  font-size: .82em;
  font-weight: 520;
  vertical-align: baseline;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 9px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 640;
  transition: background .14s ease, border-color .14s ease, transform .1s ease;
  white-space: nowrap;
}

.btn svg {
  width: 17px;
  height: 17px;
}

.btn--accent {
  background: var(--blue);
  color: #fff;
}

.btn--accent:hover {
  background: var(--blue-press);
}

.btn--accent:active {
  transform: translateY(1px);
}

.btn--ghost {
  background: #242429;
  border-color: #3a3a43;
  color: #ececf0;
}

.btn--ghost:hover {
  background: #2d2d33;
  border-color: #50505a;
}

.hero {
  padding: 42px 0 74px;
}

.hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.hero__copy {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(320px, 440px);
  column-gap: 54px;
  align-items: end;
  padding: 8px 0 0;
}

.lede {
  margin-top: 0;
  max-width: 34rem;
  color: #c3c3ca;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
}

.hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero__meta {
  margin-top: 14px;
  color: var(--dim);
  font-size: 13.5px;
}

.hero__stage {
  min-width: 0;
}

.app-window {
  overflow: hidden;
  border: 1px solid #434350;
  border-radius: var(--r-window);
  background: var(--window);
  box-shadow:
    0 48px 100px -48px rgba(0, 0, 0, .86),
    0 0 0 1px rgba(255, 255, 255, .04) inset;
}

.app-window--hero {
  min-height: 620px;
}

.app-window__titlebar {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto auto minmax(220px, 420px) auto;
  align-items: center;
  gap: 16px;
  padding: 9px 12px 9px 22px;
  background: #232327;
  border-bottom: 1px solid #2e2e34;
}

.traffic {
  display: flex;
  gap: 10px;
  align-items: center;
}

.traffic i {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}

.traffic i:nth-child(1) { background: var(--danger); }
.traffic i:nth-child(2) { background: var(--yellow); }
.traffic i:nth-child(3) { background: var(--green); }

.app-window__titlebar > strong,
.quick-panel__bar strong {
  color: #f2f2f5;
  font-size: 20px;
  font-weight: 700;
}

.title-icon {
  width: 52px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #3a3a42;
  border-radius: 24px;
  background: #2c2c31;
  color: #dadbe5;
}

.title-icon svg {
  width: 23px;
  height: 23px;
}

.clip-count {
  color: #ececf1;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.history-search {
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #3a3a42;
  border-radius: 24px;
  background: #2c2c31;
  color: #aaaab5;
  font-size: 16px;
  font-weight: 620;
}

.history-search svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.mode-switch {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border: 1px solid #3a3a42;
  border-radius: 24px;
  background: #2c2c31;
  color: #f0f0f5;
  font-size: 21px;
  font-weight: 650;
  white-space: nowrap;
}

.app-window__body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 390px;
  min-height: 554px;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px 14px 18px;
  background: var(--sidebar);
  border-right: 1px solid var(--line);
}

.sidebar-group {
  display: grid;
  gap: 5px;
}

.sidebar-group--bottom {
  margin-top: auto;
}

.sidebar-label {
  padding: 0 14px 2px;
  color: #6f6f77;
  font-size: 14px;
  font-weight: 760;
}

.sidebar-item {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-radius: 8px;
  color: #f1f1f4;
  font-size: 17px;
  font-weight: 570;
}

.sidebar-item span {
  width: 20px;
  flex: none;
  color: #f0f0f4;
  font-family: var(--font-mono);
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.sidebar-item em {
  margin-left: auto;
  color: #aaaab1;
  font-style: normal;
  font-size: 15px;
}

.sidebar-item.active {
  background: var(--blue);
  color: #fff;
}

.sidebar-item.active span,
.sidebar-item.active em {
  color: #fff;
}

.clip-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  align-content: start;
  gap: 14px;
  padding: 20px;
  background: #1b1b1c;
}

.clip-card {
  min-width: 0;
  min-height: 232px;
  overflow: hidden;
  border: 1px solid #2b2b30;
  border-radius: 9px;
  background: #202021;
}

.clip-card.selected {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px rgba(10, 132, 255, .22) inset;
}

.clip-preview {
  height: 186px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #2d2d31;
  background: #151515;
  position: relative;
}

.clip-preview--black,
.detail-preview {
  background: #050505;
}

.spark-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.burst {
  width: 108px;
  height: 108px;
  display: block;
  border-radius: 50%;
  background: repeating-conic-gradient(from 3deg, var(--orange) 0deg 8deg, transparent 8deg 23deg);
  -webkit-mask: radial-gradient(circle at center, transparent 0 13px, #000 14px 51px, transparent 52px);
  mask: radial-gradient(circle at center, transparent 0 13px, #000 14px 51px, transparent 52px);
}

.burst--single {
  width: 158px;
  height: 158px;
  -webkit-mask: radial-gradient(circle at center, transparent 0 19px, #000 20px 76px, transparent 77px);
  mask: radial-gradient(circle at center, transparent 0 19px, #000 20px 76px, transparent 77px);
}

.clip-preview--screen {
  place-items: stretch;
  padding: 12px;
  background: #121317;
}

.screen-top {
  height: 14px;
  border-radius: 4px;
  background: var(--blue);
}

.screen-side {
  position: absolute;
  top: 30px;
  bottom: 12px;
  left: 12px;
  width: 48px;
  border-radius: 5px;
  background: #15161a;
  border: 1px solid #2d2d33;
}

.screen-grid {
  position: absolute;
  inset: 38px 16px 18px 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.screen-grid i {
  border-radius: 5px;
  background: #25262c;
  border: 1px solid #353641;
}

.clip-preview--site {
  background: #f4f1e9;
}

.site-bar {
  position: absolute;
  top: 14px;
  left: 30px;
  right: 30px;
  height: 10px;
  border-radius: 5px;
  background: #1c1c20;
}

.site-window {
  width: 118px;
  height: 74px;
  border-radius: 8px;
  background: #1e1f24;
  box-shadow: 0 0 0 1px #3c3d45 inset;
}

.site-menu {
  position: absolute;
  right: 34px;
  bottom: 26px;
  width: 58px;
  height: 42px;
  border-radius: 8px;
  background: #101114;
  box-shadow: 0 0 0 1px #33343d inset;
}

.clip-preview--hills {
  background: #b9d9f2;
}

.mountains {
  position: absolute;
  inset: auto 0 0;
  height: 72px;
  background:
    linear-gradient(150deg, transparent 0 40%, #6f8d44 41% 100%),
    linear-gradient(30deg, #567238 0 46%, transparent 47% 100%);
}

.floating-window {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 122px;
  height: 72px;
  transform: translateX(-50%);
  border-radius: 9px;
  background: #101114;
  box-shadow: 0 0 0 1px #363740 inset;
}

.clip-card--text {
  padding: 12px;
}

.clip-card--text .clip-card__meta {
  padding: 12px 0 0;
}

.clip-text {
  min-height: 148px;
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border-radius: 8px;
  background: #1a1a1b;
  color: #f4f4f6;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.24;
}

.clip-card__meta {
  display: grid;
  gap: 5px;
  padding: 10px 12px 12px;
}

.clip-card__meta strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #f0f0f2;
  font-size: 15px;
  font-weight: 700;
}

.clip-card__meta span:not(.mini-icon) {
  color: #9b9ba1;
  font-size: 13px;
  font-weight: 560;
}

.mini-icon {
  width: 18px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 3px;
  color: #a9a9af;
  font-family: var(--font-mono);
  font-size: 12px;
}

.detail-pane {
  min-width: 0;
  padding: 20px 14px;
  background: #19191a;
  border-left: 1px solid var(--line);
}

.detail-preview {
  height: 220px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.detail-preview .burst {
  width: 128px;
  height: 128px;
}

.panel-block {
  margin-top: 14px;
  padding: 0 12px 12px;
  border-radius: 10px;
  background: #202021;
}

.panel-block h3 {
  padding: 12px 0 8px;
  color: #b8b8be;
  font-size: 15px;
  font-weight: 720;
}

.panel-block button {
  width: max-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 0;
  padding: 5px 12px;
  border: 0;
  border-radius: 7px;
  background: #424245;
  color: #f4f4f6;
  font-size: 16px;
  font-weight: 650;
}

.panel-block button span {
  color: #fafafa;
  font-family: var(--font-mono);
}

.panel-block button + button {
  position: relative;
  margin-top: 26px;
}

.panel-block button + button::before {
  content: "";
  position: absolute;
  left: 0;
  right: -232px;
  top: -14px;
  height: 1px;
  background: #363638;
}

.panel-table {
  display: grid;
  gap: 0;
}

.panel-table div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #343436;
  color: #a8a8ae;
  font-size: 15px;
}

.panel-table strong {
  color: #f1f1f3;
  font-weight: 680;
}

.panel-table span {
  text-align: right;
}

.section {
  padding: 86px 0;
}

.section--tight {
  padding-top: 10px;
  padding-bottom: 62px;
}

.section-head {
  max-width: 760px;
}

.section-head.center {
  margin: 0 auto;
  text-align: center;
}

.section-head p {
  margin-top: 14px;
  color: #b3b3bb;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.55;
}

.app-strip {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 700px);
  gap: 42px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 24px;
}

.workflow-copy p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.55;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #ececf0;
  font-size: 15.5px;
}

.check-list li > span:first-child,
.price-card li > span:first-child {
  width: 21px;
  height: 21px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.quick-panel {
  overflow: hidden;
  border: 1px solid #454550;
  border-radius: 18px;
  background: #19191a;
  box-shadow: 0 38px 80px -48px #000;
}

.quick-panel__bar {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #232327;
  border-bottom: 1px solid #2e2e34;
}

.quick-panel__bar .traffic i {
  width: 14px;
  height: 14px;
}

.quick-panel__bar strong {
  font-size: 15px;
}

.quick-panel__bar .kbd {
  margin-left: auto;
}

.quick-search {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-bottom: 1px solid #303039;
  color: #f3f3f6;
}

.quick-search svg {
  width: 18px;
  height: 18px;
  color: #a8a8af;
  flex: none;
}

.quick-search em {
  margin-left: auto;
  color: #8f8f98;
  font-style: normal;
  font-size: 13px;
}

.caret {
  width: 2px;
  height: 18px;
  display: inline-block;
  background: var(--blue);
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.quick-list,
.qp__list {
  display: grid;
  gap: 6px;
  padding: 8px;
}

.clip-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 8px;
}

.clip-row.is-active {
  background: var(--blue);
}

.clip-ic {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.clip-ic svg {
  width: 17px;
  height: 17px;
}

.clip-row__body {
  min-width: 0;
  flex: 1;
}

.clip-row__title {
  overflow: hidden;
  color: #f4f4f6;
  font-size: 14.5px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-row__meta {
  overflow: hidden;
  margin-top: 2px;
  color: #a8a8af;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clip-row.is-active .clip-row__meta {
  color: rgba(255,255,255,.82);
}

.clip-row__key,
.clip-row__paste {
  flex: none;
  padding: 2px 7px;
  border-radius: 5px;
  background: #303036;
  color: #cfcfd5;
  font-family: var(--font-mono);
  font-size: 12px;
}

.clip-row.is-active .clip-row__paste {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.type-list {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid #303039;
  border-radius: 14px;
  background: #1a1a1c;
}

.type-list div {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(88px, .55fr) minmax(120px, 1fr) minmax(120px, .8fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 16px 18px;
}

.type-list div:nth-child(odd) {
  border-right: 1px solid #303039;
}

.type-list div:nth-child(n + 3) {
  border-top: 1px solid #303039;
}

.tile-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #282930;
  color: #f1f1f4;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
}

.tile-icon--orange {
  background: #3a2720;
  color: var(--orange-2);
}

.type-list strong {
  color: #f2f2f4;
  font-size: 16px;
}

.type-list p,
.type-list em {
  margin: 0;
  color: #a8a8af;
  font-size: 14px;
  line-height: 1.35;
}

.type-list em {
  color: #7f7f88;
  font-style: normal;
}

.privacy-panel {
  display: grid;
  grid-template-columns: minmax(280px, 560px) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.privacy-copy p {
  margin-top: 14px;
  max-width: 620px;
  font-size: 17px;
}

.privacy-list {
  overflow: hidden;
  border: 1px solid #303039;
  border-radius: 14px;
  background: #1a1a1c;
}

.privacy-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 18px 20px;
}

.privacy-list div + div {
  border-top: 1px solid #303039;
}

.privacy-list strong {
  color: #f2f2f4;
  font-size: 15px;
}

.privacy-list span {
  color: #aaaab1;
  font-size: 15px;
}

.pricing {
  padding-top: 92px;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 410px;
  gap: 44px;
  align-items: center;
}

.price-card {
  border: 1px solid #343441;
  border-radius: 16px;
  background: #1a1a1c;
  padding: 26px;
}

.price-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 7px;
  background: #242429;
  color: #bfc0c8;
  font-size: 13px;
  font-weight: 700;
}

.price-card__amt {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 18px;
}

.price-card__amt .num {
  color: #fff;
  font-size: 64px;
  font-weight: 760;
  line-height: .95;
}

.price-card__amt .per {
  color: #aaaab1;
  font-size: 16px;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #ededf0;
  font-size: 15px;
}

.price-card .btn {
  width: 100%;
}

.price-card__note {
  margin-top: 12px;
  text-align: center;
  color: #83838c;
  font-size: 13px;
}

.faq-list {
  max-width: 780px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid #303039;
  border-radius: 14px;
  background: #1a1a1c;
}

.faq-item + .faq-item {
  border-top: 1px solid #303039;
}

.faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #f1f1f4;
  cursor: pointer;
  font-size: 16px;
  font-weight: 680;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background: #202024;
}

.faq-item summary .plus {
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: relative;
  flex: none;
}

.faq-item summary .plus::before,
.faq-item summary .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.faq-item summary .plus::before {
  width: 13px;
  height: 2px;
}

.faq-item summary .plus::after {
  width: 2px;
  height: 13px;
}

.faq-item[open] summary .plus::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-item__a {
  max-width: 680px;
  padding: 0 20px 20px;
  color: #aaaab1;
  font-size: 15.5px;
  line-height: 1.55;
}

footer {
  margin-top: 44px;
  border-top: 1px solid #303039;
  padding: 34px 0 42px;
}

.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #85858e;
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s ease, transform .4s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .caret { animation: none; }
}

@media (max-width: 1360px) {
  .hero__copy {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .lede {
    margin-top: 18px;
  }
}

@media (max-width: 1280px) {
  .hero__copy {
    max-width: 760px;
  }

  .app-window__body {
    grid-template-columns: 260px minmax(0, 1fr) 330px;
  }

  .app-window--hero {
    min-height: 580px;
  }

  .clip-gallery {
    grid-template-columns: repeat(3, minmax(135px, 1fr));
  }
}

@media (max-width: 1040px) {
  .app-window__titlebar {
    grid-template-columns: auto 1fr auto;
  }

  .title-icon,
  .clip-count,
  .mode-switch {
    display: none;
  }

  .history-search {
    grid-column: 1 / -1;
    width: 100%;
  }

  .app-window__body {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .detail-pane {
    display: none;
  }

  .type-list {
    grid-template-columns: 1fr;
  }

  .type-list div {
    border-right: 0;
  }

  .type-list div:nth-child(n + 2) {
    border-top: 1px solid #303039;
  }

  .app-strip,
  .privacy-panel,
  .price-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wrap,
  .nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav__links,
  .nav__price {
    display: none;
  }

  .nav__cta {
    margin-left: auto;
  }

  .hero {
    padding-top: 38px;
  }

  .hero__layout {
    gap: 24px;
  }

  .app-window {
    border-radius: 18px;
  }

  .app-window--hero {
    min-height: 0;
  }

  .app-window__titlebar {
    min-height: 58px;
    gap: 12px;
    padding: 10px 12px;
  }

  .traffic i {
    width: 13px;
    height: 13px;
  }

  .app-window__titlebar > strong {
    font-size: 16px;
  }

  .history-search {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }

  .app-window__body {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    display: none;
  }

  .clip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }

  .clip-card {
    min-height: 188px;
  }

  .clip-preview {
    height: 136px;
  }

  .spark-pair {
    gap: 14px;
  }

  .burst {
    width: 76px;
    height: 76px;
    -webkit-mask: radial-gradient(circle at center, transparent 0 9px, #000 10px 36px, transparent 37px);
    mask: radial-gradient(circle at center, transparent 0 9px, #000 10px 36px, transparent 37px);
  }

  .burst--single {
    width: 106px;
    height: 106px;
    -webkit-mask: radial-gradient(circle at center, transparent 0 12px, #000 13px 50px, transparent 51px);
    mask: radial-gradient(circle at center, transparent 0 12px, #000 13px 50px, transparent 51px);
  }

  .clip-card__meta strong {
    font-size: 13px;
  }

  .clip-card__meta span:not(.mini-icon) {
    font-size: 12px;
  }

  .section {
    padding: 64px 0;
  }

  .type-list div {
    grid-template-columns: 38px 1fr;
    gap: 8px 12px;
  }

  .type-list p,
  .type-list em {
    grid-column: 2;
  }

  .privacy-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 40px;
  }

  .hero__cta .btn,
  .nav__download {
    width: 100%;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav__cta {
    width: 100%;
  }

  .clip-gallery {
    grid-template-columns: 1fr;
  }

  .clip-card {
    min-height: auto;
  }

  .type-list div {
    grid-template-columns: 38px 1fr;
  }

  .price-card__amt .num {
    font-size: 56px;
  }

  .foot {
    align-items: flex-start;
    flex-direction: column;
  }
}
