/* ============================================================
   CJ Sparkle Cleaners — main.css
   Version: 1.0.0
   ============================================================ */

/* ── VARIABLES ── */
:root {
  --pink:        #F855A3;
  --pink-dark:   #D43D87;
  --pink-deep:   #B02D70;
  --pink-pale:   #FEF0F7;
  --pink-light:  #FCD7EC;
  --black:       #111111;
  --charcoal:    #2D2D2D;
  --text-mid:    #5A5A6A;
  --text-soft:   #9A9AAA;
  --white:       #FFFFFF;
  --off-white:   #FDF9FC;
  --border:      rgba(248, 85, 163, 0.15);
  --radius:      16px;
  --radius-sm:   9px;
  --shadow-sm:   0 2px 12px rgba(248, 85, 163, 0.08);
  --shadow-md:   0 8px 32px rgba(248, 85, 163, 0.15);
  --shadow-lg:   0 20px 60px rgba(0, 0, 0, 0.14);
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; background: var(--white); color: var(--black); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── TOPBAR ── */
.cj-topbar { background: var(--pink); color: rgba(255,255,255,.92); font-size: 13px; font-weight: 600; padding: 10px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.cj-tb-left { display: flex; gap: 24px; flex-wrap: wrap; }
.cj-tb-item { display: flex; align-items: center; gap: 7px; }
.cj-tb-item a { color: white; text-decoration: none; }
.cj-tb-item a:hover { text-decoration: underline; }
.cj-tb-right { display: flex; align-items: center; gap: 10px; }
.cj-tb-follow { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.8); }
.cj-social { width: 26px; height: 26px; background: rgba(255,255,255,.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: white; text-decoration: none; transition: background .2s; }
.cj-social:hover { background: rgba(255,255,255,.35); }

/* ── NAV ── */
.cj-nav { background: var(--white); padding: 12px 60px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 200; border-bottom: 2px solid var(--pink-light); box-shadow: 0 2px 16px rgba(248,85,163,.1); }
.cj-logo img { height: 56px; width: auto; }
.cj-nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.cj-nav-links a { color: var(--charcoal); text-decoration: none; font-size: 14.5px; font-weight: 700; transition: color .2s; }
.cj-nav-links a:hover { color: var(--pink); }
.cj-nav-tel { color: var(--pink) !important; font-weight: 800 !important; }
.cj-nav-cta { background: var(--pink) !important; color: white !important; padding: 11px 22px; border-radius: 50px; box-shadow: 0 4px 16px rgba(248,85,163,.35); transition: all .2s !important; white-space: nowrap; }
.cj-nav-cta:hover { background: var(--pink-dark) !important; transform: translateY(-1px); }
.cj-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.cj-hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all .3s; }
.cj-mobile-nav { display: none; flex-direction: column; background: white; border-bottom: 2px solid var(--pink-light); padding: 20px 30px; gap: 14px; }
.cj-mobile-nav a { color: var(--charcoal); font-weight: 700; font-size: 15px; text-decoration: none; }
.cj-mobile-nav a:hover { color: var(--pink); }
.cj-mob-cta { background: var(--pink); color: white !important; padding: 12px 20px; border-radius: 50px; text-align: center; }

/* ── HERO ── */
.cj-hero { display: grid; grid-template-columns: 1fr 420px; min-height: 88vh; position: relative; overflow: hidden; }
.cj-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1A0A14 0%, #2D1228 50%, #3D0A2A 100%); }
.cj-hero-bg-img { position: absolute; right: 0; top: 0; width: 55%; height: 100%; object-fit: cover; object-position: center top; opacity: .35; }
.cj-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,10,20,.95) 35%, rgba(26,10,20,.5) 65%, rgba(26,10,20,.2) 100%); }
.cj-hero-content { position: relative; z-index: 2; padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; }
.cj-eyebrow-hero { display: inline-flex; align-items: center; gap: 8px; background: rgba(248,85,163,.15); border: 1px solid rgba(248,85,163,.4); color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 22px; width: fit-content; }
.cj-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 700; line-height: 1.15; color: white; margin-bottom: 18px; }
.cj-hero h1 em { font-style: italic; color: var(--pink); }
.cj-hero-sub { font-size: 17px; color: rgba(255,255,255,.7); line-height: 1.75; max-width: 500px; margin-bottom: 32px; }
.cj-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.cj-hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.cj-ht { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,.75); font-weight: 600; }
.cj-dot { width: 7px; height: 7px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
.cj-hero-card-col { position: relative; z-index: 2; padding: 60px 50px 60px 0; display: flex; align-items: center; }
.cj-hero-card { background: white; border-radius: 22px; padding: 30px; box-shadow: var(--shadow-lg); width: 100%; animation: cjSlideUp .7s .3s ease both; }
@keyframes cjSlideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
.cj-hc-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--pink-light); }
.cj-hc-icon { width: 40px; height: 40px; background: var(--pink); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cj-hc-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--black); }
.cj-hc-sub { font-size: 11.5px; color: var(--text-soft); margin-top: 2px; }
.cj-hc-submit { width: 100%; background: var(--pink); color: white; border: none; padding: 13px; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; cursor: pointer; transition: all .2s; box-shadow: 0 4px 16px rgba(248,85,163,.35); margin-top: 4px; }
.cj-hc-submit:hover { background: var(--pink-dark); transform: translateY(-1px); }
.cj-hc-note { text-align: center; font-size: 12px; color: var(--text-soft); margin-top: 8px; font-weight: 600; }
.cj-hc-rating { display: flex; align-items: center; gap: 8px; margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--pink-light); font-size: 12.5px; font-weight: 700; color: var(--text-mid); }
.cj-stars { color: #F5BC2F; font-size: 13px; letter-spacing: 1px; }

/* ── BUTTONS ── */
.cj-btn-pink { background: var(--pink); color: white; padding: 15px 30px; border-radius: 50px; font-weight: 800; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; transition: all .2s; box-shadow: 0 6px 22px rgba(248,85,163,.4); }
.cj-btn-pink:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(248,85,163,.5); color: white; }
.cj-btn-ghost { background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.3); color: white; padding: 13px 26px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; transition: all .2s; backdrop-filter: blur(8px); }
.cj-btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.6); color: white; }
.cj-btn-outline { border: 2px solid var(--pink); color: var(--pink); padding: 13px 26px; border-radius: 50px; font-weight: 800; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; white-space: nowrap; }
.cj-btn-outline:hover { background: var(--pink); color: white; }

