/*
 * SPOKEN_LETTERS_DEEP_PLUM_THEME_V1
 *
 * Decorative branding uses deep plum.
 * Errors and destructive actions remain red.
 */
:root {
  --sl-plum: #6E3B6F;
  --sl-plum-dark: #5A305B;
  --sl-plum-deep: #4A244B;
  --sl-plum-soft: #F3EAF3;
  --sl-plum-focus: rgba(110, 59, 111, 0.28);
  --sl-ivory: #f8f3ea;
  --sl-paper: #fffdf8;
  --sl-espresso: #2f211b;
  --sl-brown: #654b3f;
  --sl-burgundy: #6E3B6F;
  --sl-burgundy-dark: #5A305B;
  --sl-gold: #b99355;
  --sl-gold-soft: #e7d4ad;
  --sl-rose: #F3EAF3;
  --sl-rose-soft: #f8eded;
  --sl-line: rgba(78, 53, 43, 0.14);
  --sl-shadow: 0 24px 70px rgba(55, 34, 25, 0.12);
  --sl-serif: Georgia, "Times New Roman", serif;
  --sl-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sl-ivory);
  color: var(--sl-espresso);
  font-family: var(--sl-sans);
}

body > header {
  border-bottom: 1px solid rgba(78, 53, 43, 0.1);
  background: rgba(255, 253, 248, 0.91);
  box-shadow: 0 8px 30px rgba(50, 30, 20, 0.04);
}

.topbar {
  width: min(1220px, calc(100% - 36px));
  padding: 15px 0;
}

.logo {
  color: var(--sl-burgundy);
  font-family: var(--sl-serif);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-style: italic;
  letter-spacing: -0.035em;
}

header nav {
  gap: 5px;
}

header nav button {
  min-height: 42px;
  padding: 10px 14px;
  background: transparent;
  color: var(--sl-espresso);
  font-size: 0.86rem;
  font-weight: 750;
}

header nav button:hover,
header nav button:focus-visible {
  background: rgba(110, 59, 111, 0.08);
  color: var(--sl-burgundy);
}

header nav #mainLogoutButton {
  border-color: rgba(110, 59, 111, 0.22);
  background: var(--sl-paper);
  color: var(--sl-burgundy);
}

main {
  padding-top: 0;
}

#home.sl-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  animation: none;
}

.sl-home,
.sl-home * {
  box-sizing: border-box;
}

.sl-home h1,
.sl-home h2,
.sl-home h3,
.sl-home p,
.sl-home figure,
.sl-home blockquote {
  margin-top: 0;
}

.sl-home h1,
.sl-home h2,
.sl-home h3 {
  font-family: var(--sl-serif);
  color: inherit;
}

.sl-container {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.sl-section {
  position: relative;
  padding: clamp(74px, 9vw, 126px) 0;
}

.sl-section-soft {
  background:
    radial-gradient(circle at 8% 9%, rgba(185, 147, 85, 0.15), transparent 24rem),
    linear-gradient(180deg, #fff 0%, var(--sl-rose-soft) 100%);
}

.sl-eyebrow {
  margin-bottom: 14px;
  color: var(--sl-burgundy);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sl-eyebrow-light {
  color: #e9ca91;
}

.sl-heading {
  margin-bottom: 42px;
}

.sl-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.sl-heading > p,
.sl-heading-split > p {
  color: var(--sl-brown);
  font-size: clamp(1rem, 1.5vw, 1.17rem);
  line-height: 1.72;
}

.sl-heading-center {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.sl-heading-center > p:last-child {
  max-width: 730px;
  margin-inline: auto;
}

.sl-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(30px, 7vw, 95px);
  align-items: end;
}

.sl-heading-split h2 {
  margin-bottom: 0;
}

.sl-hero {
  position: relative;
  isolation: isolate;
  min-height: min(850px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(110, 59, 111, 0.13), transparent 24rem),
    radial-gradient(circle at 10% 5%, rgba(185, 147, 85, 0.18), transparent 28rem),
    linear-gradient(115deg, #fffdf8 0%, #f8f1e6 63%, #F3EAF3 100%);
}

.sl-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -8rem -15rem auto;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(185, 147, 85, 0.35);
  border-radius: 50%;
}

.sl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.sl-hero-copy {
  animation: sl-rise 0.75s ease both;
}

.sl-hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--sl-espresso);
  font-size: clamp(3.35rem, 7.1vw, 7.1rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.sl-hero-lede {
  max-width: 690px;
  color: var(--sl-brown);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.sl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sl-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sl-sans);
  font-size: 0.95rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sl-button:hover {
  transform: translateY(-2px);
}

.sl-button:focus-visible,
.sl-text-link:focus-visible,
.sl-home summary:focus-visible {
  outline: 3px solid rgba(185, 147, 85, 0.55);
  outline-offset: 4px;
}

.sl-button-primary {
  background: linear-gradient(135deg, var(--sl-burgundy), var(--sl-burgundy-dark));
  color: #fff;
  box-shadow: 0 16px 38px rgba(110, 59, 111, 0.24);
}

.sl-button-primary:hover {
  box-shadow: 0 20px 46px rgba(110, 59, 111, 0.32);
}

.sl-button-secondary {
  border-color: rgba(110, 59, 111, 0.22);
  background: rgba(255, 253, 248, 0.82);
  color: var(--sl-burgundy);
}

.sl-button-light {
  background: #fff;
  color: var(--sl-burgundy);
  box-shadow: 0 16px 40px rgba(25, 8, 11, 0.22);
}

.sl-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 25px 0 0;
  padding: 0;
  color: var(--sl-brown);
  font-size: 0.84rem;
  font-weight: 730;
  list-style: none;
}

.sl-trust-list li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--sl-burgundy);
}

.sl-hero-visual {
  position: relative;
  animation: sl-rise 0.8s 0.12s ease both;
}

.sl-hero-frame {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(185, 147, 85, 0.45);
  border-radius: 38px 38px 130px 38px;
  background: rgba(255, 253, 248, 0.67);
  box-shadow: var(--sl-shadow);
  transform: rotate(1.5deg);
}

.sl-hero-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 26px -22px -22px 32px;
  border-radius: 38px 38px 130px 38px;
  background: rgba(110, 59, 111, 0.12);
  transform: rotate(3deg);
}

.sl-hero-frame img {
  display: block;
  width: 100%;
  min-height: 470px;
  border-radius: 28px 28px 116px 28px;
  object-fit: cover;
}

.sl-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(78, 53, 43, 0.12);
  background: rgba(255, 253, 248, 0.94);
  color: var(--sl-espresso);
  box-shadow: 0 16px 44px rgba(55, 34, 25, 0.15);
  backdrop-filter: blur(8px);
}

