/* ===== LIV INDY REALTY — V3 DESIGN SYSTEM ===== */
:root {
    --liv-navy: #192236;
    --liv-deep: #0e1520;
    --liv-accent: #4a7c6f;
    --liv-accent-light: #5d9b8a;
    --liv-cream: #f5f3ef;
    --liv-warm: #eee9e2;
    --liv-white: #ffffff;
    --liv-text: #333;
    --liv-text-light: rgba(255,255,255,0.7);
    --liv-serif: 'Italiana', serif;
    --liv-sans: 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--liv-sans); color: var(--liv-text); line-height: 1.7; background: var(--liv-cream); overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { font-family: var(--liv-serif); font-weight: 400; line-height: 1.15; }
.liv-eyebrow { font-family: var(--liv-sans); font-size: 12px; letter-spacing: 4px; text-transform: uppercase; font-weight: 500; margin-bottom: 12px; }
.liv-heading { font-family: var(--liv-serif); font-weight: 400; }

/* ===== BUTTONS ===== */
.liv-btn { display: inline-block; padding: 14px 32px; font-family: var(--liv-sans); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; border: 1.5px solid; border-radius: 0; transition: all 0.4s ease; position: relative; overflow: hidden; }
.liv-btn--primary { background: var(--liv-accent); color: #fff; border-color: var(--liv-accent); }
.liv-btn--primary:hover { background: var(--liv-accent-light); border-color: var(--liv-accent-light); transform: translateY(-2px); }
.liv-btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.liv-btn--outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.liv-btn--dark { background: transparent; color: var(--liv-navy); border-color: var(--liv-navy); }
.liv-btn--dark:hover { background: var(--liv-navy); color: #fff; }
.liv-btn--sm { padding: 10px 24px; font-size: 11px; }

/* ===== WATERMARK ===== */
.liv-watermark { position: absolute; font-family: var(--liv-serif); font-size: clamp(120px, 18vw, 260px); color: rgba(0,0,0,0.025); pointer-events: none; white-space: nowrap; z-index: 0; line-height: 1; user-select: none; }
.liv-watermark--light { color: rgba(255,255,255,0.03); }

/* ===== REVEAL ANIMATION ===== */
.liv-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.liv-reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== HEADER ===== */
.liv-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: all 0.4s ease; background: transparent; }
.liv-header.scrolled { background: rgba(14,21,32,0.95); backdrop-filter: blur(12px); padding: 10px 0; box-shadow: 0 4px 30px rgba(0,0,0,0.15); }
.liv-header__inner { max-width: 1400px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.liv-header__logo img { height: 48px; width: auto; filter: brightness(0) invert(1); transition: height 0.3s; }
.liv-header.scrolled .liv-header__logo img { height: 40px; }
.liv-header__nav { display: flex; gap: 32px; }
.liv-header__nav a { color: #fff; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; transition: opacity 0.3s; }
.liv-header__nav a:hover { opacity: 0.7; }
.liv-header__actions { display: flex; align-items: center; gap: 20px; }
.liv-header__phone { color: #fff; font-size: 13px; letter-spacing: 0.5px; opacity: 0.8; }
.liv-header__phone:hover { opacity: 1; }
.liv-header__burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.liv-header__burger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.3s; }
.liv-header--hidden { transform: translateY(-100%); }

/* ===== HERO ===== */
.liv-hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.liv-hero__video { position: absolute; inset: 0; z-index: 0; }
.liv-hero__video video { width: 100%; height: 100%; object-fit: cover; }
.liv-hero__overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(14,21,32,0.75) 0%, rgba(25,34,54,0.6) 50%, rgba(14,21,32,0.8) 100%); z-index: 1; }
.liv-hero__content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 24px; }
.liv-hero__eyebrow { color: var(--liv-accent-light); font-size: 13px; letter-spacing: 5px; text-transform: uppercase; margin-bottom: 24px; }
.liv-hero__title { font-family: var(--liv-serif); font-size: clamp(42px, 6vw, 72px); color: #fff; margin-bottom: 20px; font-weight: 400; line-height: 1.1; }
.liv-hero__subtitle { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.8; max-width: 560px; margin: 0 auto 40px; }
.liv-hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.liv-hero__stats { display: flex; gap: 48px; justify-content: center; margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.liv-hero__stat-value { font-family: var(--liv-serif); font-size: 32px; color: #fff; }
.liv-hero__stat-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 4px; }
.liv-hero__scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; }
.liv-hero__scroll span { display: block; width: 1px; height: 60px; background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent); margin: 0 auto; animation: liv-scroll-pulse 2s ease-in-out infinite; }
@keyframes liv-scroll-pulse { 0%,100%{opacity:0.3;transform:scaleY(0.6);} 50%{opacity:1;transform:scaleY(1);} }