/* ── STATS ── */
.cj-stats-bar { background: var(--pink); padding: 24px 60px; display: grid; grid-template-columns: repeat(4,1fr); }
.cj-stat { text-align: center; position: relative; }
.cj-stat:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 10%; bottom: 10%; width: 1px; background: rgba(255,255,255,.2); }
.cj-stat-n { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: white; line-height: 1; }
.cj-stat-l { font-size: 13px; color: rgba(255,255,255,.8); margin-top: 4px; font-weight: 600; }

/* ── TEAM STRIP ── */
.cj-team-strip { background: var(--pink-pale); padding: 60px; display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: center; }
.cj-team-img-wrap { position: relative; }
.cj-team-img { width: 100%; border-radius: 20px; object-fit: cover; height: 380px; box-shadow: var(--shadow-lg); }
.cj-team-badge { position: absolute; bottom: -16px; right: -16px; background: var(--pink); color: white; border-radius: 16px; padding: 14px 20px; box-shadow: var(--shadow-md); }
.cj-tb-n { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; line-height: 1; }
.cj-tb-l { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; opacity: .9; }
.cj-team-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px,2.5vw,36px); font-weight: 700; color: var(--black); margin-bottom: 14px; line-height: 1.2; }
.cj-team-text p { font-size: 15.5px; color: var(--text-mid); line-height: 1.8; margin-bottom: 22px; }
.cj-team-bullets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.cj-tb-row { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--charcoal); }
.cj-tb-row::before { content: '✓'; background: var(--pink); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; flex-shrink: 0; }