.sl-floating-card-top {
  top: 11%;
  left: -35px;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.sl-floating-icon {
  color: var(--sl-burgundy);
}

.sl-floating-card-bottom {
  right: -22px;
  bottom: 8%;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
}

.sl-floating-card-bottom strong {
  font-family: var(--sl-serif);
  font-size: 1rem;
}

.sl-floating-card-bottom span {
  color: var(--sl-brown);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sl-person-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.sl-person-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 26px;
  background: var(--sl-paper);
  box-shadow: 0 14px 38px rgba(55, 34, 25, 0.07);
  transition: transform 0.23s ease, box-shadow 0.23s ease;
}

.sl-person-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 23px 52px rgba(55, 34, 25, 0.12);
}

.sl-card-art {
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 25%, rgba(255, 255, 255, 0.75), transparent 26%),
    linear-gradient(145deg, var(--card-a, #F3EAF3), var(--card-b, #b99355));
}

.sl-card-art::before,
.sl-card-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.sl-card-art::before {
  width: 125px;
  height: 125px;
}

.sl-card-art::after {
  width: 175px;
  height: 175px;
}

.sl-card-art span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sl-serif);
  font-size: 3.7rem;
  font-style: italic;
  text-shadow: 0 8px 28px rgba(74, 36, 75, 0.22);
}

.sl-tone-rose { --card-a: #E8DDE9; --card-b: #8C5A8E; }
.sl-tone-gold { --card-a: #ead7b0; --card-b: #aa7e3f; }
.sl-tone-ivory { --card-a: #e8dfd0; --card-b: #a98c72; }
.sl-tone-burgundy { --card-a: #915F93; --card-b: #4A244B; }
.sl-tone-deep { --card-a: #6E3B6F; --card-b: #2f211b; }
.sl-tone-sky { --card-a: #c4ced4; --card-b: #657c89; }
.sl-tone-olive { --card-a: #b5b79a; --card-b: #647052; }
.sl-tone-linen { --card-a: #d8cbb8; --card-b: #8f7560; }
.sl-tone-mist { --card-a: #d6d1d2; --card-b: #8c7f83; }

.sl-card-body {
  padding: 22px;
}

.sl-card-body h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.sl-card-body p {
  min-height: 68px;
  margin-bottom: 16px;
  color: var(--sl-brown);
  font-size: 0.9rem;
  line-height: 1.58;
}

.sl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sl-burgundy);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.sl-text-link:hover {
  color: var(--sl-burgundy-dark);
  filter: none;
}

.sl-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.sl-story-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 5%, rgba(110, 59, 111, 0.11), transparent 12rem),
    linear-gradient(155deg, #fff, #f8f0e6);
  box-shadow: 0 16px 44px rgba(55, 34, 25, 0.07);
}

.sl-story-card:nth-child(even) {
  background:
    radial-gradient(circle at 90% 5%, rgba(185, 147, 85, 0.17), transparent 12rem),
    linear-gradient(155deg, #fff, #f7eded);
}

.sl-story-number {
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(110, 59, 111, 0.09);
  font-family: var(--sl-serif);
  font-size: 5.8rem;
  line-height: 1;
}

.sl-story-kicker {
  width: fit-content;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(110, 59, 111, 0.08);
  color: var(--sl-burgundy);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-story-card h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.47rem;
  line-height: 1.24;
}

.sl-story-card > p:last-child {
  position: relative;
  margin-bottom: 0;
  color: var(--sl-brown);
  line-height: 1.65;
}

.sl-everything {
  background:
    radial-gradient(circle at 90% 16%, rgba(110, 59, 111, 0.24), transparent 24rem),
    var(--sl-espresso);
  color: #fff;
}

.sl-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: center;
}

.sl-everything h2,
.sl-legacy h2,
.sl-final-cta h2 {
  color: #fff;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.sl-everything p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.sl-everything .sl-large-copy {
  color: #fff;
  font-family: var(--sl-serif);
  font-size: clamp(1.22rem, 2.3vw, 1.65rem);
  line-height: 1.48;
}

.sl-everything .sl-button {
  margin-top: 18px;
}

.sl-process-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(7px);
}

.sl-process-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sl-process-row:first-child {
  padding-top: 0;
}

.sl-process-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sl-process-row > span {
  color: #e9ca91;
  font-family: var(--sl-serif);
  font-size: 1.4rem;
}

.sl-process-row strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--sl-serif);
  font-size: 1.2rem;
}

.sl-process-row p {
  margin: 0;
  font-size: 0.91rem;
}

.sl-real-life {
  background:
    radial-gradient(circle at 9% 80%, rgba(110, 59, 111, 0.08), transparent 24rem),
    var(--sl-paper);
}

.sl-life-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.sl-life-grid article {
  min-height: 205px;
  padding: 23px;
  border: 1px solid var(--sl-line);
  border-radius: 24px;
  background: linear-gradient(155deg, #fff, #f8f2e9);
}

.sl-life-grid article:last-child {
  grid-column: 2 / span 2;
}

.sl-life-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 50%;
  background: var(--sl-rose);
  color: var(--sl-burgundy);
  font-weight: 900;
}

.sl-life-grid h3 {
  margin-bottom: 8px;
  font-size: 1.17rem;
}

.sl-life-grid p {
  margin-bottom: 0;
  color: var(--sl-brown);
  font-size: 0.9rem;
  line-height: 1.6;
}

.sl-legacy {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: clamp(88px, 11vw, 150px) 0;
  background: url("/assets/from-grandpa-product-web-4x3.jpg") center 42% / cover no-repeat;
  color: #fff;
}

.sl-legacy-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 45%, rgba(110, 59, 111, 0.33), transparent 30rem),
    linear-gradient(90deg, rgba(36, 24, 19, 0.94) 0%, rgba(36, 24, 19, 0.84) 50%, rgba(36, 24, 19, 0.42) 100%);
}

.sl-legacy-content {
  max-width: 760px;
}

.sl-legacy-content p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
}

.sl-legacy-content .sl-button {
  margin-top: 18px;
}

.sl-premium {
  background: linear-gradient(180deg, #fff 0%, #f8f2e9 100%);
}

.sl-premium-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(3, minmax(160px, auto));
  gap: 17px;
}

.sl-premium-gallery figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(55, 34, 25, 0.08);
}

.sl-gallery-main {
  grid-row: 1 / span 3;
}