/* ===== GRADIENT TRANSITIONS ===== */
.liv-grad { position: relative; }
.liv-grad::before { content: ''; position: absolute; top: -140px; left: 0; right: 0; height: 140px; z-index: 2; pointer-events: none; }
.liv-grad--cream-to-navy::before { background: linear-gradient(to bottom, var(--liv-cream), var(--liv-navy)); }
.liv-grad--navy-to-cream::before { background: linear-gradient(to bottom, var(--liv-navy), var(--liv-cream)); }
.liv-grad--warm-to-navy::before { background: linear-gradient(to bottom, var(--liv-warm), var(--liv-deep)); }
.liv-grad--cream-to-warm::before { background: linear-gradient(to bottom, var(--liv-cream), var(--liv-warm)); }

/* ===== MARQUEE ===== */
.liv-marquee { overflow: hidden; background: var(--liv-navy); padding: 16px 0; white-space: nowrap; }
.liv-marquee__track { display: inline-block; animation: liv-marquee 30s linear infinite; }
.liv-marquee__item { display: inline-block; font-family: var(--liv-serif); font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 4px; text-transform: uppercase; padding: 0 40px; }
@keyframes liv-marquee { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

/* ===== CINEMATIC BREAK ===== */
.liv-cinematic { position: relative; padding: 140px 0; text-align: center; overflow: hidden; }
.liv-cinematic__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-attachment: fixed; }
.liv-cinematic__overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(14,21,32,0.85) 0%, rgba(25,34,54,0.7) 100%); }
.liv-cinematic__inner { position: relative; z-index: 2; }
.liv-cinematic__title { font-family: var(--liv-serif); font-size: clamp(32px, 4.5vw, 56px); color: #fff; margin-bottom: 16px; }
.liv-cinematic__text { color: rgba(255,255,255,0.6); font-size: 17px; max-width: 560px; margin: 0 auto; line-height: 1.75; }

/* ===== SECTION STYLES ===== */
.liv-section { position: relative; padding: 120px 0; overflow: hidden; }
.liv-section--cream { background: var(--liv-cream); }
.liv-section--warm { background: var(--liv-warm); }
.liv-section--navy { background: var(--liv-navy); }
.liv-section--deep { background: var(--liv-deep); }

/* ===== ABOUT SECTION ===== */
.liv-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.liv-about__image { border-radius: 4px; overflow: hidden; position: relative; }
.liv-about__image img { width: 100%; display: block; }
.liv-about__image::after { content: ''; position: absolute; inset: 0; border: 1px solid var(--liv-accent); border-radius: 4px; opacity: 0.3; pointer-events: none; }
.liv-about__text { font-size: 16px; line-height: 1.85; color: #555; margin-bottom: 16px; }
.liv-about__accolades { display: flex; gap: 40px; margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.08); }
.liv-about__accolade-value { font-family: var(--liv-serif); font-size: 28px; color: var(--liv-navy); }
.liv-about__accolade-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-top: 4px; }

