/* ============================================================
   Reslona Dispatch — Prebuilt Tailwind v4.1.5 Output
   Design Family: Premium Soft | Font: Fraunces + Inter Tight
   Palette: Cool White / Emerald-Bright / Dark Forest
   ============================================================ */

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

@theme {
  --color-bg-primary: #FAFCFB;
  --color-bg-secondary: #EEF5F1;
  --color-ink-primary: #1C3028;
  --color-ink-muted: #637A70;
  --color-accent: #0D9E6E;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter Tight', system-ui, sans-serif;
  --font-mono: 'Space Mono', 'Courier New', monospace;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-soft: 0 2px 16px rgba(28,48,40,0.08);
  --shadow-card: 0 4px 24px rgba(28,48,40,0.10);
}

/* ── Base Reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background-color: #FAFCFB;
  color: #1C3028;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
button { cursor: pointer; font-family: inherit; }

/* ── Display / Font Families ─────────────────────────────── */
.font-display { font-family: var(--font-display); }
.font-body    { font-family: var(--font-body); }
.font-mono    { font-family: var(--font-mono); }
.font-sans    { font-family: var(--font-body); }
.font-serif   { font-family: var(--font-display); }

/* ── Font Weights ─────────────────────────────────────────── */
.font-normal   { font-weight: 400; }
.font-medium   { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold     { font-weight: 700; }
.font-black    { font-weight: 900; }
.italic        { font-style: italic; }

/* ── Font Sizes ──────────────────────────────────────────── */
.text-xs   { font-size: 0.75rem; line-height: 1.5; }
.text-sm   { font-size: 0.875rem; line-height: 1.6; }
.text-base { font-size: 1rem; line-height: 1.6; }
.text-lg   { font-size: 1.125rem; line-height: 1.5; }
.text-xl   { font-size: 1.25rem; line-height: 1.4; }
.text-2xl  { font-size: 1.5rem; line-height: 1.3; }
.text-3xl  { font-size: 1.875rem; line-height: 1.25; }
.text-4xl  { font-size: 2.25rem; line-height: 1.15; }
.text-5xl  { font-size: 3rem; line-height: 1.1; }
.text-6xl  { font-size: 3.75rem; line-height: 1.05; }
.text-7xl  { font-size: 4.5rem; line-height: 1; }
.text-8xl  { font-size: 6rem; line-height: 1; }
.text-\[14px\]  { font-size: 14px; }
.text-\[13px\]  { font-size: 13px; }
.text-\[11px\]  { font-size: 11px; }
.text-\[40px\]  { font-size: 40px; }
.text-\[52px\]  { font-size: 52px; }
.text-\[64px\]  { font-size: 64px; line-height: 1; }
.text-\[72px\]  { font-size: 72px; line-height: 1; }

/* ── Line Heights ─────────────────────────────────────────── */
.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; }
.leading-\[1\.15\] { line-height: 1.15; }
.leading-\[1\.1\]  { line-height: 1.1; }

/* ── Letter Spacing ──────────────────────────────────────── */
.tracking-tighter { letter-spacing: -0.05em; }
.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; }
.tracking-\[0\.15em\]  { letter-spacing: 0.15em; }
.tracking-\[0\.2em\]   { letter-spacing: 0.2em; }
.tracking-\[\-0\.03em\]{ letter-spacing: -0.03em; }

/* ── Text Alignment ──────────────────────────────────────── */
.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

/* ── Text Transform ──────────────────────────────────────── */
.uppercase   { text-transform: uppercase; }
.lowercase   { text-transform: lowercase; }
.capitalize  { text-transform: capitalize; }
.normal-case { text-transform: none; }

/* ── Text Decoration ─────────────────────────────────────── */
.underline           { text-decoration: underline; }
.no-underline        { text-decoration: none; }
.decoration-1        { text-decoration-thickness: 1px; }
.underline-offset-4  { text-underline-offset: 4px; }

/* ── Text Balance ────────────────────────────────────────── */
.text-balance { text-wrap: balance; }
.text-pretty  { text-wrap: pretty; }