.sl-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.sl-premium-gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding: 11px 14px;
  border: 1px solid rgba(78, 53, 43, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.93);
  color: var(--sl-brown);
  font-size: 0.82rem;
  font-weight: 740;
  backdrop-filter: blur(6px);
}

.sl-material-visual {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding-bottom: 44px;
  background:
    repeating-linear-gradient(92deg, rgba(255,255,255,0.24) 0 1px, transparent 1px 5px),
    linear-gradient(145deg, var(--detail-a), var(--detail-b));
}

.sl-material-visual > span:not(.sl-wax-mark) {
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--sl-serif);
  font-size: 2rem;
  font-style: italic;
  line-height: 0.95;
  text-align: center;
  text-shadow: 0 8px 25px rgba(50, 25, 18, 0.22);
}

.sl-paper-detail { --detail-a: #f3eadb; --detail-b: #bba587; }
.sl-linen-detail { --detail-a: #d8c8b5; --detail-b: #8d765f; }
.sl-seal-detail { --detail-a: #8B4F8D; --detail-b: #431D44; }

.sl-wax-mark {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 4px double rgba(255,255,255,0.55);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 28%, #9C67A0, #6E3B6F 52%, #3B173C);
  color: #fff;
  font-family: var(--sl-serif);
  font-size: 1.7rem;
  box-shadow: 0 15px 35px rgba(59, 23, 60, 0.32);
  transform: rotate(-6deg);
}

.sl-how {
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 147, 85, 0.13), transparent 25rem),
    var(--sl-ivory);
}

.sl-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-timeline::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, var(--sl-gold), var(--sl-burgundy), var(--sl-gold));
  opacity: 0.55;
}

.sl-timeline li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sl-timeline li > span {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 18px;
  border: 6px solid var(--sl-ivory);
  border-radius: 50%;
  background: var(--sl-burgundy);
  color: #fff;
  font-family: var(--sl-serif);
  font-size: 1.2rem;
  box-shadow: 0 10px 26px rgba(110, 59, 111, 0.24);
}

.sl-timeline h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.sl-timeline p {
  margin-bottom: 0;
  color: var(--sl-brown);
  font-size: 0.79rem;
  line-height: 1.5;
}

.sl-pricing {
  background: #fff;
}

.sl-price-grid {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-inline: auto;
}

.sl-price-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid var(--sl-line);
  border-radius: 29px;
  background: var(--sl-paper);
  box-shadow: 0 18px 48px rgba(55, 34, 25, 0.08);
}

.sl-price-featured {
  border-color: rgba(110, 59, 111, 0.28);
  background:
    radial-gradient(circle at 90% 0%, rgba(110, 59, 111, 0.11), transparent 13rem),
    var(--sl-paper);
}

.sl-price-label {
  margin-bottom: 8px;
  color: var(--sl-burgundy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-price-card .sl-price {
  margin-bottom: 15px;
  color: var(--sl-espresso);
  font-family: var(--sl-serif);
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1;
}

.sl-price-card > p:not(.sl-price-label):not(.sl-price) {
  min-height: 74px;
  color: var(--sl-brown);
  line-height: 1.65;
}

.sl-price-card .sl-button {
  margin-top: 12px;
}

.sl-testimonials {
  background: var(--sl-rose-soft);
}

.sl-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sl-testimonial-grid article {
  padding: 29px;
  border: 1px solid rgba(110, 59, 111, 0.1);
  border-radius: 27px;
  background: rgba(255, 253, 248, 0.84);
}

.sl-sample-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(110, 59, 111, 0.08);
  color: var(--sl-burgundy);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sl-testimonial-grid blockquote {
  margin-bottom: 20px;
  color: var(--sl-espresso);
  font-family: var(--sl-serif);
  font-size: 1.26rem;
  line-height: 1.55;
}

.sl-testimonial-grid article > p {
  margin-bottom: 0;
  color: var(--sl-brown);
  font-size: 0.82rem;
}

.sl-faq {
  background: var(--sl-paper);
}

.sl-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.sl-faq-intro {
  position: sticky;
  top: 110px;
}

.sl-faq-intro h2 {
  margin-bottom: 17px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.sl-faq-intro > p:last-of-type {
  color: var(--sl-brown);
  line-height: 1.7;
}

.sl-faq-list {
  border-top: 1px solid var(--sl-line);
}

.sl-faq-list details {
  border-bottom: 1px solid var(--sl-line);
}

.sl-faq-list summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--sl-espresso);
  font-family: var(--sl-serif);
  font-size: 1.18rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.sl-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 4px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--sl-rose);
  color: var(--sl-burgundy);
  font-family: var(--sl-sans);
  font-size: 1.1rem;
}

.sl-faq-list details[open] summary::after {
  content: "−";
}

.sl-faq-list details p {
  max-width: 690px;
  margin: -4px 0 24px;
  color: var(--sl-brown);
  line-height: 1.72;
}

.sl-final-cta {
  padding: clamp(85px, 11vw, 145px) 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1), transparent 22rem),
    radial-gradient(circle at 90% 85%, rgba(185,147,85,0.24), transparent 24rem),
    linear-gradient(135deg, var(--sl-burgundy-dark), var(--sl-burgundy));
  color: #fff;
  text-align: center;
}

.sl-final-cta-inner {
  max-width: 900px;
}

.sl-final-cta h2 {
  margin-bottom: 18px;
}