/* ===== VALUE CARDS ===== */
.liv-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.liv-value { padding: 40px; background: rgba(255,255,255,0.6); border: 1px solid rgba(0,0,0,0.05); transition: transform 0.4s, box-shadow 0.4s; }
.liv-value:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.liv-value__num { font-family: var(--liv-serif); font-size: 48px; color: var(--liv-accent); opacity: 0.3; line-height: 1; margin-bottom: 16px; }
.liv-value__title { font-family: var(--liv-serif); font-size: 22px; color: var(--liv-navy); margin-bottom: 12px; }
.liv-value__text { font-size: 14px; color: #666; line-height: 1.8; }

/* ===== SELLERS / BUYERS SECTIONS ===== */
.liv-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.liv-split__image { position: relative; overflow: hidden; }
.liv-split__image img { width: 100%; height: 100%; object-fit: cover; }
.liv-split__content { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px; }

/* ===== COMMUNITY CAROUSEL ===== */
.liv-carousel { width: 100%; overflow: hidden; padding: 20px 0; }
.liv-carousel__track { display: flex; gap: 24px; animation: liv-carousel-scroll 45s linear infinite; width: max-content; }
.liv-carousel__track:hover { animation-play-state: paused; }
.liv-carousel__slide { flex: 0 0 320px; height: 320px; border-radius: 8px; overflow: hidden; position: relative; display: block; transition: transform 0.4s, box-shadow 0.4s; }
.liv-carousel__slide:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.liv-carousel__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s; }
.liv-carousel__slide:hover .liv-carousel__img { transform: scale(1.08); }
.liv-carousel__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,21,32,0.8) 0%, rgba(14,21,32,0.1) 60%); }
.liv-carousel__content { position: absolute; bottom: 24px; left: 24px; z-index: 2; }
.liv-carousel__name { font-family: var(--liv-serif); font-size: 22px; color: #fff; }
.liv-carousel__county { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }
@keyframes liv-carousel-scroll { 0%{transform:translateX(0);} 100%{transform:translateX(calc(-344px * 10));} }

/* ===== TEAM GRID ===== */
.liv-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.liv-team-card { position: relative; overflow: hidden; border-radius: 4px; background: #fff; transition: transform 0.4s, box-shadow 0.4s; }
.liv-team-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.1); }
.liv-team-card__photo { aspect-ratio: 3/4; overflow: hidden; background: var(--liv-warm); }
.liv-team-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.6s; }
.liv-team-card:hover .liv-team-card__photo img { transform: scale(1.05); }
.liv-team-card__info { padding: 20px; text-align: center; }
.liv-team-card__name { font-family: var(--liv-serif); font-size: 18px; color: var(--liv-navy); }
.liv-team-card__role { font-size: 12px; color: #888; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

/* ===== STATS BAR ===== */
.liv-stats { display: flex; justify-content: center; gap: 64px; padding: 60px 0; }
.liv-stat { text-align: center; }
.liv-stat__value { font-family: var(--liv-serif); font-size: 42px; color: #fff; }
.liv-stat__label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 8px; }

/* ===== RECRUITING CTA ===== */
.liv-recruit { text-align: center; }

/* ===== CONTACT FORM ===== */
.liv-form { max-width: 600px; }
.liv-form input, .liv-form textarea { width: 100%; padding: 16px 0; font-family: var(--liv-sans); font-size: 15px; border: none; border-bottom: 1px solid rgba(0,0,0,0.15); background: transparent; color: var(--liv-text); outline: none; transition: border-color 0.3s; margin-bottom: 24px; }
.liv-form input:focus, .liv-form textarea:focus { border-color: var(--liv-accent); }
.liv-form textarea { min-height: 120px; resize: vertical; }

/* ===== FOOTER ===== */
.liv-footer { background: var(--liv-deep); color: #fff; }
.liv-footer__top { padding: 80px 0 60px; }
.liv-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.liv-footer__logo { height: 60px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.liv-footer__tagline { color: rgba(255,255,255,0.45); font-size: 14px; line-height: 1.7; max-width: 280px; }
.liv-footer__links h4, .liv-footer__contact h4 { font-family: var(--liv-sans); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 20px; font-weight: 500; }
.liv-footer__links a, .liv-footer__contact a, .liv-footer__contact p { display: block; color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 12px; transition: color 0.3s; }
.liv-footer__links a:hover, .liv-footer__contact a:hover { color: #fff; }
.liv-footer__bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.liv-footer__bottom p { color: rgba(255,255,255,0.3); font-size: 12px; text-align: center; }

/* ===== PAGE HERO (inner pages) ===== */
.liv-page-hero { position: relative; padding: 200px 0 100px; text-align: center; overflow: hidden; }
.liv-page-hero--navy { background: var(--liv-navy); }
.liv-page-hero__eyebrow { color: var(--liv-accent-light); }
.liv-page-hero__title { font-family: var(--liv-serif); font-size: clamp(36px, 5vw, 60px); color: #fff; margin-bottom: 16px; }
.liv-page-hero__subtitle { color: rgba(255,255,255,0.55); font-size: 17px; max-width: 600px; margin: 0 auto; line-height: 1.8; }

/* ===== AREA LINKS ===== */
.liv-area-link { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); font-size: 16px; transition: all 0.3s; }
.liv-area-link:hover { color: #fff; padding-left: 8px; }
.liv-area-link__arrow { opacity: 0.4; transition: opacity 0.3s; }
.liv-area-link:hover .liv-area-link__arrow { opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .liv-header__nav { display: none; }
    .liv-header__phone { display: none; }
    .liv-header__burger { display: block; }
    .liv-about__grid { grid-template-columns: 1fr; gap: 40px; }
    .liv-split { grid-template-columns: 1fr; }
    .liv-split__image { min-height: 400px; }
    .liv-values { grid-template-columns: 1fr; }
    .liv-team-grid { grid-template-columns: repeat(2, 1fr); }
    .liv-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .liv-hero__stats { flex-wrap: wrap; gap: 32px; }
    .liv-stats { flex-wrap: wrap; gap: 32px; }
}
@media (max-width: 768px) {
    .liv-section { padding: 80px 0; }
    .liv-hero__stats { gap: 24px; }
    .liv-carousel__slide { flex: 0 0 260px; height: 260px; }
    @keyframes liv-carousel-scroll { 0%{transform:translateX(0);} 100%{transform:translateX(calc(-284px * 10));} }
    .liv-team-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .liv-footer__grid { grid-template-columns: 1fr; }
    .liv-split__content { padding: 60px 24px; }
}
