@font-face {
  font-family: "Biski";
  src: url("/assets/fonts/biski-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Biski";
  src: url("/assets/fonts/biski-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: "Livvic";
  src: url("/assets/fonts/livvic-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #0d0d12;
  --surface-2: #17171e;
  --text: #ffffff;
  --muted: #d4d4dc;
  --pink: #d85ee9;
  --pink-bright: #f681ff;
  --red: #ff2414;
  --yellow: #ffdb2e;
  --blue: #25bdf3;
  --green: #65e662;
  --purple: #9d62ff;
  --radius: 28px;
  --shadow: 0 22px 80px rgb(0 0 0 / 42%);
  --font-rounded: "Biski", "Arial Rounded MT Bold", sans-serif;
  --font-body: "Livvic", "Trebuchet MS", sans-serif;
  --font-nav: "Poppins", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--bg); }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.48;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }
body.lightbox-open { overflow: hidden; }
body.contact-open { overflow: hidden; }

[hidden] { display: none !important; }

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-underline-offset: 0.18em; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
  border-radius: 8px;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  transform: translateY(-180%);
  padding: 10px 16px;
  border-radius: 999px;
  background: white;
  color: black;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgb(255 255 255 / 11%);
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-nav);
  font-size: 1.05rem;
  font-weight: 800;
}

.brand img { width: 52px; height: 52px; object-fit: contain; }

.site-nav { display: flex; align-items: center; gap: clamp(22px, 4vw, 54px); }

.site-nav a, .footer-nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-family: var(--font-nav);
  font-weight: 800;
  font-size: 0.94rem;
}

.site-nav a::after, .footer-nav a::after {
  content: "";
  position: absolute;
  inset: auto 50% -6px;
  height: 2px;
  background: var(--pink-bright);
  transition: inset 180ms ease;
}

.site-nav a:hover::after, .site-nav a[aria-current="page"]::after, .footer-nav a:hover::after { inset-inline: 0; }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  padding: 0;
}

.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 4px; background: white; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.star-field { position: relative; isolation: isolate; overflow: hidden; }