.sl-final-cta-inner > p:not(.sl-eyebrow) {
  margin-bottom: 28px;
  color: rgba(255,255,255,0.87);
  font-family: var(--sl-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.sl-final-cta .sl-button {
  margin-bottom: 19px;
}

.sl-final-cta-inner > span {
  display: block;
  color: rgba(255,255,255,0.67);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  padding: 37px 20px 48px;
  background: #241914;
  color: rgba(255,255,255,0.72);
}

.site-footer-inner {
  width: min(1200px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-inline: auto;
}

.site-footer-brand strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--sl-serif);
  font-size: 1.35rem;
  font-style: italic;
}

.site-footer-brand span {
  font-size: 0.78rem;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-links button,
.site-footer-links a {
  min-height: auto;
  padding: 7px 10px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer-links button:hover,
.site-footer-links a:hover {
  color: #fff;
  filter: none;
}

@keyframes sl-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .sl-hero-grid,
  .sl-two-column,
  .sl-faq-layout {
    grid-template-columns: 1fr;
  }

  .sl-hero {
    min-height: auto;
  }

  .sl-hero-copy {
    max-width: 850px;
  }

  .sl-hero-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .sl-person-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sl-life-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sl-life-grid article:last-child {
    grid-column: auto;
  }

  .sl-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .sl-timeline::before {
    display: none;
  }

  .sl-faq-intro {
    position: static;
    max-width: 730px;
  }
}

@media (max-width: 780px) {
  .topbar {
    width: min(100% - 24px, 720px);
    align-items: center;
  }

  header nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  header nav button {
    flex: 0 0 auto;
  }

  .sl-container {
    width: min(100% - 28px, 720px);
  }

  .sl-section {
    padding: 72px 0;
  }

  .sl-heading-split,
  .sl-story-grid,
  .sl-premium-gallery,
  .sl-price-grid,
  .sl-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sl-heading-split {
    gap: 14px;
  }

  .sl-person-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl-story-card {
    min-height: 270px;
  }

  .sl-life-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl-premium-gallery {
    grid-template-rows: none;
  }

  .sl-gallery-main {
    grid-row: auto;
  }

  .sl-gallery-main img {
    min-height: 420px;
  }

  .sl-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sl-timeline li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--sl-line);
    border-radius: 19px;
    background: rgba(255,255,255,0.7);
    text-align: left;
  }

  .sl-timeline li > span {
    width: 52px;
    height: 52px;
    margin: 0;
    border-width: 4px;
  }

  .sl-timeline h3 {
    margin-bottom: 3px;
  }

  .sl-price-card > p:not(.sl-price-label):not(.sl-price) {
    min-height: auto;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .sl-hero {
    padding: 62px 0 74px;
  }

  .sl-hero h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .sl-actions {
    display: grid;
  }

  .sl-button {
    width: 100%;
  }

  .sl-trust-list {
    display: grid;
    gap: 8px;
  }

  .sl-hero-frame {
    border-radius: 28px 28px 82px 28px;
  }

  .sl-hero-frame img {
    min-height: 330px;
    border-radius: 20px 20px 70px 20px;
  }

  .sl-floating-card-top {
    top: 15px;
    left: 10px;
  }

  .sl-floating-card-bottom {
    right: 8px;
    bottom: 14px;
  }

  .sl-person-grid,
  .sl-life-grid {
    grid-template-columns: 1fr;
  }

  .sl-card-body p {
    min-height: auto;
  }

  .sl-legacy {
    min-height: 690px;
    background-position: 58% center;
  }

  .sl-legacy-overlay {
    background: linear-gradient(rgba(36,24,19,0.9), rgba(36,24,19,0.88));
  }

  .sl-gallery-main img {
    min-height: 350px;
  }

  .sl-final-cta-inner > span {
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sl-hero-copy,
  .sl-hero-visual {
    animation: none;
  }

  .sl-button,
  .sl-person-card {
    transition: none;
  }

  .sl-button:hover,
  .sl-person-card:hover {
    transform: none;
  }
}

/* Homepage V2 copy refinements */
.sl-hero-subline {
  margin: -0.35rem 0 1rem;
  color: var(--sl-burgundy);
  font-family: var(--sl-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-style: italic;
}

.sl-premium-note {
  max-width: 780px;
  margin: 2rem auto 0;
  color: var(--sl-muted);
  text-align: center;
  line-height: 1.75;
}

/*
 * SPOKEN_LETTERS_PLUM_BACKGROUND_HARMONY_V1
 *
 * A warm ivory-plum foundation replaces the
 * older yellow-beige background treatments.
 */
html {
  background: #F7F3F6;
}

body {
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(110, 59, 111, 0.09),
      transparent 28rem
    ),
    radial-gradient(
      circle at 88% 28%,
      rgba(197, 139, 42, 0.05),
      transparent 25rem
    ),
    linear-gradient(
      180deg,
      #FBF8FB 0%,
      #F7F3F6 48%,
      #F1EAF2 100%
    );
}

body > header {
  background: rgba(255, 252, 254, 0.92);
  border-bottom-color: rgba(110, 59, 111, 0.14);
}

.sl-button-secondary {
  background: rgba(255, 252, 254, 0.86);
  border-color: rgba(110, 59, 111, 0.18);
}

.sl-button-light {
  background: #FFFCFE;
}

.sl-hero-frame {
  background: rgba(255, 252, 254, 0.72);
  border-color: rgba(110, 59, 111, 0.14);
}

.sl-floating-card {
  background: rgba(255, 252, 254, 0.95);
  border-color: rgba(110, 59, 111, 0.14);
}

.sl-life-grid article {
  background:
    linear-gradient(
      155deg,
      #FFFCFE,
      #EFE7F0
    );
}

.sl-premium {
  background:
    linear-gradient(
      180deg,
      #FFFCFE 0%,
      #EFE7F0 100%
    );
}

.sl-premium-gallery figure,
.sl-pricing {
  background: #FFFCFE;
}

.sl-premium-gallery figcaption {
  background: rgba(255, 252, 254, 0.94);
}

.sl-testimonial-grid article {
  background: rgba(255, 252, 254, 0.88);
  border-color: rgba(110, 59, 111, 0.14);
}

.sl-timeline li {
  background: rgba(255, 252, 254, 0.76);
}

/*
 * SPOKEN_LETTERS_SLATE_HOMEPAGE_V1
 *
 * Warm slate-gray redesign inspired by the
 * approved desktop and mobile visual direction.
 */

:root {
  --sl-slate-page: #E7E4E9;
  --sl-slate-card: #FAF9FB;
  --sl-slate-soft: #D9D5DE;
  --sl-slate-dark: #36343B;
  --sl-slate-text: #34313A;
  --sl-slate-muted: #625B65;
  --sl-slate-border: rgba(110, 59, 111, 0.14);
}

html {
  background: var(--sl-slate-page);
}

html body {
  background:
    radial-gradient(
      circle at 14% 8%,
      rgba(110, 59, 111, 0.09),
      transparent 30rem
    ),
    radial-gradient(
      circle at 88% 26%,
      rgba(255, 255, 255, 0.62),
      transparent 27rem
    ),
    linear-gradient(
      180deg,
      #EFEDF1 0%,
      var(--sl-slate-page) 52%,
      #DDD9E1 100%
    );
  color: var(--sl-slate-text);
}

body > header {
  background: rgba(250, 249, 251, 0.92);
  border-bottom-color: var(--sl-slate-border);
  box-shadow:
    0 10px 34px
    rgba(54, 52, 59, 0.08);
}

.topbar {
  position: relative;
}

#home.sl-home {
  display: flex;
  flex-direction: column;
  background: var(--sl-slate-page);
}

#home.sl-home > section {
  order: 50;
}

#home.sl-home > .sl-hero {
  order: 1;
}

#home.sl-home > .sl-everything {
  order: 2;
}

#home.sl-home > .sl-premium {
  order: 3;
}