/* ── SECTIONS ── */
.cj-section { padding: 86px 60px; }
.cj-section-pink-bg { background: var(--pink-pale); }
.cj-section-dark { background: linear-gradient(135deg, #1A0A14, #2D1228); }
.cj-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 12px; }
.cj-eyebrow::before { content: ''; width: 24px; height: 2.5px; background: var(--pink); border-radius: 2px; }
.cj-eyebrow-white { color: rgba(255,255,255,.5); }
.cj-sh { font-family: 'Playfair Display', serif; font-size: clamp(28px,2.8vw,40px); font-weight: 700; color: var(--black); line-height: 1.2; margin-bottom: 14px; }
.cj-sh-white { color: white; }
.cj-sl { font-size: 16px; color: var(--text-mid); max-width: 560px; line-height: 1.75; margin-bottom: 52px; }
.cj-sl-white { color: rgba(255,255,255,.65); }

/* ── SERVICES ── */
.cj-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cj-svc-card { background: white; border: 2px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .3s; }
.cj-svc-card:hover { transform: translateY(-5px); border-color: var(--pink); box-shadow: var(--shadow-md); }
.cj-svc-img { width: 100%; height: 180px; object-fit: cover; }
.cj-svc-body { padding: 22px; }
.cj-svc-icon { width: 44px; height: 44px; background: var(--pink-pale); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 11px; }
.cj-svc-card h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--black); margin-bottom: 7px; }
.cj-svc-card p { font-size: 13px; color: var(--text-soft); line-height: 1.65; margin-bottom: 12px; }
.cj-svc-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: var(--pink); text-decoration: none; transition: gap .2s; }
.cj-svc-cta:hover { gap: 10px; }
.cj-featured { background: linear-gradient(135deg, var(--pink), var(--pink-dark)) !important; border-color: var(--pink) !important; }
.cj-featured h3, .cj-featured p { color: white !important; }
.cj-featured .cj-svc-icon { background: rgba(255,255,255,.2); }
.cj-featured .cj-svc-cta { color: rgba(255,255,255,.9) !important; }
.cj-featured:hover { box-shadow: 0 12px 40px rgba(248,85,163,.4) !important; }

/* ── AIRBNB ── */
.cj-airbnb-strip { background: var(--black); padding: 52px 60px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cj-airbnb-strip h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: white; margin-bottom: 10px; }
.cj-airbnb-strip p { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 640px; }
.cj-airbnb-features { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.cj-af { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.8); }
.cj-af::before { content: '✓'; background: var(--pink); color: white; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex-shrink: 0; }

/* ── WHY ── */
.cj-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.cj-why-card { background: rgba(255,255,255,.07); border: 1px solid rgba(248,85,163,.25); border-radius: var(--radius); padding: 30px 24px; transition: background .3s; }
.cj-why-card:hover { background: rgba(248,85,163,.12); }
.cj-why-icon { font-size: 30px; display: block; margin-bottom: 14px; }
.cj-why-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: white; margin-bottom: 8px; }
.cj-why-card p { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.7; }

/* ── PROCESS ── */
.cj-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.cj-process-grid::before { content: ''; position: absolute; top: 30px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, var(--pink-light), var(--pink), var(--pink-light)); }
.cj-ps { text-align: center; padding: 0 18px; }
.cj-ps-num { width: 60px; height: 60px; background: var(--pink); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin: 0 auto 20px; border: 4px solid white; position: relative; z-index: 1; box-shadow: 0 4px 16px rgba(248,85,163,.35); }
.cj-ps h3 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 8px; }
.cj-ps p { font-size: 13.5px; color: var(--text-soft); line-height: 1.65; }

