:root {
  --cream: #FAF6F1; --ink: #1B1719; --ink-soft: #3A3336; --muted: #6B6266; --line: #EBE2DC;
  --blush: #FBE6EE; --pink: #DC0058; --pink-bright: #FF0062; --pink-light: #FF7DB0; --gutter: clamp(20px, 5vw, 72px);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif; font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; text-wrap: pretty; }
h3, .as-h3 { font-size: 20px; letter-spacing: -0.01em; }
p { margin: 0; }
.wrap { padding-left: var(--gutter); padding-right: var(--gutter); max-width: 1440px; margin: 0 auto; }
.label { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.label.pink { color: var(--pink); }
.link { font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink); }
.link:hover { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 30px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; transition: transform .15s ease, background .15s ease, color .15s ease; border: 0; cursor: pointer; font-family: inherit; }
.btn:hover { transform: translateY(-1px); }
.btn.solid { background: var(--pink); color: #fff; }
.btn.solid:hover { background: var(--pink-bright); }
.btn.outline { border: 2px solid var(--ink); color: var(--ink); background: transparent; }
.btn.outline:hover { background: var(--ink); color: var(--cream); }
.marker { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-weight: 400; letter-spacing: 0.01em; text-transform: none; }
.serif { font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif; font-style: italic; }
.muted { color: var(--ink-soft); }
.small { font-size: 15px; color: var(--muted); }
.stack { display: flex; flex-direction: column; gap: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Announcement + nav */
.announce { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; min-height: 40px; padding: 8px var(--gutter); background: var(--ink); color: var(--cream); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; }
.announce a { color: var(--pink-light); border-bottom: 1px solid var(--pink-light); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 88px; position: relative; }
.logo { font-size: 28px; color: var(--pink); line-height: 1; display: inline-flex; align-items: center; }
.logo-img { height: 58px; width: auto; }
.hero-title-art { width: min(100%, 300px); height: auto; margin: -6px 0 2px; }
.logo-img.small { height: 40px; }
.title-art { width: 100%; max-width: 360px; height: auto; }
.published { display: flex; flex-direction: column; gap: 8px; align-self: flex-start; margin-top: 8px; }
.published span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.publisher-logos { display: flex; gap: 22px; align-items: center; }
.publisher-logos a { display: block; transition: opacity .15s ease; }
.publisher-logos a:hover { opacity: .7; }
.publisher-logos img { height: 84px; width: auto; mix-blend-mode: multiply; }
.menu { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.menu a:hover, .menu a[aria-current] { color: var(--pink); }
.cart-link { font-weight: 700; }
.btn.added { background: var(--ink); color: var(--cream); }
.menu .btn { height: 44px; padding: 0 22px; background: var(--ink); color: var(--cream); font-size: 13px; }
.menu .btn:hover { background: var(--pink); color: #fff; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 10px; }
.burger span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

/* Sections */
.section { padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(56px, 7vw, 104px); }
.section.tight { padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(40px, 5vw, 72px); }
.section.blush { background: var(--blush); }
.section.dark { background: var(--ink); color: var(--cream); }
.section.dark .muted { color: #CFC5C9; }
.section.white { background: #fff; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 64px; align-items: center; }
.grid-2.top { align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.h-xl { font-size: clamp(38px, 5vw, 72px); line-height: 0.98; }
.h-lg { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.05; }
.h-md { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.1; }
.lede { font-size: clamp(18px, 1.5vw, 21px); color: var(--ink-soft); max-width: 560px; }
.photo { width: 100%; object-fit: cover; border-radius: 4px; }
.photo.tall { aspect-ratio: 3 / 4; }
.photo.wide { aspect-ratio: 4 / 3; }
.photo.end { justify-self: end; max-width: 460px; }

/* Home hero */
.hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; padding-top: 40px; padding-bottom: 96px; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero h1 { font-size: clamp(34px, 5vw, 72px); line-height: 0.98; }
.hero .fine { font-size: 14px; color: var(--muted); letter-spacing: 0.04em; }
.hero-art { position: relative; aspect-ratio: 3 / 4; max-width: 520px; width: 100%; justify-self: end; }
.hero-art .photo { position: absolute; right: 0; top: 0; width: 82%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.hero-art .cover { position: absolute; left: 0; bottom: -6%; width: 44%; box-shadow: 0 30px 60px rgba(27, 23, 25, 0.28); border-radius: 3px; }

/* Page hero */
.page-hero { padding-top: 24px; padding-bottom: clamp(48px, 6vw, 88px); }
.page-hero .grid-2 { align-items: center; }
.page-hero .photo { max-width: 520px; justify-self: end; object-position: 50% 20%; }

/* Praise */
.praise { background: var(--blush); text-align: center; padding: clamp(56px, 7vw, 88px) var(--gutter); }
.praise blockquote { margin: 0 auto; max-width: 960px; font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.4; }
.praise cite { display: block; margin-top: 22px; font-style: normal; }
.quote-card { display: flex; flex-direction: column; gap: 18px; padding: 32px 30px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.quote-card p { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 17px; line-height: 1.55; }
.quote-card cite { font-style: normal; margin-top: auto; }
.quote-card cite b { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); }
.quote-card cite span { font-size: 14px; color: var(--muted); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { display: flex; flex-direction: column; gap: 16px; padding: 36px 32px; background: #fff; border: 1px solid var(--line); border-radius: 6px; transition: transform .15s ease, box-shadow .15s ease; }
a.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(27, 23, 25, 0.08); }
.card p { font-size: 17px; color: var(--ink-soft); }
.card .link { margin-top: auto; }
.card svg { width: 36px; height: 36px; }
.card .meta { font-size: 13px; letter-spacing: 0.06em; color: var(--muted); }

/* Lists */
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.checks li { display: flex; gap: 14px; align-items: flex-start; }
.checks li::before { content: ""; flex: 0 0 22px; height: 22px; margin-top: 3px; border-radius: 50%; background: var(--pink); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 60% no-repeat, linear-gradient(#000 0 0); mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 60% no-repeat, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.rows { display: flex; flex-direction: column; }
.row { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 16px 40px; padding: 28px 0; border-top: 1px solid var(--line); }
.row:last-child { border-bottom: 1px solid var(--line); }
.row .k { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink); padding-top: 4px; }
.row h3 { margin-bottom: 8px; }
.row p { color: var(--ink-soft); }

/* Timeline */
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 32px; }
.timeline li { display: flex; flex-direction: column; gap: 8px; padding-top: 18px; border-top: 2px solid var(--ink); }
.timeline .year { font-family: 'Permanent Marker', cursive; font-size: 22px; color: var(--pink); }
.timeline h3 { font-size: 17px; }
.timeline p { font-size: 16px; color: var(--ink-soft); }

/* Pull quote */
.pull { font-family: 'Permanent Marker', cursive; font-size: clamp(26px, 3vw, 44px); line-height: 1.2; text-wrap: pretty; }
.big-quote { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.4; }

/* Connect band */
.connect { margin-left: var(--gutter); margin-right: var(--gutter); padding: 40px clamp(0px, 4vw, 56px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.connect h2 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.1; }
.connect .sub { color: var(--ink-soft); margin-top: 6px; }

/* Newsletter */
.list { margin-top: clamp(64px, 8vw, 112px); background: var(--ink); color: var(--cream); padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }
.list .inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 64px; align-items: center; }
.list h2 { font-size: clamp(30px, 3vw, 40px); line-height: 1.05; }
.list p { color: #CFC5C9; margin-top: 10px; }
.list form { display: flex; gap: 12px; flex-wrap: wrap; }
.list input { flex: 1 1 220px; height: 56px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--cream); color: var(--ink); font: inherit; font-size: 16px; }
.list input::placeholder { color: var(--muted); }

/* Products */
.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product { display: flex; flex-direction: column; gap: 12px; }
.product .img { aspect-ratio: 4 / 5; background: #fff; border: 1px solid var(--line); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; overflow: hidden; }
.product .img img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; opacity: 0; transition: opacity .5s ease; }
.product .img img.is-loaded { opacity: 1; }
.product .brand { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.product .name { font-size: 17px; }
.product .price { font-weight: 700; }
.product .story { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 15px; color: var(--ink-soft); }
.product .meta { font-size: 13px; color: var(--muted); letter-spacing: 0.04em; }
.product .btn { height: 48px; padding: 0 24px; align-self: flex-start; font-size: 13px; }

/* Forms */
.form { display: flex; flex-direction: column; gap: 22px; max-width: 560px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.field input, .field select, .field textarea { font: inherit; font-size: 16px; padding: 14px 18px; border: 1px solid #CFC5C9; border-radius: 6px; background: #fff; color: var(--ink); }
.field textarea { min-height: 160px; resize: vertical; }
.field .help { font-size: 14px; color: var(--muted); }

/* Book facts */
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; font-size: 16px; }
.facts div span { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }

/* Footer */
.footer { padding-top: 36px; padding-bottom: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 13px; letter-spacing: 0.06em; color: var(--muted); }
.footer .logo { font-size: 22px; }
.footer .links { display: flex; gap: 22px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: 0.1em; }
.footer .links a:hover { color: var(--pink); }
.footer .social { display: flex; align-items: center; gap: 18px; color: var(--ink); }
.footer .social svg { width: 20px; height: 20px; }
.footer .social span { color: var(--muted); }
.draft { text-align: center; font-size: 12px; color: var(--muted); padding: 0 var(--gutter) 28px; letter-spacing: 0.06em; }

@media (max-width: 960px) {
  .hero, .grid-2, .list .inner { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding-bottom: 72px; }
  .hero-art, .page-hero .photo, .photo.end { justify-self: start; max-width: 460px; }
  .cards, .grid-3, .products, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .burger { display: block; }
  .menu { display: none; position: absolute; top: 88px; left: calc(-1 * var(--gutter)); right: calc(-1 * var(--gutter)); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 20px; background: var(--cream); border-bottom: 1px solid var(--line); z-index: 20; }
  .menu a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .menu .btn { margin-top: 16px; border-bottom: 0; }
  .nav.open .menu { display: flex; }
  .nav.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .burger span:nth-child(2) { opacity: 0; }
  .nav.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero h1 { font-size: clamp(30px, 9vw, 40px); }
  .h-xl { font-size: clamp(32px, 9vw, 44px); }
  .hero .actions .btn { flex: 1 1 100%; }
  .cards, .grid-3, .products, .timeline, .grid-4, .facts { grid-template-columns: 1fr; }
  .connect { padding-left: 0; padding-right: 0; }
}

/* Closet filters + sold */
.filters { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: inherit; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
.chip.active, .chip:hover { background: var(--ink); color: var(--cream); }
.size-pick { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.size-pick select { font: inherit; font-size: 15px; padding: 8px 12px; border: 1px solid #CFC5C9; border-radius: 6px; background: #fff; }
.product .img { position: relative; }
.product.sold .img img { opacity: .55; filter: grayscale(.4); }
.ribbon { position: absolute; top: 16px; left: -8px; z-index: 1; background: var(--pink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 14px 6px 18px; transform: rotate(-4deg); box-shadow: 0 6px 16px rgba(27,23,25,.18); }

/* Shop policy, holds, closed day */
.policy { display: flex; flex-direction: column; gap: 10px; padding: 22px 26px; border: 2px solid var(--ink); border-radius: 6px; background: #fff; }
.policy .rule { font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; font-size: 18px; }
.policy .pay { font-size: 15px; color: var(--ink-soft); }
.policy .final { font-size: 15px; border-top: 1px solid var(--line); padding-top: 10px; }
.buy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.buy-row .btn { height: 48px; padding: 0 22px; font-size: 13px; }
.buy-row .btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.sleep-help { flex-basis: 100%; font-size: 13px; color: var(--muted); }
.sleep-form { flex-basis: 100%; display: flex; gap: 8px; flex-wrap: wrap; padding: 14px; background: var(--blush); border-radius: 6px; }
.sleep-q { flex-basis: 100%; font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 15px; }
.sleep-form input { flex: 1 1 180px; font: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid #CFC5C9; border-radius: 6px; }
.held, .hold-note { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 15px; color: var(--ink-soft); padding: 12px 14px; background: var(--blush); border-radius: 6px; }
.closed-notice { padding: 36px; margin-bottom: 32px; background: var(--ink); color: var(--cream); border-radius: 6px; }
.closed-notice h3 { font-size: 24px; margin-bottom: 8px; }
.closed-notice p { color: #CFC5C9; max-width: 640px; }
.excerpt { font-family: 'Libre Baskerville', Georgia, serif; font-size: 18px; line-height: 1.7; display: flex; flex-direction: column; gap: 18px; }
.excerpt p:first-child { font-style: italic; }
.excerpt p:first-child::first-letter { font-family: 'Permanent Marker', cursive; font-size: 2.6em; color: var(--pink); float: left; line-height: .8; padding: 6px 8px 0 0; }
@media (max-width: 960px) { .policy { order: 2; } }

/* Cart: sales policy line under the totals (Snipcart side panel) */
.snipcart-cart-summary-fees::after, .snipcart-order__details::after { content: "Prices in US dollars. One item per order. No installments. All sales final. No refunds."; display: block; margin-top: 14px; padding-top: 12px; border-top: 1px solid #EBE2DC; font-size: 12px; letter-spacing: 0.04em; color: #6B6266; }
.stamp { position: absolute; right: 10px; bottom: 10px; z-index: 1; max-width: calc(100% - 20px); background: var(--ink); color: var(--cream); font-family: "Permanent Marker", cursive; font-size: 13px; line-height: 1.3; padding: 6px 10px; border-radius: 4px; transform: rotate(-2deg); box-shadow: 0 6px 16px rgba(27,23,25,.18); }

/* Micro-feel */
.btn:active { transform: translateY(1px) scale(.985); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; border-radius: 4px; }
.btn:focus-visible { outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } .product .img img { opacity: 1; } }
/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(27,23,25,.94); display: flex; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; }
.lightbox img { max-width: min(92vw, 900px); max-height: 92vh; width: auto; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.5); animation: lb-in .2s ease; }
.lightbox .lb-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 999px; border: 0; background: var(--cream); color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; font-family: inherit; }
.lightbox .lb-cap { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; color: var(--cream); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; opacity: .8; }
@keyframes lb-in { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
.section.blush .label.pink, .praise .label.pink { color: #CC0050; }
/* Work with Dara */
.photo-wrap { position: relative; }
.round-badge { position: absolute; right: -10px; bottom: 28px; width: 128px; height: 128px; border-radius: 50%; background: var(--pink-bright); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; font-size: 18px; line-height: 1.15; transform: rotate(-6deg); box-shadow: 0 16px 40px rgba(27,23,25,.25); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: clamp(40px, 5vw, 72px); }
.step { border-top: 2px solid var(--cream); padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.step .num { font-size: 48px; font-weight: 800; color: var(--pink-bright); letter-spacing: -0.03em; line-height: 1; }
.step h3 { color: var(--cream); }
.step p { color: #CFC5C9; }
.bring { margin-top: 36px; }
.bring-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.bring-card h3 { font-size: 15px; letter-spacing: 0.04em; background: var(--blush); padding: 18px 22px; }
.bring-card p { padding: 20px 22px 26px; font-size: 15px; color: var(--ink-soft); }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.plan { display: flex; flex-direction: column; gap: 14px; padding: 36px 32px; border: 2px solid var(--ink); border-radius: 6px; background: var(--cream); }
.plan.featured { background: var(--ink); color: var(--cream); }
.plan .price { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; text-transform: uppercase; }
.plan p { color: var(--ink-soft); font-size: 16px; flex: 1; }
.plan.featured p { color: #CFC5C9; }
.plan .btn { align-self: flex-start; height: 48px; padding: 0 24px; font-size: 13px; margin-top: 8px; }
.plans-note { max-width: 860px; margin-top: 28px; }
.faq .row { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); }
.faq .row h3 { font-size: 18px; text-transform: none; letter-spacing: 0; }
.section.pinkband { background: var(--pink-bright); color: #fff; }
.section.pinkband .label { color: #fff; opacity: .85; }
.section.pinkband .lede { color: #fff; }
.btn.outline.light { border-color: #fff; color: #fff; }
.btn.outline.light:hover { background: #fff; color: var(--pink-bright); }
@media (max-width: 960px) { .steps, .plans { grid-template-columns: 1fr; } .faq .row { grid-template-columns: 1fr; gap: 8px; } .round-badge { width: 104px; height: 104px; font-size: 15px; right: 8px; bottom: 16px; } }
.section.dark .label.pink, .plan.featured .label.pink { color: var(--pink-bright); }
/* Brand guide */
.brand-hero-art { position: relative; justify-self: end; width: 100%; max-width: 520px; }
.brand-hero-art > img:first-child { width: 68%; margin-bottom: 18%; }
.brand-hero-art .brand-cover { position: absolute; right: 0; bottom: 0; width: 40%; box-shadow: 0 30px 60px rgba(27,23,25,.28); border-radius: 3px; }
.brand-list li { font-size: 17px; color: var(--ink-soft); }
.swatches { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.swatch { border-radius: 6px; padding: 22px 18px 18px; min-height: 150px; display: flex; flex-direction: column; gap: 4px; border: 1px solid rgba(27,23,25,.08); color: var(--ink); }
.swatch.dark { color: #fff; }
.swatch b { font-size: 17px; text-transform: uppercase; letter-spacing: 0.04em; }
.swatch span { font-family: ui-monospace, Menlo, monospace; font-size: 14px; opacity: .85; }
.swatch em { font-style: normal; font-size: 13px; opacity: .8; margin-top: auto; }
.specimens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.specimen { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 28px 26px; display: flex; flex-direction: column; gap: 16px; }
.spec-name { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink); font-weight: 700; }
.spec-big { font-size: 26px; line-height: 1.15; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; min-height: 120px; }
.spec-big.marker { font-size: 24px; }
.spec-big.serif { font-size: 22px; line-height: 1.4; }
.specimen p { font-size: 15px; color: var(--ink-soft); }
.files-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.file { display: flex; flex-direction: column; gap: 8px; }
.file img { aspect-ratio: 4 / 5; object-fit: contain; width: 100%; background: var(--cream); border: 1px solid var(--line); border-radius: 6px; padding: 8px; }
.file span { font-size: 13px; color: var(--ink-soft); }
.file:hover span { color: var(--pink); }
.lines { display: flex; flex-direction: column; gap: 10px; }
.line-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 14px 18px; font-size: 20px; line-height: 1.3; margin: 0; }
.never-list { margin: 0; padding-left: 1.4em; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 40px; font-size: 17px; color: #CFC5C9; }
.never-list li::marker { color: var(--pink-bright); font-weight: 800; }
@media (max-width: 960px) { .swatches, .files-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .specimens, .never-list { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .swatches, .files-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.reply-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 16px 18px; }
.reply-card .k { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); margin-bottom: 6px; }
.reply-card p { font-family: "Libre Baskerville", Georgia, serif; font-style: italic; font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
.section.blush .rows .row { border-color: rgba(27,23,25,.12); }
/* Post maker */
.studio { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 40px; align-items: start; padding-bottom: clamp(56px, 7vw, 104px); }
.studio-controls { display: flex; flex-direction: column; gap: 18px; }
.studio-controls .field input[type="text"], .studio-controls .field input:not([type]), .studio-controls .field textarea, .studio-controls .field select { width: 100%; }
.studio-controls .field .help select { font: inherit; font-size: 14px; padding: 6px 10px; border: 1px solid #CFC5C9; border-radius: 6px; background: #fff; max-width: 100%; }
.studio-preview { position: sticky; top: 20px; background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.studio-preview canvas { max-width: 100%; max-height: 78vh; height: auto; width: auto; box-shadow: 0 20px 50px rgba(27,23,25,.15); }
@media (max-width: 960px) { .studio { grid-template-columns: 1fr; } .studio-preview { position: static; order: -1; } }
.product .price .cur { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); margin-left: 2px; }
.tagged { font-family: ui-monospace, Menlo, monospace; font-size: 14px; line-height: 1.5; word-break: break-all; color: var(--ink-soft); }

/* Podcast episodes */
.episodes { display: flex; flex-direction: column; }
.ep { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 32px; padding: 32px 0; border-top: 1px solid var(--line); }
.ep:last-child { border-bottom: 1px solid var(--line); }
.ep-photo { aspect-ratio: 1 / 1; border-radius: 6px; overflow: hidden; background: var(--blush); display: flex; align-items: center; justify-content: center; }
.ep-photo img { width: 100%; height: 100%; object-fit: cover; }
.ep-mark { font-family: 'Permanent Marker', cursive; font-size: 40px; color: var(--pink); }
.ep-body { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.ep-body h3 { font-size: 22px; text-transform: none; letter-spacing: -0.01em; }
.ep-summary { color: var(--ink-soft); font-size: 16px; }
.ep-audio { width: 100%; max-width: 520px; height: 40px; margin-top: 4px; }
.ep-links { display: flex; gap: 22px; flex-wrap: wrap; }
@media (max-width: 720px) { .ep { grid-template-columns: 1fr; gap: 18px; } .ep-photo { max-width: 180px; } }

/* Show notes, expandable */
.ep-notes { width: 100%; max-width: 640px; }
.ep-notes > summary { cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); list-style: none; display: inline-flex; align-items: center; gap: 8px; padding: 2px 0; }
.ep-notes > summary::-webkit-details-marker { display: none; }
.ep-notes > summary::after { content: "+"; font-size: 16px; line-height: 1; }
.ep-notes[open] > summary::after { content: "\2212"; }
.ep-notes > summary:hover { color: var(--pink-bright); }
.ep-notes-body { padding-top: 12px; display: flex; flex-direction: column; gap: 12px; }
.ep-notes-body p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.ep-notes-body a { color: var(--pink); text-decoration: underline; text-underline-offset: 2px; }
.ep-notes-body a:hover { color: var(--pink-bright); }

/* Podcast wordmark */
.show-name { font-family: 'Permanent Marker', cursive; color: var(--pink); font-size: clamp(32px, 4.4vw, 58px); line-height: 1.05; text-transform: none; letter-spacing: 0; }
