/* ============================================================
   London Countertops — Global Stylesheet
   Theme: Dark Luxury Gold
   ============================================================ */

/* TOKENS */
:root {
  --void: #020203;
  --abyss: #07070b;
  --obsidian: #0e0e15;
  --onyx: #161620;
  --graphite: #22222e;
  --slate: #33333f;
  --smoke: #5a5a6a;
  --fog: #8a8a9e;
  --mist: #b8b8cc;
  --pearl: #dbd8d0;
  --ivory: #f0ece4;
  --cream: #f8f5ee;

  --g1: #6b4808;
  --g2: #9a6b10;
  --g3: #c98e28;
  --g4: #dca840;
  --g5: #e8c868;
  --g6: #f5e0a0;

  --gold: var(--g4);
  --gold-grad: linear-gradient(135deg, var(--g1), var(--g3) 40%, var(--g5) 70%, var(--g4));
  --gold-shine: linear-gradient(90deg, transparent, var(--g4), transparent);
  --gold-text: linear-gradient(135deg, var(--g3), var(--g5) 50%, var(--g4));

  --nav-h: 82px;
  --S: 100px;
  --r: 4px;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --border: rgba(255,255,255,.06);
  --border-g: rgba(220,168,64,.25);
  --shadow: 0 32px 80px rgba(0,0,0,.55);

  --f-disp: 'Cormorant Garamond', Georgia, serif;
  --f-body: 'Jost', system-ui, sans-serif;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--f-body); background: var(--abyss); color: var(--ivory); line-height: 1.7; overflow-x: hidden; cursor: none; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; background: none; font-family: inherit; cursor: none; }
img { display: block; max-width: 100%; height: auto; }

/* CUSTOM CURSOR */
#cd, #cr { position: fixed; border-radius: 50%; pointer-events: none; z-index: 99999; transform: translate(-50%,-50%); }
#cd { width: 7px; height: 7px; background: var(--g5); transition: width .2s, height .2s; }
#cr { width: 36px; height: 36px; border: 1px solid rgba(220,168,64,.45); transition: width .35s var(--ease), height .35s var(--ease), border-color .3s; }
body.ch #cd { width: 11px; height: 11px; }
body.ch #cr { width: 56px; height: 56px; border-color: rgba(220,168,64,.8); }

