:root {
  --lilac-snow: #E0C7D7;
  --purple-heather: #BAB8D3;
  --petal-pink: #F2E2E0;
  --azalea-pink: #E96A97;
  --paper: #fffafd;
  --ink: #3c2d42;
  --muted: #746478;
  --line: #ddcbd9;
  --coral: var(--azalea-pink);
  --blue: var(--purple-heather);
  --yellow: var(--petal-pink);
  --green: var(--lilac-snow);
  --white: #fffafd;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body::selection { color: white; background: var(--blue); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(calc(100% - 48px), var(--max)); min-height: 140px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
body:not(.article-page) .site-header { width: 100%; max-width: none; min-height: 196px; padding: 8px 24px 20px; flex-direction: column; justify-content: center; gap: 3px; background: var(--petal-pink); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); text-decoration: none; font: 700 30px/1 var(--serif); letter-spacing: -1px; }
.site-header .brand { color: var(--azalea-pink); }
.brand-full { width: 410px; height: 130px; flex: 0 0 auto; overflow: hidden; background: var(--petal-pink); isolation: isolate; }
.brand-full img { width: 534px; max-width: none; height: auto; transform: translate(-30px, -5px); mix-blend-mode: multiply; }
.brand-compact img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); font: italic 700 16px/1 var(--serif); }
.main-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; transition: .2s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: 44% 56%; min-height: 680px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(36px, calc((100vw - var(--max)) / 2)); padding-right: 64px; }
.eyebrow { margin: 0 0 28px; display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span:first-child { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 580px; margin: 0; font: 400 clamp(54px, 6vw, 91px)/.94 var(--serif); letter-spacing: -4px; }
.hero h1 em { color: var(--coral); font-weight: 400; }
.hero-intro { max-width: 470px; margin: 32px 0 0; color: var(--muted); font: 18px/1.65 var(--serif); }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 40px; }
.button { display: inline-flex; gap: 20px; align-items: center; justify-content: center; padding: 16px 21px; text-decoration: none; font-size: 12px; font-weight: 750; letter-spacing: .3px; }
.button-dark { color: white; background: var(--ink); }
.button-dark span { color: var(--yellow); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 750; text-decoration: none; }
.text-link span { font-size: 17px; }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,32,29,.08), transparent 22%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; z-index: 1; right: 30px; bottom: 28px; display: flex; gap: 13px; align-items: center; padding: 13px 15px; color: white; background: rgba(32,32,29,.87); font: 11px/1.35 var(--sans); letter-spacing: .5px; }
.note-number { color: var(--yellow); font: 26px/1 var(--serif); }

.ticker { padding: 17px 0; overflow: hidden; color: var(--paper); background: var(--ink); }
.ticker-track { display: flex; width: max-content; gap: 26px; align-items: center; padding-left: 2vw; animation: drift 30s linear infinite; font: italic 18px var(--serif); }
.ticker-track b { color: var(--coral); font-style: normal; }
@keyframes drift { to { transform: translateX(-25%); } }