#home.sl-home > .sl-how {
  order: 4;
}

#home.sl-home > .sl-pricing {
  order: 5;
}

#home.sl-home > .sl-section-soft {
  order: 6;
}

#home.sl-home > .sl-real-life {
  order: 7;
}

#home.sl-home > .sl-legacy {
  order: 8;
}

#home.sl-home > .sl-testimonials {
  order: 9;
}

#home.sl-home > .sl-faq {
  order: 10;
}

#home.sl-home > .sl-final-cta {
  order: 11;
}

.sl-hero {
  min-height: min(800px, calc(100vh - 74px));
  padding:
    clamp(62px, 7vw, 108px)
    0;
  background:
    radial-gradient(
      circle at 82% 15%,
      rgba(110, 59, 111, 0.13),
      transparent 23rem
    ),
    radial-gradient(
      circle at 8% 10%,
      rgba(255, 255, 255, 0.76),
      transparent 28rem
    ),
    linear-gradient(
      115deg,
      #EFEDF1 0%,
      #E7E4E9 62%,
      #D9D5DE 100%
    );
}

.sl-hero::before {
  border-color:
    rgba(110, 59, 111, 0.18);
}

.sl-hero h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--sl-slate-text);
  font-size:
    clamp(3.15rem, 6.5vw, 6.6rem);
  line-height: 0.94;
}

.sl-hero h1 em {
  color: var(--sl-burgundy);
  font-style: italic;
}

.sl-hero-subline {
  margin-bottom: 12px;
  color: var(--sl-burgundy);
  font-family: var(--sl-serif);
  font-size:
    clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
}

.sl-hero-lede {
  max-width: 620px;
  color: var(--sl-slate-muted);
  line-height: 1.65;
}

.sl-hero-price {
  margin:
    20px
    0
    0;
  color: var(--sl-slate-text);
  font-size: 1rem;
  font-weight: 700;
}

.sl-hero-price strong {
  color: var(--sl-burgundy);
  font-size: 1.28rem;
}

.sl-button-secondary {
  background: rgba(250, 249, 251, 0.92);
  border-color:
    rgba(110, 59, 111, 0.28);
}

.sl-trust-list {
  color: var(--sl-slate-muted);
}

.sl-hero-frame {
  padding: 10px;
  border-color:
    rgba(110, 59, 111, 0.18);
  border-radius: 30px;
  background:
    rgba(250, 249, 251, 0.74);
  box-shadow:
    0 28px 70px
    rgba(54, 52, 59, 0.16);
  transform: none;
}

.sl-hero-frame::before {
  inset:
    22px
    -18px
    -18px
    24px;
  border-radius: 30px;
  background:
    rgba(110, 59, 111, 0.10);
  transform: rotate(2deg);
}

.sl-hero-frame img {
  min-height: 450px;
  border-radius: 23px;
}

.sl-floating-card {
  border-color: var(--sl-slate-border);
  background:
    rgba(250, 249, 251, 0.95);
  color: var(--sl-slate-text);
  box-shadow:
    0 16px 44px
    rgba(54, 52, 59, 0.15);
}

.sl-everything {
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(110, 59, 111, 0.24),
      transparent 30rem
    ),
    linear-gradient(
      135deg,
      #36343B 0%,
      #2F2D35 100%
    );
}

.sl-everything .sl-two-column {
  grid-template-columns:
    minmax(0, 0.78fr)
    minmax(500px, 1.22fr);
  gap:
    clamp(30px, 5vw, 70px);
}

.sl-everything h2 {
  max-width: 540px;
}

.sl-process-card {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 0;
  padding:
    clamp(22px, 3vw, 32px);
  border-color:
    rgba(255, 255, 255, 0.13);
  background:
    rgba(255, 255, 255, 0.06);
}

.sl-process-row {
  display: block;
  padding:
    8px
    22px;
  border-right:
    1px solid
    rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  text-align: center;
}

.sl-process-row:first-child {
  padding-top: 8px;
}

.sl-process-row:last-child {
  padding-bottom: 8px;
  border-right: 0;
}

.sl-process-row > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin:
    0
    auto
    16px;
  place-items: center;
  border:
    1px solid
    rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background:
    rgba(250, 249, 251, 0.96);
  color: var(--sl-burgundy);
  font-size: 1rem;
  font-weight: 800;
}

.sl-process-row strong {
  min-height: 3rem;
  color: #FFFFFF;
  font-size: 1.08rem;
  line-height: 1.28;
}

.sl-process-row p {
  color:
    rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.sl-section-soft,
.sl-real-life,
.sl-premium,
.sl-how,
.sl-pricing,
.sl-testimonials,
.sl-faq {
  background:
    var(--sl-slate-page);
}

.sl-section-soft {
  background:
    linear-gradient(
      180deg,
      #E7E4E9 0%,
      #D9D5DE 100%
    );
}

.sl-person-card,
.sl-life-grid article,
.sl-price-card,
.sl-testimonial-grid article,
.sl-faq-list details,
.sl-premium-gallery figure {
  border-color: var(--sl-slate-border);
  background: var(--sl-slate-card);
  box-shadow:
    0 18px 48px
    rgba(54, 52, 59, 0.08);
}

.sl-premium {
  background:
    linear-gradient(
      180deg,
      #F2F0F3 0%,
      #E7E4E9 100%
    );
}

.sl-premium-note {
  color: var(--sl-slate-muted);
}

.sl-price-featured {
  border-color:
    rgba(110, 59, 111, 0.34);
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(110, 59, 111, 0.12),
      transparent 13rem
    ),
    var(--sl-slate-card);
}

.sl-final-cta {
  background:
    linear-gradient(
      135deg,
      #5A305B 0%,
      #4A244B 100%
    );
}

.sl-mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border:
    1px solid
    rgba(110, 59, 111, 0.16);
  border-radius: 14px;
  background:
    rgba(250, 249, 251, 0.94);
  cursor: pointer;
}