.star-field::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.36;
  background-image:
    radial-gradient(circle at 7% 18%, #22a7ff 0 2px, transparent 3px),
    radial-gradient(circle at 93% 31%, #a35bff 0 2px, transparent 3px),
    radial-gradient(circle at 24% 78%, #ffcf30 0 2px, transparent 3px),
    radial-gradient(circle at 77% 70%, #ff4fa8 0 2px, transparent 3px);
  background-size: 310px 330px, 360px 290px, 410px 370px, 460px 410px;
}

.particle { position: absolute; z-index: -1; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 18px currentColor; }
.particle--blue { color: var(--blue); background: currentColor; }
.particle--pink { color: var(--pink); background: currentColor; }
.particle--yellow { color: var(--yellow); background: currentColor; }
.particle--purple { color: var(--purple); background: currentColor; }
.p1 { left: 5%; top: 22%; }.p2 { right: 8%; top: 65%; }.p3 { left: 45%; top: 17%; }.p4 { right: 37%; top: 47%; }

.hero { min-height: 780px; display: grid; align-items: center; padding: 118px 0 70px; }

.hero__inner { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr); align-items: center; gap: clamp(34px, 6vw, 88px); }

.hero__art { position: relative; min-height: 520px; }
.hero__strawberry { position: absolute; z-index: 2; inset: 3% auto auto 0; width: min(100%, 510px); }
.hero__blueberry { position: absolute; z-index: 3; right: 1%; bottom: 0; width: min(43%, 210px); }
.hero__copy { position: relative; text-align: center; }
.hero__copy h1, .hero__copy > p, .hero__copy > .button { position: relative; z-index: 2; }
.hero__friend { position: absolute; z-index: 1; width: clamp(112px, 9.5vw, 135px); top: -178px; right: 5%; transform: rotate(12deg); pointer-events: none; }

h1, h2, h3 { margin: 0 0 0.45em; font-family: var(--font-rounded); line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 4.7vw, 4.35rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.2rem); }

.hero h1 { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 0.16em; font-size: clamp(2.35rem, 4vw, 4rem); }
.hero__subtitle { color: white; }
.rainbow-title { display: inline-flex; white-space: nowrap; }
.rainbow-title span:nth-child(6n + 1) { color: #76dd5f; }
.rainbow-title span:nth-child(6n + 2) { color: #3ec8ef; }
.rainbow-title span:nth-child(6n + 3) { color: #ffc839; }
.rainbow-title span:nth-child(6n + 4) { color: #ff62ab; }
.rainbow-title span:nth-child(6n + 5) { color: #b968ef; }
.rainbow-title span:nth-child(6n + 6) { color: #f0f0f0; }

.hero__copy > p { max-width: 630px; margin: 0 auto 30px; color: #f1f1f4; font-size: clamp(1rem, 1.5vw, 1.14rem); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 30px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: white;
  font-family: var(--font-nav);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  box-shadow: 0 10px 28px rgb(0 0 0 / 30%);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 36px rgb(0 0 0 / 40%); }
.button--youtube { min-width: 250px; background: var(--red); font-size: 1.25rem; text-transform: none; }
.button--youtube svg { width: 31px; margin-right: 11px; fill: currentColor; }
.button--pink { background: linear-gradient(135deg, #c74bdf, #f178fa); }
.button--outline { border-color: white; background: transparent; }
.button--outline:hover { background: white; color: black; }

.section { padding: clamp(80px, 9vw, 122px) 0; }
.section-heading { max-width: 960px; margin: 0 auto 54px; text-align: center; }
.section-heading > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.eyebrow { margin: 0 0 12px; color: var(--pink-bright); font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; font-size: 0.79rem; }

.videos { padding: 104px 0 122px; }
.videos .section-heading { max-width: 1040px; margin-bottom: 58px; }
.videos .section-heading h2 { font-size: clamp(2.25rem, 3.45vw, 2.72rem); white-space: nowrap; }
.videos .section-heading > p:last-child { font-size: clamp(1rem, 1.75vw, 1.38rem); }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1120px; margin-inline: auto; }
.video-card { position: relative; overflow: hidden; border: 5px solid white; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.video-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 350ms ease, filter 350ms ease; }
.video-card:hover img { transform: scale(1.045); filter: saturate(1.12) brightness(1.04); }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 70px; height: 70px; transform: translate(-50%, -50%); border-radius: 50%; background: rgb(255 255 255 / 94%); box-shadow: 0 14px 36px rgb(0 0 0 / 32%); }
.play-button::after { content: ""; position: absolute; left: 29px; top: 20px; border-left: 25px solid var(--red); border-top: 15px solid transparent; border-bottom: 15px solid transparent; }

.benefits { padding-block: 145px 52px; }
.wave { position: absolute; left: -4%; width: 108%; height: 70px; top: 20px; border-top: 7px solid white; border-radius: 50%; transform: rotate(1deg); }
.benefits__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr); align-items: center; gap: 72px; max-width: 1140px; }
.benefits__copy { position: relative; z-index: 2; min-width: 0; }
.benefits__copy h2 { font-size: clamp(2.8rem, 4.5vw, 3.55rem); white-space: nowrap; }
.benefit-list { display: grid; gap: 15px; margin: 28px 0 0; padding-left: 1.2rem; }
.benefit-list li { padding-left: 0.2rem; color: #f3f3f5; font-size: 0.97rem; line-height: 1.45; }
.benefits__art { position: relative; z-index: 1; width: 100%; max-width: 600px; margin-inline: auto; }
.benefits__scene { display: block; width: 100%; height: auto; overflow: visible; }

.train-section { padding: 42px 0 0; }
.train-stage { position: relative; width: 100%; }
.train-full { display: block; width: 100%; height: auto; max-width: none; margin-inline: auto; }

.printables-preview { padding: 62px 0 84px; }
.printables-preview .section-heading { margin-bottom: 50px; }
.printables-title-row { display: flex; align-items: center; justify-content: center; gap: 13px; }
.printables-title-row h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.3rem); text-transform: uppercase; }
.printables-title-row img { width: 58px; margin: -16px 0 2px; transform: rotate(-7deg); }
.printables-preview .section-heading > p:last-child { max-width: 590px; margin-top: 8px; font-size: 0.92rem; }
.preview-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 58px 0; align-items: start; max-width: 956px; margin-inline: auto; }
.preview-grid .printable-card--portrait { grid-column: span 3; width: min(100%, 180px); justify-self: center; }
.preview-grid .printable-card--landscape { grid-column: span 4; width: min(100%, 290px); justify-self: center; }
.library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 48px; align-items: start; max-width: 1050px; margin-inline: auto; }
.library-grid + .library-grid { margin-top: 76px; }
.printable-card { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 0; }
.printable-image-link { display: block; width: 100%; border-radius: 6px; text-decoration: none; }
.printable-card img { width: 100%; min-height: 0; border-radius: 6px; background: white; object-fit: contain; box-shadow: 0 18px 60px rgb(0 0 0 / 42%); transition: transform 220ms ease; }
.printable-image-link:hover img { transform: translateY(-5px); }
.printable-card .button { width: min(100%, 220px); }
.preview-grid .printable-card .button { min-height: 40px; width: min(100%, 170px); padding: 8px 18px; font-size: 1.02rem; text-decoration: none; }
.section-action { margin-top: 58px; text-align: center; }

.site-footer { padding: 28px 0 20px; border-top: 0; background: #000; text-align: center; }
.footer-apple { width: clamp(145px, 16vw, 210px); margin: 0 auto 16px; filter: drop-shadow(0 18px 35px rgb(0 0 0 / 35%)); }
.footer-curve { width: 100%; height: 100px; margin: 0 0 -34px; pointer-events: none; }
.footer-curve svg { display: block; width: 100%; height: 100%; overflow: visible; }
.footer-curve path { fill: none; stroke: white; stroke-width: 5; vector-effect: non-scaling-stroke; }
.footer-social { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 34px); }
.footer-icon { display: grid; place-items: center; width: clamp(42px, 4.2vw, 52px); aspect-ratio: 1; border-radius: 50%; background: #fff; color: #000; box-shadow: 0 10px 25px rgb(0 0 0 / 30%); transition: transform 180ms ease; }
.footer-icon:hover { transform: translateY(-3px) scale(1.04); }
.footer-icon img { width: 100%; height: 100%; object-fit: contain; }
.footer-icon svg { width: 56%; height: 56%; fill: currentColor; }
.footer-icon .icon-stroke { width: 54%; height: 54%; fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.footer-privacy { display: inline-block; margin-top: 22px; font-family: var(--font-body); font-size: 0.86rem; text-decoration: none; }
.footer-privacy:hover { text-decoration: underline; }
.copyright { margin-top: 8px; color: #fff; font-size: 0.75rem; font-weight: 700; }

.page-hero { padding: 145px 0 80px; }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr); align-items: center; gap: 60px; }
.page-hero h1 span { display: block; color: var(--pink-bright); }
.page-hero p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.page-hero img { width: 100%; filter: drop-shadow(0 20px 45px rgb(0 0 0 / 45%)); }

.printables-library { padding-top: 40px; }
.library-grid--portrait .printable-card { width: min(100%, 250px); justify-self: center; }
.library-grid--landscape .printable-card { width: min(100%, 320px); justify-self: center; }
.library-grid .printable-card { height: auto; }
.library-grid .printable-card img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: auto; object-fit: initial; }
.library-grid .printable-card .button { min-height: 44px; width: min(100%, 195px); padding: 10px 20px; font-size: 1.08rem; text-decoration: none; }

.printable-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  overflow: auto;
  background: rgb(0 0 0 / 74%);
  backdrop-filter: blur(12px) brightness(0.62);
  -webkit-backdrop-filter: blur(12px) brightness(0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.printable-lightbox.is-open { opacity: 1; visibility: visible; }

.printable-lightbox__figure {
  display: grid;
  place-items: center;
  width: min(94vw, 1180px);
  min-height: 0;
  margin: 0;
  pointer-events: none;
}

.printable-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 72px);
  border-radius: 8px;
  background: white;
  object-fit: contain;
  box-shadow: 0 28px 90px rgb(0 0 0 / 68%);
  transform: scale(0.965);
  transition: transform 180ms ease;
  pointer-events: auto;
}

.printable-lightbox.is-open .printable-lightbox__image { transform: scale(1); }

.printable-lightbox__close {
  position: fixed;
  top: clamp(14px, 2.5vw, 30px);
  right: clamp(14px, 2.5vw, 30px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid rgb(255 255 255 / 82%);
  border-radius: 50%;
  background: rgb(8 8 10 / 78%);
  color: white;
  font: 300 2.15rem/1 Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 34px rgb(0 0 0 / 45%);
  transition: transform 160ms ease, background-color 160ms ease;
}

.printable-lightbox__close:hover { transform: scale(1.06); background: rgb(30 30 34 / 94%); }

.contact-dialog {
  width: min(640px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 3px solid #e1a3ef;
  border-radius: 44px 52px 42px 50px;
  background: #fffaff;
  color: #2b1741;
  color-scheme: light;
  box-shadow: 0 0 0 7px rgb(215 101 238 / 9%), 0 24px 100px rgb(0 0 0 / 55%);
}
.contact-dialog::backdrop {
  background: rgb(4 0 12 / 68%);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.contact-dialog[open] { animation: contactAppear 200ms ease-out; }
.contact-dialog__content { position: relative; padding: 28px 36px 24px; }
.contact-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eee2f5;
  color: #422052;
  font: 300 30px/1 Arial, sans-serif;
  cursor: pointer;
}
.contact-dialog__close:hover { background: #e3cef0; }
.contact-dialog__header { display: flex; align-items: center; gap: 20px; padding-right: 24px; margin-bottom: 22px; }
.contact-dialog__friend { position: relative; flex: 0 0 108px; }
.contact-dialog__friend img { width: 100%; transform: rotate(-9deg); }
.contact-spark { position: absolute; font: 26px/1 Arial, sans-serif; }
.contact-spark--yellow { color: #edb900; top: 1px; right: -6px; }
.contact-spark--blue { color: #03bddd; bottom: 0; left: -5px; font-size: 21px; }
.contact-dialog__eyebrow { margin: 0 0 5px; color: #854296; font-size: 0.82rem; font-weight: 700; }
.contact-dialog h2 { margin: 0 0 5px; color: #562069; font-size: clamp(2.1rem, 5vw, 2.9rem); }
#contact-intro { margin: 0; color: #67506f; font-size: 0.95rem; }
.contact-form { display: grid; gap: 16px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { display: grid; gap: 7px; min-width: 0; font-size: 0.94rem; font-weight: 700; }
.contact-field input, .contact-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 47px;
  padding: 12px 14px;
  border: 1.5px solid #d6c3df;
  border-radius: 13px;
  background: #fff;
  color: #2b1741;
  font: 400 1rem/1.4 var(--font-body);
}
.contact-field textarea { resize: vertical; min-height: 118px; max-height: 280px; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #83738d; opacity: 1; }
.contact-dialog :focus-visible { outline: 3px solid #9d45c0; outline-offset: 3px; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #9d45c0; }
.contact-form__honeypot { display: none; }
.contact-form__privacy { margin: -1px 0 0; color: #76617f; font-size: 0.76rem; line-height: 1.5; }
.contact-form__privacy a { color: #71328b; white-space: nowrap; }
.contact-form__status { margin: 0; padding: 11px 14px; border-radius: 12px; color: #563566; background: #f0e6f5; font-size: 0.91rem; overflow-wrap: anywhere; }
.contact-form__status:empty { display: none; }
.contact-form__status[data-state="error"] { color: #8d1f32; background: #ffedf0; }
.contact-form__status[data-state="success"] { color: #225b38; background: #e9f8ec; }
.contact-form__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 12px;
  min-height: 50px;
  min-width: 214px;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(115deg, #a335bf, #8d3abc);
  color: #fff;
  font: 700 1.08rem/1.3 var(--font-rounded);
  box-shadow: 0 6px 0 #ead4f0;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.contact-form__send:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #ead4f0; }
.contact-form__send:disabled { opacity: 0.65; cursor: wait; transform: none; }
.contact-form__send svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-form__recipient { margin: 0; text-align: center; color: #796482; font-size: 0.75rem; overflow-wrap: anywhere; }
@keyframes contactAppear { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 520px) {
  .contact-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 28px; }
  .contact-dialog__content { padding: 28px 20px 22px; }
  .contact-dialog__header { gap: 12px; padding-right: 20px; margin-bottom: 20px; }
  .contact-dialog__friend { flex-basis: 68px; }
  .contact-dialog__eyebrow { font-size: 0.68rem; }
  .contact-dialog h2 { font-size: 2rem; }
  #contact-intro { font-size: 0.82rem; }
  .contact-dialog__close { top: 8px; right: 8px; width: 40px; height: 40px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 14px; }
  .contact-form { gap: 14px; }
  .contact-field { gap: 5px; }
  .contact-field textarea { min-height: 105px; }
  .contact-form__send { width: 100%; }
}

.policy-page { min-height: 100vh; padding: 140px 0 90px; }
.policy-wrap { width: min(960px, calc(100% - 40px)); }
.policy-card { padding: clamp(26px, 6vw, 78px); border: 1px solid rgb(255 255 255 / 11%); border-radius: 38px; background: #fafafa; color: #16151a; box-shadow: var(--shadow); }
.policy-card h1, .policy-card h2 { color: #151419; }
.policy-card h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.policy-card h2 { margin-top: 1.7em; font-size: clamp(1.38rem, 2.5vw, 1.9rem); }
.policy-card p, .policy-card li { color: #3a3840; }
.policy-card a { color: #8e289f; font-weight: 800; }
.policy-card address { font-style: normal; }
.policy-header { padding-bottom: 28px; margin-bottom: 34px; border-bottom: 2px solid #e7e4eb; }
.policy-header .eyebrow { color: #962ea8; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes bounceSoft { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(2deg); } }
@keyframes friendFloat { 0%, 100% { transform: translateY(0) rotate(12deg); } 50% { transform: translateY(-10px) rotate(14deg); } }
.float-slow { animation: float 4.8s ease-in-out infinite; }
.float-slower { animation: float 6.4s ease-in-out infinite reverse; }
.hero__friend.float-slower { animation-name: friendFloat; }
.bounce-soft { animation: bounceSoft 3.8s ease-in-out infinite; }

@media (max-width: 920px) {
  .site-header.is-scrolled { background: #000; backdrop-filter: none; }
  .site-header__inner { min-height: 74px; }
  .menu-toggle { display: block; z-index: 102; }
  .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    background: rgb(0 0 0 / 96%);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    overflow-y: auto;
    padding: 96px 24px 40px;
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: 1.55rem; }
  .hero { padding-top: 120px; }
  .hero__inner { grid-template-columns: 1fr; gap: 22px; }
  .hero__art { min-height: 440px; width: min(100%, 590px); margin-inline: auto; }
  .hero__copy { max-width: 720px; margin-inline: auto; }
  .hero__friend { width: 120px; top: -158px; right: 3%; opacity: 0.92; }
  .videos .section-heading h2 { white-space: normal; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits__inner { grid-template-columns: 1fr; gap: 34px; }
  .benefits__art { max-width: 520px; }
  .preview-grid, .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preview-grid { gap: 52px 30px; }
  .preview-grid .printable-card--portrait { grid-column: auto; width: min(100%, 230px); }
  .preview-grid .printable-card--landscape { grid-column: auto; width: min(100%, 330px); }
  .preview-grid .printable-card:nth-child(7) { grid-column: 1 / -1; width: calc(50% - 15px); justify-self: center; }
  .page-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .page-hero p:not(.eyebrow) { margin-inline: auto; }
  .page-hero img { width: min(100%, 470px); margin-inline: auto; }
}

@media (max-width: 620px) {
  .container, .policy-wrap { width: min(100% - 28px, 1180px); }
  .brand span { display: none; }
  .hero { min-height: auto; padding: 105px 0 60px; }
  .hero__art { min-height: 340px; }
  .hero__strawberry { width: 92%; }
  .hero__blueberry { width: 35%; right: 0; }
  .hero__copy { padding-top: 10px; }
  .hero__friend { display: none; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero__subtitle { width: 100%; margin-top: 3px; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 34px; }
  .videos { padding-block: 78px; }
  .videos .section-heading h2 { font-size: clamp(1.9rem, 8.3vw, 2.25rem); }
  .videos .section-heading > p:last-child { font-size: 1rem; }
  .video-grid { grid-template-columns: 1fr; gap: 16px; }
  .play-button { width: 58px; height: 58px; }
  .play-button::after { left: 24px; top: 16px; border-left-width: 21px; border-top-width: 13px; border-bottom-width: 13px; }
  .benefits { padding-top: 125px; }
  .wave { top: 12px; height: 50px; }
  .benefits__copy h2 { font-size: clamp(2.35rem, 12vw, 3rem); white-space: normal; }
  .benefit-list { gap: 19px; }
  .benefits__art { max-width: 430px; }
  .train-section { padding-top: 18px; }
  .preview-grid, .library-grid { grid-template-columns: 1fr; }
  .preview-grid { width: min(100%, 340px); margin-inline: auto; gap: 44px; }
  .preview-grid .printable-card:nth-child(7) { grid-column: auto; width: 100%; }
  .preview-grid .printable-card--portrait { width: min(100%, 230px); justify-self: center; }
  .preview-grid .printable-card--landscape { width: min(100%, 320px); justify-self: center; }
  .library-grid { width: min(100%, 530px); margin-inline: auto; gap: 54px; }
  .printable-card img { max-height: none; }
  .printable-lightbox { padding: 14px; }
  .printable-lightbox__figure { width: 100%; }
  .printable-lightbox__image { max-height: calc(100dvh - 44px); border-radius: 5px; }
  .printable-lightbox__close { top: 12px; right: 12px; width: 48px; height: 48px; }
  .printables-title-row h2 { font-size: 2rem; }
  .printables-title-row img { width: 48px; }
  .site-footer { padding-top: 20px; }
  .footer-apple { width: clamp(125px, 32vw, 150px); margin-bottom: 10px; }
  .footer-curve { height: 84px; margin-bottom: -28px; }
  .footer-curve path { stroke-width: 4; }
  .footer-icon { width: 42px; }
  .page-hero { padding-top: 120px; }
  .policy-page { padding-top: 112px; }
  .policy-card { border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
