/* ATOREV JOURNAL — css/style.css */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Manrope:wght@400;500&display=swap');

@theme {
  --color-bg-primary: #F6F4F0;
  --color-bg-secondary: #ECEBE5;
  --color-ink-primary: #1E1C19;
  --color-ink-muted: #8A8480;
  --color-accent: #3D3830;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; background-color: #F6F4F0; }

body {
  font-family: 'Manrope', system-ui, sans-serif;
  background-color: #F6F4F0;
  color: #1E1C19;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Layout ─────────────────────────────────────────────── */
.container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.bottom-4 { bottom: 1rem; }
.inset-0 { inset: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-\[calc\(100\%-1\.5rem\)\] { width: calc(100% - 1.5rem); }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.h-\[420px\] { height: 420px; }
.h-\[520px\] { height: 520px; }
.h-\[620px\] { height: 620px; }
.h-\[72px\] { height: 72px; }
.h-\[1px\] { height: 1px; }
.min-h-\[320px\] { min-height: 320px; }
.min-h-\[400px\] { min-height: 400px; }
.min-h-screen { min-height: 100vh; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[1220px\] { max-width: 1220px; }
.max-w-\[900px\] { max-width: 900px; }
.max-w-\[760px\] { max-width: 760px; }
.max-w-\[680px\] { max-width: 680px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.mt-24 { margin-top: 6rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-4 { padding-left: 1rem; }
.pl-6 { padding-left: 1.5rem; }
.pr-4 { padding-right: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-x-4 { column-gap: 1rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-x-8 { column-gap: 2rem; }
.gap-y-4 { row-gap: 1rem; }
.gap-y-6 { row-gap: 1.5rem; }
.gap-y-8 { row-gap: 2rem; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-none { flex: none; }
.shrink-0 { flex-shrink: 0; }
.grow { flex-grow: 1; }
.self-start { align-self: flex-start; }
.self-center { align-self: center; }
.self-end { align-self: flex-end; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-full { grid-column: 1 / -1; }

/* ─── Aspect ratios ───────────────────────────────────────── */
.aspect-\[3\/2\] { aspect-ratio: 3 / 2; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
.aspect-\[21\/9\] { aspect-ratio: 21 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }

/* ─── Typography ─────────────────────────────────────────── */
.font-display { font-family: 'Fraunces', Georgia, serif; }
.font-body { font-family: 'Manrope', system-ui, sans-serif; }
.font-mono { font-family: 'Courier New', Courier, monospace; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1.1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-\[11px\] { font-size: 11px; }
.text-\[13px\] { font-size: 13px; }
.text-\[15px\] { font-size: 15px; }
.text-\[17px\] { font-size: 17px; }
.text-\[clamp\(2\.5rem\,5vw\,5rem\)\] { font-size: clamp(2.5rem, 5vw, 5rem); }
.text-\[clamp\(2rem\,4vw\,4rem\)\] { font-size: clamp(2rem, 4vw, 4rem); }
.text-\[clamp\(1\.5rem\,3vw\,2\.5rem\)\] { font-size: clamp(1.5rem, 3vw, 2.5rem); }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.italic { font-style: italic; }
.not-italic { font-style: normal; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-nowrap { white-space: nowrap; }
.underline { text-decoration-line: underline; }
.no-underline { text-decoration-line: none; }
.decoration-1 { text-decoration-thickness: 1px; }
.underline-offset-4 { text-underline-offset: 4px; }
.line-through { text-decoration-line: line-through; }

/* ─── Colors ─────────────────────────────────────────────── */
.text-\[\#F6F4F0\] { color: #F6F4F0; }
.text-\[\#ECEBE5\] { color: #ECEBE5; }
.text-\[\#1E1C19\] { color: #1E1C19; }
.text-\[\#3D3830\] { color: #3D3830; }
.text-\[\#8A8480\] { color: #8A8480; }
.text-\[\#ffffff\] { color: #ffffff; }
.text-\[\#D8E2DC\] { color: #D8E2DC; }
.text-\[\#6B6560\] { color: #6B6560; }
.text-\[\#5C5650\] { color: #5C5650; }
.text-\[\#2C2A26\] { color: #2C2A26; }
.bg-\[\#F6F4F0\] { background-color: #F6F4F0; }
.bg-\[\#ECEBE5\] { background-color: #ECEBE5; }
.bg-\[\#1E1C19\] { background-color: #1E1C19; }
.bg-\[\#3D3830\] { background-color: #3D3830; }
.bg-\[\#8A8480\] { background-color: #8A8480; }
.bg-\[\#ffffff\] { background-color: #ffffff; }
.bg-\[\#2C2A26\] { background-color: #2C2A26; }
.bg-\[\#F0EEE8\] { background-color: #F0EEE8; }
.bg-\[\#E8E5DE\] { background-color: #E8E5DE; }
.border-\[\#1E1C19\] { border-color: #1E1C19; }
.border-\[\#3D3830\] { border-color: #3D3830; }
.border-\[\#8A8480\] { border-color: #8A8480; }
.border-\[\#ECEBE5\] { border-color: #ECEBE5; }
.border-\[\#D4D1CA\] { border-color: #D4D1CA; }
.border-\[\#1E1C19\]\/20 { border-color: rgba(30, 28, 25, 0.2); }
.border-\[\#8A8480\]\/20 { border-color: rgba(138, 132, 128, 0.2); }
.border-\[\#8A8480\]\/30 { border-color: rgba(138, 132, 128, 0.3); }
.border-\[\#8A8480\]\/40 { border-color: rgba(138, 132, 128, 0.4); }
.border-\[\#3D3830\]\/20 { border-color: rgba(61, 56, 48, 0.2); }
.fill-\[\#3D3830\] { fill: #3D3830; }
.stroke-\[\#3D3830\] { stroke: #3D3830; }

/* ─── Borders ─────────────────────────────────────────────── */
.border { border-width: 1px; }
.border-0 { border-width: 0; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.border-solid { border-style: solid; }
.border-dashed { border-style: dashed; }
.rounded { border-radius: 0.25rem; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 9999px; }
.rounded-none { border-radius: 0; }
.divide-y > * + * { border-top-width: 1px; }
.divide-\[\#8A8480\]\/20 > * + * { border-color: rgba(138, 132, 128, 0.2); }

/* ─── Effects ─────────────────────────────────────────────── */
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-\[0_20px_60px_rgba\(15\,23\,42\,0\.24\)\] { box-shadow: 0 20px 60px rgba(15, 23, 42, 0.24); }
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.object-cover { object-fit: cover; }
.object-center { object-position: center; }
.object-top { object-position: top; }

/* ─── Transforms ─────────────────────────────────────────── */
.-translate-x-1\/2 { transform: translateX(-50%); }
.translate-y-0 { transform: translateY(0); }
.scale-100 { transform: scale(1); }
.scale-105 { transform: scale(1.05); }
.rotate-90 { transform: rotate(90deg); }
.-rotate-90 { transform: rotate(-90deg); }
.rotate-\[-90deg\] { transform: rotate(-90deg); }

/* ─── Transitions ─────────────────────────────────────────── */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-150 { transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* ─── Cursor & Interaction ───────────────────────────────── */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.pointer-events-none { pointer-events: none; }
.select-none { user-select: none; }
.outline-none { outline: none; }
.ring-0 { box-shadow: none; }

/* ─── Hover / Focus / Group states ──────────────────────── */
.hover\:text-\[\#3D3830\]:hover { color: #3D3830; }
.hover\:text-\[\#1E1C19\]:hover { color: #1E1C19; }
.hover\:text-\[\#8A8480\]:hover { color: #8A8480; }
.hover\:bg-\[\#ECEBE5\]:hover { background-color: #ECEBE5; }
.hover\:bg-\[\#3D3830\]:hover { background-color: #3D3830; }
.hover\:bg-\[\#1E1C19\]:hover { background-color: #1E1C19; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:no-underline:hover { text-decoration-line: none; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:border-\[\#3D3830\]:hover { border-color: #3D3830; }
.hover\:border-\[\#1E1C19\]:hover { border-color: #1E1C19; }
.focus\:outline-none:focus { outline: none; }
.focus\:border-\[\#3D3830\]:focus { border-color: #3D3830; }
.focus\:border-\[\#1E1C19\]:focus { border-color: #1E1C19; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px #3D3830; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:underline { text-decoration-line: underline; }
.group:hover .group-hover\:text-\[\#3D3830\] { color: #3D3830; }
.group:hover .group-hover\:opacity-90 { opacity: 0.9; }

/* ─── Responsive: md (≥768px) ───────────────────────────── */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:inline-block { display: inline-block; }
  .md\:grid { display: grid; }
  .md\:flex-row { flex-direction: row; }
  .md\:flex-col { flex-direction: column; }
  .md\:items-center { align-items: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:justify-end { justify-content: flex-end; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:col-span-1 { grid-column: span 1 / span 1; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:gap-4 { gap: 1rem; }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:gap-12 { gap: 3rem; }
  .md\:gap-0 { gap: 0; }
  .md\:mt-0 { margin-top: 0; }
  .md\:mb-0 { margin-bottom: 0; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:pt-20 { padding-top: 5rem; }
  .md\:pb-20 { padding-bottom: 5rem; }
  .md\:text-left { text-align: left; }
  .md\:text-right { text-align: right; }
  .md\:text-5xl { font-size: 3rem; line-height: 1.1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:aspect-\[21\/9\] { aspect-ratio: 21 / 9; }
  .md\:h-\[520px\] { height: 520px; }
  .md\:h-\[620px\] { height: 620px; }
  .md\:w-auto { width: auto; }
  .md\:max-w-xl { max-width: 36rem; }
  .md\:max-w-2xl { max-width: 42rem; }
  .md\:max-w-3xl { max-width: 48rem; }
  .md\:justify-start { justify-content: flex-start; }
}

/* ─── Responsive: lg (≥1024px) ──────────────────────────── */
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-8xl { font-size: 6rem; line-height: 1; }
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:pt-28 { padding-top: 7rem; }
  .lg\:pb-28 { padding-bottom: 7rem; }
}

/* ─── Responsive: xl (≥1280px) ──────────────────────────── */
@media (min-width: 1280px) {
  .xl\:text-8xl { font-size: 6rem; line-height: 1; }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ─── Space utilities ────────────────────────────────────── */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.space-x-4 > * + * { margin-left: 1rem; }

/* ─── List styles ─────────────────────────────────────────── */
.list-none { list-style-type: none; }
.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }

/* ─── Custom additions for Quiet Luxury + Academic tone ─── */
.prose { max-width: 68ch; }
.prose p { margin-bottom: 1.25rem; line-height: 1.75; color: #2C2A26; }
.prose h2 { font-family: 'Fraunces', Georgia, serif; font-size: 1.5rem; font-weight: 700; color: #1E1C19; margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.3; }
.prose h3 { font-family: 'Fraunces', Georgia, serif; font-size: 1.2rem; font-weight: 700; color: #1E1C19; margin-top: 2rem; margin-bottom: 0.75rem; }
.prose ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; }
.prose ul li { margin-bottom: 0.5rem; line-height: 1.7; color: #2C2A26; }
.prose ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1.25rem; }
.prose ol li { margin-bottom: 0.5rem; line-height: 1.7; color: #2C2A26; }
.prose blockquote { border-left: 3px solid #3D3830; padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: #5C5650; }
.prose a { color: #3D3830; text-decoration: underline; text-underline-offset: 3px; }
.prose strong { font-weight: 700; color: #1E1C19; }
.prose em { font-style: italic; }
.prose hr { border: none; border-top: 1px solid rgba(138, 132, 128, 0.3); margin: 2.5rem 0; }

/* Vertical writing utility */
.writing-vertical { writing-mode: vertical-rl; text-orientation: mixed; }

/* Number marker style for sections */
.section-number { font-family: 'Fraunces', Georgia, serif; font-size: 4rem; font-weight: 700; color: rgba(61, 56, 48, 0.12); line-height: 1; user-select: none; }

/* Marquee */
.marquee-track { display: flex; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: flex; animation: marquee 28s linear infinite; gap: 3rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Article tag pill */
.tag-pill {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3D3830;
  border: 1px solid rgba(61, 56, 48, 0.35);
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
}

/* Hairline divider */
.hairline { display: block; width: 100%; height: 1px; background: rgba(138, 132, 128, 0.25); }

/* Quiet luxury header */
header.ql-header {
  border-bottom: 1px solid rgba(138, 132, 128, 0.2);
  background-color: #F6F4F0;
}

/* Form inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background-color: #F6F4F0;
  border: 1px solid rgba(138, 132, 128, 0.35);
  color: #1E1C19;
  padding: 0.75rem 1rem;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 0.875rem;
  width: 100%;
  outline: none;
  transition: border-color 0.15s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #3D3830;
}

/* Numbered ordered list editorial style */
ol.editorial-list { list-style: none; padding: 0; counter-reset: editorial-counter; }
ol.editorial-list li { counter-increment: editorial-counter; padding-left: 2.5rem; position: relative; margin-bottom: 1.25rem; line-height: 1.7; color: #2C2A26; }
ol.editorial-list li::before { content: counter(editorial-counter, decimal-leading-zero); position: absolute; left: 0; top: 0; font-family: 'Fraunces', Georgia, serif; font-size: 0.8rem; font-weight: 700; color: #8A8480; line-height: 1.7; }

/* Stat strip */
.stat-number { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: #1E1C19; line-height: 1; }
.stat-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #8A8480; margin-top: 0.5rem; }

/* Rotated label (decorative element) */
.rotated-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8A8480;
  user-select: none;
}

/* Author bio box */
.author-box {
  border-top: 1px solid rgba(138, 132, 128, 0.25);
  border-bottom: 1px solid rgba(138, 132, 128, 0.25);
  padding: 2rem 0;
  margin-top: 3rem;
}

/* Key takeaway box */
.takeaway-box {
  background-color: #ECEBE5;
  border-left: 3px solid #3D3830;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}
.takeaway-box .takeaway-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A8480;
  margin-bottom: 0.75rem;
}
.takeaway-box ul { list-style: none; padding: 0; margin: 0; }
.takeaway-box ul li { padding-left: 1.25rem; position: relative; margin-bottom: 0.5rem; font-size: 0.9rem; color: #2C2A26; line-height: 1.6; }
.takeaway-box ul li::before { content: '—'; position: absolute; left: 0; color: #8A8480; }

/* Pull quote */
.pull-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  font-style: italic;
  color: #1E1C19;
  line-height: 1.45;
  padding: 2rem 0;
  border-top: 1px solid rgba(138, 132, 128, 0.3);
  border-bottom: 1px solid rgba(138, 132, 128, 0.3);
  margin: 2.5rem 0;
}

/* FAQ accordion */
.accordion-item { border-bottom: 1px solid rgba(138, 132, 128, 0.25); }
.accordion-trigger { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1.25rem 0; cursor: pointer; background: none; border: none; text-align: left; font-family: 'Manrope', system-ui, sans-serif; font-size: 0.95rem; font-weight: 500; color: #1E1C19; }
.accordion-trigger .accordion-icon { font-size: 0.75rem; color: #8A8480; transition: transform 0.25s; flex-shrink: 0; }
.accordion-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(180deg); }
.accordion-content { display: none; padding-bottom: 1.25rem; font-size: 0.9rem; line-height: 1.7; color: #5C5650; }
.accordion-content.is-open { display: block; }

/* Cookie banner override */
[data-target="cookies.banner"] { display: none; }

/* Hero overlay */
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(30, 28, 25, 0.28) 0%, rgba(30, 28, 25, 0.55) 100%); }

/* Editorial metadata strip */
.meta-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: #8A8480; }
.meta-strip .dot { color: rgba(138, 132, 128, 0.5); }

/* Card hover effect */
.editorial-card { transition: box-shadow 0.3s ease; }
.editorial-card:hover { box-shadow: 0 8px 32px rgba(30, 28, 25, 0.1); }

/* Numbered section markers */
.sec-marker { font-family: 'Fraunces', Georgia, serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #8A8480; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.sec-marker::after { content: ''; display: block; height: 1px; flex: 1; background: rgba(138, 132, 128, 0.25); }

/* Site-wide link reset */
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