/* ── INSTAGRAM ── */
.cj-insta-strip { background: var(--pink-pale); padding: 70px 60px; }
.cj-insta-handle { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.cj-insta-handle a { font-size: 15px; font-weight: 800; color: var(--pink); text-decoration: none; }
.cj-insta-handle a:hover { text-decoration: underline; }
.cj-insta-meta { font-size: 13px; color: var(--text-soft); font-weight: 600; }
.cj-insta-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.cj-insta-item { border-radius: 12px; overflow: hidden; aspect-ratio: 1; position: relative; display: block; text-decoration: none; }
.cj-insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cj-insta-item:hover img { transform: scale(1.05); }
.cj-insta-overlay { position: absolute; inset: 0; background: rgba(248,85,163,0); display: flex; align-items: center; justify-content: center; transition: background .3s; font-size: 28px; opacity: 0; }
.cj-insta-item:hover .cj-insta-overlay { background: rgba(248,85,163,.4); opacity: 1; }

/* ── REVIEWS ── */
.cj-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.cj-review-card { background: white; border: 2px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all .3s; }
.cj-review-card:hover { border-color: var(--pink); box-shadow: var(--shadow-md); }
.cj-r-stars { color: #F5BC2F; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.cj-r-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: var(--text-mid); line-height: 1.75; margin-bottom: 20px; }
.cj-r-person { display: flex; align-items: center; gap: 12px; }
.cj-r-av { width: 40px; height: 40px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; font-size: 15px; font-family: 'Playfair Display', serif; flex-shrink: 0; }
.cj-r-name { font-size: 14px; font-weight: 800; color: var(--black); }
.cj-r-loc { font-size: 12px; color: var(--text-soft); margin-top: 1px; }
.cj-r-tag { display: inline-block; background: var(--pink-pale); color: var(--pink); font-size: 11px; font-weight: 800; padding: 3px 10px; border-radius: 20px; margin-top: 4px; }

/* ── AREAS ── */
.cj-areas-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cj-areas-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cj-pill { padding: 9px 18px; border-radius: 50px; font-size: 14px; font-weight: 700; border: 2px solid var(--border); color: var(--text-mid); transition: all .2s; cursor: default; }
.cj-pill:hover { border-color: var(--pink); color: var(--pink); background: var(--pink-pale); }
.cj-pill-primary { background: var(--pink); border-color: var(--pink); color: white; }
.cj-map-box { background: var(--pink-pale); border: 2px dashed rgba(248,85,163,.25); border-radius: 20px; height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--text-soft); font-size: 14px; font-weight: 700; text-align: center; }

/* ── ENQUIRY ── */
.cj-enquiry-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.cj-eq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.cj-eq-item { display: flex; align-items: flex-start; gap: 14px; }
.cj-eq-icon { width: 44px; height: 44px; background: var(--pink-pale); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cj-eq-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--text-soft); margin-bottom: 2px; }
.cj-eq-val { font-size: 15px; font-weight: 700; color: var(--black); }
.cj-eq-val a { color: var(--pink); text-decoration: none; }
.cj-eq-val a:hover { text-decoration: underline; }
.cj-form-box { background: white; border: 2px solid var(--border); border-radius: 22px; padding: 40px; box-shadow: var(--shadow-sm); }
.cj-form-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--pink-light); }
.cj-form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cj-fg { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.cj-fg label { font-size: 12px; font-weight: 800; color: var(--charcoal); text-transform: uppercase; letter-spacing: .3px; }
.cj-fg input, .cj-fg select, .cj-fg textarea, .cj-hero-form input, .cj-hero-form select, .cj-enquiry-form input, .cj-enquiry-form select, .cj-enquiry-form textarea { background: var(--off-white); border: 1.5px solid rgba(248,85,163,.15); border-radius: var(--radius-sm); padding: 11px 14px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 600; color: var(--black); outline: none; transition: all .2s; width: 100%; }
.cj-fg input:focus, .cj-fg select:focus, .cj-fg textarea:focus, .cj-hero-form input:focus, .cj-hero-form select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(248,85,163,.1); }
.cj-fg textarea, .cj-enquiry-form textarea { height: 88px; resize: none; }
.cj-form-submit { width: 100%; background: var(--pink); color: white; border: none; padding: 15px; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: all .2s; box-shadow: 0 4px 18px rgba(248,85,163,.35); display: flex; align-items: center; justify-content: center; gap: 8px; }
.cj-form-submit:hover { background: var(--pink-dark); transform: translateY(-1px); }
.cj-form-note { text-align: center; font-size: 12px; color: var(--text-soft); margin-top: 10px; font-weight: 600; }

