@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/dm-sans-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/playfair-display-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500 600;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/playfair-display-italic-latin.woff2') format('woff2');
  font-display: swap;
  font-style: italic;
  font-weight: 500 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/poppins-500-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/poppins-600-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/poppins-700-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/poppins-800-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Playlist Script';
  src: url('/playlist-script.otf') format('opentype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #171413;
  --paper: #faf7f3;
  --cream: #f4efea;
  --blush: #f4cad8;
  --rose: #ec9bb6;
  --pink: #f64fa5;
  --berry: #b01b30;
  --green: #294a38;
  --line: rgba(23, 20, 19, 0.14);
  --sans: 'DM Sans', sans-serif;
  --display: 'Playfair Display', serif;
  --bold: 'Poppins', sans-serif;
  --script: 'Playlist Script', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.announcement { background: var(--green); color: white; padding: 10px 20px; text-align: center; font: 600 10px/1.4 var(--bold); letter-spacing: .22em; text-transform: uppercase; }
.site-nav { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px clamp(22px, 6vw, 88px); border-bottom: 1px solid var(--line); background: rgba(250,247,243,.93); }
.site-nav > a { display: flex; min-width: 0; align-items: center; }
.brand-logo { width: clamp(178px, 18vw, 238px); height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.brand-logo--master { width: clamp(184px, 17vw, 220px); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font: 600 11px/1 var(--bold); letter-spacing: .08em; text-transform: uppercase; }
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font: 700 11px/1 var(--bold); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.pill:hover { transform: translateY(-2px); }
.pill--dark { background: var(--ink); color: white; }
.pill--pink { border-color: var(--pink); background: var(--pink); color: white; }
.eyebrow { margin: 0 0 18px; font: 700 10px/1.4 var(--bold); letter-spacing: .24em; text-transform: uppercase; }
.script { color: var(--pink); font-family: var(--script); font-size: 1.1em; font-weight: 400; line-height: .8; vertical-align: -.03em; }

.manual-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); min-height: 690px; border-bottom: 1px solid var(--line); }
.manual-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 118px); }
.manual-hero h1 { max-width: 700px; margin: 0; font: 500 clamp(64px, 8vw, 126px)/.83 var(--display); letter-spacing: -.055em; }
.manual-hero h1 em { color: var(--pink); font-weight: 500; }
.manual-hero__copy > p:not(.eyebrow) { max-width: 530px; margin: 34px 0 0; color: #5d5653; font-size: 17px; line-height: 1.65; }
.manual-hero__visual { position: relative; min-height: 560px; overflow: hidden; background: var(--blush); }
.manual-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.manual-hero__stamp { position: absolute; right: 5%; bottom: 6%; width: min(82%, 490px); padding: 22px 28px; border: 1px solid rgba(23,20,19,.16); background: rgba(250,247,243,.94); }
.manual-hero__stamp img { height: auto; }
.palette-ribbon { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 82px; }
.palette-ribbon span { position: relative; }
.palette-ribbon small { position: absolute; left: 12px; bottom: 10px; font: 700 9px/1 var(--bold); letter-spacing: .08em; text-transform: uppercase; }

.launch-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); min-height: calc(100vh - 118px); }
.launch-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 116px); }
.launch-hero h1 { max-width: 760px; margin: 0; font: 500 clamp(58px, 7.3vw, 112px)/.88 var(--display); letter-spacing: -.055em; }
.launch-hero h1 strong { font-family: var(--bold); font-size: .9em; font-weight: 800; letter-spacing: -.065em; }
.launch-hero__lede { max-width: 550px; margin: 32px 0; color: #5d5653; font-size: 18px; line-height: 1.65; }
.launch-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.launch-hero__proof { margin-top: 38px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.launch-hero__visual { position: relative; min-height: 620px; overflow: hidden; background: var(--rose); }
.launch-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.launch-hero__visual::after { content: ''; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.72); pointer-events: none; }
.photo-tag { position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(90deg) translateY(-100%); transform-origin: top right; padding: 11px 18px; background: var(--pink); color: white; font: 700 10px/1 var(--bold); letter-spacing: .18em; text-transform: uppercase; }

.placeholder-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.placeholder-strip article { min-height: 190px; padding: 38px; border-right: 1px solid var(--line); }
.placeholder-strip article:last-child { border-right: 0; }
.placeholder-strip b { display: block; margin-bottom: 12px; color: var(--pink); font: 500 32px/1 var(--display); }
.placeholder-strip h2 { margin: 0 0 10px; font: 600 22px/1.2 var(--bold); }
.placeholder-strip p { margin: 0; color: #6b6360; line-height: 1.55; }

@media (max-width: 900px) {
  .nav-links a:not(.pill) { display: none; }
  .manual-hero, .launch-hero { grid-template-columns: 1fr; }
  .manual-hero__copy, .launch-hero__copy { padding: 72px 28px; }
  .manual-hero__visual, .launch-hero__visual { min-height: 540px; }
  .placeholder-strip { grid-template-columns: 1fr; }
  .placeholder-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .site-nav { min-height: 70px; padding: 10px 18px; }
  .brand-logo { width: 160px; max-height: 46px; }
  .nav-links .pill { min-height: 40px; padding: 0 15px; font-size: 9px; }
  .manual-hero h1, .launch-hero h1 { font-size: 54px; }
  .manual-hero__visual, .launch-hero__visual { min-height: 440px; }
  .palette-ribbon { grid-template-columns: repeat(3, 1fr); min-height: 150px; }
}

/* Full brand system */
.progress { position: fixed; inset: 0 auto auto 0; z-index: 50; width: 0; height: 3px; background: var(--pink); }
.section { padding: clamp(82px, 10vw, 150px) clamp(22px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.section--compact { padding-top: clamp(56px, 7vw, 94px); padding-bottom: clamp(56px, 7vw, 94px); }
.section--pink { background: var(--blush); }
.section--green { background: var(--green); color: white; }
.section--berry { background: var(--berry); color: white; }
.section--ink { background: var(--ink); color: white; }
.section-inner { width: min(100%, 1320px); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 48px; margin-bottom: clamp(48px, 7vw, 92px); }
.section-index { font: 700 10px/1 var(--bold); letter-spacing: .2em; text-transform: uppercase; }
.section-title { margin: 0; font: 500 clamp(48px, 6vw, 86px)/.94 var(--display); letter-spacing: -.045em; }
.section-title strong { font-family: var(--bold); font-size: .93em; font-weight: 800; letter-spacing: -.055em; }
.section-intro { max-width: 660px; margin: 24px 0 0; color: #655e5b; font-size: 17px; line-height: 1.7; }
.section--green .section-intro, .section--berry .section-intro, .section--ink .section-intro { color: rgba(255,255,255,.72); }

.architecture-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.architecture-main { min-height: 420px; padding: clamp(34px, 5vw, 72px); border: 1px solid var(--line); background: white; }
.architecture-main .brand-logo { width: min(100%, 560px); margin-bottom: 74px; }
.architecture-main h3 { margin: 0 0 18px; font: 600 30px/1.15 var(--bold); }
.architecture-main p { max-width: 560px; margin: 0; color: #655e5b; font-size: 17px; line-height: 1.65; }
.architecture-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.architecture-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 200px; padding: 32px; }
.architecture-card--active { border: 1px solid var(--line); background: var(--blush); color: var(--ink); }
.architecture-card--future { border: 1px solid var(--line); background: var(--cream); }
.architecture-label { font: 700 9px/1 var(--bold); letter-spacing: .18em; text-transform: uppercase; }
.architecture-lockup { width: min(100%, 420px); margin-top: 20px; }
.architecture-name { margin: 24px 0 0; font: 600 42px/1 var(--display); }
.architecture-name .script { display: block; margin-top: 8px; color: inherit; font-size: .78em; }

.logo-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.logo-card { position: relative; min-height: 330px; padding: clamp(28px, 4vw, 54px); overflow: hidden; border: 1px solid var(--line); background: white; }
.logo-card--dark { background: var(--cream); color: var(--ink); }
.logo-card__label { font: 700 9px/1 var(--bold); letter-spacing: .18em; text-transform: uppercase; }
.logo-card__body { display: flex; min-height: 230px; align-items: center; justify-content: center; }
.logo-card__body img { width: min(100%, 610px); }
.logo-card--dark .logo-card__body { flex-direction: column; gap: 6px; }
.future-word { font: 600 clamp(46px, 7vw, 84px)/.9 var(--display); font-style: italic; }
.future-sub { color: var(--pink); font: 400 clamp(38px, 5vw, 64px)/1 var(--script); }
.future-note { max-width: 330px; margin: 12px auto 0; color: #655e5b; text-align: center; font-size: 13px; line-height: 1.55; }
.clearspace { display: grid; place-items: center; min-height: 430px; margin-top: 18px; padding: 34px; border: 1px solid var(--line); background: linear-gradient(90deg, transparent 49.9%, rgba(23,20,19,.08) 50%, transparent 50.1%), linear-gradient(transparent 49.9%, rgba(23,20,19,.08) 50%, transparent 50.1%); background-size: 33.333% 100%, 100% 33.333%; }
.clearspace-frame { position: relative; width: min(72%, 720px); padding: clamp(38px, 6vw, 76px); border: 1px dashed rgba(23,20,19,.26); background: rgba(250,247,243,.7); }
.clearspace-frame img { width: 100%; }
.space-s { position: absolute; color: rgba(23,20,19,.25); font: italic 500 27px/1 var(--display); }
.space-s:nth-child(2) { left: -28px; top: 50%; }
.space-s:nth-child(3) { right: -28px; top: 50%; }
.space-s:nth-child(4) { top: -30px; left: 50%; }
.space-s:nth-child(5) { bottom: -30px; left: 50%; }

.palette-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.swatch { display: flex; min-height: 260px; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid rgba(23,20,19,.12); }
.swatch--light { color: var(--ink); }
.swatch--dark { color: white; }
.swatch-number { font: italic 500 28px/1 var(--display); opacity: .58; }
.swatch-name { font: 700 13px/1.15 var(--bold); text-transform: uppercase; }
.swatch-hex { display: inline-block; margin-top: 7px; border: 0; background: transparent; color: inherit; font: 500 11px/1 var(--sans); cursor: pointer; opacity: .74; }
.palette-rule { display: grid; grid-template-columns: 6fr 2fr 1fr 1fr; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); }
.palette-rule span { min-height: 72px; padding: 16px; font: 700 9px/1 var(--bold); letter-spacing: .12em; text-transform: uppercase; }

.type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.type-card { min-height: 350px; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); background: white; }
.type-card--pink { background: var(--pink); color: white; }
.type-card__meta { display: flex; justify-content: space-between; gap: 20px; font: 700 9px/1 var(--bold); letter-spacing: .15em; text-transform: uppercase; }
.type-sample { margin: 70px 0 20px; font-size: clamp(70px, 9vw, 126px); line-height: .78; }
.type-sample--display { font-family: var(--display); font-style: italic; }
.type-sample--bold { font-family: var(--bold); font-weight: 800; letter-spacing: -.08em; }
.type-sample--script { font-family: var(--script); font-size: clamp(94px, 11vw, 156px); font-weight: 400; letter-spacing: -.025em; }
.type-sample--body { font-family: var(--sans); font-weight: 400; letter-spacing: -.05em; }
.type-card p { max-width: 470px; margin: 0; color: #655e5b; line-height: 1.55; }
.type-card--pink p { color: rgba(255,255,255,.8); }

.graphic-reference { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.26); background: var(--paper); box-shadow: 0 26px 70px rgba(0,0,0,.16); }
.graphic-reference img { width: 100%; height: auto; }

.photo-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 310px 310px; gap: 14px; }
.photo-grid figure { position: relative; margin: 0; overflow: hidden; }
.photo-grid figure:first-child { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid figure:first-child img { object-position: 19% center; }
.photo-grid figure:nth-child(2) img { object-position: 50% 15%; }
.photo-grid figure:nth-child(3) img { object-position: 65% center; }
.photo-caption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: var(--paper); font: 700 9px/1 var(--bold); letter-spacing: .12em; text-transform: uppercase; }

.tone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tone-card { min-height: 360px; padding: 32px; border: 1px solid var(--line); }
.tone-card:nth-child(1) { background: var(--blush); }
.tone-card:nth-child(2) { background: var(--paper); }
.tone-card:nth-child(3) { background: var(--green); color: white; }
.tone-card__tag { font: 700 9px/1 var(--bold); letter-spacing: .16em; text-transform: uppercase; }
.tone-card blockquote { margin: 80px 0 18px; font: 500 clamp(34px, 3.6vw, 50px)/1.02 var(--display); }
.tone-card p { margin: 0; line-height: 1.55; opacity: .7; }

.mockup-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; }
.application-feature { display: grid; margin: 18px 0 0; padding: clamp(28px, 5vw, 72px); place-items: center; background: var(--cream); }
.application-feature img { width: min(100%, 620px); height: auto; box-shadow: 0 28px 70px rgba(23,20,19,.2); }
.phone-mock { display: grid; place-items: center; min-height: 650px; background: var(--pink); }
.phone-shell { width: min(72%, 330px); padding: 10px; border-radius: 42px; background: var(--ink); box-shadow: 0 30px 70px rgba(23,20,19,.26); }
.phone-screen { min-height: 560px; overflow: hidden; border-radius: 34px; background: var(--paper); }
.social-head { display: flex; align-items: center; gap: 9px; padding: 18px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.social-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--pink); }
.social-post { display: flex; min-height: 390px; flex-direction: column; justify-content: space-between; padding: 30px 24px; background: var(--blush); }
.social-post small { font: 700 9px/1 var(--bold); letter-spacing: .18em; text-transform: uppercase; }
.social-post strong { font: 500 44px/.98 var(--display); }
.social-post strong em { color: var(--pink); }
.social-post img { width: 82%; }
.social-footer { padding: 18px; font-size: 12px; }
.application-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.class-slide { display: grid; grid-template-columns: 1fr .7fr; min-height: 310px; background: var(--green); color: white; }
.class-slide__copy { padding: 42px; }
.class-slide h3 { margin: 55px 0 0; font: 500 50px/1 var(--display); }
.class-slide h3 em { color: var(--rose); }
.class-slide__rail { display: flex; align-items: flex-end; justify-content: flex-end; padding: 28px; background: var(--rose); color: var(--ink); font: 400 36px/1.2 var(--script); }
.packaging { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tote, .notebook { display: flex; min-height: 322px; align-items: center; justify-content: center; padding: 28px; }
.tote { background: var(--cream); }
.notebook { background: var(--berry); }
.tote-object { display: grid; width: 230px; min-height: 210px; place-items: center; border: 2px solid #c9b8ac; background: #efe6d8; box-shadow: 0 20px 45px rgba(23,20,19,.12); transform: rotate(-3deg); }
.tote-object::before { content: ''; position: absolute; width: 110px; height: 70px; margin-top: -252px; border: 9px solid #c9b8ac; border-bottom: 0; border-radius: 70px 70px 0 0; }
.tote-object img { width: 175px; }
.notebook-object { width: 220px; min-height: 250px; padding: 28px; border-radius: 4px; background: var(--blush); box-shadow: 16px 18px 0 rgba(23,20,19,.18); transform: rotate(4deg); }
.notebook-object small { display: block; font: 700 9px/1 var(--bold); letter-spacing: .17em; text-transform: uppercase; }
.notebook-object strong { display: block; margin-top: 72px; font: 500 35px/1 var(--display); }

.dont-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dont-card { position: relative; min-height: 250px; padding: 24px; border: 1px solid var(--line); background: white; }
.dont-card::before { content: '×'; position: absolute; top: 14px; right: 18px; color: var(--berry); font: 400 28px/1 var(--sans); }
.dont-sample { display: grid; min-height: 145px; place-items: center; text-align: center; }
.dont-sample img { width: min(100%, 230px); }
.dont-card:nth-child(1) .dont-sample img { filter: grayscale(1) sepia(.2) hue-rotate(170deg) saturate(7); }
.dont-card:nth-child(2) .dont-sample img { filter: hue-rotate(95deg) saturate(1.4); }
.dont-card:nth-child(3) .dont-sample img { transform: skew(-12deg) scaleX(1.13); }
.dont-card:nth-child(4) .dont-sample img { filter: drop-shadow(5px 5px 5px rgba(23,20,19,.45)) blur(.45px); }
.dont-card p { margin: 12px 0 0; font-size: 13px; }

.brand-close { display: grid; min-height: 620px; place-items: center; padding: 80px 22px; text-align: center; }
.brand-close img { width: min(85vw, 720px); margin: 0 auto 34px; }
.brand-close h2 { max-width: 760px; margin: 0 auto; font: 500 clamp(46px, 6vw, 82px)/.96 var(--display); }
.brand-close h2 em { color: var(--pink); }
.brand-close p { margin: 28px 0 0; font: 700 10px/1 var(--bold); letter-spacing: .2em; text-transform: uppercase; }

/* Launch page */
.md-page { background: #fcf9f6; }
.md-page img[src="/assets/images/socias-academy-logo.webp"] { height: auto; object-fit: contain; }
.md-page .deferred-section { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.md-hero { grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); min-height: calc(100svh - 34px); }
.md-hero .launch-hero__copy { padding: clamp(38px, 4.5vw, 72px); }
.md-hero__logo { width: clamp(190px, 17vw, 270px); margin: 0 0 clamp(24px, 3vh, 38px); }
.md-hero .eyebrow { margin-bottom: 13px; }
.md-hero h1 { max-width: 890px; font-size: clamp(42px, 4.35vw, 66px); line-height: .92; }
.md-hero h1 strong { color: var(--green); }
.md-hero__digital { color: var(--pink); font-style: italic; font-weight: 500; }
.md-hero__mobile-photo { display: none; }
.md-hero .launch-hero__lede { max-width: 660px; margin: 20px 0 0; font-size: 16px; line-height: 1.55; }
.md-hero__visual > img { object-position: 52% center; }
.md-date { font: 600 11px/1.3 var(--bold); letter-spacing: .08em; text-transform: uppercase; }
.md-inline-form { position: relative; max-width: 660px; margin-top: 18px; padding: 17px 18px 15px; overflow: hidden; border: 1px solid rgba(176,27,48,.2); border-radius: 20px; background: rgba(255,255,255,.84); box-shadow: 0 18px 46px rgba(69,49,47,.1); }
.md-inline-form::before { content: ''; position: absolute; top: 0; right: 20px; left: 20px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--rose)); }
.md-inline-form__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.md-inline-form__heading strong { font: 700 17px/1.15 var(--bold); letter-spacing: -.025em; text-transform: uppercase; }
.md-inline-form__heading span { padding: 5px 9px; border-radius: 999px; background: rgba(244,202,216,.55); color: #5f5753; font: 600 10px/1.3 var(--sans); white-space: nowrap; }
.md-inline-form label { display: block; margin: 0 0 9px 3px; font: 700 10px/1 var(--bold); letter-spacing: .14em; text-transform: uppercase; }
.md-inline-form label span { color: #746b67; font-weight: 500; }
.md-inline-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.md-inline-form input { width: 100%; min-height: 48px; padding: 0 20px; border: 1px solid rgba(176,27,48,.32); border-radius: 999px; outline: none; background: white; color: var(--ink); font: 500 16px/1 var(--sans); transition: border-color .2s ease, box-shadow .2s ease; }
.md-inline-form input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(246,79,165,.13); }
.md-inline-form input::placeholder { color: #a29792; }
.md-inline-form .pill { position: relative; gap: 12px; min-height: 48px; border: 0; box-shadow: 0 10px 24px rgba(246,79,165,.18); cursor: pointer; white-space: nowrap; }
.md-inline-form .pill span { position: absolute; right: 22px; font-size: 17px; font-weight: 400; }
.md-inline-form__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 9px 3px 0; }
.md-inline-form__meta small { color: #756c68; font-size: 10px; font-style: italic; }
.md-inline-form__notice { margin: 10px 3px 0; color: #655d59; font: 500 10px/1.42 var(--sans); letter-spacing: .01em; }
.md-inline-form__notice strong { color: var(--berry); }
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--pink); color: white; }
.marquee__track { display: flex; width: max-content; padding: 18px 0; animation: marquee 24s linear infinite; }
.marquee__track span { padding-right: 44px; font: 700 13px/1 var(--bold); letter-spacing: .12em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

.md-section-head { display: grid; grid-template-columns: 180px minmax(0, 860px); gap: 0 52px; margin-bottom: clamp(48px, 7vw, 84px); }
.md-section-head--clean { grid-template-columns: minmax(0, 860px); padding-left: 232px; }
.md-section-head .section-index { grid-row: 1 / span 2; }
.md-section-head h2 { margin: -10px 0 0; font: 500 clamp(54px, 6.8vw, 98px)/.92 var(--display); letter-spacing: -.05em; }
.md-section-head h2 em { color: var(--pink); font-family: var(--script); font-size: 1.05em; font-style: normal; font-weight: 400; }
.md-fit .md-section-head h2 em { position: relative; z-index: 1; display: inline-block; margin: 0 .04em; font-size: 1.48em; line-height: .68; transform: translateY(.1em) rotate(-4deg); transform-origin: center; }
.md-fit-answer { display: inline-block; color: var(--ink); font: inherit; }
.md-section-head > p:last-child { max-width: 620px; margin: 24px 0 0; color: #655e5b; font-size: 17px; line-height: 1.65; }
.md-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.md-fit-card { display: flex; min-height: 280px; flex-direction: column; justify-content: space-between; padding: clamp(28px, 3vw, 42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); }
.md-fit-card:nth-child(2), .md-fit-card:nth-child(6) { background: var(--cream); }
.md-fit-card:nth-child(4) { background: var(--blush); }
.md-fit-card span { color: var(--pink); font: italic 500 30px/1 var(--display); }
.md-fit-card p { max-width: 330px; margin: 0; font: 500 clamp(20px, 2vw, 27px)/1.25 var(--display); }

.md-reality { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 820px; }
.md-reality__title { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 108px); background: var(--green); color: white; }
.md-reality__title h2 { max-width: 620px; margin: 34px 0 0; font: 500 clamp(58px, 7vw, 102px)/.9 var(--display); letter-spacing: -.05em; }
.md-reality__title > h2:first-child { margin-top: 0; }
.md-reality__title h2 em { color: var(--rose); font-family: var(--script); font-size: 1.04em; font-style: normal; font-weight: 400; }
.md-reality__lead { max-width: 500px; margin: 42px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.md-reality__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 108px); background: var(--paper); }
.md-reality__copy > p { max-width: 680px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); color: #4f4946; font-size: 17px; line-height: 1.7; }
.md-reality__copy > p:first-child { padding-top: 0; }
.md-date-card { display: grid; grid-template-columns: auto 1fr; margin-top: 36px; padding: 32px; background: var(--pink); color: white; }
.md-date-card > span { font: 700 10px/1.2 var(--bold); letter-spacing: .16em; text-transform: uppercase; }
.md-date-card > span:nth-of-type(2) { align-self: end; padding-bottom: 8px; }
.md-date-card strong { grid-row: 2; font: 500 92px/.8 var(--display); }
.md-date-card p { grid-column: 2; grid-row: 1 / span 2; max-width: 520px; margin: 0; padding-left: 30px; font-size: 16px; line-height: 1.6; }

.md-next__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(56px, 8vw, 120px); align-items: start; }
.md-next__intro h2 { max-width: 650px; margin: 34px 0; font: 500 clamp(54px, 6vw, 86px)/.92 var(--display); letter-spacing: -.05em; }
.md-next__intro > h2:first-child { margin-top: 0; }
.md-next__intro h2 em { color: var(--pink); font-family: var(--bold); font-size: .9em; font-style: normal; font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.md-next__intro > p:last-child { max-width: 600px; color: #5f5754; font-size: 18px; line-height: 1.7; }
.md-next__list { padding: clamp(34px, 5vw, 62px); background: var(--paper); }
.md-next__list ol { margin: 0 0 34px; padding: 0; list-style: none; }
.md-next__list li { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); color: #3f3a37; font-size: 16px; line-height: 1.5; }
.md-next__list li span { color: var(--pink); font: italic 500 20px/1 var(--display); }
.md-next__today { margin: 0 0 28px; font: 500 26px/1.25 var(--display); }

.md-founder .founder__photo > img { object-position: right center; }
.md-founder .founder__logo { top: 26px; right: 28px; bottom: auto; left: auto; width: min(28%, 180px); }
.md-founder .founder__copy p { margin-top: 19px; }
.md-founder .founder__copy .section-index { margin: 0 0 38px; }
.md-founder .founder__sign { font-size: 62px; }

.md-section-head--center { display: block; max-width: 900px; margin-right: auto; margin-left: auto; text-align: center; }
.md-section-head--center .section-index { margin-bottom: 30px; }
.md-choice__mobile-nav { display: none; }
.md-choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.md-choice-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); }
.md-choice-card--before { background: var(--cream); }
.md-choice-card--after { background: var(--green); color: white; }
.md-choice-card__media { aspect-ratio: 1.34; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--blush); }
.md-choice-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.md-choice-card--after .md-choice-card__media img { object-position: center 52%; }
.md-choice-card__body { flex: 1; min-height: 470px; padding: clamp(34px, 5vw, 66px); }
.md-choice-card__body > span { font: 700 10px/1 var(--bold); letter-spacing: .16em; text-transform: uppercase; }
.md-choice-card h3 { max-width: 520px; margin: 82px 0 24px; font: 500 clamp(44px, 5vw, 70px)/.94 var(--display); letter-spacing: -.04em; }
.md-choice-card--after h3 { color: var(--rose); }
.md-choice-card p { max-width: 600px; margin: 0; color: #615a56; font-size: 17px; line-height: 1.7; }
.md-choice-card--after p { color: rgba(255,255,255,.76); }

.md-final { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; border-bottom: 1px solid var(--line); }
.md-final__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 116px); background: var(--pink); color: white; }
.md-final__copy h2 { max-width: 800px; margin: 0; font: 500 clamp(58px, 7vw, 104px)/.88 var(--display); letter-spacing: -.05em; }
.md-final__copy h2 em { color: var(--ink); font-family: var(--script); font-size: 1.03em; font-style: normal; font-weight: 400; }
.md-final__copy > p { max-width: 570px; margin: 34px 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; }
.md-final__button { align-self: flex-start; border: 0; cursor: pointer; }
.md-final__copy small { margin-top: 18px; font: 600 10px/1.3 var(--bold); letter-spacing: .12em; text-transform: uppercase; }
.md-final__brand { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(52px, 7vw, 96px); background: var(--paper); }
.md-final__brand img { width: min(100%, 560px); }
.md-final__brand p { max-width: 420px; margin: 0; font: 500 clamp(38px, 4.5vw, 66px)/1 var(--display); }
.md-final__photo { position: relative; display: block; min-height: 700px; overflow: hidden; padding: 0; }
.md-final__photo img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 42%; }