.sl-mobile-menu-button span {
  display: block;
  width: 23px;
  height: 2px;
  margin:
    5px
    auto;
  border-radius: 999px;
  background: var(--sl-slate-text);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

body > header.sl-mobile-nav-open
.sl-mobile-menu-button span:nth-child(1) {
  transform:
    translateY(7px)
    rotate(45deg);
}

body > header.sl-mobile-nav-open
.sl-mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

body > header.sl-mobile-nav-open
.sl-mobile-menu-button span:nth-child(3) {
  transform:
    translateY(-7px)
    rotate(-45deg);
}

@media (max-width: 1040px) {
  .sl-everything .sl-two-column {
    grid-template-columns: 1fr;
  }

  .sl-process-card {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .sl-process-row:nth-child(2) {
    border-right: 0;
  }

  .sl-process-row:nth-child(-n + 2) {
    padding-bottom: 24px;
    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.14);
  }

  .sl-process-row:nth-child(n + 3) {
    padding-top: 24px;
  }
}

@media (max-width: 760px) {
  body > header {
    overflow: visible;
  }

  .topbar {
    flex-wrap: nowrap;
    padding:
      13px
      0;
  }

  .logo {
    font-size:
      clamp(1.55rem, 8vw, 2rem);
  }

  .sl-mobile-menu-button {
    display: block;
    flex: 0 0 auto;
  }

  body > header nav {
    position: absolute;
    top:
      calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 100;
    display: none;
    padding: 12px;
    border:
      1px solid
      var(--sl-slate-border);
    border-radius: 20px;
    background:
      rgba(250, 249, 251, 0.98);
    box-shadow:
      0 22px 60px
      rgba(54, 52, 59, 0.20);
    backdrop-filter: blur(18px);
  }

  body > header.sl-mobile-nav-open nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  body > header nav button,
  body > header nav .navlink {
    width: 100%;
    justify-content: flex-start;
    padding:
      13px
      15px;
    border-radius: 13px;
    text-align: left;
  }

  .sl-hero {
    min-height: auto;
    padding:
      46px
      0
      52px;
  }

  .sl-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sl-hero-copy {
    order: 1;
  }

  .sl-hero-visual {
    order: 2;
    width: 100%;
  }

  .sl-hero h1 {
    max-width: none;
    font-size:
      clamp(2.7rem, 13vw, 4.2rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
  }

  .sl-hero-subline {
    font-size: 1.22rem;
  }

  .sl-hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }

  .sl-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .sl-actions .sl-button {
    width: 100%;
  }

  .sl-trust-list {
    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap:
      9px
      14px;
  }

  .sl-hero-frame {
    padding: 7px;
    border-radius: 23px;
  }

  .sl-hero-frame img {
    min-height: 330px;
    border-radius: 18px;
  }

  .sl-floating-card {
    display: none;
  }

  .sl-everything {
    padding:
      54px
      0;
  }

  .sl-process-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sl-process-row,
  .sl-process-row:first-child,
  .sl-process-row:last-child,
  .sl-process-row:nth-child(n + 3) {
    display: grid;
    grid-template-columns:
      54px
      1fr;
    gap: 15px;
    align-items: start;
    padding:
      19px
      0;
    border-right: 0;
    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.14);
    text-align: left;
  }

  .sl-process-row:last-child {
    border-bottom: 0;
  }

  .sl-process-row > span {
    margin: 0;
  }

  .sl-process-row strong {
    min-height: 0;
  }

  .sl-section {
    padding:
      58px
      0;
  }

  .sl-price-grid,
  .sl-person-grid,
  .sl-life-grid,
  .sl-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sl-premium-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 430px) {
  .sl-container {
    width:
      min(
        100% - 26px,
        1200px
      );
  }

  .sl-hero h1 {
    font-size:
      clamp(2.45rem, 12.4vw, 3.5rem);
  }

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

/*
 * SPOKEN_LETTERS_HOMEPAGE_PRIORITY_PASS_V1
 *
 * Shortens the recipient section, moves the
 * accessibility and convenience use cases upward,
 * and displays the complete product photograph.
 */

/*
 * Revised homepage order:
 *
 * 1. Hero
 * 2. We handle everything
 * 3. Made for real life
 * 4. Who would you write to
 * 5. Every letter has a story
 * 6. Product examples
 * 7. How it works
 * 8. Pricing
 */
#home.sl-home > .sl-real-life {
  order: 3;
}

#home.sl-home > .sl-section-soft {
  order: 4;
}

#home.sl-home >
section[aria-labelledby="story-title"] {
  order: 5;
}

#home.sl-home > .sl-premium {
  order: 6;
}

#home.sl-home > .sl-how {
  order: 7;
}

#home.sl-home > .sl-pricing {
  order: 8;
}

#home.sl-home > .sl-legacy {
  order: 9;
}

#home.sl-home > .sl-testimonials {
  order: 10;
}

#home.sl-home > .sl-faq {
  order: 11;
}

#home.sl-home > .sl-final-cta {
  order: 12;
}

/*
 * Compact recipient cards.
 */
.sl-person-section-compact {
  padding:
    clamp(56px, 7vw, 88px)
    0;
}

.sl-person-section-compact
.sl-heading {
  margin-bottom: 34px;
}

.sl-person-section-compact
.sl-heading > p:last-child {
  max-width: 650px;
}

.sl-person-section-compact
.sl-person-grid {
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sl-person-section-compact
.sl-person-card {
  display: grid;
  grid-template-columns:
    112px
    minmax(0, 1fr);
  min-height: 190px;
  border-radius: 22px;
}

.sl-person-section-compact
.sl-card-art {
  min-height: 100%;
}

.sl-person-section-compact
.sl-card-art::before {
  width: 84px;
  height: 84px;
}

.sl-person-section-compact
.sl-card-art::after {
  width: 122px;
  height: 122px;
}

.sl-person-section-compact
.sl-card-art span {
  font-size: 2.8rem;
}

.sl-person-section-compact
.sl-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
}

.sl-person-section-compact
.sl-card-body h3 {
  margin-bottom: 7px;
  font-size: 1.13rem;
}

.sl-person-section-compact
.sl-card-body p {
  margin-bottom: 14px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.sl-person-section-compact
.sl-text-link {
  margin-top: auto;
  font-size: 0.82rem;
}

/*
 * Show the entire finished-letter photograph.
 * The main image now sits above the three
 * material-detail cards instead of being cropped
 * into a tall left-side column.
 */
.sl-premium-gallery {
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  align-items: start;
}

.sl-gallery-main {
  grid-column: 1 / -1;
  grid-row: auto;
  width: min(920px, 100%);
  margin-inline: auto;
  background: #FAF9FB;
}

.sl-gallery-main img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: #FAF9FB;
}

.sl-gallery-main figcaption {
  color: #4A244B;
  font-size: 0.9rem;
  text-align: center;
}

/*
 * Keep the moved real-life section visually
 * connected to the dark process section.
 */
.sl-real-life {
  padding-top:
    clamp(64px, 8vw, 96px);
}

