/* ============================================================
   JACARANDA MOVING — shared stylesheet
   Built to the Jacaranda Moving Brand Standards v1.1 (May 2026).
   Colours, type and buttons are defined once here.
   ============================================================ */

:root{
  /* Primary palette */
  --purple:#5A2D82;       /* Jacaranda Purple — hero colour */
  --plum:#3A1B5C;         /* Deep Plum — dark accent / dark backgrounds */
  /* Secondary */
  --teal:#2E7D7A;         /* Trust Teal — secondary CTAs, links, badges */
  --teal-dark:#246360;
  --lavender:#C9B3DC;     /* Lavender — soft accents */
  --lav-mist:#EFE9F4;     /* Lavender Mist — callouts / highlights */
  /* Neutrals */
  --charcoal:#1F1F1F;     /* body text (never pure black) */
  --slate:#6B6B6B;        /* secondary text */
  --soft:#F4F4F6;         /* soft white backgrounds */
  --white:#FFFFFF;
  /* Functional (status only) */
  --amber:#D4A03A;
  --coral:#C5532B;
  /* tokens */
  --line:#e6e1ee;
  --radius:12px;
  --btn-radius:8px;
  --shadow:0 10px 30px rgba(58,27,92,.10);
  --maxw:1160px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Open Sans',Arial,system-ui,sans-serif;color:var(--charcoal);background:var(--white);font-size:16px;line-height:1.6}
h1,h2,h3,h4{font-family:'Montserrat',Arial,sans-serif;line-height:1.2}
h1{color:var(--purple);font-weight:800}
h2{color:var(--plum);font-weight:700}
h3{color:var(--charcoal);font-weight:600}
h4{color:var(--plum);font-weight:700}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
section{padding:74px 0}
.center{text-align:center}
.lead{color:var(--slate);font-size:18px;max-width:680px;margin:14px auto 0;line-height:1.6}
.lead.left{margin-left:0}
.section-title{font-size:32px;margin-top:8px}
.bg-alt{background:var(--soft)}

/* Inline content links — Trust Teal, semibold, underline on hover */
.prose a,.info-list a,.alt a,.lead a,.thankyou a,p a{color:var(--teal);font-weight:600}
.prose a:hover,.info-list a:hover,.lead a:hover,.thankyou a:hover,p a:hover{text-decoration:underline}

/* Buttons — 8px rounded per brand */
.btn{display:inline-block;padding:13px 26px;border-radius:var(--btn-radius);font-weight:600;font-family:'Montserrat',sans-serif;font-size:15px;cursor:pointer;border:none;transition:.2s;text-align:center}
.btn-primary{background:var(--purple);color:#fff}
.btn-primary:hover{background:var(--plum)}
.btn-teal{background:var(--teal);color:#fff}
.btn-teal:hover{background:var(--teal-dark)}
.btn-accent{background:var(--purple);color:#fff}      /* primary on light backgrounds */
.btn-accent:hover{background:var(--plum)}
.btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}
.btn-ghost:hover{background:#fff;color:var(--purple)}
/* On purple/dark sections, the accent CTA becomes a white button (Teal-on-purple is not allowed) */
.hero .btn-accent,.band .btn-accent,.quote .btn-accent,.banner .btn-accent,footer .btn-accent{background:#fff;color:var(--purple)}
.hero .btn-accent:hover,.band .btn-accent:hover,.quote .btn-accent:hover,.banner .btn-accent:hover,footer .btn-accent:hover{background:var(--lav-mist);color:var(--plum)}
footer .btn-primary{background:transparent;border:2px solid rgba(255,255,255,.55);color:#fff}
footer .btn-primary:hover{background:#fff;color:var(--plum)}

.eyebrow{color:var(--teal);font-weight:700;font-family:'Montserrat',sans-serif;letter-spacing:.05em;text-transform:uppercase;font-size:13px}
.eyebrow.on-dark{color:var(--lavender)}

/* Header */
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:88px}
.nav .logo img{height:64px;width:auto}
.nav ul{list-style:none;display:flex;gap:24px;align-items:center}
.nav ul a{font-weight:600;font-size:16px;color:var(--charcoal)}
.nav ul a:hover,.nav ul a.active{color:var(--purple)}
.nav-cta{display:flex;align-items:center;gap:14px}
.phone-link{font-family:'Montserrat',sans-serif;font-weight:700;color:var(--purple);white-space:nowrap}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.burger span{width:26px;height:3px;background:var(--plum);border-radius:3px}

/* Hero (home) — solid Jacaranda Purple */
.hero{background:var(--purple);color:#fff;position:relative;overflow:hidden}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding-top:64px;padding-bottom:64px}
.hero h1{color:#fff;font-size:clamp(34px,5vw,52px)}
.hero p.sub{font-size:20px;margin-top:10px;color:rgba(255,255,255,.92)}
.hero .btns{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.hero-img{border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.3)}
.hero-img img{width:100%;height:100%;object-fit:cover}

/* Home hero — Option 5 (refined): photo + directional scrim + trust row + yard inset */
.xhero5{position:relative;display:flex;align-items:center;min-height:82vh;overflow:hidden;color:#fff;background:var(--purple)}
.xhero5 .xhero-copy{max-width:640px;position:relative;z-index:2}
.xhero5 .eyebrow.on-dark{color:#fff;opacity:.95}
.xhero5 h1{color:#fff;font:800 clamp(34px,5vw,54px)/1.05 'Montserrat',sans-serif;margin:6px 0 0}
.xhero5 .sub{font-size:20px;margin-top:14px;color:rgba(255,255,255,.94);max-width:46ch}
.xhero5 .btns{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.xhero5 .btn-accent{background:#fff;color:var(--purple)}
.xhero5 .btn-accent:hover{background:var(--lav-mist);color:var(--plum)}
.hero5-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 42%}
.hero5-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(58,27,92,.90) 0%,rgba(58,27,92,.82) 34%,rgba(58,27,92,.50) 50%,rgba(58,27,92,.14) 68%,rgba(58,27,92,0) 82%)}
.xhero5 .wrap{position:relative;z-index:2;width:100%}
.xhero5 .btns .btn{display:inline-flex;align-items:center;gap:9px;min-height:52px}
.xhero5 .btns .btn svg{width:18px;height:18px;flex:none}
.hero-chips{list-style:none;display:flex;gap:12px 22px;flex-wrap:wrap;margin:20px 0 0;padding:0}
.hero-chips li{display:flex;align-items:center;gap:8px;font:600 15px 'Open Sans',sans-serif;color:rgba(255,255,255,.93)}
.hero-chips .tick{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--teal);color:#fff;font:700 11px 'Open Sans',sans-serif}
.inset{position:absolute;right:34px;bottom:34px;width:28%;max-width:312px;margin:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 16px 40px rgba(31,15,46,.34);z-index:3}
.inset img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:50% 45%}
.inset figcaption{padding:10px 14px 12px;color:var(--plum);font:700 14px 'Montserrat',sans-serif;line-height:1.2}
.inset figcaption small{display:block;color:var(--slate);font:600 12px 'Open Sans',sans-serif;margin-top:2px}
@media(max-width:920px){
  .xhero5{display:block;min-height:auto}
  .hero5-photo{position:relative;height:56vw;min-height:240px;object-position:50% 36%}
  .hero5-overlay{display:none}
  .xhero5 .wrap{padding:28px 22px 34px}
  .inset{position:static;width:100%;max-width:360px;margin:22px auto 0}
}

/* Trust bar */
.trust-bar{background:#fff;border-bottom:1px solid var(--line)}
.trust-bar .wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 38px;padding-top:20px;padding-bottom:20px}
.trust-bar .item{display:flex;align-items:center;gap:9px;font-weight:600;font-family:'Montserrat',sans-serif;font-size:15px;color:var(--plum)}
.trust-bar .item svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:2}

/* Inner page banner — solid Jacaranda Purple */
.banner{background:var(--purple);color:#fff;padding:54px 0}
.banner h1{color:#fff;font-size:clamp(28px,4vw,42px)}
.banner p{color:rgba(255,255,255,.9);font-size:18px;margin-top:8px;max-width:680px}
.crumb{font-size:13px;color:rgba(255,255,255,.7);margin-bottom:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.crumb a{color:rgba(255,255,255,.9)}

/* Cards / grids */
.grid{display:grid;gap:24px}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-2{grid-template-columns:repeat(2,1fr)}
.mt-46{margin-top:46px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:.2s;box-shadow:var(--shadow)}
.card:hover{transform:translateY(-4px);border-color:var(--lavender)}
.card h3{font-size:19px;margin-bottom:8px;color:var(--plum)}
.card p{color:var(--slate);font-size:16px}
.ic{width:54px;height:54px;border-radius:12px;background:var(--lav-mist);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.ic svg{width:30px;height:30px;stroke:var(--purple);fill:none;stroke-width:1.8}

/* Split rows */
.row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.ticks{list-style:none;margin-top:22px;display:grid;gap:16px}
.ticks li{display:flex;gap:13px;align-items:flex-start;font-weight:600}
.ticks .t{flex:0 0 26px;height:26px;border-radius:50%;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px}
.collage{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:14px}
.collage img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.collage img:nth-child(2){grid-row:span 2}
.collage img:nth-child(4){grid-row:span 2}

/* Coloured band — Deep Plum */
.band{background:var(--plum);color:#fff}
.band h2{color:#fff}
.band p{color:rgba(255,255,255,.92);font-size:18px;margin-top:10px}
.band .ticks .t{background:#fff;color:var(--purple)}
.band .ticks li{color:#fff}

/* Stats */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}
.stat .num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:48px;color:var(--purple)}
.stat .lab{font-weight:700;color:var(--charcoal);margin-top:4px;font-family:'Montserrat',sans-serif}
.stat .sub{color:var(--slate);font-size:15px}
.todo-flag{display:inline-block;background:var(--lav-mist);color:var(--plum);border:1px dashed var(--purple);font-size:12px;font-weight:600;padding:3px 9px;border-radius:6px;margin-top:10px}

/* Reviews / embeds */
.embed-placeholder{border:2px dashed var(--lavender);border-radius:12px;padding:42px 24px;text-align:center;color:var(--slate);background:var(--lav-mist);max-width:780px;margin:30px auto 0}
.embed-placeholder strong{color:var(--plum);font-family:'Montserrat',sans-serif;display:block;margin-bottom:6px}

/* Curated Google reviews (hand-coded testimonials) */
.rev-summary{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin:26px auto 0}
.rev-summary .rev-rate{font-family:'Montserrat',sans-serif;font-weight:800;font-size:26px;color:var(--plum);line-height:1}
.rev-summary .rev-count{color:var(--slate);font-size:15px}
.rev-summary .rev-count strong{color:var(--plum)}
.g-mark{display:inline-block;vertical-align:middle;flex:0 0 auto}
.stars-rated{display:inline-block;position:relative;font-size:20px;line-height:1;letter-spacing:2px;font-family:Arial,sans-serif}
.stars-rated::before{content:"\2605\2605\2605\2605\2605";color:var(--line)}
.stars-rated::after{content:"\2605\2605\2605\2605\2605";color:#FBBC04;position:absolute;left:0;top:0;width:92%;overflow:hidden;white-space:nowrap}
.review-grid{margin-top:40px;text-align:left}
.review-card{display:flex;flex-direction:column}
.rev-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.rev-avatar{flex:0 0 42px;width:42px;height:42px;border-radius:50%;color:#fff;font-family:'Montserrat',sans-serif;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center}
.rev-name{font-family:'Montserrat',sans-serif;font-weight:700;color:var(--plum);font-size:16px}
.rev-head .g-mark{margin-left:auto}
.review-card .stars{color:#FBBC04;letter-spacing:2px;font-size:16px;margin-bottom:10px}
.review-card p{color:var(--charcoal);font-size:15.5px;line-height:1.65}
.rev-cta{margin-top:34px}

/* Service areas */
.area{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.area iframe{width:100%;height:260px;border:0;display:block}
.area .addr{padding:18px 22px;font-weight:600;color:var(--plum);font-family:'Montserrat',sans-serif}

/* Quote / GHL — Jacaranda Purple */
.quote{background:var(--purple);color:#fff}
.quote h2{color:#fff;font-size:34px;margin-top:8px}
.quote .box{background:#fff;border-radius:14px;padding:34px;max-width:760px;margin:30px auto 0;color:var(--charcoal);box-shadow:0 20px 50px rgba(0,0,0,.25)}
.ghl-placeholder{border:2px dashed var(--lavender);border-radius:10px;padding:46px 24px;text-align:center;color:var(--slate);background:var(--lav-mist)}
.ghl-placeholder strong{color:var(--plum);font-family:'Montserrat',sans-serif}
.quote .alt{margin-top:18px;color:rgba(255,255,255,.9)}
.quote .alt a{color:#fff;font-weight:700;text-decoration:underline}

/* Services page detail */
.service-detail{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:30px 0;border-bottom:1px solid var(--line)}
.service-detail:last-child{border-bottom:none}
.service-detail h3{font-size:22px;margin-bottom:6px;color:var(--plum)}
.service-detail p{color:var(--slate)}
.service-detail .ic{margin-bottom:0}

/* Prose (terms) */
.prose{max-width:820px;margin:0 auto}
.prose h2{font-size:22px;margin:34px 0 12px;padding-top:8px}
.prose h3{font-size:16px;margin:20px 0 6px;color:var(--purple)}
.prose p{margin:0 0 12px;color:var(--charcoal)}
.prose ul{margin:0 0 14px 22px}
.prose li{margin-bottom:7px}
.section-nav{background:var(--lav-mist);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;max-width:820px;margin:0 auto 30px}
.section-nav strong{font-family:'Montserrat',sans-serif;color:var(--plum);display:block;margin-bottom:10px}
.section-nav ol{margin-left:20px}
.section-nav a{color:var(--teal);font-weight:600}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}
.info-list{list-style:none;display:grid;gap:18px;margin-top:8px}
.info-list li{display:flex;gap:14px;align-items:flex-start}
.info-list .ic{flex:0 0 44px;width:44px;height:44px;margin:0}
.info-list .ic svg{width:22px;height:22px}
.info-list b{font-family:'Montserrat',sans-serif;color:var(--plum);display:block}
.info-list span{color:var(--slate)}

/* Thank you */
.thankyou{text-align:center;max-width:640px;margin:0 auto}
.thankyou .big-tick{width:84px;height:84px;border-radius:50%;background:var(--lav-mist);display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.thankyou .big-tick svg{width:44px;height:44px;stroke:var(--purple);fill:none;stroke-width:2}

/* Footer — Deep Plum */
footer{background:var(--plum);color:#d9d2e6;padding:54px 0 26px}
footer h4{color:#fff;font-size:16px;margin-bottom:14px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px}
footer a{color:#d9d2e6}
footer a:hover{color:#fff}
footer ul{list-style:none;display:grid;gap:9px;font-size:15px}
.foot-logo img{height:54px;background:#fff;padding:8px 12px;border-radius:10px;margin-bottom:14px}
.foot-btns{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}
.foot-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:18px;text-align:center;font-size:13px;color:#b3a8c7}

/* Floating mobile call */
.float-call{position:fixed;right:18px;bottom:18px;z-index:60;display:none;background:var(--teal);color:#fff;font-weight:700;font-family:'Montserrat',sans-serif;padding:14px 20px;border-radius:50px;box-shadow:0 8px 24px rgba(0,0,0,.25)}

/* Trust points + FAQ (v4) */
.cols-4{grid-template-columns:repeat(4,1fr)}
.tcard{text-align:center}
.tcard .ic{margin-left:auto;margin-right:auto}
.tcard h3{font-size:17px;color:var(--plum);margin-bottom:4px}
.tcard p{font-size:15px;color:var(--slate)}
.faq{max-width:820px;margin:30px auto 0;text-align:left}
.faq details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:12px;box-shadow:var(--shadow)}
.faq summary{cursor:pointer;padding:18px 22px;font-family:'Montserrat',sans-serif;font-weight:600;color:var(--plum);list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';color:var(--purple);font-size:24px;font-weight:700;margin-left:14px;line-height:1}
.faq details[open] summary::after{content:'\2013'}
.faq .ans{padding:0 22px 18px;color:var(--charcoal)}
@media(max-width:900px){.cols-4{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cols-4{grid-template-columns:1fr}}

/* Responsive */
@media(max-width:900px){
  .nav ul,.nav .phone-link{display:none}
  .nav ul.open{display:flex;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;padding:18px 22px;gap:16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}
  .burger{display:flex}
  .hero .wrap{grid-template-columns:1fr}
  .hero-img{order:-1;max-height:260px}
  .cols-3,.cols-2,.row,.stats,.contact-grid,.foot-grid{grid-template-columns:1fr}
  .collage{max-width:420px}
  .float-call{display:inline-block}
  section{padding:52px 0}
}
@media(max-width:600px){
  .service-detail{grid-template-columns:1fr}
}