.word-section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 100px 0; display: grid; grid-template-columns: 150px minmax(0, 1fr) 340px; gap: 70px; align-items: center; border-bottom: 1px solid var(--line); }
.word-stamp { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; color: var(--ink); background: var(--petal-pink); }
.word-stamp > span { font: italic 52px/1 var(--serif); color: var(--azalea-pink); }
.word-stamp p { margin: 0; font-size: 10px; font-weight: 800; line-height: 1.45; letter-spacing: 1.2px; text-transform: uppercase; }
.word-main .eyebrow { margin-bottom: 16px; }
.word-heading { display: flex; gap: 18px; align-items: flex-start; }
.word-heading h2 { margin: 0; color: var(--azalea-pink); font: italic 400 clamp(70px, 8vw, 112px)/.9 var(--serif); letter-spacing: -5px; }
.word-heading > span { margin-top: 10px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font: 10px var(--sans); }
.word-pronunciation { margin: 18px 0 22px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.word-definition { max-width: 680px; margin: 0 0 28px; font: 22px/1.55 var(--serif); }
.word-note { position: relative; padding: 38px; background: var(--lilac-snow); }
.word-note::before { content: "“"; position: absolute; top: 16px; right: 25px; color: rgba(60,45,66,.18); font: 80px/1 var(--serif); }
.word-note-label, .word-week { display: block; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.word-note p { margin: 26px 0 38px; font: 19px/1.5 var(--serif); }
.word-week { color: var(--muted); }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 124px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 55px; }
.section-heading h2, .journal-title h2, .about-copy h2, .newsletter-copy h2 { margin: 0; font: 400 clamp(43px, 5vw, 68px)/1 var(--serif); letter-spacing: -2.5px; }
.section-heading > p { max-width: 500px; margin: 0 0 3px auto; color: var(--muted); font: 17px/1.6 var(--serif); }
.section-heading.compact { display: block; }

.featured-card { display: grid; grid-template-columns: 1.6fr .9fr; min-height: 475px; background: var(--white); box-shadow: 0 18px 55px rgba(67,54,36,.08); }
.featured-image { position: relative; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.featured-image:hover img { transform: scale(1.025); }
.category-pill { position: absolute; top: 22px; left: 22px; padding: 9px 13px; border-radius: 30px; background: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.featured-content { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.article-meta { display: flex; gap: 22px; margin-bottom: 20px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: 1.2px; text-transform: uppercase; }
.article-meta span + span::before { content: "•"; margin-right: 22px; color: var(--coral); }
.featured-content h3 { margin: 0; font: 400 clamp(37px, 4vw, 55px)/1.04 var(--serif); letter-spacing: -2px; }
.featured-content h3 a, .article-card h3 a { text-decoration: none; }
.featured-content > p { margin: 24px 0 0; color: var(--muted); font: 16px/1.65 var(--serif); }
.round-link { width: 76px; height: 76px; margin-top: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; transition: .25s; }
.round-link span { font-size: 11px; font-weight: 800; }
.round-link b { display: none; }
.round-link:hover { color: white; background: var(--coral); border-color: var(--coral); transform: rotate(6deg); }

.topics-section { padding-top: 32px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.topic-card { position: relative; min-height: 355px; padding: 30px; color: var(--ink); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.topic-card:hover { z-index: 2; transform: translateY(-8px) rotate(-1deg); box-shadow: 0 22px 40px rgba(40,35,28,.18); }
.topic-coral { background: var(--coral); }
.topic-blue { color: var(--ink); background: var(--blue); }
.topic-yellow { background: var(--yellow); }
.topic-green { color: var(--ink); background: var(--green); }
.topic-icon { display: grid; width: 65px; height: 65px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 30px var(--serif); }
.topic-count { position: absolute; top: 38px; right: 28px; font-size: 9px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; opacity: .75; }
.topic-card h3 { margin: 82px 0 11px; font: 400 37px/1 var(--serif); }
.topic-card p { max-width: 210px; margin: 0; font: 15px/1.5 var(--serif); opacity: .82; }
.topic-card b { position: absolute; right: 28px; bottom: 24px; font-size: 24px; font-weight: 400; }

.journal-section { border-top: 1px solid var(--line); }
.journal-title { display: flex; align-items: end; margin-bottom: 48px; }
.journal-title .eyebrow { display: none; }
.journal-title .text-link { margin: 0 0 10px auto; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.article-card { min-width: 0; }
.card-art { position: relative; display: block; height: 320px; margin-bottom: 24px; overflow: hidden; }
.card-art::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(32,32,29,.15); }
.card-art span:not(.card-index) { position: absolute; transition: transform .5s; }
.card-art:hover span:not(.card-index) { transform: rotate(18deg) scale(1.08); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card-photo:hover img { transform: scale(1.035); }
.card-index { position: absolute; z-index: 2; top: 18px; left: 20px; color: rgba(255,255,255,.85); font: 22px var(--serif); }
.art-blue { background: var(--blue); }
.art-orbit { inset: 16% 14%; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; transform: rotate(-20deg); }
.art-dot { width: 88px; height: 88px; top: 50%; left: 50%; border-radius: 50%; background: var(--yellow); }
.art-yellow { background: var(--yellow); }
.art-window { width: 54%; height: 70%; right: 15%; bottom: -10%; border: 18px solid var(--coral); background: var(--paper); }
.art-sun { width: 90px; height: 90px; top: 15%; left: 12%; border-radius: 50%; background: var(--blue); }
.art-green { background: var(--green); }
.art-line { width: 130%; height: 1px; top: 62%; left: -15%; background: var(--paper); transform: rotate(-28deg); }
.art-circle { width: 170px; height: 170px; top: 16%; left: 30%; border: 28px solid var(--coral); border-radius: 50%; }
.article-card h3 { margin: 0; font: 400 31px/1.08 var(--serif); letter-spacing: -1px; }
.article-card h3 a { background-image: linear-gradient(var(--ink), var(--ink)); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; transition: background-size .3s; }
.article-card h3 a:hover { background-size: 100% 1px; }
.article-card > p { color: var(--muted); font: 15px/1.55 var(--serif); }

.about-section { display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.about-mark { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: white; }
.about-mark img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(43px, 4vw, 59px); }
.about-lead { margin: 28px 0 16px; font: 18px/1.6 var(--serif); }
.about-copy > p:last-child { color: var(--muted); font: 14px/1.65 var(--sans); }
.about-section blockquote { margin: 0; padding: 30px 0 30px 35px; border-left: 2px solid var(--yellow); color: var(--green); font: italic 25px/1.35 var(--serif); }

.newsletter-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: var(--blue); }
.newsletter-copy { position: relative; }
.newsletter-copy .eyebrow { color: rgba(60,45,66,.65); }
.newsletter-copy h2 { font-size: clamp(50px, 5vw, 72px); }
.newsletter-copy > p:last-child { max-width: 520px; color: rgba(60,45,66,.74); font: 16px/1.6 var(--serif); }
.newsletter-star { position: absolute; right: 10%; top: -20px; color: var(--yellow); font-size: 62px; transform: rotate(12deg); }
.newsletter-form label { display: block; margin-bottom: 13px; color: rgba(60,45,66,.72); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.input-row { display: flex; border-bottom: 1px solid rgba(60,45,66,.55); }
.input-row input { width: 100%; padding: 17px 0; color: var(--ink); border: 0; outline: 0; background: transparent; font: 25px var(--serif); }
.input-row input::placeholder { color: rgba(60,45,66,.45); }
.input-row button { width: 62px; color: white; border: 0; border-radius: 50% 50% 0 50%; background: var(--coral); font-size: 25px; cursor: pointer; transition: .2s; }
.input-row button:hover { transform: rotate(-8deg) scale(1.05); }
.form-message { margin-top: 14px; color: rgba(60,45,66,.58); font-size: 10px; }
.form-message.success { color: #6b3151; font-size: 13px; }
.input-row.invalid { border-color: #ff9b83; }

.site-footer { width: min(calc(100% - 48px), var(--max)); min-height: 160px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand { font-size: 23px; }
.footer-brand.brand-compact img { width: 58px; height: 58px; }
.footer-brand .brand-mark { width: 25px; height: 25px; }
.site-footer p { color: var(--muted); font: italic 15px var(--serif); }
.footer-links { display: flex; gap: 25px; }
.footer-links a, .site-footer small { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }

/* Article */
.article-page .site-header { border-bottom: 1px solid var(--line); }
.back-link { font-size: 12px; font-weight: 750; text-decoration: none; }
.back-link span { margin-right: 9px; font-size: 18px; }
.article-shell { width: min(calc(100% - 48px), 1100px); margin: auto; }
.article-hero { max-width: 920px; margin: 110px auto 70px; text-align: center; }
.article-hero .eyebrow { justify-content: center; }
.article-hero h1 { margin: 0; font: 400 clamp(58px, 8vw, 105px)/.92 var(--serif); letter-spacing: -4px; }
.article-deck { max-width: 700px; margin: 35px auto 28px; color: var(--muted); font: 21px/1.5 var(--serif); }
.article-byline { display: flex; gap: 22px; justify-content: center; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: 1.2px; text-transform: uppercase; }
.article-byline span + span::before { content: "·"; margin-right: 22px; color: var(--coral); }
.article-cover { margin: 0; }
.article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.article-cover figcaption { margin-top: 12px; color: var(--muted); font: italic 12px var(--serif); text-align: right; }
.article-body { max-width: 700px; margin: 80px auto 100px; font: 19px/1.8 var(--serif); }
.article-body p { margin: 0 0 28px; }
.article-body .dropcap::first-letter { float: left; margin: 9px 9px 0 0; color: var(--coral); font: 78px/.68 var(--serif); }
.article-body h2 { margin: 60px 0 22px; font: 400 39px/1.1 var(--serif); letter-spacing: -1px; }
.article-body blockquote { margin: 55px -80px; padding: 8px 0 8px 32px; border-left: 5px solid var(--yellow); color: var(--blue); font: italic 32px/1.35 var(--serif); }
.article-end { max-width: 700px; margin: 0 auto 110px; padding: 55px; text-align: center; border: 1px solid var(--line); }
.article-end > span { color: var(--coral); font-size: 27px; }
.article-end p { font: 30px var(--serif); }
.article-end a { font-size: 12px; font-weight: 750; }
.compact-footer { border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr auto; }

@media (max-width: 980px) {
  .site-header { width: min(calc(100% - 32px), var(--max)); min-height: 102px; }
  body:not(.article-page) .site-header { width: 100%; min-height: 116px; padding: 10px 16px; }
  .menu-toggle { display: block; position: relative; z-index: 20; }
  body:not(.article-page) .menu-toggle { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
  .main-nav { position: fixed; z-index: 15; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; font: 28px var(--serif); background: var(--yellow); transform: translateY(-105%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .nav-cta { border: 0; padding: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; padding: 70px 8vw; }
  .hero-visual { min-height: 510px; }
  .hero h1 { font-size: clamp(58px, 11vw, 88px); }
  .section { padding: 95px 0; }
  .word-section { grid-template-columns: 120px 1fr; gap: 40px; }
  .word-note { grid-column: 2; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-image { min-height: 480px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section { grid-template-columns: .7fr 1.3fr; }
  .about-section blockquote { grid-column: 1 / -1; margin-left: 34%; }
  .newsletter-section { gap: 45px; }
}

@media (max-width: 700px) {
  .brand { font-size: 25px; }
  .brand-full { width: 258px; height: 82px; }
  .brand-full img { width: 335px; height: auto; transform: translate(-18px, -3px); }
  .brand-compact img { width: 54px; height: 54px; }
  .brand-mark { width: 28px; height: 28px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 540px; padding: 60px 24px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); line-height: .95; letter-spacing: -3px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; }
  .hero-visual > img { object-position: 58% center; }
  .section { width: min(calc(100% - 32px), var(--max)); padding: 78px 0; }
  .word-section { width: calc(100% - 32px); padding: 72px 0; grid-template-columns: 1fr; gap: 28px; }
  .word-stamp { min-height: 120px; flex-direction: row; align-items: end; }
  .word-note { grid-column: auto; }
  .word-heading h2 { font-size: 68px; letter-spacing: -3px; }
  .word-definition { font-size: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { margin-left: 0; }
  .section-heading h2, .journal-title h2, .about-copy h2 { font-size: 46px; }
  .featured-image { min-height: 310px; }
  .featured-content { padding: 35px 26px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 300px; }
  .topic-card h3 { margin-top: 60px; }
  .journal-title { display: block; }
  .journal-title .text-link { margin-top: 20px; }
  .article-grid { grid-template-columns: 1fr; gap: 62px; }
  .card-art { height: 300px; }
  .about-section { grid-template-columns: 1fr; gap: 42px; }
  .about-mark { width: 230px; margin: auto; }
  .about-section blockquote { grid-column: auto; margin: 0; }
  .newsletter-section { grid-template-columns: 1fr; gap: 45px; padding: 76px 24px; }
  .newsletter-copy h2 { font-size: 49px; }
  .newsletter-star { font-size: 40px; }
  .site-footer { width: calc(100% - 32px); padding: 36px 0; grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; }
  .site-footer small { text-align: right; }
  .article-shell { width: min(calc(100% - 32px), 1100px); }
  .article-hero { margin: 70px auto 50px; }
  .article-hero h1 { font-size: 57px; letter-spacing: -2px; }
  .article-deck { font-size: 18px; }
  .article-byline { flex-wrap: wrap; gap: 9px 15px; }
  .article-byline span + span::before { margin-right: 15px; }
  .article-cover img { min-height: 370px; object-fit: cover; object-position: 61% center; }
  .article-body { margin: 55px auto 75px; font-size: 18px; }
  .article-body blockquote { margin: 45px 0; padding-left: 22px; font-size: 27px; }
  .article-end { padding: 42px 20px; margin-bottom: 70px; }
  .compact-footer { grid-template-columns: 1fr auto; }
  .compact-footer p { display: none; }
}

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