/* LAYOUT */
.ctr { max-width: 1300px; margin: 0 auto; padding: 0 40px; }
section { padding: var(--S) 0; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.grid4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { font-family: var(--f-disp); font-weight: 600; line-height: 1.12; }
.eyebrow { font-family: var(--f-body); font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--g4); display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.eyebrow::after { content: ''; flex: 1; max-width: 40px; height: 1px; background: var(--gold-shine); }
.dxl { font-size: clamp(3rem, 6vw, 6rem); line-height: 1.04; }
.dlg { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.1; }
.dmd { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.gt { background: var(--gold-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tc { text-align: center; }
.tc .eyebrow { justify-content: center; }
.tc .eyebrow::after { display: none; }
p.body { font-size: .97rem; color: var(--mist); line-height: 1.88; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; font-family: var(--f-body); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; border-radius: var(--r); position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; white-space: nowrap; cursor: none; }
.btn-gold { background: var(--gold-grad); color: var(--void); font-weight: 700; }
.btn-gold::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); transition: left .6s var(--ease); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(220,168,64,.45); }
.btn-gold:hover::after { left: 150%; }
.btn-wa { background: linear-gradient(135deg, #0d7a3d, #25d366); color: #fff; font-weight: 700; }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(37,211,102,.38); }
.btn-out { background: transparent; color: var(--ivory); border: 1px solid var(--border-g); }
.btn-out:hover { background: rgba(220,168,64,.07); border-color: var(--g4); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--g4); border: 1px solid rgba(220,168,64,.2); padding: 12px 24px; font-size: .7rem; }
.btn-ghost:hover { background: rgba(220,168,64,.08); border-color: var(--g4); }
.btn-sm { padding: 12px 24px; font-size: .72rem; }

/* SCROLL REVEAL */
.rv { opacity: 0; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.up { transform: translateY(30px); }
.rv.left { transform: translateX(-30px); }
.rv.right { transform: translateX(30px); }
.rv.sc { transform: scale(.95); }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; } .d5 { transition-delay: .5s; }

/* ============================================================
   NAVIGATION
   ============================================================ */
#hdr { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); z-index: 900; transition: background .4s, border-color .4s; border-bottom: 1px solid transparent; }
#hdr.solid { background: rgba(7,7,11,.96); backdrop-filter: blur(20px); border-bottom-color: var(--border); }
.hdr-in { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.logo { cursor: none; display: flex; flex-direction: column; line-height: 1; }
.logo-m { font-family: var(--f-disp); font-size: 1.5rem; font-weight: 600; color: var(--ivory); letter-spacing: -.01em; }
.logo-s { font-size: .58rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--g4); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 2px; }
.na { padding: 9px 14px; font-size: .73rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.55); cursor: none; position: relative; transition: color .25s; }
.na::after { content: ''; position: absolute; bottom: 5px; left: 14px; right: 14px; height: 1px; background: var(--gold-shine); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.na:hover, .na.active { color: var(--ivory); }
.na:hover::after, .na.active::after { transform: scaleX(1); }
.ddw { position: relative; }
.ddp { position: absolute; top: calc(100% + 10px); left: -6px; background: var(--onyx); border: 1px solid var(--border); border-top: 2px solid var(--g3); border-radius: 0 0 var(--r) var(--r); padding: 6px 0; min-width: 210px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s var(--ease); z-index: 99; }
.ddw:hover .ddp { opacity: 1; visibility: visible; transform: translateY(0); }
.dda { display: flex; align-items: center; gap: 8px; padding: 10px 18px; font-size: .78rem; color: var(--mist); transition: color .2s, background .2s; cursor: none; }
.dda::before { content: '—'; color: var(--g3); font-size: .6rem; }
.dda:hover { color: var(--g5); background: rgba(220,168,64,.06); }
.hdr-r { display: flex; align-items: center; gap: 12px; }
.hdr-ph { font-size: .73rem; font-weight: 600; color: var(--g4); display: flex; align-items: center; gap: 7px; padding: 8px 14px; border: 1px solid rgba(220,168,64,.2); border-radius: var(--r); transition: border-color .25s; cursor: none; }
.hdr-ph:hover { border-color: var(--g4); }
.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: none; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--ivory); transition: .3s; }
.mob { display: none; position: fixed; inset: 0; background: rgba(7,7,11,.98); backdrop-filter: blur(24px); z-index: 899; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.mob.open { display: flex; }
.mob .na { font-family: var(--f-disp); font-size: 1.8rem; font-weight: 500; letter-spacing: 0; color: var(--ivory); padding: 6px 0; }
.mob-x { position: absolute; top: 24px; right: 28px; color: var(--fog); font-size: 1.5rem; cursor: none; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; transition: border-color .2s, color .2s; }
.mob-x:hover { border-color: var(--g4); color: var(--g4); }
.mob-links { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mob-links a { font-size: 1rem; color: var(--mist); letter-spacing: .1em; text-transform: uppercase; padding: 8px 0; }
.mob-ph { margin-top: 24px; color: var(--g4); font-size: 1.2rem; font-weight: 600; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
#fwa { position: fixed; bottom: 30px; right: 30px; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, #0d7a3d, #25d366); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.55rem; z-index: 800; cursor: none; animation: wapulse 3s ease-in-out infinite; transition: transform .25s; }
#fwa:hover { transform: scale(1.1); }
#fwa .tip { position: absolute; right: 70px; background: var(--onyx); border: 1px solid var(--border); color: var(--ivory); font-size: .7rem; font-family: var(--f-body); padding: 7px 13px; border-radius: 40px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; transform: translateX(6px); }
#fwa:hover .tip { opacity: 1; transform: translateX(0); }
@keyframes wapulse { 0%,100% { box-shadow: 0 8px 30px rgba(37,211,102,.4); } 50% { box-shadow: 0 8px 50px rgba(37,211,102,.65); } }
#btop { position: fixed; bottom: 100px; right: 32px; width: 42px; height: 42px; background: var(--graphite); border: 1px solid var(--border); border-radius: var(--r); color: var(--fog); font-size: .9rem; display: flex; align-items: center; justify-content: center; z-index: 799; cursor: none; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s, color .2s, background .2s; }
#btop.vis { opacity: 1; transform: translateY(0); }
#btop:hover { background: var(--slate); color: var(--g4); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.pgh { padding: calc(var(--nav-h) + 72px) 0 72px; position: relative; overflow: hidden; background: var(--obsidian); }
.pgh::before { content: ''; position: absolute; inset: 0; background: url('img/carousel-2.jpg') center/cover no-repeat; opacity: .18; }
.pgh::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(7,7,11,.95) 50%, rgba(7,7,11,.5)); }
.pgh .ctr { position: relative; z-index: 2; }
.pgh h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); color: var(--ivory); margin-bottom: 16px; }
.pgh-desc { font-size: 1rem; color: var(--mist); max-width: 560px; margin-bottom: 20px; line-height: 1.8; }
.bc { display: flex; align-items: center; gap: 8px; font-size: .72rem; color: var(--fog); margin-top: 14px; }
.bc a { color: var(--g4); cursor: none; }
.bc a:hover { color: var(--g5); }

