/* L'Immo by Ivey — colors */
:root{
/* Base palette */
--ivey-navy:#1b2a4a;
--ivey-navy-soft:#2d3956;
--ivey-burgundy:#7a3348;
--ivey-burgundy-deep:#5e2436;
--ivey-cream:#f5f0e8;
--ivey-cream-light:#faf7f2;
--ivey-beige:#e8dece;
--ivey-white:#ffffff;
--ivey-card-cool:#f5f5f5;
--ivey-pink:#df62a6;
--ivey-pink-bright:#fb6ab5;
/* Text */
--text-heading:var(--ivey-navy);
--text-body:#424e69;
--text-muted:#757d90;
--text-faint:#a0a4ae;
--text-on-dark:#f2ede4;
--text-on-dark-muted:rgba(242,237,228,.72);
--text-accent:var(--ivey-burgundy);
/* Surfaces */
--surface-page:var(--ivey-cream);
--surface-page-light:var(--ivey-cream-light);
--surface-card:var(--ivey-white);
--surface-card-cool:var(--ivey-card-cool);
--surface-panel-navy:var(--ivey-navy);
--surface-panel-beige:var(--ivey-beige);
--surface-band-burgundy:var(--ivey-burgundy);
/* Interactive */
--accent:var(--ivey-burgundy);
--accent-hover:#8d4059;
--accent-press:var(--ivey-burgundy-deep);
--navy-hover:#26365c;
/* Lines */
--border-soft:rgba(27,42,74,.12);
--border-dashed:#cfc8ba;
--border-on-dark:rgba(255,255,255,.22);
/* Hero overlay (over photography) */
--hero-overlay:linear-gradient(178deg,rgba(122,90,165,.45) 0%,rgba(223,98,166,.62) 45%,rgba(251,106,181,.78) 100%);/* @kind color */
}

@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/montserrat-400.woff2') format('woff2');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/montserrat-500.woff2') format('woff2');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/montserrat-600.woff2') format('woff2');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/montserrat-700.woff2') format('woff2');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/montserrat-800.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/cormorant-garamond-400-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;src:url('fonts/cormorant-garamond-500-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:600;font-display:swap;src:url('fonts/cormorant-garamond-600-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/cormorant-garamond-400.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/cormorant-garamond-500.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/cormorant-garamond-600.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/cormorant-garamond-700.woff2') format('woff2');}

/* L'Immo by Ivey — spacing, radii, shadows, motion */
:root{
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;
--container:1200px;
--radius-card:16px;
--radius-slot:10px;
--radius-input:10px;
--radius-pill:999px;
--shadow-card:0 14px 34px rgba(27,42,74,.08),0 3px 8px rgba(27,42,74,.05);
--shadow-card-hover:0 22px 44px rgba(27,42,74,.13),0 4px 10px rgba(27,42,74,.06);
--shadow-capsule:0 20px 45px rgba(27,42,74,.16);
--ease-brand:cubic-bezier(.25,.6,.3,1);/* @kind other */
--dur-fast:.18s;/* @kind other */
--dur-med:.3s;/* @kind other */
}

/* L'Immo by Ivey — typography */
:root{
--font-sans:'Montserrat',-apple-system,'Segoe UI',sans-serif;
--font-serif:'Cormorant Garamond',Georgia,serif;
/* Scale (1200px content width reference) */
--fs-hero:48px;          /* Montserrat 800, uppercase */
--fs-h2-serif:34px;      /* Cormorant 700 */
--fs-h2-serif-lg:36px;
--fs-h2-caps:22px;       /* Montserrat 800, uppercase */
--fs-cta-caps:34px;      /* Montserrat 800, uppercase, big CTA */
--fs-feature-title:27px; /* Cormorant 600 italic */
--fs-card-title:21px;    /* Cormorant 700 */
--fs-body:14px;
--fs-body-sm:12.5px;
--fs-btn:13px;
--fs-kicker:11.5px;
--fs-meta:10.5px;
/* Weights */
--w-regular:400;/* @kind font */
--w-medium:500;/* @kind font */
--w-semibold:600;/* @kind font */
--w-bold:700;/* @kind font */
--w-extrabold:800;/* @kind font */
/* Tracking */
--track-kicker:.22em;
--track-caps:.04em;
/* Line heights */
--lh-tight:1.15;/* @kind font */
--lh-heading:1.25;/* @kind font */
--lh-body:1.65;/* @kind font */
}

