
:root { --navy:#061a33; --navy-2:#0b2847; --blue:#087cf0; --cyan:#36c4f3; --ice:#eaf7ff; --white:#fff; --ink:#0b1c2c; --slate:#5c6c7b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { height:96px; padding:0 clamp(24px,5vw,76px); display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:54px; background:#fff; position:sticky; top:0; z-index:20; box-shadow:0 1px 0 rgba(6,26,51,.08); }
.brand,.footer-brand { display:flex; flex-direction:column; width:max-content; font-style:italic; color:var(--navy); font-weight:900; letter-spacing:-1px; line-height:.9; }
.brand span { font-size:32px; }.brand small,.footer-brand small { color:var(--blue); letter-spacing:3px; font-size:11px; margin-top:8px; }
.site-header nav { display:flex; gap:42px; font-weight:700; }.site-header nav a { padding:36px 0 31px; border-bottom:4px solid transparent; }.site-header nav a:hover,.site-header nav a:focus-visible { color:var(--blue); border-color:var(--blue); }
.header-cta { background:var(--blue); color:#fff; padding:20px 36px; font-weight:800; }
.header-cta:hover,.button-primary:hover { background:#006bdd; transform:translateY(-2px); }
.hero { min-height:760px; display:grid; grid-template-columns:minmax(0,52%) minmax(0,48%); background:var(--navy); color:#fff; overflow:hidden; }
.hero-copy { padding:92px clamp(32px,6vw,92px) 62px; position:relative; z-index:2; background:linear-gradient(135deg,var(--navy) 0%,#061b36 75%,#07335d 100%); }
.hero-copy:after { content:""; position:absolute; top:0; right:-116px; width:230px; height:100%; background:linear-gradient(150deg,var(--blue),var(--cyan)); clip-path:polygon(45% 0,100% 0,55% 50%,100% 100%,45% 100%,0 50%); z-index:-1; }
.hero-image { background:url('/big-chill-team-portrait.webp') 48% center/cover no-repeat; min-height:760px; }
.eyebrow { display:block; color:var(--cyan); text-transform:uppercase; letter-spacing:2.5px; font-size:13px; font-weight:800; margin-bottom:22px; }.eyebrow.dark { color:var(--blue); }
h1,h2,h3,p { margin-top:0; }h1,h2,h3 { letter-spacing:-.035em; }
.hero h1 { font-family:'Arial Black', Impact, sans-serif; font-weight:900; text-transform:uppercase; font-size:clamp(46px,4.5vw,68px); line-height:.98; letter-spacing:-.025em; margin-bottom:22px; max-width:680px; }
.hero-copy>p { font-size:21px; line-height:1.55; max-width:620px; color:#e7eef6; }
.hero-actions { display:flex; gap:18px; margin:36px 0 66px; flex-wrap:wrap; }.button { display:inline-flex; min-height:58px; padding:0 30px; justify-content:center; align-items:center; font-weight:800; transition:.2s ease; }.button-primary { background:var(--blue); color:#fff; }.button-outline { border:2px solid #fff; color:#fff; }.button-outline:hover { background:#fff; color:var(--navy); }.button-dark { background:var(--navy); color:#fff; }.button-light { background:#fff; color:var(--navy); }
.trust-row { display:grid; grid-template-columns:repeat(3,1fr); max-width:720px; }.trust-row span { padding:0 24px; border-left:1px solid rgba(255,255,255,.25); color:#dce8f4; font-size:14px; line-height:1.4; }.trust-row span:first-child { padding-left:0; border:0; }.trust-row b { color:var(--cyan); display:block; font-size:16px; margin-bottom:5px; }
.warranty-note { max-width:720px; margin:16px 0 0; color:#aebfd0!important; font-size:12px!important; line-height:1.5!important; }
.emergency-contact { padding:32px clamp(24px,6vw,92px); background:#b9252f; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:42px; }
.emergency-contact .eyebrow { color:#ffd8da; margin-bottom:8px; }
.emergency-contact h2 { font-size:clamp(30px,3vw,46px); margin-bottom:8px; }
.emergency-contact p { max-width:760px; line-height:1.55; margin-bottom:0; color:#fff0f1; }
.emergency-call { flex:0 0 auto; min-width:275px; padding:18px 26px; background:#fff; color:#8f1520; display:flex; flex-direction:column; }
.emergency-call small { font-weight:800; text-transform:uppercase; letter-spacing:1.4px; }
.emergency-call strong { font-size:30px; margin-top:3px; }
.section { padding:64px clamp(24px,6vw,92px); max-width:1600px; margin:auto; }.intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:6vw; align-items:start; }.section h2,.cta-band h2 { font-size:clamp(29px,2.9vw,42px); line-height:1.1; max-width:760px; }.lead { color:var(--slate); font-size:19px; line-height:1.6; }.text-link,.service-card a { color:var(--blue); font-weight:800; display:inline-flex; gap:12px; margin-top:14px; }
.services-preview { background:var(--ice); max-width:none; }.section-heading { max-width:1416px; margin:auto 0 44px; display:flex; justify-content:space-between; align-items:end; gap:40px; }.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }.service-card { background:#fff; padding:38px; border-top:5px solid var(--blue); min-height:330px; box-shadow:0 12px 30px rgba(6,26,51,.07); transition:.2s; }.service-card:hover { transform:translateY(-5px); }.service-number { color:var(--cyan); font-weight:900; }.service-card h3 { font-size:28px; margin:48px 0 18px; }.service-card p { color:var(--slate); line-height:1.7; }
.split-feature { max-width:none; padding:0; display:grid; grid-template-columns:1fr 1fr; }.feature-block { min-height:560px; padding:86px clamp(32px,6vw,92px); }.feature-blue { background:var(--blue); color:#fff; }.feature-blue h2 { font-size:clamp(40px,4vw,64px); }.feature-blue p { color:#eaf5ff; font-size:19px; line-height:1.7; max-width:650px; }.feature-stat { background:var(--navy); color:#fff; }.feature-stat .quote-mark { font-size:100px; color:var(--cyan); line-height:.7; }.feature-stat h3 { font-size:34px; max-width:570px; }.feature-stat>p:not(.quote-mark) { color:#bfcede; line-height:1.7; max-width:620px; }.review-label { color:var(--cyan); text-transform:uppercase; letter-spacing:2px; font-size:12px; font-weight:800; }
.review-secondary { border-top:1px solid #29415a; margin-top:38px; padding-top:34px; }.review-secondary h3 { font-size:25px; margin:0 0 12px; }.review-secondary p { color:#bfcede; line-height:1.7; max-width:620px; }
.feature-blue .warranty-copy { border-left:3px solid var(--cyan); padding:14px 0 14px 18px; margin:28px 0; font-size:15px; }
.cta-band { padding:68px clamp(24px,6vw,92px); background:linear-gradient(90deg,#077af0,#1198ee); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:40px; }.cta-band h2 { margin-bottom:0; }
.site-footer { background:#041426; color:#d6e0eb; padding:76px clamp(24px,6vw,92px) 30px; display:grid; grid-template-columns:2fr 1fr 1.3fr 1.3fr; gap:60px; }.footer-brand span { color:#fff; font-size:30px; }.footer-brand p { max-width:300px; line-height:1.6; color:#91a5b9; font-style:normal; letter-spacing:0; font-weight:400; margin-top:22px; }.site-footer h3 { color:#fff; font-size:15px; text-transform:uppercase; letter-spacing:2px; }.site-footer>div:not(.footer-brand) { display:flex; flex-direction:column; gap:12px; }.site-footer p { margin:0; }.site-footer a:hover { color:var(--cyan); }.muted { color:#7f94a9; font-size:13px; }.footer-bottom { grid-column:1/-1; border-top:1px solid #213346; padding-top:28px; margin-top:25px; flex-direction:row!important; justify-content:space-between; color:#72879b; font-size:13px; }
.page-hero { padding:54px clamp(24px,7vw,110px) 60px; background:linear-gradient(120deg,#061a33 0%,#082a4e 72%,#087cf0 72%,#36c4f3 100%); color:#fff; min-height:280px; }.page-hero h1 { font-family:'Arial Black',Impact,sans-serif; font-size:clamp(34px,3.5vw,52px); line-height:1.03; text-transform:uppercase; max-width:1000px; letter-spacing:-.03em; }.page-hero p { max-width:720px; font-size:18px; line-height:1.5; color:#dceaf7; }
.service-list { display:grid; gap:0; }.service-list article { display:grid; grid-template-columns:100px 1fr; gap:32px; padding:52px 0; border-bottom:1px solid #d9e2ea; }.service-list article>span,.values-grid article>span { color:var(--cyan); font-weight:900; }.service-list h2 { font-size:clamp(30px,3vw,48px); margin-bottom:15px; }.service-list p { color:var(--slate); line-height:1.75; max-width:800px; }.service-list a { color:var(--blue); font-weight:800; }
.process-band { background:var(--navy); color:#fff; padding:90px clamp(24px,6vw,92px); display:grid; grid-template-columns:1fr 1.3fr; gap:7vw; }.process-band h2 { font-size:clamp(40px,4vw,62px); }.process-band ol { list-style:none; padding:0; margin:0; }.process-band li { display:grid; grid-template-columns:70px 1fr; padding:25px 0; border-bottom:1px solid #29405a; }.process-band li b { color:var(--cyan); }.process-band li span { color:#aebed0; }.process-band li strong { color:#fff; display:block; font-size:20px; margin-bottom:7px; }
.about-story { display:grid; grid-template-columns:1fr; gap:24px; }.about-story>div:last-child { max-width:none; column-count:2; column-gap:52px; }.about-story>div:last-child>p { break-inside:avoid; }.about-story>div:last-child>p:not(.lead) { color:var(--slate); line-height:1.7; }.about-warranty { column-span:all; }.values-section { background:var(--ice); padding:72px clamp(24px,6vw,92px); }.values-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:2px; background:#d9e8f1; }.values-grid article { background:#fff; padding:38px; min-height:220px; }.values-grid h3 { font-size:24px; margin:30px 0 12px; }.values-grid p { color:var(--slate); line-height:1.65; }
.about-warranty { margin-top:32px; padding:24px 26px; background:var(--ice); border-left:4px solid var(--blue); }.about-warranty strong { display:block; color:var(--navy); font-size:20px; margin-bottom:8px; }.about-warranty p { color:var(--slate); line-height:1.7; margin:0; }
.commercial-experience { display:grid; grid-template-columns:1fr; gap:24px; padding:62px clamp(24px,7vw,110px); background:var(--navy); color:#fff; }.commercial-experience>div:last-child { max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:start; }.commercial-experience h2 { font-size:clamp(29px,2.9vw,42px); margin-bottom:0; }.commercial-experience p { color:#c4d3e1; font-size:17px; line-height:1.65; }.commercial-experience .client-list { border-left:3px solid var(--cyan); padding-left:22px; margin-top:0; }.commercial-experience strong { color:#fff; }
.project-gallery-section { padding:100px clamp(24px,6vw,92px); background:var(--ice); }.project-gallery { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:320px; gap:18px; }.project-gallery figure { position:relative; overflow:hidden; margin:0; background:var(--navy); }.project-gallery img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }.project-gallery figure:hover img { transform:scale(1.035); }.project-gallery .project-tall { grid-row:span 2; }.project-gallery .project-wide { grid-column:span 2; }.project-gallery figcaption { position:absolute; inset:auto 0 0; display:flex; flex-direction:column; gap:5px; padding:50px 22px 20px; color:#fff; background:linear-gradient(transparent,rgba(3,17,32,.9)); }.project-gallery figcaption strong { font-size:17px; }.project-gallery figcaption span { color:#c8d8e6; font-size:13px; }
.contact-section { padding:100px clamp(24px,7vw,110px); display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; }.contact-details h2 { font-size:clamp(40px,4vw,60px); }.contact-details>p { color:var(--slate); line-height:1.7; }.contact-card { padding:22px 0; border-bottom:1px solid #dbe2e8; }.contact-card small { display:block; text-transform:uppercase; letter-spacing:1.5px; color:var(--blue); margin-bottom:8px; }.contact-card strong { font-size:18px; }.contact-note { background:var(--ice); padding:20px; margin-top:30px; font-size:14px; }.quote-form { background:#f3f8fb; padding:44px; display:flex; flex-direction:column; gap:23px; border-top:6px solid var(--blue); }.field-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }.quote-form label { display:flex; flex-direction:column; gap:9px; font-weight:700; font-size:14px; }.quote-form input,.quote-form select,.quote-form textarea { width:100%; border:1px solid #cbd7e0; background:#fff; padding:15px 16px; font:inherit; border-radius:0; color:var(--ink); }.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { outline:3px solid rgba(54,196,243,.4); border-color:var(--blue); }.quote-form .button { align-self:flex-start; border:0; cursor:pointer; font-size:15px; }.form-note { color:var(--slate); font-size:12px; margin-bottom:0; }.form-success { background:var(--ice); padding:60px; border-top:6px solid var(--blue); }.form-success>span { width:64px; height:64px; border-radius:50%; display:grid; place-items:center; background:var(--blue); color:#fff; font-size:30px; }.form-success h2 { font-size:38px; margin:28px 0 14px; }.form-success p { color:var(--slate); line-height:1.7; }
@media (max-width:900px) { .site-header { grid-template-columns:1fr auto; height:78px; }.site-header nav { display:none; }.brand span { font-size:25px; }.header-cta { padding:15px 22px; }.hero { grid-template-columns:1fr; }.hero-copy { padding-top:72px; }.hero-copy:after { display:none; }.hero-image { min-height:72vw; background-position:center; }.intro-grid,.split-feature { grid-template-columns:1fr; }.service-grid { grid-template-columns:1fr; }.section-heading,.cta-band { align-items:flex-start; flex-direction:column; }.site-footer { grid-template-columns:1fr 1fr; }.footer-brand,.footer-bottom { grid-column:1/-1; } }
@media (max-width:900px) { .about-story,.commercial-experience,.process-band,.contact-section { grid-template-columns:1fr; }.values-grid { grid-template-columns:1fr; }.page-hero { background:linear-gradient(135deg,#061a33,#083760); }.contact-section { gap:55px; } }
@media (max-width:900px) { .about-story>div:last-child { column-count:1; }.commercial-experience>div:last-child { grid-template-columns:1fr; gap:22px; } }
@media (max-width:900px) { .project-gallery { grid-template-columns:repeat(2,1fr); }.project-gallery .project-tall { grid-row:span 1; }.project-gallery .project-wide { grid-column:span 2; } }
@media (max-width:560px) { .hero-copy { padding:50px 24px 44px; }.hero h1 { font-size:46px; }.hero-copy>p { font-size:18px; }.trust-row { grid-template-columns:1fr; gap:18px; }.trust-row span { border-left:0; border-top:1px solid rgba(255,255,255,.2); padding:16px 0 0; }.hero-actions { margin-bottom:38px; }.section { padding:58px 24px; }.feature-block { min-height:auto; padding:58px 24px; }.site-footer { grid-template-columns:1fr; }.footer-bottom { flex-direction:column!important; }.site-header { padding:0 18px; }.brand small { font-size:8px; }.header-cta { padding:14px 18px; } }
@media (max-width:560px) { .page-hero { padding:56px 24px 62px; min-height:auto; }.page-hero h1 { font-size:38px; }.service-list article { grid-template-columns:45px 1fr; gap:14px; }.values-grid article,.quote-form,.form-success { padding:30px 24px; }.field-row { grid-template-columns:1fr; }.contact-section { padding:58px 24px; } }
@media (max-width:560px) { .project-gallery { grid-template-columns:1fr; grid-auto-rows:290px; }.project-gallery .project-wide { grid-column:span 1; }.project-gallery-section { padding:72px 24px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }

.file-upload { border:2px dashed #b5c8d7; background:#fff; padding:22px; cursor:pointer; }
.file-upload:hover { border-color:var(--blue); background:var(--ice); }
.file-upload span { font-size:16px; }
.file-upload small { color:var(--slate); font-weight:400; margin-left:6px; }
.file-upload input { border:0; padding:12px 0 4px; background:transparent; }
.file-upload em { color:var(--slate); font-size:12px; font-style:normal; font-weight:400; }
.form-error { margin:0; padding:14px 16px; color:#8c1521; background:#fff0f2; border-left:4px solid #c62b3b; font-weight:700; }
.form-success-message { margin:0; padding:14px 16px; color:#075a34; background:#eaf9f1; border-left:4px solid #14945b; font-weight:700; }
.quote-form button:disabled { opacity:.65; cursor:wait; transform:none; }

/* Real business assets */
.brand { display:flex; align-items:center; width:355px; height:92px; overflow:hidden; font-style:normal; }
.brand img { display:block; width:100%; height:auto; }
.footer-logo { background:#fff; padding:8px 12px; width:250px; }
.footer-logo img { display:block; width:100%; height:auto; }
.footer-credentials { display:flex; align-items:center; gap:14px; margin-top:22px; font-style:normal; letter-spacing:0; }
.footer-credentials img { width:72px; height:54px; object-fit:contain; flex:0 0 auto; }
.footer-credentials div { display:flex; flex-direction:column; gap:5px; }
.footer-credentials strong { color:#fff; font-size:14px; line-height:1.3; }
.footer-credentials span { color:#b9c9d8; font-size:13px; font-weight:600; line-height:1.3; }
.work-gallery { max-width:none; }
.gallery-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr; gap:16px; }
.gallery-grid figure { margin:0; position:relative; min-height:460px; overflow:hidden; background:var(--navy); }
.gallery-grid img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; transition:transform .35s ease; }
.gallery-grid figure:hover img { transform:scale(1.025); }
.gallery-grid figcaption { position:absolute; left:0; right:0; bottom:0; padding:46px 24px 22px; color:#fff; font-weight:800; background:linear-gradient(transparent,rgba(4,20,38,.88)); }
.team-feature { display:grid; grid-template-columns:1.25fr .75fr; background:var(--navy); color:#fff; }
.team-photo { min-height:620px; }
.team-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.team-feature>div:last-child { padding:90px clamp(32px,6vw,92px); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.team-feature h2 { font-size:clamp(42px,4vw,64px); }
.team-feature p { color:#b9c9d8; line-height:1.7; font-size:18px; }
.contact-card a { font-size:18px; font-weight:800; }
.contact-card a:hover { color:var(--blue); }
.emergency-card { margin:24px 0 8px; padding:22px; border:0; background:#b9252f; color:#fff; }
.emergency-card small { color:#ffd8da; }
.emergency-card a { color:#fff; font-size:30px; }
.emergency-card a:hover { color:#fff; text-decoration:underline; }
.emergency-card span { display:block; margin-top:8px; color:#fff0f1; font-size:13px; line-height:1.5; }
.footer-emergency { padding:12px 14px; border-left:3px solid #ff5a64; background:#132b43; }
.footer-emergency strong { color:#fff; font-size:18px; }
.social-links { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }

@media (max-width:900px) {
  .brand { width:260px; height:76px; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .gallery-wide { grid-column:1/-1; }
  .team-feature { grid-template-columns:1fr; }
  .team-photo { min-height:480px; }
}
@media (max-width:560px) {
  .brand { width:215px; }
  .gallery-grid { grid-template-columns:1fr; }
  .gallery-wide { grid-column:auto; }
  .gallery-grid figure { min-height:390px; }
  .team-photo { min-height:360px; }
  .emergency-contact { align-items:stretch; flex-direction:column; gap:22px; }
  .emergency-call { min-width:0; width:100%; }
}

/* Crazy Domains SSL security seal */
.process-band h2,.contact-details h2,.team-feature h2,.feature-blue h2,.reviews-heading h2 { font-size:clamp(29px,2.9vw,42px); }
.service-list h2 { font-size:clamp(26px,2.6vw,38px); }
.contact-page-hero { min-height:285px; padding-top:48px; padding-bottom:54px; }
.contact-page-hero h1 { font-size:clamp(38px,4vw,58px); margin-bottom:18px; }
.contact-page-hero p { margin-bottom:0; }
@media (max-width:560px) {
  .contact-page-hero { min-height:auto; padding-top:42px; padding-bottom:46px; }
  .contact-page-hero h1 { font-size:34px; }
}

.service-tiles { display:grid; grid-template-columns:repeat(3,220px); justify-content:center; gap:18px; align-items:start; }
.service-tiles details { width:220px; background:#fff; border:1px solid #d9e2ea; border-top:3px solid var(--blue); border-radius:6px; box-shadow:0 5px 14px rgba(6,26,51,.06); overflow:hidden; }
.service-tiles summary { height:220px; padding:24px 42px 24px 22px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:14px; cursor:pointer; list-style:none; position:relative; }
.service-tiles summary::-webkit-details-marker { display:none; }
.service-tiles summary::after { content:'+'; position:absolute; right:16px; top:50%; transform:translateY(-50%); color:var(--blue); font-size:24px; font-weight:400; }
.service-tiles details[open] summary::after { content:'−'; }
.service-tiles summary span { color:var(--cyan); font-weight:900; font-size:14px; }
.service-tiles summary strong { color:var(--navy); font-size:15px; line-height:1.3; }
.service-tiles summary:hover,.service-tiles summary:focus-visible { background:var(--ice); outline:none; }
.service-detail { padding:0 18px 20px; border-top:1px solid #e2e9ef; }
.service-detail p { margin:16px 0 12px; color:var(--slate); line-height:1.6; font-size:15px; }
.service-detail a { color:var(--blue); font-weight:800; }
@media (max-width:800px) {
  .service-tiles { grid-template-columns:repeat(2,220px); }
}
@media (max-width:520px) {
  .service-tiles { grid-template-columns:220px; }
  .service-tiles summary { height:220px; padding:22px 40px 22px 20px; }
  .service-tiles summary::after { right:15px; }
  .service-tiles summary strong { font-size:15px; }
  .service-detail { padding:0 16px 18px; }
}

.reviews-section {
  padding:90px clamp(24px,6vw,92px);
  background:var(--navy);
  color:#fff;
}
.reviews-heading { max-width:1416px; margin:0 auto 42px; }
.reviews-heading h2 { font-size:clamp(35px,3.7vw,56px); margin-bottom:0; }
.reviews-grid { max-width:1416px; margin:auto; display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.review-card { padding:38px; background:var(--navy-2); border-top:4px solid var(--cyan); }
.review-stars { color:var(--cyan); font-size:20px; letter-spacing:4px; margin-bottom:22px; }
.review-card blockquote { margin:0 0 28px; color:#e2edf6; font-size:20px; line-height:1.65; }
.review-author { margin:0; color:#fff; font-weight:800; }
.review-author span { display:block; margin-top:5px; color:var(--cyan); text-transform:uppercase; letter-spacing:1.5px; font-size:12px; }
@media (max-width:700px) {
  .reviews-section { padding:72px 24px; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card { padding:30px 24px; }
  .review-card blockquote { font-size:18px; }
}

.footer-bottom { align-items:center; }
.footer-bottom::after {
  content:url('//www.mysecuressls.com/images/seals/crazy_secure_01.png');
  display:block;
  line-height:0;
  border:0;
}

/* Final compact layout update */
.mobile-service-link { display:none; }

@media (min-width:901px) {
  .site-header { height:112px; grid-template-columns:minmax(425px,1fr) auto auto; }
  .brand { width:425px; height:108px; }
}

/* Smaller secondary headings and tighter sections reduce page scrolling. */
.section h2,
.cta-band h2,
.process-band h2,
.contact-details h2,
.team-feature h2,
.feature-blue h2,
.reviews-heading h2,
.commercial-experience h2,
.section-heading h2,
.services-main-info h2,
.emergency-contact h2 {
  font-size:clamp(23px,2.15vw,34px);
  line-height:1.14;
}
.section { padding-top:50px; padding-bottom:50px; }
.page-hero { min-height:220px; padding-top:40px; padding-bottom:42px; }
.page-hero h1 { font-size:clamp(30px,3vw,44px); margin-bottom:12px; }
.page-hero .eyebrow { margin-bottom:14px; }
.process-band,
.reviews-section,
.cta-band { padding-top:54px; padding-bottom:54px; }
.project-gallery-section,
.values-section { padding-top:58px; padding-bottom:58px; }
.section-heading { margin-bottom:30px; }

/* About: 40-year statement on the left, trusted-company copy on the right. */
.about-story { grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr); gap:clamp(38px,6vw,88px); align-items:start; }
.about-story>div:last-child { column-count:1; max-width:760px; }
.about-story>div:first-child { position:sticky; top:142px; }
.about-story .lead { font-size:18px; }
.about-warranty { margin-top:24px; }

/* Services: approximately 4 cm square fan-mark buttons. */
.service-tiles {
  --service-tile:4cm;
  grid-template-columns:repeat(3,var(--service-tile));
  gap:16px;
  padding-top:42px;
  padding-bottom:42px;
}
.service-tiles details { width:var(--service-tile); border-top-width:3px; }
.service-tiles summary {
  width:var(--service-tile);
  height:var(--service-tile);
  padding:13px 28px 13px 13px;
  gap:4px;
  justify-content:flex-start;
}
.service-fan { width:30px; height:26px; object-fit:contain; margin-bottom:1px; }
.service-tiles summary span { font-size:10px; letter-spacing:1px; }
.service-tiles summary strong { font-size:12px; line-height:1.18; }
.service-tiles summary::after { right:10px; font-size:19px; }
.service-tiles details[open] {
  width:calc((var(--service-tile) * 3) + 32px);
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:var(--service-tile) 1fr;
}
.service-tiles details[open] .service-detail {
  border-top:0;
  border-left:1px solid #e2e9ef;
  padding:15px 20px;
}
.service-detail p { margin:0 0 10px; font-size:14px; }
.services-main-info {
  padding:46px clamp(24px,7vw,110px);
  background:var(--ice);
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);
  column-gap:7vw;
  align-items:start;
}
.services-main-info .eyebrow { grid-column:1; }
.services-main-info h2 { grid-column:1; margin-bottom:0; }
.services-main-info p { grid-column:2; grid-row:1 / span 2; color:var(--slate); font-size:17px; line-height:1.65; max-width:720px; }

/* ARCtick mark is kept small and confined to each page footer. */
.footer-credentials img {
  width:1cm!important;
  height:1cm!important;
  max-width:1cm!important;
  object-fit:contain;
}

@media (max-width:900px) {
  .site-header { grid-template-columns:minmax(0,1fr) auto auto; gap:10px; }
  .mobile-service-link { display:inline-flex; align-items:center; justify-content:center; color:var(--navy); font-weight:800; padding:14px 10px; }
  .mobile-service-link:hover,.mobile-service-link:focus-visible { color:var(--blue); }
  .about-story { grid-template-columns:1fr; }
  .about-story>div:first-child { position:static; }
  .service-tiles { grid-template-columns:repeat(2,var(--service-tile)); }
  .service-tiles details[open] { width:calc((var(--service-tile) * 2) + 16px); grid-template-columns:var(--service-tile) 1fr; }
  .services-main-info { grid-template-columns:1fr; }
  .services-main-info .eyebrow,.services-main-info h2,.services-main-info p { grid-column:1; grid-row:auto; }
}

@media (max-width:560px) {
  .site-header { height:74px; padding:0 10px; gap:5px; }
  .brand { width:150px; height:68px; }
  .mobile-service-link { font-size:12px; padding:11px 6px; }
  .header-cta { font-size:12px; padding:12px 9px; }
  .page-hero { padding:36px 24px 38px; }
  .page-hero h1 { font-size:29px; }
  .section { padding-top:42px; padding-bottom:42px; }
  .service-tiles { padding-left:14px; padding-right:14px; gap:10px; }
  .service-tiles details[open] { width:calc((var(--service-tile) * 2) + 10px); }
  .service-tiles details[open] .service-detail { padding:12px 14px; }
  .services-main-info { padding-top:40px; padding-bottom:40px; }
}

/* Revised header, compact page banners and horizontal service list */
.mobile-service-link { display:none!important; }

/* Keep Contact inside the header instead of allowing it to form a second banner row. */
.site-header { grid-template-columns:minmax(425px,1fr) auto auto; grid-auto-rows:1fr; }
.header-cta { white-space:nowrap; align-self:center; }

/* Internal page headings use a shallow banner with copy held to half the page. */
.page-hero {
  min-height:150px;
  padding:25px clamp(24px,7vw,110px) 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.page-hero .eyebrow,
.page-hero h1,
.page-hero p { width:52%; max-width:760px; }
.page-hero .eyebrow { margin-bottom:10px; font-size:11px; }
.page-hero h1 { margin:0; font-size:clamp(25px,2.35vw,36px); line-height:1.06; }
.page-hero p { margin:12px 0 0; font-size:15px; line-height:1.45; }

/* Services now follow the supplied fan-and-title row reference. */
.service-tiles {
  --service-tile:auto;
  display:grid;
  grid-template-columns:minmax(0,1000px);
  justify-content:center;
  gap:0;
  padding-top:28px;
  padding-bottom:36px;
}
.service-tiles details,
.service-tiles details[open] {
  width:100%;
  display:block;
  grid-column:auto;
  border:0;
  border-bottom:1px solid #d9e2ea;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.service-tiles summary,
.service-tiles details[open] summary {
  width:100%;
  height:auto;
  min-height:132px;
  padding:18px 58px 18px 18px;
  display:grid;
  grid-template-columns:108px 1fr;
  grid-template-rows:auto;
  align-items:center;
  gap:22px;
  background:#fff;
}
.service-tiles summary:hover,
.service-tiles summary:focus-visible { background:#f6fbff; }
.service-fan {
  grid-column:1;
  grid-row:1;
  width:108px;
  height:96px;
  margin:0;
  object-fit:contain;
}
.service-tiles summary span { display:none; }
.service-tiles summary strong {
  grid-column:2;
  grid-row:1;
  font-size:clamp(18px,1.7vw,27px);
  line-height:1.25;
  font-style:italic;
  font-weight:700;
  letter-spacing:-.02em;
}
.service-tiles summary::after {
  right:20px;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--navy);
  font-size:18px;
  line-height:1;
}
.service-tiles details[open] .service-detail {
  margin-left:148px;
  padding:0 42px 24px 0;
  border:0;
}
.service-detail p { font-size:15px; line-height:1.6; }

@media (max-width:900px) {
  .site-header { grid-template-columns:minmax(0,1fr) auto; }
  .page-hero .eyebrow,.page-hero h1,.page-hero p { width:68%; }
  .service-tiles { grid-template-columns:minmax(0,760px); }
}

@media (max-width:560px) {
  .site-header { grid-template-columns:minmax(0,1fr) auto; }
  .page-hero { min-height:128px; padding:22px 24px 24px; }
  .page-hero .eyebrow,.page-hero h1,.page-hero p { width:100%; }
  .page-hero h1 { font-size:25px; }
  .service-tiles { display:grid; grid-template-columns:1fr; padding:18px 18px 28px; }
  .service-tiles summary,.service-tiles details[open] summary {
    min-height:104px;
    padding:14px 42px 14px 8px;
    grid-template-columns:74px 1fr;
    gap:12px;
  }
  .service-fan { width:74px; height:68px; }
  .service-tiles summary strong { font-size:16px; }
  .service-tiles summary::after { right:8px; }
  .service-tiles details[open] .service-detail { margin-left:94px; padding:0 12px 20px 0; }
}