@media (max-width: 1040px) {
  .sl-person-section-compact
  .sl-person-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sl-person-section-compact {
    padding:
      50px
      0;
  }

  .sl-person-section-compact
  .sl-person-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .sl-person-section-compact
  .sl-person-card {
    grid-template-columns:
      88px
      minmax(0, 1fr);
    min-height: 0;
  }

  .sl-person-section-compact
  .sl-card-art {
    min-height: 132px;
  }

  .sl-person-section-compact
  .sl-card-art::before {
    width: 66px;
    height: 66px;
  }

  .sl-person-section-compact
  .sl-card-art::after {
    width: 94px;
    height: 94px;
  }

  .sl-person-section-compact
  .sl-card-art span {
    font-size: 2.15rem;
  }

  .sl-person-section-compact
  .sl-card-body {
    padding:
      16px
      15px;
  }

  .sl-person-section-compact
  .sl-card-body p {
    margin-bottom: 10px;
    font-size: 0.84rem;
  }

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

  .sl-gallery-main {
    grid-column: auto;
    width: 100%;
  }

  .sl-gallery-main img {
    min-height: 0;
  }
}

/*
 * SPOKEN_LETTERS_CUSTOMER_PROMOTION_UI_V1
 *
 * Customer-facing automatic offers and private
 * promotion-code previews. Server pricing remains
 * the source of truth at checkout.
 */

.sl-promotion-banner {
  order: 0;
  padding: 15px 0;
  background:
    linear-gradient(
      135deg,
      #4A244B 0%,
      #6E3B6F 100%
    );
  color: #fff;
}

.sl-promotion-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sl-promotion-banner-title,
.sl-promotion-banner-text {
  margin: 0;
}

