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

:root {
  --black:    #07090d;
  --dark:     #0f1319;
  --steel:    #181f2b;
  --navy:     #1c2535;
  --rust:     #c94a2a;
  --rust2:    #e05e3a;
  --gold:     #d4891a;
  --sage:     #4a7c6f;
  --sage-lt:  #5a9485;
  --cream:    #f5ede0;
  --warm:     #f9f5ef;
  --white:    #ffffff;
  --gray:     #7a8496;
  --border:   #252e3e;
  --lt-border:#e2d9cd;
}

html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; color: var(--dark); background: var(--white); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(7,9,13,0.97); backdrop-filter: blur(14px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  border-bottom: 1px solid rgba(201,74,42,0.35);
}
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.nav-logo-mark {
  width: 38px; height: 38px; background: var(--rust); display: flex;
  align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem; color: white; flex-shrink: 0;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
}
.nav-logo-text .brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.45rem; color: white; letter-spacing: 0.1em; display: block; line-height: 1; }
.nav-logo-text .sub   { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rust); display: block; margin-top: 1px; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--rust); }
.nav-cta {
  background: var(--rust); color: white; padding: 10px 20px;
  font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s; white-space: nowrap;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
}
.nav-cta:hover { background: var(--rust2); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 25px; height: 2px; background: white; }

/* HERO */
.hero {
  min-height: 100vh; position: relative; overflow: hidden;
  background: var(--black); display: flex; align-items: flex-end; padding-bottom: 50px;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1800&q=80') center/cover no-repeat;
  opacity: 0.16;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(7,9,13,1) 40%, rgba(7,9,13,0.35) 100%),
              linear-gradient(to top, rgba(7,9,13,0.95) 10%, transparent 50%);
}
.hero-content {
  position: relative; z-index: 2; padding: 0 5%; width: 100%; margin-top: 68px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: end;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rust); margin-bottom: 1.4rem; animation: fadeUp 0.5s ease both;
}
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--rust); }
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 8.5vw, 8rem);
  color: white; line-height: 0.92; letter-spacing: 0.03em; margin-bottom: 1.6rem;
  animation: fadeUp 0.5s 0.1s ease both;
}
.hero h1 .r { color: var(--rust); display: block; }
.hero-desc {
  color: rgba(255,255,255,0.58); font-size: 0.98rem; font-weight: 300; line-height: 1.85;
  max-width: 520px; margin-bottom: 2.2rem; animation: fadeUp 0.5s 0.2s ease both;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp 0.5s 0.3s ease both; }
