:root {
    --paper: #f1eee8;
    --white: #f9f7f2;
    --ink: #171713;
    --muted: #706e67;
    --line: rgba(23, 23, 19, .25);
    --moss: #505a47;
    --wine: #5b2527;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; line-height: 1.5; }
img { display: block; width: 100%; }
a { color: inherit; }

.announcement { height: 34px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.site-header { height: 96px; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { justify-self: center; display: grid; gap: 0; text-align: center; text-decoration: none; }
.brand strong { font: 22px/1.05 Baskerville, 'Times New Roman', serif; letter-spacing: .28em; }
.brand span { font-size: 7px; letter-spacing: .33em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .header-cta { text-decoration: none; font: 13px Baskerville, 'Times New Roman', serif; }
.nav-right { justify-self: end; padding-right: 90px; }
.header-cta { position: absolute; right: 32px; padding-bottom: 3px; border-bottom: 1px solid; }
.menu-button { display: none; background: none; border: 0; }
.mobile-menu { position: fixed; inset: 110px 0 auto; z-index: 80; padding: 24px; display: grid; gap: 0; background: var(--white); border-bottom: 1px solid var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 16px 0; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); font: 24px Baskerville,"Times New Roman",serif; }
.mobile-menu a:last-child { margin-top: 12px; padding: 16px; color: var(--white); background: var(--wine); border: 0; text-align: center; font: 700 12px Manrope,Arial,sans-serif; text-transform: uppercase; letter-spacing: .06em; }

.hero { position: relative; height: min(75vw, 820px); min-height: 590px; overflow: hidden; color: white; background: #241f1a; }
.hero > img { height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,6,.76), rgba(10,8,6,.05) 58%, rgba(10,8,6,.15)); }
.hero-copy { position: absolute; left: 4.5vw; bottom: 7vw; width: min(600px, 50vw); }
.hero-copy p, .hero-index { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1 { margin: 18px 0 32px; font: clamp(48px, 5.4vw, 83px)/.98 Baskerville, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.hero-copy a, .closing a { display: inline-block; padding: 11px 0 7px; text-decoration: none; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.hero-index { position: absolute; right: 30px; bottom: 25px; writing-mode: vertical-rl; }

.manifesto { padding: 150px max(40px, 8vw); display: grid; grid-template-columns: 1fr 3fr; column-gap: 5vw; border-bottom: 1px solid var(--line); }
.section-kicker { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2 { max-width: 1050px; margin: 0; font: clamp(44px, 5.3vw, 78px)/1.06 Baskerville, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.025em; }
.manifesto-copy { grid-column: 2; width: min(670px, 100%); margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; color: var(--muted); }
.manifesto-copy p { margin: 0; }

.stories { padding-top: 140px; }
.section-heading { width: min(1100px, calc(100% - 80px)); margin: 0 auto 90px; text-align: center; }
.section-heading h2 { max-width: 950px; margin: 20px auto 0; font: clamp(44px, 5.4vw, 76px)/1.04 Baskerville, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.025em; }
.story { min-height: 850px; display: grid; grid-template-columns: 58% 42%; border-top: 1px solid var(--line); }
.story figure { position: relative; min-height: 760px; margin: 0; overflow: hidden; background: #d5d0c7; }
.story figure img { height: 100%; object-fit: cover; }
.story figure figcaption { position: absolute; left: 18px; bottom: 15px; padding: 8px 10px; color: var(--white); background: rgba(0,0,0,.58); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.story-copy { padding: 70px 6vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.story-number { width: 100%; padding-bottom: 18px; margin-bottom: auto; border-bottom: 1px solid var(--line); font: 18px Baskerville, 'Times New Roman', serif; }
.story-audience { margin: 70px 0 16px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.story-copy h3 { max-width: 520px; margin: 0 0 30px; font: clamp(42px, 4.4vw, 67px)/1 Baskerville, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.03em; }
.story-copy > p:not(.story-audience) { max-width: 500px; margin: 0 0 35px; color: var(--muted); font-size: 17px; }
.story-copy ul { margin: 0 0 45px; padding: 0; list-style: none; border-top: 1px solid var(--line); width: 100%; }
.story-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.story-copy a, .coming-soon { margin-top: auto; padding: 11px 0 6px; text-decoration: none; border-bottom: 1px solid; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.story-copy a span { margin-left: 20px; }
.story-adult, .story-pair { grid-template-columns: 42% 58%; }
.story-adult figure, .story-pair figure { order: 2; }
.story-child { height: max(850px, 72.6vw); }
.story-child figure img { position: absolute; inset: 0; object-position: center 30%; }
.story-pair { min-height: 720px; }
.story-pair figure { min-height: 720px; }
.story-pair figure img { object-position: 48% center; }
.story-gift { background: #ded9d0; }
.story-pair { color: var(--white); background: var(--wine); }
.story-pair .story-copy > p:not(.story-audience), .story-pair .story-copy li { color: rgba(255,255,255,.7); }
.story-pair .story-copy li, .story-pair .story-number, .story-pair .story-copy ul { border-color: rgba(255,255,255,.3); }

.map-feature { padding: 140px 5vw; display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: center; background: #ded6c9; }
.map-feature-copy h2 { margin: 25px 0; font: clamp(58px, 6vw, 96px)/.95 Baskerville, 'Times New Roman', serif; font-weight: 400; }
.map-feature-copy > p:not(.section-kicker) { max-width: 600px; color: var(--muted); font-size: 17px; }
.map-feature-copy ol { margin: 45px 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.map-feature-copy li { padding: 15px 0; display: grid; grid-template-columns: 48px 1fr; border-bottom: 1px solid var(--ink); }
.map-feature-copy li span { color: var(--wine); font-size: 10px; font-weight: 700; }
.map-feature-copy > a { display: inline-flex; gap: 30px; padding: 14px 18px; color: var(--white); background: var(--wine); text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.map-mosaic { padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; background: var(--white); box-shadow: 0 28px 75px rgba(45,38,30,.18); transform: rotate(1.2deg); }
.map-mosaic figure { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; background: var(--ink); }
.map-mosaic img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .5s ease; }
.map-mosaic figure:hover img { transform: scale(1.04); }
.map-mosaic figcaption { position: absolute; left: 8px; bottom: 8px; padding: 4px 7px; color: var(--white); background: rgba(31,29,26,.72); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.process { padding: 150px 5vw; color: var(--white); background: #252a24; }
.light-heading { margin-bottom: 95px; }
.process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.35); list-style: none; }
.process li { min-height: 330px; padding: 28px 34px; border-right: 1px solid rgba(255,255,255,.35); }
.process li:last-child { border-right: 0; }
.process li > span { font: 15px Baskerville, 'Times New Roman', serif; }
.process h3 { margin: 120px 0 20px; font: 33px Baskerville, 'Times New Roman', serif; font-weight: 400; }
.process li p { max-width: 310px; color: rgba(255,255,255,.65); }

.packages { padding: 150px 5vw; background: var(--white); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.package { position: relative; min-height: 690px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.package:last-child { border-right: 0; }
.package-featured { color: var(--white); background: var(--ink); }
.package-label { position: absolute; left: 0; right: 0; top: -32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--wine); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.package header > span { font: 16px Baskerville, 'Times New Roman', serif; }
.package h3 { margin: 48px 0 16px; font: 46px Baskerville, 'Times New Roman', serif; font-weight: 400; }
.package header p { margin: 0 0 55px; }
.package header strong { font: 42px Baskerville, 'Times New Roman', serif; font-weight: 400; }
.package > p { min-height: 50px; color: var(--muted); }
.package-featured > p { color: rgba(255,255,255,.65); }
.package ul { margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid currentColor; }
.package li { padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 12px; }
.package a { margin-top: auto; padding: 15px; text-align: center; text-decoration: none; border: 1px solid currentColor; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.package-note { color: var(--muted); font-size: 10px; }

.closing { min-height: 660px; padding: 120px 8vw; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; background: var(--wine); }
.closing > p { font-size: 9px; letter-spacing: .18em; }
.closing h2 { max-width: 1050px; margin: 35px auto 50px; font: clamp(48px, 6vw, 84px)/1 Baskerville, 'Times New Roman', serif; font-weight: 400; }

footer { min-height: 260px; padding: 70px 5vw 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-content: space-between; background: var(--white); border-top: 1px solid var(--line); }
.footer-brand { font: 42px Baskerville, 'Times New Roman', serif; letter-spacing: .22em; text-decoration: none; }
footer p { margin: 0; justify-self: end; color: var(--muted); }
footer div { grid-column: 1 / -1; padding-top: 22px; display: flex; gap: 25px; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; }
footer div a { text-decoration: none; }
footer div span { margin-left: auto; }

.dream-audiences { padding: 150px 5vw; background: #f7f3ec; border-top: 1px solid var(--line); }
.audience-stories { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.audience-stories > article { min-width: 0; border-right: 1px solid var(--ink); }
.audience-stories > article:last-child { border-right: 0; }
.audience-stories article > div:last-child { min-height: 450px; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; }
.audience-stories article > div > p:first-child { font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.audience-stories h3 { margin: 24px 0; font: 44px/1.02 Baskerville, 'Times New Roman', serif; font-weight: 400; }
.audience-stories article > div > p:not(:first-child) { color: var(--muted); }
.audience-stories a { margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid; text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.audience-visual { aspect-ratio: 1.5; padding: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; background: #b5a28b; }
.audience-visual span { padding: 9px; display: flex; align-items: flex-end; color: white; background: linear-gradient(145deg,#5d6c5e,#bd806b); font: 11px Baskerville,serif; }
.audience-visual span:nth-child(3n+2) { background: linear-gradient(145deg,#8b6d5d,#d1b18e); }
.audience-visual span:nth-child(3n) { background: linear-gradient(145deg,#596f78,#a99279); }
.adult-board-preview { padding: 6px; background: var(--white); }
.adult-board-preview figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--ink); }
.adult-board-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .45s ease, filter .45s ease; }
.adult-board-preview figure:hover img { transform: scale(1.045); filter: saturate(.95); }
.adult-board-preview figcaption { position: absolute; inset: auto 0 0; padding: 18px 8px 7px; color: var(--white); background: linear-gradient(transparent,rgba(23,23,19,.72)); font: 9px Baskerville,"Times New Roman",serif; }
.child-audience figure { aspect-ratio: 1.5; margin: 0; overflow: hidden; }
.child-audience figure img { height: 100%; object-fit: cover; object-position: center 27%; }
.composition-showcase { padding: 140px 5vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: #242821; color: white; }
.composition-showcase > div:first-child { position: sticky; top: 120px; align-self: start; }
.composition-showcase h2 { margin: 30px 0; font: 64px/.98 Baskerville,serif; font-weight: 400; }
.composition-showcase > div:first-child > p:last-child { max-width: 520px; color: rgba(255,255,255,.62); }
.composition-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.35); }
.composition-list article { padding: 24px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.composition-list article:nth-child(even) { border-right: 0; }
.composition-list article:nth-child(n+3) { border-bottom: 0; }
.composition-list article > span { font-size: 10px; }
.composition-list h3 { margin: 23px 0 5px; font: 28px Baskerville,serif; font-weight: 400; }
.composition-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.composition-mini { height: 210px; margin-top: 22px; padding: 7px; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,1fr); gap: 4px; overflow: hidden; background: #e7ddd0; }
.composition-mini img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.composition-2 { grid-template-columns: 1fr 2fr 1fr; grid-template-rows: 1fr 2fr 1fr; }
.composition-2 img:nth-child(5) { position: relative; z-index: 1; box-shadow: 0 4px 12px #0005; }
.composition-3 { grid-template-columns: repeat(12,1fr); grid-template-rows: .9fr 1.2fr .804fr; }
.composition-3 img:nth-child(1),.composition-3 img:nth-child(5),.composition-3 img:nth-child(9){grid-column:span 5}.composition-3 img:nth-child(2),.composition-3 img:nth-child(6),.composition-3 img:nth-child(7){grid-column:span 4}.composition-3 img:nth-child(3),.composition-3 img:nth-child(4),.composition-3 img:nth-child(8){grid-column:span 3}
.composition-4 { padding: 13px; gap: 6px; background: #bba68d; }
.composition-4 img { border: 4px solid white; transform: rotate(-2deg); }
.composition-4 img:nth-child(even) { transform: rotate(2deg); }
.price-family-title { max-width: 1200px; margin: 0 auto 56px; font: 30px Baskerville,serif; font-weight: 400; }
.poster-price-title { margin-top: 100px; }
.poster-package-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); }
.poster-package { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.poster-package:last-child { border-right: 0; }
.poster-package.recommended { background: #e3ddd2; }
.poster-package p { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.poster-package h4 { margin: 12px 0 28px; font: 36px Baskerville,serif; font-weight: 400; }
.poster-package > strong { font: 32px Baskerville,serif; font-weight: 400; }
.poster-package ul { padding: 20px 0; list-style: none; border-top: 1px solid var(--line); }
.poster-package li { padding: 5px 0; font-size: 12px; }
.poster-package a { margin-top: auto; padding: 12px; border: 1px solid; text-align: center; text-decoration: none; font-size: 10px; text-transform: uppercase; }
.home-examples { padding: 125px 0 120px; overflow: hidden; background: var(--white); border-bottom: 1px solid var(--line); }
.home-examples > header { padding: 0 5vw 55px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.home-examples > header h2 { max-width: 920px; margin: 18px 0 0; font: clamp(45px,5.2vw,76px)/1.02 Baskerville,"Times New Roman",serif; font-weight: 400; letter-spacing: -.03em; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 52px; height: 52px; color: var(--ink); background: transparent; border: 1px solid var(--ink); font-size: 20px; cursor: pointer; }
.examples-carousel { padding: 0 5vw 24px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px,30vw); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
.examples-carousel article { min-width: 0; scroll-snap-align: start; }
.examples-carousel figure { aspect-ratio: 4/5; margin: 0 0 20px; overflow: hidden; background: #d8d2c8; }
.examples-carousel img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.examples-carousel article:hover img { transform: scale(1.035); }
.examples-carousel article > p { margin: 0 0 12px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.examples-carousel h3 { margin: 0 0 12px; font: 31px/1.05 Baskerville,"Times New Roman",serif; font-weight: 400; }
.examples-carousel article > span { display: block; color: var(--muted); font-size: 13px; }
.home-examples-link { width: max-content; margin: 30px 5vw 0 auto; padding-bottom: 5px; display: block; border-bottom: 1px solid; text-decoration: none; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.bonus-gift { padding: 125px 5vw; background: #e8e5dc; border-bottom: 1px solid var(--ink); }
.bonus-gift > header { max-width: 1050px; margin-bottom: 65px; }
.bonus-gift > header h2 { margin: 18px 0 24px; font: clamp(48px,5.6vw,82px)/1.01 Baskerville,"Times New Roman",serif; font-weight: 400; letter-spacing: -.035em; }
.bonus-gift > header > p:last-child { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.bonus-gift-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.bonus-gift-grid article { min-height: 510px; padding: 52px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.bonus-gift-grid article:last-child { border-right: 0; }
.bonus-gift-grid .bonus-child { color: #f7f2e9; background: #45594b; }
.bonus-gift-grid article > span { font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.bonus-gift-grid h3 { max-width: 620px; margin: 25px 0 35px; font: clamp(38px,4vw,58px)/1.03 Baskerville,"Times New Roman",serif; font-weight: 400; }
.bonus-gift-grid ul { margin: 0 0 45px; padding: 0; list-style: none; }
.bonus-gift-grid li { padding: 11px 0; border-top: 1px solid currentColor; font-size: 14px; }
.bonus-gift-grid li::before { content: "✓"; margin-right: 10px; }
.bonus-gift-grid strong { margin-top: auto; color: var(--wine); font-size: 13px; }
.bonus-gift-grid .bonus-child strong { color: #f3d9bf; }

@media (max-width: 920px) {
    .site-header { height: 76px; padding: 0 18px; grid-template-columns: 1fr auto 1fr; }
    .desktop-nav, .header-cta { display: none; }
    .menu-button { width: 32px; padding: 0; display: grid; gap: 5px; }
    .menu-button span { width: 22px; height: 1px; background: var(--ink); }
    .hero { height: 720px; }
    .hero > img { object-position: 44% center; }
    .hero-copy { left: 24px; right: 24px; bottom: 60px; width: auto; }
    .hero-copy h1 { font-size: clamp(46px, 12vw, 68px); }
    .manifesto { padding: 100px 24px; display: block; }
    .manifesto h2 { margin-top: 45px; }
    .manifesto-copy { grid-template-columns: 1fr; margin-top: 45px; }
    .story, .story-adult, .story-pair { min-height: 0; display: flex; flex-direction: column; }
    .story-child { height: auto; }
    .story figure, .story-pair figure { order: 0; min-height: 600px; height: 76vh; }
    .story-copy { min-height: 650px; padding: 45px 24px; }
    .story-number { margin-bottom: 45px; }
    .story-audience { margin-top: 0; }
    .story-copy h3 { font-size: 54px; }
    .map-feature { padding: 100px 24px; grid-template-columns: 1fr; }
    .map-feature-copy { order: 1; }
    .map-mosaic { width: min(680px, 100%); margin: auto; }
    .audience-stories { grid-template-columns: 1fr; }
    .audience-stories > article { border-right: 0; border-bottom: 1px solid var(--ink); }
    .audience-stories > article:last-child { border-bottom: 0; }
    .composition-showcase { grid-template-columns: 1fr; }
    .composition-showcase > div:first-child { position: static; }
    .poster-package-grid { grid-template-columns: 1fr; }
    .poster-package { border-right: 0; border-bottom: 1px solid var(--ink); }
    .poster-package:last-child { border-bottom: 0; }
    .examples-carousel { grid-auto-columns: minmax(300px,58vw); }
    .bonus-gift-grid { grid-template-columns: 1fr; }
    .bonus-gift-grid article { border-right: 0; border-bottom: 1px solid var(--ink); }
    .bonus-gift-grid article:last-child { border-bottom: 0; }
    .process { padding: 100px 24px; }
    .process ol { grid-template-columns: 1fr; }
    .process li { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
    .process h3 { margin-top: 75px; }
    .package-grid { grid-template-columns: 1fr; }
    .package { min-height: 620px; border-right: 0; border-bottom: 1px solid var(--ink); }
    .package:last-child { border-bottom: 0; }
    .package-featured { margin-top: 32px; }
}

@media (max-width: 560px) {
    .announcement { padding: 0 12px; text-align: center; font-size: 8px; }
    .hero { min-height: 620px; height: calc(100vh - 110px); }
    .hero > img { object-position: 39% center; }
    .hero-copy h1 { font-size: 48px; }
    .hero-index { display: none; }
    .section-heading { width: calc(100% - 36px); margin-bottom: 60px; }
    .section-heading h2 { font-size: 44px; }
    .stories { padding-top: 90px; }
    .story figure, .story-pair figure { min-height: 480px; height: 66vh; }
    .story-copy { min-height: 610px; }
    .story-copy h3 { font-size: 47px; }
    .map-feature { padding: 80px 18px; }
    .map-feature-copy h2 { font-size: 52px; }
    .map-mosaic { padding: 6px; gap: 3px; }
    .map-mosaic figcaption { left: 4px; bottom: 4px; padding: 3px 4px; font-size: 6px; }
    .dream-audiences { padding: 90px 18px; }
    .audience-stories article > div:last-child { min-height: 500px; padding: 28px; }
    .audience-stories h3 { font-size: 39px; }
    .composition-showcase { padding: 90px 18px; }
    .composition-showcase h2 { font-size: 49px; }
    .composition-list { grid-template-columns: 1fr; }
    .composition-list article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35)!important; }
    .composition-list article:last-child { border-bottom: 0!important; }
    .composition-mini { height: 240px; }
    .packages { padding: 100px 18px; }
    .home-examples { padding: 90px 0; }
    .home-examples > header { padding: 0 18px 40px; grid-template-columns: 1fr; }
    .home-examples > header h2 { font-size: 45px; }
    .carousel-controls { display: none; }
    .examples-carousel { padding-inline: 18px; grid-auto-columns: 82vw; }
    .home-examples-link { margin-right: 18px; }
    .bonus-gift { padding: 90px 18px; }
    .bonus-gift > header h2 { font-size: 45px; }
    .bonus-gift-grid article { min-height: 480px; padding: 28px; }
    .package { padding: 28px; }
    .closing { min-height: 580px; padding: 90px 22px; }
    .closing h2 { font-size: 49px; }
    footer { padding-inline: 22px; grid-template-columns: 1fr; }
    footer p { justify-self: start; }
}