/* ── Color Utilities ─────────────────────────────────────── */
.text-\[\#FAFCFB\]  { color: #FAFCFB; }
.text-\[\#EEF5F1\]  { color: #EEF5F1; }
.text-\[\#1C3028\]  { color: #1C3028; }
.text-\[\#0D9E6E\]  { color: #0D9E6E; }
.text-\[\#637A70\]  { color: #637A70; }
.text-\[\#ffffff\]  { color: #ffffff; }
.text-\[\#D8E2DC\]  { color: #D8E2DC; }
.text-\[\#0a7a54\]  { color: #0a7a54; }
.text-white         { color: #ffffff; }
.text-inherit       { color: inherit; }

/* ── Background Colors ───────────────────────────────────── */
.bg-\[\#FAFCFB\]    { background-color: #FAFCFB; }
.bg-\[\#EEF5F1\]    { background-color: #EEF5F1; }
.bg-\[\#1C3028\]    { background-color: #1C3028; }
.bg-\[\#0D9E6E\]    { background-color: #0D9E6E; }
.bg-\[\#637A70\]    { background-color: #637A70; }
.bg-\[\#ffffff\]    { background-color: #ffffff; }
.bg-\[\#F0F7F3\]    { background-color: #F0F7F3; }
.bg-\[\#E4F0EA\]    { background-color: #E4F0EA; }
.bg-\[\#162620\]    { background-color: #162620; }
.bg-\[\#0a7a54\]    { background-color: #0a7a54; }
.bg-white           { background-color: #ffffff; }
.bg-transparent     { background-color: transparent; }

/* ── Border Colors ───────────────────────────────────────── */
.border-\[\#637A70\]      { border-color: #637A70; }
.border-\[\#0D9E6E\]      { border-color: #0D9E6E; }
.border-\[\#1C3028\]      { border-color: #1C3028; }
.border-\[\#EEF5F1\]      { border-color: #EEF5F1; }
.border-\[\#D8E2DC\]      { border-color: #D8E2DC; }
.border-white             { border-color: #ffffff; }
.border-\[\#637A70\]\/20  { border-color: rgba(99,122,112,0.20); }
.border-\[\#637A70\]\/30  { border-color: rgba(99,122,112,0.30); }
.border-\[\#0D9E6E\]\/30  { border-color: rgba(13,158,110,0.30); }
.border-\[\#1C3028\]\/20  { border-color: rgba(28,48,40,0.20); }
.border-\[\#1C3028\]\/10  { border-color: rgba(28,48,40,0.10); }

/* ── Divide ──────────────────────────────────────────────── */
.divide-y > * + * { border-top-width: 1px; }
.divide-\[\#637A70\]\/20 > * + * { border-color: rgba(99,122,112,0.20); }

/* ── Borders ─────────────────────────────────────────────── */
.border      { border-width: 1px; border-style: solid; }
.border-t    { border-top-width: 1px; border-style: solid; }
.border-b    { border-bottom-width: 1px; border-style: solid; }
.border-l    { border-left-width: 1px; border-style: solid; }
.border-r    { border-right-width: 1px; border-style: solid; }
.border-0    { border-width: 0; }
.border-2    { border-width: 2px; border-style: solid; }

/* ── Border Radius ───────────────────────────────────────── */
.rounded-none { border-radius: 0; }
.rounded-sm   { border-radius: 4px; }
.rounded      { border-radius: 6px; }
.rounded-md   { border-radius: 8px; }
.rounded-lg   { border-radius: 12px; }
.rounded-xl   { border-radius: 16px; }
.rounded-2xl  { border-radius: 20px; }
.rounded-full { border-radius: 9999px; }
.rounded-\[2px\]  { border-radius: 2px; }
.rounded-\[3px\]  { border-radius: 3px; }

/* ── Display ─────────────────────────────────────────────── */
.block        { display: block; }
.inline-block { display: inline-block; }
.inline       { display: inline; }
.flex         { display: flex; }
.inline-flex  { display: inline-flex; }
.grid         { display: grid; }
.hidden       { display: none; }

/* ── Flex ────────────────────────────────────────────────── */
.flex-col       { flex-direction: column; }
.flex-row       { flex-direction: row; }
.flex-wrap      { flex-wrap: wrap; }
.flex-nowrap    { flex-wrap: nowrap; }
.flex-1         { flex: 1 1 0%; }
.flex-auto      { flex: 1 1 auto; }
.flex-none      { flex: none; }
.flex-shrink-0  { flex-shrink: 0; }
.flex-grow      { flex-grow: 1; }
.items-start    { align-items: flex-start; }
.items-center   { align-items: center; }
.items-end      { align-items: flex-end; }
.items-stretch  { align-items: stretch; }
.justify-start  { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end    { justify-content: flex-end; }
.justify-between{ justify-content: space-between; }
.justify-around { justify-content: space-around; }
.self-start     { align-self: flex-start; }
.self-center    { align-self: center; }
.self-end       { align-self: flex-end; }

/* ── Grid ────────────────────────────────────────────────── */
.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)); }
.grid-cols-5    { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-12   { grid-template-columns: repeat(12, 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-5     { grid-column: span 5 / span 5; }
.col-span-6     { grid-column: span 6 / span 6; }
.col-span-7     { grid-column: span 7 / span 7; }
.col-span-8     { grid-column: span 8 / span 8; }
.col-span-12    { grid-column: span 12 / span 12; }
.col-span-full  { grid-column: 1 / -1; }

/* ── Gap ─────────────────────────────────────────────────── */
.gap-0   { gap: 0; }
.gap-1   { gap: 0.25rem; }
.gap-2   { gap: 0.5rem; }
.gap-3   { gap: 0.75rem; }
.gap-4   { gap: 1rem; }
.gap-5   { gap: 1.25rem; }
.gap-6   { gap: 1.5rem; }
.gap-7   { gap: 1.75rem; }
.gap-8   { gap: 2rem; }
.gap-10  { gap: 2.5rem; }
.gap-12  { gap: 3rem; }
.gap-14  { gap: 3.5rem; }
.gap-16  { gap: 4rem; }
.gap-20  { gap: 5rem; }
.gap-24  { gap: 6rem; }
.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; }
.gap-y-12{ row-gap: 3rem; }
.gap-y-16{ row-gap: 4rem; }

/* ── Padding ─────────────────────────────────────────────── */
.p-0    { padding: 0; }
.p-1    { padding: 0.25rem; }
.p-2    { padding: 0.5rem; }
.p-3    { padding: 0.75rem; }
.p-4    { padding: 1rem; }
.p-5    { padding: 1.25rem; }
.p-6    { padding: 1.5rem; }
.p-8    { padding: 2rem; }
.p-10   { padding: 2.5rem; }
.p-12   { padding: 3rem; }
.px-2   { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3   { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4   { padding-left: 1rem; padding-right: 1rem; }
.px-5   { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6   { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8   { padding-left: 2rem; padding-right: 2rem; }
.px-10  { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12  { padding-left: 3rem; padding-right: 3rem; }
.py-1   { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.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; }
.py-32  { padding-top: 8rem; padding-bottom: 8rem; }
.pt-1   { padding-top: 0.25rem; }
.pt-2   { padding-top: 0.5rem; }
.pt-3   { padding-top: 0.75rem; }
.pt-4   { padding-top: 1rem; }
.pt-6   { padding-top: 1.5rem; }
.pt-8   { padding-top: 2rem; }
.pt-10  { padding-top: 2.5rem; }
.pt-12  { padding-top: 3rem; }
.pt-16  { padding-top: 4rem; }
.pt-20  { padding-top: 5rem; }
.pb-2   { padding-bottom: 0.5rem; }
.pb-3   { padding-bottom: 0.75rem; }
.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-24  { padding-bottom: 6rem; }
.pl-4   { padding-left: 1rem; }
.pl-6   { padding-left: 1.5rem; }
.pl-8   { padding-left: 2rem; }
.pr-4   { padding-right: 1rem; }
.pr-6   { padding-right: 1.5rem; }

/* ── Margin ──────────────────────────────────────────────── */
.m-0    { margin: 0; }
.mx-auto{ margin-left: auto; margin-right: auto; }
.mx-4   { margin-left: 1rem; margin-right: 1rem; }
.mx-2   { margin-left: 0.5rem; margin-right: 0.5rem; }
.my-2   { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4   { margin-top: 1rem; margin-bottom: 1rem; }
.my-6   { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-8   { margin-top: 2rem; margin-bottom: 2rem; }
.my-12  { margin-top: 3rem; margin-bottom: 3rem; }
.my-16  { margin-top: 4rem; margin-bottom: 4rem; }
.mb-1   { margin-bottom: 0.25rem; }
.mb-2   { margin-bottom: 0.5rem; }
.mb-3   { margin-bottom: 0.75rem; }
.mb-4   { margin-bottom: 1rem; }
.mb-5   { margin-bottom: 1.25rem; }
.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; }
.mb-20  { margin-bottom: 5rem; }
.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; }
.ml-2   { margin-left: 0.5rem; }
.ml-3   { margin-left: 0.75rem; }
.ml-4   { margin-left: 1rem; }
.ml-auto{ margin-left: auto; }
.mr-2   { margin-right: 0.5rem; }
.mr-4   { margin-right: 1rem; }
.mr-auto{ margin-right: auto; }
.-mt-2  { margin-top: -0.5rem; }
.-mt-4  { margin-top: -1rem; }

/* ── Width ───────────────────────────────────────────────── */
.w-auto  { width: auto; }
.w-full  { width: 100%; }
.w-screen{ width: 100vw; }
.w-1\/2  { width: 50%; }
.w-1\/3  { width: 33.333%; }
.w-2\/3  { width: 66.666%; }
.w-1\/4  { width: 25%; }
.w-3\/4  { width: 75%; }
.w-4     { width: 1rem; }
.w-5     { width: 1.25rem; }
.w-6     { width: 1.5rem; }
.w-8     { width: 2rem; }
.w-10    { width: 2.5rem; }
.w-12    { width: 3rem; }
.w-14    { width: 3.5rem; }
.w-16    { width: 4rem; }
.w-20    { width: 5rem; }
.w-24    { width: 6rem; }
.w-32    { width: 8rem; }
.w-40    { width: 10rem; }
.w-48    { width: 12rem; }
.w-56    { width: 14rem; }
.w-64    { width: 16rem; }
.w-\[calc\(100\%-1\.5rem\)\] { width: calc(100% - 1.5rem); }
.w-\[1px\] { width: 1px; }
.w-\[60px\]{ width: 60px; }
.w-\[80px\]{ width: 80px; }

/* ── Height ──────────────────────────────────────────────── */
.h-auto   { height: auto; }
.h-full   { height: 100%; }
.h-screen { height: 100vh; }
.h-4      { height: 1rem; }
.h-5      { height: 1.25rem; }
.h-6      { height: 1.5rem; }
.h-8      { height: 2rem; }
.h-10     { height: 2.5rem; }
.h-12     { height: 3rem; }
.h-14     { height: 3.5rem; }
.h-16     { height: 4rem; }
.h-20     { height: 5rem; }
.h-24     { height: 6rem; }
.h-32     { height: 8rem; }
.h-40     { height: 10rem; }
.h-48     { height: 12rem; }
.h-56     { height: 14rem; }
.h-64     { height: 16rem; }
.h-72     { height: 18rem; }
.h-80     { height: 20rem; }
.h-96     { height: 24rem; }
.h-\[1px\]  { height: 1px; }
.h-\[60px\] { height: 60px; }
.h-\[80px\] { height: 80px; }
.h-\[320px\]{ height: 320px; }
.h-\[400px\]{ height: 400px; }
.h-\[480px\]{ height: 480px; }
.h-\[520px\]{ height: 520px; }
.h-\[560px\]{ height: 560px; }

/* ── Min / Max Sizing ────────────────────────────────────── */
.min-w-0     { min-width: 0; }
.min-h-screen{ min-height: 100vh; }
.max-w-sm    { max-width: 24rem; }
.max-w-md    { max-width: 28rem; }
.max-w-lg    { max-width: 32rem; }
.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-full  { max-width: 100%; }
.max-w-none  { max-width: none; }
.max-w-\[640px\]  { max-width: 640px; }
.max-w-\[720px\]  { max-width: 720px; }
.max-w-\[760px\]  { max-width: 760px; }
.max-w-\[820px\]  { max-width: 820px; }
.max-w-\[900px\]  { max-width: 900px; }
.max-w-\[1220px\] { max-width: 1220px; }

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

/* ── Position ────────────────────────────────────────────── */
.static   { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed    { position: fixed; }
.sticky   { position: sticky; }
.inset-0  { top: 0; right: 0; bottom: 0; left: 0; }
.top-0    { top: 0; }
.top-4    { top: 1rem; }
.top-8    { top: 2rem; }
.bottom-0 { bottom: 0; }
.bottom-4 { bottom: 1rem; }
.bottom-8 { bottom: 2rem; }
.left-0   { left: 0; }
.left-4   { left: 1rem; }
.right-0  { right: 0; }
.right-4  { right: 1rem; }
.left-1\/2{ left: 50%; }
.-translate-x-1\/2 { transform: translateX(-50%); }

/* ── Z-Index ─────────────────────────────────────────────── */
.z-0   { z-index: 0; }
.z-10  { z-index: 10; }
.z-20  { z-index: 20; }
.z-30  { z-index: 30; }
.z-40  { z-index: 40; }
.z-50  { z-index: 50; }
.z-\[60\] { z-index: 60; }

/* ── Overflow ────────────────────────────────────────────── */
.overflow-hidden  { overflow: hidden; }
.overflow-auto    { overflow: auto; }
.overflow-visible { overflow: visible; }
.overflow-scroll  { overflow: scroll; }
.overflow-x-auto  { overflow-x: auto; }
.overflow-x-hidden{ overflow-x: hidden; }
.overflow-y-auto  { overflow-y: auto; }

/* ── Object Fit ──────────────────────────────────────────── */
.object-cover   { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-center  { object-position: center; }
.object-top     { object-position: top; }

/* ── Opacity ─────────────────────────────────────────────── */
.opacity-0    { opacity: 0; }
.opacity-10   { opacity: 0.1; }
.opacity-20   { opacity: 0.2; }
.opacity-30   { opacity: 0.3; }
.opacity-40   { opacity: 0.4; }
.opacity-50   { opacity: 0.5; }
.opacity-60   { opacity: 0.6; }
.opacity-70   { opacity: 0.7; }
.opacity-80   { opacity: 0.8; }
.opacity-90   { opacity: 0.9; }
.opacity-100  { opacity: 1; }

/* ── Shadows ─────────────────────────────────────────────── */
.shadow-none  { box-shadow: none; }
.shadow-sm    { box-shadow: 0 1px 3px rgba(28,48,40,0.08); }
.shadow       { box-shadow: 0 2px 8px rgba(28,48,40,0.10); }
.shadow-md    { box-shadow: 0 4px 16px rgba(28,48,40,0.12); }
.shadow-lg    { box-shadow: 0 8px 32px rgba(28,48,40,0.14); }
.shadow-xl    { box-shadow: 0 16px 48px rgba(28,48,40,0.16); }
.shadow-2xl   { box-shadow: 0 24px 64px rgba(28,48,40,0.20); }

/* ── Backdrop ────────────────────────────────────────────── */
.backdrop-blur-sm  { backdrop-filter: blur(4px); }
.backdrop-blur     { backdrop-filter: blur(8px); }
.backdrop-blur-md  { backdrop-filter: blur(12px); }
.backdrop-blur-xl  { backdrop-filter: blur(24px); }

/* ── Transitions ─────────────────────────────────────────── */
.transition          { transition: all 150ms ease; }
.transition-colors   { transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.transition-all      { transition: all 200ms ease; }
.transition-opacity  { transition: opacity 300ms ease; }
.transition-transform{ transition: transform 300ms ease; }
.duration-150  { transition-duration: 150ms; }
.duration-200  { transition-duration: 200ms; }
.duration-300  { transition-duration: 300ms; }
.duration-500  { transition-duration: 500ms; }
.duration-700  { transition-duration: 700ms; }
.ease-in       { transition-timing-function: ease-in; }
.ease-out      { transition-timing-function: ease-out; }
.ease-in-out   { transition-timing-function: ease-in-out; }

/* ── Transforms ──────────────────────────────────────────── */
.rotate-0     { transform: rotate(0deg); }
.rotate-45    { transform: rotate(45deg); }
.rotate-90    { transform: rotate(90deg); }
.rotate-180   { transform: rotate(180deg); }
.-rotate-90   { transform: rotate(-90deg); }
.scale-100    { transform: scale(1); }
.scale-105    { transform: scale(1.05); }
.scale-110    { transform: scale(1.10); }
.scale-95     { transform: scale(0.95); }
.translate-y-0     { transform: translateY(0); }
.-translate-y-1    { transform: translateY(-0.25rem); }
.-translate-y-2    { transform: translateY(-0.5rem); }
.translate-y-full  { transform: translateY(100%); }

/* ── Cursor ──────────────────────────────────────────────── */
.cursor-pointer  { cursor: pointer; }
.cursor-default  { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }

/* ── Pointer Events ──────────────────────────────────────── */
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

/* ── User Select ─────────────────────────────────────────── */
.select-none  { user-select: none; }
.select-all   { user-select: all; }
.select-text  { user-select: text; }

/* ── Appearance ──────────────────────────────────────────── */
.appearance-none { appearance: none; -webkit-appearance: none; }
.outline-none    { outline: none; }
.resize-none     { resize: none; }
.resize-y        { resize: vertical; }

/* ── 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-5 > * + * { margin-top: 1.25rem; }
.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 Style ──────────────────────────────────────────── */
.list-none    { list-style: none; }
.list-disc    { list-style: disc; padding-left: 1.5rem; }
.list-decimal { list-style: decimal; padding-left: 1.5rem; }

/* ── Prose / Article Body ────────────────────────────────── */
.prose { max-width: 72ch; }
.prose h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C3028;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.prose h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1C3028;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.prose p {
  margin-bottom: 1.25rem;
  line-height: 1.75;
  color: #1C3028;
}
.prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.prose ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.prose ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.prose blockquote {
  border-left: 3px solid #0D9E6E;
  padding-left: 1.25rem;
  margin: 2rem 0;
  color: #637A70;
  font-style: italic;
}
.prose strong { font-weight: 600; color: #1C3028; }
.prose a { color: #0D9E6E; text-decoration: underline; text-underline-offset: 3px; }

/* ── Vertical writing / rotation ─────────────────────────── */
.writing-vertical-rl  { writing-mode: vertical-rl; }
.-rotate-\[90deg\]    { transform: rotate(-90deg); }

/* ── Not Italic ──────────────────────────────────────────── */
.not-italic { font-style: normal; }

/* ── Marquee ─────────────────────────────────────────────── */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 32s linear infinite;
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-track:hover { animation-play-state: paused; }

/* ── Accordion ───────────────────────────────────────────── */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease;
}
.accordion-body.open { max-height: 600px; }

/* ── Group hover ─────────────────────────────────────────── */
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:underline { text-decoration: underline; }
.group:hover .group-hover\:opacity-80 { opacity: 0.8; }

/* ── Focus ───────────────────────────────────────────────── */
.focus\:outline-none:focus   { outline: none; }
.focus\:border-\[\#0D9E6E\]:focus { border-color: #0D9E6E; }
.focus\:ring-2:focus         { box-shadow: 0 0 0 2px rgba(13,158,110,0.3); }

/* ── Hover colors ────────────────────────────────────────── */
.hover\:text-\[\#0D9E6E\]:hover  { color: #0D9E6E; }
.hover\:text-\[\#1C3028\]:hover  { color: #1C3028; }
.hover\:bg-\[\#EEF5F1\]:hover    { background-color: #EEF5F1; }
.hover\:bg-\[\#0a7a54\]:hover    { background-color: #0a7a54; }
.hover\:opacity-90:hover         { opacity: 0.9; }
.hover\:underline:hover          { text-decoration: underline; }
.hover\:shadow-md:hover          { box-shadow: 0 4px 16px rgba(28,48,40,0.12); }
.hover\:scale-105:hover          { transform: scale(1.05); }
.hover\:border-\[\#0D9E6E\]:hover{ border-color: #0D9E6E; }

/* ── Section dividers (decorative) ──────────────────────── */
.section-number {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 700;
  color: rgba(13,158,110,0.12);
  line-height: 1;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
  pointer-events: none;
}

/* ── Hairline label ──────────────────────────────────────── */
.label-mono {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #637A70;
}

/* ── Pull quote ──────────────────────────────────────────── */
.pull-quote {
  border-left: 3px solid #0D9E6E;
  padding: 1.25rem 1.5rem;
  background: #EEF5F1;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1C3028;
  line-height: 1.4;
  margin: 2rem 0;
}

/* ── Key takeaways box ───────────────────────────────────── */
.takeaway-box {
  border: 1px solid rgba(13,158,110,0.25);
  background: #EEF5F1;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
}

/* ── Stat strip item ─────────────────────────────────────── */
.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: #0D9E6E;
  line-height: 1;
}

/* ── CTA Button ──────────────────────────────────────────── */
.btn-accent {
  display: inline-block;
  background-color: #0D9E6E;
  color: #FAFCFB;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  transition: opacity 200ms ease, background-color 200ms ease;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.btn-accent:hover { opacity: 0.9; background-color: #0a7a54; }
.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #1C3028;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 2rem;
  border: 1px solid rgba(99,122,112,0.4);
  border-radius: 4px;
  transition: all 200ms ease;
  cursor: pointer;
}
.btn-outline:hover { border-color: #0D9E6E; color: #0D9E6E; }

/* ── Form inputs ─────────────────────────────────────────── */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #1C3028;
  background: #FAFCFB;
  border: 1px solid rgba(99,122,112,0.3);
  width: 100%;
  padding: 0.75rem 1rem;
  transition: border-color 200ms ease;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #0D9E6E;
}

/* ── Table ───────────────────────────────────────────────── */
.table      { display: table; }
.table-auto { table-layout: auto; }
.w-full table { width: 100%; border-collapse: collapse; }

/* ── Visibility ──────────────────────────────────────────── */
.visible    { visibility: visible; }
.invisible  { visibility: hidden; }
.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;
}

/* ── Truncate ────────────────────────────────────────────── */
.truncate         { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.whitespace-nowrap{ white-space: nowrap; }
.break-words      { word-break: break-word; overflow-wrap: break-word; }

/* ── Pointer ─────────────────────────────────────────────── */
.touch-action-none { touch-action: none; }

/* ── Custom hero section ─────────────────────────────────── */
.hero-editorial {
  position: relative;
  background: #EEF5F1;
  overflow: hidden;
}
.hero-editorial::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 40%; height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(13,158,110,0.06) 100%);
  pointer-events: none;
}

/* ── Category tag ────────────────────────────────────────── */
.category-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0D9E6E;
  padding: 0.25rem 0.6rem;
  border: 1px solid rgba(13,158,110,0.25);
  border-radius: 2px;
}

/* ── Author bio box ──────────────────────────────────────── */
.author-box {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #EEF5F1;
  border-left: 3px solid #0D9E6E;
  margin-top: 3rem;
}
.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #D8E2DC;
}

/* ── Progress number steps ───────────────────────────────── */
.step-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: #0D9E6E;
  line-height: 1;
  opacity: 0.7;
}

/* ─── Responsive: md (768px) ─────────────────────────────── */
@media (min-width: 768px) {
  .md\:block         { display: block; }
  .md\:inline-block  { display: inline-block; }
  .md\:flex          { display: flex; }
  .md\:grid          { display: grid; }
  .md\:hidden        { display: none; }
  .md\:flex-row      { flex-direction: row; }
  .md\:flex-col      { flex-direction: column; }
  .md\:items-center  { align-items: center; }
  .md\:items-start   { align-items: flex-start; }
  .md\:justify-end   { justify-content: flex-end; }
  .md\:justify-between { justify-content: space-between; }
  .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\:col-span-5    { grid-column: span 5 / span 5; }
  .md\:col-span-6    { grid-column: span 6 / span 6; }
  .md\:col-span-7    { grid-column: span 7 / span 7; }
  .md\:col-span-8    { grid-column: span 8 / span 8; }
  .md\:grid-cols-1   { grid-template-columns: repeat(1, minmax(0,1fr)); }
  .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\: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-16  { gap: 4rem; }
  .md\:gap-20  { gap: 5rem; }
  .md\:mt-0    { margin-top: 0; }
  .md\:mb-0    { margin-bottom: 0; }
  .md\:px-8    { padding-left: 2rem; padding-right: 2rem; }
  .md\:px-12   { padding-left: 3rem; padding-right: 3rem; }
  .md\:py-8    { padding-top: 2rem; padding-bottom: 2rem; }
  .md\:py-12   { padding-top: 3rem; padding-bottom: 3rem; }
  .md\:py-16   { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:py-20   { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-24   { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:py-32   { padding-top: 8rem; padding-bottom: 8rem; }
  .md\:pt-12   { padding-top: 3rem; }
  .md\:pb-16   { padding-bottom: 4rem; }
  .md\:text-left   { text-align: left; }
  .md\:text-center { text-align: center; }
  .md\:text-xl   { font-size: 1.25rem; }
  .md\:text-2xl  { font-size: 1.5rem; }
  .md\:text-3xl  { font-size: 1.875rem; }
  .md\:text-4xl  { font-size: 2.25rem; }
  .md\:text-5xl  { font-size: 3rem; }
  .md\:text-6xl  { font-size: 3.75rem; }
  .md\:text-7xl  { font-size: 4.5rem; }
  .md\:w-1\/2    { width: 50%; }
  .md\:w-auto    { width: auto; }
  .md\:aspect-\[21\/9\] { aspect-ratio: 21/9; }
  .md\:aspect-\[16\/9\] { aspect-ratio: 16/9; }
}

/* ─── Responsive: lg (1024px) ────────────────────────────── */
@media (min-width: 1024px) {
  .lg\:block        { display: block; }
  .lg\:flex         { display: flex; }
  .lg\:grid         { display: grid; }
  .lg\:hidden       { display: none; }
  .lg\:col-span-5   { grid-column: span 5 / span 5; }
  .lg\:col-span-7   { grid-column: span 7 / span 7; }
  .lg\:grid-cols-2  { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .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\:gap-12  { gap: 3rem; }
  .lg\:gap-16  { gap: 4rem; }
  .lg\:px-0    { padding-left: 0; padding-right: 0; }
  .lg\:text-5xl{ font-size: 3rem; }
  .lg\:text-6xl{ font-size: 3.75rem; }
  .lg\:text-7xl{ font-size: 4.5rem; }
  .lg\:text-8xl{ font-size: 6rem; }
}

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

/* ── Container ───────────────────────────────────────────── */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px)  { .container { max-width: 768px; padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }

/* ── AOS overrides ───────────────────────────────────────── */
[data-aos] { opacity: 0; transition-property: opacity, transform; }
[data-aos].aos-animate { opacity: 1; }

/* ── Swiper overrides ────────────────────────────────────── */
.swiper-pagination-bullet-active { background: #0D9E6E; }
.swiper-button-next, .swiper-button-prev { color: #0D9E6E; }
