:root {
    --sq-orange: #f68a0a;
    --sq-orange-strong: #ff8300;
    --sq-navy: #071a2b;
    --sq-navy-2: #0b2135;
    --sq-ink: #111827;
    --sq-muted: #667085;
    --sq-light: #f7f8fa;
    --sq-border: #e6e8eb;
    --sq-white: #ffffff;
    --sq-shadow: 0 12px 34px rgba(5, 24, 41, .08);
}

html { scroll-behavior: smooth; }
body {
    font-family: "Poppins", sans-serif;
    color: var(--sq-ink);
    background: #fff;
    font-weight: 400;
    line-height: 1.65;
    overflow-x: hidden;
}
body, button, input, textarea, select { font-family: "Poppins", sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--sq-orange); }
img { max-width: 100%; }

/* Retain the Electra Bootstrap foundation while applying SquareLine brand tokens. */
.text-primary { color: var(--sq-orange) !important; }
.bg-primary { background-color: var(--sq-orange) !important; }
.bg-dark { background-color: var(--sq-navy) !important; }
.btn {
    border-radius: 0;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .01em;
    padding: .8rem 1.35rem;
}
.btn-primary {
    background: var(--sq-orange) !important;
    border-color: var(--sq-orange) !important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #db7600 !important;
    border-color: #db7600 !important;
    color: #fff !important;
}
.btn-outline-light { border-width: 1px; }
.btn-dark { background: var(--sq-navy) !important; border-color: var(--sq-navy) !important; }

/* Header */
.sq-topbar {
    height: 34px;
    background: var(--sq-navy);
    color: rgba(255,255,255,.86);
    font-size: .72rem;
    position: relative;
    z-index: 1040;
}
.sq-topbar .container { height: 100%; }
.sq-topbar a { color: rgba(255,255,255,.92); }
.sq-topbar i { color: var(--sq-orange); }
.sq-topbar-item { display: inline-flex; gap: .45rem; align-items: center; white-space: nowrap; }

.sq-header {
    background: #fff;
    min-height: 72px;
    box-shadow: none;
    position: relative;
    z-index: 1030;
}
.sq-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: clamp(270px, 29vw, 470px);
    background: var(--sq-navy);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.sq-header .container { position: relative; z-index: 2; min-height: 72px; }
.sq-brand {
    width: 250px;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    flex: 0 0 auto;
}
.sq-brand-mark {
    width: 37px;
    height: 37px;
    display: inline-block;
    border: 4px solid var(--sq-orange);
    position: relative;
    box-sizing: border-box;
}
.sq-brand-mark::before, .sq-brand-mark::after {
    content: "";
    position: absolute;
    background: var(--sq-navy);
}
.sq-brand-mark::before { width: 10px; height: 6px; top: -5px; left: 7px; }
.sq-brand-mark::after { width: 6px; height: 10px; right: -5px; top: 8px; }
.sq-brand-text { line-height: 1.02; }
.sq-brand-name { display: block; color: #fff; font-size: 1.08rem; font-weight: 700; letter-spacing: -.02em; }
.sq-brand-sub { display: block; color: var(--sq-orange); text-transform: uppercase; font-size: .69rem; font-weight: 700; letter-spacing: .09em; margin-top: .16rem; }
.sq-navbar { min-height: 72px; flex: 1 1 auto; display: flex; align-items: center; justify-content: flex-end; }
.sq-nav { display: flex; align-items: center; gap: .25rem; margin: 0; padding: 0; list-style: none; }
.sq-nav a {
    display: block;
    padding: 1.55rem .95rem;
    color: #1d2939;
    font-size: .82rem;
    font-weight: 600;
    transition: .2s ease;
}
.sq-nav a:hover, .sq-nav a.active { color: var(--sq-orange); }
.sq-nav .book-link {
    color: #fff !important;
    background: var(--sq-orange);
    padding: .76rem 1.3rem;
    margin-left: .6rem;
}
.sq-nav .book-link:hover { background: #dc7700; }
.sq-nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--sq-navy);
    font-size: 1.8rem;
    padding: .5rem;
}

