@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Shadows+Into+Light&display=swap');

:root {
  --ink: #24202a;
  --muted: #6f6875;
  --paper: #fffdf9;
  --cream: #faf4ec;
  --orange: #f47735;
  --orange-dark: #db5e22;
  --orange-soft: #ffe2ce;
  --purple: #6b3fa0;
  --purple-dark: #452460;
  --purple-soft: #eee4f8;
  --line: #e9e0d8;
  --shadow: 0 24px 70px rgba(57, 35, 66, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }
main { overflow: hidden; }

.site-header {
  height: 88px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 16px; letter-spacing: -.4px; }
.brand-copy small { margin-top: 4px; font-size: 8px; letter-spacing: .75px; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav > a:hover::after { right: 0; }
.nav-cta { color: white; background: var(--purple); padding: 13px 18px; border-radius: 12px; box-shadow: 0 8px 20px rgba(107,63,160,.2); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--purple-dark); }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 6px; background: var(--ink); }

.hero {
  min-height: 684px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 72px max(7vw, 42px) 62px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  position: relative;
}
.hero-copy { position: relative; z-index: 5; padding-left: max(0px, calc((100vw - 1240px) / 2 - 7vw)); }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
h1, h2 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -3.5px; line-height: 1.02; }
h1 { margin-top: 21px; font-size: clamp(50px, 5.15vw, 75px); font-weight: 800; }
h1 em, h2 em { color: var(--orange); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; height: 5px; border-radius: 50%; background: var(--orange); opacity: .28; bottom: -5px; left: 2px; right: -3px; transform: rotate(-2deg); }
.hero-lead { max-width: 530px; margin: 28px 0 0; font-size: 18px; line-height: 1.68; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 53px; padding: 0 22px; border-radius: 14px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button-primary { color: white; background: var(--orange); box-shadow: 0 14px 28px rgba(244,119,53,.25); }
.button:hover { transform: translateY(-3px); box-shadow: 0 17px 32px rgba(80,43,83,.18); }
.text-link { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--purple); font-size: 17px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 41px; }
.proof-faces { display: flex; }
.proof-faces span { width: 36px; height: 36px; display: grid; place-items: center; background: #fff; border: 2px solid white; border-radius: 50%; box-shadow: 0 4px 14px rgba(50,32,60,.13); font-size: 17px; margin-right: -7px; }
.proof-faces span:nth-child(2) { background: var(--orange-soft); }
.proof-faces span:nth-child(3) { background: var(--purple-soft); }
.hero-proof p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-proof strong { color: var(--ink); font-size: 12px; }

.hero-visual { position: relative; height: 570px; align-self: end; }
.visual-arch {
  position: absolute;
  width: min(610px, 45vw);
  height: 545px;
  border-radius: 38px 38px 38px 12px;
  right: 0;
  bottom: 0;
  background: var(--purple-soft);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.visual-arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44,26,59,.18), transparent 43%); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-logo-card {
  position: absolute;
  z-index: 5;
  top: 26px;
  left: 20px;
  width: 92px;
  height: 92px;
  padding: 7px;
  border-radius: 26px 26px 26px 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(62,39,72,.16);
  backdrop-filter: blur(8px);
}
.hero-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.scribble { font-family: "Shadows Into Light", cursive; color: white; text-shadow: 0 2px 14px rgba(36,20,47,.45); transform: rotate(-8deg); position: absolute; z-index: 4; right: 4%; top: 34px; font-size: 26px; }
.scribble::after { content: "↙"; display: inline-block; margin-left: 5px; transform: rotate(-7deg); }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.93); backdrop-filter: blur(8px); box-shadow: 0 16px 36px rgba(62,39,72,.16); border-radius: 13px; padding: 12px 15px 12px 12px; display: flex; align-items: center; gap: 10px; }
.floating-card span:last-child { display: grid; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card strong { font-size: 12px; margin-top: 2px; }
.card-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; }
.card-icon.purple { color: var(--purple); background: var(--purple-soft); }
.card-icon.orange { color: var(--orange-dark); background: var(--orange-soft); font-size: 18px; }
.card-calm { left: -1%; bottom: 48px; }
.card-language { right: -2%; bottom: 135px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 230px; height: 230px; background: rgba(255,226,206,.45); left: -125px; top: 100px; }
.orb-two { width: 80px; height: 80px; border: 1px solid rgba(107,63,160,.12); left: 47%; bottom: 36px; }