@media (min-width: 901px) and (max-height: 850px) {
  .md-hero .launch-hero__copy {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 38px;
  }
  .md-hero__logo { margin-bottom: 16px; }
}

.launch-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.launch-intro__side { position: sticky; top: 40px; }
.launch-intro__side p { max-width: 330px; color: #6a625f; line-height: 1.6; }
.launch-intro__main h2 { margin: 0; font: 500 clamp(54px, 7vw, 98px)/.94 var(--display); letter-spacing: -.04em; }
.launch-intro__main h2 em { color: var(--pink); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.principles article { padding: 34px 30px 10px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 30px; }
.principles article:last-child { border-right: 0; }
.principles b { color: var(--pink); font: italic 500 28px/1 var(--display); }
.principles h3 { margin: 44px 0 12px; font: 700 21px/1.2 var(--bold); }
.principles p { color: #6a625f; line-height: 1.55; }

.value-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; }
.value-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 8vw, 110px); background: var(--green); color: white; }
.value-copy h2 { margin: 0; font: 500 clamp(54px, 6.5vw, 92px)/.9 var(--display); }
.value-copy h2 em { color: var(--rose); }
.value-copy p { max-width: 520px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.value-board { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.value-board article { display: flex; min-height: 290px; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid var(--line); border-top: 0; border-left: 0; }
.value-board article:nth-child(1) { background: var(--blush); }
.value-board article:nth-child(2) { background: var(--paper); }
.value-board article:nth-child(3) { background: var(--pink); color: white; }
.value-board article:nth-child(4) { background: var(--cream); }
.value-board span { font: 700 10px/1 var(--bold); letter-spacing: .14em; text-transform: uppercase; }
.value-board h3 { margin: 0; font: 500 36px/1 var(--display); }

.program-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 64px; }
.program-head h2 { max-width: 760px; margin: 0; font: 500 clamp(56px, 7vw, 96px)/.92 var(--display); }
.program-head p { max-width: 370px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.6; }
.module-list { border-top: 1px solid rgba(255,255,255,.24); }
.module { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 36px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.module__no { color: var(--rose); font: italic 500 26px/1 var(--display); }
.module h3 { margin: 0; font: 600 clamp(28px, 3vw, 40px)/1 var(--bold); }
.module p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }

.founder { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 760px; }
.founder__photo { position: relative; overflow: hidden; }
.founder__photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 18% center; }
.founder__logo { position: absolute; left: 34px; bottom: 34px; width: min(64%, 390px); }
.founder__logo img { width: 100%; }
.founder__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 116px); background: var(--blush); }
.founder__copy h2 { margin: 0; font: 500 clamp(58px, 7vw, 100px)/.9 var(--display); }
.founder__copy h2 em { color: var(--pink); }
.founder__copy p { max-width: 530px; margin: 30px 0 0; color: #655e5b; font-size: 17px; line-height: 1.7; }
.founder__sign { margin-top: 38px; color: var(--pink); font: 400 39px/.9 var(--script); }

.manifesto { display: grid; place-items: center; min-height: 620px; padding: 90px 22px; text-align: center; }
.manifesto p { max-width: 1030px; margin: 0; font: 500 clamp(52px, 7vw, 104px)/.92 var(--display); }
.manifesto em { color: var(--pink); }
.manifesto small { display: block; margin-top: 38px; font: 700 10px/1 var(--bold); letter-spacing: .2em; text-transform: uppercase; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-wrap h2 { position: sticky; top: 40px; margin: 0; font: 500 clamp(56px, 7vw, 92px)/.9 var(--display); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 25px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font: 600 20px/1.35 var(--bold); list-style: none; }
.faq-list summary::after { content: '+'; color: var(--pink); font-size: 26px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 650px; margin: 18px 0 4px; color: #655e5b; line-height: 1.65; }

.final-cta { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.final-cta__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 116px); background: var(--pink); color: white; }
.final-cta__copy h2 { max-width: 820px; margin: 0; font: 500 clamp(58px, 7.3vw, 108px)/.88 var(--display); }
.final-cta__copy p { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.6; }
.final-cta__panel { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(42px, 6vw, 80px); background: var(--paper); }
.final-cta__panel img { width: min(100%, 520px); }
.final-cta__panel ul { display: grid; gap: 13px; margin: 40px 0; padding: 0; list-style: none; }
.final-cta__panel li { padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.final-cta__panel small { color: #6c6460; font-size: 11px; line-height: 1.55; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px clamp(22px, 6vw, 88px); background: var(--paper); }
.site-footer img { width: 210px; }
.site-footer p { margin: 0; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.copy-toast { position: fixed; right: 22px; bottom: 22px; z-index: 30; padding: 12px 16px; background: var(--ink); color: white; font-size: 12px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s ease; }
.copy-toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .architecture-grid, .logo-grid, .launch-intro, .faq-wrap { grid-template-columns: 1fr; }
  .launch-intro__side, .faq-wrap h2 { position: static; }
  .palette-grid { grid-template-columns: repeat(3, 1fr); }
  .type-grid { grid-template-columns: 1fr; }
  .type-card { min-height: 300px; }
  .type-sample { margin-top: 54px; }
  .tone-grid { grid-template-columns: 1fr; }
  .tone-card { min-height: 280px; }
  .tone-card blockquote { margin-top: 55px; }
  .mockup-grid { grid-template-columns: 1fr; }
  .dont-grid { grid-template-columns: 1fr 1fr; }
  .program-head { align-items: start; flex-direction: column; }
  .founder, .final-cta { grid-template-columns: 1fr; }
  .founder__photo { min-height: 620px; }
  .md-section-head { grid-template-columns: 1fr; gap: 24px; }
  .md-section-head--clean { padding-left: 0; }
  .md-section-head .section-index { grid-row: auto; }
  .md-fit-grid { grid-template-columns: 1fr 1fr; }
  .md-reality, .md-next__grid, .md-final { grid-template-columns: 1fr; }
  .md-reality__title { min-height: 580px; }
  .md-final__brand { min-height: 440px; }
}

@media (max-width: 900px) {
  .md-hero { grid-template-columns: 1fr; }
  .md-hero .launch-hero__copy { padding: 42px 28px 46px; }
  .md-hero__logo { width: 210px; margin-bottom: 28px; }
}

@media (max-width: 720px) {
  .section { padding-left: 20px; padding-right: 20px; }
  .architecture-main .brand-logo { margin-bottom: 45px; }
  .palette-grid { grid-template-columns: 1fr 1fr; }
  .swatch { min-height: 200px; }
  .palette-rule { grid-template-columns: 1fr 1fr; }
  .type-card { padding: 30px 24px; }
  .type-card__meta { flex-direction: column; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 450px 260px 260px; }
  .photo-grid figure:first-child { grid-row: auto; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-split { grid-template-columns: 1fr; }
  .value-copy { min-height: 560px; }
  .value-board { grid-template-columns: 1fr; grid-template-rows: auto; }
  .value-board article { min-height: 230px; }
  .module { grid-template-columns: 52px 1fr; gap: 18px; }
  .module p { grid-column: 2; }
  .class-slide { grid-template-columns: 1fr; }
  .class-slide__rail { min-height: 160px; }
  .packaging { grid-template-columns: 1fr; }
  .dont-grid { grid-template-columns: 1fr; }
  .final-cta__panel { min-height: 500px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .md-fit-grid, .md-choice__grid { grid-template-columns: 1fr; }
  .md-fit-card { min-height: 230px; }
  .md-reality__title, .md-reality__copy { padding: 64px 24px; }
  .md-date-card { grid-template-columns: 1fr; }
  .md-date-card strong { grid-row: auto; margin: 10px 0; }
  .md-date-card p { grid-column: 1; grid-row: auto; padding: 24px 0 0; }
  .md-next__grid { gap: 38px; }
  .md-next__list { padding: 32px 22px; }
  .md-choice-card__body { min-height: 420px; }
  .md-choice-card h3 { margin-top: 74px; }
  .md-final__copy, .md-final__brand { padding: 64px 24px; }
  .md-final__brand { min-height: 380px; }
}

@media (max-width: 560px) {
  .md-hero { position: relative; min-height: auto; overflow: hidden; background: var(--paper); }
  .md-page .announcement { padding: 7px 12px; font-size: 8px; letter-spacing: .18em; }
  .md-hero__logo { width: 158px; margin-bottom: 18px; }
  .md-hero .eyebrow { display: none; }
  .md-hero h1 { font-size: clamp(29px, 8.1vw, 33px); line-height: .96; letter-spacing: -.045em; }
  .md-hero h1 .script { display: inline-block; margin: 0 .02em; font-size: 1.18em; line-height: .78; transform: translateY(.03em); }
  .md-hero__digital { display: inline-block; font-size: 1.06em; line-height: .9; }
  .md-hero h1 strong { display: inline-block; font-size: 1em; line-height: .9; }
  .md-hero__mobile-photo { position: relative; display: block; height: 210px; margin: 18px 0 0; overflow: hidden; border: 1px solid rgba(176,27,48,.18); border-radius: 18px; background: url('/assets/images/flor-hero-mobile.webp') center center / cover no-repeat var(--blush); }
  .md-hero .launch-hero__lede { display: none; }
  .md-hero .launch-hero__copy { position: relative; z-index: 1; padding: 18px 18px 25px; }
  .md-hero .launch-hero__proof { display: none; }
  .md-inline-form { margin-top: 20px; padding: 15px 14px 13px; border-radius: 18px; background: rgba(255,255,255,.96); }
  .md-inline-form::before { right: 16px; left: 16px; }
  .md-inline-form__heading { align-items: flex-start; flex-direction: column; gap: 3px; margin-bottom: 8px; }
  .md-inline-form__heading strong { font-size: 16px; }
  .md-inline-form__heading span { padding: 4px 7px; font-size: 9.5px; white-space: normal; }
  .md-inline-form label { margin-bottom: 6px; font-size: 9px; }
  .md-inline-form__row { grid-template-columns: 1fr; }
  .md-inline-form__row { gap: 7px; }
  .md-inline-form input, .md-inline-form .pill { min-height: 43px; }
  .md-inline-form .pill { width: 100%; }
  .md-inline-form__meta { display: block; margin-top: 6px; }
  .md-inline-form__meta small { display: block; font-size: 9px; }
  .md-inline-form__notice { margin-top: 8px; font-size: 9.5px; letter-spacing: .01em; }
  .md-hero__visual { display: none; }
  .md-hero .photo-tag { display: none; }
  .md-page .marquee__track { padding: 10px 0; }
  .md-page .marquee__track span { padding-right: 28px; font-size: 10px; letter-spacing: .1em; }
  .md-section-head h2, .md-next__intro h2 { font-size: 50px; line-height: .96; }
  .md-fit .md-section-head h2 em { margin-right: .02em; font-size: 1.62em; transform: translateY(.11em) rotate(-5deg); }
  .md-reality__title { min-height: 0; justify-content: flex-start; padding-top: 68px; padding-bottom: 62px; }
  .md-reality__lead { margin-top: 32px; }
  .md-reality__copy { padding-top: 52px; padding-bottom: 56px; }
  .md-reality__title h2, .md-final__copy h2 { font-size: 54px; }
  .md-founder .founder__photo { min-height: 0; aspect-ratio: 1; }
  .md-founder .founder__photo > img { object-position: center; }
  .md-founder .founder__logo { top: 14px; right: 14px; width: min(34%, 124px); }
  .md-final__photo { min-height: 0; aspect-ratio: 1; padding: 0; }
  .md-final__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .md-founder .founder__copy { padding: 64px 24px; }
  .md-founder .founder__copy h2 { font-size: 58px; }
  .md-choice { overflow: hidden; }
  .md-choice__mobile-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -8px 0 18px; }
  .md-choice__mobile-cue { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
  .md-choice__mobile-cue > span { color: #716965; font: 700 9px/1.2 var(--bold); letter-spacing: .13em; text-transform: uppercase; }
  .md-choice__pager { display: flex; gap: 5px; align-items: center; }
  .md-choice__pager i { display: block; width: 7px; height: 7px; border-radius: 999px; background: #d8cfca; transition: width .25s ease, background-color .25s ease; }
  .md-choice__pager i.is-active { width: 24px; background: var(--pink); }
  .md-choice__nav-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 10px; padding: 0 15px 0 17px; border: 0; border-radius: 999px; background: var(--ink); color: white; font: 700 9px/1 var(--bold); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
  .md-choice__nav-button b { color: var(--pink); font: 400 20px/1 sans-serif; }
  .md-choice__grid { display: flex; gap: 14px; margin-right: -20px; padding-right: 20px; padding-bottom: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 0 20px; scroll-snap-type: x mandatory; touch-action: pan-x pan-y; scrollbar-width: none; }
  .md-choice__grid::-webkit-scrollbar { display: none; }
  .md-choice-card { flex: 0 0 86%; scroll-snap-align: start; scroll-snap-stop: always; }
  .md-choice-card__media { aspect-ratio: 1.18; }
  .md-choice-card__body { min-height: 0; padding: 32px 24px 38px; }
  .md-choice-card h3 { margin-top: 58px; font-size: 47px; }
}

@media (max-width: 560px) and (max-height: 720px) {
  .md-hero .launch-hero__copy { padding-top: 12px; padding-bottom: 12px; }
  .md-hero__logo { width: 145px; margin-bottom: 12px; }
  .md-hero .eyebrow { margin-bottom: 6px; }
  .md-hero h1 { font-size: 29px; }
  .md-hero__mobile-photo { height: clamp(140px, 24vh, 160px); margin-top: 10px; margin-bottom: 10px; }
  .md-hero .launch-hero__lede { font-size: 13px; line-height: 1.35; }
  .md-inline-form { margin-top: 8px; }
  .md-inline-form__heading span { display: none; }
  .md-inline-form input, .md-inline-form .pill { min-height: 40px; }
  .md-inline-form__notice { line-height: 1.35; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee__track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
