/* ============================================================
   mtell — Local utility stylesheet
   Replaces Tailwind CDN. No build tools required.
   ============================================================ */

/* ----- 0a. SELF-HOSTED MANROPE (variable: 400–800) ----- */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ----- 0. PREFLIGHT / RESET ----- */
*, *::before, *::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    --tw-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
}
html { -moz-tab-size: 4; tab-size: 4; line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
dialog { padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none !important; }

/* ----- 1. CSS CUSTOM PROPERTIES ----- */
:root {
    color-scheme: light;
    --mtell-burgundy: #76184c;
    --mtell-ink: #383838;
    --mtell-paper: #faf8f9;
    /* Brand palette */
    --brand-50: #f6f1f4;
    --brand-100: #eee3e9;
    --brand-200: #dec7d4;
    --brand-300: #c8a2b7;
    --brand-400: #af7997;
    --brand-500: #99547a;
    --brand-600: #863361;
    --brand-700: #76184c;
    --brand-800: #581239;
    --brand-900: #350a22;
    /* Ink palette */
    --ink-50: #f6f6f6;
    --ink-100: #ebebeb;
    --ink-200: #d8d8d8;
    --ink-300: #c2c2c2;
    --ink-400: #a9a9a9;
    --ink-500: #757575;
    --ink-600: #5f5f5f;
    --ink-700: #4c4c4c;
    --ink-800: #383838;
    --ink-900: #202020;
}

/* ----- 2. BASE / TYPOGRAPHY ----- */
body {
    background:
        radial-gradient(circle at top left, rgba(222, 199, 212, 0.38), transparent 28%),
        radial-gradient(circle at top right, rgba(216, 216, 216, 0.3), transparent 24%),
        linear-gradient(180deg, var(--mtell-paper) 0%, #fbfcfd 45%, #f5f7fa 100%);
    color: var(--mtell-ink);
    overflow-x: hidden;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
body > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body > footer { flex-shrink: 0; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Page load fade-in */
body { opacity: 0; transition: opacity 0.6s ease; }
body.loaded { opacity: 1; }
.scroll-smooth { scroll-behavior: smooth; }

/* Selection variant (applied on body, affects all descendants) */
.selection\:bg-brand-500::selection,
.selection\:bg-brand-500 *::selection { background-color: #99547a; }
.selection\:text-white::selection,
.selection\:text-white *::selection { color: #fff; }

/* ----- 3. KEYFRAME ANIMATIONS ----- */
@keyframes blob {
    0%   { transform: translate(0px, 0px) scale(1); }
    33%  { transform: translate(30px, -50px) scale(1.1); }
    66%  { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0px, 0px) scale(1); }
}
@keyframes fadeInUp {
    0%   { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes logoPop {
    0%   { opacity: 0; transform: scale(0.55) translateY(18px); }
    55%  { opacity: 1; transform: scale(1.12) translateY(-4px); }
    75%  { transform: scale(0.97) translateY(1px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .animate-blob,
    .animate-fade-in-up,
    .logo-hero { animation: none !important; }
    .glass-card,
    .glass-card > i[data-lucide],
    .logo-hero { transition: none !important; }
    .glass-card:hover,
    .glass-card:hover > i[data-lucide],
    .logo-hero:hover { transform: none !important; filter: none; }
}

/* ----- 4. LAYOUT UTILITIES ----- */
.hidden { display: none; }
.block { display: block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }

.inset-0 { inset: 0; }
.inset-6 { inset: 1.5rem; }
.inset-14 { inset: 3.5rem; }

.top-\[-10\%\] { top: -10%; }
.top-\[20\%\] { top: 20%; }
.right-\[-10\%\] { right: -10%; }
.bottom-0 { bottom: 0; }
.bottom-5 { bottom: 1.25rem; }
.bottom-\[-20\%\] { bottom: -20%; }
.left-0 { left: 0; }
.left-6 { left: 1.5rem; }
.left-1\/2 { left: 50%; }
.left-\[-10\%\] { left: -10%; }
.left-\[20\%\] { left: 20%; }

.-bottom-6 { bottom: -1.5rem; }
.-bottom-10 { bottom: -2.5rem; }
.-right-6 { right: -1.5rem; }

.z-\[-1\] { z-index: -1; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

.overflow-hidden { overflow: hidden; }

/* ----- 5. FLEXBOX UTILITIES ----- */
.flex-col { flex-direction: column; }
.flex-shrink-0 { flex-shrink: 0; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.group { /* selector hook — no styles needed */ }

/* ----- 6. GRID UTILITIES ----- */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.gap-0 { gap: 0px; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

/* ----- 7. SPACING UTILITIES ----- */
/* Margin */
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-2 { margin-left: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.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; }

/* Padding */
.p-1 { padding: 0.25rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.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; }
.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-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pt-32 { padding-top: 8rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }

/* Space between children */
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

/* ----- 8. SIZING UTILITIES ----- */
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-36 { width: 9rem; }
.w-96 { width: 24rem; }
.w-\[500px\] { width: 500px; }
.w-\[600px\] { width: 600px; }
.w-auto { width: auto; }
.w-full { width: 100%; }

.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-36 { height: 9rem; }
.h-96 { height: 24rem; }
.h-\[48px\] { height: 48px; }
.h-\[52px\] { height: 52px; }
.h-\[500px\] { height: 500px; }
.h-\[600px\] { height: 600px; }

.max-w-xs { max-width: 20rem; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }

.aspect-square { aspect-ratio: 1 / 1; }

/* ----- 9. TYPOGRAPHY UTILITIES ----- */
.text-\[11px\] { font-size: 11px; }
.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; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-\[0\.24em\] { letter-spacing: 0.24em; }

.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* Text colors */
.text-transparent { color: transparent; }
.text-white { color: #fff; }
.text-brand-300 { color: #c8a2b7; }
.text-brand-600 { color: #863361; }
.text-brand-700 { color: #76184c; }
.text-ink-700 { color: #4c4c4c; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-900 { color: #0f172a; }

.placeholder-slate-400::placeholder { color: #94a3b8; }

/* ----- 10. BACKGROUND UTILITIES ----- */
.bg-white { background-color: #fff; }
.bg-white\/40 { background-color: rgba(255, 255, 255, 0.4); }
.bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }
.bg-white\/60 { background-color: rgba(255, 255, 255, 0.6); }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9); }
.bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }

.bg-brand-50 { background-color: #f6f1f4; }
.bg-brand-100\/70 { background-color: rgba(238, 227, 233, 0.7); }
.bg-brand-300\/40 { background-color: rgba(200, 162, 183, 0.4); }
.bg-brand-600 { background-color: #863361; }

.bg-ink-50 { background-color: #f6f6f6; }
.bg-ink-200\/50 { background-color: rgba(216, 216, 216, 0.5); }

.bg-slate-50\/50 { background-color: rgba(248, 250, 252, 0.5); }
.bg-slate-200 { background-color: #e2e8f0; }

.bg-red-400 { background-color: #f87171; }
.bg-green-400 { background-color: #4ade80; }
.bg-yellow-400 { background-color: #facc15; }
.bg-emerald-600 { background-color: #059669; }

/* Gradients */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-via, var(--tw-gradient-from)), var(--tw-gradient-to)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-via, var(--tw-gradient-from)), var(--tw-gradient-to)); }
.from-brand-600 { --tw-gradient-from: #863361; --tw-gradient-to: rgba(134, 51, 97, 0); }
.from-brand-700 { --tw-gradient-from: #76184c; --tw-gradient-to: rgba(118, 24, 76, 0); }
.via-brand-500 { --tw-gradient-via: #99547a; }
.via-brand-600 { --tw-gradient-via: #863361; }
.to-brand-400 { --tw-gradient-to: #af7997; }
.to-ink-700 { --tw-gradient-to: #4c4c4c; }
.to-ink-800 { --tw-gradient-to: #383838; }

.bg-clip-text { -webkit-background-clip: text; background-clip: text; }

/* ----- 11. BORDER & ROUNDED UTILITIES ----- */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }

.border-white { border-color: #fff; }
.border-slate-200 { border-color: #e2e8f0; }
.border-brand-100 { border-color: #eee3e9; }
.border-brand-200 { border-color: #dec7d4; }
.border-red-400 { border-color: #f87171; }

.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-\[1\.5rem\] { border-radius: 1.5rem; }
.rounded-\[1\.75rem\] { border-radius: 1.75rem; }
.rounded-\[2rem\] { border-radius: 2rem; }

/* ----- 12. SHADOW & RING UTILITIES ----- */
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_25px_70px_rgba\(26\,34\,44\,0\.12\)\] {
    --tw-shadow: 0 25px 70px rgba(32, 32, 32, 0.12);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_35px_70px_rgba\(26\,34\,44\,0\.22\)\] {
    --tw-shadow: 0 35px 70px rgba(32, 32, 32, 0.22);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}

/* Ring (used for focus states and JS validation) */
.ring-red-200 {
    --tw-ring-shadow: 0 0 0 2px #fecaca;
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}

/* ----- 13. FILTER & BLEND UTILITIES ----- */
.filter { /* explicit filter context — handled by child utilities */ }
.blur-\[100px\] { filter: blur(100px); }
.blur-\[120px\] { filter: blur(120px); }
.backdrop-blur-lg { -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.mix-blend-multiply { mix-blend-mode: multiply; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }

/* ----- 14. TRANSFORM UTILITIES ----- */
.transform { /* explicit transform context */ }
.rotate-2 { transform: rotate(2deg); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.object-contain { object-fit: contain; }

/* ----- 15. TRANSITION & ANIMATION UTILITIES ----- */
.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, text-decoration-color, fill, stroke; 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-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }

.animate-blob { animation: blob 7s infinite; }
.animate-fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }

/* ----- 16. INTERACTIVITY UTILITIES ----- */
.cursor-pointer { cursor: pointer; }
.resize-none { resize: none; }
.pointer-events-none { pointer-events: none; }

/* ----- 17. CUSTOM COMPONENT CLASSES ----- */
.glass-card {
    background: rgba(255, 255, 255, 0.68);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 60px rgba(32, 32, 32, 0.08);
    transition:
        transform 280ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 280ms ease,
        background-color 280ms ease,
        border-color 280ms ease;
    will-change: transform;
}
.glass-card > i[data-lucide] {
    transition: transform 280ms cubic-bezier(.2, .8, .2, 1), color 280ms ease;
}
.glass-card:hover {
    transform: translateY(-8px) scale(1.025);
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(118, 24, 76, 0.22);
    box-shadow:
        0 30px 70px rgba(118, 24, 76, 0.22),
        0 8px 24px rgba(32, 32, 32, 0.08);
}
.glass-card:hover > i[data-lucide] {
    transform: scale(1.18) translateY(-2px);
    color: var(--brand-700);
}
.glass-nav {
    background: rgba(250, 248, 249, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(118, 24, 76, 0.08);
}
/* ----- Hero rhythm (viewport-height aware) -----
   Every spacing value scales with viewport height so the hero breathes on
   tall monitors and stays compact on laptops — no brittle breakpoints. */
.hero {
    padding-top: clamp(6rem, 5rem + 6vh, 11rem);
    padding-bottom: clamp(2rem, 1rem + 4vh, 6rem);
}
.hero__logo      { margin-bottom: clamp(1.5rem, 0.75rem + 3vh, 4rem); }
.hero__headline  { margin-bottom: clamp(1.5rem, 0.5rem + 4vh,  5rem); }
.hero__sub       { margin-bottom: clamp(2rem,   1rem + 5vh,    6rem); }
.hero__cta {
    padding: clamp(0.75rem, 0.625rem + 0.5vh, 1.125rem)
             clamp(2rem,    1.5rem + 1.2vw,   3rem);
    font-size: clamp(1rem, 0.95rem + 0.15vw, 1.125rem);
    letter-spacing: 0.01em;
}
.offerings {
    padding-bottom: clamp(3rem, 2rem + 4vh, 7rem);
}

.brand-lockup { filter: drop-shadow(0 2px 6px rgba(32, 32, 32, 0.10)); }
.logo-hero {
    animation: logoPop 900ms cubic-bezier(.2, .8, .2, 1) both;
    transition:
        transform 320ms cubic-bezier(.2, .8, .2, 1),
        filter 320ms ease;
    will-change: transform, filter;
    cursor: default;
}
.logo-hero:hover {
    transform: scale(1.08) rotate(-1deg);
    filter: drop-shadow(0 14px 28px rgba(118, 24, 76, 0.35));
}
.logo-nav { height: 52px; width: auto; }
.logo-footer { height: 48px; width: auto; }
@media (min-width: 768px) {
    .logo-nav { height: 60px; }
}
.brand-mark { filter: drop-shadow(0 2px 4px rgba(32, 32, 32, 0.10)); }
.brand-stage {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(238, 227, 233, 0.65));
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-4000 { animation-delay: 4s; }
.skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 0.75rem 1.5rem;
    background: #76184c;
    color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    font-weight: 600;
    text-decoration: none;
}
.skip-link:focus { top: 0; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #faf8f9; }
::-webkit-scrollbar-thumb { background: #c8a2b7; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #99547a; }

/* ----- 18. HOVER STATE UTILITIES ----- */
.hover\:text-brand-600:hover { color: #863361; }
.hover\:bg-brand-50:hover { background-color: #f6f1f4; }
.hover\:bg-brand-700:hover { background-color: #76184c; }
.hover\:bg-white\/60:hover { background-color: rgba(255, 255, 255, 0.6); }
.hover\:bg-white\/80:hover { background-color: rgba(255, 255, 255, 0.8); }
.hover\:bg-emerald-700:hover { background-color: #047857; }
.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.hover\:rotate-0:hover { transform: rotate(0deg); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }

/* ----- 19. FOCUS STATE UTILITIES ----- */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus {
    --tw-ring-shadow: 0 0 0 2px var(--tw-ring-color);
    box-shadow: var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-brand-500\/50:focus { --tw-ring-color: rgba(153, 84, 122, 0.5); }
.focus\:border-brand-500:focus { border-color: #99547a; }

/* ----- 20. GROUP-HOVER UTILITIES ----- */
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }

/* ----- 21. RESPONSIVE: sm (>=640px) ----- */
@media (min-width: 640px) {
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:block { display: block; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0px; }
}

/* ----- 22. RESPONSIVE: md (>=768px) ----- */
@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:block { display: block; }
    .md\:flex-row { flex-direction: row; }
    .md\:items-center { align-items: center; }
    .md\:p-5 { padding: 1.25rem; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:col-span-2 { grid-column: span 2 / span 2; }
    .md\:h-11 { height: 2.75rem; }
    .md\:h-14 { height: 3.5rem; }
    .md\:h-16 { height: 4rem; }
    .md\:h-20 { height: 5rem; }
    .md\:h-\[60px\] { height: 60px; }
    .md\:mt-0 { margin-top: 0px; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:text-left { text-align: left; }
}

/* ----- 23. RESPONSIVE: lg (>=1024px) ----- */
@media (min-width: 1024px) {
    .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\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:col-span-3 { grid-column: span 3 / span 3; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:p-16 { padding: 4rem; }
    .lg\:pt-48 { padding-top: 12rem; }
    .lg\:pb-24 { padding-bottom: 6rem; }
    .lg\:pb-32 { padding-bottom: 8rem; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .lg\:h-\[500px\] { height: 500px; }
}

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