.values-strip { background: var(--purple-dark); color: white; min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 7vw; }
.values-strip div { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.values-strip svg { color: var(--orange); }
.section { max-width: 1200px; margin: 0 auto; padding: 112px 30px; }
.section-intro.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-top: 19px; }
h2 { font-size: clamp(42px, 4.5vw, 62px); font-weight: 750; }
.section-intro p, .section-intro.centered p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 5px; max-width: 470px; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.concern-card { min-height: 344px; padding: 28px 28px 31px; border: 1px solid var(--line); border-radius: 22px; position: relative; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.concern-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.concern-card.featured { background: var(--cream); border-color: transparent; }
.card-number { position: absolute; right: 20px; top: 17px; color: #b7acb8; font-family: "Manrope"; font-size: 11px; font-weight: 700; }
.mini-illustration { width: 91px; height: 91px; border-radius: 50%; background: var(--purple-soft); display: grid; place-items: center; position: relative; color: var(--purple); font-size: 38px; }
.featured .mini-illustration { background: var(--orange-soft); }
.mini-illustration.leash span { font-size: 36px; }
.mini-illustration.leash i { position: absolute; width: 33px; height: 1px; background: var(--orange-dark); right: -19px; top: 43px; transform: rotate(-25deg); }
.mini-illustration.home { font-family: "Manrope"; font-weight: 700; }
.mini-illustration.home span { position: absolute; font-size: 14px; color: var(--orange); }
.mini-illustration.speech span { width: 33px; height: 28px; display: grid; place-items: center; background: white; border-radius: 50% 50% 50% 10%; font-size: 18px; font-weight: bold; position: absolute; left: 17px; top: 19px; }
.mini-illustration.speech span:last-child { left: 47px; top: 45px; color: var(--orange); }
.concern-card h3, .service-card h3 { font-family: "Manrope"; font-size: 20px; line-height: 1.3; margin: 29px 0 12px; letter-spacing: -.6px; }
.concern-card p, .service-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.method { background: var(--purple-dark); color: white; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.method-visual { position: relative; min-height: 720px; overflow: hidden; }
.method-blob { position: absolute; width: 81%; height: 83%; left: 9%; bottom: 0; border-radius: 38% 38% 0 0; background: linear-gradient(145deg, var(--orange) 0%, #e65c26 100%); }
.method-blob::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; left: -80px; top: 60px; box-shadow: 0 0 0 45px rgba(255,255,255,.04); }
.method-visual img { position: absolute; width: 78%; height: 74%; left: 11%; bottom: 0; object-fit: cover; object-position: center; border-radius: 30px 30px 0 0; box-shadow: 0 25px 45px rgba(33,14,43,.35); }
.quote-bubble { position: absolute; z-index: 3; top: 90px; right: 7%; width: 155px; background: white; color: var(--purple-dark); border-radius: 18px 18px 18px 4px; padding: 18px; font-family: "Shadows Into Light"; font-size: 21px; transform: rotate(3deg); box-shadow: 0 15px 30px rgba(27,11,32,.2); }
.method-copy { padding: 110px max(9vw, 60px) 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.section-kicker.light { color: #d9bfec; }
.method-copy h2 { margin-top: 19px; }
.method-copy h2 em { color: #ff975e; }
.method-lead { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; max-width: 520px; margin: 25px 0 31px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.steps li { display: flex; align-items: flex-start; gap: 17px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.steps li > span { flex: 0 0 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.1); color: #ffad7f; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.steps strong { font-family: "Manrope"; font-size: 14px; }
.steps p { margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }

.services { padding-bottom: 125px; }
.section-intro.centered { text-align: center; display: grid; justify-items: center; margin-top: 18px; }
.section-intro.centered p { margin-top: 21px; }
.services > .section-kicker { justify-content: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; align-items: stretch; }
.service-card { border: 1px solid var(--line); padding: 31px 28px 27px; border-radius: 22px; background: white; position: relative; display: flex; flex-direction: column; min-height: 420px; }
.primary-service { border: 2px solid var(--orange); box-shadow: 0 18px 50px rgba(244,119,53,.12); }
.youtube-service { background: var(--purple-soft); border-color: transparent; }
.service-icon { width: 51px; height: 51px; border-radius: 15px; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 28px; }
.service-icon.soft { background: var(--purple-soft); color: var(--purple); }
.service-icon.sound { background: white; color: var(--purple); }
.service-tag { position: absolute; top: 32px; right: 25px; color: var(--orange-dark); background: #fff1e8; border-radius: 999px; padding: 7px 9px; font-size: 8px; text-transform: uppercase; font-weight: 800; letter-spacing: .5px; }
.service-tag.quiet { background: white; color: var(--purple); }
.service-card ul { list-style: none; padding: 0; margin: 21px 0 27px; display: grid; gap: 10px; }
.service-card li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.service-card li svg { color: var(--orange); }
.service-card a, .service-card button { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; color: var(--purple); border: 0; background: transparent; padding: 0; cursor: pointer; }
.youtube-channel { display: flex; align-items: center; gap: 11px; margin: 24px 0; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.72); color: var(--purple); }
.youtube-channel > span { width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center; background: #ff0033; color: white; font-size: 13px; }
.youtube-channel div { display: grid; gap: 2px; text-align: left; }
.youtube-channel small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.youtube-channel strong { font-family: "Manrope"; font-size: 12px; }

.about { min-height: 570px; background: var(--cream); display: grid; grid-template-columns: 1.15fr .85fr; }
.about-copy { padding: 97px 8vw 82px max(9vw, calc((100vw - 1200px) / 2)); }
.about-copy h2 { font-size: clamp(40px, 4vw, 57px); margin-top: 19px; }
.about-copy > p { max-width: 605px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-copy > p:first-of-type { margin-top: 25px; }
.signature { font-family: "Shadows Into Light"; font-size: 25px; color: var(--purple); margin-top: 24px; display: flex; gap: 8px; align-items: center; }
.about-photo { min-height: 570px; position: relative; overflow: hidden; background: var(--orange); }
.about-photo > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(49,26,60,.82) 100%); }
.about-quote { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 35px; color: white; }
.note-mark { font-family: Georgia, serif; font-size: 84px; line-height: .55; opacity: .45; }
.about-quote p { font-family: "Manrope"; font-size: clamp(21px, 2.15vw, 31px); font-weight: 600; line-height: 1.35; letter-spacing: -1.2px; max-width: 500px; margin: 12px 0 0; }

.contact { background: var(--purple); color: white; position: relative; padding: 100px 25px 96px; text-align: center; }
.contact-content { max-width: 850px; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.contact-symbol { width: 59px; height: 59px; display: grid; place-items: center; color: var(--orange); background: rgba(255,255,255,.09); border-radius: 50%; margin-bottom: 20px; font-size: 25px; }
.centered-kicker { color: #e8d8f4; }
.contact h2 { margin-top: 18px; font-size: clamp(43px, 5vw, 65px); }
.contact h2 em { color: #ff9b64; }
.contact-content > p { max-width: 620px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; }
.contact-content > .contact-location { margin: -4px 0 24px; color: #f6dffb; font-size: 12px; font-weight: 700; }
.contact-form { width: 100%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; padding: 27px; backdrop-filter: blur(6px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: grid; gap: 8px; text-align: left; }
.contact-form label > span { color: rgba(255,255,255,.8); font-size: 10px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 13px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  font-size: 13px;
}
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8c8490; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #ffaf81; box-shadow: 0 0 0 3px rgba(255,151,94,.18); }
.form-wide { grid-column: 1 / -1; }
.form-submit { margin: 23px auto 0; border: 0; cursor: pointer; }
.contact-email { display: inline-block; margin-top: 17px; color: white; font-size: 12px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.button-light { background: white; color: var(--purple); }
.contact-help { display: block; margin-top: 13px; color: rgba(255,255,255,.58); font-size: 9px; }
.social-area { width: 100%; margin-top: 34px; display: grid; gap: 15px; justify-items: center; }
.social-area > span { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.social-widgets { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.social-widget { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: white; background: rgba(255,255,255,.1); text-align: left; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.social-widget:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.3); transform: translateY(-3px); }
.social-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: white; font-family: "Manrope"; font-size: 24px; font-weight: 800; }
.social-mark img { width: 23px; height: 23px; display: block; }
.social-letter { font-size: 29px; }
.social-play { font-size: 15px; }
.social-widget.instagram .social-mark { background: linear-gradient(145deg, #7c3aed 5%, #d946ef 45%, #fb923c 100%); }
.social-widget.facebook .social-mark { background: #1877f2; }
.social-widget.tiktok .social-mark { background: #121212; text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55; }
.social-widget.youtube .social-mark { background: #ff0033; }
.social-widget-copy { display: grid; gap: 3px; min-width: 0; }
.social-widget-copy small { color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .85px; text-transform: uppercase; }
.social-widget-copy strong { overflow: hidden; text-overflow: ellipsis; font-family: "Manrope"; font-size: 12px; white-space: nowrap; }
.social-external { color: rgba(255,255,255,.55); font-size: 16px; }
.contact-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.shape-left { width: 380px; height: 380px; left: -250px; top: 50px; box-shadow: 0 0 0 80px rgba(255,255,255,.025); }
.shape-right { width: 240px; height: 240px; right: -120px; bottom: -50px; box-shadow: 0 0 0 55px rgba(255,255,255,.025); }

footer { min-height: 150px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 24px; max-width: 1200px; margin: 0 auto; padding: 27px 30px; color: var(--muted); font-size: 10px; }
.footer-brand .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: var(--orange); }
.footer-socials { order: 5; flex-basis: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding-top: 17px; border-top: 1px solid var(--line); }
.footer-socials a { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 11px 7px 7px; background: var(--cream); transition: color .2s ease, transform .2s ease; }
.footer-socials a > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.footer-socials a > span img { width: 14px; height: 14px; display: block; }
.footer-socials a.instagram > span { background: linear-gradient(145deg, #7c3aed, #e64795 52%, #fb923c); }
.footer-socials a.facebook > span { background: #1877f2; font-size: 16px; }
.footer-socials a.tiktok > span { background: #121212; text-shadow: -1px 0 #25f4ee, 1px 0 #fe2c55; }
.footer-socials a.youtube > span { background: #ff0033; font-size: 9px; }
.footer-socials a:hover { color: var(--purple); transform: translateY(-2px); }

.cookie-banner {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 22px;
  width: min(940px, calc(100vw - 34px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(107,63,160,.18);
  border-radius: 22px;
  background: rgba(255,253,249,.98);
  box-shadow: 0 24px 70px rgba(43,24,56,.28);
  color: var(--ink);
  backdrop-filter: blur(14px);
}
.cookie-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--purple-soft); color: var(--orange); font-size: 20px; }
.cookie-copy { min-width: 0; }
.cookie-kicker { color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.cookie-copy h2 { margin: 5px 0 6px; font-size: 20px; letter-spacing: -.8px; line-height: 1.2; }
.cookie-copy > p, .cookie-copy details p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.cookie-copy details { margin-top: 7px; }
.cookie-copy summary { width: fit-content; color: var(--purple); font-size: 10px; font-weight: 800; cursor: pointer; }
.cookie-copy details p { margin-top: 6px; max-width: 620px; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cookie-button { min-width: 105px; height: 43px; border-radius: 12px; padding: 0 17px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cookie-button:hover { transform: translateY(-2px); }
.cookie-reject { border: 1px solid var(--purple); background: white; color: var(--purple); }
.cookie-reject:hover { background: var(--purple-soft); }
.cookie-accept { border: 1px solid var(--purple); background: var(--purple); color: white; box-shadow: 0 10px 24px rgba(107,63,160,.2); }
.cookie-accept:hover { background: var(--purple-dark); }
.cookie-settings-launcher {
  position: fixed;
  z-index: 99;
  left: 16px;
  bottom: 16px;
  border: 1px solid rgba(107,63,160,.2);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255,253,249,.96);
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(43,24,56,.15);
}
.cookie-settings-launcher:hover { background: var(--purple-soft); }

@media (max-width: 980px) {
  .nav { gap: 18px; }
  .hero { grid-template-columns: 1fr 1fr; padding-left: 35px; padding-right: 35px; }
  .hero-visual { height: 530px; }
  .card-language { right: -10px; }
  .section-intro.split { gap: 35px; }
  .method-copy { padding-left: 50px; padding-right: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .youtube-service { grid-column: 1 / -1; min-height: 330px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; }
  .menu-button { display: block; z-index: 3; }
  .nav { display: none; position: absolute; top: 66px; left: 14px; right: 14px; background: white; border-radius: 18px; box-shadow: var(--shadow); padding: 18px; align-items: stretch; flex-direction: column; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { padding: 48px 21px 0; display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(47px, 14vw, 65px); letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { margin-top: 28px; }
  .hero-visual { width: 100%; height: 500px; margin-top: 30px; }
  .visual-arch { width: 100%; right: 0; height: 455px; border-radius: 28px 28px 28px 10px; }
  .hero-photo { object-position: 61% center; }
  .hero-logo-card { width: 78px; height: 78px; top: 22px; left: 14px; }
  .scribble { top: 18px; right: 4px; }
  .card-calm { left: -3px; bottom: 66px; }
  .card-language { right: -7px; bottom: 161px; }
  .values-strip { min-height: 120px; flex-direction: column; gap: 10px; align-items: flex-start; padding: 25px 35px; }
  .section { padding: 82px 20px; }
  .section-intro.split { grid-template-columns: 1fr; gap: 22px; }
  h2 { font-size: 44px; letter-spacing: -2.7px; }
  .concern-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 38px; }
  .concern-card { min-height: 300px; }
  .method { grid-template-columns: 1fr; }
  .method-visual { min-height: 520px; order: 2; }
  .method-blob { height: 88%; width: 90%; left: 5%; }
  .method-visual img { width: 88%; height: 80%; left: 6%; }
  .quote-bubble { top: 45px; right: 5%; }
  .method-copy { padding: 82px 22px 60px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .youtube-service { grid-column: auto; min-height: 400px; }
  .about { grid-template-columns: 1fr; }
  .about-copy { padding: 80px 22px 65px; }
  .about-photo, .about-photo > img { min-height: 500px; }
  .about-quote { left: 24px; right: 24px; bottom: 28px; }
  .contact { padding: 80px 19px; }
  .contact-form { padding: 20px 15px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .social-widgets { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; justify-content: center; text-align: center; padding: 35px 20px; }
  footer > * { flex-basis: 100%; justify-content: center; }
  .footer-socials { flex-basis: 100%; flex-wrap: wrap; }
  .cookie-banner { bottom: 12px; grid-template-columns: auto 1fr; gap: 13px; padding: 17px; }
  .cookie-icon { align-self: start; }
  .cookie-copy h2 { font-size: 18px; }
  .cookie-actions { grid-column: 1 / -1; width: 100%; }
  .cookie-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Blog-first experience */

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(244,119,53,.45);
  outline-offset: 4px;
  border-radius: 8px;
}

.button-outline {
  border: 1px solid var(--purple);
  color: var(--purple);
  background: white;
}

.latest {
  padding-bottom: 105px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 55px;
}

.article-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 35px rgba(57,35,66,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.article-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.article-card-image {
  display: block;
  height: 220px;
  background: var(--purple-soft);
  overflow: hidden;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.article-card:hover .article-card-image img {
  transform: scale(1.035);
}

.article-card.orange .article-card-image img {
  object-position: center 45%;
}

.article-card.purple .article-card-image img {
  object-position: center;
}

.article-card.cream .article-card-image img {
  object-position: center 35%;
}

.article-card-copy {
  padding: 26px 25px 27px;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.article-meta span:first-child {
  color: var(--purple);
}

.article-card h3 {
  margin: 16px 0 11px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: -.75px;
}

.article-card h3 a:hover {
  color: var(--purple);
}

.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 21px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
}

.article-link:hover {
  color: var(--orange-dark);
}

.section-button {
  width: fit-content;
  margin: 36px auto 0;
}

.principles {
  padding-bottom: 120px;
}

.principles > .section-kicker {
  justify-content: center;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.principle-grid article {
  position: relative;
  min-height: 310px;
  padding: 31px 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}

.principle-grid article > span {
  position: absolute;
  top: 21px;
  right: 22px;
  color: #b7acb8;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.principle-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  color: var(--purple);
  font-size: 25px;
}

.principle-icon.orange {
  color: var(--orange-dark);
  background: var(--orange-soft);
}

.principle-icon.purple {
  background: var(--purple-soft);
}

.principle-icon.cream {
  color: var(--orange-dark);
  background: var(--cream);
}

.principle-grid h3 {
  margin: 29px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  letter-spacing: -.6px;
}

.principle-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.light-on-cream {
  color: var(--purple);
}

.about-link {
  margin-top: 19px;
}

.community {
  position: relative;
  padding: 100px 25px 96px;
  overflow: hidden;
  background: var(--purple);
  color: white;
  text-align: center;
}

.community-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.community h2 {
  margin-top: 18px;
  font-size: clamp(43px, 5vw, 65px);
}

.community h2 em {
  color: #ff9b64;
}

.community-content > p {
  max-width: 640px;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.75;
}

.community .button-light {
  margin-top: 12px;
}

.topic-suggestion {
  margin-top: 25px;
  font-size: 12px !important;
}

.topic-suggestion a {
  color: white;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.4);
  text-underline-offset: 4px;
}

/* Blog index */

.blog-hero {
  position: relative;
  min-height: 520px;
  padding: 105px max(8vw, 35px) 95px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 8vw;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,.12) 0 110px, transparent 111px),
    radial-gradient(circle at 5% 110%, rgba(244,119,53,.32) 0 210px, transparent 211px),
    var(--purple-dark);
  color: white;
}

.blog-hero .eyebrow {
  color: #e8d8f4;
}

.blog-hero h1 {
  max-width: 780px;
  margin-top: 23px;
  font-size: clamp(54px, 6vw, 82px);
}

.blog-hero h1 em {
  color: #ff9b64;
}

.blog-hero-copy > p {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.75;
}

.blog-hero-note {
  position: relative;
  padding: 39px 34px 32px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px 24px 24px 6px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}

.blog-hero-note > span {
  display: block;
  height: 43px;
  color: #ff9b64;
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: .8;
}

.blog-hero-note p {
  margin: 11px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.7px;
}

.blog-list {
  padding-top: 70px;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.blog-filter button {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: white;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.blog-filter button:hover {
  color: var(--purple);
  border-color: rgba(107,63,160,.42);
  transform: translateY(-1px);
}

.blog-filter button.active {
  border-color: var(--purple);
  color: white;
  background: var(--purple);
}

.blog-filter button.active:hover {
  color: white;
}

.blog-filter-status {
  margin: 16px 2px 0;
  color: var(--muted);
  font-size: 10px;
}

.blog-grid {
  margin-top: 32px;
}

.article-card[hidden],
.blog-grid[hidden],
.blog-empty[hidden] {
  display: none;
}

.blog-empty {
  max-width: 650px;
  margin: 48px auto 12px;
  padding: 52px 34px;
  border: 1px dashed rgba(107,63,160,.35);
  border-radius: 24px;
  background: var(--purple-soft);
  text-align: center;
}

.blog-empty > span {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--orange-dark);
  background: white;
  font-size: 25px;
}

.blog-empty h2 {
  font-size: 31px;
  letter-spacing: -1.5px;
}

.blog-empty p {
  max-width: 490px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.editorial-promise {
  max-width: 1380px;
  min-height: 465px;
  margin: 0 auto;
  padding: 85px max(9vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
  background: var(--purple-dark);
  color: white;
}

.editorial-promise h2 {
  margin-top: 18px;
}

.editorial-promise h2 em {
  color: #ff9b64;
}

.editorial-list {
  display: grid;
}

.editorial-list p {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.75);
  font-size: 14px;
}

.editorial-list p:last-child {
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.editorial-list strong {
  display: inline-block;
  width: 43px;
  color: #ff9b64;
  font-size: 10px;
}

/* Articles */

.article-hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 30px 70px;
}

.back-link {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
}

.back-link:hover {
  color: var(--orange-dark);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
  gap: 6vw;
  align-items: center;
  margin-top: 38px;
}

.article-meta.large {
  justify-content: flex-start;
  gap: 19px;
  font-size: 10px;
}

.article-hero h1 {
  margin-top: 20px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.03;
}

.article-hero-copy > p {
  max-width: 670px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.author-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.author-line img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.author-line > span {
  display: grid;
  gap: 3px;
}

.author-line strong {
  font-size: 12px;
}

.author-line small {
  color: var(--muted);
  font-size: 9px;
}

.article-cover {
  position: relative;
  height: 500px;
  margin: 0;
  border-radius: 35px 35px 35px 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--purple-soft);
}

.article-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(43,24,56,.35));
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-cover.orange img {
  object-position: center;
}

.article-cover.purple img {
  object-position: center;
}

.article-cover.cream img {
  object-position: center 35%;
}

.article-layout {
  max-width: 1110px;
  margin: 0 auto;
  padding: 76px 30px 95px;
  display: grid;
  grid-template-columns: 250px minmax(0, 700px);
  gap: 70px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 30px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: var(--cream);
}

.article-aside > span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-aside blockquote {
  margin: 15px 0 20px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -.55px;
}

.article-aside a {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
}

.article-body {
  color: #3d3741;
  font-size: 16px;
  line-height: 1.86;
}

.article-body > *:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0 0 22px;
}

.article-body .article-lead {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -.45px;
}

.article-body h2 {
  margin: 58px 0 19px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -1.7px;
}

.article-body h3 {
  margin: 33px 0 10px;
  color: var(--purple-dark);
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -.55px;
}

.article-body ul,
.article-body ol {
  margin: 5px 0 28px;
  padding-left: 23px;
}

.article-body li {
  margin: 11px 0;
  padding-left: 6px;
}

.article-body li::marker {
  color: var(--orange);
  font-weight: 800;
}

.article-callout {
  margin: 38px 0;
  padding: 27px 29px;
  border-left: 5px solid var(--orange);
  border-radius: 4px 18px 18px 4px;
  background: var(--orange-soft);
}

.article-callout strong {
  color: var(--purple-dark);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.article-callout p {
  margin: 8px 0 0;
  color: #5f4e57;
  font-size: 14px;
}

.video-ready {
  margin-top: 55px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
  border: 1px dashed rgba(107,63,160,.35);
  border-radius: 20px;
  background: var(--purple-soft);
}

.video-ready-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #ff0033;
  color: white;
  font-size: 14px;
}

.video-ready strong {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}

.video-ready p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.article-video {
  margin-top: 55px;
  padding: 25px;
  border: 1px solid rgba(107,63,160,.16);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--purple-soft), #fff 72%);
}

.article-video-heading {
  margin-bottom: 19px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
}

.article-video-heading > div > span {
  display: block;
  margin-bottom: 3px;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.article-body .article-video-heading h2 {
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
}

.article-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 17px;
  background: #1d1524;
  box-shadow: 0 18px 45px rgba(36,19,48,.16);
}

.article-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-consent {
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(244,138,75,.3), transparent 26%),
    linear-gradient(145deg, #2c1738, #48285f);
}

.youtube-consent-copy {
  max-width: 520px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: white;
  text-align: center;
}

.youtube-consent-copy > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.youtube-consent-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 2vw, 19px);
}

.youtube-consent-copy p {
  margin: 0;
  max-width: 460px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.6;
}

.youtube-consent-copy button {
  min-height: 43px;
  margin-top: 4px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: white;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.youtube-consent-copy button:hover {
  background: var(--cream);
}

.article-video-link {
  display: inline-flex;
  margin-top: 17px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.article-video-link:hover {
  color: var(--orange-dark);
}

.article-sources {
  margin-top: 54px;
  padding-top: 31px;
  border-top: 1px solid var(--line);
}

.article-sources h2 {
  margin: 0 0 10px;
  font-size: 23px;
}

.article-sources > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.article-sources ul {
  margin-bottom: 0;
}

.article-sources a {
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(107,63,160,.25);
  text-underline-offset: 3px;
}

.author-box {
  margin-top: 55px;
  padding: 28px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 24px;
  align-items: center;
  border-radius: 22px;
  background: var(--purple-dark);
  color: white;
}

.author-box > img {
  width: 95px;
  height: 95px;
  padding: 7px;
  border-radius: 26px 26px 26px 8px;
  background: white;
  object-fit: contain;
}

.author-box span {
  color: #d9bfec;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-body .author-box h2 {
  margin: 5px 0 8px;
  color: white;
  font-size: 24px;
}

.author-box p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.65;
}

.author-box a {
  display: inline-block;
  margin-top: 10px;
  color: #ff9b64;
  font-size: 11px;
  font-weight: 800;
}

.related {
  padding-top: 30px;
}

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

/* Story and legal pages */

.story-hero {
  min-height: 610px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 70px max(7vw, 35px) 80px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 6vw;
  align-items: center;
}

.story-hero h1 {
  margin-top: 22px;
  font-size: clamp(54px, 5.7vw, 80px);
}

.story-hero-copy > p {
  max-width: 640px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.story-hero figure {
  height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 38px 38px 38px 10px;
  background: var(--orange);
  box-shadow: var(--shadow);
}

.story-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.story-body {
  max-width: 1050px;
  margin: 0 auto;
  padding: 85px 30px 110px;
  display: grid;
  grid-template-columns: 250px minmax(0, 680px);
  gap: 70px;
}

.story-body aside {
  position: sticky;
  top: 30px;
}

.story-body aside img {
  width: 115px;
  height: 115px;
  padding: 7px;
  border-radius: 30px 30px 30px 8px;
  background: var(--cream);
  object-fit: contain;
}

.story-body blockquote {
  margin: 25px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--orange);
  color: var(--purple-dark);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.story-copy {
  color: #3d3741;
  font-size: 16px;
  line-height: 1.86;
}

.story-copy .article-lead {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.62;
}

.story-copy h2 {
  margin: 52px 0 17px;
  font-size: 35px;
  line-height: 1.18;
  letter-spacing: -1.8px;
}

.story-copy p {
  margin: 0 0 21px;
}

.story-copy .button {
  margin-top: 15px;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 85px 30px 110px;
  color: #3d3741;
  font-size: 15px;
  line-height: 1.82;
}

.legal-page h1 {
  margin-top: 20px;
  color: var(--ink);
  font-size: clamp(50px, 6vw, 72px);
}

.legal-page .legal-updated {
  margin: 16px 0 38px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.legal-page .article-lead {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.legal-page h2 {
  margin: 48px 0 14px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.35px;
}

.legal-page h3 {
  margin: 29px 0 8px;
  color: var(--purple-dark);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.legal-page a {
  color: var(--purple);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(107,63,160,.25);
  text-underline-offset: 3px;
}

.cookie-table-wrap {
  margin: 23px 0;
  overflow-x: auto;
}

.legal-page table {
  width: 100%;
  border-collapse: collapse;
  min-width: 580px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
}

.legal-page th,
.legal-page td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-page th {
  color: var(--purple-dark);
  background: var(--purple-soft);
  font-size: 10px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.legal-page tr:last-child td {
  border-bottom: 0;
}

.cookie-copy details a {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 980px) {
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-card:last-child {
    grid-column: 1 / -1;
  }

  .principle-grid {
    grid-template-columns: 1fr 1fr;
  }

  .principle-grid article:last-child {
    grid-column: 1 / -1;
  }

  .blog-hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .blog-hero-note {
    max-width: 650px;
  }

  .article-hero-grid {
    gap: 40px;
  }

  .article-cover {
    height: 440px;
  }

  .article-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 40px;
  }

  .story-hero {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .article-grid,
  .principle-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-card:last-child,
  .principle-grid article:last-child {
    grid-column: auto;
  }

  .article-card-image {
    height: 230px;
  }

  .principle-grid article {
    min-height: 270px;
  }

  .community {
    padding: 80px 19px;
  }

  .blog-hero {
    min-height: auto;
    padding: 75px 22px;
  }

  .blog-hero h1 {
    font-size: clamp(48px, 14vw, 65px);
    letter-spacing: -3px;
  }

  .blog-hero-copy > p {
    font-size: 15px;
  }

  .blog-hero-note {
    padding: 28px 24px;
  }

  .editorial-promise {
    grid-template-columns: 1fr;
    padding: 75px 23px;
  }

  .article-hero {
    padding: 30px 21px 48px;
  }

  .article-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .article-hero h1 {
    font-size: clamp(43px, 12vw, 59px);
    letter-spacing: -2.8px;
  }

  .article-hero-copy > p {
    font-size: 15px;
  }

  .article-cover {
    height: 390px;
  }

  .article-layout {
    padding: 50px 21px 75px;
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: relative;
    top: 0;
    order: 2;
  }

  .article-body {
    font-size: 15px;
  }

  .article-body .article-lead {
    font-size: 19px;
  }

  .article-body h2 {
    margin-top: 47px;
    font-size: 30px;
  }

  .article-callout {
    padding: 23px 22px;
  }

  .author-box {
    grid-template-columns: 72px 1fr;
    padding: 23px 20px;
  }

  .author-box > img {
    width: 72px;
    height: 72px;
    border-radius: 20px 20px 20px 7px;
  }

  .story-hero {
    padding: 58px 21px 0;
    grid-template-columns: 1fr;
  }

  .story-hero h1 {
    font-size: clamp(47px, 13vw, 64px);
    letter-spacing: -3px;
  }

  .story-hero-copy > p {
    font-size: 16px;
  }

  .story-hero figure {
    height: 450px;
    border-radius: 28px 28px 0 0;
  }

  .story-body {
    padding: 65px 21px 85px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .story-body aside {
    position: relative;
    top: 0;
  }

  .story-copy {
    font-size: 15px;
  }

  .story-copy .article-lead {
    font-size: 19px;
  }

  .story-copy h2 {
    font-size: 30px;
  }

  .legal-page {
    padding: 65px 21px 85px;
  }

  .legal-page h1 {
    font-size: 48px;
    letter-spacing: -2.8px;
  }
}