.sl-promotion-banner-title {
  color: #fff;
  font-family: var(--sl-serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
}

.sl-promotion-banner-text {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.sl-promotion-banner .sl-button {
  flex: 0 0 auto;
  min-height: 44px;
  margin: 0;
}

/* SPOKEN_LETTERS_FEATURED_PROMOTION_POPUP_V1 */

body.sl-promotion-popup-open {
  overflow: hidden;
}

.sl-promotion-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(30, 16, 31, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sl-promotion-popup.hidden {
  display: none;
}

.sl-promotion-popup-card {
  position: relative;
  width: min(100%, 680px);
  max-height: min(88vh, 760px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(110, 59, 111, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at top right,
      rgba(110, 59, 111, 0.14),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #fffdfb 0%,
      #f7eff7 100%
    );
  box-shadow:
    0 34px 90px rgba(30, 16, 31, 0.38);
  text-align: center;
  animation:
    sl-promotion-popup-enter
    240ms
    ease-out;
}

.sl-promotion-popup-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(72%, 430px);
  height: 6px;
  border-radius: 0 0 999px 999px;
  background:
    linear-gradient(
      90deg,
      #4a244b,
      #8b568c
    );
  transform: translateX(-50%);
}

.sl-promotion-popup-close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(110, 59, 111, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #4a244b;
  font-family: Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.sl-promotion-popup-close:hover {
  background: #fff;
  transform: translateY(-1px);
}

.sl-promotion-popup-badge {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #4a244b,
      #6e3b6f
    );
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sl-promotion-popup-title {
  max-width: 560px;
  margin: 0 auto;
  color: #4a244b;
  font-family: var(--sl-serif);
  font-size: clamp(2rem, 6vw, 3.35rem);
  font-weight: 850;
  line-height: 1.04;
}

.sl-promotion-popup-text {
  max-width: 570px;
  margin: 18px auto 0;
  color: #5f4a60;
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.65;
}

.sl-promotion-popup-savings {
  margin: 24px auto 0;
  padding: 15px 18px;
  border: 1px solid rgba(110, 59, 111, 0.14);
  border-radius: 17px;
  background: rgba(110, 59, 111, 0.07);
  color: #4a244b;
  font-weight: 850;
  line-height: 1.5;
}

.sl-promotion-popup-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.sl-promotion-popup-actions .sl-button,
.sl-promotion-popup-later {
  min-height: 50px;
  margin: 0;
  padding: 13px 24px;
}

.sl-promotion-popup-later {
  border: 1px solid rgba(110, 59, 111, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a244b;
  font-weight: 850;
  cursor: pointer;
}

.sl-promotion-popup-later:hover {
  background: #fff;
}

.sl-promotion-popup-note {
  margin: 18px 0 0;
  color: #736474;
  font-size: 0.84rem;
  line-height: 1.5;
}

@keyframes sl-promotion-popup-enter {
  from {
    opacity: 0;
    transform:
      translateY(18px)
      scale(0.97);
  }

  to {
    opacity: 1;
    transform:
      translateY(0)
      scale(1);
  }
}

@media (max-width: 600px) {
  .sl-promotion-popup {
    align-items: end;
    padding: 12px;
  }

  .sl-promotion-popup-card {
    width: 100%;
    max-height: 92vh;
    padding:
      42px
      20px
      26px;
    border-radius: 26px;
  }

  .sl-promotion-popup-actions {
    flex-direction: column;
  }

  .sl-promotion-popup-actions .sl-button,
  .sl-promotion-popup-later {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl-promotion-popup-card {
    animation: none;
  }
}

.sl-price-original {
  display: inline-block;
  margin-right: 10px;
  color: var(--sl-slate-muted);
  font-family: var(--sl-sans);
  font-size: 0.46em;
  font-weight: 700;
  text-decoration: line-through;
  vertical-align: middle;
}

.sl-hero-price .sl-price-original {
  margin: 0 7px;
  font-size: 0.9rem;
}

.sl-price-savings {
  width: fit-content;
  margin: -4px 0 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(110, 59, 111, 0.1);
  color: var(--sl-burgundy);
  font-size: 0.78rem;
  font-weight: 850;
}

.sl-promotion-field {
  margin-top: 4px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(110, 59, 111, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 252, 254, 0.98),
      rgba(239, 231, 240, 0.82)
    );
  box-shadow: 0 14px 38px rgba(74, 36, 75, 0.08);
}

.sl-promotion-field > label {
  margin-top: 0;
}

.sl-promotion-field > .muted {
  margin: 4px 0 0;
}

.sl-promotion-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 13px;
}

.sl-promotion-code-row input {
  min-width: 0;
}

.sl-promotion-code-row button {
  white-space: nowrap;
}

.sl-promotion-summary {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(110, 59, 111, 0.12);
  border-radius: 16px;
  background: rgba(255, 252, 254, 0.9);
}

.sl-promotion-summary-title {
  margin: 0 0 10px;
  color: var(--sl-burgundy);
  font-family: var(--sl-serif);
  font-size: 1.08rem;
  font-weight: 800;
}

.sl-promotion-summary-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sl-promotion-summary-prices span {
  display: grid;
  gap: 3px;
  padding: 11px;
  border-radius: 13px;
  background: rgba(110, 59, 111, 0.06);
  color: var(--sl-slate-muted);
  font-size: 0.78rem;
  font-weight: 730;
}

.sl-promotion-summary-prices strong {
  color: var(--sl-slate-text);
  font-family: var(--sl-serif);
  font-size: 1.15rem;
}

#selectedProductSavingsWrap strong {
  color: var(--sl-burgundy);
}

@media (max-width: 760px) {
  .sl-promotion-banner-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .sl-promotion-banner .sl-button,
  .sl-promotion-code-row button {
    width: 100%;
  }

  .sl-promotion-code-row,
  .sl-promotion-summary-prices {
    grid-template-columns: 1fr;
  }
}


/* SPOKEN_LETTERS_HANDWRITING_STYLE_PICKER_V1 */
.sl-handwriting-picker {
  min-width: 0;
  margin: 8px 0 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(110, 59, 111, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 252, 254, 0.98),
      rgba(239, 231, 240, 0.78)
    );
  box-shadow: 0 16px 42px rgba(74, 36, 75, 0.08);
}

.sl-handwriting-picker legend {
  width: 100%;
  padding: 0;
  color: var(--sl-burgundy, #4A244B);
  font-family: var(--sl-serif, Georgia, serif);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.1;
}

.sl-handwriting-intro {
  max-width: 780px;
  margin: 10px 0 20px;
  color: var(--sl-slate-muted, #5f5561);
  line-height: 1.6;
}

.sl-handwriting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sl-handwriting-option {
  position: relative;
  display: block;
  min-width: 0;
  height: 100%;
  margin: 0;
  color: inherit;
  cursor: pointer;
}

.sl-handwriting-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.sl-handwriting-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(110, 59, 111, 0.14);
  border-radius: 18px;
  background: #FFFCFE;
  box-shadow: 0 10px 28px rgba(74, 36, 75, 0.07);
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.sl-handwriting-option:hover .sl-handwriting-card {
  transform: translateY(-2px);
  border-color: rgba(110, 59, 111, 0.38);
  box-shadow: 0 15px 34px rgba(74, 36, 75, 0.12);
}

.sl-handwriting-option > input:focus-visible + .sl-handwriting-card {
  outline: 4px solid rgba(110, 59, 111, 0.2);
  outline-offset: 3px;
}

.sl-handwriting-option > input:checked + .sl-handwriting-card {
  border-color: #6E3B6F;
  box-shadow:
    0 0 0 3px rgba(110, 59, 111, 0.14),
    0 18px 38px rgba(74, 36, 75, 0.14);
}

.sl-handwriting-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d8c5aa;
}

.sl-handwriting-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease;
}

.sl-handwriting-option:hover .sl-handwriting-image-wrap img {
  transform: scale(1.018);
}

.sl-handwriting-check {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: rgba(74, 36, 75, 0.92);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.84);
  transition: opacity 150ms ease, transform 150ms ease;
}

.sl-handwriting-option > input:checked + .sl-handwriting-card .sl-handwriting-check {
  opacity: 1;
  transform: scale(1);
}

.sl-handwriting-copy {
  display: grid;
  gap: 5px;
  padding: 15px 16px 17px;
}

.sl-handwriting-copy strong {
  color: var(--sl-burgundy, #4A244B);
  font-family: var(--sl-serif, Georgia, serif);
  font-size: 1.14rem;
  line-height: 1.2;
}

.sl-handwriting-copy small {
  color: var(--sl-slate-muted, #5f5561);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.4;
}

.sl-handwriting-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(110, 59, 111, 0.07);
}

.sl-handwriting-footer p {
  margin: 0;
  color: var(--sl-slate-muted, #5f5561);
  font-size: 0.86rem;
  line-height: 1.45;
}

.sl-handwriting-footer p:first-child {
  color: var(--sl-burgundy, #4A244B);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .sl-handwriting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .sl-handwriting-picker {
    padding: 18px;
  }

  .sl-handwriting-grid {
    grid-template-columns: 1fr;
  }

  .sl-handwriting-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-handwriting-footer p:first-child {
    white-space: normal;
  }
}


/* SPOKEN_LETTERS_ENVELOPE_STYLE_PICKER_V1 */
.sl-envelope-picker {
  margin: 26px 0 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(110, 59, 111, 0.16);
  border-radius: 24px;
  background: rgba(255, 252, 254, 0.78);
}

.sl-envelope-picker legend {
  padding: 0 10px;
  color: #4a244b;
  font-weight: 900;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.sl-envelope-intro {
  margin: 0 0 18px;
  color: #5f4b60;
  line-height: 1.55;
}

.sl-envelope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sl-envelope-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.sl-envelope-option > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sl-envelope-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(74, 36, 75, 0.08);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sl-envelope-option:hover .sl-envelope-card {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(74, 36, 75, 0.12);
}

.sl-envelope-option > input:focus-visible + .sl-envelope-card {
  outline: 3px solid rgba(110, 59, 111, 0.28);
  outline-offset: 3px;
}

.sl-envelope-option > input:checked + .sl-envelope-card {
  border-color: #6e3b6f;
  box-shadow: 0 16px 38px rgba(110, 59, 111, 0.18);
}

.sl-envelope-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  padding: 10px;
  overflow: hidden;
  background: #f6f1f6;
}

.sl-envelope-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.sl-envelope-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #6e3b6f;
  color: #fff;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.sl-envelope-option > input:checked + .sl-envelope-card .sl-envelope-check {
  opacity: 1;
  transform: scale(1);
}

.sl-envelope-copy {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.sl-envelope-copy strong {
  color: #4a244b;
}

.sl-envelope-copy small {
  color: #6a596b;
  line-height: 1.4;
}

.sl-envelope-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(110, 59, 111, 0.12);
  color: #4a244b;
}

.sl-envelope-footer p {
  margin: 0;
}

.sl-checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
  gap: 20px;
  align-items: end;
  margin-top: 26px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(110, 59, 111, 0.16);
  border-radius: 24px;
  background: rgba(255, 252, 254, 0.88);
}

.sl-promotion-checkout {
  margin: 0;
}

.sl-checkout-action {
  display: grid;
  gap: 12px;
}

.sl-checkout-action p {
  margin: 0;
}

.sl-checkout-action .primary {
  width: 100%;
  min-height: 52px;
}

@media (max-width: 980px) {
  .sl-envelope-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sl-envelope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl-checkout-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .sl-envelope-grid {
    grid-template-columns: 1fr;
  }
}