/* CF7 overrides */
.cj-hero-card .wpcf7-form input,
.cj-hero-card .wpcf7-form select,
.cj-form-box .wpcf7-form input,
.cj-form-box .wpcf7-form select,
.cj-form-box .wpcf7-form textarea { background: var(--off-white); border: 1.5px solid rgba(248,85,163,.15); border-radius: var(--radius-sm); padding: 11px 14px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 600; color: var(--black); outline: none; width: 100%; margin-bottom: 12px; }
.cj-hero-card .wpcf7-submit,
.cj-form-box .wpcf7-submit { width: 100%; background: var(--pink); color: white; border: none; padding: 14px; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: all .2s; box-shadow: 0 4px 18px rgba(248,85,163,.35); }
.cj-hero-card .wpcf7-submit:hover,
.cj-form-box .wpcf7-submit:hover { background: var(--pink-dark); }

/* ── FOOTER ── */
.cj-footer { background: #111; padding: 56px 60px 28px; }
.cj-ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.cj-ft-desc { font-size: 13.5px; color: rgba(255,255,255,.4); line-height: 1.75; }
.cj-ft-col h4 { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.3); margin-bottom: 16px; }
.cj-ft-col ul { list-style: none; }
.cj-ft-col li { margin-bottom: 9px; }
.cj-ft-col a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s; }
.cj-ft-col a:hover { color: var(--pink); }
.cj-ft-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 22px; display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,.25); font-weight: 600; flex-wrap: wrap; gap: 8px; }
.cj-ft-bottom a { color: rgba(255,255,255,.35); text-decoration: none; }
.cj-ft-bottom a:hover { color: var(--pink); }

/* ── REVEAL ANIMATION ── */
.cj-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.cj-reveal.cj-on { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .cj-hero { grid-template-columns: 1fr; min-height: auto; }
  .cj-hero-content { padding: 60px 40px 30px; }
  .cj-hero-bg-img { width: 100%; opacity: .15; }
  .cj-hero-overlay { background: rgba(26,10,20,.85); }
  .cj-hero-card-col { padding: 0 40px 60px; }
  .cj-why-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .cj-topbar { padding: 10px 24px; }
  .cj-nav { padding: 12px 24px; }
  .cj-nav-links { display: none; }
  .cj-hamburger { display: flex; }
  .cj-mobile-nav.cj-open { display: flex; }
  .cj-section { padding: 60px 24px; }
  .cj-team-strip { grid-template-columns: 1fr; padding: 48px 24px; }
  .cj-svc-grid { grid-template-columns: repeat(2,1fr); }
  .cj-stats-bar { grid-template-columns: repeat(2,1fr); gap: 20px; padding: 20px 24px; }
  .cj-ft-grid { grid-template-columns: 1fr 1fr; }
  .cj-airbnb-strip { grid-template-columns: 1fr; padding: 40px 24px; }
  .cj-enquiry-wrap { grid-template-columns: 1fr; }
  .cj-areas-wrap { grid-template-columns: 1fr; }
  .cj-review-grid { grid-template-columns: 1fr; }
  .cj-insta-grid { grid-template-columns: repeat(2,1fr); }
  .cj-process-grid { grid-template-columns: repeat(2,1fr); }
  .cj-process-grid::before { display: none; }
}

@media (max-width: 600px) {
  .cj-topbar { display: none; }
  .cj-svc-grid { grid-template-columns: 1fr; }
  .cj-why-grid { grid-template-columns: 1fr; }
  .cj-ft-grid { grid-template-columns: 1fr; }
  .cj-hero-ctas { flex-direction: column; }
  .cj-form-row2 { grid-template-columns: 1fr; }
  .cj-insta-grid { grid-template-columns: repeat(2,1fr); }
}
