:root {
  --color-background: 255, 255, 255;
  --color-foreground: 17, 17, 17;
  --rad-purple: #8b3ffc;
  --rad-purple-dark: #5e1fc8;
  --rad-teal: #10bdc9;
  --rad-teal-dark: #078b96;
  --rad-plum: #320046;
  --rad-logo-plum: #2c003f;
  --rad-dark: #111111;
  --rad-ink: #252525;
  --rad-muted: #646464;
  --rad-soft: #f6f0ff;
  --rad-teal-soft: #e9fbfd;
  --rad-line: #e9ddff;
  --rad-bg: #ffffff;
  --rad-card: #ffffff;
  --rad-radius: 24px;
  --rad-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rad-ink);
  background: var(--rad-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: #fff; padding: .75rem 1rem; z-index: 20; }
.skip-link:focus { left: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: var(--rad-logo-plum);
  border-bottom: 2px solid rgba(16, 189, 201, .7);
  box-shadow: 0 12px 32px rgba(28, 0, 38, .24);
}
.header-inner { max-width: 1180px; margin: 0 auto; padding: 12px 20px; display: grid; align-items: center; gap: 18px; grid-template-columns: auto minmax(0, 1fr) auto; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 950; letter-spacing: -.04em; font-size: clamp(1.05rem, 1.7vw, 1.3rem); min-width: max-content; }
.logo span:last-child { white-space: nowrap; }
.logo-mark { display: inline-grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--rad-dark); color: #fff; font-size: 1rem; }
.nav { display: flex; gap: clamp(10px, 1.5vw, 18px); align-items: center; flex-wrap: nowrap; justify-content: center; font-size: .94rem; min-width: 0; }
.nav a { color: #ffffff; font-weight: 800; line-height: 1.1; text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--rad-teal); }
.header-actions { align-items: center; display: flex; gap: 10px; justify-content: flex-end; min-width: max-content; }
.header-phone { color: #ffffff; font-size: .9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.header-phone:hover { color: var(--rad-teal); }
.header-cta { align-items: center; background: var(--rad-teal); border-radius: 999px; color: #111111; display: inline-flex; font-size: .9rem; font-weight: 950; min-height: 42px; padding: 10px 18px; box-shadow: 0 10px 24px rgba(16, 189, 201, .24); text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: #57dbe3; }
.hero { background: radial-gradient(circle at 20% 20%, rgba(124,58,237,.18), transparent 34%), linear-gradient(135deg, var(--rad-dark) 0%, var(--rad-plum) 54%, var(--rad-purple) 100%); color:#fff; }
.hero .wrap { max-width:1180px; margin:0 auto; padding:86px 20px; display:grid; gap:36px; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); align-items:center; }
.hero h1 { color: #ffffff; font-size: clamp(2.5rem, 6vw, 5.4rem); line-height:.95; margin: 0 0 20px; letter-spacing:-.06em; text-shadow: 0 3px 18px rgba(0,0,0,.32); }
.hero h2, .hero h3 { color: #ffffff; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 720px; color: rgba(255,255,255,.92); }
.hero .eyebrow { color: #ffffff; }
.hero-card { background: rgba(17,17,17,.28); border:1px solid rgba(255,255,255,.28); border-radius: 32px; padding: 28px; box-shadow: var(--rad-shadow); color: #ffffff; }
.hero-card ul { margin:0; padding-left:1.2rem; }
.hero-card li { color: rgba(255,255,255,.94); margin: .65rem 0; }
.section { padding: 58px 20px; }
.section.alt { background: var(--rad-soft); }
.wrap { max-width: 1180px; margin: 0 auto; }
.narrow { max-width: 860px; }
.eyebrow { text-transform: uppercase; letter-spacing:.14em; color: var(--rad-purple-dark); font-weight: 900; font-size:.82rem; margin: 0 0 8px; }
h1,h2,h3 { line-height:1.12; color: var(--rad-dark); }
h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing:-.05em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing:-.035em; margin:0 0 16px; }
h3 { font-size: 1.25rem; margin:0 0 10px; }
p { margin-top: 0; }
.grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { background: var(--rad-card); border: 1px solid var(--rad-line); border-radius: var(--rad-radius); padding: 24px; box-shadow: 0 10px 28px rgba(17,24,39,.05); }
.card a { font-weight: 800; color: var(--rad-purple); }
.btns { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }
.button, button, input[type="submit"] { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:12px 24px; border-radius:999px; border:2px solid var(--rad-dark); background:var(--rad-dark); color:#fff; text-decoration:none; font-weight:900; cursor:pointer; }
.button.secondary { background:#fff; color:var(--rad-dark); }
.button.purple { background:var(--rad-purple); border-color:var(--rad-purple); }
.page-hero { background: linear-gradient(180deg, var(--rad-soft), #fff); padding: 62px 20px 36px; border-bottom: 1px solid var(--rad-line); }
.page-hero .wrap { max-width: 920px; }
.content-section { padding: 42px 20px; }
.content-section:nth-of-type(even) { background: var(--rad-soft); }
.rte { max-width: 900px; }
.faq details { border:1px solid var(--rad-line); border-radius: 18px; padding: 18px 20px; background:#fff; margin-bottom:12px; }
.faq summary { font-weight: 900; cursor: pointer; }
.form-card { background:#fff; border:1px solid var(--rad-line); border-radius: 28px; padding: 24px; box-shadow: var(--rad-shadow); }
.form-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; }

.rad-contact-form { display: grid; gap: 16px; margin-top: 22px; }
.rad-contact-form .button { justify-self: start; }
.contact-form-status { border-radius: 12px; font-weight: 700; line-height: 1.5; padding: 14px 16px; }
.contact-form-status.is-success { background: #eaf8ef; border: 1px solid #9bd5ad; color: #174d28; }
.contact-form-status.is-error { background: #fff0f0; border: 1px solid #e8a6a6; color: #7a1f1f; }
.optional { color: var(--rad-muted); font-size: .86rem; font-weight: 700; }
.form-honeypot { left: -9999px; opacity: 0; position: absolute; }
.form-fallback { color: var(--rad-muted); font-size: .95rem; margin: 16px 0 0; }
.form-fallback a { color: var(--rad-purple); font-weight: 800; }
label { display:grid; gap:6px; font-weight:800; }
input, select, textarea { width:100%; border:1px solid #d8d2e7; border-radius:14px; padding:13px 14px; font: inherit; }
textarea { min-height: 140px; }
.contact-visit-grid { display:grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: stretch; }
.contact-visit-copy { background:#fff; border:1px solid var(--rad-line); border-radius: var(--rad-radius); padding: 28px; }
.contact-visit-copy a:not(.button) { color: var(--rad-purple-dark); font-weight: 800; }
.contact-map { min-height: 390px; overflow:hidden; border:1px solid var(--rad-line); border-radius: var(--rad-radius); background:#fff; box-shadow: var(--rad-shadow); }
.contact-map iframe { border:0; display:block; height:100%; min-height:390px; width:100%; }
.site-footer { background:#111; color:#f5f5f5; padding:48px 20px 26px; }
.footer-grid { max-width:1180px; margin:0 auto; display:grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap:28px; }
.site-footer a { color:#fff; }
.footer-list { display:grid; gap:8px; }
.footer-bottom { max-width:1180px; margin:32px auto 0; padding-top:20px; border-top:1px solid rgba(255,255,255,.16); color:#bbb; font-size:.9rem; }
.notice { background:#fff7ed; border:1px solid #fed7aa; border-radius:18px; padding:16px; }
@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 1fr auto; gap: 10px 16px; }
  .logo--brand { grid-column: 1; grid-row: 1; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .nav { border-top: 1px solid rgba(255, 255, 255, .2); grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding: 10px 0 2px; scrollbar-width: thin; }
}
@media (max-width: 860px) {
  .hero .wrap, .grid, .grid.two, .footer-grid, .form-grid, .contact-visit-grid { grid-template-columns: 1fr; }
  .header-inner { padding: 10px 16px; }
  .header-phone { display:none; }
  .section { padding: 42px 16px; }
  .hero .wrap { padding: 56px 18px; }
  .button, button, input[type="submit"] { width: 100%; margin-bottom: 16px; }
}
@media (max-width: 520px) {
  .logo { font-size: 1rem; }
  .logo-mark { height: 38px; width: 38px; }
  .header-cta { font-size: .82rem; min-height: 40px; padding: 9px 13px; }
  .nav { gap: 14px; font-size: .9rem; }
}

.photo-examples {
  background: linear-gradient(180deg, #ffffff 0%, var(--rad-soft) 100%);
}
.section-intro {
  color: var(--rad-muted);
  font-size: 1.05rem;
  max-width: 760px;
}
.photo-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}
.photo-card {
  background: #fff;
  border: 1px solid var(--rad-line);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .06);
  margin: 0;
  overflow: hidden;
}
.photo-card img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.photo-card figcaption {
  color: var(--rad-ink);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.45;
  padding: 16px 18px 18px;
}
@media (max-width: 860px) {
  .photo-grid { grid-template-columns: 1fr; }
}

.related-links {
  background: #ffffff;
  border-top: 1px solid var(--rad-line);
}
.related-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}
.related-card {
  align-items: center;
  background: #fbfaff;
  border: 1px solid var(--rad-line);
  border-radius: 18px;
  color: var(--rad-dark);
  display: flex;
  font-weight: 900;
  min-height: 58px;
  padding: 14px 16px;
  text-decoration: none;
}
.related-card:hover {
  border-color: var(--rad-purple);
  color: var(--rad-purple);
}
@media (max-width: 860px) {
  .related-grid { grid-template-columns: 1fr; }
}

/* Mobile header polish: keep navigation visible instead of clipped sideways */
@media (max-width: 749px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: flex-start;
    overflow: visible;
    padding-top: 12px;
    white-space: normal;
  }

  .nav a {
    font-size: 0.86rem;
    line-height: 1.15;
    white-space: normal;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 14px;
  }
}

@media (max-width: 420px) {
  .nav {
    gap: 9px 12px;
  }

  .nav a {
    font-size: 0.82rem;
  }

  .logo span:last-child {
    font-size: 0.98rem;
  }
}

/* Brand logo update */
.logo--brand.logo--text {
  align-items: center;
  background: transparent;
  color: var(--rad-dark);
  display: inline-flex;
  gap: 10px;
  letter-spacing: -.04em;
  min-width: max-content;
  text-decoration: none;
}
.logo--brand .logo-mark {
  background: var(--rad-plum);
  border-radius: 14px;
  color: var(--rad-teal);
  display: inline-grid;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 950;
  height: 44px;
  letter-spacing: -.08em;
  place-items: center;
  text-transform: lowercase;
  width: 44px;
}
.logo--brand.logo--text > span:last-child {
  display: grid;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: .94;
}
.logo--brand.logo--text > span:last-child span:first-child {
  color: var(--rad-dark);
}
.logo--brand.logo--text > span:last-child span:last-child {
  color: var(--rad-purple);
}
.footer-logo {
  background: var(--rad-plum);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 0 18px;
  max-width: 190px;
  padding: 6px;
  width: 100%;
}
@media (max-width: 749px) {
  .logo--brand .logo-mark {
    height: 40px;
    width: 40px;
  }
  .logo--brand.logo--text > span:last-child {
    font-size: 1.02rem;
  }
}
@media (max-width: 420px) {
  .logo--brand.logo--text {
    gap: 8px;
  }
  .logo--brand .logo-mark {
    height: 38px;
    width: 38px;
  }
  .logo--brand.logo--text > span:last-child {
    font-size: .96rem;
  }
}

/* Brand concept exploration page */
.brand-concepts-hero {
  background: linear-gradient(135deg, var(--rad-soft), var(--rad-teal-soft));
}
.brand-concepts-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.brand-concept-card {
  background: #fff;
  border: 1px solid var(--rad-line);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(50, 0, 70, .07);
  overflow: hidden;
  padding: 20px;
}
.brand-logo-stage {
  align-items: center;
  border-radius: 22px;
  display: grid;
  margin-bottom: 20px;
  min-height: 190px;
  padding: 16px;
}
.brand-logo-stage.light { background: #ffffff; border: 1px solid var(--rad-line); }
.brand-logo-stage.plum { background: var(--rad-plum); }
.brand-logo-stage.lavender { background: var(--rad-soft); border: 1px solid var(--rad-line); }
.brand-svg {
  display: block;
  height: auto;
  width: 100%;
}
.brand-concept-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.brand-concept-card ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.brand-concept-card li {
  margin: .35rem 0;
}
.brand-usage-grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
}
.brand-mini-preview {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rad-line);
  border-radius: 28px;
  box-shadow: var(--rad-shadow);
  display: flex;
  gap: 14px;
  padding: 24px;
}
.mini-icon {
  background: var(--rad-plum);
  border-radius: 18px;
  color: var(--rad-teal);
  display: inline-grid;
  font-weight: 950;
  height: 64px;
  letter-spacing: -.08em;
  place-items: center;
  width: 64px;
}
.mini-word {
  display: grid;
  font-size: 1.5rem;
  font-weight: 950;
  line-height: .95;
}
.mini-word em {
  color: var(--rad-purple);
  font-style: normal;
}
@media (max-width: 980px) {
  .brand-concepts-grid,
  .brand-usage-grid { grid-template-columns: 1fr; }
}

/* Brand concept exploration page */
.brand-concepts-hero { background: linear-gradient(135deg, var(--rad-soft), var(--rad-teal-soft)); }
.brand-concepts-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brand-concept-card { background: #fff; border: 1px solid var(--rad-line); border-radius: 28px; box-shadow: 0 14px 34px rgba(50, 0, 70, .07); overflow: hidden; padding: 20px; }
.brand-logo-stage { align-items: center; border-radius: 22px; display: grid; margin-bottom: 20px; min-height: 190px; padding: 16px; }
.brand-logo-stage.light { background: #ffffff; border: 1px solid var(--rad-line); }
.brand-logo-stage.plum { background: var(--rad-plum); }
.brand-logo-stage.lavender { background: var(--rad-soft); border: 1px solid var(--rad-line); }
.brand-svg { display: block; height: auto; width: 100%; }
.brand-concept-card h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.brand-concept-card ul { margin-bottom: 0; padding-left: 1.2rem; }
.brand-concept-card li { margin: .35rem 0; }
.brand-usage-grid { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.brand-mini-preview { align-items: center; background: #fff; border: 1px solid var(--rad-line); border-radius: 28px; box-shadow: var(--rad-shadow); display: flex; gap: 14px; padding: 24px; }
.mini-icon { background: var(--rad-plum); border-radius: 18px; color: var(--rad-teal); display: inline-grid; font-weight: 950; height: 64px; letter-spacing: -.08em; place-items: center; width: 64px; }
.mini-word { display: grid; font-size: 1.5rem; font-weight: 950; line-height: .95; }
.mini-word em { color: var(--rad-purple); font-style: normal; }
@media (max-width: 980px) { .brand-concepts-grid, .brand-usage-grid { grid-template-columns: 1fr; } }

/* Wild brand concept refinements */
.wild-logo-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wild-card { background: #fff; border: 1px solid var(--rad-line); border-radius: 30px; box-shadow: 0 16px 40px rgba(50, 0, 70, .08); overflow: hidden; padding: 20px; }
.wild-stage { border-radius: 24px; overflow: hidden; }
.wild-stage svg { display: block; height: auto; width: 100%; }
.wild-card h2 { margin-top: 18px; }
.wild-card p { color: var(--rad-muted); font-weight: 650; }
.wild-mini { border: 2px dashed rgba(139,63,252,.32); }
@media (max-width: 900px) { .wild-logo-grid { grid-template-columns: 1fr; } }

/* Paintbrush font concept page */
.paint-font-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.paint-font-card { background: #fff; border: 1px solid var(--rad-line); border-radius: 30px; box-shadow: 0 16px 40px rgba(50,0,70,.08); overflow: hidden; padding: 20px; }
.paint-stage { align-items: center; border-radius: 24px; display: grid; min-height: 250px; overflow: hidden; padding: 28px; }
.paint-stage.plum { background: var(--rad-plum); }
.paint-stage.black { background: #111; }
.paint-stage.light { background: #fff; border: 1px solid var(--rad-line); }
.paint-stage.teal { background: var(--rad-teal); }
.paint-stage.lavender { background: var(--rad-soft); border: 1px solid var(--rad-line); }
.paint-logo { display: grid; justify-items: start; line-height: .82; transform: rotate(-4deg); }
.paint-logo .paint-the, .paint-logo > span { color: var(--rad-purple); font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: .8; }
.paint-logo strong { color: var(--rad-teal); font-size: clamp(5rem, 11vw, 9rem); font-weight: 400; letter-spacing: -.06em; line-height: .78; text-shadow: 4px 4px 0 #111; }
.paint-logo em { background: var(--rad-purple); border-radius: 999px; color: #111; font-size: clamp(2rem, 4vw, 3.5rem); font-style: normal; line-height: 1; margin-top: 10px; padding: 8px 22px 12px; transform: rotate(2deg); }
.paint-stage.light .paint-logo strong, .paint-stage.lavender .paint-logo strong { text-shadow: 4px 4px 0 var(--rad-plum); }
.paint-stage.teal .paint-logo strong { color: var(--rad-plum); text-shadow: 4px 4px 0 #fff; }
.paint-stage.teal .paint-logo em { background: var(--rad-plum); color: #fff; }
.paint-logo--marker { font-family: 'Permanent Marker', 'Brush Script MT', cursive; }
.paint-logo--caveat { font-family: 'Caveat Brush', 'Brush Script MT', cursive; }
.paint-logo--knewave { font-family: 'Knewave', 'Permanent Marker', cursive; }
.paint-logo--rock { font-family: 'Rock Salt', 'Permanent Marker', cursive; }
.paint-logo--lacquer { font-family: 'Lacquer', 'Permanent Marker', cursive; }
.paint-logo--wet { font-family: 'Rubik Wet Paint', 'Permanent Marker', cursive; }
.paint-logo--rock strong { font-size: clamp(3.8rem, 8vw, 6.5rem); letter-spacing: -.12em; }
.paint-logo--wet strong { font-size: clamp(4.2rem, 9vw, 7rem); }
.paint-system-preview { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.paint-header-mock { align-items: center; background: linear-gradient(180deg, rgba(250,247,255,.98), rgba(246,240,255,.96)); border: 1px solid rgba(139,63,252,.18); border-radius: 28px; box-shadow: var(--rad-shadow); display: flex; gap: 24px; justify-content: space-between; padding: 18px; }
.paint-mini { display: grid; line-height: .82; transform: rotate(-4deg); }
.paint-mini span { color: var(--rad-purple); font-size: 1rem; }
.paint-mini strong { color: var(--rad-teal); font-size: 2.6rem; font-weight: 400; text-shadow: 2px 2px 0 var(--rad-plum); }
.paint-mini em { background: var(--rad-purple); border-radius: 999px; color: #111; font-size: 1rem; font-style: normal; padding: 3px 9px 5px; }
.paint-header-mock nav { color: #443850; display: flex; flex-wrap: wrap; font-size: .85rem; font-weight: 900; gap: 12px; justify-content: flex-end; }
@media (max-width: 900px) { .paint-font-grid, .paint-system-preview { grid-template-columns: 1fr; } .paint-header-mock { align-items: flex-start; flex-direction: column; } }
@media (max-width: 520px) { .paint-stage { min-height: 210px; padding: 18px; } .paint-logo strong { font-size: clamp(4rem, 18vw, 6rem); } }

/* Final vector logo integration */
.logo--brand.logo--image {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  min-width: 0;
  padding: 0;
}
.logo--brand.logo--image .logo-image {
  display: block;
  background: var(--rad-logo-plum);
  border-radius: 0;
  box-shadow: none;
  height: 96px;
  object-fit: cover;
  overflow: hidden;
  width: 96px;
}
.site-footer .footer-logo {
  background: var(--rad-logo-plum);
  border: 0;
  border-radius: 34px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .3);
  max-width: 190px;
  padding: 0;
}
@media (max-width: 749px) {
  .logo--brand.logo--image .logo-image {
    border-radius: 0;
    height: 76px;
    width: 76px;
  }
}
@media (max-width: 420px) {
  .logo--brand.logo--image .logo-image {
    border-radius: 0;
    height: 68px;
    width: 68px;
  }
}

/* Streamlined homepage */
.hero--focused {
  background:
    radial-gradient(circle at 88% 18%, rgba(16, 189, 201, .24), transparent 32%),
    radial-gradient(circle at 18% 8%, rgba(139, 63, 252, .2), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f2e8ff 58%, #e2f9fb 100%);
  border-bottom: 1px solid var(--rad-line);
  color: var(--rad-ink);
}
.hero--focused h1 {
  color: var(--rad-plum);
  text-shadow: none;
}
.hero--focused p {
  color: #4f4658;
}
.hero--focused .eyebrow {
  color: var(--rad-purple-dark);
}
.hero--focused .wrap {
  grid-template-columns: minmax(0, 820px);
  padding-bottom: 76px;
  padding-top: 76px;
}
.homepage-trust {
  background: #fff;
  border-bottom: 1px solid var(--rad-line);
  padding: 22px 20px;
}
.homepage-trust .wrap {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.homepage-trust .wrap > div {
  display: grid;
  gap: 2px;
}
.homepage-trust strong {
  color: var(--rad-dark);
  font-size: .98rem;
}
.homepage-trust span {
  color: var(--rad-muted);
  font-size: .88rem;
}
.homepage-start__more {
  color: var(--rad-muted);
  margin: 20px 0 0;
  text-align: center;
}
.homepage-start__more a {
  color: var(--rad-purple-dark);
  font-weight: 850;
}
.homepage-services .service-card {
  display: flex;
  flex-direction: column;
}
.homepage-services .service-card > p:last-child {
  margin-top: auto;
  padding-top: 8px;
}
.homepage-process .step-number {
  align-items: center;
  background: var(--rad-purple);
  border-radius: 999px;
  color: #111;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  height: 36px;
  justify-content: center;
  margin: 0 0 14px;
  width: 36px;
}
.homepage-final-cta {
  border-top: 1px solid rgba(139, 63, 252, .24);
  margin-top: 42px;
  padding-top: 38px;
}
.homepage-final-cta h2 {
  margin-bottom: 12px;
}
@media (max-width: 860px) {
  .hero--focused .wrap {
    padding-bottom: 52px;
    padding-top: 52px;
  }
  .homepage-trust .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage-services .grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage-services .service-card {
    border-radius: 18px;
    padding: 18px;
  }
  .homepage-services .service-card h3 {
    font-size: 1.08rem;
  }
  .homepage-services .service-card p {
    font-size: .9rem;
    line-height: 1.45;
  }
  .homepage-photo-examples .photo-grid {
    grid-auto-columns: min(82vw, 340px);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
  }
  .homepage-photo-examples .photo-card {
    scroll-snap-align: start;
  }
}
@media (max-width: 420px) {
  .homepage-trust {
    padding: 18px 16px;
  }
  .homepage-trust .wrap {
    gap: 14px 18px;
  }
  .homepage-trust strong {
    font-size: .9rem;
  }
  .homepage-trust span {
    font-size: .8rem;
  }
}