/* ============================================================
   FOOTER
   ============================================================ */
#ftr { background: var(--void); border-top: 1px solid var(--border); padding: 80px 0 40px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 60px; }
.ftr-brand .logo-m { font-size: 1.8rem; }
.ftr-desc { font-size: .88rem; color: var(--fog); line-height: 1.8; margin: 16px 0 24px; max-width: 300px; }
.ftr-socials { display: flex; gap: 10px; }
.ftr-social { width: 36px; height: 36px; border: 1px solid var(--border); border-radius: var(--r); display: flex; align-items: center; justify-content: center; color: var(--fog); font-size: .85rem; transition: border-color .2s, color .2s, background .2s; cursor: none; }
.ftr-social:hover { border-color: var(--g4); color: var(--g4); background: rgba(220,168,64,.06); }
.ftr-col h4 { font-family: var(--f-body); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--g4); margin-bottom: 20px; }
.ftr-col a { display: block; font-size: .87rem; color: var(--fog); margin-bottom: 10px; transition: color .2s; cursor: none; }
.ftr-col a:hover { color: var(--g5); }
.ftr-contact-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.ftr-ci-ic { color: var(--g4); margin-top: 3px; flex-shrink: 0; }
.ftr-ci-txt { font-size: .86rem; color: var(--fog); line-height: 1.6; }
.ftr-ci-txt a { color: var(--fog); display: inline; }
.ftr-ci-txt a:hover { color: var(--g4); }
.ftr-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid var(--border); font-size: .78rem; color: var(--smoke); }
.ftr-bottom a { color: var(--smoke); transition: color .2s; }
.ftr-bottom a:hover { color: var(--g4); }
.ftr-badges { display: flex; gap: 14px; align-items: center; }
.ftr-badge { font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--smoke); border: 1px solid rgba(255,255,255,.07); padding: 5px 10px; border-radius: 2px; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar { background: var(--obsidian); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 0; overflow: hidden; }
.tb-track { display: inline-flex; gap: 0; animation: tbscroll 25s linear infinite; }
.tb-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 48px; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--smoke); white-space: nowrap; transition: color .3s; }
.tb-item:hover { color: var(--g4); }
.tb-dot { width: 4px; height: 4px; background: var(--g3); border-radius: 50%; flex-shrink: 0; }
@keyframes tbscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   CARDS & SHARED COMPONENTS
   ============================================================ */
/* Section divider line */
.s-line { width: 60px; height: 2px; background: var(--gold-grad); margin: 0 auto 40px; display: block; }

