/* ============================================================
   awward.new.prompt — Hero section
   ============================================================ */

:root {
  --bg:        #EFF3F9;
  --ink:       #15171d;
  --ink-soft:  #5d6675;
  --nav-bg:    #15161a;
  --nav-text:  #c7ccd6;
  --white:     #ffffff;

  --grad: linear-gradient(102deg, #3a6dff 0%, #7a5cf0 52%, #b455e6 100%);
  /* brand accent — muted indigo → steel blue → soft teal, harmonises with the blue-grey bg */
  --accent-grad: linear-gradient(140deg, #3F4E86 0%, #5081BE 48%, #63B2AC 100%);
  /* Main CTA — vivid ORANGE → BLUE, smoothed warm→cool flow */
  --cta-grad: linear-gradient(120deg, #FF8A1A 0%, #FF5550 30%, #B047C9 52%, #6A4DF0 72%, #2A6BFF 100%);

  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans:  "HK Grotesk",Arial,sans-serif;

  --shell: 1240px;
}

/* ============================================================
   Inspiration gallery — awward.new.prompt light template browser
   ============================================================ */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cta-trust { margin-top:12px; color:#6b7585; font-size:12px; font-weight:600; text-align:center; }
.checkout-status:not(.sr-only) { margin-top:12px; color:#6b7585; font-size:12px; line-height:1.5; text-align:center; }
.checkout-status.is-error { color:#9d3f4a; }
.checkout-retry { min-height:44px; margin-left:5px; padding:0 10px; border:1px solid currentColor; border-radius:999px; background:transparent; color:inherit; font:inherit; font-weight:800; cursor:pointer; }

.gallery {
  --gallery-bg: #eff3f9;
  --gallery-card: rgba(255,255,255,.82);
  --gallery-muted: #7a8493;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 0;
  padding: 88px 18px 72px;
  background: transparent;
  color: var(--ink);
}

.gallery__intro { max-width: 800px; margin-bottom: 28px; }
.gallery__eyebrow {
  margin: 0 0 12px;
  color: #536ca5;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.gallery__intro h2 {
  max-width: 720px;
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: clamp(39px, 12vw, 56px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.gallery__intro > p:last-child { max-width: 680px; color: var(--ink-soft); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }

.gallery__filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 12px;
  margin: 0 0 28px;
}

.filter-field { display: grid; gap: 7px; color: #667182; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.filter-field:last-of-type { grid-column: 1 / -1; }
.filter-field select {
  width: 100%;
  height: 46px;
  padding: 0 34px 0 11px;
  border: 1px solid rgba(51,64,89,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.78);
  color: var(--ink);
  font: 650 13px/1 var(--sans);
  letter-spacing: -.015em;
  box-shadow: 0 8px 22px -18px rgba(37,49,77,.38), inset 0 1px 0 #fff;
  cursor: pointer;
}
.filter-field select:focus-visible { outline: 3px solid rgba(69,105,196,.2); outline-offset: 2px; border-color: #7288bd; }
.gallery__filter-summary { grid-column: 1 / -1; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #727d8c; font-size: 14px; font-weight: 650; }
.gallery__filter-summary button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #405b9d; font: inherit; cursor: pointer; }

.gallery-toolbar {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 24px;
}
.gallery-toggle {
  position:relative;
  isolation:isolate;
  width: min(100%, 292px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 0;
  padding: 6px;
  border: 1.5px solid rgba(35, 43, 60, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow:0 10px 28px -24px rgba(24,29,40,.52),inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}
.gallery-toggle::before {
  content:"";
  position:absolute;
  z-index:0;
  top:6px;
  bottom:6px;
  left:6px;
  width:calc((100% - 17px) / 2);
  border-radius:999px;
  background:#d9dde4;
  box-shadow:0 8px 22px -16px rgba(36,43,56,.42),inset 0 1px 0 rgba(255,255,255,.82);
  transform:translateX(0);
  transition:transform .52s cubic-bezier(.65,0,.18,1),background-color .3s ease,box-shadow .3s ease;
}
.gallery-toggle[data-active-format="app"]::before { transform:translateX(calc(100% + 5px)); }
.gallery-toggle button {
  position:relative;
  z-index:1;
  min-width: 0;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #697383;
  font: 750 clamp(14px, 1.05vw, 16px)/1 var(--sans);
  letter-spacing: -.025em;
  cursor: pointer;
  transition: color .22s ease, background-color .28s ease, box-shadow .28s ease, transform .22s ease;
}
.gallery-toggle button:hover:not([aria-pressed="true"]) {
  color: var(--ink);
  background: rgba(255,255,255,.52);
}
.gallery-toggle button[aria-pressed="true"] {
  background: transparent;
  color: #17191f;
  box-shadow:none;
}
.gallery-toggle button:active { transform: scale(.975); }
.gallery-toggle button:focus-visible { outline: 3px solid rgba(64,95,180,.24); outline-offset: 2px; }

.gallery-dropdowns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.gallery-dropdown {
  position: relative;
}
.gallery-dropdown summary {
  min-width: 194px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1.5px solid rgba(35,43,60,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #5e6878;
  font: 750 clamp(14px, 1.05vw, 16px)/1 var(--sans);
  letter-spacing: -.025em;
  box-shadow:0 10px 28px -24px rgba(24,29,40,.52),inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  cursor: pointer;
  list-style: none;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}
.gallery-dropdown summary strong { color:var(--ink);font-size:inherit; }
.gallery-dropdown summary::-webkit-details-marker { display:none; }
.gallery-dropdown summary:hover,
.gallery-dropdown[open] summary { color:var(--ink); background:rgba(255,255,255,.68); border-color:rgba(35,43,60,.2); }
.gallery-dropdown summary svg { width:13px; flex:none; transition:transform .22s ease; }
.gallery-dropdown[open] summary svg { transform:rotate(180deg); }
.gallery-dropdown summary:focus-visible { outline:3px solid rgba(64,95,180,.24); outline-offset:2px; }
.gallery-dropdown__menu {
  position:absolute;
  top:calc(100% + 9px);
  right:0;
  width:220px;
  display:grid;
  gap:3px;
  padding:7px;
  border:1px solid rgba(35,43,60,.12);
  border-radius:18px;
  background:rgba(250,251,253,.96);
  box-shadow:0 24px 48px -26px rgba(22,29,44,.48), inset 0 1px 0 #fff;
  backdrop-filter:blur(18px);
}
.gallery-dropdown__menu button {
  width:100%;
  min-height:43px;
  padding:0 13px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#667080;
  font:650 14px/1 var(--sans);
  text-align:left;
  cursor:pointer;
}
.gallery-dropdown__menu button:hover { background:#eef1f6; color:var(--ink); }
.gallery-dropdown__menu button[aria-checked="true"] { background:#17191f; color:#fff; }
.gallery-dropdown__menu button:focus-visible { outline:2px solid rgba(64,95,180,.3); outline-offset:-2px; }

.gallery-mobile-sort { display:none; }

@media (max-width: 760px) {
  .gallery-toolbar {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    margin-bottom:18px;
  }
.gallery-toggle { width:100%;max-width:none;flex:1;padding:5px;display:grid; }
  .gallery-toggle::before { top:5px;bottom:5px;left:5px;width:calc((100% - 15px) / 2); }
  .gallery-toggle[data-active-format="app"]::before { transform:translateX(calc(100% + 5px)); }
  .gallery-toggle button { min-height:50px;padding-inline:12px;font-size:14px; }
  .gallery-dropdowns { display:flex;flex:none; }
  .gallery-dropdown summary { min-width:132px;min-height:62px;padding:0 14px;gap:8px;font-size:13px; }
  .gallery-dropdown summary svg { width:12px; }
  .gallery-dropdown__menu { width:190px; }
  .gallery-mobile-sort { display:none; }
  .gallery-mobile-sort summary {
    min-height:44px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 14px;
    border:1px solid rgba(35,43,60,.13);
    border-radius:999px;
    background:rgba(255,255,255,.58);
    color:#7b8594;
    font:650 11px/1 var(--sans);
    list-style:none;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
  }
  .gallery-mobile-sort summary::-webkit-details-marker { display:none; }
  .gallery-mobile-sort summary strong { color:var(--ink);font-size:12px; }
  .gallery-mobile-sort summary svg { width:9px;transition:transform .2s ease; }
  .gallery-mobile-sort[open] summary svg { transform:rotate(180deg); }
  .gallery-mobile-sort__menu {
    position:absolute;
    z-index:20;
    top:calc(100% + 7px);
    right:0;
    width:168px;
    display:grid;
    gap:3px;
    padding:6px;
    border:1px solid rgba(35,43,60,.12);
    border-radius:16px;
    background:rgba(252,252,253,.97);
    box-shadow:0 20px 42px -24px rgba(21,28,45,.5),inset 0 1px 0 #fff;
    backdrop-filter:blur(16px);
  }
  .gallery-mobile-sort__menu button {
    min-height:40px;
    padding:0 12px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:#687385;
    font:700 12px/1 var(--sans);
    text-align:left;
  }
  .gallery-mobile-sort__menu button[aria-pressed="true"] { background:#17191f;color:#fff; }

}

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

.showcase-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 17px;
  background: var(--gallery-card);
  color: var(--ink);
  outline: none;
  border: 1px solid rgba(45,59,85,.075);
  box-shadow:
    0 12px 34px -24px rgba(41,52,80,.38),
    inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: opacity .35s ease;
}

.showcase-card:focus-visible {
  box-shadow:
    0 12px 34px -24px rgba(41,52,80,.38),
    0 0 0 2px rgba(78,104,163,.18),
    inset 0 1px 0 #fff;
}

.showcase-card.is-filtered-out { display: none; }

/* The default Desktop collection is already in its final visual order before
   JavaScript runs. This prevents the gallery from visibly reframing on reload. */
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-20"] { order:1; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-16"] { order:2; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-15"] { order:3; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-14"] { order:4; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-testimonial-card] { order:5; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-13"] { order:6; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-12"] { order:7; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-10"] { order:8; }
.gallery:not(.is-runtime-sorted) .gallery__grid > [data-release="2026-07-09"] { order:9; }

.showcase-card__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 17px 17px 14px 14px;
  isolation: isolate;
}

.showcase-card__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(24,37,65,.06);
}

.showcase-card__meta {
  min-height: 200px;
  padding: 19px 16px;
  display: grid;
  align-content: start;
  gap: 15px;
}

.showcase-card__heading { min-width: 0; position: relative; padding-right: 70px; }
.showcase-card__meta h3 {
  overflow: hidden;
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.showcase-card__meta p {
  margin: 0;
  color: var(--gallery-muted);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.015em;
  white-space: nowrap;
}
.card-status { position: absolute; top: 0; right: 0; padding: 6px 9px; border-radius: 999px; background: #edf0f5; color: #788292; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.card-status--ready { background: #e2f5ea; color: #247448; }
.card-specs { display: flex; flex-wrap: wrap; gap: 7px; }
.card-specs span { padding: 7px 9px; border-radius: 8px; background: #edf1f6; color: #596575; font-size: 12px; font-weight: 700; white-space: nowrap; }
.card-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; }
.card-tools { display: flex; flex-wrap: wrap; gap: 5px; }
.card-tools span { padding: 5px 7px; border: 1px solid rgba(65,79,107,.12); border-radius: 999px; background: rgba(255,255,255,.7); color: #6a7482; font-size: 10px; font-weight: 750; }
.card-detail-link { flex: none; min-height:44px; padding:0 2px; display:inline-flex; align-items:center; color: #29498f; font-size: 12px; font-weight: 800; white-space: nowrap; transition: color .2s ease, transform .2s ease; }
a.card-detail-link:hover { color: #1e65dd; transform: translateY(-1px); }
.card-detail-link.is-disabled { color: #8a93a0; font-weight: 650; }
.showcase-card--ready { border-color: rgba(64,106,199,.2); }

/* Project preview — useful context outside, protected build material inside. */
.showcase-card { cursor:pointer; }
.project-modal {
  width:min(1080px,calc(100% - 36px));
  max-width:none;
  max-height:min(88dvh,820px);
  margin:auto;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:28px;
  background:#f7f9fc;
  color:var(--ink);
  box-shadow:0 42px 120px -45px rgba(17,23,38,.68),inset 0 1px 0 #fff;
}
.project-modal::backdrop { background:rgba(18,23,33,.48);backdrop-filter:blur(9px); }
.project-modal[open] { animation:project-modal-in .38s cubic-bezier(.22,1,.36,1); }
@keyframes project-modal-in { from { opacity:0;transform:translateY(18px) scale(.975); } to { opacity:1;transform:none; } }
.project-modal__surface { max-height:min(88dvh,820px);overflow:auto;overscroll-behavior:contain; }
.project-modal__header {
  position:sticky;z-index:8;top:0;min-height:66px;padding:10px 15px 10px 24px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(35,43,60,.08);background:rgba(247,249,252,.9);backdrop-filter:blur(18px);
}
.project-modal__header > span { color:#7b8594;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase; }
.project-modal__close { width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(35,43,60,.1);border-radius:50%;background:#fff;color:var(--ink);font:400 27px/1 var(--sans);cursor:pointer; }
.project-modal__close:focus-visible { outline:3px solid rgba(64,95,180,.24);outline-offset:2px; }
.project-modal__layout { display:grid;grid-template-columns:minmax(0,.88fr) minmax(440px,1.12fr);min-height:620px; }
.project-modal__visual { padding:24px;border-right:1px solid rgba(35,43,60,.08);background:linear-gradient(145deg,rgba(231,237,247,.92),rgba(250,246,245,.88)); }
.project-modal__visual .showcase-card__preview { position:sticky;top:90px;aspect-ratio:4/3;border-radius:20px;box-shadow:0 24px 54px -34px rgba(26,35,55,.5); }
.project-modal__content { padding:28px 30px 30px; }
.project-modal__title-row { display:flex;align-items:flex-start;justify-content:space-between;gap:20px; }
.project-modal__title-row p { margin:0 0 7px;color:#7a8595;font-size:13px;font-weight:600; }
.project-modal__title-row h2 { margin:0;font:400 clamp(46px,5vw,70px)/.85 var(--serif);letter-spacing:-.05em; }
.project-modal__availability { flex:none;padding:7px 10px;border-radius:999px;background:#e2f5ea;color:#247448;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase; }
.project-modal__availability.is-soon { background:#edf0f5;color:#758092; }
.project-modal__specs { margin-top:24px;display:flex;flex-wrap:wrap;gap:7px; }
.project-modal__specs span { padding:8px 10px;border-radius:9px;background:#eaf0f7;color:#566273;font-size:11px;font-weight:750; }
.project-modal__tools { margin-top:15px;display:flex;align-items:center;gap:12px; }
.project-modal__tools > span { color:#8a94a2;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
.project-modal__tools > div { display:flex;flex-wrap:wrap;gap:5px; }
.project-modal__tools b { padding:5px 8px;border:1px solid rgba(65,79,107,.12);border-radius:999px;background:#fff;color:#667181;font-size:9px; }
.project-modal__inside { margin-top:26px;border-top:1px solid rgba(35,43,60,.1); }
.project-modal__section-head { padding:18px 0 13px;display:flex;align-items:center;justify-content:space-between;gap:16px; }
.project-modal__section-head span { color:#8a94a2;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
.project-modal__section-head b { font-size:12px; }
.project-modal__inside ul { margin:0;padding:0;list-style:none;border-bottom:1px solid rgba(35,43,60,.1); }
.project-modal__inside li { min-height:59px;padding:10px 0;display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:10px;border-top:1px solid rgba(35,43,60,.08); }
.project-modal__inside li > i { color:#9aa3b0;font-size:9px;font-style:normal;font-weight:800; }
.project-modal__inside li > span { display:grid;gap:4px; }
.project-modal__inside li > span b { font-size:11px; }
.project-modal__inside li > span small { color:#7e8999;font-size:9px;line-height:1.35; }
.project-modal__inside li > em { padding:5px 7px;border-radius:999px;background:#edf0f5;color:#818b99;font-size:7px;font-style:normal;font-weight:850;letter-spacing:.08em;text-transform:uppercase; }
.project-modal__inside li:first-child > em { background:#e6f4eb;color:#28724b; }
.project-modal__inside li.is-protected > span { position:relative;user-select:none; }
.project-modal__inside li.is-protected > span small { filter:blur(3.2px);opacity:.58; }
.project-modal__gate { margin-top:22px;padding:16px;border:1px solid rgba(35,43,60,.1);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:inset 0 1px 0 #fff; }
.project-modal__gate-copy { display:flex;align-items:center;gap:11px;margin-bottom:13px; }
.project-modal__gate-copy > span { width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#17191f;color:#fff;font-size:18px; }
.project-modal__gate-copy p { margin:0;display:grid;gap:4px; }
.project-modal__gate-copy b { font-size:12px; }
.project-modal__gate-copy small { color:#7b8695;font-size:9px; }
.project-modal__gate > a[data-modal-action] { min-height:55px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-radius:13px;background:var(--cta-grad);color:#fff;font-size:12px;font-weight:800;box-shadow:0 18px 34px -25px #4357d7; }
.project-modal__gate > a[data-modal-action] > b { font-size:13px; }
.project-modal__signin { min-height:35px;display:flex;align-items:flex-end;justify-content:center;color:#667285;font-size:9px;font-weight:700;text-decoration:underline;text-underline-offset:3px; }
.project-modal.is-unlocked .project-modal__inside li.is-protected > span small { filter:none;opacity:1; }
.project-modal.is-unlocked .project-modal__inside li.is-protected > em { background:#e6f4eb;color:#28724b; }
.project-modal.is-unlocked .project-modal__signin { display:none; }
body.project-modal-open { overflow:hidden; }

@media (max-width:760px) {
  .project-modal { width:100%;max-height:92dvh;margin:auto 0 0;border-radius:25px 25px 0 0; }
  .project-modal[open] { animation-name:project-modal-mobile-in; }
  @keyframes project-modal-mobile-in { from { opacity:.6;transform:translateY(100%); } to { opacity:1;transform:none; } }
  .project-modal__surface { max-height:92dvh; }
  .project-modal__header { min-height:58px;padding:7px 12px 7px 18px; }
  .project-modal__close { width:42px;height:42px; }
  .project-modal__layout { display:block;min-height:0; }
  .project-modal__visual { padding:14px 18px 0;border:0;background:transparent; }
  .project-modal__visual .showcase-card__preview { position:relative;top:auto;aspect-ratio:16/8.3;border-radius:16px; }
  .project-modal__content { padding:21px 18px calc(24px + env(safe-area-inset-bottom)); }
  .project-modal__title-row h2 { font-size:48px; }
  .project-modal__inside { margin-top:22px; }
  .project-modal__inside li { min-height:62px; }
  .project-modal__gate { margin-top:18px; }
}

/* Card 1 — eyewear editorial */
.preview-eyewear {
  background: radial-gradient(circle at 50% 76%, #b8d5e6 0 18%, transparent 40%), linear-gradient(180deg, #063653, #9dc2d7 77%, #f0f5f6);
  color: #17120f;
}
.preview-eyewear::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,18,34,.36), transparent 35% 66%, rgba(255,255,255,.14));
}
.preview-eyewear img {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -33%;
  width: 78%;
  max-width: none;
  transform: translateX(-50%);
  filter: saturate(.75) contrast(1.06) brightness(.94);
}
.preview-eyewear__nav {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 13px;
  right: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 8px;
  color: rgba(255,255,255,.86);
  font-size: clamp(4px, .34vw, 7px);
  line-height: 1.25;
}
.preview-eyewear__nav b { font-size: 1.45em; }
.preview-eyewear__nav i { font-style: normal; text-align: right; }
.preview-eyewear > strong {
  position: absolute;
  z-index: 3;
  left: 9px;
  bottom: 29px;
  color: #211911;
  font-size: clamp(36px, 4vw, 70px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.08em;
}
.preview-eyewear > small { position: absolute; z-index: 3; left: 12px; bottom: 11px; font-size: clamp(4px, .33vw, 7px); }

/* Card 2 — sharp monochrome commerce landing */
.preview-prompt { padding: 13px 10px 10px; background: #f7f7f5; color: #050505; }
.preview-prompt__top { display: flex; align-items: flex-start; justify-content: space-between; }
.preview-prompt__top b { font-family: var(--serif); font-size: clamp(34px, 3.6vw, 62px); font-weight: 400; font-style: italic; line-height: .8; letter-spacing: -.09em; }
.preview-prompt__top span { font-size: clamp(4px, .35vw, 7px); font-weight: 700; }
.preview-prompt > p { max-width: 65%; margin-top: 39px; font-size: clamp(4px, .34vw, 7px); line-height: 1.25; font-weight: 600; }
.preview-prompt__offer { position: absolute; right: 8px; bottom: 14px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.preview-prompt__offer span { font-size: clamp(7px, .7vw, 12px); line-height: 1.05; }
.preview-prompt__offer strong { margin: 7px 0 8px; font-size: clamp(24px, 2.2vw, 39px); line-height: 1; letter-spacing: -.06em; }
.preview-prompt__offer i { padding: 6px 19px 9px; border-radius: 999px; background: #050505; color: #fff; font-size: clamp(25px, 2.7vw, 47px); font-style: normal; line-height: 1; letter-spacing: -.07em; }
.preview-prompt__foot { position: absolute; left: 10px; bottom: 9px; display: flex; gap: 34px; font-size: clamp(4px, .33vw, 7px); font-weight: 700; }

/* Card 3 — blue-glow education concept */
.preview-rocket { padding: 34px 28px 30px; background: #151515; color: #fff; }
.preview-rocket__orb { position: absolute; z-index: -1; top: -4%; right: -10%; width: 64%; height: 112%; border-radius: 50%; background: radial-gradient(ellipse at 45% 50%, #1678ff, #0547bb 40%, rgba(0,67,190,.35) 62%, transparent 74%); filter: blur(10px); transform: rotate(10deg); }
.preview-rocket > b { position: relative; z-index: 2; font-size: clamp(12px, 1.4vw, 24px); }
.preview-rocket > b em { font-style: italic; letter-spacing: -.06em; }
.preview-rocket__copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 30px; }
.preview-rocket__copy strong { display: block; font-size: clamp(18px, 1.65vw, 31px); line-height: 1.1; letter-spacing: -.035em; }
.preview-rocket__copy p { margin: 20px 0; color: #a7a7a7; font-size: clamp(14px, 1.15vw, 21px); }
.preview-rocket__copy span { display: inline-flex; padding: 16px 26px; border-radius: 15px; background: #f5f5f5; color: #202020; font-size: clamp(13px, 1.05vw, 19px); font-weight: 700; }

/* Card 4 — orange 404 laptop */
.preview-404 { padding: 28px 28px 0; background: radial-gradient(circle at 20% 20%, #ffb23e, transparent 33%), #f5911c; }
.preview-404::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 5px 5px; mix-blend-mode: overlay; }
.preview-404__screen { position: relative; height: 88%; overflow: hidden; border: 5px solid #131313; border-bottom: 8px solid #131313; border-radius: 11px 11px 2px 2px; background: linear-gradient(135deg, #ffb934, #f18c16); transform: perspective(800px) rotateY(-1deg) rotateZ(-1deg); }
.preview-404__nav { position: absolute; top: 7px; left: 8px; right: 8px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: clamp(4px, .38vw, 8px); }
.preview-404__nav i { padding: 3px 5px; border-radius: 3px; background: rgba(80,43,0,.28); font-style: normal; }
.preview-404__screen > strong { position: absolute; inset: 4% 0 auto; text-align: center; color: rgba(255,224,145,.34); font-size: clamp(115px, 14vw, 250px); line-height: 1; letter-spacing: -.14em; }
.preview-404__mascot { position: absolute; z-index: 2; left: 50%; top: 25%; transform: translateX(-50%); font-size: clamp(48px, 6vw, 105px); filter: drop-shadow(0 12px 8px rgba(110,51,0,.16)); }
.preview-404__screen > p { position: absolute; z-index: 2; left: 0; right: 0; bottom: 14%; color: #fff; text-align: center; font-size: clamp(5px, .48vw, 9px); font-weight: 700; }
.preview-404__base { position: absolute; left: 14px; right: 4px; bottom: 0; height: 22px; background: linear-gradient(#303033, #0e0e0f 66%); clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%); border-radius: 0 0 10px 10px; }

/* Card 5 — typographic service list */
.preview-services { padding: 0 34px; background: #fafafa; color: #111; }
.preview-services > div { height: 25%; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid #e0e0e0; }
.preview-services > div:last-child { border: 0; }
.preview-services b { font-size: clamp(22px, 2.7vw, 48px); line-height: 1; letter-spacing: -.06em; }
.preview-services span { color: #888; font-size: clamp(4px, .4vw, 8px); line-height: 1.5; }
.preview-services span strong { display: block; margin-bottom: 8px; color: #222; font-size: 1.45em; }

/* Card 6 — dreamy estate */
.preview-estate { background: linear-gradient(#9d99f8 0 18%, #e6a5e7 52%, #7d66aa 100%); color: #fff; }
.preview-estate__sky { position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 45%, rgba(255,255,255,.38) 0 8%, transparent 19%), radial-gradient(ellipse at 74% 38%, rgba(255,255,255,.3) 0 12%, transparent 24%), radial-gradient(ellipse at 45% 72%, #f4b5e9 0 18%, transparent 38%), linear-gradient(transparent 45%, rgba(69,36,112,.42)); filter: blur(3px); }
.preview-estate__brand { position: absolute; z-index: 2; top: 13px; left: 50%; transform: translateX(-50%); font-size: clamp(6px, .5vw, 10px); }
.preview-estate > strong { position: absolute; z-index: 2; top: -5px; left: 18px; right: 18px; text-align: center; font-family: var(--serif); font-size: clamp(46px, 5.4vw, 96px); font-weight: 400; line-height: .75; opacity: .7; }
.preview-estate > strong i { font-size: .21em; font-family: var(--sans); font-style: normal; font-weight: 500; letter-spacing: .1em; }
.preview-estate__tower { position: absolute; z-index: 2; left: 50%; bottom: 9%; width: 24%; height: 68%; transform: translateX(-50%); background: linear-gradient(90deg, #493c75, #bd82b9 48%, #55426e); clip-path: polygon(31% 0, 65% 0, 72% 14%, 86% 14%, 91% 100%, 7% 100%, 13% 25%, 26% 25%); box-shadow: 0 24px 30px rgba(39,17,61,.5); }
.preview-estate__tower i { position: relative; display: block; width: 65%; height: 8%; margin: 10% auto; background: rgba(255,211,174,.76); box-shadow: 0 0 12px #f7bdea; }
.preview-estate > small { position: absolute; z-index: 3; left: 0; right: 0; bottom: 12px; text-align: center; font-size: clamp(4px, .38vw, 8px); line-height: 1.35; }

/* Card 7 — measured terrarium */
.preview-wellness { background: radial-gradient(ellipse at 50% 100%, #203415, #050605 45%, #000 75%); color: #fff; }
.preview-wellness__nav { position: absolute; z-index: 3; top: 8px; left: 8px; right: 8px; display: flex; align-items: center; justify-content: space-between; font-size: clamp(4px, .33vw, 7px); }
.preview-wellness__nav i { padding: 3px 7px; border-radius: 999px; background: #173c20; color: #bbffc4; font-style: normal; }
.preview-wellness > strong { position: absolute; z-index: 3; top: 14%; left: 6%; right: 6%; text-align: center; font-family: var(--serif); font-size: clamp(45px, 5.2vw, 92px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.preview-wellness__sphere { position: absolute; z-index: 4; left: 50%; bottom: -6%; width: 55%; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 36% 25%, rgba(255,255,255,.6), rgba(255,255,255,.06) 20%, rgba(20,37,14,.55) 46%, #020302 75%); border: 1px solid rgba(255,255,255,.26); box-shadow: inset -20px -18px 30px rgba(0,0,0,.72), inset 12px 8px 20px rgba(255,255,255,.12), 0 16px 28px #000; }
.preview-wellness__sphere div { position: absolute; left: 19%; right: 19%; bottom: 17%; height: 38%; display: grid; place-items: center; border-radius: 48% 52% 38% 43%; background: #314b1b; font-size: clamp(28px, 3.3vw, 58px); box-shadow: inset 0 10px 14px rgba(120,160,58,.24); }

/* Card 8 — cinematic landscape */
.preview-prisma { background: linear-gradient(#14202a, #7c7460 54%, #1a1712 55%); color: #fff; }
.preview-prisma__land { position: absolute; inset: 36% -10% 0; background: radial-gradient(circle at 64% 45%, #e1b870 0 2%, transparent 18%), radial-gradient(ellipse at 14% 65%, #191b14 0 14%, transparent 15%), radial-gradient(ellipse at 70% 76%, #23251a 0 23%, transparent 24%), linear-gradient(160deg, #796b47 0 32%, #191a14 33% 100%); filter: contrast(1.1); }
.preview-prisma::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.5), transparent 55%), radial-gradient(circle at 75% 20%, rgba(255,194,101,.65), transparent 21%); }
.preview-prisma > span { position: absolute; z-index: 3; top: 10px; left: 50%; transform: translateX(-50%); font-size: clamp(4px, .34vw, 7px); white-space: nowrap; }
.preview-prisma > strong { position: absolute; z-index: 3; left: 10px; bottom: 11%; font-size: clamp(48px, 5.5vw, 98px); font-weight: 400; line-height: .8; letter-spacing: -.075em; }
.preview-prisma sup { font-size: .25em; vertical-align: top; }
.preview-prisma > small { position: absolute; z-index: 3; right: 12px; bottom: 14%; text-align: right; font-family: var(--serif); font-size: clamp(6px, .55vw, 11px); font-style: italic; line-height: 1.05; }

/* Mobile-first preview legibility. */
.preview-rocket__copy strong { font-size: clamp(23px, 6vw, 30px); }
.preview-rocket__copy p { font-size: 17px; }
.preview-eyewear__nav, .preview-prompt__top span, .preview-prompt > p, .preview-prompt__foot,
.preview-404__nav, .preview-estate__brand, .preview-estate > small, .preview-wellness__nav,
.preview-prisma > span { font-size: clamp(5px, 1.4vw, 8px); }

@media (min-width: 681px) {
  .gallery { margin-top:0; padding: 88px clamp(32px, 5.95vw, 122px) 96px; }
  .gallery__intro { margin-bottom: 34px; }
  .gallery__intro h2 { font-size: clamp(48px, 6vw, 70px); }
  .gallery__filters { grid-template-columns: repeat(3, minmax(150px, 220px)); }
  .filter-field:last-of-type { grid-column: auto; }
  .filter-field select { height: 48px; padding-left: 15px; font-size: 15px; }
  .gallery__filter-summary { grid-column: 1 / -1; justify-content: flex-end; }
  .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-card__meta h3 { font-size: clamp(20px, 2.4vw, 28px); }
  .showcase-card__meta p { font-size: clamp(15px, 1.7vw, 19px); }
  .preview-eyewear__nav, .preview-prompt__top span, .preview-prompt > p, .preview-prompt__foot,
  .preview-404__nav, .preview-estate__brand, .preview-estate > small, .preview-wellness__nav,
  .preview-prisma > span { font-size: clamp(5px, .62vw, 8px); }
}

@media (min-width: 1181px) {
  .gallery { margin-top:0; padding-top:88px; padding-bottom:110px; }
  .gallery__intro { margin-bottom: 38px; }
  .gallery__intro h2 { font-size: clamp(58px, 5vw, 74px); }
  .gallery__filters { grid-template-columns: repeat(3, minmax(160px, 220px)) 1fr; }
  .gallery__filter-summary { grid-column: auto; }
  .gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .showcase-card__meta { min-height: 210px; padding: 20px; }
  .showcase-card__meta h3 { font-size: clamp(18px, 1.35vw, 26px); }
  .showcase-card__meta p { font-size: clamp(15px, 1vw, 19px); }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-card, .card-detail-link, .gallery-toggle button, .gallery-toggle::before, .gallery-dropdown summary, .gallery-dropdown summary svg { transition: none; }
}

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

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

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ============================================================
   Ambient background
   ============================================================ */

.bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 78% 8%,  rgba(255,255,255,.8), transparent 70%),
    radial-gradient(45% 40% at 30% 18%, rgba(180,170,255,.16), transparent 70%),
    radial-gradient(50% 45% at 90% 60%, rgba(140,180,255,.14), transparent 70%);
}

.bg-lines {
  /* anchored to the hero (not the viewport) so the fade stays at the hero's
     bottom and the whole layer scrolls away — otherwise a fixed layer keeps
     showing lines in the top of the viewport as you scroll the hero up */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100svh;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(33, 49, 84, .07) 0 1px,
    transparent 1px 120px
  );
  /* lines fade out toward the bottom of the hero */
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 26%, transparent 80%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 26%, transparent 80%);
  opacity: 1;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* MULTI-LAYER progressive blur behind the nav — sits ABOVE content (z2), BELOW
   nav (z50). Three stacked backdrop-filter layers whose blur ramps UP toward the
   top (each later sibling also re-blurs the previous one → strong, smooth, vivid
   frosted ramp). Far more visible & original than a single blur. */
.nav-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  z-index: 40;
  pointer-events: none;
}
.nav-blur__l { position: absolute; inset: 0; }
.nav-blur__l:nth-child(1) {            /* base, spans the short band */
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 100%);
}
.nav-blur__l:nth-child(2) {            /* a little more, upper part */
  -webkit-backdrop-filter: blur(5px) saturate(1.15);
          backdrop-filter: blur(5px) saturate(1.15);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 22%, transparent 58%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 22%, transparent 58%);
}
.nav-blur__l:nth-child(3) {            /* gentle peak, top only (lightened) */
  -webkit-backdrop-filter: blur(11px) saturate(1.25);
          backdrop-filter: blur(11px) saturate(1.25);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 8%, transparent 30%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 8%, transparent 30%);
}
/* original touch — a faint "signature" tint (echoes the CTA orange→blue) over the frost */
.nav-blur::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    rgba(255,138,26,.10) 0%,
    rgba(176,71,201,.055) 50%,
    rgba(42,107,255,.10) 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 24%, transparent 82%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 24%, transparent 82%);
}

/* ============================================================
   Navbar
   ============================================================ */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1240px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 26px 44px;
  /* The shared shell is intentionally static between page changes. */
  animation:none;
  /* hide-on-scroll-down / reveal-on-scroll-up — ease-OUT so it starts moving
     instantly (no slow-start "delay"), then decelerates smoothly */
  transition: transform .55s cubic-bezier(.33, 1, .68, 1),
              opacity .45s cubic-bezier(.33, 1, .68, 1);
  will-change: transform, opacity;
  transform-origin: center top;
}
.nav.is-hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .nav { transition: none; }
}

.brand { display: flex; align-items: center; justify-self: start; }
.brand-mark { width:42px; height:42px; display:block; border:1px solid rgba(21,23,29,.09); border-radius:13px; object-fit:cover; box-shadow:0 7px 18px -14px rgba(21,23,29,.75); }
.brand-mark--footer { width:48px; height:48px; border-color:rgba(255,255,255,.14); border-radius:15px; box-shadow:none; }
.brand-wordmark { color:#171920; font-family:var(--sans); font-size:21px; font-style:normal; font-weight:500; line-height:1; letter-spacing:.012em; white-space:nowrap; }
.brand__name {
  color: #15171d;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.005em;
  padding-bottom: 2px;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 30px;
}
.nav__links a {
  display: inline-flex;
  align-items: center;
  color: #4a5360;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .18s ease;
}
.nav__links a:hover { color: #15171d; }
.mobile-drawer__header,
.mobile-drawer__nav,
.mobile-drawer__account,
.mobile-drawer__story,
.nav__links .mobile-drawer__buy,
.nav-drawer-backdrop { display:none; }

.nav__actions { display: flex; align-items: center; justify-self: end; gap: 6px; }
.nav-session-link {
  min-height:38px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:11px;
  color:#3f4753;
  font-size:12px;
  font-weight:650;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease;
}
.nav-session-link:hover { background:rgba(255,255,255,.6);color:#111217; }
.nav-session-link--member { padding-right:14px;background:rgba(255,255,255,.72); }
.nav-session-link--member i { width:7px;height:7px;border-radius:50%;background:#39a66a;box-shadow:0 0 0 4px rgba(57,166,106,.11); }
[data-auth-member][hidden],
[data-auth-guest][hidden] { display:none !important; }
.nav__actions > [data-auth-guest] { display:none !important; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .16s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn--ghost {
  padding: 9px 15px;
  border-radius: 10px;
  color: #2a3039;
  font-size: 15px;
  background: transparent;
}
.btn--ghost:hover { background: rgba(20,22,30,.06); }
.btn--light {
  padding: 10px 20px;
  border-radius: 10px;
  background: #14151a;
  color: #fff;
  font-size: 15px;
}

.nav__burger {
  display: none;
  width: 40px; height: 40px;
  border: 0; border-radius: 10px;
  background: #eceef1;
  color: #111217;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nav-icon {
  width:20px;
  height:20px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nav__burger .nav-icon { width:22px;height:22px;color:#111217;stroke:#111217; }
.nav__burger span {
  width: 16px; height: 1.7px; border-radius: 2px;
  background: #15171d;
  transition: transform .25s ease, opacity .2s ease;
}

/* ============================================================
   Hero layout
   ============================================================ */

.hero {
  position: relative;
  z-index: 2;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 24px;
  min-height: 58svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

/* ---------------- copy (centred, no visual) ---------------- */

.hero__copy {
  padding: 125px 0 28px;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headline {
  position: relative;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.042em;
  font-size: clamp(2.4rem, 5.1vw, 4.15rem);
  color: var(--ink);
}
.line { display: block; }
.line--bold { white-space: nowrap; }
.line--serif {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.012em;
  font-size: .96em;
  padding-bottom: .06em;
  color: #1b1d24;
}
.line--bold { font-weight: 500; }

/* Hero title: grey reveal chased by a gradient wave, line after line at one speed. */
.headline { position:relative;isolation:isolate; }
.headline > .line,
.hl-layer .line {
  width:max-content;
  max-width:100%;
  margin-inline:auto;
  margin-bottom:-.13em;
  padding:.04em .06em .17em;
}
.headline > .line {
  color:#b9bec7;
  clip-path:inset(0 100% 0 0);
  will-change:clip-path;
}
.hl-layer { position:absolute;z-index:2;inset:0;display:block;pointer-events:none; }
.hl-layer .line { color:#14161c; }
.hl-layer--final .line {
  clip-path:inset(0 100% 0 0);
  will-change:clip-path;
}
.hl-layer--wave { z-index:3; }
.hl-layer--wave .line {
  background-image:var(--cta-grad);
  background-repeat:no-repeat;
  -webkit-background-clip:text;
          background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  z-index:3;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,#000 38%,#000 62%,rgba(0,0,0,.28) 84%,transparent 100%);
          mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,#000 38%,#000 62%,rgba(0,0,0,.28) 84%,transparent 100%);
  -webkit-mask-size:32% 100%;
          mask-size:32% 100%;
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:-52% 0;
          mask-position:-52% 0;
  will-change:mask-position;
}
.headline.is-in > .line { animation:heroHeadlineReveal var(--line-duration) cubic-bezier(.1,.8,.9,.2) var(--line-delay) forwards; }
.headline.is-in .hl-layer--wave .line { animation:heroHeadlineWave var(--line-duration) cubic-bezier(.1,.8,.9,.2) calc(var(--line-delay) + .16s) both; }
.headline.is-in .hl-layer--final .line { animation:heroHeadlineFinal var(--line-duration) cubic-bezier(.1,.8,.9,.2) calc(var(--line-delay) + .33s) forwards; }
@keyframes heroHeadlineReveal {
  from { clip-path:inset(0 100% 0 0); }
  to { clip-path:inset(0 0 0 0); }
}
@keyframes heroHeadlineWave {
  from { -webkit-mask-position:-52% 0;mask-position:-52% 0; }
  to { -webkit-mask-position:152% 0;mask-position:152% 0; }
}
@keyframes heroHeadlineFinal {
  from { clip-path:inset(0 100% 0 0); }
  to { clip-path:inset(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) {
  .headline > .line { width:auto;color:#14161c;clip-path:none; }
  .hl-layer { display:none;animation:none !important; }
}

/* Support badge */
.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  margin-left: .4em;
  transform: translateY(-.5em) rotate(-3deg);
  padding: .30em .62em;
  border-radius: .58em;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--grad) border-box;
  border: 2px solid transparent;
  box-shadow:
    0 16px 34px -10px rgba(108,86,228,.45),
    0 2px 6px rgba(108,86,228,.18);
  font-size: .40em;
  white-space: nowrap;
}
.badge__text {
  font-weight: 700;
  letter-spacing: -.01em;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* speech-bubble tail */
.badge::after {
  content: "";
  position: absolute;
  left: 1.05em;
  bottom: -.34em;
  width: .55em; height: .55em;
  background: #fff;
  border-right: 2px solid #9a64e6;
  border-bottom: 2px solid #b455e6;
  border-bottom-right-radius: 4px;
  transform: rotate(58deg) skew(-8deg);
}

.subtext {
  margin-top: 30px;
  max-width: 420px;
  color: #858d9a;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.003em;
}
.hero-subtitle { margin-top:18px; color:#8d95a2; font-size:clamp(.95rem,1.1vw,1.08rem); font-weight:400; letter-spacing:.005em; }

.actions { margin-top: 30px; }

/* Get started CTA */
.cta-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero .btn-cta--compact { width:172px; gap:10px; padding-right:18px; border-width:6px; border-radius:15px; }
.hero .btn-cta--compact::before { width:44px; height:44px; border-radius:9px; }
.hero .btn-cta--compact .btn-cta__icon { width:44px; height:44px; }
.hero .btn-cta--compact .btn-cta__icon svg { width:19px; height:19px; }
.hero .btn-cta--compact .btn-cta__label { font-size:1rem; }
.hero .btn-cta--compact.btn-cta--linked .btn-cta__track { min-width:148px; }
.hero .btn-cta--compact.btn-cta--linked .btn-cta__group { justify-content:space-between; }
.hero-price { margin:14px 0 0; display:flex; align-items:center; justify-content:center; gap:8px; font-size:11px; }
.hero-price strong { padding:6px 9px; border-radius:999px; background:#171920; color:#fff; font-size:12px; }
.hero-price span { color:#7c4650; font-weight:750; }
.btn-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  /* the 8px black frame is a BORDER (not padding) so overflow:hidden clips the
     sliding words at the gradient interior — the small black margins stay intact */
  padding: 0 24px 0 0;
  background: #14151a;
  border: 8px solid #14151a;
  border-radius: 19px;
  box-shadow:
    0 18px 34px -16px rgba(10,12,20,.5),
    0 2px 8px rgba(10,12,20,.2);
}
/* gradient tile — expands to fill the whole button on hover */
/* ── CTA hover animation ───────────────────────────────────────────
   IN  (mouse enters): smooth ease-out, the fresh word TRAILS the arrow (delays)
   OUT (mouse leaves):  quick, clean reset — NO delays, so it never lags.
   Each element carries its OUT transition in the base rule and its IN
   transition in the :hover rule, so the two directions are fully independent.
   --------------------------------------------------------------------- */
.btn-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 11px;
  /* grainy gradient: a grayscale noise tile blended (overlay) over --cta-grad */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='cg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23cg)' opacity='0.55'/%3E%3C/svg%3E"),
    var(--cta-grad);
  background-blend-mode: overlay, normal;
  background-size: 90px 90px, auto;
  z-index: 0;
  transition: width .32s cubic-bezier(.4, 0, .2, 1);            /* OUT */
}
.btn-cta:hover::before {
  width: 100%;
  transition: width .5s cubic-bezier(.22, 1, .36, 1);          /* IN */
}
.btn-cta__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: none;
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);        /* OUT */
}
.btn-cta__icon svg {
  width: 23px;
  height: 23px;
  color: #fff;
  filter: drop-shadow(0 1px 1.5px rgba(0,0,0,.3));
}
/* keep the arrow — push it to the right on hover (it leads) */
.btn-cta:hover .btn-cta__icon {
  transform: translateX(134px);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);      /* IN */
}
.btn-cta__label {
  position: relative;
  z-index: 1;
  display: inline-grid;
  /* NO own clip — the words are clipped by the whole button (overflow:hidden),
     so they slide all the way to the button's edges (no central margin) */
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -.01em;
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);        /* OUT */
}
/* Keep the label rail fixed: only the two word layers move. */
.btn-cta:hover .btn-cta__label {
  transform: none;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);      /* IN */
}
/* Word swap — PURE SLIDE (no opacity / no fade), moving in PERFECT SYNC with the
   arrow: identical timing, NO delays. The full-width travel (±200px) keeps the two
   copies ~200px apart (> word width) so they never overlap mid-swap. */
.btn-cta__word {
  grid-area: 1 / 1;
  white-space: nowrap;
  will-change: transform;
}
/* OUT (mouse leaves) — same curve/duration as the arrow, no delay */
.btn-cta__word:nth-child(1) {
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
.btn-cta__word:nth-child(2) {
  transform: translateX(-165%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
/* IN (mouse enters) — same curve/duration as the arrow, no delay → they slide together */
.btn-cta:hover .btn-cta__word:nth-child(1) {
  transform: translateX(165%);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.btn-cta:hover .btn-cta__word:nth-child(2) {
  transform: translateX(0);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

/* ── Nav CTA — mini twin of the hero CTA (same hover behaviour) ── */
.btn-cta--mini {
  gap: 10px;
  padding: 0 19px 0 0;
  border-width: 8px;
  border-radius: 10px;
  /* flat white button — no stroke, no drop shadow */
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  align-self: center;
}
/* arrow tile (and hover fill) in grey instead of the blue-lavender gradient */
.btn-cta--mini::before {
  width: 26px; height: 26px; border-radius: 7px;
  background: linear-gradient(105deg, #e6e9f0 0%, #f2f4f8 100%);
  background-blend-mode: normal;   /* no grain on the nav button */
}
.btn-cta--mini .btn-cta__icon { width: 26px; height: 26px; }
.btn-cta--mini .btn-cta__icon svg { width: 14px; height: 14px; color: var(--ink); filter: none; }
.btn-cta--mini .btn-cta__label { font-size: .92rem; color: var(--ink); }
/* animation distances scaled down to the mini size (timing/curves inherited) */
.btn-cta--mini .btn-cta__word:nth-child(2) { transform: translateX(-165%); }
.btn-cta--mini:hover .btn-cta__icon  { transform: translateX(90px); }
.btn-cta--mini:hover .btn-cta__label { transform: none; }
.btn-cta--mini:hover .btn-cta__word:nth-child(1) { transform: translateX(165%); }

/* Linked CTA motion: the arrow and label travel as one complete unit. */
.btn-cta--linked {
  gap: 0;
  padding-right: 0;
}
.btn-cta--linked .btn-cta__track {
  position: relative;
  z-index: 1;
  display: inline-grid;
}
.btn-cta--linked .btn-cta__group {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 24px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.01em;
  white-space: nowrap;
  will-change: transform;
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
.btn-cta--linked .btn-cta__group--incoming {
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  padding-right: 0;
  transform: translateX(-115%);
}
.btn-cta--linked:hover .btn-cta__group--current {
  transform: translateX(115%);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.btn-cta--linked:hover .btn-cta__group--incoming {
  transform: translateX(0);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.btn-cta--linked .btn-cta__icon,
.btn-cta--linked:hover .btn-cta__icon,
.btn-cta--linked .btn-cta__word,
.btn-cta--linked:hover .btn-cta__word {
  transform: none;
  transition: none;
}
.btn-cta--mini.btn-cta--linked {
  gap: 0;
  padding-right: 0;
}
.btn-cta--mini.btn-cta--linked .btn-cta__group {
  gap: 10px;
  padding-right: 19px;
  color: var(--ink);
  font-size: .92rem;
}
.btn-cta--mini.btn-cta--linked .btn-cta__word {
  transform: none;
}
.btn-cta--mini.btn-cta--linked .btn-cta__group--incoming {
  justify-content: center;
  padding-right: 0;
}
.hero .btn-cta--compact.btn-cta--linked {
  gap: 0;
  padding-right: 0;
  border-width:5px;
  border-radius:12px;
  box-shadow:0 12px 26px -18px rgba(10,12,20,.7);
}
.hero .btn-cta--compact.btn-cta--linked::before { left:auto;right:0;border-radius:7px; }
.hero .btn-cta--compact.btn-cta--linked .btn-cta__group {
  gap: 14px;
  padding:0 0 0 18px;
  font-size: 1rem;
}
.hero .btn-cta--compact.btn-cta--linked .btn-cta__group--incoming {
  justify-content:flex-start;
  padding:0 0 0 18px;
}

/* Hero CTA: compact fixed geometry with a real gradient tile behind the arrow.
   The tile lives on the icon too, so it can never visually detach from it. */
.hero .btn-cta--compact.btn-cta--linked {
  width:164px;
  border-width:4px;
  border-radius:11px;
}
.hero .btn-cta--compact.btn-cta--linked::before {
  width:38px;
  height:38px;
  border-radius:7px;
}
.hero .btn-cta--compact.btn-cta--linked .btn-cta__track { min-width:140px; }
.hero .btn-cta--compact.btn-cta--linked .btn-cta__group,
.hero .btn-cta--compact.btn-cta--linked .btn-cta__group--incoming {
  gap:10px;
  padding-left:14px;
}
.hero .btn-cta--compact.btn-cta--linked .btn-cta__icon {
  width:38px;
  height:38px;
  border-radius:7px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='cg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23cg)' opacity='0.55'/%3E%3C/svg%3E"),
    var(--cta-grad);
  background-blend-mode:overlay,normal;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}
.hero .btn-cta--compact.btn-cta--linked .btn-cta__icon svg { width:18px;height:18px; }

.btn--dark {
  padding: 16px 30px;
  border-radius: 13px;
  background: #141519;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -.01em;
  box-shadow:
    0 16px 32px -14px rgba(20,21,25,.7),
    inset 0 1.2px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(255,255,255,.05),
    inset 0 8px 18px -9px rgba(0,0,0,.85);
}
.btn--dark:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 40px -14px rgba(20,21,25,.75),
    inset 0 1.2px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(255,255,255,.06),
    inset 0 8px 18px -9px rgba(0,0,0,.85);
}
.btn--dark:active { transform: translateY(0); }

.proof {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.proof__avatars { display: flex; }
.av {
  width: 33px; height: 33px;
  border-radius: 50%;
  border: 2.5px solid var(--bg);
  margin-left: -11px;
  box-shadow: 0 2px 5px rgba(30,40,70,.18);
  background-size: cover;
}
.av:first-child { margin-left: 0; }
.av1 { background: radial-gradient(120% 120% at 30% 20%, #ffd9a8, #e98a5d); }
.av2 { background: radial-gradient(120% 120% at 30% 20%, #ffc6d9, #c66b9a); }
.av3 { background: radial-gradient(120% 120% at 30% 20%, #cfe0ff, #6f8fd6); }
.av4 { background: radial-gradient(120% 120% at 30% 20%, #d7d2cc, #8d8780); }
.proof__label {
  color: #7a828f;
  font-size: .9rem;
  font-weight: 500;
}

/* customer reviews — rounded face strip */
.reviews {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 13px;
  z-index: 4;
  white-space: nowrap;
  animation: fadeReviews .7s ease .9s both;
}
@keyframes fadeReviews { from { opacity: 0; } to { opacity: 1; } }
.reviews__faces {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 8px 22px -6px rgba(30,40,70,.26), 0 1px 3px rgba(30,40,70,.12);
}
.reviews__faces img {
  width: 42px;
  height: 50px;
  object-fit: cover;
  display: block;
}
.reviews__faces img + img { border-left: 2px solid #fff; }
.reviews__label {
  color: #7a828f;
  font-size: .92rem;
  font-weight: 500;
}

/* ---------------- RIGHT : visual ---------------- */

.hero__visual {
  position: relative;
  align-self: end;
  justify-self: center;
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 92px;
  right: 64px;
  will-change: transform, opacity;   /* scroll parallax + fade (set via JS) */
}
.hero__woman {
  height: min(85svh, 815px);
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  animation: heroIn 1s cubic-bezier(.2,.7,.2,1) .2s both;
}

/* floating app chips */
.chip {
  position: absolute;
  width: clamp(58px, 6.2vw, 88px);
  aspect-ratio: 1;
  filter: drop-shadow(0 18px 26px rgba(35,45,75,.22));
  z-index: 3;
}
.chip img {
  width: 100%; height: 100%;
}
.chip--whatsapp  { top: 30%;  left: 4%;  }
.chip--instagram { top: 60%;  left: 1%;  }
.chip--gmail     { top: 45%;  right: 5%; }

/* ============================================================
   Animations
   ============================================================ */

@keyframes dropIn {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(34px) scale(.985); }
  to   { opacity: 1; transform: none; }
}
@keyframes pop {
  from { opacity: 0; transform: scale(.55); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-13px); }
}

.reveal {
  opacity: 0;
  animation: rise .8s cubic-bezier(.21,.7,.25,1) both;
  animation-delay: calc(.15s + var(--i, 0) * .09s);
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1080px) {
  .hero { column-gap: 8px; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__actions .btn--ghost { display: none; }
  .nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 18px 30px;
  }
  .nav__actions { margin-left: auto; }
  .nav__burger { display: flex; }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 0;
    text-align: center;
    min-height: 60svh;
  }
  .hero__copy {
    padding: 86px 0 24px;
    max-width: 600px;
    margin: 0 auto;
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: none;
  }
  .headline { font-size: clamp(2.6rem, 11vw, 4rem); }
  .line--bold { white-space: normal; }
  .subtext { max-width: 460px; }
  .cta-row { flex-direction: column; align-items: center; gap: 22px; }
  .proof { align-items: center; }
  .reviews {
    position: static;
    transform: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 24px auto 32px;
    white-space: normal;
  }

  .hero__visual {
    height: auto;
    margin-top: 10px;
    bottom: 0;
    right: 0;
  }
  .hero__woman { height: auto; width: min(86vw, 470px); }
  .chip--whatsapp  { top: 18%; left: 2%;  }
  .chip--instagram { top: 54%; left: -2%; }
  .chip--gmail     { top: 34%; right: 1%; }
}

@media (max-width: 480px) {
  .hero__copy { padding-top: 104px; }
  .chip { width: clamp(50px, 15vw, 64px); }
}

/* ============================================================
   Feature — unified inbox + AI copilot
   ============================================================ */
.feature {
  position: relative;
  z-index: 2;
  /* TRANSPARENT at the very top so the hero's ambient (glow + lines) flows
     straight through → the two sections truly blend; then settles to --bg and
     degrades to pure white toward the end of the section */
  background: linear-gradient(180deg, transparent 0%, var(--bg) 16%, var(--bg) 55%, #ffffff 100%);
  margin-top: -40px;           /* subtle peek up into the hero (CTA stays visible) */
  padding: 0 24px 120px;
}
.feature__head {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(30,40,70,.14);
  font-size: .82rem;
  font-weight: 600;
  color: #51596a;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent-grad);
}
.feature__title {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--ink);
}
.feature__sub {
  margin: 20px auto 0;
  max-width: 580px;
  color: #5a6473;
  font-size: 1.08rem;
  line-height: 1.55;
}
.feature__sub strong { color: var(--ink); font-weight: 700; }

/* screen = the inbox mockup + its floating collage (Makro-style showcase) */
.screen {
  position: relative;
  max-width: calc(var(--shell) - 48px); /* match hero/nav content width (1192px) */
  margin: 0 auto;
  perspective: 2400px;           /* gentle 3D depth for the mini screen tilt */
}
.inbox {
  width: 100%;
  display: grid;
  grid-template-columns: 330px 1fr;
  height: 808px;                 /* taller screen */
  background: #fff;
  border-radius: 8px;            /* much less rounded */
  border: 1px solid rgba(20,22,30,.06);
  box-shadow:
    0 0 0 12px rgba(255,255,255,.5),         /* soft white halo ring (ui-glow) */
    0 44px 90px -34px rgba(33,42,74,.4),
    0 10px 26px -14px rgba(33,42,74,.22);
  overflow: hidden;
  will-change: transform;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1); /* eases the subtle scroll parallax → smooth */
}

/* ── Social icons that fly in from the hero and dock at the screen's top-right ── */
.dock {
  position: absolute;
  inset: 0;                                             /* covers .screen so flies aren't clipped by .inbox overflow */
  z-index: 7;
  pointer-events: none;
}
.fly {
  position: absolute;                                   /* JS places each fly onto its target channel slot */
  width: 30px;                                          /* = .ctile (the appbar channel tile) */
  aspect-ratio: 1;
  margin: 0;
  transform-origin: center center;
  will-change: transform;
  perspective: 560px;                                   /* 3D stage */
  filter: drop-shadow(0 8px 14px rgba(30, 40, 70, .32)); /* soft ambient (floating) */
}
/* real extruded 3D tile: a face + darkened slabs stacked behind in Z (built by JS) */
.fly__tile {
  position: relative;
  display: block;
  width: 100%; height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}
.fly__face,
.fly__edge {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  display: block;
}
.fly__edge { filter: brightness(.4) saturate(.82); }   /* the thickness slabs (darker side) */

/* ── Trust bar : small stat + styled client logos (like the reference), after the screen ── */
.trust {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 150px 24px 140px;
  text-align: center;
}
.trust__stat {
  max-width: 720px;
  margin: 0 auto 56px;
  font-family: var(--sans);
  font-size: clamp(.88rem, 1.15vw, 1.02rem);   /* small */
  font-weight: 500;
  letter-spacing: -.005em;
  color: #41495d;                              /* dark slate, like the ref */
}
.trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 64px);
  color: #1b2433;
}
.tlogo { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; line-height: 1; }
.tlogo--candle {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.1vw, 1.78rem);
  letter-spacing: -.02em;
}
.tlogo--arc {
  position: relative;
  padding-top: 14px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  letter-spacing: -.015em;
}
.tlogo__arc {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-54%);
  width: clamp(50px, 5.2vw, 62px);
  height: auto;
}
.tlogo--agnost {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(1rem, 1.6vw, 1.36rem);
  letter-spacing: .04em;
}
.tlogo--adria {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.12rem, 1.9vw, 1.52rem);
  letter-spacing: -.01em;
}
.tlogo__mark { width: clamp(19px, 2vw, 25px); height: auto; }

/* ── Floating collage cards overflowing the screen corners ── */
.screen-collage {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  transition: transform .25s ease-out;     /* eased parallax */
  will-change: transform;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(20,22,30,.05);
  border-radius: 15px;
  box-shadow:
    0 26px 50px -18px rgba(33,42,74,.42),
    0 6px 16px -8px rgba(33,42,74,.2);
}
/* Mue AI action — bottom-right, overlapping the corner */
.float-card--mue {
  bottom: -30px;
  right: -34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px 13px 13px;
}
.float-card__icon {
  flex: none;
  width: 38px; height: 38px;
  border-radius: 11px;
  background: var(--accent-grad);
  display: grid; place-items: center;
  box-shadow: 0 6px 14px -4px rgba(63,78,134,.5);
}
.float-card__icon svg { width: 18px; height: 18px; fill: #fff; }
.float-card__body { display: flex; flex-direction: column; gap: 2px; }
.float-card__title { font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; line-height: 1.1; }
.float-card__sub { font-size: 12.5px; color: #5a6473; }
/* Channels unified — bottom-left, overlapping the corner */
.float-card--channels {
  bottom: -24px;
  left: -28px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 13px 16px;
}
.float-card__chips { display: flex; }
.float-card__chips img { width: 30px; height: 30px; border-radius: 8px; box-shadow: 0 3px 8px -2px rgba(30,40,70,.3); }
.float-card__chips img + img { margin-left: -8px; }
.float-card__small { font-size: 12.5px; font-weight: 600; color: var(--ink); }

/* sidebar */
.inbox__side {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(20,22,30,.07);
  background: #fafbfd;
  min-width: 0;
}
.inbox__side-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 18px 12px;
}
.inbox__side-title { font-weight: 700; font-size: 1.02rem; color: var(--ink); }
.inbox__count {
  min-width: 22px; height: 22px; padding: 0 7px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: .73rem; font-weight: 700;
}
.inbox__search {
  margin: 0 14px 8px;
  padding: 9px 12px;
  display: flex; align-items: center; gap: 8px;
  border-radius: 10px;
  background: #eceff5;
  color: #8a93a0; font-size: .85rem;
}
.inbox__search-icn { width: 15px; height: 15px; fill: none; stroke: #9aa3b0; stroke-width: 2; stroke-linecap: round; flex: none; }

.convos { list-style: none; margin: 0; padding: 4px 8px; overflow-y: auto; flex: 1; }
.convo {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 11px;
  border-radius: 12px;
}
.convo--active { background: #fff; box-shadow: 0 5px 16px -7px rgba(30,40,70,.22); }

.avatar {
  position: relative;
  flex: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--c, #8a93a0);
  display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .01em;
}
.ch {
  position: absolute; right: -3px; bottom: -3px;
  width: 19px; height: 19px;
  border-radius: 6px;
  background-size: cover; background-position: center;
  border: 2px solid #fafbfd;
}
.convo--active .ch, .thread__head .ch { border-color: #fff; }
.ch--wa { background-image: url("assets/icon-whatsapp.png"); }
.ch--ig { background-image: url("assets/icon-instagram.png"); }
.ch--gm { background-image: url("assets/icon-gmail.png"); }

.convo__main { flex: 1; min-width: 0; }
.convo__row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.convo__name { font-weight: 600; font-size: .92rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.convo__time { font-size: .74rem; color: #9aa3b0; flex: none; }
.convo__msg {
  display: block; margin-top: 1px;
  font-size: .84rem; color: #6b7480;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.convo__dot { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--accent-grad); }

/* thread */
.thread { display: flex; flex-direction: column; min-width: 0; }
.thread__head {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(20,22,30,.07);
}
.thread__who { display: flex; flex-direction: column; line-height: 1.3; }
.thread__name { font-weight: 700; font-size: 1rem; color: var(--ink); }
.thread__chan { font-size: .8rem; color: #8a93a0; }

.thread__body {
  flex: 1;
  padding: 22px;
  display: flex; flex-direction: column; gap: 10px;
  overflow-y: auto;
  background: radial-gradient(circle at 1px 1px, rgba(20,22,30,.045) 1px, transparent 0) 0 0 / 20px 20px;
}
.bubble {
  max-width: 74%;
  padding: 10px 15px;
  font-size: .92rem; line-height: 1.45;
  border-radius: 16px;
}
.bubble--in { align-self: flex-start; background: #eef1f6; color: #1f2530; border-bottom-left-radius: 5px; }
.bubble--out { align-self: flex-end; background: var(--ink); color: #fff; border-bottom-right-radius: 5px; }

/* AI copilot */
.copilot {
  align-self: stretch;
  margin-top: 8px;
  padding: 15px 16px;
  border-radius: 16px;
  background: linear-gradient(#fff, #fff) padding-box, var(--accent-grad) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 34px -14px rgba(70,90,170,.4);
}
.copilot__top { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.copilot__badge {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  display: grid; place-items: center;
  background: var(--accent-grad);
}
.copilot__badge svg { width: 14px; height: 14px; fill: #fff; }
.copilot__name { font-weight: 700; font-size: .87rem; color: var(--ink); }
.copilot__tag {
  margin-left: auto;
  padding: 3px 9px; border-radius: 999px;
  background: #eef1f6; color: #6b7480;
  font-size: .71rem; font-weight: 600;
}
.copilot__text { color: #2a3340; font-size: .95rem; line-height: 1.5; }
.copilot__actions { display: flex; gap: 8px; margin-top: 13px; }
.copilot__use {
  padding: 8px 16px; border: 0; border-radius: 9px;
  background: var(--ink); color: #fff;
  font-size: .84rem; font-weight: 600; cursor: pointer;
}
.copilot__alt {
  padding: 8px 14px; border: 1px solid rgba(20,22,30,.14); border-radius: 9px;
  background: #fff; color: #4a5360;
  font-size: .84rem; font-weight: 600; cursor: pointer;
}

.thread__composer {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 16px;
  border-top: 1px solid rgba(20,22,30,.07);
}
.composer__field {
  flex: 1;
  padding: 11px 16px; border-radius: 11px;
  background: #eef1f6; color: #9aa3b0; font-size: .9rem;
}
.composer__send {
  flex: none;
  width: 42px; height: 42px; border: 0; border-radius: 11px;
  background: var(--accent-grad);
  display: grid; place-items: center; cursor: pointer;
}
.composer__send svg { width: 19px; height: 19px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* social-proof band — PART OF the statement section; pulled UP so it sits just under the
   pinned phrase (negative margin cancels the empty bottom half of the 100vh pin box) */
.iproof {
  margin: -22vh auto 0;
  padding: 0 24px 84px;      /* tail spacing inside the statement section */
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;     /* vertically centered */
  text-align: center;
}
.iproof__eyebrow { font-size: 14px; font-weight: 600; color: #51596a; }
.iproof__row { display: flex; align-items: center; gap: 14px; }
.iproof__avatars { display: flex; align-items: center; }
.iproof__avatars img {
  width: 42px; height: 42px; border-radius: 10px; object-fit: cover;
  border: 2px solid #fff; box-shadow: 0 5px 14px -4px rgba(30,40,70,.3);
}
.iproof__avatars img + img { margin-left: -10px; }
.iproof__info { display: flex; flex-direction: column; gap: 3px; align-items: flex-start; }
.iproof__stars { display: inline-flex; align-items: center; gap: 8px; color: #f3b53f; font-size: 16px; letter-spacing: 1px; line-height: 1; }
.iproof__score { color: var(--ink); font-size: 14px; font-weight: 700; }
.iproof__caption { font-size: 14px; font-weight: 500; color: #5a6473; }

/* ============================================================
   Statement — big line that fills grey → ink as you scroll
   ============================================================ */
/* the statement is a TALL scroll-track; the text PINS at viewport centre and
   fills slowly as you scroll through it (you must scroll a lot to fully reveal) */
.statement {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: 480px;       /* huge air between the logos and the grey shape below */
  /* height comes from .statement__track; the .iproof band flows after it as the tail */
}
.statement__track {
  position: relative;          /* no fixed height → the section flows normally (no scroll lock) */
}
.statement__pin {
  position: static;            /* not sticky anymore — the phrase scrolls past normally */
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.statement__stage {
  position: relative;
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
/* small pill above the phrase */
.statement__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 17px 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(21, 23, 29, .1);
  background: rgba(21, 23, 29, .025);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .005em;
  color: var(--ink-soft);
}
.statement__tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cta-grad);
  flex: none;
}
.statement__text {
  position: relative;          /* offsetParent for the words → continuous gradient slicing */
  max-width: 820px;
  margin: 0;
  text-align: center;
  font-family: var(--sans);
  font-weight: 700;            /* bold sans (like the reference) */
  font-size: clamp(1.4rem, 2.9vw, 2.35rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  transform-origin: center center;
  will-change: transform;
  /* fallback / reduced-motion start tone (JS paints each word) */
  color: rgba(21, 23, 29, .18);
}
/* each word carries the CTA gradient clipped to its glyphs; the reveal animates
   the text-fill from transparent (gradient shows) → black — NO grey phase */
.statement__word {
  background-image: var(--cta-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #d3d7de;     /* OPAQUE light grey hides the gradient until the sweep */
  color: #d3d7de;
  opacity: 0;
  transform: translateY(.16em);
  will-change: opacity, transform;
}
.statement.is-in .statement__word {
  animation: stmtWordIn .8s cubic-bezier(.4, 0, .25, 1) both;
  animation-delay: var(--d, 0s);   /* JS sequences this LINE BY LINE */
}
/* fast fluid wave with a CLEARLY VISIBLE grey phase: the word lands in light grey,
   holds it, then the CTA gradient sweeps through and it settles to black. */
@keyframes stmtWordIn {
  0%   { opacity: 0; transform: translateY(.18em); -webkit-text-fill-color: #d6dae1; }
  20%  { opacity: 1; transform: translateY(0);     -webkit-text-fill-color: #cfd3da; }   /* lands in grey */
  48%  { opacity: 1; transform: translateY(0);     -webkit-text-fill-color: #cfd3da; }   /* grey clearly held */
  72%  { -webkit-text-fill-color: transparent; }    /* CTA gradient sweeps through */
  100% { opacity: 1; transform: translateY(0);     -webkit-text-fill-color: #14161c; }   /* settles to black */
}
@media (prefers-reduced-motion: reduce) {
  .statement.is-in .statement__word {
    animation: none; opacity: 1; transform: none;
    -webkit-text-fill-color: #14161c; color: #14161c;
  }
}
.statement__word--serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.07em;          /* Instrument Serif reads a touch smaller — balance it */
  letter-spacing: 0;
}

/* advantages card — slides in from the right in phase 2 (revealed via JS) */
.statement__card {
  position: absolute;
  top: 50%;
  right: 0;
  width: 350px;
  transform: translateY(-50%) translateX(40px);
  opacity: 0;
  will-change: transform, opacity;
}
.adv-card {
  padding: 28px 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(20,22,30,.06);
  box-shadow: 0 34px 70px -26px rgba(33,42,74,.42), 0 8px 22px -12px rgba(33,42,74,.2);
  text-align: left;
}
.adv-card__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #8089a0;
  text-transform: uppercase;
}
.adv-card__list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.adv-card__list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.02rem;
  font-weight: 500;
  color: #20242e;
  line-height: 1.3;
}
.adv-card__ic {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--cta-grad);
  display: grid;
  place-items: center;
  box-shadow: 0 5px 12px -4px rgba(120,80,40,.4);
}
.adv-card__ic svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   Mue panel — mirrored scroll reveal (image right / copy left)
   the "other direction" twin of the statement section
   (own .mue namespace — the inbox card already uses .copilot)
   ============================================================ */
.mue {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 240vh;            /* pinned track: image slides in, title fills, copy staggers */
}
.mue__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.mue__stage {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;   /* copy | image — mirror of the statement */
  gap: 64px;
  align-items: center;
}

/* ── left column: the copy that appears on scroll ── */
.mue__copy { max-width: 520px; opacity: 0; will-change: opacity; }   /* JS reveals in phase 2 */
.mue__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8089a0;
  opacity: 0;                /* JS reveals */
  will-change: transform, opacity;
}
.mue__title {
  margin: 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: rgba(21, 23, 29, .18);   /* fallback grey; JS paints each word grey→ink */
}
.mue__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
.mue__word { color: rgba(21, 23, 29, .18); }
.mue__word--serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
.mue__text {
  margin: 22px 0 0;
  font-size: 1.06rem;
  line-height: 1.6;
  color: var(--ink-soft);
  opacity: 0;                /* JS staggers */
  will-change: transform, opacity;
}
.mue__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mue__list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: .99rem;
  font-weight: 500;
  color: #20242e;
  line-height: 1.4;
  opacity: 0;                /* JS staggers */
  will-change: transform, opacity;
}
.mue__ic {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border-radius: 8px;
  background: var(--cta-grad);
  display: grid;
  place-items: center;
  box-shadow: 0 5px 12px -4px rgba(120, 80, 40, .4);
}
.mue__ic svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── right column: the image panel (the entering "actor") ── */
.mue__visual {
  position: relative;
  width: 440px;
  justify-self: end;
  opacity: 1;                /* always present — no apparition; JS only slides it */
  will-change: transform;
}
.mue__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(20, 22, 30, .06);
  box-shadow: 0 34px 70px -26px rgba(33, 42, 74, .42), 0 8px 22px -12px rgba(33, 42, 74, .2);
}
.mue__media::before {        /* soft gradient nappe behind the cut-out + bottom fade into white */
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 70% 18%, rgba(106, 77, 240, .16), transparent 60%),
    radial-gradient(120% 80% at 50% 100%, #fff 0%, transparent 58%),
    #fff;
}
.mue__media img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  filter: drop-shadow(0 24px 40px rgba(33, 42, 74, .28));
  will-change: transform;
}
.mue__media::after {         /* signature gradient bar at the bottom edge */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--cta-grad);
  z-index: 3;
}
.mue__pill {
  position: absolute;
  top: 20px;
  right: -16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px 9px 11px;
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 13px;
  box-shadow: 0 16px 34px -16px rgba(33, 42, 74, .4);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;                /* JS fades it in at the end */
  will-change: transform, opacity;
}
.mue__pill-ic {
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--cta-grad);
  box-shadow: 0 3px 8px -2px rgba(120, 80, 40, .5);
}

/* stacked layout — JS also forces the final state below 900px */
@media (max-width: 900px) {
  .mue { height: auto; }
  .mue__pin { position: static; height: auto; padding: 76px 22px; }
  .mue__stage { grid-template-columns: 1fr; gap: 34px; }
  .mue__copy { max-width: none; }
  .mue__visual { order: 2; justify-self: center; width: min(360px, 82vw); }
  .mue__title { font-size: clamp(1.5rem, 6.4vw, 2.2rem); }
  .mue__copy,
  .mue__eyebrow,
  .mue__text,
  .mue__list li,
  .mue__visual,
  .mue__media img,
  .mue__pill {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============================================================
   Process — 4 steps explaining how it works and why it matters
   light theme, copy | visual grid alternating sides
   ============================================================ */
.steps {
  position: relative;
  z-index: 2;
  background: #f3f3f4;          /* near-white, matched to the 3D renders' background (rgb ~243) */
  padding: 168px 24px 130px;    /* top room for the curved arc divider + airy bottom */
}
/* curved black ARC at the top of the section; JS morphs it convex→concave on scroll.
   The SVG paints WHITE (= the statement above) down to the curve; below the curve the
   black section shows → the boundary is the arc. */
.steps__arc {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 190px;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.steps__arc path { fill: #fff; }
.steps__eyebrow {
  position: relative;
  z-index: 1;
  max-width: calc(var(--shell) - 48px);
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6a7384;
}
/* ── ONE glossy 3D icon, STICKY, that morphs through the steps on scroll ── */
.steps__layout {
  position: relative;
  z-index: 1;
  max-width: calc(var(--shell) - 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.steps__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.morph {
  position: relative;
  width: clamp(170px, 22vw, 250px);
  height: clamp(170px, 22vw, 250px);
  perspective: 1200px;               /* 3D stage: the icon spins on its vertical axis */
}
.morph__spin {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
.morph__icon {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .14s linear;   /* faces swap edge-on (90°) — quick fade hides the sliver */
  will-change: opacity, transform;
}
.morph__icon.is-active { opacity: 1; }
.morph__icon .i3d {
  width: clamp(240px, 27vw, 350px);  /* the renders have inner padding — oversize to keep the object big */
  max-width: none;
  height: auto;
  display: block;
  /* feather the square photo edge so the render's grainy bg melts into the section bg
     (objects sit within ~55% radial of these renders — safe to fade from 56%) */
  -webkit-mask-image: radial-gradient(closest-side, #000 56%, transparent 86%);
  mask-image: radial-gradient(closest-side, #000 56%, transparent 86%);
}

.steps__list { position: relative; z-index: 1; }
.step {
  position: relative;
  min-height: 74vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step__num {
  display: block;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(58px, 6vw, 104px);
  line-height: .8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(21, 23, 29, .18);
  user-select: none;
}
.step__copy { position: relative; z-index: 1; max-width: 472px; }
.step__kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #98a1b6;
}
.step__title {
  margin: 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  line-height: .96;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.step__title em {
  font-style: normal;
  background: var(--cta-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step__text {
  margin: 26px 0 0;
  max-width: 420px;
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--ink-soft);
}
.step__visual { display: flex; justify-content: center; }

/* ── reference-style DARK message-list card (one per step) ── */
.dcard {
  width: 100%;
  max-width: 560px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.05);
}
.drow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.022);
  border: 1px solid rgba(255,255,255,.06);
}
.drow.is-dim { opacity: .5; }
.drow__av,
.drow__avi {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.drow__avi {
  display: grid; place-items: center;
  background: var(--c, #42506e);
  color: #fff; font-size: .8rem; font-weight: 700;
  border: 1px solid rgba(255,255,255,.12);
}
.drow__id { display: flex; flex-direction: column; gap: 7px; flex: none; min-width: 170px; }
.drow__name {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .98rem; font-weight: 700; color: #f4f5f8; letter-spacing: -.01em;
}
.dch { width: 17px; height: 17px; border-radius: 4px; background-size: cover; background-position: center; flex: none; }
.dch--wa { background-image: url("assets/icon-whatsapp.png"); }
.dch--gm { background-image: url("assets/icon-gmail.png"); }
.dch--ig { background-image: url("assets/icon-instagram.png"); }
.dtag {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600;
  padding: 4px 9px; border-radius: 7px;
  white-space: nowrap;
}
.dtag--blue   { background: rgba(86,150,255,.16);  color: #8fbaff; }
.dtag--amber  { background: rgba(214,160,70,.16);  color: #e3bb74; }
.dtag--green  { background: rgba(78,196,128,.16);  color: #84e0a6; }
.dtag--violet { background: rgba(150,110,255,.18); color: #c0a9ff; }
.dtag--coral  { background: rgba(255,108,98,.16);  color: #ff998f; }
.dtag--grey   { background: rgba(255,255,255,.06);  color: #9aa2b3; }
.dtag--done   { background: rgba(78,196,128,.14);  color: #7fd9a0; }
.dtag__spark { width: 11px; height: 11px; border-radius: 3px; background: var(--cta-grad); flex: none; }
.drow__subject {
  margin-left: auto; text-align: right;
  font-size: .94rem; color: rgba(255,255,255,.5); letter-spacing: -.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* checkbox — only this toggles the row; clicking the row itself does nothing */
.dcheck {
  flex: none;
  width: 22px; height: 22px;
  margin-right: -2px;
  border-radius: 7px;
  border: 1.5px solid rgba(255,255,255,.22);
  background: transparent;
  display: grid; place-items: center;
  cursor: pointer;
  padding: 0;
  transition: background .18s ease, border-color .18s ease;
}
.dcheck svg {
  width: 12px; height: 12px;
  fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  opacity: 0; transform: scale(.5);
  transition: opacity .18s ease, transform .18s cubic-bezier(.34,1.56,.64,1);
}
.drow.is-done .dcheck { background: var(--cta-grad); border-color: transparent; }
.drow.is-done .dcheck svg { opacity: 1; transform: scale(1); }
.drow.is-done .drow__name,
.drow.is-done .drow__subject { text-decoration: line-through; opacity: .5; }
.drow.is-done .dtag { opacity: .45; }

/* shared mockup primitives */
.sv-card {
  background: #fff;
  border: 1px solid rgba(20, 22, 30, .06);
  border-radius: 20px;
  box-shadow: 0 34px 70px -26px rgba(33, 42, 74, .42), 0 8px 22px -12px rgba(33, 42, 74, .2);
}
.sv-badge {
  flex: none;
  width: 28px; height: 28px;
  border-radius: 9px;
  background: var(--cta-grad);
  display: grid; place-items: center;
  box-shadow: 0 5px 12px -4px rgba(120, 80, 40, .4);
}
.sv-badge svg { width: 15px; height: 15px; fill: #fff; }
.sv-badge--clock svg { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sv-pill {
  flex: none;
  font-size: 11.5px; font-weight: 700;
  padding: 5px 11px; border-radius: 999px;
  white-space: nowrap;
}
.sv-pill--grad { background: var(--cta-grad); color: #fff; }
.sv-pill--amber { background: #fbe7c8; color: #97600f; }
.sv-pill--mute { background: #eceef3; color: #8a93a3; }
.sv-pill--soft { background: #eef1f6; color: #5d6675; font-weight: 600; }
.sv-check {
  width: 22px; height: 22px; border-radius: 7px;
  background: var(--cta-grad);
  display: grid; place-items: center; flex: none;
}
.sv-check svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

/* —— Step 1 : connect channels —— */
.sv-chan { width: 360px; padding: 24px; }
.sv-chan__title { font-weight: 700; font-size: 1rem; color: var(--ink); margin-bottom: 15px; }
.sv-chan__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.sv-chan__row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 14px; border: 1px solid rgba(20, 22, 30, .06); }
.sv-chan__icon { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; flex: none; }
.sv-chan__meta { display: flex; flex-direction: column; gap: 1px; margin-right: auto; }
.sv-chan__name { font-weight: 600; font-size: .92rem; color: var(--ink); }
.sv-chan__sub { font-size: .78rem; color: var(--ink-soft); }
.sv-toggle { width: 40px; height: 23px; border-radius: 999px; background: #dfe3ea; position: relative; flex: none; }
.sv-toggle i { position: absolute; top: 2px; left: 2px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }
.sv-toggle.is-on { background: var(--cta-grad); }
.sv-toggle.is-on i { left: 19px; }
.sv-chan__connect { font-size: .82rem; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid rgba(20, 22, 30, .14); border-radius: 999px; padding: 6px 14px; cursor: pointer; }
.sv-chan__progress { height: 5px; border-radius: 999px; background: #e7eaf0; margin: 16px 0 9px; overflow: hidden; }
.sv-chan__progress span { display: block; height: 100%; background: var(--cta-grad); border-radius: 999px; }
.sv-chan__foot { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; color: var(--ink-soft); gap: 10px; }
.sv-chan__soon { color: #aab1c0; border: 1px dashed rgba(20, 22, 30, .16); border-radius: 999px; padding: 3px 9px; white-space: nowrap; }

/* —— Step 2 : morning briefing —— */
.sv-brief { width: 384px; padding: 22px; }
.sv-brief__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.sv-brief__title { font-weight: 700; font-size: .98rem; color: var(--ink); margin-right: auto; }
.sv-brief__date { font-size: .8rem; color: var(--ink-soft); }
.sv-brief__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.sv-prio { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 14px; background: #f6f8fb; }
.sv-prio--hot { background: #fff; box-shadow: inset 3px 0 0 0 #FF7A2F, 0 8px 18px -12px rgba(33, 42, 74, .35); }
.sv-prio.is-dim { opacity: .5; }
.sv-av { position: relative; flex: none; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: .72rem; font-weight: 700; }
.sv-av--a { background: linear-gradient(135deg, #6A4DF0, #2A6BFF); }
.sv-av--b { background: linear-gradient(135deg, #FF8A1A, #FF5550); }
.sv-av--c { background: linear-gradient(135deg, #B047C9, #6A4DF0); }
.sv-ch { position: absolute; right: -4px; bottom: -4px; width: 16px; height: 16px; border-radius: 5px; border: 2px solid #fff; background-size: cover; background-position: center; }
.sv-ch--wa { background-image: url("assets/icon-whatsapp.png"); }
.sv-ch--gm { background-image: url("assets/icon-gmail.png"); }
.sv-ch--ig { background-image: url("assets/icon-instagram.png"); }
.sv-prio__txt { margin-right: auto; font-size: .9rem; color: var(--ink); font-weight: 500; }
.sv-prio__txt em { font-style: normal; color: var(--ink-soft); }
.sv-brief__foot { margin-top: 14px; font-size: .8rem; color: var(--ink-soft); text-align: center; }

/* —— Step 3 : Mue draft —— */
.sv-draft { width: 400px; display: flex; flex-direction: column; gap: 14px; }
.sv-bubble { align-self: flex-start; max-width: 82%; background: #eef1f6; color: var(--ink); font-size: .92rem; padding: 11px 15px; border-radius: 16px; border-bottom-left-radius: 5px; }
.sv-reply {
  border: 1.5px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#fff, #fff) padding-box, var(--cta-grad) border-box;
  padding: 16px 18px;
  box-shadow: 0 20px 44px -22px rgba(33, 42, 74, .4);
}
.sv-reply__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.sv-reply__name { font-weight: 700; font-size: .9rem; color: var(--ink); margin-right: auto; }
.sv-reply__text { margin: 0 0 16px; font-size: .95rem; line-height: 1.5; color: var(--ink); font-style: italic; }
.sv-grad { font-style: italic; font-weight: 600; background: var(--cta-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sv-reply__actions { display: flex; gap: 10px; }
.sv-btn { font-size: .88rem; font-weight: 600; border-radius: 10px; padding: 9px 16px; cursor: pointer; border: 1px solid transparent; }
.sv-btn--send { background: var(--ink); color: #fff; box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .5); }
.sv-btn--ghost { background: #fff; color: var(--ink); border-color: rgba(20, 22, 30, .14); }
.sv-draft__tag { align-self: flex-end; display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.sv-draft__tag .sv-check { width: 18px; height: 18px; border-radius: 6px; }
.sv-draft__tag .sv-check svg { width: 10px; height: 10px; }

/* —— Step 4 : serenity —— */
.sv-zen { width: 384px; position: relative; display: flex; flex-direction: column; gap: 14px; }
.sv-zen__main { padding: 24px 26px; }
.sv-zen__stat { font-size: 1.05rem; font-weight: 600; color: var(--ink); display: flex; align-items: baseline; gap: 12px; }
.sv-zen__num { font-size: 4.4rem; font-weight: 800; line-height: .85; letter-spacing: -.03em; background: var(--cta-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sv-zen__sub { margin-top: 8px; font-size: .9rem; color: var(--ink-soft); }
.sv-zen__avatars { display: flex; align-items: center; margin-top: 16px; }
.sv-zen__avatars img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; margin-left: -8px; }
.sv-zen__avatars img:first-child { margin-left: 0; }
.sv-zen__done { margin-left: 10px; }
.sv-zen__hours { display: flex; align-items: center; gap: 14px; padding: 16px 20px; }
.sv-zen__hwrap { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.sv-zen__hnum { font-size: 1.55rem; font-weight: 800; line-height: 1; background: var(--cta-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sv-zen__hlbl { font-size: .82rem; color: var(--ink-soft); }
.sv-zen__hbar { height: 4px; border-radius: 999px; background: #e7eaf0; overflow: hidden; margin-top: 4px; }
.sv-zen__hbar i { display: block; height: 100%; width: 78%; background: var(--cta-grad); border-radius: 999px; }
.sv-zen__pill {
  position: absolute; top: -14px; right: -12px;
  display: flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 16px 34px -16px rgba(33, 42, 74, .4);
  border-radius: 12px; padding: 8px 12px;
  font-size: .8rem; font-weight: 600; color: var(--ink); white-space: nowrap;
}
.sv-dot { width: 8px; height: 8px; border-radius: 50%; background: #2ec26b; flex: none; box-shadow: 0 0 0 3px rgba(46, 194, 107, .18); }

@media (max-width: 900px) {
  .steps__layout { grid-template-columns: 1fr; gap: 0; }
  .steps__sticky { position: sticky; top: 64px; height: auto; padding: 8px 0 16px; }
  .morph { width: clamp(120px, 34vw, 172px); height: clamp(120px, 34vw, 172px); }
  .morph__icon .i3d { width: clamp(170px, 46vw, 240px); }
  .step { min-height: 52vh; }
  .step__copy { max-width: none; }
  .step__num { font-size: clamp(46px, 13vw, 80px); }
  .dcard { max-width: 100%; }
}
@media (max-width: 560px) {
  .drow { gap: 12px; padding: 13px 14px; }
  .drow__av, .drow__avi { width: 40px; height: 40px; }
  .drow__id { min-width: 0; }
  .drow__subject { display: none; }   /* keep avatar + name + tag on narrow phones */
}

@media (max-width: 820px) {
  .feature { padding: 70px 18px 90px; margin-top: 0; }
  .screen-collage { display: none; }       /* keep mobile clean */
  .screen-collage { display: none; }       /* keep mobile clean */
  .inbox { box-shadow: 0 0 0 8px rgba(255,255,255,.5), 0 30px 60px -28px rgba(33,42,74,.4); }
  .statement__pin { min-height: 56vh; padding: 0 22px; }
  .statement__card { display: none; }   /* phase 2 is desktop-only */
  .statement__text { font-size: clamp(1.5rem, 6.4vw, 2.2rem); transform: none !important; }
  .inbox {
    grid-template-columns: 1fr;
    height: auto;
  }
  .inbox__side {
    border-right: 0;
    border-bottom: 1px solid rgba(20,22,30,.07);
    max-height: 290px;
  }
  .thread { min-height: 470px; }
  .bubble { max-width: 84%; }
}

/* ============================================================
   Reduced motion
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Testimonials — ported "Testimonial" component (.tm namespace)
   ============================================================ */
.testimonials {
  position: relative;
  z-index: 2;
  background: var(--bg);
  padding: 0 0 96px;
}

.tm {
  --tm-navy:  #1C2E59;
  --tm-ink:   #2A2F3A;
  --tm-muted: #5B6573;
  --tm-line:  #E5E7EC;
  --tm-stone: #F5F1E8;
  --tm-ease:  cubic-bezier(0.16, 1, 0.3, 1);
  --tm-sans:  "HK Grotesk", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 20px;
  width: min(1320px, calc(100% - 48px));
  margin: clamp(40px, 6vh, 80px) auto 0;
  padding: clamp(64px, 9vh, 104px) 0;
  font-family: var(--tm-sans);
  box-sizing: border-box;
}
.tm *, .tm *::before, .tm *::after { box-sizing: border-box; }
.tm__bg { position: absolute; inset: 0; z-index: -1; background: #16223f; }
.tm__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tm__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14, 19, 34, 0.22), rgba(14, 19, 34, 0.34));
}
.tm__inner { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.tm__proof { display: flex; flex-direction: column; gap: 8px; color: #fff; max-width: 640px; margin: 0 auto 22px; }
.tm__eyebrow { font-size: 14px; font-weight: 500; letter-spacing: -0.005em; }
.tm__rating-row { display: flex; align-items: center; gap: 14px; }
.tm__avatars { display: flex; align-items: center; flex-shrink: 0; }
.tm__avatars img {
  width: 40px; height: 40px; border-radius: 8px; object-fit: cover;
  background: var(--tm-stone); box-shadow: -4px 2px 10px -2px rgba(0, 0, 0, 0.35);
}
.tm__avatars img + img { margin-left: -8px; }
.tm__rating-info { display: flex; flex-direction: column; gap: 4px; }
.tm__stars-lg { display: inline-flex; align-items: center; gap: 2px; font-size: 16px; letter-spacing: 1px; line-height: 1; color: #ffd66b; }
.tm__score { font-size: 14px; font-weight: 500; margin-left: 8px; letter-spacing: 0; color: #fff; }
.tm__caption { font-size: 14px; font-weight: 500; letter-spacing: -0.005em; }
.tm__card {
  max-width: 640px; margin: 0 auto; background: #fff;
  border-radius: 16px; padding: 26px 32px 22px;
  box-shadow: 0 25px 60px -25px rgba(10, 31, 68, 0.45); text-align: left;
}
.tm__card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.tm__stars { color: #f3b53f; letter-spacing: 3px; font-size: 13px; line-height: 1; }
.tm__date { font-size: 13px; color: var(--tm-muted); }
.tm__quote { margin: 0; font-size: 16px; line-height: 1.6; color: var(--tm-ink); min-height: 3.2em; }
.tm__foot { margin-top: 26px; }
.tm__author { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--tm-muted); font-weight: 600; }
.tm__avatar { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.tm__dots { display: flex; gap: 6px; justify-content: center; margin-top: 22px; }
.tm__bar { width: 28px; height: 4px; border-radius: 2px; background: var(--tm-line); overflow: hidden; position: relative; }
.tm__bar i { position: absolute; inset: 0; width: 0%; background: var(--accent-grad); border-radius: 2px; }
.tm__reveal {
  opacity: 0; transform: translate3d(0, 28px, 0); filter: blur(8px);
  transition: opacity 1.1s var(--tm-ease), transform 1.2s var(--tm-ease), filter 1.1s var(--tm-ease);
  will-change: opacity, transform, filter;
}
.tm__reveal--d1 { transition-delay: 0.08s; }
.tm.is-visible .tm__reveal { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }

@media (max-width: 860px) {
  .testimonials { padding-bottom: 72px; }
  .tm { width: 100%; border-radius: 0; padding: 72px 0 80px; margin: 56px 0 0; }
  .tm__proof { padding: 0 24px; align-items: center; text-align: center; gap: 16px; margin-bottom: 30px; text-shadow: 0 2px 16px rgba(10, 19, 34, 0.5); }
  .tm__rating-row { flex-direction: column; align-items: center; gap: 14px; }
  .tm__rating-info { align-items: center; gap: 6px; }
  .tm__caption { white-space: nowrap; }
  .tm__eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 12px; opacity: 0.92; }
  .tm__avatars img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.92); box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.45); }
  .tm__avatars img + img { margin-left: -14px; }
  .tm__card { margin: 0 16px; padding: 22px 22px 18px; }
  .tm__quote { font-size: 15px; line-height: 1.55; min-height: 7em; }
}
@media (max-width: 720px) {
  .tm__reveal { filter: none; transform: translate3d(0, 24px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .tm__reveal { opacity: 1; transform: none; filter: none; }
}

/* ============================================================
   Post-screen flow — pill / statement logos / why / gallery / pricing / faq / closer
   ============================================================ */

/* pill — white chip with a soft shadow ring (reference style, no dot) */
.pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(21, 23, 29, .05), 0 10px 26px -14px rgba(33, 42, 74, .35);
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .005em;
  color: var(--ink);
}

/* generic WAVE reveal for section titles (same grey -> gradient -> black as the hero/statement;
   words are wrapped by JS into .wv-word, gradient sliced continuous, delays line-by-line) */
.wv-word {
  background-image: var(--cta-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #d3d7de;     /* opaque light grey hides the gradient until the sweep */
  color: #d3d7de;
  opacity: 0;
  transform: translateY(.16em);
  will-change: opacity, transform;
}
.wv-word--serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.07em;
  letter-spacing: 0;
}
.is-in > .wv-word {
  animation: stmtWordIn .8s cubic-bezier(.4, 0, .25, 1) both;
  animation-delay: var(--d, 0s);
}
@media (prefers-reduced-motion: reduce) {
  .wv-word {
    animation: none !important;
    opacity: 1;
    transform: none;
    -webkit-text-fill-color: #14161c;
    color: #14161c;
  }
}

/* shared section title (bold sans + serif italic accent) */
.why__title, .pricing__title, .faq__title, .process__title {
  margin: 24px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.1vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink);
}
.why__title em, .pricing__title em, .faq__title em, .closer__title em, .process__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.07em;
  letter-spacing: 0;
}

/* wordmarks under the promise (the reference moves the logos here) — smaller & raised;
   they FADE+SLIDE IN from the bottom once the phrase's wave has finished
   (--logos-delay is computed by the statement JS = end of the last word's reveal) */
.statement__logos {
  opacity: 0;
  transform: translateY(-30px);   /* slides DOWN from the top */
  will-change: opacity, transform;
}
.statement.is-in .statement__logos {
  animation: logosIn .85s cubic-bezier(.22, 1, .36, 1) var(--logos-delay, 1.9s) both;
}
@keyframes logosIn {
  from { opacity: 0; transform: translateY(-30px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .statement__logos { opacity: 1; transform: none; }
  .statement.is-in .statement__logos { animation: none; }
}
.statement__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.6vw, 46px);
  padding: 0 24px;
  margin-top: -140px;           /* pulled up close under the phrase */
  color: #1b2433;
}
.statement__logos .tlogo--candle { font-size: clamp(1rem, 1.6vw, 1.34rem); }
.statement__logos .tlogo--arc { font-size: clamp(.95rem, 1.5vw, 1.22rem); padding-top: 11px; }
.statement__logos .tlogo__arc { width: clamp(38px, 3.9vw, 47px); }
.statement__logos .tlogo--agnost { font-size: clamp(.78rem, 1.2vw, 1.02rem); }
.statement__logos .tlogo--adria { font-size: clamp(.85rem, 1.45vw, 1.15rem); }
.statement__logos .tlogo__mark { width: clamp(14px, 1.5vw, 19px); }

/* ── WHY : ONE simple white rounded rect, HUGGED by a grey collar that follows its
   top + sides then flares into the full-width grey band (the statement's white runs
   down BESIDE the collar until the band starts) ── */
.why {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 96px 24px 100px;
}
/* full-width grey band from below the collar to the section end */
.why::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 306px;                    /* = card top (96) + 210 */
  bottom: 0;
  background: #ededee;
}
/* the grey collar hugging the card's top corners and sides */
.why__collar {
  position: absolute;
  top: 78px;                     /* card top (96) − collar thickness (18) */
  left: 50%;
  transform: translateX(-50%);
  width: min(1116px, 100%);      /* card width + 2×18 */
  height: 228px;                 /* 18 + 210 (down to the band) */
  background: #ededee;
  border-radius: 62px 62px 0 0;  /* card radius 44 + thickness 18 */
}
/* concave fillets where the collar legs flare into the full band (white quarter cuts) */
.why__collar::before,
.why__collar::after {
  content: "";
  position: absolute;
  top: calc(100% - 24px);
  width: 24px;
  height: 24px;
}
.why__collar::before {
  left: -24px;
  background: radial-gradient(circle 24px at 0 0, rgba(237, 237, 238, 0) 23px, #ededee 24px);
}
.why__collar::after {
  right: -24px;
  background: radial-gradient(circle 24px at 100% 0, rgba(237, 237, 238, 0) 23px, #ededee 24px);
}
.why__card {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border-radius: 44px;
  padding: 64px clamp(24px, 6vw, 96px) 80px;
  text-align: center;
  box-shadow: 0 30px 70px -52px rgba(33, 42, 74, .22);
}
/* 3-column rows like the reference: /num far left · sticky visual centre · big copy right */
.why__layout {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 380px 1fr;
  gap: 0 28px;
  align-items: start;
  text-align: left;
}
.why__sticky {
  grid-column: 2;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why__list { grid-column: 3; }
/* ONE cut-out 3D visual that spins on itself and transforms between steps */
.wmorph {
  position: relative;
  width: clamp(220px, 23vw, 310px);
  height: clamp(220px, 23vw, 310px);
  perspective: 1200px;
}
.wmorph__spin {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
.wmorph__icon {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .14s linear;   /* faces swap edge-on (90°) — quick fade hides the sliver */
  will-change: opacity, transform;
}
.wmorph__icon.is-active { opacity: 1; }
.wmorph__icon img {
  width: 112%;
  max-width: none;
  height: auto;
  display: block;
}
/* Three.js mount (icon 1) — fills the morph stage */
.wmorph__icon .w3d {
  width: 88%;                  /* bigger canvas, smaller object inside → same visual size, no crop */
  height: 88%;
  flex: none;
  transform: translateX(-6%);
}
.wmorph__icon .w3d canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.wstep {
  position: relative;
  min-height: 100vh;             /* one viewport per step → its centred text coincides
                                    with the centred sticky visual = same level */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* the /0X sits in the far-left column, vertically centred on the row (ref UI) */
.why__num {
  position: absolute;
  left: -516px;                /* −(num col 80 + gap 28 + visual col 380 + gap 28) */
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 500;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  letter-spacing: -.02em;
  color: #d9dbe0;
}
.why__name {
  margin: 0 0 18px;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.4vw, 3.1rem);
  letter-spacing: -.03em;
  color: var(--ink);
}
.why__text {
  margin: 0;
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.62;
  color: var(--ink-soft);
}
.why__cta {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

/* ── GALLERY : white clipped panel on the grey band, two marquee rows ── */
.gal {
  position: relative;
  z-index: 2;
  background: #ededee;
  padding: 0 24px 100px;        /* grey continues from .why above */
  overflow: hidden;
}
.gal__panel {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 22px 0;
  overflow: hidden;
}
.gal__row { overflow: hidden; }
.gal__row + .gal__row { margin-top: 14px; }
.gal__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: galScroll 52s linear infinite;
}
.gal__row--b .gal__track { animation: galScrollBack 66s linear infinite; }
@keyframes galScroll     { to { transform: translateX(-50%); } }
@keyframes galScrollBack { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.gtile {
  position: relative;
  width: 218px;
  height: 388px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  background: #f3f3f4;
}
.gtile > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gtile--top > img { object-position: top; }
.gtile--mid > img { object-position: 50% 28%; }
/* floating dark chip on photo tiles (reference detail) */
.gtile__chip {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 24px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13, 15, 20, .58);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gtile__chip svg {
  flex: none;
  width: 12px;
  height: 12px;
  fill: #fff;
}
.gtile--chan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gtile--chan > img { width: 82px; height: 82px; object-fit: contain; }
.gtile--wa { background: linear-gradient(165deg, #e8f9ee, #d2f3de); }
.gtile--ig { background: linear-gradient(165deg, #fdeef3, #fbe0ec); }
.gtile--gm { background: linear-gradient(165deg, #fdf1ef, #fae3df); }
.gtile--spark { background: #f3f3f4; }
.gtile--chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 24px 18px;
  background: #f6f7fa;
}
.gtile__bubble {
  margin: 0;
  align-self: flex-start;
  max-width: 100%;
  padding: 10px 13px;
  border-radius: 14px 14px 14px 4px;
  background: #fff;
  font-size: .84rem;
  line-height: 1.45;
  color: var(--ink);
  box-shadow: 0 4px 14px -8px rgba(33, 42, 74, .25);
}
.gtile__bubble--me {
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
  background: #15171d;
  color: #fff;
}
.gtile__meta {
  margin-top: 5px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #8a93a6;
}
@media (prefers-reduced-motion: reduce) {
  .gal__track, .gal__row--b .gal__track { animation: none; }
}

/* ── PRICING : pastel mesh panel, tinted cards with a white top box ── */
.pricing {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 110px 24px 130px;
  text-align: center;
}
.pricing__panel {
  max-width: 1400px;
  margin: 56px auto 0;
  border-radius: 32px;
  padding: clamp(44px, 5vw, 84px) clamp(20px, 4vw, 72px);
  background:
    radial-gradient(58% 64% at 10% 0%,  #fdeede 0%, rgba(253, 238, 222, 0) 60%),
    radial-gradient(52% 58% at 92% 4%,  #e9e2fb 0%, rgba(233, 226, 251, 0) 62%),
    radial-gradient(64% 70% at 78% 100%, #dde9fc 0%, rgba(221, 233, 252, 0) 65%),
    radial-gradient(46% 52% at 18% 100%, #f7e2ee 0%, rgba(247, 226, 238, 0) 60%),
    #f7f5f4;
}
.plans {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
  text-align: left;
}
.plan {
  display: flex;
  flex-direction: column;
  background: #e9edf8;          /* light blue tint — the list zone */
  border-radius: 26px;
  padding: 8px 8px 22px;
  box-shadow: 0 34px 64px -48px rgba(33, 42, 74, .38);
}
/* featured = gradient wrapper + flag strip + tinted shell inside */
.plan--featured {
  background: linear-gradient(120deg, #f9b36e, #f07cc0 36%, #9a7bf7 70%, #6f8ffb);
  padding: 0 3px 3px;
  border-radius: 30px;
  box-shadow: 0 40px 80px -50px rgba(110, 86, 200, .55);
}
.plan__flag {
  display: block;
  padding: 9px 8px 8px;
  text-align: center;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
}
.plan__shell {
  display: flex;
  flex-direction: column;
  background: #e9edf8;
  border-radius: 27px;
  padding: 8px 8px 22px;
}
.plan__top {
  background: #fff;
  border-radius: 20px;
  padding: 20px 22px 24px;
  box-shadow: 0 14px 32px -26px rgba(33, 42, 74, .4);
}
.plan__head {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.plan__no {
  font-family: var(--serif);
  font-style: italic;
  font-size: .95rem;
  color: #8a93a6;
}
.plan__cat {
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
}
.plan__dots {
  margin-left: auto;
  font-size: .8rem;
  letter-spacing: 2px;
  color: #c2c8d4;
  user-select: none;
}
.plan__name {
  margin: 16px 0 4px;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
}
.plan__sub {
  margin: 0 0 22px;
  font-size: .88rem;
  color: var(--ink-soft);
}
.plan__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.plan__cta {
  flex: none;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(21, 23, 29, .45);
  background: #fff;
  font-weight: 700;
  font-size: .88rem;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s, border-color .2s;
}
.plan__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -14px rgba(10, 12, 20, .4); }
.plan__cta--grad {
  background: var(--cta-grad);
  border-color: transparent;
  color: #fff;
}
.plan__pricebox { text-align: right; min-width: 0; }
.plan__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
}
.plan__price strong {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
}
.plan__price span {
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.plan__note {
  display: block;
  margin-top: 2px;
  font-size: .67rem;
  color: #9aa2b4;
}
.plan__list {
  margin: 0;
  padding: 22px 16px 4px;
  list-style: none;
  display: grid;
  gap: 12px;
}
.plan__list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .88rem;
  line-height: 1.45;
  color: #3c4354;
}
.plan__check {
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  fill: none;
  stroke: #6b7488;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── FAQ : attached tabs, light cards, contact card with cut-out photo ── */
.faq {
  position: relative;
  z-index: 2;
  background: #f4f4f5;
  padding: 104px 24px 120px;
}
.faq__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.faq__tabs {
  margin: 42px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.faq__tab {
  padding: 13px 22px 15px;
  border: 0;
  border-radius: 14px 14px 0 0;
  background: #e7e7ea;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 600;
  color: #8a8f9c;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.faq__tab:hover { color: var(--ink); }
.faq__tab.is-on {
  background: #fff;
  color: var(--ink);
}
.faq__list { text-align: left; }
.faq__item {
  border: 0;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(33, 42, 74, .05);
  transition: box-shadow .25s;
}
.faq__item[open] { box-shadow: 0 18px 44px -34px rgba(33, 42, 74, .35); }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  font-weight: 500;
  font-size: 1.12rem;
  letter-spacing: -.01em;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__x {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.faq__x::before, .faq__x::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #9aa0ac;
  border-radius: 2px;
}
.faq__x::before { width: 16px; height: 1.5px; }
.faq__x::after  { width: 1.5px; height: 16px; }
.faq__item[open] .faq__x { transform: rotate(45deg); }
.faq__item p {
  margin: 0;
  padding: 0 56px 22px 24px;
  max-width: 660px;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--ink-soft);
  text-align: left;
}
.faq__contact {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  min-height: 320px;
  border-radius: 18px;
  background: #fff;
  padding: 42px 46px;
  text-align: left;
  box-shadow: 0 1px 2px rgba(33, 42, 74, .05);
}
.faq__contact-copy {
  position: relative;
  z-index: 1;
  max-width: 56%;
}
.faq__hello {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(21, 23, 29, .12);
  background: #fff;
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink);
}
.faq__hello svg {
  width: 13px;
  height: 13px;
  fill: var(--ink);
}
.faq__contact-copy h3 {
  margin: 18px 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
}
.faq__contact-copy p {
  margin: 0 0 26px;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
/* cut-out portrait sitting on the card's bottom-right (reference detail) */
.faq__contact-photo {
  position: absolute;
  right: 26px;
  bottom: -4px;
  width: clamp(220px, 26vw, 320px);
  margin: 0;
}
.faq__contact-photo img {
  width: 100%;
  height: auto;
  display: block;
}
/* dark CTA with a lime arrow tile (reference style) */
.btn-cta--lime {
  background: #191a1f;
  border-color: #191a1f;
  box-shadow: none;
}
.btn-cta--lime .btn-cta__word { color: #fff; }
.btn-cta--lime::before {
  background: linear-gradient(110deg, #dcf56e, #c3ec4d);
  background-blend-mode: normal;
}
.btn-cta--lime .btn-cta__icon svg { color: #14151a; }
.btn-cta--lime:hover .btn-cta__word { color: #14151a; }

/* ── CLOSER ── */
.closer {
  position: relative;
  z-index: 2;
  background: #f3f3f4;
  padding: 118px 24px 126px;
}
.closer__inner {
  max-width: calc(var(--shell) - 48px);
  margin: 0 auto;
}
.closer__title {
  margin: 0;
  max-width: 820px;
  font-weight: 800;
  font-size: clamp(2.05rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--ink);
}
.closer__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}
.closer__spark {
  margin: 0;
  overflow: hidden;
}
.closer__spark img {
  width: 112%;
  margin: -6%;
  display: block;
  -webkit-mask-image: radial-gradient(closest-side, #000 58%, transparent 92%);
  mask-image: radial-gradient(closest-side, #000 58%, transparent 92%);
}
.closer__text {
  margin: 0;
  max-width: 470px;
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--ink-soft);
}
.closer__ctas {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.closer__ghost {
  padding: 15px 24px;
  border-radius: 14px;
  border: 1px solid rgba(21, 23, 29, .14);
  background: #fff;
  font-weight: 700;
  font-size: .98rem;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s, transform .25s cubic-bezier(.22, 1, .36, 1);
}
.closer__ghost:hover { border-color: rgba(21, 23, 29, .34); transform: translateY(-2px); }
.closer__trusted {
  margin: 52px 0 0;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #8a93a6;
}
.closer__logos {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  color: #1b2433;
}

/* ── responsive ── */
@media (max-width: 1020px) {
  .wmorph { width: clamp(220px, 24vw, 290px); height: clamp(220px, 24vw, 290px); }
}
@media (max-width: 900px) {
  .why { background: #ededee; padding: 32px 16px 72px; }
  .why::before, .why__collar { display: none; }
  .why__card { border-radius: 28px; padding: 44px 22px 48px; }
  .why__layout { grid-template-columns: 1fr; gap: 0; }
  .why__sticky, .why__list { grid-column: 1; }
  .why__num { position: static; transform: none; margin-bottom: 10px; font-size: 1.5rem; }
  .why__sticky { position: sticky; top: 56px; height: auto; padding: 6px 0 10px; z-index: 1; }
  .wmorph { width: clamp(150px, 38vw, 200px); height: clamp(150px, 38vw, 200px); }
  .wstep { min-height: 46vh; align-items: center; text-align: center; }
  .why__name { font-size: 1.6rem; margin-bottom: 8px; }
  .why__text { max-width: 420px; }
  .gal { padding-bottom: 72px; }
  .gal__panel { border-radius: 20px; padding: 14px 0; }
  .gtile { width: 172px; height: 306px; }
  .pricing { padding: 80px 16px 96px; }
  .pricing__panel { border-radius: 24px; }
  .plans { grid-template-columns: 1fr; max-width: 440px; }
  .faq__contact { padding: 34px 26px 0; }
  .faq__contact-copy { max-width: 100%; }
  .faq__contact-photo {
    position: static;
    width: 240px;
    margin: 18px auto 0;
  }
  .closer__grid { grid-template-columns: 1fr; }
  .closer__spark { max-width: 300px; margin: 0 auto; }
}

/* ============================================================
   SCREEN MOCKUP v2 — awward.new.prompt tasks dashboard (replaces the inbox)
   ============================================================ */
.inbox {                                   /* override: was a 2-col grid */
  display: flex !important;
  flex-direction: column;
  grid-template-columns: none !important;
}

/* ── top bar ── */
.appbar {
  flex: none;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid rgba(20, 22, 30, .07);
}
.appbar__brand { display: inline-flex; align-items: center; gap: 9px; }
.appbar__mark { width: 24px; height: 24px; display: block; }
.appbar__name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.45rem;
  letter-spacing: -.01em;
  color: var(--ink);
}
.appbar__right { display: inline-flex; align-items: center; gap: 14px; }
.appbar__chans { display: inline-flex; align-items: center; gap: 7px; }
.ctile {
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(20, 22, 30, .07);
}
.ctile img { width: 19px; height: 19px; object-fit: contain; display: block; }
.ctile svg { width: 19px; height: 19px; display: block; }
.ctile--video { background: #7b5cff; box-shadow: none; }
.ctile--li { background: #0A66C2; box-shadow: none; }
.ctile--slack { background: #fff; box-shadow: inset 0 0 0 1px rgba(20,22,30,.07); }
.ctile--slot { background: transparent; box-shadow: none; }   /* reserved slot — a flying 3D icon docks here */
.appbar__iconbtn {
  width: 36px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(20, 22, 30, .12);
  border-radius: 10px;
  background: #fff;
  color: #5b6475;
  cursor: pointer;
}
.appbar__iconbtn svg { width: 18px; height: 18px; }
.appbar__mue {
  display: inline-flex; align-items: center; gap: 8px;
  height: 34px; padding: 0 15px;
  border: 1px solid rgba(20, 22, 30, .14);
  border-radius: 10px;
  background: #fff;
  font-family: var(--sans);
  font-size: .92rem; font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}
.appbar__mue svg { width: 17px; height: 17px; color: #5b6475; }

/* ── body: sidebar + main ── */
.appbody { flex: 1; display: flex; min-height: 0; }
.appside {
  flex: none;
  width: 248px;
  display: flex;
  flex-direction: column;
  padding: 18px 14px;
  border-right: 1px solid rgba(20, 22, 30, .07);
}
.appnav { display: flex; flex-direction: column; gap: 2px; }
.appnav__item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 12px;
  border-radius: 11px;
  font-family: var(--sans);
  font-size: 1rem; font-weight: 500;
  color: #5d6675;
  cursor: pointer;
  text-decoration: none;
}
.appnav__item:hover { background: rgba(20, 22, 30, .035); }
.appnav__item.is-active { background: rgba(20, 22, 30, .06); color: var(--ink); font-weight: 700; }
.appnav__ic { width: 20px; height: 20px; flex: none; }
.appnav__count {
  margin-left: auto;
  min-width: 22px; height: 21px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 7px;
  background: rgba(20, 22, 30, .07);
  font-size: .82rem; font-weight: 600; color: #5d6675;
}
.appside__user {
  margin-top: auto;
  display: flex; align-items: center; gap: 11px;
  padding: 8px 10px;
}
.appside__avatar {
  width: 34px; height: 34px; flex: none;
  border-radius: 50%;
  background: var(--c, #3a3f4a);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; letter-spacing: .02em;
}
.appside__name { font-size: .98rem; font-weight: 600; color: var(--ink); }

.appmain { flex: 1; min-width: 0; padding: 26px 30px; overflow: hidden; }

/* ── Mue banner ── */
.muebanner {
  display: flex; align-items: center; gap: 24px;
  padding: 26px 30px;
  border-radius: 18px;
  background: linear-gradient(108deg, #2f2a86 0%, #4338b8 38%, #4b63d8 70%, #3f76e6 100%);
  color: #fff;
}
.muebanner__txt { flex: 1; min-width: 0; }
.muebanner__title { margin: 0 0 7px; font-size: 1.18rem; font-weight: 700; letter-spacing: -.01em; }
.muebanner__sub { margin: 0; font-size: .92rem; line-height: 1.5; color: rgba(255, 255, 255, .82); max-width: 760px; }
.muebanner__btn {
  flex: none;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 20px;
  border: 0; border-radius: 12px;
  background: #fff;
  font-family: var(--sans); font-size: .95rem; font-weight: 600;
  color: #3b34a3;
  cursor: pointer;
  box-shadow: 0 10px 22px -12px rgba(20, 16, 70, .5);
}
.muebanner__btn svg { width: 17px; height: 17px; color: #5b4bdd; }

/* ── task groups ── */
.tgroup { margin-top: 26px; }
.tgroup__head {
  display: flex; align-items: center; gap: 9px;
  padding: 0 6px 4px;
  font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: #98a1b2;
}
.tgroup__chev { width: 15px; height: 15px; color: #b3bbc8; }
.tgroup__count {
  min-width: 20px; height: 19px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px;
  background: rgba(20, 22, 30, .06);
  font-size: .78rem; font-weight: 600; color: #7c8597;
  letter-spacing: 0;
}
.tlist { list-style: none; margin: 4px 0 0; padding: 0; }
.trow {
  display: flex; align-items: center; gap: 16px;
  padding: 15px 8px;
  border-bottom: 1px solid rgba(20, 22, 30, .055);
}
.tcheck {
  flex: none;
  width: 21px; height: 21px;
  border: 2px solid rgba(20, 22, 30, .2);
  border-radius: 6px;
}
.trow__title {
  flex: 1; min-width: 0;
  font-size: 1.02rem; font-weight: 600; color: var(--ink);
  letter-spacing: -.005em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.trow__sub {
  margin-left: 8px;
  padding: 1px 7px;
  border-radius: 6px;
  background: rgba(20, 22, 30, .06);
  font-size: .76rem; font-weight: 600; color: #7c8597;
}
.trow__person {
  flex: none; width: 190px;
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .96rem; color: #4a5263;
}
.cdot { width: 18px; height: 18px; flex: none; border-radius: 5px; }
.cdot--wa { background: url("assets/icon-whatsapp.png") center/contain no-repeat; }
.cdot--gm { background: url("assets/icon-gmail.png") center/contain no-repeat; }
.cdot--li {
  background: #0A66C2; border-radius: 4px;
  position: relative;
}
.cdot--li::before {
  content: "in";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: .56rem; font-weight: 700; color: #fff;
}
.trow__due {
  flex: none; width: 130px;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .95rem; color: #8089a0;
}
.trow__cal { width: 15px; height: 15px; flex: none; }
.trow__due--today { color: var(--ink); font-weight: 600; }
.trow__due--late { color: #e0483d; font-weight: 600; }
.trow__due--late .trow__cal { color: #e0483d; }
/* add-a-task row */
.trow--add { border-bottom: 0; color: #aab1c0; }
.tadd {
  flex: none; width: 21px; height: 21px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #b3bbc8;
}
.trow__placeholder { font-size: 1rem; color: #aab1c0; }

@media (max-width: 820px) {
  .appside { display: none; }
  .muebanner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px; }
  .trow__person { width: 130px; }
  .trow__due { width: 92px; }
}

/* ============================================================
   PROCESS — numbered blocks with expandable details
   (3D Portfolio reference: large number, label, expandable panel)
   ============================================================ */
.process {
  position: relative;
  z-index: 2;
  padding: clamp(76px, 9vw, 132px) 24px clamp(64px, 7vw, 104px);
}
.process__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.process__lead {
  margin: 16px auto 0;
  max-width: 540px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* white panel that holds the numbered rows */
.process__panel {
  margin: clamp(34px, 4vw, 56px) auto 0;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 44px 84px -56px rgba(33, 42, 74, .45), 0 0 0 1px rgba(21, 23, 29, .04);
  text-align: left;
}
.proc { list-style: none; }
.proc__item { border-top: 1px solid #ececf1; }
.proc__item:first-child { border-top: 0; }

/* clickable header row */
.proc__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(22px, 2.6vw, 34px) clamp(24px, 3.4vw, 48px);
  border: 0;
  background: transparent;
  font-family: var(--sans);
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.proc__no {
  flex: none;
  min-width: clamp(52px, 6vw, 92px);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.03em;
  color: #cfd4de;                       /* light grey when closed */
  transition: color .4s;
}
.proc__label {
  flex: 1;
  font-weight: 700;
  font-size: clamp(1.12rem, 1.9vw, 1.5rem);
  letter-spacing: -.02em;
  color: #99a0ac;                       /* muted when closed */
  transition: color .35s;
}
.proc__plus {
  position: relative;
  flex: none;
  width: 26px; height: 26px;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.proc__plus::before, .proc__plus::after {
  content: "";
  position: absolute; inset: 0; margin: auto;
  background: #b6bcc7; border-radius: 2px;
  transition: background .35s;
}
.proc__plus::before { width: 18px; height: 2px; }
.proc__plus::after  { width: 2px; height: 18px; }

/* expandable panel — 0fr → 1fr grid trick (smooth height, no JS measuring) */
.proc > .proc__item > .proc__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s cubic-bezier(.22, 1, .36, 1);
}
.proc__panelin { overflow: hidden; }
.proc__text {
  margin: 0;
  padding: 2px clamp(24px, 3.4vw, 48px) clamp(22px, 2.6vw, 32px)
           calc(clamp(24px, 3.4vw, 48px) + clamp(52px, 6vw, 92px) + clamp(18px, 3vw, 40px));
  max-width: 780px;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.62;
  color: var(--ink-soft);
}
.proc__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 clamp(24px, 3.4vw, 48px) clamp(26px, 3vw, 36px)
           calc(clamp(24px, 3.4vw, 48px) + clamp(52px, 6vw, 92px) + clamp(18px, 3vw, 40px));
}
.proc__tags li {
  padding: 7px 14px;
  border-radius: 999px;
  background: #f1f3f8;
  font-size: .82rem;
  font-weight: 600;
  color: #545b6b;
}

/* hover (closed rows) */
.proc__head:hover .proc__label { color: var(--ink); }
.proc__head:hover .proc__no { color: #aeb4c0; }

/* OPEN state */
.proc__item.is-open > .proc__panel { grid-template-rows: 1fr; }
.proc__item.is-open .proc__plus { transform: rotate(135deg); }
.proc__item.is-open .proc__plus::before,
.proc__item.is-open .proc__plus::after { background: var(--ink); }
.proc__item.is-open .proc__label { color: var(--ink); }
.proc__item.is-open .proc__no {
  background: var(--cta-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .proc > .proc__item > .proc__panel,
  .proc__plus { transition: none; }
}
@media (max-width: 640px) {
  .proc__no { min-width: 46px; font-size: 2rem; }
  .proc__head { gap: 16px; padding: 20px 20px; }
  .proc__text, .proc__tags { padding-left: 24px; }
}

/* ============================================================
   Landing conversion path — mobile first
   ============================================================ */

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 11px 15px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.hero-tools {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  list-style: none;
}
.hero-tools li {
  padding: 7px 10px;
  border: 1px solid rgba(46, 61, 91, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  color: #697487;
  font-size: 11px;
  font-weight: 700;
}

.section-heading { max-width: 760px; }
.section-heading--left { text-align: left; }
.section-kicker {
  margin: 0 0 13px;
  color: #536ca5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 12vw, 58px);
  font-weight: 650;
  line-height: .92;
  letter-spacing: -.055em;
}
.section-heading h2 em {
  font-family: var(--serif);
  font-weight: 400;
}
.section-heading > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.journey {
  position: relative;
  z-index: 3;
  padding: 76px 16px;
  background: #f8f9fc;
}
.journey-grid {
  max-width: var(--shell);
  margin: 38px auto 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.journey > .section-heading { margin: 0 auto; }
.journey-card {
  position: relative;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(45, 59, 85, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 40px -34px rgba(31, 42, 70, .38), inset 0 1px 0 #fff;
}
.journey-card__number {
  display: block;
  color: #8a94a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.journey-card__visual {
  position: relative;
  height: 150px;
  margin: 17px 0 21px;
  overflow: hidden;
  border-radius: 15px;
  background: #edf1f7;
}
.journey-card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.035em; }
.journey-card > p { margin: 0; color: #687384; font-size: 15px; line-height: 1.55; }
.journey-card__visual--choose { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 8px; padding: 16px; }
.journey-card__visual--choose span {
  height: 88px;
  border-radius: 9px;
  background: linear-gradient(145deg, #191a20 0 44%, #dbe2ef 45% 100%);
  box-shadow: 0 10px 20px -16px #1d2432;
  transform: translateY(9px) rotate(-3deg);
}
.journey-card__visual--choose span:nth-child(3) { transform: translateY(9px) rotate(3deg); background: linear-gradient(145deg, #f39026 0 47%, #fff 48%); }
.journey-card__visual--choose .is-selected { height: 108px; transform: translateY(0); background: linear-gradient(145deg, #f8f8f6 0 48%, #111 49%); outline: 3px solid #6484d4; outline-offset: 3px; }
.journey-card__visual--prompt { padding: 21px; background: #161820; color: #fff; }
.journey-card__visual--prompt i { display: block; margin-bottom: 16px; color: #aab4c7; font-size: 11px; font-style: normal; font-weight: 700; }
.journey-card__visual--prompt span { display: block; width: 88%; height: 7px; margin: 8px 0; border-radius: 99px; background: #424755; }
.journey-card__visual--prompt span:nth-of-type(2) { width: 62%; }
.journey-card__visual--prompt b { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 8px; background: #fff; color: #1b1d24; font-size: 11px; }
.journey-card__visual--check { padding: 16px; display: grid; align-content: center; gap: 8px; background: linear-gradient(145deg, #ecf0f7, #f9fafc); }
.journey-card__visual--check span { padding: 11px 12px; display: flex; justify-content: space-between; border: 1px solid rgba(47, 64, 97, .08); border-radius: 9px; background: #fff; color: #667184; font-size: 12px; font-weight: 700; }
.journey-card__visual--check b { color: #268052; }
.journey-note {
  max-width: var(--shell);
  margin: 12px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px 12px;
  border-radius: 18px;
  background: #e8edf5;
}
.journey-note > span { grid-row: 1 / 3; font-family: var(--serif); font-size: 34px; white-space: nowrap; }
.journey-note p { color: #5f6b7d; font-size: 12px; line-height: 1.35; }
.journey-note a { grid-column: 1 / -1; min-height: 44px; margin-top: 7px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(48, 62, 89, .1); color: #24488f; font-size: 13px; font-weight: 800; }

.format-proof {
  position: relative;
  z-index: 3;
  padding: 76px 16px;
  background: #e7ecf4;
}
.format-proof__shell { max-width: var(--shell); margin: 0 auto; }
.delivery-preview { margin-top: 38px; display: grid; gap: 10px; }
.delivery-panel {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(38, 52, 80, .09);
  border-radius: 19px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px -38px rgba(35, 47, 75, .48), inset 0 1px 0 #fff;
}
.delivery-panel__top { min-height: 34px; display: flex; justify-content: space-between; gap: 12px; color: #596678; font-size: 11px; font-weight: 800; }
.delivery-panel__top i { color: #8b95a4; font-style: normal; font-weight: 600; }
.mini-site { position: relative; height: 214px; padding: 16px; overflow: hidden; border-radius: 12px; background: #f7f7f4; color: #080808; }
.mini-site__nav { display: flex; align-items: flex-start; justify-content: space-between; }
.mini-site__nav b { font-family: var(--serif); font-size: 35px; font-style: italic; line-height: .8; }
.mini-site__nav span { font-size: 7px; font-weight: 800; }
.mini-site > p { position: absolute; left: 16px; top: 96px; font-size: 8px; text-transform: uppercase; }
.mini-site > strong { position: absolute; right: 16px; bottom: 55px; font-size: 24px; letter-spacing: -.05em; }
.mini-site > i { position: absolute; right: 14px; bottom: 13px; padding: 7px 18px 9px; border-radius: 999px; background: #080808; color: #fff; font-size: 25px; font-style: normal; line-height: 1; }
.prompt-excerpt { min-height: 178px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 12px; background: #171920; color: #e9ecf2; }
.prompt-excerpt > p { max-width: 410px; font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.prompt-excerpt > div { padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #343844; color: #aeb6c4; font-size: 10px; }
.prompt-excerpt b { padding: 4px 7px; border-radius: 99px; background: #303541; color: #fff; }
.delivery-panel--result ul { min-height: 178px; padding: 10px; display: grid; align-content: center; gap: 8px; border-radius: 12px; background: #eef2f7; list-style: none; }
.delivery-panel--result li { padding: 14px 12px; display: flex; justify-content: space-between; gap: 10px; border-radius: 9px; background: #fff; color: #5d6879; font-size: 12px; font-weight: 700; }
.delivery-panel--result b { color: #268052; }
.pack-list { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; list-style: none; }
.pack-list li { min-height: 108px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 16px; background: rgba(255, 255, 255, .58); }
.pack-list strong { font-family: var(--serif); font-size: 31px; font-weight: 400; }
.pack-list span { color: #697486; font-size: 11px; font-weight: 700; }

.landing-faq {
  position: relative;
  z-index: 3;
  padding: 76px 16px;
  background: #f7f8fb;
}
.landing-faq > .section-heading { max-width: var(--shell); margin: 0 auto 36px; }
.landing-faq__grid { max-width: var(--shell); margin: 0 auto; border-top: 1px solid rgba(38, 52, 80, .13); }
.landing-faq details { border-bottom: 1px solid rgba(38, 52, 80, .13); }
.landing-faq summary { min-height: 72px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #222630; font-size: 16px; font-weight: 700; line-height: 1.25; cursor: pointer; list-style: none; }
.landing-faq summary::-webkit-details-marker { display: none; }
.landing-faq summary span { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border: 1px solid rgba(37, 51, 78, .12); border-radius: 50%; background: #fff; color: #687386; font-size: 21px; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.landing-faq details[open] summary span { transform: rotate(45deg); background: #e7ebf3; }
.landing-faq details p { max-width: 670px; padding: 0 50px 22px 0; color: #657184; font-size: 14px; line-height: 1.6; }
.final-offer {
  max-width: var(--shell);
  margin: 42px auto 0;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 138, 26, .24), transparent 34%),
    radial-gradient(circle at 90% 100%, rgba(42, 107, 255, .26), transparent 39%),
    #171920;
  color: #fff;
}
.final-offer > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.final-offer > div span { color: #aeb7c7; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-offer > div strong { font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: .9; }
.final-offer > p { max-width: 510px; margin: 32px 0 24px; color: #c6cbd5; font-size: 16px; line-height: 1.5; }
.final-offer .btn-cta { width: 100%; padding-right: 15px; }
.final-offer .btn-cta__label { font-size: 15px; }
.final-offer .btn-cta:hover .btn-cta__icon { transform: translateX(155px); }
.final-offer > small { margin-top: 13px; display: block; color: #8f98a8; font-size: 10px; text-align: center; }

.site-footer {
  position: relative;
  z-index: 3;
  padding: 42px 16px calc(28px + env(safe-area-inset-bottom));
  background: transparent;
  color: #111217;
}
.site-footer__brand { width:max-content; display:flex; align-items:center; color:#111217;text-decoration:none; }
.site-footer__brand .brand-wordmark { color:#111217;font-size:27px; }
.site-footer > p { max-width:300px;margin:10px 0 30px;color:#111217;font-size:13px;line-height:1.5; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; }
.site-footer nav a { min-height:44px;display:flex;align-items:center;color:#111217;font-size:13px;font-weight:650; }
.site-footer > small { margin-top:30px;display:block;color:#111217;font-size:11px; }
.site-footer--legal { display:flex;flex-direction:column;gap:18px;border-top:1px solid rgba(17,18,23,.1); }
.site-footer--legal nav { display:flex;flex-wrap:wrap;gap:4px 22px; }
.site-footer--legal nav a { min-height:36px; }
.site-footer--legal > small { margin:0; }

.landing-faq summary:focus-visible,
.journey-note a:focus-visible,
.site-footer a:focus-visible,
.nav a:focus-visible,
.nav button:focus-visible {
  outline: 3px solid rgba(67, 105, 200, .35);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .nav { will-change:auto; }
  .nav__links {
    position: fixed;
    z-index:60;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    padding:max(20px, env(safe-area-inset-top)) 28px calc(24px + env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    overflow-y:auto;
    border:0;
    background:#f4f5f7;
    box-shadow:none;
    transform:translateX(105%);
    visibility:hidden;
    pointer-events:none;
    transition:transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s;
  }
  .nav__links.is-open { transform:translateX(0);visibility:visible;pointer-events:auto;transition-delay:0s; }
  .nav__desktop-link { display:none !important; }
  .mobile-drawer__header { min-height:52px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px; }
  .mobile-drawer__brand { justify-self:start;color:#17191f !important;font:500 20px/1 var(--sans) !important;letter-spacing:.012em; }
  .mobile-drawer__controls { grid-column:2;display:flex;align-items:center;gap:8px; }
  .mobile-drawer__controls > button { width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:var(--ink);cursor:pointer; }
  .mobile-drawer__controls > button .nav-icon { width:27px;height:27px;stroke-width:1.65; }
  .mobile-drawer__account-entry { min-height:42px;padding:0 14px 0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #17191f;border-radius:11px;background:#17191f;color:#fff !important;font:650 13px/1 var(--sans) !important;letter-spacing:-.01em; }
  .mobile-drawer__account-entry .nav-icon { width:17px;height:17px;stroke-width:1.8; }
  .mobile-drawer__account-avatar { position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(23,25,31,.12);border-radius:50%;background:#17191f;color:#fff !important;font:650 14px/1 var(--sans) !important;text-decoration:none; }
  .mobile-drawer__account-avatar i { position:absolute;right:0;bottom:1px;width:10px;height:10px;border:2px solid #f4f5f7;border-radius:50%;background:#42ad6d; }
  .mobile-drawer__nav { display:grid;gap:0;margin-top:38px; }
  .mobile-drawer__nav::before { content:"";height:1px;margin-bottom:13px;background:rgba(23,25,31,.11); }
  .mobile-drawer__nav > a { min-height:49px;padding:0;display:flex;align-items:center;color:#555b66;font:450 clamp(20px,5.8vw,28px)/1.05 var(--sans);letter-spacing:-.018em;transition:color .18s ease,transform .18s ease; }
  .mobile-drawer__nav > a:active { color:#17191f;transform:translateX(3px); }
  .mobile-drawer__story { margin-top:auto;padding-top:18px;display:grid;gap:13px; }
  .mobile-drawer__story-media { position:relative;width:100%;aspect-ratio:1/1;display:block;overflow:hidden;border-radius:14px 14px 0 0;background:#f4f5f7;color:#17191f !important;box-shadow:none; }
  .mobile-drawer__story-media::after { content:none; }
  .mobile-drawer__story-media video {
    width:100%;height:100%;display:block;object-fit:cover;
    -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 28%,rgba(0,0,0,.98) 38%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.79) 59%,rgba(0,0,0,.61) 69%,rgba(0,0,0,.42) 78%,rgba(0,0,0,.24) 86%,rgba(0,0,0,.1) 94%,transparent 100%);
            mask-image:linear-gradient(to bottom,#000 0%,#000 28%,rgba(0,0,0,.98) 38%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.79) 59%,rgba(0,0,0,.61) 69%,rgba(0,0,0,.42) 78%,rgba(0,0,0,.24) 86%,rgba(0,0,0,.1) 94%,transparent 100%);
  }
  .mobile-drawer__socials { display:flex;align-items:center;justify-content:center;gap:12px; }
  .mobile-drawer__socials a { width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(23,25,31,.09);border-radius:16px;background:#fff;color:#111318 !important;box-shadow:0 15px 30px -22px rgba(17,19,25,.72),inset 0 1px 0 rgba(255,255,255,.95); }
  .mobile-drawer__socials .social-mark { width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round; }
  .mobile-drawer__socials .social-mark--threads { width:28px;height:28px;fill:currentColor;stroke:none; }
  .mobile-drawer__account { margin-top:24px;padding:19px;display:block;border:1px solid rgba(35,43,60,.1);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 #fff; }
  .mobile-drawer__account > span { color:#738096;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase; }
  .mobile-drawer__account h2 { margin:8px 0 9px;font-size:28px;line-height:.9;letter-spacing:-.05em; }
  .mobile-drawer__account h2 em { font-family:var(--serif);font-weight:400; }
  .mobile-drawer__account p { margin:0;color:#707b8d;font-size:11px;line-height:1.5; }
  .mobile-drawer__signin { min-height:49px;margin-top:17px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-radius:13px;background:#17191f;color:#fff !important;font:800 13px/1 var(--sans) !important; }
  .mobile-drawer__signin b { display:grid;place-items:center; }
  .mobile-drawer__signin b .nav-icon { width:18px;height:18px; }
  .mobile-drawer__recover { min-height:40px;margin-top:5px;display:flex;align-items:center;justify-content:center;color:#667285 !important;font:700 10px/1 var(--sans) !important;text-decoration:underline;text-underline-offset:3px; }
  .mobile-drawer__account--member { background:rgba(235,247,240,.78);border-color:rgba(42,127,78,.13); }
  .mobile-drawer__account--member > span { color:#26784a; }
  .mobile-drawer__account--member p strong { color:#242a33;font-weight:700; }
  .mobile-drawer__logout { width:100%;min-height:40px;margin-top:5px;border:0;background:transparent;color:#667285;font:700 10px/1 var(--sans);text-decoration:underline;text-underline-offset:3px;cursor:pointer; }
  .nav__links .mobile-drawer__buy { min-height:64px;margin-top:auto;padding:7px 15px 7px 18px;display:flex;align-items:center;justify-content:space-between;border-radius:16px;background:#17191f;color:#fff !important;box-shadow:0 18px 36px -24px rgba(17,19,25,.72); }
  .mobile-drawer__buy span { display:grid;gap:4px;font-size:15px;font-weight:800; }
  .mobile-drawer__buy small { font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;opacity:.8; }
  .mobile-drawer__buy b { width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--cta-grad); }
  .mobile-drawer__buy b .nav-icon { width:18px;height:18px;stroke-width:1.8; }
  .nav-drawer-backdrop { position:fixed;z-index:49;inset:0;width:100%;height:100%;border:0;background:transparent;opacity:0;visibility:hidden;pointer-events:none;display:block;transition:opacity .3s ease,visibility 0s linear .3s; }
  .nav-drawer-backdrop.is-open { opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s; }
  body.nav-drawer-open { overflow:hidden; }
}

@media (max-width: 420px) {
  .brand__name { font-size: 1.18rem; white-space: nowrap; }
  .nav { padding-inline: 28px; }
  .nav__actions .btn-cta--mini { display: none; }
  .headline { font-size: clamp(2.2rem, 11vw, 3rem); }
  .btn-cta { max-width: 100%; border-width: 6px; }
  .btn-cta__label { font-size: 15px; }
  .btn-cta:hover .btn-cta__icon { transform: translateX(190px); }
}

@media (max-width: 600px) {
  .nav-session-link { display:none; }
  .nav-session-link[data-auth-guest] {
    min-height:36px;
    padding:0 12px;
    display:inline-flex;
    border-radius:10px;
    background:#17191f;
    color:#fff;
    font-size:11px;
    font-weight:700;
  }
  .nav-session-link[data-auth-guest]:hover { background:#17191f;color:#fff; }
  .nav__actions .btn-cta--mini { display: none; }
  .cta-row { width: 100%; }
  .hero .btn-cta {
    width: 100%;
    max-width: 358px;
    gap: 8px;
    padding-right: 10px;
    border-width: 6px;
  }
  .hero .btn-cta__icon { width: 46px; height: 46px; }
  .hero .btn-cta__label { min-width: 0; font-size: clamp(12px, 3.8vw, 15px); }
  .hero .btn-cta.btn-cta--compact { width:172px; max-width:270px; padding-right:16px; }
  .hero .btn-cta.btn-cta--compact.btn-cta--linked { padding-right:0; }
  .hero .btn-cta.btn-cta--compact::before,
  .hero .btn-cta.btn-cta--compact .btn-cta__icon { width:42px; height:42px; }
  .hero .btn-cta:hover .btn-cta__icon { transform: none; }
  .hero .btn-cta:hover .btn-cta__label { transform: none; }
  .hero .btn-cta:hover .btn-cta__word:nth-child(1) { transform: none; }
  .hero .btn-cta:not(.btn-cta--linked) .btn-cta__word:nth-child(2),
  .hero .btn-cta:not(.btn-cta--linked):hover .btn-cta__word:nth-child(2) { display: none; }
  .hero .btn-cta--linked .btn-cta__group--incoming { display:none; }
  .hero .btn-cta--linked:hover .btn-cta__group--current { transform:none; }
  .cta-trust { max-width: 330px; line-height: 1.45; }
}

@media (min-width: 681px) {
  .journey, .format-proof, .landing-faq { padding: 104px clamp(32px, 5.95vw, 122px); }
  .section-heading h2 { font-size: clamp(52px, 6vw, 76px); }
  .journey-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .journey-card { padding: 20px; }
  .journey-note { grid-template-columns: auto 1fr auto; padding: 18px 22px; }
  .journey-note > span { grid-row: auto; }
  .journey-note a { grid-column: auto; min-width: 160px; margin: 0; padding-left: 18px; border-top: 0; border-left: 1px solid rgba(48, 62, 89, .1); }
  .delivery-preview { grid-template-columns: 1.15fr .9fr; }
  .delivery-panel--reference { grid-row: span 2; }
  .mini-site { height: 100%; min-height: 436px; }
  .pack-list { grid-template-columns: repeat(4, 1fr); }
  .landing-faq__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 36px; }
  .final-offer { padding: 34px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 36px; }
  .final-offer > div, .final-offer > p { grid-column: 1; }
  .final-offer .btn-cta, .final-offer > small { grid-column: 2; }
  .final-offer .btn-cta { grid-row: 1 / 3; align-self: end; width: auto; }
  .final-offer > small { grid-row: 3; }
  .site-footer { padding: 55px clamp(32px, 5.95vw, 122px) 34px; display: grid; grid-template-columns: 1fr auto; }
  .site-footer > p, .site-footer > small { grid-column: 1; }
  .site-footer nav { grid-column: 2; grid-row: 1 / 3; grid-template-columns: repeat(3, auto); gap: 26px; }
  .site-footer > small { margin-top: 18px; }
}

@media (min-width: 1100px) {
  .delivery-preview { grid-template-columns: 1.18fr .9fr .9fr; }
  .delivery-panel--reference { grid-row: auto; }
  .mini-site { min-height: 250px; }
  .prompt-excerpt, .delivery-panel--result ul { min-height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link, .landing-faq summary span { transition: none; }
}

/* Gallery cards — horizontal showcase preview with a compact light action rail. */
.gallery .showcase-card {
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:#1b1c20;
  box-shadow:none;
  backdrop-filter:none;
}
.gallery .showcase-card--ready { border-color:rgba(255,255,255,.08); }
.gallery-skeleton-card {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:#1b1c20;
  opacity:0;
  animation:gallerySkeletonEnter .24s cubic-bezier(.22,1,.36,1) forwards;
}
.gallery-skeleton-card__preview {
  position:relative;
  aspect-ratio:1.94 / 1;
  overflow:hidden;
  border-radius:9px 9px 5px 5px;
  background:#292b30;
}
.gallery-skeleton-card__meta {
  min-height:46px;
  padding:0 0 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.gallery-skeleton-card__title,
.gallery-skeleton-card__action {
  position:relative;
  overflow:hidden;
  background:#34363c;
}
.gallery-skeleton-card__title { width:min(46%,132px);height:16px;border-radius:6px; }
.gallery-skeleton-card__action {
  width:106px;
  height:38px;
  margin:4px 4px 4px 0;
  flex:none;
  border-radius:9px;
}
.gallery-skeleton-card__preview::after,
.gallery-skeleton-card__title::after,
.gallery-skeleton-card__action::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 22%,rgba(255,255,255,.14) 46%,transparent 70%);
  transform:translateX(-110%);
  animation:gallerySkeletonShimmer .82s ease-in-out infinite;
}
@keyframes gallerySkeletonEnter { to { opacity:1; } }
@keyframes gallerySkeletonShimmer { to { transform:translateX(110%); } }
.gallery .showcase-card__preview {
  aspect-ratio:1.94 / 1;
  border-radius:9px 9px 5px 5px;
}
.gallery .card-likes {
  position:absolute;
  z-index:12;
  top:10px;
  right:10px;
  left:auto;
  width:max-content;
  max-width:calc(100% - 20px);
  min-height:40px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(17,18,23,.7);
  color:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  opacity:1;
  transform:none;
  pointer-events:auto;
  cursor:pointer;
  appearance:none;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  line-height:1;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .16s ease;
}
.gallery .card-likes > span {
  font-size:22px;
  font-weight:400;
  line-height:1;
}
.gallery .card-likes > b { font:inherit; }
.gallery .card-likes:hover { background:rgba(17,18,23,.88);transform:scale(1.025); }
.gallery .card-likes:active { transform:scale(.97); }
.gallery .card-likes:focus-visible { outline:3px solid rgba(255,255,255,.82);outline-offset:2px; }
.gallery .card-likes.is-liked { border-color:rgba(255,124,145,.42);background:rgba(26,21,27,.9);color:#ff6c85; }

.like-login-modal {
  position:fixed;
  inset:0;
  width:min(calc(100vw - 32px),470px);
  height:max-content;
  max-height:min(760px,calc(100dvh - 32px));
  margin:auto;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:24px;
  background:transparent;
  color:#111217;
  overscroll-behavior:contain;
}
.like-login-modal[open] { animation:none; }
.like-login-modal::backdrop { background:rgba(20,24,33,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px); }
.like-login-modal[open]::backdrop { animation:likeLoginBackdropIn .34s ease-out both; }
.like-login-modal__surface { position:relative;max-height:inherit;padding:32px;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(24,28,36,.1);border-radius:24px;background:#f6f7f9;box-shadow:0 34px 90px -36px rgba(13,17,25,.72);opacity:0;transform:translateY(30px) scale(.985);transition:opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1);scrollbar-width:none; }
.like-login-modal.is-visible .like-login-modal__surface { opacity:1;transform:translateY(0) scale(1); }
.like-login-modal__surface::-webkit-scrollbar { display:none; }
@keyframes likeLoginModalIn { from { opacity:0;transform:translateY(14px) scale(.965); } to { opacity:1;transform:translateY(0) scale(1); } }
@keyframes likeLoginBackdropIn { from { opacity:0; } to { opacity:1; } }
.like-login-modal__close { position:absolute;top:18px;right:18px;width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid rgba(25,28,35,.1);border-radius:50%;background:#fff;color:#111217;cursor:pointer; }
.like-login-modal__close svg { width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round; }
.like-login-modal__heading { padding-right:38px; }
.like-login-modal__heading > span { color:#687386;font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase; }
.like-login-modal__heading h2 { max-width:350px;margin:10px 0 8px;font-size:32px;line-height:1;letter-spacing:-.045em; }
.like-login-modal__heading p { max-width:360px;margin:0;color:#717b8b;font-size:13px;line-height:1.45; }
.like-login-modal__google { width:100%;min-height:50px;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(22,25,32,.1);border-radius:14px;background:#fff;color:#17191f;font:650 14px/1 var(--sans);cursor:pointer; }
.like-login-modal__google svg { width:20px;height:20px; }
.like-login-modal__divider { margin:17px 0;display:flex;align-items:center;gap:12px;color:#8b93a1;font-size:10px;text-transform:uppercase; }
.like-login-modal__divider::before,.like-login-modal__divider::after { content:"";height:1px;flex:1;background:rgba(25,28,35,.1); }
.like-login-modal__form { display:grid;gap:9px; }
.like-login-modal__form label { color:#272c34;font-size:12px;font-weight:700; }
.like-login-modal__form > input,.like-login-modal__password { width:100%;min-height:50px;border:1px solid rgba(25,28,35,.1);border-radius:14px;background:#fff; }
.like-login-modal__form > input,.like-login-modal__password input { padding:0 15px;color:#111217;font:500 14px/1 var(--sans);outline:0; }
.like-login-modal__form input:focus,.like-login-modal__password:focus-within { border-color:rgba(59,89,180,.42);box-shadow:0 0 0 3px rgba(59,89,180,.09); }
.like-login-modal__password-label { margin-top:5px;display:flex;align-items:center;justify-content:space-between; }
.like-login-modal__password-label a { color:#70798a;font-size:10px;text-decoration:underline;text-underline-offset:3px; }
.like-login-modal__password { display:flex;align-items:center; }
.like-login-modal__password input { min-width:0;height:48px;flex:1;border:0;background:transparent; }
.like-login-modal__password button { width:46px;height:46px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#7f8896;cursor:pointer; }
.like-login-modal__password button svg { width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6; }
.like-login-modal__submit { width:100%;min-height:52px;margin-top:8px;border:0;border-radius:14px;background:#17191f;color:#fff;font:750 14px/1 var(--sans);cursor:pointer; }
.like-login-modal__submit:disabled,.like-login-modal__google:disabled { opacity:.58;cursor:wait; }
.like-login-modal__message { min-height:14px;margin:1px 0 0;color:#ae3541;font-size:11px;text-align:center; }
.like-login-modal__legal { max-width:350px;margin:13px auto 0;color:#858d9a;font-size:10px;line-height:1.45;text-align:center; }
.like-login-modal__legal a { color:#353b46;text-decoration:underline;text-underline-offset:3px; }
.like-login-modal__signup { width:100%;min-height:52px;margin-top:10px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(25,28,35,.12);border-radius:14px;background:#fff;color:#17191f;font-size:14px;font-weight:750;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .18s ease; }
.like-login-modal__signup:hover { border-color:rgba(25,28,35,.2);background:#eef0f3; }
.like-login-modal__signup:active { transform:scale(.985); }
.like-login-modal__signup:focus-visible { outline:3px solid rgba(59,89,180,.18);outline-offset:2px; }
body.like-login-open { overflow:hidden; }
.gallery .showcase-card__meta {
  min-height:46px;
  padding:0 0 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.gallery .showcase-card__heading { flex:1;min-width:0;padding:0; }
.gallery .showcase-card__heading .card-status,
.gallery .showcase-card__heading p,
.gallery .card-specs { display:none; }
.gallery .showcase-card__meta h3 {
  margin:0;
  color:#f5f5f6;
  font-size:17px;
  font-weight:600;
  line-height:1;
  letter-spacing:-.025em;
}
.gallery .card-bottom {
  position:static;
  width:auto;
  min-height:46px;
  margin:0;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:0;
}
.gallery .card-tools {
  display:none;
}
.gallery .card-detail-link {
  position:static;
  min-width:106px;
  min-height:38px;
  margin:4px 4px 4px 0;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:9px;
  background:rgba(255,255,255,.42);
  color:#68717f;
  opacity:1;
  transform:none;
  pointer-events:auto;
  font-size:0;
  font-weight:750;
  transition:none;
}
.gallery .card-detail-link::before { content:"Get access";font-size:14px;white-space:nowrap; }
.gallery .card-detail-link::after { content:""; }
.gallery a.card-detail-link {
  border-color:rgba(255,255,255,.94);
  background:#fff;
  color:#111217;
  box-shadow:inset 0 0 0 1px rgba(17,18,23,.32),0 7px 18px -14px rgba(0,0,0,.82),inset 0 1px 0 rgba(255,255,255,.78);
}
.gallery a.card-detail-link:hover { border-color:#fff;background:#eef0f3;color:#111217;transform:none; }
.gallery .showcase-card--ready a.card-detail-link { min-width:106px; }
.gallery .showcase-card--ready a.card-detail-link::before { content:"Steal this design"; }
.gallery a.card-detail-link::after { content:""; }
.gallery .card-detail-link--access {
  min-width:138px;
  gap:9px;
  border-color:rgba(255,255,255,.94);
  background:#fff;
  color:#111217;
  cursor:pointer;
  box-shadow:inset 0 0 0 1px rgba(17,18,23,.32),0 7px 18px -14px rgba(0,0,0,.82),inset 0 1px 0 rgba(255,255,255,.78);
}
.gallery .card-detail-link--access::after {
  display:block;
  width:22px;
  height:22px;
  flex:none;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6.5 8V6a3.5 3.5 0 0 1 7 0v2M5 8h10a1.5 1.5 0 0 1 1.5 1.5v7A1.5 1.5 0 0 1 15 18H5a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 5 8Z' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6.5 8V6a3.5 3.5 0 0 1 7 0v2M5 8h10a1.5 1.5 0 0 1 1.5 1.5v7A1.5 1.5 0 0 1 15 18H5a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 5 8Z' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.gallery .card-detail-link > span { display:none; }

@media (max-width:480px) {
  .gallery .card-likes { top:8px;right:8px;min-height:38px;padding:0 12px; }
  .gallery .showcase-card__meta { min-height:44px;padding:0 0 0 11px; }
  .gallery-skeleton-card__meta { min-height:44px;padding:0 0 0 11px; }
  .gallery-skeleton-card__action { height:36px; }
  .gallery .card-bottom { min-height:44px; }
  .gallery .card-detail-link { min-height:36px;padding-inline:13px; }
  .gallery .card-detail-link::before { font-size:13px; }
  .gallery .card-detail-link--access { min-width:132px;gap:8px; }
  .gallery .card-detail-link--access::after { width:21px;height:21px; }
  .like-login-modal {
    width:calc(100vw - 32px);
    max-height:calc(100dvh - 32px);
    border-radius:28px;
    font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",sans-serif;
    -webkit-tap-highlight-color:transparent;
  }
  .like-login-modal::backdrop { background:rgba(30,30,36,.34);backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%); }
  .like-login-modal__surface {
    padding:28px 20px 20px;
    border-color:rgba(255,255,255,.62);
    border-radius:28px;
    background:rgba(246,246,248,.94);
    box-shadow:0 24px 70px -24px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.78);
    backdrop-filter:blur(30px) saturate(180%);
    -webkit-backdrop-filter:blur(30px) saturate(180%);
  }
  .like-login-modal__close { top:14px;right:14px;width:38px;height:38px;border:0;background:rgba(118,118,128,.12);color:#1c1c1e; }
  .like-login-modal__close:active { background:rgba(118,118,128,.24);transform:scale(.94); }
  .like-login-modal__heading { padding-right:42px; }
  .like-login-modal__heading > span { color:#6e6e73;font-size:11px;font-weight:650;letter-spacing:.055em; }
  .like-login-modal__heading h2 { max-width:290px;margin-top:11px;font-size:29px;font-weight:720;line-height:1.03;letter-spacing:-.035em; }
  .like-login-modal__heading p { margin-top:10px;color:#6e6e73;font-size:15px;line-height:1.4; }
  .like-login-modal__google { min-height:52px;margin-top:22px;border-color:rgba(60,60,67,.18);border-radius:13px;background:rgba(255,255,255,.9);font-family:inherit;font-size:17px;font-weight:600; }
  .like-login-modal__google:active { background:rgba(235,235,240,.95);transform:scale(.985); }
  .like-login-modal__divider { margin:16px 0;color:#8e8e93;font-family:inherit;font-size:11px; }
  .like-login-modal__divider::before,.like-login-modal__divider::after { background:rgba(60,60,67,.18); }
  .like-login-modal__form { gap:9px; }
  .like-login-modal__form label { color:#3a3a3c;font-family:inherit;font-size:13px;font-weight:600; }
  .like-login-modal__form > input,.like-login-modal__password { min-height:52px;border-color:rgba(60,60,67,.18);border-radius:13px;background:rgba(255,255,255,.92); }
  .like-login-modal__form > input,
  .like-login-modal__password input { color:#1c1c1e;font-family:inherit;font-size:16px;font-weight:400; }
  .like-login-modal__form input::placeholder { color:#8e8e93;opacity:1; }
  .like-login-modal__form input:focus,.like-login-modal__password:focus-within { border-color:#007aff;box-shadow:0 0 0 3px rgba(0,122,255,.16); }
  .like-login-modal__password-label { margin-top:6px; }
  .like-login-modal__password-label a { color:#007aff;font-family:inherit;font-size:12px;text-decoration:none; }
  .like-login-modal__password button { color:#8e8e93; }
  .like-login-modal__submit { min-height:52px;margin-top:9px;border-radius:13px;background:#007aff;font-family:inherit;font-size:17px;font-weight:600; }
  .like-login-modal__submit:active { background:#006ee6;transform:scale(.985); }
  .like-login-modal__signup { min-height:52px;margin-top:9px;border:0;border-radius:13px;background:rgba(0,122,255,.1);color:#007aff;font-family:inherit;font-size:17px;font-weight:600; }
  .like-login-modal__signup:hover,.like-login-modal__signup:active { border:0;background:rgba(0,122,255,.17);color:#007aff; }
  .like-login-modal__legal { margin-top:14px;color:#8e8e93;font-family:inherit;font-size:11px; }
  .like-login-modal__legal a { color:#007aff;text-decoration:none; }
}

/* Home collection cards — soft editorial tiles inspired by the supplied reference. */
.gallery .showcase-card {
  overflow:hidden;
  border:1px solid rgba(26,29,36,.055);
  border-radius:14px;
  background:#fff;
  color:#17181c;
  box-shadow:0 12px 28px -25px rgba(25,30,42,.38);
}
.gallery .showcase-card--ready { border-color:rgba(26,29,36,.055); }
.gallery .showcase-card__preview {
  width:calc(100% - 8px);
  aspect-ratio:1.42 / 1;
  margin:4px 4px 0;
  border:0;
  border-radius:11px;
  background:transparent;
  box-shadow:none;
  clip-path:inset(0 round 11px);
  transform:translateZ(0);
}
.gallery .card-likes {
  top:10px;
  right:10px;
  width:auto;
  min-width:34px;
  min-height:34px;
  padding:0 8px;
  justify-content:center;
  gap:5px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(247,248,250,.66);
  color:rgba(31,33,39,.72);
  box-shadow:0 3px 9px rgba(18,20,26,.08),inset 0 1px 0 rgba(255,255,255,.58);
  backdrop-filter:blur(7px) saturate(110%);
  -webkit-backdrop-filter:blur(7px) saturate(110%);
}
.gallery .card-likes > span {
  width:17px;
  height:17px;
  display:block;
  flex:none;
  overflow:visible;
  color:currentColor;
  font-size:0;
  line-height:1;
}
.gallery .card-likes > span::before {
  content:"";
  width:100%;
  height:100%;
  display:block;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.gallery .card-likes > b {
  display:block;
  color:currentColor;
  font-size:11px;
  font-weight:700;
}
.gallery .card-likes.is-liked {
  width:auto;
  min-width:34px;
  gap:5px;
  border-radius:999px;
}
.gallery .card-likes.is-liked > b {
  display:block;
  color:currentColor;
  font-size:11px;
  font-weight:700;
}
.gallery .card-likes:hover {
  border-color:rgba(255,255,255,.58);
  background:rgba(250,251,252,.8);
  transform:scale(1.035);
}
.gallery .card-likes.is-liked {
  border-color:rgba(255,255,255,.5);
  background:rgba(249,244,246,.74);
  color:#202126;
}
.gallery .card-likes.is-liked > span { color:#ef233f; }
.gallery .card-likes.is-liked > span::before {
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='black'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='black'/%3E%3C/svg%3E");
}
.gallery .card-likes.is-liked > b { color:#202126; }
.gallery .showcase-card__meta {
  min-height:58px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  justify-content:start;
  column-gap:9px;
  row-gap:0;
}
.gallery .showcase-card__heading {
  display:contents;
}
.gallery .showcase-card__heading .card-status,
.gallery .card-specs,
.gallery .card-tools { display:none; }
.gallery .showcase-card__meta h3 {
  grid-column:1;
  grid-row:1;
  align-self:center;
  margin:0;
  color:#292a2e;
  font-size:clamp(14px,1vw,16px);
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.015em;
}
.gallery .showcase-card__heading p {
  display:none;
}
.gallery .card-bottom {
  grid-column:2;
  grid-row:1;
  width:max-content;
  min-height:0;
  margin:0;
  align-self:center;
  justify-self:end;
}
.gallery .card-detail-link,
.gallery .card-detail-link--access,
.gallery .showcase-card--ready a.card-detail-link {
  min-width:0;
  min-height:34px;
  margin:0;
  padding:0 11px;
  border:1px solid rgba(24,25,29,.16);
  border-radius:7px;
  background:linear-gradient(180deg,#fff 0%,#f4f4f1 72%,#ecece8 100%);
  color:#17181b;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -2px 3px rgba(24,25,29,.1),
    0 2px 0 rgba(24,25,29,.18),
    0 7px 13px -10px rgba(13,14,17,.75);
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .14s ease;
}
.gallery .card-detail-link::before { font-size:12px;line-height:1; }
.gallery .card-detail-link--access { gap:6px; }
.gallery .card-detail-link--access::after {
  content:"";
  width:14px;
  height:14px;
  flex:none;
  display:block;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 10V7.75a4.5 4.5 0 0 1 9 0V10M6.25 10h11.5A1.75 1.75 0 0 1 19.5 11.75v7A1.75 1.75 0 0 1 17.75 20.5H6.25A1.75 1.75 0 0 1 4.5 18.75v-7A1.75 1.75 0 0 1 6.25 10Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 10V7.75a4.5 4.5 0 0 1 9 0V10M6.25 10h11.5A1.75 1.75 0 0 1 19.5 11.75v7A1.75 1.75 0 0 1 17.75 20.5H6.25A1.75 1.75 0 0 1 4.5 18.75v-7A1.75 1.75 0 0 1 6.25 10Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.gallery a.card-detail-link:hover {
  border-color:rgba(24,25,29,.24);
  background:linear-gradient(180deg,#fff 0%,#f7f7f4 68%,#eeeeea 100%);
  color:#16171a;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -2px 3px rgba(24,25,29,.09),
    0 3px 0 rgba(24,25,29,.17),
    0 9px 15px -10px rgba(13,14,17,.78);
  transform:translateY(-1px);
}
.gallery a.card-detail-link:active {
  background:#ecece8;
  box-shadow:inset 0 2px 4px rgba(24,25,29,.14),inset 0 1px 0 rgba(255,255,255,.65),0 1px 0 rgba(24,25,29,.14);
  transform:translateY(1px);
}
.gallery .showcase-card--ready a.card-detail-link {
  border-color:rgba(24,25,29,.16);
  border-radius:7px;
  background:linear-gradient(180deg,#fff 0%,#f4f4f1 72%,#ecece8 100%);
  color:#17181b;
  box-shadow:inset 0 1px 0 #fff,inset 0 -2px 3px rgba(24,25,29,.1),0 2px 0 rgba(24,25,29,.18),0 7px 13px -10px rgba(13,14,17,.75);
}
.gallery .showcase-card--ready a.card-detail-link:hover {
  border-color:rgba(24,25,29,.24);
  background:linear-gradient(180deg,#fff 0%,#f7f7f4 68%,#eeeeea 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -2px 3px rgba(24,25,29,.09),0 3px 0 rgba(24,25,29,.17),0 9px 15px -10px rgba(13,14,17,.78);
  transform:translateY(-1px);
}
.gallery .showcase-card--ready a.card-detail-link:active {
  background:#ecece8;
  box-shadow:inset 0 2px 4px rgba(24,25,29,.14),inset 0 1px 0 rgba(255,255,255,.65),0 1px 0 rgba(24,25,29,.14);
  transform:translateY(1px);
}

/* One shared CTA component for every gallery card; only the label and lock vary. */
.gallery .card-action::before { content:none!important; }
.gallery .card-action > .card-action__label {
  display:block;
  color:inherit;
  font-size:12px;
  font-weight:750;
  line-height:1;
  white-space:nowrap;
}
.gallery .card-action:not(.card-action--locked)::after { content:none!important;display:none!important; }

.gallery-skeleton-card {
  border:1px solid rgba(26,29,36,.055);
  border-radius:14px;
  background:#fff;
}
.gallery-skeleton-card__preview {
  width:calc(100% - 8px);
  aspect-ratio:1.42 / 1;
  margin:4px 4px 0;
  border-radius:10px;
  background:#dddfe4;
  box-shadow:0 0 0 1px rgba(255,255,255,.72);
}
.gallery-skeleton-card__meta {
  min-height:58px;
  padding:10px 12px;
  align-items:center;
}
.gallery-skeleton-card__title { height:22px;border-radius:7px;background:#d7d8dc; }
.gallery-skeleton-card__action { height:34px;margin:0;border-radius:9px;background:#fff; }

@media (max-width:680px) {
  .gallery .showcase-card,
  .gallery-skeleton-card { border-radius:14px; }
  .gallery .showcase-card__preview,
  .gallery-skeleton-card__preview {
    width:calc(100% - 8px);
    aspect-ratio:1.4 / 1;
    margin:4px 4px 0;
    border-radius:10px;
  }
  .gallery .card-likes { top:10px;right:10px;width:auto;min-width:36px;min-height:36px; }
  .gallery .card-likes.is-liked { width:auto;min-width:36px; }
  .gallery .showcase-card__meta {
    min-height:58px;
    padding:10px 12px;
    column-gap:9px;
    row-gap:0;
  }
  .gallery .showcase-card__meta h3 { font-size:16px;font-weight:400; }
  .gallery .card-detail-link,
  .gallery .card-detail-link--access,
  .gallery .showcase-card--ready a.card-detail-link { min-height:34px;padding-inline:11px; }
  .gallery .card-detail-link::before { font-size:12px; }
  .gallery-skeleton-card__meta { min-height:58px;padding:10px 12px; }
}

@media (prefers-reduced-motion:reduce) {
  .gallery .card-tools,.gallery .card-detail-link,.gallery .card-likes { transition:none; }
  .gallery-skeleton-card,
  .gallery-skeleton-card__preview::after,
  .gallery-skeleton-card__title::after,
  .gallery-skeleton-card__action::after { animation:none;opacity:1; }
  .like-login-modal[open],.like-login-modal[open]::backdrop { animation:none; }
}

/* Canonical gallery action: the exact Steal this design component is reused everywhere. */
.gallery a.card-detail-link.card-action {
  width:auto!important;
  min-width:0!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  border:1px solid rgba(24,25,29,.16)!important;
  border-radius:7px!important;
  background:linear-gradient(180deg,#fff 0%,#f4f4f1 72%,#ecece8 100%)!important;
  color:#17181b!important;
  box-shadow:inset 0 1px 0 #fff,inset 0 -2px 3px rgba(24,25,29,.1),0 2px 0 rgba(24,25,29,.18),0 7px 13px -10px rgba(13,14,17,.75)!important;
  font-size:0!important;
  text-decoration:none!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .14s ease!important;
}
.gallery a.card-detail-link.card-action::before,
.gallery a.card-detail-link.card-action::after { content:none!important;display:none!important; }
.gallery a.card-detail-link.card-action > .card-action__label {
  display:block!important;
  color:inherit!important;
  font:750 12px/1 var(--sans)!important;
  white-space:nowrap!important;
}
.gallery a.card-detail-link.card-action > .card-action__lock {
  width:14px;
  height:14px;
  display:block;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gallery a.card-detail-link.card-action:hover {
  border-color:rgba(24,25,29,.24)!important;
  background:linear-gradient(180deg,#fff 0%,#f7f7f4 68%,#eeeeea 100%)!important;
  box-shadow:inset 0 1px 0 #fff,inset 0 -2px 3px rgba(24,25,29,.09),0 3px 0 rgba(24,25,29,.17),0 9px 15px -10px rgba(13,14,17,.78)!important;
  transform:translateY(-1px)!important;
}
.gallery a.card-detail-link.card-action:active {
  background:#ecece8!important;
  box-shadow:inset 0 2px 4px rgba(24,25,29,.14),inset 0 1px 0 rgba(255,255,255,.65),0 1px 0 rgba(24,25,29,.14)!important;
  transform:translateY(1px)!important;
}

/* Compact hero: the collection enters the viewport sooner. */
.hero { min-height:38svh; }
.hero__copy { padding:130px 0 12px; }
.hero .headline { font-size:clamp(2.15rem,4.3vw,3.55rem); }
.hero .line--bold { font-size:.94em; }
.hero-subtitle { margin-top:14px;font-size:clamp(.9rem,1vw,1rem); }
.testimonial-card {
  min-width:0;
  aspect-ratio:1.4 / 1;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:10px;
  background:transparent;
  box-shadow:none;
}
.testimonial-card.is-filtered-out { display:none; }
.testimonial-card__surface {
  height:100%;
  min-height:0;
  padding:16px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:10px;
  background:#fff;
}
.testimonial-card header { display:flex;align-items:center;justify-content:space-between;gap:12px; }
.testimonial-card header span { color:#747d88;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase; }
.testimonial-card header b { min-height:24px;padding:0 8px;display:inline-flex;align-items:center;border-radius:999px;background:#eef0f3;color:#59626f;font-size:10px; }
.testimonial-card__slides { position:relative;min-height:0;flex:1; }
.testimonial-card figure {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  opacity:0;
  transform:translateY(5px);
  animation:testimonialCycle 12s ease-in-out var(--review-delay) infinite;
}
.testimonial-card figure div { color:#efb34d;font-size:clamp(14px,1.2vw,18px);line-height:1;letter-spacing:1px; }
.testimonial-card blockquote { margin:11px 0 0;color:#111217;font-size:clamp(15px,1.25vw,20px);font-weight:750;line-height:1.08;letter-spacing:-.035em; }
.testimonial-card footer { min-height:18px;display:flex;align-items:center;gap:4px;color:#838b96; }
.testimonial-card footer i { width:13px;height:3px;border-radius:99px;background:#d9dde2; }
.testimonial-card footer i:first-child { background:#17191f; }
.testimonial-card footer a { margin-left:auto;color:#5f6875;font-size:9px;font-weight:750;text-decoration:none;text-transform:uppercase;letter-spacing:.055em; }
.testimonial-card footer a:hover { color:#111217;text-decoration:underline;text-underline-offset:3px; }
.testimonial-card footer a:focus-visible { outline:2px solid rgba(35,43,60,.24);outline-offset:3px;border-radius:3px; }
@keyframes testimonialCycle {
  0%,29% { opacity:1;transform:translateY(0); }
  33.333%,100% { opacity:0;transform:translateY(-4px); }
}
@media (prefers-reduced-motion:reduce) {
  .testimonial-card figure { display:none;animation:none; }
  .testimonial-card figure:first-child { display:flex;opacity:1;transform:none; }
}
.free-guide-modal {
  width:min(520px,calc(100% - 24px));
  max-width:none;
  min-height:min(620px,82dvh);
  max-height:calc(100dvh - 24px);
  margin:auto;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:28px;
  background:#292a2d;
  color:#fff;
  box-shadow:0 36px 100px -30px rgba(0,0,0,.8),inset 0 1px 0 rgba(255,255,255,.05);
}
.free-guide-modal::backdrop { background:rgba(10,11,14,.68);backdrop-filter:blur(12px); }
.free-guide-modal[open] { animation:freeGuideIn .32s cubic-bezier(.2,.8,.2,1); }
@keyframes freeGuideIn {
  from { opacity:0;transform:translateY(18px) scale(.975); }
  to { opacity:1;transform:translateY(0) scale(1); }
}
.free-guide-modal__surface { min-height:inherit;padding:28px;display:flex;flex-direction:column; }
.free-guide-modal__header { display:flex;justify-content:flex-end; }
.free-guide-modal__header button {
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:16px;
  background:#1e1f22;
  color:#c9cbd0;
  cursor:pointer;
}
.free-guide-modal__header button svg { width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round; }
.free-guide-modal__header button:focus-visible,
.free-guide-modal__copy:focus-visible { outline:3px solid rgba(255,255,255,.65);outline-offset:3px; }
.free-guide-modal__intro { margin-top:-30px;padding-right:62px; }
.free-guide-modal__intro h2 { margin:0;font-size:clamp(29px,6vw,36px);font-weight:750;line-height:1.02;letter-spacing:-.045em; }
.free-guide-modal__intro p { margin:9px 0 0;color:#a8aab0;font-size:18px;line-height:1.25; }
.free-guide-modal__likes { margin-top:52px;display:flex;align-items:center;gap:11px;color:#b9bbc1; }
.free-guide-modal__likes span { font-size:32px;font-weight:400;line-height:1; }
.free-guide-modal__likes b { font-size:18px;font-weight:550;line-height:1; }
.free-guide-modal__copy {
  width:100%;
  min-height:70px;
  margin-top:38px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  border:0;
  border-radius:16px;
  background:#fff;
  color:#17181b;
  font:750 18px/1 var(--sans);
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,transform .2s ease;
}
.free-guide-modal__copy:hover { transform:translateY(-1px); }
.free-guide-modal__copy svg { width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
.free-guide-modal__copy.is-copied { background:#dff3e7;color:#176b45; }
body.free-guide-open { overflow:hidden; }
.hero .cta-row { margin-top:18px; }
.hero + .gallery { margin-top:48px;padding-top:6px; }
.gallery-toolbar { justify-content:center; }
.gallery-toggle { width:158px;flex:none;padding:4px;gap:4px;border-width:1px;box-shadow:none;backdrop-filter:none; }
.gallery-toggle::before { top:4px;bottom:4px;left:4px;width:calc((100% - 12px) / 2);box-shadow:none; }
.gallery-toggle[data-active-format="app"]::before { transform:translateX(calc(100% + 4px)); }
.gallery-toggle button { min-height:40px;padding:0;display:flex;align-items:center;justify-content:center;gap:7px;font-size:0; }
.gallery-toggle button svg { width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round; }
.gallery-toggle__count {
  min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;
  border:1px solid rgba(23,25,31,.08);border-radius:6px;
  background:rgba(255,255,255,.58);color:#6e7682;
  font:650 11px/1 var(--sans);letter-spacing:0;
  transition:background-color .22s ease,color .22s ease,border-color .22s ease;
}
.gallery-toggle button[aria-pressed="true"] .gallery-toggle__count { border-color:rgba(23,25,31,.1);background:#f4f5f7;color:#17191f; }

@media (max-width:900px) {
  .hero { min-height:38svh; }
  .hero__copy { padding:102px 0 12px; }
  .hero .headline { font-size:clamp(2.05rem,9vw,3.25rem); }
  .hero + .gallery { margin-top:34px;padding-top:6px; }
}

@media (max-width:480px) {
  .hero__copy { padding-top:98px; }
  .testimonial-card__surface { padding:18px; }
  .testimonial-card blockquote { font-size:clamp(20px,6vw,25px); }
  .free-guide-modal { width:calc(100% - 24px);min-height:min(570px,72dvh);max-height:calc(100dvh - 24px);border-radius:25px; }
  .free-guide-modal__surface { padding:22px; }
  .free-guide-modal__header button { width:48px;height:48px;border-radius:15px; }
  .free-guide-modal__intro { margin-top:-28px;padding-right:54px; }
  .free-guide-modal__intro h2 { font-size:29px; }
  .free-guide-modal__intro p { font-size:17px; }
  .free-guide-modal__likes { margin-top:48px; }
  .free-guide-modal__copy { min-height:66px;margin-top:34px;font-size:17px; }
}

@media (prefers-reduced-motion:reduce) {
  .free-guide-modal[open] { animation:none;transition:none; }
}

/* NOVA — the free guide is designed as a complete editorial product. */
.preview-nova { position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 52% 47%,#b9ffdc 0 5%,#3b6e5c 18%,#101411 39%,#050605 68%);color:#f7f8f4; }
.preview-nova > .preview-card-image { position:absolute;z-index:1;inset:0;width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;object-position:center;transform:scale(1.002);backface-visibility:hidden; }
.preview-nova::after { content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,rgba(255,255,255,.08),transparent 34%,rgba(128,160,255,.08)); }
.preview-nova__nav { position:absolute;z-index:3;top:16px;right:17px;left:17px;display:flex;justify-content:space-between;align-items:center;font-size:8px;text-transform:uppercase;letter-spacing:.08em; }
.preview-nova__nav b { font-size:11px; }
.preview-nova__scene { position:absolute;inset:12% 18% 8%;display:grid;place-items:center;transform:rotate(-9deg); }
.preview-nova__scene i { position:absolute;width:78%;aspect-ratio:1;border:1px solid rgba(220,255,235,.4);border-radius:50%;transform:rotateX(66deg); }
.preview-nova__scene i:nth-child(2) { width:58%;transform:rotateY(68deg); }
.preview-nova__scene b { width:39%;aspect-ratio:1;border-radius:38% 62% 48% 52%;background:radial-gradient(circle at 32% 26%,#f3fff8,#7df5bd 23%,#1d5a42 58%,#07100c 78%);box-shadow:0 0 42px rgba(97,255,177,.35),inset -14px -12px 22px rgba(0,0,0,.58); }
.preview-nova > p { position:absolute;z-index:2;top:26%;left:6%;width:25%;margin:0;font-size:8px;line-height:1.25;text-transform:uppercase;letter-spacing:.05em; }
.preview-nova > strong { position:absolute;z-index:2;right:4%;bottom:4%;font-size:clamp(54px,8vw,104px);font-weight:500;line-height:.72;letter-spacing:-.085em; }
.preview-nova > small { position:absolute;z-index:2;bottom:15px;left:17px;font-size:7px;text-transform:uppercase;letter-spacing:.08em; }

.free-guide-modal { width:min(1180px,calc(100% - 30px));height:min(900px,calc(100dvh - 30px));max-height:none;border-radius:22px;background:#f2f1ec;color:#10110f;box-shadow:0 40px 120px -40px rgba(0,0,0,.82); }
.free-guide-modal::backdrop { background:rgba(8,9,8,.74);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px); }
.free-guide-modal__surface { height:100%;min-height:0;padding:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#f2f1ec; }
.free-guide-modal__header { position:relative;z-index:20;min-height:66px;padding:9px 12px 9px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(16,17,15,.12);background:rgba(242,241,236,.92);backdrop-filter:blur(18px); }
.free-guide-modal__header > a { display:flex;align-items:baseline;gap:12px;color:#11120f; }
.free-guide-modal__header > a span { font-size:10px;font-weight:800;letter-spacing:.12em; }
.free-guide-modal__header > a b { font-size:13px;font-weight:550; }
.free-guide-modal__header button { width:46px;height:46px;border-radius:50%;background:#11120f;color:#fff; }
.free-guide-modal__header button svg { width:20px;height:20px; }
.free-guide-modal__body { min-width:0;min-height:0;overflow:auto;overflow-x:hidden;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#252720 transparent; }
.free-guide-hero { min-height:680px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);border-bottom:1px solid rgba(16,17,15,.12); }
.free-guide-hero__copy { padding:clamp(54px,7vw,92px) clamp(30px,6vw,78px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center; }
.free-guide-hero__copy > span,.free-guide-section-title > span,.free-guide-brief > div > span,.free-guide-done > span { font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.free-guide-hero__copy h2 { margin:26px 0 22px;font-size:clamp(48px,6.3vw,84px);font-weight:550;line-height:.88;letter-spacing:-.07em; }
.free-guide-hero__copy h2 em { font-weight:450;color:#697267; }
.free-guide-hero__copy > p { max-width:440px;margin:0;color:#65685f;font-size:16px;line-height:1.5; }
.free-guide-hero__tags { margin-top:28px;display:flex;flex-wrap:wrap;gap:7px; }
.free-guide-hero__tags span { padding:8px 10px;border:1px solid rgba(16,17,15,.14);border-radius:999px;font-size:10px;font-weight:700; }
.free-guide-modal__copy { width:auto;min-height:54px;margin-top:36px;padding:0 18px;border-radius:4px;background:#11120f;color:#fff;font-size:13px; }
.free-guide-modal__copy:hover { transform:none;background:#292b26; }
.free-guide-modal__copy.is-copied { background:#d3efe0;color:#155f3f; }
.free-guide-hero__visual { position:relative;isolation:isolate;min-height:680px;padding:28px;overflow:hidden;background:radial-gradient(circle at 55% 43%,#c7ffe3 0 3%,#5da783 14%,#173329 31%,#080b09 57%,#030403 80%);color:#f5f6f1; }
.free-guide-hero__visual::after { content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(125deg,rgba(255,255,255,.12),transparent 32%,rgba(120,148,255,.12)); }
.free-guide-hero__visual > span { position:absolute;top:28px;left:28px;font-size:9px;letter-spacing:.12em; }
.free-guide-hero__visual > strong { position:absolute;z-index:2;right:24px;bottom:20px;font-size:clamp(64px,8vw,112px);font-weight:500;line-height:.68;letter-spacing:-.085em;text-align:right; }
.free-guide-hero__visual > small { position:absolute;z-index:2;bottom:30px;left:28px;font-size:9px;text-transform:uppercase;letter-spacing:.1em; }
.free-guide-orbit { position:absolute;inset:8% 6% 12%;display:grid;place-items:center;transform:rotate(-9deg); }
.free-guide-orbit i { position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(210,255,232,.34);border-radius:50%;transform:rotateX(67deg); }
.free-guide-orbit i:nth-child(2) { width:53%;transform:rotateY(68deg); }
.free-guide-orbit i:nth-child(3) { width:88%;transform:rotate(42deg) rotateX(78deg);opacity:.5; }
.free-guide-orbit b { width:37%;aspect-ratio:1;border-radius:42% 58% 37% 63%;background:radial-gradient(circle at 29% 22%,#f4fff8,#85ffc2 20%,#2f8a61 49%,#102d22 69%,#030504 86%);box-shadow:0 0 90px rgba(102,255,180,.29),inset -32px -28px 54px rgba(0,0,0,.64);animation:novaFloat 7s ease-in-out infinite; }
@keyframes novaFloat { 0%,100% { transform:translate3d(0,-6px,0) rotate(-4deg); } 50% { transform:translate3d(0,10px,0) rotate(5deg); } }
.free-guide-brief { padding:72px clamp(28px,6vw,76px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:70px;border-bottom:1px solid rgba(16,17,15,.12); }
.free-guide-brief h3,.free-guide-section-title h3,.free-guide-done h3 { margin:20px 0 0;font-size:clamp(38px,5vw,66px);font-weight:500;line-height:.95;letter-spacing:-.06em; }
.free-guide-brief ul { margin:0;padding:0;list-style:none; }
.free-guide-brief li { min-height:62px;display:grid;grid-template-columns:36px 1fr;align-items:center;border-bottom:1px solid rgba(16,17,15,.12); }
.free-guide-brief li:first-child { border-top:1px solid rgba(16,17,15,.12); }
.free-guide-brief li b { font-size:9px; }
.free-guide-brief li span { font-size:13px;line-height:1.3; }
.free-guide-kit,.free-guide-workflow { padding:86px clamp(28px,6vw,76px); }
.free-guide-kit { color:#f3f3ee;background:#11120f; }
.free-guide-section-title { max-width:700px; }
.free-guide-section-title h3 { margin-top:18px; }
.free-guide-section-title p { max-width:530px;margin:18px 0 0;color:#777b72;font-size:15px;line-height:1.5; }
.free-guide-kit .free-guide-section-title p { color:#9b9e96; }
.free-guide-kit__grid { margin-top:58px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18); }
.free-guide-kit__grid article { min-height:220px;padding:22px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18); }
.free-guide-kit__grid article > b { color:#868980;font-size:9px; }
.free-guide-kit__grid h4 { margin:auto 0 9px;font-size:20px;font-weight:550; }
.free-guide-kit__grid p { margin:0;color:#969990;font-size:12px;line-height:1.5; }
.free-guide-workflow { background:#f2f1ec; }
.free-guide-workflow > [data-free-guide-steps] { margin-top:62px;border-top:1px solid rgba(16,17,15,.14); }
.free-guide-step { display:grid;grid-template-columns:64px minmax(210px,.62fr) minmax(320px,1.38fr) 140px;gap:26px;padding:28px 0;border-bottom:1px solid rgba(16,17,15,.14);align-items:start; }
.free-guide-step__index { padding-top:4px;font-size:11px;font-weight:800; }
.free-guide-step__head > span { color:#7a7e75;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase; }
.free-guide-step__head h4 { margin:9px 0 7px;font-size:23px;font-weight:600;letter-spacing:-.035em; }
.free-guide-step__head p { margin:0;color:#777a72;font-size:12px;line-height:1.45; }
.free-guide-step pre { max-height:164px;margin:0;padding:17px;overflow:auto;border:1px solid rgba(16,17,15,.12);border-radius:4px;background:#e8e7e1;color:#3c3e39;font:500 11px/1.55 var(--sans);white-space:pre-wrap; }
.free-guide-step > button { min-height:46px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border:1px solid #11120f;border-radius:4px;background:transparent;color:#11120f;font:750 10px/1 var(--sans);cursor:pointer; }
.free-guide-step > button:hover,.free-guide-step > button.is-copied { background:#11120f;color:#fff; }
.free-guide-step.is-featured pre { background:#dfeadf; }
.free-guide-done { padding:90px clamp(28px,6vw,76px);color:#f3f3ee;background:#11120f; }
.free-guide-done > div { margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18); }
.free-guide-done p { min-height:145px;margin:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18); }
.free-guide-done p b { font-size:28px;font-weight:500; }
.free-guide-done p small { margin-top:7px;color:#91948c;font-size:10px;text-transform:uppercase;letter-spacing:.08em; }

@media (max-width:760px) {
  .free-guide-modal { inset:0;width:100vw;max-width:100vw;height:100dvh;max-height:none;margin:0;border-radius:0; }
  .free-guide-modal__surface,.free-guide-modal__body,.free-guide-hero { min-width:0;width:100%;max-width:100%; }
  .free-guide-hero__copy { min-width:0;width:auto;max-width:100%;align-self:stretch; }
  .free-guide-modal__header { min-height:62px;padding:8px 10px 8px 17px; }
  .free-guide-modal__header > a b { display:none; }
  .free-guide-modal__header button { width:44px;height:44px;border-radius:50%; }
  .free-guide-hero { min-height:0;display:flex;flex-direction:column; }
  .free-guide-hero__copy { padding:48px 20px 34px; }
  .free-guide-hero__copy h2 { margin:22px 0 18px;font-size:clamp(45px,14vw,62px); }
  .free-guide-hero__copy > p { font-size:14px; }
  .free-guide-modal__copy { width:100%;min-height:56px; }
  .free-guide-hero__visual { min-height:470px; }
  .free-guide-hero__visual > strong { font-size:20vw; }
  .free-guide-brief { padding:60px 20px;display:block; }
  .free-guide-brief ul { margin-top:42px; }
  .free-guide-kit,.free-guide-workflow { padding:68px 20px; }
  .free-guide-kit__grid { grid-template-columns:repeat(2,1fr); }
  .free-guide-kit__grid article { min-height:170px;padding:16px; }
  .free-guide-step { grid-template-columns:34px 1fr;gap:12px;padding:26px 0; }
  .free-guide-step__head { grid-column:2; }
  .free-guide-step pre,.free-guide-step > button { grid-column:1/-1; }
  .free-guide-step pre { max-height:220px;margin-top:8px;font-size:11px; }
  .free-guide-step > button { min-height:50px; }
  .free-guide-done { padding:72px 20px; }
  .free-guide-done > div { grid-template-columns:repeat(2,1fr);margin-top:52px; }
  .free-guide-done p { min-height:120px; }
}

@media (prefers-reduced-motion:reduce) { .free-guide-orbit b { animation:none; } }

/* Free guide installer — intentionally simple, uniform and obviously modal. */
.free-guide-modal {
  position:fixed;
  width:100%;
  max-width:none;
  height:min(820px,90dvh);
  max-height:90dvh;
  inset:auto 0 0;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(35,43,60,.1);
  border-bottom:0;
  border-radius:26px 26px 0 0;
  background:var(--bg);
  color:#151713;
  box-shadow:0 -24px 70px -42px rgba(28,36,54,.5);
}
.free-guide-modal[open] { animation:guideInstallerIn .46s cubic-bezier(.22,1,.36,1) both; }
.free-guide-modal::backdrop { background:rgba(31,39,57,.32);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px); }
.free-guide-modal[open]::backdrop { animation:guideInstallerBackdrop .28s ease-out both; }
@keyframes guideInstallerIn { from { transform:translateY(100%); } to { transform:translateY(0); } }
@keyframes guideInstallerBackdrop { from { opacity:0; } to { opacity:1; } }
.free-guide-modal__surface { width:100%;height:100%;min-height:0;max-height:inherit;display:grid;grid-template-rows:auto minmax(0,1fr);background:var(--bg); }
.free-guide-modal__header { position:relative;z-index:2;min-height:64px;padding:9px 10px 9px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:0;background:var(--bg);backdrop-filter:none; }
.free-guide-modal__header > div { display:flex;align-items:baseline;gap:10px; }
.free-guide-modal__header > div h2 { margin:0;font-size:18px;font-weight:700;line-height:1;letter-spacing:-.035em; }
.free-guide-modal__header > div b { color:#777b73;font-size:12px;font-weight:550; }
.free-guide-modal__header button { width:48px;height:48px;margin-right:8px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:#e5e6e1;color:#151713;transition:transform .18s ease,background-color .18s ease; }
.free-guide-modal__header button svg { width:23px;height:23px;stroke-width:1.75; }
.free-guide-modal__header button:hover { background:#dadbd5;opacity:1; }
.free-guide-modal__header button:active { transform:scale(.94); }
.free-guide-modal__body { width:100%;max-height:none;padding:0 max(20px,calc((100vw - 680px)/2)) 28px;overflow:auto;overflow-x:hidden;scroll-behavior:smooth; }
.free-guide-install { padding:34px 0 28px;text-align:center; }
.free-guide-install__icon { position:relative;width:74px;height:88px;margin:0 auto 24px;display:grid;place-items:center;border:1px solid rgba(18,20,18,.14);border-radius:11px;background:#fff;box-shadow:0 15px 32px -24px rgba(8,10,8,.5); }
.free-guide-install__icon::after { content:"";position:absolute;top:-1px;right:-1px;width:22px;height:22px;border-left:1px solid rgba(18,20,18,.14);border-bottom:1px solid rgba(18,20,18,.14);background:var(--bg);clip-path:polygon(0 0,100% 100%,0 100%); }
.free-guide-install__icon span { font-size:11px;font-weight:800;letter-spacing:.08em; }
.free-guide-install__icon i { position:absolute;right:-10px;bottom:-9px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#151713;color:#fff;font-size:14px;font-style:normal; }
.free-guide-install__eyebrow,.free-guide-simple-title > span { color:#74786f;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase; }
.free-guide-install h2 { margin:13px 0 14px;font-size:clamp(38px,7vw,54px);font-weight:600;line-height:.94;letter-spacing:-.06em; }
.free-guide-install > p { max-width:490px;margin:0 auto;color:#6f736b;font-size:14px;line-height:1.5; }
.free-guide-download { width:100%;min-height:66px;margin-top:26px;padding:8px 9px 8px 18px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;background:#151713;color:#fff;box-shadow:none;text-align:left;transition:background .2s ease,transform .18s ease; }
.free-guide-download:hover { background:#292c27; }
.free-guide-download:active { transform:scale(.988); }
.free-guide-download > span { display:grid;gap:4px; }
.free-guide-download b { font-size:14px; }
.free-guide-download small { color:#aeb1a9;font-size:9px; }
.free-guide-download > i { width:48px;height:48px;display:grid;place-items:center;border-radius:7px;background:#fff;color:#151713;font-size:19px;font-style:normal; }
.free-guide-use,.free-guide-menu { padding:30px 0;border-top:1px solid rgba(18,20,18,.11); }
.free-guide-simple-title { display:flex;align-items:baseline;justify-content:space-between;gap:18px; }
.free-guide-simple-title h3 { margin:0;font-size:18px;font-weight:650;letter-spacing:-.025em; }
.free-guide-use ol { margin:24px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none;border:1px solid rgba(18,20,18,.11);border-radius:10px;overflow:hidden; }
.free-guide-use li { min-height:92px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(18,20,18,.11); }
.free-guide-use li:last-child { border-right:0; }
.free-guide-use li > b { color:#898d84;font-size:9px; }
.free-guide-use li > span { display:grid;gap:3px; }
.free-guide-use li strong { font-size:13px; }
.free-guide-use li small { color:#858980;font-size:9px;line-height:1.3; }
.free-guide-objective { position:relative;margin-top:12px;padding:16px 70px 16px 16px;border:1px solid rgba(18,20,18,.11);border-radius:10px;background:#ebece7; }
.free-guide-objective > span { color:#777b73;font-size:8px;font-weight:800;letter-spacing:.12em; }
.free-guide-objective p { margin:7px 0 0;color:#444840;font-size:11px;line-height:1.45; }
.free-guide-objective button { position:absolute;top:10px;right:10px;min-width:50px;height:32px;padding:0 10px;border:0;border-radius:7px;background:#fff;color:#151713;font:700 9px/1 var(--sans);cursor:pointer; }
.free-guide-objective button.is-copied { background:#d9eddf;color:#17613d; }
.free-guide-menu { padding-bottom:2px; }
.free-guide-menu > [data-free-guide-steps] { margin-top:22px;border-top:1px solid rgba(18,20,18,.11); }
.free-guide-menu__item { border-bottom:1px solid rgba(18,20,18,.11); }
.free-guide-menu__item summary { min-height:61px;display:grid;grid-template-columns:34px 1fr 24px;align-items:center;gap:9px;list-style:none;cursor:pointer; }
.free-guide-menu__item summary::-webkit-details-marker { display:none; }
.free-guide-menu__item summary > b { color:#8a8e85;font-size:9px; }
.free-guide-menu__item summary > span { display:grid;gap:3px; }
.free-guide-menu__item summary strong { font-size:12px;font-weight:650; }
.free-guide-menu__item summary small { color:#858980;font-size:9px; }
.free-guide-menu__item summary > i { width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#e7e8e3;font-size:14px;font-style:normal;transition:transform .24s ease; }
.free-guide-menu__item[open] summary > i { transform:rotate(45deg); }
.free-guide-menu__item > div { padding:0 33px 18px; }
.free-guide-menu__item > div p { margin:0;color:#464a43;font-size:11px;line-height:1.45; }
.free-guide-menu__item > div span { display:block;margin-top:7px;color:#8a8e85;font-size:9px; }

@media (max-width:560px) {
  .free-guide-modal { inset:auto 0 0;width:100%;max-width:none;height:90dvh;max-height:90dvh;margin:0;border-radius:24px 24px 0 0; }
  .free-guide-modal__surface { width:100%;height:100%;max-height:inherit; }
  .free-guide-modal__header { min-height:60px;padding-left:17px; }
  .free-guide-modal__header > div b { display:none; }
  .free-guide-modal__body { max-height:none;padding:0 17px calc(22px + env(safe-area-inset-bottom)); }
  .free-guide-install { padding:28px 0 24px; }
  .free-guide-install__icon { width:62px;height:74px;margin-bottom:20px; }
  .free-guide-install h2 { font-size:38px; }
  .free-guide-install > p { font-size:13px; }
  .free-guide-download { min-height:62px;margin-top:22px; }
  .free-guide-download > i { width:44px;height:44px; }
  .free-guide-use,.free-guide-menu { padding-top:26px; }
  .free-guide-use ol { margin-top:20px; }
  .free-guide-use li { min-height:86px;padding:11px; }
  .free-guide-objective { padding-right:64px; }
}

@media (prefers-reduced-motion:reduce) {
  .free-guide-modal[open],.free-guide-modal[open]::backdrop { animation:none; }
  .free-guide-menu__item summary > i { transition:none; }
}

/* Current NOVA guide content: visual, prerequisites, preview, sticky install. */
.free-guide-modal__surface { grid-template-rows:auto minmax(0,1fr) auto; }
.free-guide-modal__body { padding-top:18px; }
.free-guide-cover__slider { width:calc(100vw - max(20px,calc((100vw - 680px)/2)));display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;scrollbar-width:none;-webkit-overflow-scrolling:touch; }
.free-guide-cover__slider::-webkit-scrollbar { display:none; }
.free-guide-cover__visual { position:relative;isolation:isolate;min-height:360px;flex:0 0 calc(100% - 64px);overflow:hidden;border-radius:12px;background:radial-gradient(circle at 54% 44%,#bfffe0 0 3%,#579d7d 14%,#173129 32%,#090c0a 58%,#030403 82%);color:#f5f6f1;scroll-snap-align:start;scroll-snap-stop:always; }
.free-guide-cover__visual::after { content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(125deg,rgba(255,255,255,.11),transparent 34%,rgba(115,145,255,.1)); }
.free-guide-cover__visual .free-guide-orbit { inset:4% 7% 8%; }
.free-guide-cover__visual .free-guide-orbit b { width:31%; }
.free-guide-cover__visual--system { background:linear-gradient(145deg,#11151d,#26344c); }
.nova-system { position:absolute;inset:12%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;opacity:.92; }
.nova-system i { border:1px solid rgba(220,230,248,.25);border-radius:3px;background:linear-gradient(145deg,rgba(220,230,248,.14),rgba(220,230,248,.03)); }
.nova-system i:nth-child(1) { grid-row:1/3;border-radius:50%; }
.nova-system i:nth-child(4) { width:55%;justify-self:end; }
.free-guide-cover__visual--type { background:#dfe6f2;color:#151a23; }
.free-guide-cover__visual--type::after { background:repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),rgba(36,45,62,.09) 20%); }
.nova-type { position:absolute;inset:14%;display:grid;grid-template-columns:1.5fr .8fr 1fr;grid-template-rows:1fr 1fr;gap:9px;transform:rotate(-7deg); }
.nova-type i { border-radius:999px;background:#75849d; }
.nova-type i:nth-child(1) { grid-row:1/3;border-radius:50%; }
.nova-type i:nth-child(2) { grid-column:2/4; }
.nova-type i:nth-child(4) { border-radius:5px;background:#a5b2c7; }
.nova-type i:nth-child(5) { border-radius:50%;background:#46536a; }
.free-guide-cover__visual--material { background:radial-gradient(circle at 52% 44%,#dfe8ff 0 4%,#8090bb 24%,#293248 54%,#10131b 82%); }
.nova-material { position:absolute;inset:10%;display:grid;place-items:center; }
.nova-material i { width:40%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 32% 25%,#fff,#b9c9f2 25%,#58698f 56%,#161c2a 82%);box-shadow:0 0 68px rgba(174,194,246,.32),inset -22px -18px 35px rgba(13,18,29,.5); }
.free-guide-cover__visual--mobile { background:linear-gradient(150deg,#141821,#293449); }
.nova-phone { position:absolute;top:9%;left:50%;width:32%;height:73%;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid #dfe6f3;border-radius:23px;background:radial-gradient(circle at 50% 40%,#7f91b9,#1d2534 57%);transform:translateX(-50%) rotate(7deg);box-shadow:0 20px 38px rgba(0,0,0,.35); }
.nova-phone::before { content:"";position:absolute;top:7px;width:33%;height:4px;border-radius:999px;background:#dfe6f3; }
.nova-phone i { width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 30% 25%,#eff4ff,#8194bf 37%,#20293a 78%); }
.free-guide-cover__nav { min-height:34px;padding:10px 2px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#687386; }
.free-guide-cover__nav > span { font-size:11px;font-weight:650;letter-spacing:-.01em; }
.free-guide-cover__nav > div { display:flex;align-items:center;gap:5px; }
.free-guide-cover__nav button { width:6px;height:6px;padding:0;border:0;border-radius:999px;background:#c7cbd2;transition:width .24s cubic-bezier(.22,1,.36,1),background-color .24s ease; }
.free-guide-cover__nav button.is-active { width:22px;background:#20242d; }
.free-guide-cover__info { padding:14px 2px 24px; }
.free-guide-cover__info > span,.free-guide-prereqs header > span,.free-guide-video header > span { color:#717b8d;font-size:10px;font-weight:800;letter-spacing:.11em; }
.free-guide-cover__info h3 { margin:8px 0 7px;font-size:32px;font-weight:650;line-height:1;letter-spacing:-.05em; }
.free-guide-cover__info p { max-width:520px;margin:0;color:#697386;font-size:14px;line-height:1.45; }
.free-guide-tags { padding:14px 0 10px;display:flex;flex-wrap:wrap;gap:7px; }
.free-guide-tags span { min-height:37px;padding:0 13px;display:inline-flex;align-items:center;border:1px solid rgba(51,62,83,.13);border-radius:999px;background:rgba(255,255,255,.42);color:#566174;font-size:11px;font-weight:700; }
.free-guide-value { margin:12px 0 23px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:12px;background:#17191f;color:#fff; }
.free-guide-value article { min-height:86px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.1); }
.free-guide-value article:last-child { border-right:0; }
.free-guide-value svg { width:20px;height:20px;fill:none;stroke:#aab2c0;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round; }
.free-guide-value article > span { display:flex;align-items:baseline;gap:7px; }
.free-guide-value b { color:#fff;font-size:21px;font-weight:650;letter-spacing:-.05em; }
.free-guide-value small { color:#9da5b2;font-size:9px;line-height:1.15; }
.free-guide-steps { margin:20px 0 24px; }
.free-guide-steps > header { min-height:52px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px; }
.free-guide-steps > header > div { display:grid;gap:5px; }
.free-guide-steps > header span { color:#7a8494;font-size:9px;font-weight:800;letter-spacing:.11em; }
.free-guide-steps > header h3 { margin:0;color:#1c2029;font-size:21px;font-weight:650;letter-spacing:-.035em; }
.free-guide-steps > header > b { padding:7px 9px;border-radius:999px;background:#e1e4e9;color:#566174;font-size:9px;letter-spacing:.04em;text-transform:uppercase; }
.free-guide-progress { height:3px;margin-top:14px;overflow:hidden;border-radius:999px;background:#dde1e7; }
.free-guide-progress i { width:0;height:100%;display:block;border-radius:inherit;background:#17191f;transition:width .5s cubic-bezier(.22,1,.36,1); }
.free-guide-steps > [data-free-guide-steps] { margin-top:11px;display:grid;gap:8px; }
.free-guide-steps .free-guide-menu__item { overflow:hidden;border:1px solid rgba(51,62,83,.12);border-radius:12px;background:rgba(255,255,255,.48);transition:background-color .2s ease,border-color .2s ease; }
.free-guide-steps .free-guide-menu__item[open] { border-color:rgba(51,62,83,.2);background:rgba(255,255,255,.74); }
.free-guide-steps .free-guide-menu__item.is-complete { border-color:rgba(39,56,48,.19);background:rgba(235,239,236,.72); }
.free-guide-steps .free-guide-menu__item.is-complete > summary > b { width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#1e2823;color:#fff;font-size:10px; }
.free-guide-steps .free-guide-menu__item.is-complete > summary small { color:#526459; }
.free-guide-steps .free-guide-menu__item > summary { min-height:68px;padding:0 13px;display:grid;grid-template-columns:30px 1fr auto 34px;align-items:center;gap:10px;list-style:none;cursor:pointer; }
.free-guide-steps .free-guide-menu__item > summary::-webkit-details-marker { display:none; }
.free-guide-steps .free-guide-menu__item > summary > b { color:#8a94a3;font-size:10px;font-weight:700; }
.free-guide-steps .free-guide-menu__item > summary > span { display:grid;gap:4px; }
.free-guide-steps .free-guide-menu__item > summary strong { color:#20252f;font-size:15px;font-weight:650;letter-spacing:-.02em; }
.free-guide-steps .free-guide-menu__item > summary small { color:#818b9a;font-size:10px; }
.free-guide-steps .free-guide-menu__item > summary > em { color:#737d8c;font-size:10px;font-style:normal;font-weight:700;white-space:nowrap; }
.free-guide-steps .free-guide-menu__item > summary > svg { width:30px;height:30px;padding:7px;border-radius:50%;background:#e4e7ec;fill:none;stroke:#323945;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s cubic-bezier(.22,1,.36,1),background-color .2s ease; }
.free-guide-steps .free-guide-menu__item[open] > summary > svg { transform:rotate(90deg);background:#d9dde4; }
.free-guide-step__content { padding:0 13px 16px 53px !important; }
.free-guide-step__content > p { margin:0 0 12px !important;color:#626d7d !important;font-size:12px !important;line-height:1.45 !important; }
.free-guide-step__content pre { max-height:290px;margin:0;padding:15px;overflow:auto;border:1px solid rgba(51,62,83,.1);border-radius:9px;background:#eef0f3;color:#343b48;font:500 11px/1.55 var(--sans);letter-spacing:-.005em;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-overflow-scrolling:touch; }
.free-guide-step__content > button { width:100%;min-height:44px;margin-top:12px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#17191f;color:#fff;font:700 11px/1 var(--sans);cursor:pointer; }
.free-guide-step__content > button svg { width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
.free-guide-step__content > button.is-copied { background:#256b49; }
.free-guide-step__asset { min-height:52px;margin-bottom:8px;padding:8px 10px 8px 13px;display:flex;align-items:center;justify-content:space-between;border-radius:9px;background:#17191f;color:#fff; }
.free-guide-step__asset span { display:grid;gap:3px; }
.free-guide-step__asset b { font-size:11px; }
.free-guide-step__asset small { color:#aeb5c2;font-size:9px; }
.free-guide-step__asset > i { width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:#fff;color:#17191f;font-size:14px;font-style:normal; }
.free-guide-step__scene { margin:0 0 10px;display:inline-block;color:#586b98;font-size:10px;font-weight:700;text-decoration:underline;text-underline-offset:3px; }
.free-guide-step__outcome { margin-bottom:12px;padding:13px 14px;border-radius:9px;background:#e8ebef; }
.free-guide-step__outcome > span,.free-guide-step__checks > span { display:block;color:#7b8594;font-size:8px;font-weight:800;letter-spacing:.12em; }
.free-guide-step__outcome p { margin:6px 0 0;color:#343b47;font-size:12px;line-height:1.4; }
.free-guide-step__prompt { margin-top:3px;overflow:hidden;border:1px solid rgba(51,62,83,.12);border-radius:9px;background:rgba(255,255,255,.45); }
.free-guide-step__prompt > summary { min-height:46px !important;padding:0 12px !important;display:flex !important;align-items:center;justify-content:space-between;gap:12px;list-style:none;color:#343b47;font-size:11px;font-weight:700; }
.free-guide-step__prompt > summary::-webkit-details-marker { display:none; }
.free-guide-step__prompt > summary svg { width:25px !important;height:25px !important;padding:6px !important;border-radius:50%;background:#e3e6eb;fill:none;stroke:#353c48;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease; }
.free-guide-step__prompt[open] > summary svg { transform:rotate(90deg); }
.free-guide-step__prompt pre { max-height:260px;border:0;border-top:1px solid rgba(51,62,83,.1);border-radius:0;background:#eef0f3; }
.free-guide-step__checks { margin-top:13px; }
.free-guide-step__checks ul { margin:8px 0 0;padding:0;display:grid;gap:6px;list-style:none; }
.free-guide-step__checks li { display:flex;align-items:center;gap:7px;color:#5f6978;font-size:10px;line-height:1.35; }
.free-guide-step__checks li svg { width:16px;height:16px;padding:2px;border-radius:50%;background:#dfe7e2;fill:none;stroke:#35604a;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none; }
.free-guide-prereqs,.free-guide-video { padding:28px 0;border-top:1px solid rgba(51,62,83,.12); }
.free-guide-prereqs header,.free-guide-video header { display:flex;align-items:baseline;justify-content:space-between;gap:16px; }
.free-guide-prereqs header h3,.free-guide-video header h3 { margin:0;font-size:23px;font-weight:650;letter-spacing:-.035em; }
.free-guide-prereqs ul { margin:20px 0 0;padding:0;list-style:none;border-top:1px solid rgba(51,62,83,.12); }
.free-guide-prereqs li { min-height:72px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid rgba(51,62,83,.12); }
.free-guide-prereqs li > b { color:#8c96a6;font-size:10px; }
.free-guide-prereqs li > span { display:grid;gap:3px; }
.free-guide-prereqs li strong { color:#202632;font-size:14px; }
.free-guide-prereqs li small { color:#818b9b;font-size:11px; }
.free-guide-prereqs li > i { padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.52);color:#6c7687;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.05em;text-transform:uppercase; }
.free-guide-video { padding-bottom:8px; }
.free-guide-video__frame { margin-top:20px;overflow:hidden;border:1px solid rgba(51,62,83,.12);border-radius:14px;background:rgba(255,255,255,.4); }
.free-guide-video__mock { position:relative;aspect-ratio:16/9;padding:22px;overflow:hidden;background:linear-gradient(145deg,#17191f,#2a303d);color:#fff; }
.free-guide-video__mock::after { content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(77,121,255,.26),transparent 38%); }
.free-guide-video__mock > span,.free-guide-video__mock > b,.free-guide-video__mock > i { position:relative;z-index:1;display:block; }
.free-guide-video__mock > span { color:#aab2c1;font-size:10px;letter-spacing:.08em; }
.free-guide-video__mock > b { margin-top:34px;font-size:clamp(18px,4vw,28px);font-weight:550;letter-spacing:-.04em; }
.free-guide-video__mock > i { width:68%;height:5px;margin-top:12px;border-radius:999px;background:#3b424f; }
.free-guide-video__mock > i:nth-of-type(2) { width:52%; }
.free-guide-video__mock > i:nth-of-type(3) { width:61%; }
.free-guide-video__mock > strong { position:absolute;z-index:2;right:18px;bottom:18px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#17191f;font-size:13px; }
.free-guide-video__frame footer { min-height:52px;padding:0 14px;display:flex;align-items:center;justify-content:space-between; }
.free-guide-video__frame footer span { color:#222936;font-size:13px;font-weight:700; }
.free-guide-video__frame footer small { color:#7d8798;font-size:10px;text-transform:uppercase;letter-spacing:.08em; }
.free-guide-sticky { width:min(646px,calc(100% - 34px));min-height:68px;margin:10px auto calc(12px + env(safe-area-inset-bottom));padding:0 22px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:12px;background:#15171d;color:#fff;box-shadow:none;font:700 17px/1 var(--sans);letter-spacing:-.02em;cursor:pointer;transition:background-color .2s ease,transform .18s ease; }
.free-guide-sticky svg { width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round; }
.free-guide-sticky.is-copied { background:#256b49; }
.free-guide-sticky:active { transform:scale(.985); }

@media (max-width:560px) {
  .free-guide-modal__body { padding-top:12px; }
  .free-guide-cover__slider { width:calc(100vw - 17px); }
  .free-guide-cover__visual { min-height:270px;flex-basis:calc(100% - 42px);border-radius:10px; }
  .free-guide-cover__visual .free-guide-orbit b { width:39%; }
  .free-guide-cover__visual > strong { font-size:62px; }
  .free-guide-cover__info { padding-top:12px; }
  .free-guide-cover__info h3 { font-size:28px; }
  .free-guide-tags { padding-top:12px;padding-bottom:8px; }
  .free-guide-value { grid-template-columns:1fr 1fr;margin-top:10px;margin-bottom:20px; }
  .free-guide-value article { min-height:72px;padding:12px;border-bottom:1px solid rgba(255,255,255,.1); }
  .free-guide-value article:nth-child(2) { border-right:0; }
  .free-guide-value article:nth-child(n+3) { border-bottom:0; }
  .free-guide-value b { font-size:19px; }
  .free-guide-steps { margin-top:17px; }
  .free-guide-steps .free-guide-menu__item > summary { min-height:66px;padding-inline:11px;grid-template-columns:28px 1fr auto 32px;gap:8px; }
  .free-guide-steps .free-guide-menu__item > summary strong { font-size:14px; }
  .free-guide-steps .free-guide-menu__item > summary > em { font-size:9px; }
  .free-guide-step__content { padding:0 11px 14px 49px !important; }
  .free-guide-step__content pre { max-height:260px;padding:14px;font-size:11px; }
  .nova-phone { width:38%; }
  .free-guide-prereqs,.free-guide-video { padding-top:24px; }
  .free-guide-prereqs li { min-height:69px; }
  .free-guide-video__mock { padding:17px; }
  .free-guide-video__mock > b { margin-top:24px; }
  .free-guide-sticky { margin-top:8px; }
}

/* The landing navigation and footer remain the exact public shell on every page. */
.site-shell-page main { padding-top:120px; }
.site-shell-page .nav { text-align:left; }
.site-shell-page .nav__burger { min-height:0;margin:0;padding:0;color:inherit; }
.site-shell-page .nav-drawer-backdrop { min-height:0;margin:0;padding:0;border-radius:0; }
.site-shell-page .mobile-drawer__header button { min-height:0;margin:0;padding:0; }
.site-shell-page .site-footer { display:block;align-items:initial;justify-content:initial;border-top:0;text-align:left; }

@media(max-width:759px) {
  .site-shell-page main { padding-top:104px; }
}

/* Minimal legal-only footer shared by every public page. */
.site-shell-page .site-footer.site-footer--legal,
.site-footer.site-footer--legal {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:18px;
  border-top:1px solid rgba(17,18,23,.1);
}
.site-footer.site-footer--legal nav { display:flex;flex-wrap:wrap;gap:4px 22px; }
.site-footer.site-footer--legal nav a[aria-current="page"] { opacity:.52;text-decoration:none; }
.site-footer.site-footer--legal > small { margin:0; }
@media(min-width:681px) {
  .site-shell-page .site-footer.site-footer--legal,
  .site-footer.site-footer--legal {
    padding-top:28px;
    padding-bottom:28px;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .site-footer.site-footer--legal nav { display:flex;grid-column:auto;grid-row:auto;grid-template-columns:none;gap:26px; }
  .site-footer.site-footer--legal > small { order:-1; }
}
