/* RHINO Plumbing, Gas and Aircon — shared stylesheet for service (SEO) pages.
   Tokens, header, footer and buttons match the homepage exactly. */
:root {
  --char: #16181a; --char-2: #1d2024; --char-3: #25292e; --char-4: #2f3338; --line: #33373d;
  --bone: #ECE7DD; --bone-2: #cfc9bd; --bone-dim: #a7a298; --ash: #7d838b;
  --ember: #ff5a1e; --ember-2: #ff7138; --ember-deep: #db430c;
  --maxw: 1220px; --shadow: 0 30px 70px -28px rgba(0,0,0,.8); --shadow-sm: 0 14px 34px -18px rgba(0,0,0,.7);
  --ease: cubic-bezier(.16,.84,.44,1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Archivo', system-ui, sans-serif; color: var(--bone); background: var(--char); line-height: 1.62; font-size: 17px; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.display { font-family: 'Anton','Archivo',sans-serif; font-weight: 400; letter-spacing: .005em; text-transform: uppercase; line-height: .96; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.ember { color: var(--ember); }
.ix { display: inline-flex; align-items: baseline; gap: 12px; font-family: 'Anton',sans-serif; text-transform: uppercase; margin-bottom: 20px; }
.ix .n { color: var(--ember); font-size: 18px; letter-spacing: .04em; }
.ix .t { color: var(--bone-dim); font-size: 14px; letter-spacing: .32em; font-family: 'Archivo'; font-weight: 700; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Archivo'; font-weight: 800; font-size: 15px; letter-spacing: .02em; padding: 16px 26px; border-radius: 4px; border: 2px solid transparent; cursor: pointer; transition: transform .22s var(--ease), background .22s, border-color .22s, color .22s; white-space: nowrap; text-transform: uppercase; }
.btn svg { width: 18px; height: 18px; }
.btn-ember { background: var(--ember); color: #1a0c05; box-shadow: 0 14px 30px -14px rgba(255,90,30,.7); }
.btn-ember:hover { background: var(--ember-2); transform: translateY(-2px); }
.btn-bone { border-color: rgba(236,231,221,.28); color: var(--bone); }
.btn-bone:hover { border-color: var(--bone); background: rgba(236,231,221,.06); transform: translateY(-2px); }

/* header */
header { position: sticky; top: 0; z-index: 60; background: rgba(18,20,22,.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; }
.coin { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; flex: none; border: 2px solid var(--char-4); box-shadow: 0 6px 18px -8px rgba(0,0,0,.7); }
.coin img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-word { font-family: 'Archivo'; font-weight: 900; font-size: 21px; color: var(--bone); letter-spacing: .06em; }
.brand-sub { font-family: 'Archivo'; font-weight: 700; font-size: 9.5px; letter-spacing: .3em; color: var(--bone-dim); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--bone-2); font-weight: 600; font-size: 15px; transition: color .2s; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--ember); transition: right .25s var(--ease); }
.nav-links a:hover { color: var(--bone); }
.nav-links a:hover::after { right: 0; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: flex; align-items: center; gap: 9px; color: var(--bone); font-family: 'Archivo'; font-weight: 800; font-size: 16px; white-space: nowrap; }
.nav-phone svg { width: 17px; height: 17px; color: var(--ember); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 26px; height: 2.5px; background: var(--bone); margin: 5px 0; border-radius: 2px; transition: .3s; }
.mobile-menu { display: none; }

/* breadcrumb */
.crumb { font-size: 13.5px; color: var(--ash); padding: 18px 0 0; font-weight: 600; }
.crumb a { color: var(--bone-dim); }
.crumb a:hover { color: var(--ember); }
.crumb span { color: var(--bone-2); }

/* page hero */
.phero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.phero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 88% 8%, #23272c 0%, var(--char) 60%); z-index: 0; }
.phero-mascot { position: absolute; right: -110px; bottom: -150px; width: 640px; max-width: 78vw; opacity: .05; filter: grayscale(1) contrast(1.1); z-index: 0; pointer-events: none; }
.phero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; padding-top: 54px; padding-bottom: 74px; }
.phero h1 { font-size: clamp(40px, 6vw, 74px); color: var(--bone); }
.phero h1 em { font-style: normal; color: var(--ember); }
.phero-lead { font-size: 18.5px; color: var(--bone-dim); margin: 24px 0 32px; max-width: 540px; }
.phero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.phero-trust { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--bone-2); font-weight: 600; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 18px; height: 18px; color: var(--ember); }
.phero-figure { position: relative; }
.phero-photo { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }
.phero-photo img { width: 100%; height: 480px; object-fit: cover; }
.phero-coin { position: absolute; left: -30px; bottom: 28px; width: 104px; height: 104px; border-radius: 50%; overflow: hidden; border: 4px solid var(--char); box-shadow: var(--shadow-sm); background: #16181a; }
.phero-coin img { width: 100%; height: 100%; object-fit: cover; }

/* sections */
section { padding: 88px 0; }
h2.big { font-family: 'Anton',sans-serif; text-transform: uppercase; font-weight: 400; font-size: clamp(30px, 4.4vw, 52px); line-height: .98; color: var(--bone); }
h2.big em { font-style: normal; color: var(--ember); }
.lead-p { color: var(--bone-dim); font-size: 18px; }
.sec-head { max-width: 720px; margin-bottom: 46px; }
.sec-head .lead-p { margin-top: 16px; }

/* covered list */
.cover { background: var(--char-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 40px; margin-top: 10px; }
.cover-grid li { list-style: none; display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cover-grid .tick { width: 30px; height: 30px; flex: none; border-radius: 6px; background: rgba(255,90,30,.12); color: var(--ember); display: grid; place-items: center; }
.cover-grid .tick svg { width: 17px; height: 17px; }
.cover-grid h4 { font-family: 'Archivo'; font-weight: 800; font-size: 16.5px; color: var(--bone); margin-bottom: 2px; }
.cover-grid p { color: var(--bone-dim); font-size: 14px; line-height: 1.5; }

/* info cards (the helpful / E-E-A-T content) */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.info-card { background: var(--char-3); border: 1px solid var(--line); border-radius: 8px; padding: 28px 26px; }
.info-card .ic { width: 44px; height: 44px; border-radius: 8px; background: rgba(255,90,30,.12); color: var(--ember); display: grid; place-items: center; margin-bottom: 16px; }
.info-card .ic svg { width: 24px; height: 24px; }
.info-card h3 { font-family: 'Archivo'; font-weight: 800; font-size: 18px; color: var(--bone); margin-bottom: 9px; }
.info-card p { color: var(--bone-dim); font-size: 14.5px; line-height: 1.58; }
.info-card strong { color: var(--bone-2); }

/* split content with photo */
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split2 .ph { border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.split2 .ph img { width: 100%; height: 460px; object-fit: cover; filter: grayscale(.12); }
.split2 p { color: var(--bone-dim); margin-bottom: 14px; max-width: 540px; }
.split2 .feat { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.split2 .feat li { display: flex; gap: 12px; align-items: flex-start; color: var(--bone-2); font-size: 15px; }
.split2 .feat svg { width: 20px; height: 20px; color: var(--ember); flex: none; margin-top: 2px; }

/* testimonial */
.rev { background: var(--char-3); border: 1px solid var(--line); border-radius: 8px; padding: 30px 32px; max-width: 760px; }
.rev .stars { margin-bottom: 14px; }
.rev p { font-size: 17px; color: var(--bone); line-height: 1.6; }
.rev .who { margin-top: 18px; display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--bone-dim); }
.rev .who b { color: var(--bone); font-family: 'Archivo'; font-weight: 800; }
.rev .fb { width: 32px; height: 32px; border-radius: 6px; background: rgba(255,90,30,.12); display: grid; place-items: center; color: var(--ember); flex: none; }
.rev .fb svg { width: 17px; height: 17px; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: var(--char-3); margin-bottom: 12px; overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: 'Archivo'; font-weight: 700; font-size: 17px; color: var(--bone); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--ember); font-size: 24px; font-weight: 400; line-height: 1; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 24px 22px; color: var(--bone-dim); font-size: 15.5px; line-height: 1.6; }

/* related services */
.relbar { background: var(--char-2); border-top: 1px solid var(--line); }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.rel-card { display: flex; align-items: center; gap: 16px; background: var(--char-3); border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; transition: transform .25s var(--ease), border-color .25s; }
.rel-card:hover { transform: translateY(-4px); border-color: var(--char-4); }
.rel-card .rn { font-family: 'Anton'; font-size: 26px; color: var(--ember); line-height: 1; }
.rel-card b { font-family: 'Archivo'; font-weight: 800; font-size: 16px; color: var(--bone); display: block; }
.rel-card span { font-size: 13px; color: var(--bone-dim); }

/* cta band */
.cta-band { background: var(--char-3); border: 1px solid var(--line); border-radius: 12px; padding: 48px 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--ember); }
.cta-band h2.big { margin-bottom: 12px; }
.cta-band .lead-p { margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }
.cta-actions .btn { justify-content: center; }

/* footer */
footer { background: #0f1113; color: var(--bone-dim); padding: 70px 0 28px; border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.foot-brand p { margin-top: 16px; font-size: 14px; max-width: 290px; line-height: 1.6; }
footer h5 { font-family: 'Archivo'; color: var(--bone); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
footer ul a:hover { color: var(--ember); }
.foot-contact a { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; font-size: 14.5px; color: var(--bone); }
.foot-contact svg { width: 17px; height: 17px; color: var(--ember); flex: none; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: 13px; }
.jtn-credit { font-size: 13px; color: var(--ash); }
.jtn-credit a { color: var(--bone-2); font-weight: 600; }
.jtn-credit a:hover { color: var(--ember); }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 1000px) {
  .phero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; padding-bottom: 56px; }
  .phero-figure { max-width: 500px; }
  .phero-photo img { height: 380px; }
  .info-grid { grid-template-columns: 1fr; }
  .split2 { grid-template-columns: 1fr; gap: 36px; }
  .split2 .ph { max-width: 540px; }
  .rel-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; gap: 26px; padding: 36px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 620px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: block; }
  .mobile-menu { position: fixed; inset: 78px 0 auto 0; background: var(--char-2); padding: 20px 26px 26px; display: none; flex-direction: column; gap: 2px; z-index: 55; border-bottom: 1px solid var(--line); }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: var(--bone); padding: 14px 0; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.06); font-weight: 700; }
  .mobile-menu .btn { margin-top: 16px; justify-content: center; }
  section { padding: 60px 0; }
  .cover-grid { grid-template-columns: 1fr; gap: 0 40px; }
  .cta-band { padding: 28px 22px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .phero-coin { width: 84px; height: 84px; left: -12px; }
}
@media (max-width: 400px) { .foot-grid { grid-template-columns: 1fr; } }