.btn-rust {
  background: var(--rust); color: white; padding: 15px 34px;
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; transition: all 0.2s;
  clip-path: polygon(0 0, 92% 0, 100% 18%, 100% 100%, 8% 100%, 0 82%);
}
.btn-rust:hover { background: var(--rust2); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,0.8); padding: 15px 34px;
  font-weight: 600; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; border: 1px solid rgba(255,255,255,0.22); transition: all 0.2s;
}
.btn-ghost:hover { border-color: var(--rust); color: var(--rust); }
.hero-right { display: flex; flex-direction: column; gap: 10px; animation: fadeUp 0.5s 0.35s ease both; }
.hstat {
  background: rgba(24,31,43,0.9); border: 1px solid var(--border);
  border-left: 3px solid var(--rust); padding: 18px 24px;
  display: flex; align-items: center; gap: 18px;
}
.hstat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.4rem; color: var(--rust); line-height: 1; min-width: 72px; }
.hstat-text h4 { color: white; font-size: 0.88rem; font-weight: 600; }
.hstat-text p  { color: var(--gray); font-size: 0.75rem; margin-top: 2px; }
.hero-emergency {
  background: var(--rust); padding: 16px 24px; display: flex; align-items: center; gap: 14px;
}
.hero-emergency h4 { font-size: 0.84rem; font-weight: 700; color: white; }
.hero-emergency p  { font-size: 0.72rem; color: rgba(255,255,255,0.78); margin-top: 2px; }
.ticker-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  background: var(--rust); height: 42px; overflow: hidden; display: flex; align-items: center;
}
.ticker-track { display: flex; animation: ticker 32s linear infinite; white-space: nowrap; }
.ticker-item {
  padding: 0 32px; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.88);
  border-right: 1px solid rgba(255,255,255,0.22);
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* INTRO */
.intro { display: grid; grid-template-columns: 1fr 1fr; }
.intro-img {
  background: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=900&q=80') center/cover no-repeat;
  min-height: 580px; position: relative;
}
.intro-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(7,9,13,0.92), transparent);
  padding: 32px 28px;
}
.intro-img-overlay .otag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); }
.intro-img-overlay h3 { color: white; font-family: 'DM Serif Display', serif; font-size: 1.4rem; margin-top: 4px; }
.intro-text { background: var(--cream); padding: 72px 60px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--rust); display: flex; align-items: center; gap: 10px; margin-bottom: 1rem;
}
.eyebrow::before { content: ''; display: block; width: 22px; height: 2px; background: var(--rust); }
.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.7rem, 2.8vw, 2.6rem); line-height: 1.15; color: var(--dark); margin-bottom: 1.4rem; }
.intro-text p { color: #555; font-size: 0.93rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.intro-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 1.4rem 0; }
.chip { background: var(--dark); color: white; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 13px; }
.chip.r { background: var(--rust); }
.chip.s { background: var(--sage); }
.chip.b { background: #3a7fa0; }
.construct-block {
  display: flex; align-items: center; gap: 14px; margin-top: 1.6rem;
  background: var(--dark); padding: 16px 18px; border-left: 3px solid var(--rust);
}
.construct-block p { color: rgba(255,255,255,0.55); font-size: 0.78rem; line-height: 1.55; }
.construct-block strong { color: white; }

/* SERVICES TABBED */
.services-section { background: var(--dark); padding: 100px 5%; }
.services-header-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.services-header-row .section-title { color: white; margin-bottom: 0; }
.services-header-row p { color: var(--gray); font-size: 0.9rem; line-height: 1.85; }
.cat-tabs { display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: 36px; }
.cat-tab {
  background: var(--steel); color: rgba(255,255,255,0.55); border: none; outline: none;
  padding: 11px 20px; font-family: 'Outfit', sans-serif; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; border-bottom: 2px solid transparent;
}
.cat-tab:hover { color: white; background: #222d3e; }
.cat-tab.active { background: var(--rust); color: white; }
.service-panel { display: none; }
.service-panel.active { display: grid; }
.grid-4 { grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--border); }
.grid-3 { grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); }
.sc {
  background: var(--steel); padding: 34px 26px;
  transition: all 0.25s; position: relative; overflow: hidden;
}
.sc::after {
  content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px;
  background: var(--rust); transition: width 0.3s;
}
.sc:hover { background: #1e2a3a; }
.sc:hover::after { width: 100%; }
.sc.sage::after { background: var(--sage); }
.sc.sage:hover { background: #182825; }
.sc.blue::after { background: #3a7fa0; }
.sc.blue:hover { background: #18242e; }
.sc-icon { font-size: 1.7rem; margin-bottom: 1rem; display: block; }
.sc h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.08em; color: white; margin-bottom: 0.6rem; }
.sc p  { color: var(--gray); font-size: 0.8rem; line-height: 1.7; font-weight: 300; }
.sc-tag-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.sct { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; padding: 3px 8px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.45); }
.sct.r { background: rgba(201,74,42,0.2); color: #e07a60; }
.sct.s { background: rgba(74,124,111,0.22); color: var(--sage-lt); }
.sct.b { background: rgba(58,127,160,0.22); color: #7bbcd5; }

/* SPECIALTY FEATURE — NEWBORN */
.newborn-section { background: linear-gradient(135deg, #f9f5ef 0%, #f0e8d8 100%); padding: 100px 5%; }
.newborn-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.newborn-text .section-title { color: var(--dark); }
.newborn-text > p { color: #555; font-size: 0.92rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.baby-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 1.8rem; }
.baby-card {
  background: white; padding: 22px 18px; border-top: 3px solid var(--sage);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.baby-card .bci { font-size: 1.3rem; margin-bottom: 8px; display: block; }
.baby-card h4 { font-weight: 700; font-size: 0.88rem; color: var(--dark); margin-bottom: 5px; }
.baby-card p  { font-size: 0.78rem; color: #666; line-height: 1.6; }
.newborn-img {
  background: url('https://images.unsplash.com/photo-1555252333-9f8e92e65df9?w=700&q=80') center/cover no-repeat;
  min-height: 480px; position: relative;
}
.newborn-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(7,9,13,0.9), transparent); padding: 28px 24px;
}
.newborn-img-overlay .ot { color: var(--sage-lt); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.newborn-img-overlay h3 { color: white; font-family: 'DM Serif Display', serif; font-size: 1.2rem; margin-top: 3px; }

/* SPECIALTY FEATURE — ELDERLY */
.elderly-section { background: var(--dark); padding: 100px 5%; }
.elderly-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.elderly-img {
  background: url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=700&q=80') center/cover no-repeat;
  min-height: 460px; position: relative;
}
.elderly-img::after {
  content: 'ADA COMPLIANT INSTALLS';
  position: absolute; top: 24px; right: 0;
  background: var(--rust); color: white; padding: 8px 18px;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
}
.elderly-text .section-title { color: white; }
.elderly-text > p { color: rgba(255,255,255,0.55); font-size: 0.92rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.access-list { list-style: none; margin-top: 1.5rem; }
.access-list li {
  display: flex; align-items: flex-start; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid var(--border); color: rgba(255,255,255,0.6); font-size: 0.84rem;
}
.access-list li:last-child { border-bottom: none; }
.access-list li .ai { font-size: 1.2rem; flex-shrink: 0; }
.access-list li strong { color: white; display: block; font-size: 0.87rem; margin-bottom: 2px; }

/* WATER FILTRATION FEATURE */
.water-section { background: #edf3f7; padding: 100px 5%; }
.water-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.water-text .section-title { color: var(--dark); }
.water-text > p { color: #555; font-size: 0.92rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.water-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 1.8rem; }
.wtype {
  background: white; padding: 20px 14px; text-align: center;
  border-bottom: 3px solid #5ba3c9; box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}
.wtype .wi { font-size: 1.6rem; margin-bottom: 8px; }
.wtype h4 { font-size: 0.8rem; font-weight: 700; color: var(--dark); }
.wtype p  { font-size: 0.72rem; color: #777; margin-top: 4px; line-height: 1.5; }
.water-img {
  background: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=700&q=80') center/cover no-repeat;
  min-height: 460px;
}

/* TURNOVERS */
.turnovers-section { background: var(--warm); padding: 100px 5%; }
.to-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.turnovers-text .section-title { color: var(--dark); }
.turnovers-text > p { color: #555; font-size: 0.92rem; line-height: 1.9; font-weight: 300; margin-bottom: 0.8rem; }
.process { margin: 2rem 0; }
.pstep { display: flex; gap: 18px; margin-bottom: 20px; }
.pnum { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--rust); line-height: 1; min-width: 44px; opacity: 0.85; padding-top: 2px; }
.pbody { flex: 1; border-bottom: 1px solid #ddd; padding-bottom: 18px; }
.pstep:last-child .pbody { border-bottom: none; }
.pbody h4 { font-weight: 700; font-size: 0.9rem; color: var(--dark); margin-bottom: 3px; }
.pbody p  { font-size: 0.8rem; color: #666; line-height: 1.6; }
.to-imgs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px; gap: 10px; }
.to-img { background-size: cover; background-position: center; }
.to-img:first-child { grid-row: span 2; }
.ti1 { background-image: url('https://images.unsplash.com/photo-1562663474-6cbb3eaa4d14?w=600&q=80'); }
.ti2 { background-image: url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=400&q=80'); }
.ti3 { background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&q=80'); }

/* NYC */
.nyc-section { background: var(--black); padding: 100px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.nyc-img {
  background: url('https://images.unsplash.com/photo-1534430480872-3498386e7856?w=900&q=80') center/cover no-repeat;
  min-height: 480px; position: relative;
}
.nyc-img-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(7,9,13,0.95), transparent); padding: 30px 26px;
}
.nyc-img-label span { color: var(--rust); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.nyc-img-label h3 { color: white; font-family: 'DM Serif Display', serif; font-size: 1.5rem; margin-top: 4px; }
.nyc-text .section-title { color: white; }
.nyc-text > p { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.area-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 1.2rem 0; }
.achip { border: 1px solid rgba(201,74,42,0.35); color: rgba(255,255,255,0.65); padding: 5px 14px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.07em; }
.achip.hl { background: var(--rust); border-color: var(--rust); color: white; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 1.8rem; }
.witem { border-left: 2px solid var(--rust); padding-left: 12px; }
.witem h4 { color: white; font-size: 0.82rem; font-weight: 700; margin-bottom: 2px; }
.witem p  { color: var(--gray); font-size: 0.75rem; line-height: 1.5; }

/* RATES */
.rates-section { background: white; padding: 100px 5%; }
.rates-header { text-align: center; margin-bottom: 56px; }
.rates-header .eyebrow { justify-content: center; }
.rates-header .section-title { color: var(--dark); }
.rates-header > p { color: var(--gray); max-width: 500px; margin: 0.8rem auto 0; line-height: 1.8; }
.rates-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--lt-border); }
.rcard { padding: 42px 28px; border-right: 1px solid var(--lt-border); position: relative; transition: background 0.25s; }
.rcard:last-child { border-right: none; }
.rcard.feat { background: var(--dark); }
.rcard:hover:not(.feat) { background: var(--warm); }
.rlabel { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.7rem; }
.rcard h3 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: var(--dark); margin-bottom: 0.9rem; }
.rcard.feat h3 { color: white; }
.rprice { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--rust); line-height: 1; }
.rprice .unit { font-size: 0.9rem; color: var(--gray); font-family: 'Outfit', sans-serif; font-weight: 400; }
.rdiv { height: 1px; background: var(--lt-border); margin: 1.1rem 0; }
.rcard.feat .rdiv { background: var(--border); }
.rlist { list-style: none; }
.rlist li { font-size: 0.8rem; padding: 5px 0; color: #555; display: flex; gap: 7px; line-height: 1.5; }
.rcard.feat .rlist li { color: rgba(255,255,255,0.55); }
.rlist li::before { content: '›'; color: var(--rust); font-weight: 700; font-size: 0.95rem; }
.feat-pill {
  position: absolute; top: -1px; left: 0; right: 0; text-align: center;
  background: var(--rust); color: white; padding: 5px 0;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}
.payment-bar {
  margin-top: 36px; background: var(--dark); padding: 26px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.payment-bar p { color: rgba(255,255,255,0.55); font-size: 0.83rem; line-height: 1.7; max-width: 600px; }
.payment-bar strong { color: white; }
.pay-pills { display: flex; gap: 8px; }
.ppill { background: var(--rust); color: white; padding: 6px 14px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; }

/* GALLERY */
.gallery-section { background: var(--black); padding: 100px 5%; }
.gallery-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.gallery-head .section-title { color: white; margin-bottom: 0; }
.gallery-head p { color: var(--gray); font-size: 0.83rem; max-width: 280px; text-align: right; }
.gallery-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px; gap: 8px;
}
.gimg { background-size: cover; background-position: center; position: relative; overflow: hidden; }
.gimg::after { content: ''; position: absolute; inset: 0; background: rgba(7,9,13,0); transition: background 0.3s; }
.gimg:hover::after { background: rgba(201,74,42,0.15); }
.g1 { grid-row: span 2; background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=800&q=80'); }
.g2 { background-image: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?w=600&q=80'); }
.g3 { background-image: url('https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=600&q=80'); }
.g4 { background-image: url('https://images.unsplash.com/photo-1598300042247-d088f8ab3a91?w=600&q=80'); }
.g5 { background-image: url('https://images.unsplash.com/photo-1563453392212-326f5e854473?w=600&q=80'); }

/* CTA */
.cta-strip {
  background: var(--rust); padding: 64px 5%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: 'QUIXOTECH';
  position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif; font-size: 7rem; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.07); white-space: nowrap; pointer-events: none;
}
.cta-strip h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: white; letter-spacing: 0.05em; }
.cta-strip p { color: rgba(255,255,255,0.72); font-size: 0.9rem; margin-top: 5px; }
.cta-phone { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; color: white; letter-spacing: 0.08em; }
.btn-white {
  background: white; color: var(--rust); padding: 15px 38px;
  font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: all 0.2s;
}
.btn-white:hover { background: var(--dark); color: white; }

/* CONTACT */
.contact-section { background: var(--dark); padding: 100px 5%; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact-info .section-title { color: white; margin-bottom: 1.1rem; }
.contact-info > p { color: rgba(255,255,255,0.5); font-size: 0.9rem; line-height: 1.9; font-weight: 300; margin-bottom: 2rem; }
.clist { list-style: none; }
.citem { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.cicon {
  width: 42px; height: 42px; background: var(--rust); display: flex;
  align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
}
.cdetail .lbl { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust); }
.cdetail .val { color: white; font-size: 0.92rem; font-weight: 500; margin-top: 2px; }
.cdetail .val a { color: white; text-decoration: none; }
.cform { background: var(--steel); padding: 48px 40px; border-top: 3px solid var(--rust); }
.cform h3 { font-family: 'DM Serif Display', serif; font-size: 1.55rem; color: white; margin-bottom: 0.3rem; }
.cform .sub { color: var(--gray); font-size: 0.8rem; margin-bottom: 1.8rem; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); margin-bottom: 5px; }
.fg input, .fg textarea, .fg select {
  width: 100%; background: rgba(255,255,255,0.05); border: 1px solid var(--border);
  color: white; padding: 11px 13px; font-family: 'Outfit', sans-serif; font-size: 0.85rem;
  transition: border-color 0.2s; outline: none;
}
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--rust); }
.fg textarea { height: 88px; resize: vertical; }
.fg select option { background: var(--steel); }
.fsubmit {
  width: 100%; background: var(--rust); color: white; border: none; padding: 14px;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.15em;
  cursor: pointer; transition: background 0.2s; margin-top: 6px;
}
.fsubmit:hover { background: var(--rust2); }

/* FOOTER */
footer {
  background: var(--black); padding: 56px 5% 0;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px;
  border-top: 1px solid rgba(201,74,42,0.25);
}
.fbrand .flogo { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }
.flogobx {
  width: 30px; height: 30px; background: var(--rust); display: flex;
  align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem; color: white;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
}
.flogonm .fn { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; color: white; letter-spacing: 0.1em; }
.flogonm .fs { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rust); }
.fbrand p { color: rgba(255,255,255,0.32); font-size: 0.8rem; line-height: 1.8; max-width: 280px; }
.fcol h4 { font-family: 'Bebas Neue', sans-serif; font-size: 0.88rem; letter-spacing: 0.15em; color: var(--rust); margin-bottom: 1.1rem; }
.fcol ul { list-style: none; }
.fcol li { padding: 4px 0; }
.fcol a { color: rgba(255,255,255,0.35); text-decoration: none; font-size: 0.8rem; transition: color 0.2s; }
.fcol a:hover { color: white; }
.footer-bottom {
  background: var(--black); padding: 16px 5%; margin-top: 48px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom p { color: rgba(255,255,255,0.2); font-size: 0.73rem; }
.footer-bottom a { color: var(--rust); text-decoration: none; }
.ccredit { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.2); font-size: 0.7rem; }
.ccredit span { color: var(--rust); font-weight: 700; }

/* ══════════════════ MOVE-IN SECTION ══════════════════ */
.movein-section {
  background: var(--dark); padding: 100px 5%; position: relative; overflow: hidden;
}
.movein-section::before {
  content: 'MOVE IN';
  position: absolute; right: -20px; top: 50%; transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif; font-size: 10rem; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none; line-height: 1;
}
.movein-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.movein-header-left .mi-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--dark);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 7px 18px; margin-bottom: 1.2rem;
}
.movein-header-left .section-title { color: white; margin-bottom: 0.6rem; }
.movein-header-left .tagline {
  color: var(--gold); font-family: 'DM Serif Display', serif; font-style: italic;
  font-size: 1.1rem; line-height: 1.6; margin-top: 0.4rem;
}
.movein-header-right p { color: rgba(255,255,255,0.55); font-size: 0.93rem; line-height: 1.9; font-weight: 300; }
.movein-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--border); margin-bottom: 48px; }
.mi-step {
  background: var(--steel); padding: 36px 26px; position: relative; overflow: hidden;
  transition: background 0.25s;
}
.mi-step:hover { background: #1e2a3a; }
.mi-step::before {
  content: attr(data-num);
  position: absolute; top: -10px; right: 10px;
  font-family: 'Bebas Neue', sans-serif; font-size: 4.5rem; color: rgba(212,137,26,0.12);
  line-height: 1; pointer-events: none;
}
.mi-step::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.mi-step:hover::after { transform: scaleX(1); }
.mi-step-icon { font-size: 1.8rem; margin-bottom: 1rem; display: block; }
.mi-step h3 {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.08em;
  color: white; margin-bottom: 0.8rem;
}
.mi-step h3 span { color: var(--gold); }
.mi-step ul { list-style: none; }
.mi-step ul li {
  font-size: 0.78rem; color: var(--gray); padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05); line-height: 1.5;
  display: flex; align-items: flex-start; gap: 7px;
}
.mi-step ul li:last-child { border-bottom: none; }
.mi-step ul li::before { content: '→'; color: var(--gold); font-size: 0.7rem; margin-top: 2px; flex-shrink: 0; }
.movein-bottom {
  background: var(--gold); padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.movein-bottom h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--dark); letter-spacing: 0.06em; }
.movein-bottom p { color: rgba(0,0,0,0.65); font-size: 0.85rem; max-width: 500px; line-height: 1.65; }
.btn-dark-solid {
  background: var(--dark); color: white; padding: 13px 30px;
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: all 0.2s;
  clip-path: polygon(0 0, 92% 0, 100% 18%, 100% 100%, 8% 100%, 0 82%);
}
.btn-dark-solid:hover { background: var(--rust); }

/* ══════════════════ MOVE-OUT SECTION ══════════════════ */
.moveout-section {
  background: var(--cream); padding: 100px 5%; position: relative; overflow: hidden;
}
.moveout-section::before {
  content: 'MOVE OUT';
  position: absolute; left: -20px; bottom: -20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 9rem; letter-spacing: 0.06em;
  color: rgba(201,74,42,0.06); white-space: nowrap; pointer-events: none; line-height: 1;
}
.moveout-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.moveout-text {}
.moveout-text .mo-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--rust); color: white;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 7px 18px; margin-bottom: 1.2rem;
}
.moveout-text .section-title { color: var(--dark); margin-bottom: 0.6rem; }
.moveout-tagline {
  color: var(--rust); font-family: 'DM Serif Display', serif; font-style: italic;
  font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.4rem;
}
.moveout-text > p { color: #555; font-size: 0.92rem; line-height: 1.9; font-weight: 300; margin-bottom: 1rem; }
.deposit-highlight {
  background: var(--dark); padding: 28px 28px; border-left: 4px solid var(--rust);
  margin: 1.8rem 0;
}
.deposit-highlight h4 { color: white; font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.deposit-highlight p { color: rgba(255,255,255,0.6); font-size: 0.83rem; line-height: 1.7; }
.deposit-highlight .deposit-icon { font-size: 1.8rem; margin-bottom: 0.6rem; display: block; }
.moveout-checklist { list-style: none; margin-top: 1.4rem; }
.moveout-checklist li {
  display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--lt-border);
  font-size: 0.88rem; color: var(--dark); align-items: flex-start; line-height: 1.5;
}
.moveout-checklist li:last-child { border-bottom: none; }
.moveout-checklist li .mc-icon { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.moveout-checklist li strong { font-weight: 700; display: block; font-size: 0.88rem; }
.moveout-checklist li span { color: #666; font-size: 0.8rem; }
.moveout-photo {
  position: sticky; top: 100px;
}
.moveout-img-main {
  background: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?w=700&q=80') center/cover no-repeat;
  height: 380px; position: relative;
}
.moveout-img-main::after {
  content: 'GET YOUR DEPOSIT BACK';
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--rust); color: white; text-align: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.15em;
  padding: 14px;
}
.moveout-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--lt-border); margin-top: 2px; }
.mo-stat { background: white; padding: 24px 20px; text-align: center; }
.mo-stat .msn { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--rust); line-height: 1; }
.mo-stat .msl { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #888; margin-top: 4px; }
.moveout-cta-bar {
  margin-top: 28px; background: var(--rust); padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.moveout-cta-bar p { color: rgba(255,255,255,0.85); font-size: 0.83rem; font-weight: 500; }
.btn-white-outline {
  background: transparent; color: white; padding: 11px 26px;
  font-weight: 700; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; border: 2px solid rgba(255,255,255,0.6); transition: all 0.2s;
}
.btn-white-outline:hover { background: white; color: var(--rust); }

/* ══════════════════ LIFE CHANGING SECTION ══════════════════ */
.lifechanging-section {
  background: var(--black); padding: 100px 5%; position: relative; overflow: hidden;
}
.lifechanging-section::before {
  content: 'LIFE'; position: absolute; left: -20px; top: -20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 16rem; letter-spacing: -0.02em;
  color: rgba(255,255,255,0.02); pointer-events: none; line-height: 1;
}
.lc-header { text-align: center; margin-bottom: 72px; position: relative; z-index: 1; }
.lc-badge {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--sage-lt); margin-bottom: 1.2rem;
}
.lc-badge::before, .lc-badge::after { content: '✦'; font-size: 0.5rem; }
.lc-header .section-title { color: white; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 0.5rem; }
.lc-tagline {
  font-family: 'DM Serif Display', serif; font-style: italic;
  color: var(--sage-lt); font-size: 1.2rem; max-width: 600px; margin: 0.5rem auto 1rem; line-height: 1.6;
}
.lc-header > p { color: rgba(255,255,255,0.5); max-width: 580px; margin: 0 auto; font-size: 0.9rem; line-height: 1.85; font-weight: 300; }
.lc-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 3px; background: rgba(255,255,255,0.05); }
.lc-card {
  background: var(--steel); padding: 44px 36px; position: relative; overflow: hidden;
  transition: background 0.25s;
}
.lc-card:hover { background: #1d2a3a; }
.lc-card.featured { background: var(--sage); grid-row: span 2; }
.lc-card.featured:hover { background: #3d6b5f; }
.lc-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--sage-lt); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.lc-card.featured::after { display: none; }
.lc-card:hover::after { transform: scaleX(1); }
.lc-card-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.lc-card h3 {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.08em;
  color: white; margin-bottom: 0.8rem;
}
.lc-card p { color: rgba(255,255,255,0.58); font-size: 0.84rem; line-height: 1.75; font-weight: 300; }
.lc-card.featured h3 { font-size: 1.5rem; }
.lc-card.featured p { color: rgba(255,255,255,0.8); }
.lc-card-list { list-style: none; margin-top: 1.2rem; }
.lc-card-list li {
  font-size: 0.8rem; color: rgba(255,255,255,0.65); padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; gap: 8px; align-items: flex-start;
}
.lc-card-list li:last-child { border-bottom: none; }
.lc-card-list li::before { content: '✦'; color: var(--sage-lt); font-size: 0.55rem; margin-top: 3px; flex-shrink: 0; }
.lc-card.featured .lc-card-list li { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.15); }
.lc-bottom {
  margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
}
.lc-bottom-card {
  border: 1px solid rgba(255,255,255,0.08); padding: 32px 28px;
  text-align: center; transition: border-color 0.2s;
}
.lc-bottom-card:hover { border-color: var(--sage-lt); }
.lc-bottom-card .lbc-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.lc-bottom-card h4 { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.08em; color: white; margin-bottom: 0.5rem; }
.lc-bottom-card p { color: var(--gray); font-size: 0.8rem; line-height: 1.7; }
.lc-cta { text-align: center; margin-top: 64px; }
.lc-cta h3 { font-family: 'DM Serif Display', serif; font-size: 1.8rem; color: white; margin-bottom: 0.5rem; }
.lc-cta p { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-bottom: 2rem; }

/* RESPONSIVE ADDITIONS */
@media (max-width: 1100px) {
  .movein-steps { grid-template-columns: repeat(3, 1fr); }
  .lc-grid { grid-template-columns: 1fr 1fr; }
  .lc-card.featured { grid-row: span 1; }
  .lc-bottom { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .movein-header, .moveout-inner { grid-template-columns: 1fr; }
  .movein-steps { grid-template-columns: repeat(2, 1fr); }
  .lc-grid { grid-template-columns: 1fr; }
  .lc-bottom { grid-template-columns: 1fr; }
  .moveout-photo { position: static; }
}
@media (max-width: 600px) {
  .movein-steps { grid-template-columns: 1fr; }
  .moveout-stats { grid-template-columns: 1fr 1fr; }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .rates-grid { grid-template-columns: repeat(2, 1fr); }
  .rcard { border-bottom: 1px solid var(--lt-border); }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content, .intro, .newborn-inner, .elderly-inner, .water-inner,
  .to-inner, .nyc-section, .contact-section, .moveout-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .services-header-row { grid-template-columns: 1fr; gap: 16px; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px; }
  .g1 { grid-row: span 2; }
  .water-types { grid-template-columns: 1fr 1fr; }
  .baby-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  nav { padding: 0 4%; }
  .intro-text { padding: 48px 24px; }
  .grid-4, .grid-3, .rates-grid { grid-template-columns: 1fr; }
  .rcard { border-right: none; }
  .frow { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 220px; }
  .g1 { grid-row: span 1; }
  .why-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .cform { padding: 32px 20px; }
  .water-types { grid-template-columns: 1fr; }
  .baby-cards { grid-template-columns: 1fr; }
  .to-imgs { height: 280px; }
}