/* Hero */
.sq-hero {
    position: relative;
    overflow: hidden;
    background: #071a2b;
}
.sq-hero .container-fluid { padding: 0; }
.sq-hero-row {
    position: relative;
    min-height: 520px;
    display: block;
    background:
        linear-gradient(90deg, rgba(7,26,43,.78) 0%, rgba(7,26,43,.72) 25%, rgba(7,26,43,.48) 50%, rgba(7,26,43,.52) 100%),
        url('../img/hero-birmingham-street.webp') center center/cover no-repeat;
}
.sq-hero-copy {
    position: relative;
    z-index: 2;
    min-height: 520px;
    max-width: min(58%, 760px);
    padding: clamp(3.5rem, 6vw, 6.2rem) clamp(2rem, 5vw, 5.7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.sq-hero-kicker { font-size: .78rem; font-weight: 600; color: #fff; margin-bottom: .65rem; }
.sq-hero h1 {
    font-size: clamp(2.45rem, 4.15vw, 4.45rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.045em;
    margin: 0 0 .6rem;
    max-width: 760px;
}
.sq-hero h1 .accent { color: var(--sq-orange); display: block; }
.sq-hero-location { font-size: clamp(1rem, 1.55vw, 1.35rem); font-weight: 600; margin-bottom: .75rem; }
.sq-hero p { color: rgba(255,255,255,.9); max-width: 610px; font-size: .98rem; margin-bottom: 1.7rem; }
.sq-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.sq-hero-image,
.sq-hero-slash { display: none; }

/* Sections */
.sq-section { padding: 5rem 0; }
.sq-section-sm { padding: 3.4rem 0; }
.sq-eyebrow { color: var(--sq-orange); font-size: .78rem; font-weight: 600; margin-bottom: .35rem; }
.sq-heading {
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
    color: var(--sq-ink);
    font-size: clamp(2rem, 3.25vw, 3.1rem);
    margin-bottom: 1rem;
}
.sq-heading-sm { font-size: clamp(1.7rem, 2.6vw, 2.45rem); }
.sq-lead { color: var(--sq-muted); max-width: 770px; }
.sq-feature-list { list-style: none; padding: 0; margin: 1.3rem 0 1.6rem; }
.sq-feature-list li { margin: .55rem 0; display: flex; align-items: flex-start; gap: .65rem; color: #344054; font-size: .91rem; }
.sq-feature-list i { color: var(--sq-orange); line-height: 1.6; }
.sq-about-img { width: 100%; min-height: 390px; height: 100%; object-fit: cover; box-shadow: var(--sq-shadow); }

/* CTA band */
.sq-band {
    background: linear-gradient(rgba(6,24,40,.91), rgba(6,24,40,.91)), url('../img/banner-img.jpg') center/cover;
    color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.sq-band::before, .sq-band::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 155%;
    top: -25%;
    background: var(--sq-orange);
    transform: rotate(42deg);
}
.sq-band::before { left: 30px; box-shadow: 18px 0 0 var(--sq-orange); }
.sq-band::after { right: 30px; box-shadow: -18px 0 0 var(--sq-orange); }
.sq-band-inner { position: relative; z-index: 2; padding: 2.7rem clamp(4rem, 8vw, 7rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.sq-band h2 { font-size: clamp(1.5rem, 2.45vw, 2.45rem); line-height: 1.25; font-weight: 600; max-width: 620px; margin: 0; }
.sq-band small { display: block; color: rgba(255,255,255,.82); margin-bottom: .3rem; }

/* Services */
.sq-services { background: #fff; }
.sq-service-card {
    height: 100%;
    border: 1px solid var(--sq-border);
    background: #fff;
    padding: 2.2rem 1.35rem 1.4rem;
    text-align: center;
    box-shadow: 0 5px 18px rgba(6,24,40,.03);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sq-service-card:hover { transform: translateY(-5px); box-shadow: var(--sq-shadow); border-color: rgba(246,138,10,.4); }
.sq-service-icon { color: var(--sq-orange); font-size: 3.65rem; line-height: 1; display: block; margin-bottom: 1.2rem; }
.sq-service-card h3 { font-size: 1rem; font-weight: 600; line-height: 1.35; min-height: 2.6em; }
.sq-price { font-size: .88rem; font-weight: 500; margin-bottom: 1.15rem; }
.sq-price strong { color: var(--sq-orange); font-size: 1.02rem; font-weight: 700; }
.sq-service-card .btn { width: 100%; padding: .62rem .8rem; font-size: .78rem; }

.sq-service-card-photo { display: flex; flex-direction: column; padding: .9rem .9rem 1.15rem; border-radius: 12px; overflow: hidden; }
.sq-service-card-photo:hover { transform: translateY(-5px); }
.sq-service-photo { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; border-radius: 8px; display: block; margin: 0 0 .95rem; }
.sq-service-card-photo h3 { margin-bottom: .7rem; min-height: auto; }
.sq-service-card-photo .sq-price { font-size: 1rem; margin-bottom: 1rem; }
.sq-service-card-photo .sq-price strong { font-size: 1.1rem; }
.sq-service-card-photo .btn { margin-top: auto; }

/* How it works */
.sq-process { background: var(--sq-light); }
.sq-process-step { display: grid; grid-template-columns: 30px 1fr; gap: .75rem; margin-bottom: .65rem; align-items: start; }
.sq-process-number { width: 27px; height: 27px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--sq-orange); font-size: .75rem; font-weight: 700; }
.sq-process-step h3 { font-size: .88rem; margin: 0 0 .08rem; font-weight: 600; }
.sq-process-step p { font-size: .76rem; color: var(--sq-muted); margin: 0; }
.sq-process-note { display: grid; grid-template-columns: 35px 1fr; gap: .8rem; align-items: center; background: #fff3e5; padding: .8rem 1rem; font-size: .75rem; border-left: 3px solid var(--sq-orange); margin-top: 1rem; }
.sq-process-note i { font-size: 1.5rem; color: var(--sq-orange); }
.sq-process-img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

/* Why choose */
.sq-benefit {
    border: 1px solid var(--sq-border);
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 1.35rem .85rem;
}
.sq-benefit i { display: block; color: var(--sq-orange); font-size: 2.25rem; margin-bottom: .65rem; }
.sq-benefit h3 { font-size: .88rem; line-height: 1.25; font-weight: 600; min-height: 2.25em; }
.sq-benefit p { color: var(--sq-muted); font-size: .69rem; line-height: 1.45; margin: 0; }

/* Audience / proof section */
.sq-audience { background: linear-gradient(90deg, #061a2b, #0b2237); color: #fff; position: relative; overflow: hidden; }
.sq-audience::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(246,138,10,.11), transparent 34%); pointer-events: none; }
.sq-audience .container { position: relative; z-index: 2; }
.sq-audience .sq-heading { color: #fff; }
.sq-audience-card { background: #fff; color: var(--sq-ink); height: 100%; padding: 1.35rem 1.35rem 1.2rem; border-left: 4px solid var(--sq-orange); }
.sq-audience-card i { color: var(--sq-orange); font-size: 1.55rem; }
.sq-audience-card h3 { font-size: 1rem; font-weight: 600; margin: .55rem 0; }
.sq-audience-card p { color: #475467; font-size: .78rem; margin: 0; }

/* FAQ */
.sq-faq { background: #fff; }
.sq-faq details { border: 1px solid var(--sq-border); margin-bottom: .55rem; background: #fff; }
.sq-faq summary { list-style: none; cursor: pointer; padding: 1rem 1.1rem; font-size: .84rem; font-weight: 600; position: relative; padding-right: 3rem; }
.sq-faq summary::-webkit-details-marker { display: none; }
.sq-faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--sq-orange); font-size: 1.25rem; }
.sq-faq details[open] summary::after { content: "−"; }
.sq-faq .answer { padding: 0 1.1rem 1rem; color: var(--sq-muted); font-size: .82rem; }

/* Quote panel */
.sq-quote-panel { border: 2px solid var(--sq-orange); padding: 1rem 1.2rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; background: #fff; }
.sq-quote-icon { width: 72px; height: 72px; background: var(--sq-navy); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2.25rem; border: 7px solid #f6f7f9; }
.sq-quote-panel h2 { font-size: 1.25rem; margin: 0 0 .15rem; font-weight: 600; }
.sq-quote-panel p { font-size: .72rem; color: var(--sq-muted); margin: 0; }
.sq-quote-note { font-size: .72rem; font-weight: 600; color: #344054; margin-top: .35rem; }
.sq-quote-note i { color: var(--sq-orange); }

/* Footer */
.sq-footer {
    background: var(--sq-navy);
    color: rgba(255,255,255,.76);
    padding: 4.5rem 0 1.6rem;
}
.sq-footer-main { align-items: stretch; }
.sq-footer-col { position: relative; min-width: 0; }
.sq-footer-col + .sq-footer-col { border-left: 1px solid rgba(255,255,255,.12); }
.sq-footer-brand-col { padding-right: 2.2rem; }
.sq-footer-contact-col,
.sq-footer-links-col,
.sq-footer-services-col { padding-left: 2.4rem; padding-right: 2rem; }
.sq-footer-services-col { padding-right: .75rem; }
.sq-footer .sq-brand {
    width: auto;
    min-height: 0;
    margin-bottom: 1.35rem;
    gap: .75rem;
}
.sq-footer .sq-brand-mark { width: 42px; height: 42px; }
.sq-footer .sq-brand-name { font-size: 1.18rem; }
.sq-footer .sq-brand-sub { font-size: .69rem; }
.sq-footer h3 {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
    margin: 0 0 1.15rem;
}
.sq-footer p,
.sq-footer a,
.sq-footer span {
    color: rgba(255,255,255,.74);
    font-size: .8rem;
    line-height: 1.65;
}
.sq-footer a { text-decoration: none; }
.sq-footer a:hover { color: var(--sq-orange); }
.sq-footer-intro {
    max-width: 280px;
    margin: 0;
    line-height: 1.75 !important;
}
.sq-footer-shortcuts {
    display: flex;
    gap: .8rem;
    margin-top: 1.35rem;
}
.sq-footer-shortcuts a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 4px;
    color: var(--sq-orange);
    font-size: 1.05rem;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.sq-footer-shortcuts a:hover {
    color: #fff;
    border-color: var(--sq-orange);
    background: rgba(246,138,10,.08);
}
.sq-footer-contact {
    display: grid;
    grid-template-columns: 26px minmax(0,1fr);
    gap: .55rem;
    align-items: center;
    min-height: 45px;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.sq-footer-contact:last-child { border-bottom: 0; }
.sq-footer-contact i {
    color: var(--sq-orange);
    font-size: 1.05rem;
    width: 22px;
    text-align: center;
}
.sq-footer-contact a,
.sq-footer-contact span { overflow-wrap: anywhere; }
.sq-footer-list { list-style: none; padding: 0; margin: 0; }
.sq-footer-quicklinks li { margin: 0; }
.sq-footer-quicklinks a {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.sq-footer-quicklinks li:last-child a { border-bottom: 0; }
.sq-footer-quicklinks i {
    color: var(--sq-orange);
    margin: 0;
    font-size: .82rem;
}
.sq-footer-services-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.45rem;
    row-gap: 1.05rem;
}
.sq-footer-services-list li {
    display: grid;
    grid-template-columns: 18px minmax(0,1fr);
    gap: .45rem;
    align-items: start;
    margin: 0;
}
.sq-footer-services-list i {
    color: var(--sq-orange);
    margin: .13rem 0 0;
    font-size: .82rem;
}
.sq-footer-services-list a { line-height: 1.4; }
.sq-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 3rem;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .8rem 2rem;
}
.sq-footer-bottom span {
    font-size: .72rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .sq-footer { padding-top: 3.5rem; }
    .sq-footer-col + .sq-footer-col { border-left: 0; }
    .sq-footer-brand-col,
    .sq-footer-contact-col,
    .sq-footer-links-col,
    .sq-footer-services-col { padding-left: calc(var(--bs-gutter-x) * .5); padding-right: calc(var(--bs-gutter-x) * .5); }
    .sq-footer-brand-col,
    .sq-footer-contact-col { padding-bottom: 1.5rem; }
}

@media (max-width: 767.98px) {
    .sq-footer { padding: 3rem 0 1.35rem; }
    .sq-footer-intro { max-width: 100%; }
    .sq-footer-services-list { grid-template-columns: 1fr 1fr; }
    .sq-footer-bottom { margin-top: 2.25rem; }
}

@media (max-width: 575.98px) {
    .sq-footer-services-list { grid-template-columns: 1fr; row-gap: .7rem; }
    .sq-footer-shortcuts a { width: 44px; height: 44px; }
    .sq-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Coming soon */
.sq-subhero { background: linear-gradient(105deg, var(--sq-navy) 0 58%, #0e2b45 58% 100%); color: #fff; padding: 4.5rem 0; position: relative; overflow: hidden; }
.sq-subhero::after { content: ""; position: absolute; width: 90px; height: 160%; background: var(--sq-orange); top: -30%; left: 58%; transform: skewX(-22deg); }
.sq-subhero h1 { font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 700; letter-spacing: -.04em; margin: 0; position: relative; z-index: 2; }
.sq-coming { min-height: 380px; display: flex; align-items: center; }
.sq-coming-card { max-width: 760px; margin: 0 auto; text-align: center; padding: 3rem 2rem; border: 1px solid var(--sq-border); box-shadow: var(--sq-shadow); }
.sq-coming-card i { font-size: 3rem; color: var(--sq-orange); }
.sq-coming-card h2 { font-weight: 700; margin: 1rem 0 .6rem; }
.sq-coming-card p { color: var(--sq-muted); }

/* Motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .sq-service-card { transition: none; }
}

/* Responsive */
@media (max-width: 1199.98px) {
    .sq-header::before { width: 280px; }
    .sq-brand { width: 220px; }
    .sq-nav a { padding-left: .7rem; padding-right: .7rem; }
    .sq-hero-copy { max-width: 62%; }
}

@media (max-width: 991.98px) {
    .sq-topbar { display: none; }
    .sq-header { background: var(--sq-navy); min-height: 70px; }
    .sq-header::before { display: none; }
    .sq-header .container { min-height: 70px; }
    .sq-brand { width: auto; min-height: 70px; }
    .sq-nav-toggle { display: inline-flex; color: #fff; margin-left: auto; }
    .sq-navbar { position: absolute; top: 70px; left: 0; right: 0; display: none; background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,.12); align-items: stretch; }
    .sq-navbar.open { display: block; }
    .sq-nav { flex-direction: column; align-items: stretch; gap: 0; padding: .6rem 1rem 1rem; }
    .sq-nav li { width: 100%; }
    .sq-nav a { padding: .8rem .5rem; }
    .sq-nav .book-link { margin: .4rem 0 0; text-align: center; }
    .sq-hero { min-height: auto; }
    .sq-hero-row { min-height: 470px; }
    .sq-hero-copy { min-height: 470px; max-width: 78%; padding: 4rem 2rem 3.4rem; }
    .sq-section { padding: 4rem 0; }
    .sq-band-inner { padding: 2.5rem 4.2rem; }
    .sq-process-img { min-height: 350px; }
}

@media (max-width: 767.98px) {
    .sq-hero-copy { min-height: 400px; max-width: 100%; padding: 3.4rem 1.25rem 3rem; }
    .sq-hero-row { min-height: 400px; background-position: 62% center; }
    .sq-hero p { font-size: .88rem; }
    .sq-section { padding: 3.4rem 0; }
    .sq-about-img { min-height: 300px; margin-top: 1.2rem; }
    .sq-band-inner { padding: 2.2rem 2rem; flex-direction: column; align-items: flex-start; }
    .sq-band::before, .sq-band::after { opacity: .6; }
    .sq-service-card { padding-top: 1.7rem; }
    .sq-process-img { min-height: 290px; margin-top: 1.5rem; }
    .sq-quote-panel { grid-template-columns: auto 1fr; }
    .sq-quote-panel .btn { grid-column: 1 / -1; width: 100%; }
    .sq-footer { padding-top: 3rem; }
}

@media (max-width: 575.98px) {
    .sq-brand-mark { width: 33px; height: 33px; border-width: 3px; }
    .sq-brand-name { font-size: .98rem; }
    .sq-brand-sub { font-size: .59rem; }
    .sq-hero h1 { font-size: 2.35rem; }
    .sq-hero-actions .btn { width: 100%; }
    .sq-heading { font-size: 1.95rem; }
    .sq-service-card h3 { min-height: auto; }
    .sq-quote-icon { width: 58px; height: 58px; font-size: 1.7rem; border-width: 5px; }
    .sq-footer-bottom { flex-direction: column; }
}

/* Contrast refinements after client review */
.sq-hero-row {
    background:
        linear-gradient(90deg, rgba(7,26,43,.88) 0%, rgba(7,26,43,.84) 28%, rgba(7,26,43,.70) 58%, rgba(7,26,43,.72) 100%),
        url('../img/hero-birmingham-street.webp') center center/cover no-repeat;
}
.sq-hero h1,
.sq-hero-location,
.sq-hero-kicker,
.sq-band,
.sq-band h2,
.sq-subhero,
.sq-subhero h1 {
    color: #fff !important;
}
.sq-band small {
    color: rgba(255,255,255,.88) !important;
}

/* Header/hero seamless refinements */
.sq-topbar {
    background: var(--sq-navy) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.sq-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.sq-hero {
    margin-top: 0 !important;
    border-top: 0 !important;
}
.sq-hero-row {
    border-top: 0 !important;
}

/* Remove thin seam beneath the angled navy logo panel */
.sq-header::before {
    bottom: -2px !important;
}

/* Stable desktop header alignment at normal and zoomed-out browser sizes */
@media (min-width: 992px) {
    .sq-header .container {
        max-width: none !important;
        width: 100%;
        padding-left: clamp(4rem, 7vw, 9rem);
        padding-right: clamp(4rem, 7vw, 9rem);
    }

    .sq-header::before {
        width: max(430px, 31vw) !important;
        bottom: -2px !important;
    }

    .sq-brand {
        width: 250px;
        flex: 0 0 250px;
    }
}


/* Homepage hero feature banner */
.sq-hero-features {
    position: relative;
    z-index: 3;
    margin-top: -2px;
}
.sq-hero-features-wrap {
    background: #fff;
    border-top: 3px solid var(--sq-orange);
    border-radius: 0 0 34px 34px;
    box-shadow: 0 14px 40px rgba(7, 26, 43, .08);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
}
.sq-hero-feature {
    padding: 2.35rem 1.45rem 2.1rem;
    text-align: center;
    border-right: 1px solid #ebedf0;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sq-hero-feature:last-child { border-right: 0; }
.sq-hero-feature-icon {
    color: var(--sq-orange);
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: inline-block;
}
.sq-hero-feature h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--sq-ink);
    margin: 0 0 .75rem;
    min-height: 2.7em;
}
.sq-hero-feature p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--sq-muted);
}


@media (max-width: 1399.98px) {
    .sq-hero-features-wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sq-hero-feature:nth-child(3n) { border-right: 0; }
    .sq-hero-feature:nth-child(-n+3) { border-bottom: 1px solid #ebedf0; }
}
@media (max-width: 991.98px) {
    .sq-hero-features-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 0 0 26px 26px; }
    .sq-hero-feature { min-height: 205px; padding: 2rem 1.2rem 1.85rem; }
    .sq-hero-feature:nth-child(3n) { border-right: 1px solid #ebedf0; }
    .sq-hero-feature:nth-child(2n) { border-right: 0; }
    .sq-hero-feature:nth-child(-n+4) { border-bottom: 1px solid #ebedf0; }
}
@media (max-width: 575.98px) {
    .sq-hero-features-wrap { grid-template-columns: 1fr; border-radius: 0 0 20px 20px; }
    .sq-hero-feature, .sq-hero-feature:nth-child(3n), .sq-hero-feature:nth-child(2n) { border-right: 0; }
    .sq-hero-feature { min-height: auto; padding: 1.6rem 1.1rem; border-bottom: 1px solid #ebedf0; }
    .sq-hero-feature:last-child { border-bottom: 0; }
    .sq-hero-feature h2 { min-height: 0; }
}


/* Statistics section */
.sq-stats-section { background: var(--sq-light); }
.sq-stats-panel {
    background: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 12px 34px rgba(7, 26, 43, .08);
    overflow: hidden;
}
.sq-stats-topline {
    height: 5px;
    background: var(--sq-orange);
}
.sq-stats-header {
    padding: 2.1rem 1.25rem 1.4rem;
}
.sq-stats-header .sq-lead {
    max-width: 760px;
    font-size: 1rem;
}
.sq-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sq-stat-item {
    text-align: center;
    padding: 1.1rem .95rem 1.45rem;
    border-right: 1px solid #ebedf0;
}
.sq-stat-item:last-child { border-right: 0; }
.sq-stat-icon {
    display: inline-block;
    color: var(--sq-orange);
    font-size: 2.9rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.sq-stat-number {
    color: var(--sq-navy);
    font-size: clamp(2.25rem, 3vw, 3.9rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: .8rem;
    white-space: nowrap;
}
.sq-stat-unit {
    font-size: .45em;
    font-weight: 600;
    margin-left: .16rem;
}
.sq-stat-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    color: var(--sq-ink);
}
.sq-stat-item p {
    font-size: .9rem;
    line-height: 1.55;
    color: var(--sq-muted);
    margin: 0 auto;
    max-width: 220px;
}
@media (max-width: 1399.98px) {
    .sq-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sq-stat-item { border-right: 1px solid #ebedf0; border-bottom: 1px solid #ebedf0; }
    .sq-stat-item:nth-child(3n) { border-right: 0; }
    .sq-stat-item:nth-child(n+4) { border-bottom: 0; }
    .sq-stat-item:last-child { border-right: 0; }
}
@media (max-width: 991.98px) {
    .sq-stats-panel { border-radius: 0 0 24px 24px; }
    .sq-stats-header { padding: 1.8rem 1rem 1.2rem; }
    .sq-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sq-stat-item { padding: 1.1rem .9rem 1.25rem; border-right: 1px solid #ebedf0; border-bottom: 1px solid #ebedf0; }
    .sq-stat-item:nth-child(2n) { border-right: 0; }
    .sq-stat-item:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
}
@media (max-width: 575.98px) {
    .sq-stats-grid { grid-template-columns: 1fr; }
    .sq-stat-item { border-right: 0 !important; }
    .sq-stat-item:last-child { border-bottom: 0; }
    .sq-stat-number { font-size: 2.6rem; }
}



/* Home areas section */
.sq-areas-home {
    background: #fff;
    padding-top: 2.35rem;
    padding-bottom: 2.75rem;
}
.sq-areas-container {
    width: min(92vw, 1320px);
    margin: 0 auto;
}
.sq-areas-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(7, 26, 43, .04);
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(7, 26, 43, .085);
    padding: 3.15rem 2.9rem 3.15rem 3.5rem;
}
.sq-areas-copy {
    position: relative;
    z-index: 2;
    max-width: 555px;
    padding-right: 1.25rem;
}
.sq-areas-home .sq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.25rem;
    color: var(--sq-primary);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.sq-areas-home .sq-eyebrow i {
    font-size: 1.25rem;
    line-height: 1;
}
.sq-areas-home .sq-heading {
    max-width: 555px;
    margin: 0 0 1.2rem;
    color: #0b1729;
    font-size: clamp(2.35rem, 2.75vw, 3rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}
.sq-areas-home .sq-lead {
    max-width: 510px;
    margin: 0 0 1.7rem;
    color: #536278;
    font-size: clamp(1.02rem, 1.2vw, 1.16rem);
    line-height: 1.6;
}
.sq-areas-btn {
    min-width: 190px;
    padding: .88rem 1.45rem;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 8px 18px rgba(255, 112, 0, .16);
    font-size: 1rem;
    font-weight: 700;
}
.sq-areas-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    height: 100%;
}
.sq-areas-map {
    display: block;
    width: min(100%, 700px);
    height: auto;
    margin-left: auto;
    object-fit: contain;
}
@media (max-width: 1399.98px) {
    .sq-areas-panel {
        grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
        min-height: 475px;
        padding: 2.85rem 2.55rem 2.85rem 3.1rem;
    }
    .sq-areas-home .sq-heading {
        font-size: clamp(2.3rem, 2.9vw, 2.85rem);
    }
    .sq-areas-map {
        width: min(100%, 650px);
    }
}
@media (max-width: 1199.98px) {
    .sq-areas-container {
        width: min(92vw, 1080px);
    }
    .sq-areas-panel {
        grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr);
        min-height: 440px;
        padding: 2.55rem 2rem 2.55rem 2.6rem;
    }
    .sq-areas-home .sq-heading {
        font-size: clamp(2.15rem, 3.35vw, 2.65rem);
    }
    .sq-areas-home .sq-lead {
        font-size: 1.02rem;
    }
    .sq-areas-map {
        width: min(100%, 590px);
    }
}
@media (max-width: 991.98px) {
    .sq-areas-home {
        padding-top: 2rem;
        padding-bottom: 2.35rem;
    }
    .sq-areas-container {
        width: min(92vw, 780px);
    }
    .sq-areas-panel {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px;
        padding: 2.5rem 2.2rem 1.6rem;
    }
    .sq-areas-copy {
        max-width: none;
        padding-right: 0;
    }
    .sq-areas-home .sq-heading,
    .sq-areas-home .sq-lead {
        max-width: 620px;
    }
    .sq-areas-visual {
        justify-content: center;
        margin-top: .85rem;
    }
    .sq-areas-map {
        width: min(100%, 610px);
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    .sq-areas-home {
        padding-top: 1.55rem;
        padding-bottom: 1.9rem;
    }
    .sq-areas-container {
        width: calc(100% - 24px);
    }
    .sq-areas-panel {
        border-radius: 18px;
        padding: 1.8rem 1.15rem .9rem;
    }
    .sq-areas-home .sq-eyebrow {
        margin-bottom: .9rem;
        font-size: .88rem;
    }
    .sq-areas-home .sq-heading {
        margin-bottom: .85rem;
        font-size: clamp(2rem, 10vw, 2.65rem);
        line-height: 1.04;
    }
    .sq-areas-home .sq-lead {
        margin-bottom: 1.25rem;
        font-size: .98rem;
        line-height: 1.5;
    }
    .sq-areas-home .sq-areas-btn {
        width: auto;
        min-width: 160px;
        padding: .78rem 1.1rem;
    }
    .sq-areas-visual {
        margin-top: .5rem;
    }
    .sq-areas-map {
        width: min(100%, 500px);
    }
}

/* =========================================================
   Homepage motion refinements
   Smooth, restrained animation that matches the existing theme
   ========================================================= */

/* More polished scroll reveals */
.reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(.992);
    transition:
        opacity 1.12s cubic-bezier(.16, 1, .3, 1),
        transform 1.12s cubic-bezier(.16, 1, .3, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

/* Hero image gets a gentle cinematic settle on first load */
.sq-hero-row {
    isolation: isolate;
    background: #071a2b !important;
}
.sq-hero-row::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -3%;
    background: url('../img/hero-birmingham-street.webp') center center / cover no-repeat;
    transform: scale(1.075);
    animation: sqHeroImageSettle 1.8s cubic-bezier(.22, 1, .36, 1) .08s both;
    will-change: transform;
}
.sq-hero-row::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(7,26,43,.91) 0%,
        rgba(7,26,43,.86) 28%,
        rgba(7,26,43,.70) 58%,
        rgba(7,26,43,.72) 100%);
    opacity: 0;
    animation: sqHeroOverlayIn .8s ease-out .04s forwards;
}

/* Hero content enters in a deliberate sequence */
.sq-hero-kicker,
.sq-hero h1,
.sq-hero-location,
.sq-hero p,
.sq-hero-actions {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    animation: sqHeroContentIn .78s cubic-bezier(.22, 1, .36, 1) both;
}
.sq-hero-kicker { animation-delay: .18s; }
.sq-hero h1 { animation-delay: .30s; }
.sq-hero-location { animation-delay: .43s; }
.sq-hero p { animation-delay: .54s; }
.sq-hero-actions { animation-delay: .66s; }

/* Give the orange accent a slightly crisper arrival */
.sq-hero h1 .accent {
    transform-origin: left center;
    animation: sqHeroAccentIn .72s cubic-bezier(.22, 1, .36, 1) .48s both;
}

/* Feature banner joins the hero rather than appearing abruptly */
.sq-hero-features-wrap {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    animation: sqHeroFeaturePanelIn .8s cubic-bezier(.22, 1, .36, 1) .78s both;
}
.sq-hero-feature {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    animation: sqHeroFeatureIn .62s cubic-bezier(.22, 1, .36, 1) both;
}
.sq-hero-feature:nth-child(1) { animation-delay: .94s; }
.sq-hero-feature:nth-child(2) { animation-delay: 1.02s; }
.sq-hero-feature:nth-child(3) { animation-delay: 1.10s; }
.sq-hero-feature:nth-child(4) { animation-delay: 1.18s; }
.sq-hero-feature:nth-child(5) { animation-delay: 1.26s; }
.sq-hero-feature:nth-child(6) { animation-delay: 1.34s; }
.sq-hero-feature-icon {
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), color .25s ease;
}
.sq-hero-feature:hover .sq-hero-feature-icon {
    transform: translateY(-4px) scale(1.06);
}

/* Buttons feel more responsive without changing the theme */
.sq-hero-actions .btn,
.sq-service-card .btn,
.sq-areas-btn {
    transition:
        transform .25s cubic-bezier(.22, 1, .36, 1),
        box-shadow .25s ease,
        background-color .25s ease,
        border-color .25s ease;
}
.sq-hero-actions .btn:hover,
.sq-service-card .btn:hover,
.sq-areas-btn:hover {
    transform: translateY(-2px);
}
.sq-hero-actions .btn-primary:hover,
.sq-service-card .btn-primary:hover,
.sq-areas-btn:hover {
    box-shadow: 0 10px 24px rgba(246, 138, 10, .20);
}

@keyframes sqHeroImageSettle {
    from { transform: scale(1.075); }
    to { transform: scale(1.025); }
}
@keyframes sqHeroOverlayIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes sqHeroContentIn {
    from { opacity: 0; transform: translate3d(0, 22px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes sqHeroAccentIn {
    from { opacity: 0; transform: translate3d(-10px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes sqHeroFeaturePanelIn {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes sqHeroFeatureIn {
    from { opacity: 0; transform: translate3d(0, 14px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* =========================================================
   Enhanced homepage section motion
   Richer reveals below the hero while preserving the theme
   ========================================================= */

/* Directional reveal variants */
.reveal-left { transform: translate3d(-34px, 12px, 0); }
.reveal-right { transform: translate3d(34px, 12px, 0); }
.reveal-soft { transform: translate3d(0, 20px, 0) scale(.985); }
.reveal-card { transform: translate3d(0, 34px, 0) scale(.965); }
.reveal-panel { transform: translate3d(0, 26px, 0) scale(.975); }
.reveal-image-right {
    transform: translate3d(42px, 0, 0) scale(1.025);
    clip-path: inset(0 0 0 14% round 14px);
}
.reveal-image-right.is-visible { clip-path: inset(0 0 0 0 round 14px); }

/* About section: text content arrives in a refined sequence */
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal .sq-eyebrow,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal .sq-heading,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal .sq-lead,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal .sq-feature-list li,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal .btn {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity .85s ease, transform 1.05s cubic-bezier(.16, 1, .3, 1);
}
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-eyebrow,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-heading,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-lead,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li,
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .btn {
    opacity: 1;
    transform: none;
}
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-heading { transition-delay: 110ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-lead { transition-delay: 210ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li:nth-child(1) { transition-delay: 310ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li:nth-child(2) { transition-delay: 390ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li:nth-child(3) { transition-delay: 470ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li:nth-child(4) { transition-delay: 550ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .sq-feature-list li:nth-child(5) { transition-delay: 630ms; }
.sq-section[aria-labelledby="about-title"] .col-lg-5.reveal.is-visible .btn { transition-delay: 710ms; }
.sq-about-img { transition: transform 1.25s cubic-bezier(.16, 1, .3, 1), filter 1.05s ease; }
.sq-section[aria-labelledby="about-title"] .col-lg-7.is-visible .sq-about-img { transform: scale(1); }
.sq-section[aria-labelledby="about-title"] .col-lg-7:not(.is-visible) .sq-about-img { transform: scale(1.06); filter: saturate(.92); }

/* Stats panel: panel first, then individual statistics sweep in */
.sq-stats-section .sq-stats-topline {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1) .14s;
}
.sq-stats-section.is-visible .sq-stats-topline { transform: scaleX(1); }
.sq-stats-section .sq-stats-header {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .82s ease .16s, transform 1.05s cubic-bezier(.16, 1, .3, 1) .16s;
}
.sq-stats-section.is-visible .sq-stats-header { opacity: 1; transform: none; }
.sq-stats-section .sq-stat-item {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(.94);
    transition: opacity .82s ease, transform 1.05s cubic-bezier(.16, 1, .3, 1), background-color .35s ease;
}
.sq-stats-section.is-visible .sq-stat-item { opacity: 1; transform: none; }
.sq-stats-section.is-visible .sq-stat-item:nth-child(1) { transition-delay: .30s; }
.sq-stats-section.is-visible .sq-stat-item:nth-child(2) { transition-delay: .42s; }
.sq-stats-section.is-visible .sq-stat-item:nth-child(3) { transition-delay: .54s; }
.sq-stats-section.is-visible .sq-stat-item:nth-child(4) { transition-delay: .66s; }
.sq-stats-section.is-visible .sq-stat-item:nth-child(5) { transition-delay: .78s; }
.sq-stat-icon { transition: transform .35s cubic-bezier(.22, 1, .36, 1), color .25s ease; }
.sq-stat-item:hover .sq-stat-icon { transform: translateY(-4px) scale(1.08); }
.sq-stat-item.count-complete .sq-stat-number { animation: sqNumberFinish .42s cubic-bezier(.34, 1.56, .64, 1); }

/* Services: cards arrive with depth; photos settle separately */
.sq-services .reveal-card .sq-service-card {
    transform: translateY(0);
    transition: transform .38s cubic-bezier(.22, 1, .36, 1), box-shadow .38s ease, border-color .3s ease;
}
.sq-services .reveal-card .sq-service-photo {
    transform: scale(1.065);
    filter: saturate(.9) brightness(.97);
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1), filter 1.05s ease;
}
.sq-services .reveal-card.is-visible .sq-service-photo {
    transform: scale(1);
    filter: none;
}
.sq-services .reveal-card.is-visible .sq-service-card h3,
.sq-services .reveal-card.is-visible .sq-price,
.sq-services .reveal-card.is-visible .btn {
    animation: sqCardContentIn .82s cubic-bezier(.16, 1, .3, 1) both;
}
.sq-services .reveal-card.is-visible .sq-service-card h3 { animation-delay: .22s; }
.sq-services .reveal-card.is-visible .sq-price { animation-delay: .34s; }
.sq-services .reveal-card.is-visible .btn { animation-delay: .46s; }
.sq-service-card-photo:hover .sq-service-photo { transform: scale(1.04); }
.sq-service-card-photo:hover { box-shadow: 0 18px 38px rgba(7,26,43,.10); }

/* How it works: steps travel down the timeline one-by-one */
.sq-process .col-lg-6:first-child.reveal .sq-heading,
.sq-process .col-lg-6:first-child.reveal .sq-process-step,
.sq-process .col-lg-6:first-child.reveal .sq-process-note {
    opacity: 0;
    transform: translate3d(-18px, 10px, 0);
    transition: opacity .8s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-heading,
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step,
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-note {
    opacity: 1;
    transform: none;
}
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-heading { transition-delay: .12s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(1) { transition-delay: .24s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(2) { transition-delay: .36s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(3) { transition-delay: .48s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(4) { transition-delay: .60s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(5) { transition-delay: .72s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-step:nth-of-type(6) { transition-delay: .84s; }
.sq-process .col-lg-6:first-child.reveal.is-visible .sq-process-note { transition-delay: .98s; }
.sq-process-number { transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease; }
.sq-process-step:hover .sq-process-number { transform: scale(1.12); box-shadow: 0 5px 14px rgba(246,138,10,.24); }
.sq-process-img { transition: transform 1.5s cubic-bezier(.16, 1, .3, 1); }
.sq-process .reveal-image-right:not(.is-visible) .sq-process-img { transform: scale(1.07); }
.sq-process .reveal-image-right.is-visible .sq-process-img { transform: scale(1); }

/* Why choose us: icon-led card animation */
section[aria-labelledby="why-title"] .reveal-card .sq-benefit {
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .3s ease;
}
section[aria-labelledby="why-title"] .reveal-card .sq-benefit i {
    transform: translateY(8px) scale(.82);
    opacity: 0;
    transition: opacity .72s ease .18s, transform .95s cubic-bezier(.22, 1, .36, 1) .18s;
}
section[aria-labelledby="why-title"] .reveal-card.is-visible .sq-benefit i { opacity: 1; transform: none; }
section[aria-labelledby="why-title"] .sq-benefit:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(7,26,43,.08); }
section[aria-labelledby="why-title"] .sq-benefit:hover i { transform: translateY(-3px) scale(1.08); }

/* Areas map: copy and map meet in the middle */
.sq-areas-panel.reveal-panel .sq-areas-copy > *,
.sq-areas-panel.reveal-panel .sq-areas-visual {
    opacity: 0;
    transition: opacity .9s ease, transform 1.15s cubic-bezier(.16, 1, .3, 1);
}
.sq-areas-panel.reveal-panel .sq-areas-copy > * { transform: translate3d(-24px, 0, 0); }
.sq-areas-panel.reveal-panel .sq-areas-visual { transform: translate3d(34px, 0, 0) scale(.96); }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-copy > *,
.sq-areas-panel.reveal-panel.is-visible .sq-areas-visual { opacity: 1; transform: none; }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-copy .sq-eyebrow { transition-delay: .16s; }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-copy .sq-heading { transition-delay: .28s; }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-copy .sq-lead { transition-delay: .40s; }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-copy .sq-areas-btn { transition-delay: .52s; }
.sq-areas-panel.reveal-panel.is-visible .sq-areas-visual { transition-delay: .28s; }
.sq-areas-map { transition: transform .65s cubic-bezier(.22, 1, .36, 1); }
.sq-areas-panel:hover .sq-areas-map { transform: scale(1.018); }

/* FAQs: question rows cascade in after the column reveal */
.sq-faq .col-lg-8.reveal details {
    opacity: 0;
    transform: translate3d(18px, 8px, 0);
    transition: opacity .75s ease, transform .95s cubic-bezier(.16, 1, .3, 1), border-color .25s ease, background-color .25s ease;
}
.sq-faq .col-lg-8.reveal.is-visible details { opacity: 1; transform: none; }
.sq-faq .col-lg-8.reveal.is-visible details:nth-child(1) { transition-delay: .18s; }
.sq-faq .col-lg-8.reveal.is-visible details:nth-child(2) { transition-delay: .30s; }
.sq-faq .col-lg-8.reveal.is-visible details:nth-child(3) { transition-delay: .42s; }
.sq-faq .col-lg-8.reveal.is-visible details:nth-child(4) { transition-delay: .54s; }
.sq-faq details:hover { border-color: rgba(246,138,10,.34); }

/* Final quote: icon, message and CTA arrive as one polished finish */
.container.pb-5[aria-labelledby="quote-title"].reveal-panel .sq-quote-icon,
.container.pb-5[aria-labelledby="quote-title"].reveal-panel .sq-quote-panel > div:nth-child(2),
.container.pb-5[aria-labelledby="quote-title"].reveal-panel .sq-quote-panel > .btn {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .8s ease, transform 1.02s cubic-bezier(.16, 1, .3, 1);
}
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-icon,
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-panel > div:nth-child(2),
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-panel > .btn { opacity: 1; transform: none; }
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-icon { transition-delay: .16s; }
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-panel > div:nth-child(2) { transition-delay: .28s; }
.container.pb-5[aria-labelledby="quote-title"].reveal-panel.is-visible .sq-quote-panel > .btn { transition-delay: .42s; }

@keyframes sqCardContentIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}
@keyframes sqNumberFinish {
    0% { transform: scale(1); }
    55% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@media (max-width: 767.98px) {
    .reveal-left,
    .reveal-right,
    .reveal-image-right { transform: translate3d(0, 24px, 0) scale(.99); }
    .reveal-image-right { clip-path: inset(8% 0 0 0 round 12px); }
    .reveal-image-right.is-visible { clip-path: inset(0 0 0 0 round 12px); }
}


@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.is-visible,
    .sq-hero-kicker,
    .sq-hero h1,
    .sq-hero h1 .accent,
    .sq-hero-location,
    .sq-hero p,
    .sq-hero-actions,
    .sq-hero-features-wrap,
    .sq-hero-feature,
    .sq-hero-row::before,
    .sq-hero-row::after,
    .sq-section[aria-labelledby="about-title"] .sq-eyebrow,
    .sq-section[aria-labelledby="about-title"] .sq-heading,
    .sq-section[aria-labelledby="about-title"] .sq-lead,
    .sq-section[aria-labelledby="about-title"] .sq-feature-list li,
    .sq-section[aria-labelledby="about-title"] .btn,
    .sq-stats-section .sq-stats-topline,
    .sq-stats-section .sq-stats-header,
    .sq-stats-section .sq-stat-item,
    .sq-services .sq-service-photo,
    .sq-services .sq-service-card h3,
    .sq-services .sq-price,
    .sq-services .sq-service-card .btn,
    .sq-process .sq-heading,
    .sq-process .sq-process-step,
    .sq-process .sq-process-note,
    .sq-process-img,
    section[aria-labelledby="why-title"] .sq-benefit i,
    .sq-areas-panel .sq-areas-copy > *,
    .sq-areas-panel .sq-areas-visual,
    .sq-areas-map,
    .sq-faq details,
    .sq-quote-panel > * {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        clip-path: none !important;
    }
}

/* Services landing page - 2026 refresh */
.sq-services-page { background: #fff; }
.sq-services-intro {
    padding: 4.5rem 0 2.2rem;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}
.sq-services-page-title {
    color: var(--sq-navy);
    font-size: clamp(2.15rem, 3.6vw, 3.5rem);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.04em;
    margin: 0 0 .9rem;
}
.sq-services-page-lead {
    max-width: 860px;
    margin: 0 auto;
    color: var(--sq-muted);
    font-size: .98rem;
}
.sq-services-grid-section { padding: 1.2rem 0 4.8rem; }
.sq-services-overview-card {
    height: 100%;
    display: grid;
    grid-template-columns: 49% 51%;
    min-height: 245px;
    background: #fff;
    border: 1px solid #e7e9ed;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 9px 26px rgba(7, 26, 43, .055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.sq-services-overview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(7, 26, 43, .10);
    border-color: rgba(246,138,10,.34);
}
.sq-services-overview-card > img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    display: block;
}
.sq-services-card-copy {
    padding: 1.55rem 1.45rem 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sq-services-card-copy h3 {
    color: var(--sq-navy);
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 .65rem;
}
.sq-services-card-copy p {
    color: var(--sq-muted);
    font-size: .76rem;
    line-height: 1.7;
    margin: 0 0 1rem;
}
.sq-services-price {
    color: var(--sq-orange);
    font-size: .9rem;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: .75rem;
}
.sq-services-price strong { font-size: 1.04rem; font-weight: 700; }
.sq-services-card-copy .btn { padding: .64rem 1.2rem; font-size: .76rem; }
.sq-services-pricing-note {
    text-align: center;
    max-width: 900px;
    margin: 2rem auto 0;
    color: #758093;
    font-size: .75rem;
}

.sq-key-collection-section { padding: 0 0 4.6rem; }
.sq-key-collection-panel {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(7,26,43,.065);
}
.sq-key-collection-copy { padding: 2.4rem 2.2rem; }
.sq-key-collection-copy h2 {
    color: var(--sq-navy);
    font-size: clamp(1.7rem, 2.65vw, 2.45rem);
    line-height: 1.18;
    letter-spacing: -.035em;
    font-weight: 700;
    margin: 0 0 .85rem;
}
.sq-key-collection-copy > p { color: var(--sq-muted); font-size: .82rem; }
.sq-key-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem 1.15rem;
    margin: 1.25rem 0 1rem;
}
.sq-key-points span {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    color: #344054;
    font-size: .77rem;
    font-weight: 500;
}
.sq-key-points i { color: var(--sq-orange); margin-top: .08rem; }
.sq-key-note {
    margin: .9rem 0 0;
    padding-top: .9rem;
    border-top: 1px solid #eceef1;
    font-size: .7rem !important;
    line-height: 1.55;
}
.sq-key-collection-image-wrap { min-height: 330px; }
.sq-key-collection-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sq-report-includes-section {
    padding: 4.6rem 0 4.8rem;
    background: #fafbfc;
    border-top: 1px solid #f0f1f3;
    border-bottom: 1px solid #f0f1f3;
}
.sq-report-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .9rem;
}
.sq-report-feature {
    min-width: 0;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(7,26,43,.04);
}
.sq-report-feature img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.sq-report-feature > div { padding: 1rem .85rem 1.05rem; text-align: center; }
.sq-report-feature h3 {
    color: var(--sq-navy);
    font-size: .78rem;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 .45rem;
}
.sq-report-feature p {
    color: var(--sq-muted);
    font-size: .65rem;
    line-height: 1.55;
    margin: 0;
}

.sq-services-benefits-section { padding: 4.5rem 0; }
.sq-services-benefit {
    height: 100%;
    text-align: center;
    padding: 1.4rem 1rem;
    border-right: 1px solid #e8ebef;
}
.sq-services-benefits-section .row > div:last-child .sq-services-benefit { border-right: 0; }
.sq-services-benefit i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--sq-orange);
    border-radius: 50%;
    color: var(--sq-orange);
    font-size: 1.6rem;
    margin-bottom: .8rem;
}
.sq-services-benefit h3 { color: var(--sq-navy); font-size: .9rem; font-weight: 700; margin-bottom: .35rem; }
.sq-services-benefit p { color: var(--sq-muted); font-size: .68rem; line-height: 1.55; margin: 0 auto; max-width: 220px; }

.sq-services-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #071a2b 0%, #0b2238 100%);
    color: #fff;
}
.sq-services-cta::after {
    content: "";
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: 59%;
    width: 58px;
    background: var(--sq-orange);
    transform: skewX(-19deg);
    opacity: .98;
}
.sq-services-cta-inner {
    position: relative;
    z-index: 2;
    min-height: 175px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.4rem;
    align-items: center;
    padding: 2.1rem 0;
}
.sq-services-cta-icon {
    width: 72px;
    height: 72px;
    border: 2px solid var(--sq-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sq-orange);
    font-size: 2rem;
}
.sq-services-cta-copy { max-width: 640px; }
.sq-services-cta-copy h2 { color: #fff; font-size: 1.55rem; font-weight: 700; margin: 0 0 .3rem; }
.sq-services-cta-copy p { color: rgba(255,255,255,.82); font-size: .78rem; margin: 0; }
.sq-services-cta .btn { min-width: 150px; }

@media (max-width: 1199.98px) {
    .sq-services-overview-card { grid-template-columns: 45% 55%; }
    .sq-report-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .sq-services-intro { padding-top: 3.8rem; }
    .sq-key-collection-panel { grid-template-columns: 1fr; }
    .sq-key-collection-image-wrap { min-height: 310px; order: -1; }
    .sq-services-cta::after { left: 68%; opacity: .72; }
}
@media (max-width: 767.98px) {
    .sq-services-intro { padding: 3.2rem 0 1.6rem; }
    .sq-services-grid-section { padding-bottom: 3.6rem; }
    .sq-services-overview-card { grid-template-columns: 1fr; }
    .sq-services-overview-card > img { min-height: 0; aspect-ratio: 16 / 9; }
    .sq-services-card-copy { padding: 1.35rem; }
    .sq-key-collection-copy { padding: 1.8rem 1.45rem; }
    .sq-key-points { grid-template-columns: 1fr; }
    .sq-report-includes-section { padding: 3.6rem 0; }
    .sq-report-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sq-services-benefit { border-right: 0; border-bottom: 1px solid #e8ebef; }
    .sq-services-cta::after { display: none; }
    .sq-services-cta-inner { grid-template-columns: auto 1fr; }
    .sq-services-cta .btn { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 479.98px) {
    .sq-report-feature-grid { grid-template-columns: 1fr; }
    .sq-report-feature { display: grid; grid-template-columns: 42% 58%; }
    .sq-report-feature img { height: 100%; aspect-ratio: auto; }
    .sq-report-feature > div { text-align: left; display: flex; flex-direction: column; justify-content: center; }
    .sq-services-cta-inner { grid-template-columns: 1fr; text-align: center; }
    .sq-services-cta-icon { margin: 0 auto; }
}


/* Services page report-feature sizing fix */
.sq-report-feature-grid {
    align-items: stretch;
}
.sq-report-feature {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sq-report-feature-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex: 0 0 auto;
    background: #f2f3f5;
}
.sq-report-feature-media img {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: center;
    display: block;
}
.sq-report-feature > div:not(.sq-report-feature-media) {
    flex: 1 1 auto;
    padding: .95rem .78rem 1.05rem;
    text-align: center;
}
.sq-report-feature h3 {
    min-height: 2.15em;
}
@media (max-width: 1199.98px) {
    .sq-report-feature-media { aspect-ratio: 16 / 10; }
}
@media (max-width: 767.98px) {
    .sq-report-feature-media { aspect-ratio: 4 / 3; }
}
@media (max-width: 479.98px) {
    .sq-report-feature {
        display: grid;
        grid-template-columns: 42% 58%;
        min-height: 165px;
    }
    .sq-report-feature-media {
        aspect-ratio: auto;
        height: 100%;
    }
    .sq-report-feature > div:not(.sq-report-feature-media) {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sq-report-feature h3 { min-height: 0; }
}

/* Services page: icon-led report inclusion cards */
.sq-report-includes-section {
    padding: 5rem 0 5.2rem;
    background: #fbfcfd;
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #eef1f4;
}
.sq-report-includes-section > .container > .text-center {
    margin-bottom: 2.65rem !important;
}
.sq-report-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}
.sq-report-feature {
    min-width: 0;
    min-height: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.75rem .95rem 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 14px;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(7, 26, 43, .055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.sq-report-feature:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 139, 0, .42);
    box-shadow: 0 16px 38px rgba(7, 26, 43, .10);
}
.sq-report-feature-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.15rem;
    border: 1.8px solid var(--sq-orange);
    border-radius: 50%;
    color: var(--sq-orange);
    background: #fff;
    font-size: 1.8rem;
    line-height: 1;
}
.sq-report-feature-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sq-report-feature > .sq-report-feature-copy,
.sq-report-feature > div:not(.sq-report-feature-media) {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sq-report-feature h3 {
    min-height: 3.05em;
    margin: 0;
    color: var(--sq-navy);
    font-size: .88rem;
    line-height: 1.42;
    font-weight: 700;
}
.sq-report-feature-divider {
    display: block;
    width: 32px;
    height: 2px;
    margin: .92rem auto .9rem;
    border-radius: 999px;
    background: var(--sq-orange);
    opacity: .9;
}
.sq-report-feature p {
    max-width: 180px;
    margin: 0 auto;
    color: var(--sq-muted);
    font-size: .68rem;
    line-height: 1.65;
}
@media (max-width: 1199.98px) {
    .sq-report-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
    .sq-report-feature { min-height: 285px; }
    .sq-report-feature h3 { min-height: 0; }
    .sq-report-feature p { max-width: 230px; }
}
@media (max-width: 767.98px) {
    .sq-report-includes-section { padding: 3.8rem 0 4rem; }
    .sq-report-includes-section > .container > .text-center { margin-bottom: 2rem !important; }
    .sq-report-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
    .sq-report-feature { min-height: 270px; padding: 1.5rem .9rem 1.35rem; }
    .sq-report-feature-icon { width: 62px; height: 62px; flex-basis: 62px; font-size: 1.62rem; }
}
@media (max-width: 479.98px) {
    .sq-report-feature-grid { grid-template-columns: 1fr; }
    .sq-report-feature {
        display: flex;
        grid-template-columns: none;
        min-height: 0;
        padding: 1.65rem 1.25rem 1.5rem;
    }
    .sq-report-feature > .sq-report-feature-copy,
    .sq-report-feature > div:not(.sq-report-feature-media) {
        text-align: center;
        align-items: center;
        justify-content: flex-start;
    }
    .sq-report-feature p { max-width: 300px; }
}