/* Stat counter */
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.stat { padding: 36px 28px; background: var(--onyx); text-align: center; border-bottom: 2px solid transparent; transition: border-color .3s; }
.stat:hover { border-color: var(--g4); }
.stat-n { font-family: var(--f-disp); font-size: 3rem; font-weight: 600; background: var(--gold-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.stat-l { font-size: .65rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--smoke); margin-top: 6px; }

/* Checklist */
.checks { display: flex; flex-direction: column; gap: 13px; margin: 28px 0; }
.ck { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; color: var(--mist); }
.ck-ic { width: 20px; height: 20px; border-radius: 50%; background: rgba(220,168,64,.1); border: 1px solid rgba(220,168,64,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: .5rem; color: var(--g4); }

/* Testimonial card */
.tcard { background: var(--onyx); border: 1px solid var(--border); border-radius: var(--r); padding: 36px; position: relative; transition: border-color .3s, transform .3s; }
.tcard:hover { border-color: var(--border-g); transform: translateY(-4px); }
.tcard-stars { color: var(--g4); font-size: .85rem; margin-bottom: 16px; letter-spacing: 2px; }
.tcard-text { font-size: .93rem; color: var(--mist); line-height: 1.78; margin-bottom: 24px; font-style: italic; }
.tcard-author { display: flex; align-items: center; gap: 14px; }
.tcard-av { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-grad); display: flex; align-items: center; justify-content: center; font-family: var(--f-disp); font-size: 1.2rem; font-weight: 600; color: var(--void); flex-shrink: 0; }
.tcard-name { font-size: .88rem; font-weight: 600; color: var(--ivory); }
.tcard-city { font-size: .75rem; color: var(--g4); }

/* FAQ accordion */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; cursor: none; }
.faq-q h3 { font-family: var(--f-body); font-size: .95rem; font-weight: 500; color: var(--ivory); }
.faq-ic { width: 28px; height: 28px; border: 1px solid var(--border-g); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--g4); flex-shrink: 0; transition: transform .3s, background .3s; }
.faq-item.open .faq-ic { transform: rotate(45deg); background: rgba(220,168,64,.1); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a-in { padding: 0 0 22px; font-size: .9rem; color: var(--mist); line-height: 1.8; }

/* CTA Banner */
.cta-ban { position: relative; overflow: hidden; }
.cta-ban-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--g1) 0%, rgba(14,14,21,.9) 60%); }
.cta-ban::before { content: ''; position: absolute; inset: 0; background: url('img/carousel-1.jpg') center/cover no-repeat; opacity: .12; }
.cta-content { position: relative; z-index: 2; text-align: center; }
.cta-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--ivory); margin-bottom: 16px; }
.cta-content p { font-size: 1rem; color: var(--mist); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   STONE TEXTURES (CSS)
   ============================================================ */
.stone-quartz { background: radial-gradient(ellipse 80% 60% at 20% 30%, rgba(220,210,195,.15) 0%, transparent 60%), radial-gradient(ellipse 60% 80% at 80% 70%, rgba(200,190,175,.1) 0%, transparent 50%), linear-gradient(145deg, #2a2830 0%, #1e1c28 30%, #252330 55%, #1a1825 80%, #22202c 100%); }
.stone-granite { background: radial-gradient(circle 3px at 15% 25%, rgba(220,168,64,.25) 0%, transparent 100%), radial-gradient(circle 2px at 45% 55%, rgba(255,255,255,.12) 0%, transparent 100%), radial-gradient(circle 4px at 70% 20%, rgba(180,160,140,.2) 0%, transparent 100%), linear-gradient(160deg, #1c1a14 0%, #252218 30%, #1a1810 60%, #201e16 100%); }
.stone-marble { background: linear-gradient(170deg, transparent 0%, rgba(180,175,165,.08) 20%, transparent 40%), linear-gradient(125deg, transparent 10%, rgba(160,155,148,.12) 30%, transparent 50%, rgba(180,175,165,.06) 65%, transparent 80%), linear-gradient(148deg, #28262e 0%, #2e2c35 25%, #242230 50%, #2a2835 75%, #202030 100%); }
.stone-porcelain { background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.03) 25%, transparent 50%, rgba(255,255,255,.02) 75%, transparent 100%), linear-gradient(160deg, #252532 0%, #1e1e2c 40%, #222232 70%, #1c1c2a 100%); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .grid4 { grid-template-columns: repeat(2,1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .grid2 { grid-template-columns: 1fr; gap: 48px; }
  .grid3 { grid-template-columns: 1fr; }
  .nav, .hdr-r .btn-sm { display: none; }
  .burger { display: flex; }
  .hdr-ph { display: none; }
  :root { --S: 72px; }
}

@media (max-width: 600px) {
  .ctr { padding: 0 20px; }
  .grid4 { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .dxl { font-size: 2.6rem; }
  .dlg { font-size: 2rem; }
  .btn { padding: 14px 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
}
