/* =====================================================================
   UK Coating Services — main stylesheet
   Aesthetic: warm editorial / craft studio.  Paper + ink + brand orange.
   Display: Fraunces (variable, opsz+wght).  Text: Hanken Grotesk.
   ===================================================================== */

/* ---------- fonts ---------- */
@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/fraunces-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/fraunces-latin-ext.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
        U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/hanken-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/hanken-latin-ext.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
        U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- tokens ---------- */
:root {
    --ink: #14161a;
    --ink-2: #1c1f25;
    --ink-3: #262a31;
    --paper: #f7f3ec;
    --paper-2: #efe8dd;
    --paper-3: #e5dccd;
    --brand: #f0921e;
    --brand-2: #ffae4a;
    --brand-deep: #b96a08;
    --muted: #6d7178;
    --muted-dark: #9aa0a8;
    --line: rgba(20, 22, 26, .14);
    --line-dark: rgba(247, 243, 236, .16);

    --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
    --font-text: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;

    --container: 1280px;
    --gutter: clamp(20px, 5vw, 64px);
    --section: clamp(72px, 11vw, 150px);
    --radius: 3px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --header-h: 84px;
}

/* ---------- reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-text);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img,
svg,
picture { display: block; max-width: 100%; }

img { height: auto; }

a { color: inherit; text-decoration: none; }

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.015em;
    font-variation-settings: 'opsz' 144;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

ul { margin: 0; padding: 0; list-style: none; }

::selection {
    background: var(--brand);
    color: #fff;
}

:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
}

/* ---------- layout helpers ---------- */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.section { padding-block: var(--section); position: relative; }

.section--ink {
    background: var(--ink);
    color: var(--paper);
}

.section--ink h1,
.section--ink h2,
.section--ink h3 { color: var(--paper); }

.grain {
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
    opacity: .32;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- type components ---------- */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .7em;
    font-family: var(--font-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--muted);
}

.eyebrow::before {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--brand);
}

.section--ink .eyebrow { color: var(--muted-dark); }

.display {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
    font-variation-settings: 'opsz' 144;
}

.h-xl { font-size: clamp(2.6rem, 7.2vw, 5.6rem); }
.h-lg { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.h-md { font-size: clamp(1.5rem, 2.4vw, 2.05rem); }

.lede {
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.55;
    color: #33373d;
}

.section--ink .lede { color: #c9cdd3; }

.accent { color: var(--brand); }

.underlined {
    position: relative;
    display: inline-block;
    font-style: normal;
    white-space: nowrap;
}

.underlined svg {
    position: absolute;
    left: 0;
    bottom: -.16em;
    width: 100%;
    height: .28em;
    overflow: visible;
    color: var(--brand);
}

.underlined svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: draw 1.1s var(--ease) .55s forwards;
}

@keyframes draw { to { stroke-dashoffset: 0; } }

/* ---------- buttons ---------- */
.btn {
    --btn-bg: var(--ink);
    --btn-fg: var(--paper);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .65em;
    padding: 1.05em 1.6em;
    border: 1px solid var(--btn-bg);
    border-radius: var(--radius);
    background: var(--btn-bg);
    color: var(--btn-fg);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--brand);
    transform: translateY(101%);
    transition: transform .45s var(--ease);
}

.btn:hover::before,
.btn:focus-visible::before { transform: translateY(0); }

.btn:hover {
    color: #fff;
    border-color: var(--brand);
}

.btn:active { transform: translateY(1px); }

.btn svg { width: 17px; height: 17px; flex: none; }

.btn--brand {
    --btn-bg: var(--brand);
    --btn-fg: #1a1206;
    border-color: var(--brand);
}

.btn--brand::before { background: var(--ink); }
.btn--brand:hover { color: var(--paper); border-color: var(--ink); }

.btn--ghost {
    --btn-bg: transparent;
    --btn-fg: currentColor;
    border-color: var(--line);
}

.section--ink .btn--ghost,
.hero .btn--ghost,
.quote .btn--ghost { border-color: rgba(247, 243, 236, .34); }
.btn--ghost::before { background: var(--brand); }
.btn--ghost:hover { color: #1a1206; border-color: var(--brand); }

.btn--wa { --btn-bg: #1f8a4c; --btn-fg: #fff; border-color: #1f8a4c; }
.btn--wa::before { background: #16693a; }
.btn--wa:hover { color: #fff; border-color: #16693a; }

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding-bottom: 4px;
    background-image: linear-gradient(var(--brand), var(--brand));
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    transition: background-size .4s var(--ease), color .3s var(--ease);
}

.link-arrow:hover {
    background-size: 100% 1px;
    color: var(--brand-deep);
}

.section--ink .link-arrow:hover { color: var(--brand-2); }
.link-arrow svg { width: 15px; height: 15px; transition: transform .4s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- stars ---------- */
.stars {
    display: inline-flex;
    gap: 2px;
    color: var(--brand);
}

.stars svg { width: 15px; height: 15px; }

/* =====================================================================
   HEADER
   ===================================================================== */
.progress {
    position: fixed;
    top: 0; left: 0;
    height: 2px;
    width: 0;
    background: var(--brand);
    z-index: 10000;
    transition: width .1s linear;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 900;
    padding-block: 18px;
    color: var(--paper);
    transition: background .45s var(--ease), padding .45s var(--ease), box-shadow .45s var(--ease), color .45s var(--ease);
}

.site-header .container {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 44px);
}

.site-header.is-stuck {
    padding-block: 10px;
    background: rgba(247, 243, 236, .92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--ink);
    box-shadow: 0 1px 0 var(--line), 0 14px 40px -28px rgba(20, 22, 26, .6);
}

.brand { display: flex; align-items: center; flex: none; position: relative; }
.brand img {
    width: clamp(148px, 16vw, 184px);
    height: auto;
    transition: width .45s var(--ease), opacity .35s var(--ease);
}
.brand .on-light { position: absolute; inset: 0; opacity: 0; }
.site-header.is-stuck .brand .on-dark { opacity: 0; }
.site-header.is-stuck .brand .on-light { opacity: 1; }
.site-header.is-stuck .brand img { width: clamp(138px, 14vw, 164px); }

.nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.2vw, 34px);
    margin-inline-start: auto;
}

.nav a {
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .04em;
    position: relative;
    padding-block: 6px;
}

.nav a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s var(--ease);
}

.nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: none;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    white-space: nowrap;
}

.header-phone svg { width: 15px; height: 15px; color: var(--brand); }
.header-phone:hover { color: var(--brand); }

.site-header .btn { padding: .85em 1.3em; font-size: 12.5px; }
.site-header:not(.is-stuck) .btn--ghost { border-color: rgba(255, 255, 255, .35); }

.burger {
    display: none;
    width: 46px; height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: var(--radius);
    background: none;
    cursor: pointer;
    flex: none;
    margin-inline-start: auto;
}

.burger span {
    position: relative;
    display: block;
    width: 18px; height: 1.5px;
    background: currentColor;
    transition: transform .35s var(--ease), background .2s;
}

.burger span::before,
.burger span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 18px; height: 1.5px;
    background: currentColor;
    transition: transform .35s var(--ease);
}

.burger span::before { top: -6px; }
.burger span::after { top: 6px; }

/* mobile overlay menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 950;
    background: var(--ink);
    color: var(--paper);
    padding: 100px var(--gutter) 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    clip-path: circle(0% at calc(100% - 46px) 46px);
    transition: clip-path .7s var(--ease);
    pointer-events: none;
}

.mobile-menu.is-open {
    clip-path: circle(150% at calc(100% - 46px) 46px);
    pointer-events: auto;
}

.mobile-menu .close {
    position: absolute;
    top: 26px; right: var(--gutter);
    width: 46px; height: 46px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: none;
    color: var(--paper);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-menu nav a {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1.12;
    opacity: 0;
    transform: translateY(18px);
}

.mobile-menu.is-open nav a {
    animation: menuIn .6s var(--ease) forwards;
}

.mobile-menu nav a:nth-child(1) { animation-delay: .12s; }
.mobile-menu nav a:nth-child(2) { animation-delay: .18s; }
.mobile-menu nav a:nth-child(3) { animation-delay: .24s; }
.mobile-menu nav a:nth-child(4) { animation-delay: .30s; }
.mobile-menu nav a:nth-child(5) { animation-delay: .36s; }
.mobile-menu nav a:nth-child(6) { animation-delay: .42s; }

@keyframes menuIn { to { opacity: 1; transform: none; } }

.mobile-menu .menu-foot {
    border-top: 1px solid var(--line-dark);
    padding-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    font-size: 15px;
    color: #c9cdd3;
}

.mobile-menu .menu-foot a { display: inline-flex; align-items: center; gap: .5em; }
.mobile-menu .menu-foot svg { width: 15px; height: 15px; color: var(--brand); }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: clamp(36px, 6vw, 72px);
    background: var(--ink);
    color: var(--paper);
    overflow: hidden;
}

.hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 62% 50%;
    transform: scale(1.08);
    animation: heroZoom 12s var(--ease) forwards;
}

@keyframes heroZoom { to { transform: scale(1); } }

.hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(12, 13, 16, .96) 0%, rgba(12, 13, 16, .88) 38%, rgba(12, 13, 16, .42) 72%, rgba(12, 13, 16, .62) 100%),
        linear-gradient(to top, rgba(12, 13, 16, .92), transparent 48%),
        linear-gradient(to bottom, rgba(12, 13, 16, .78), transparent 20%);
}

.hero .container { position: relative; z-index: 2; width: 100%; }

.hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(28px, 5vw, 60px);
}

.hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #cfd3d9;
    margin-bottom: clamp(20px, 3vw, 34px);
}

.hero__eyebrow .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 0 rgba(240, 146, 30, .7);
    animation: pulse 2.6s infinite;
}

@keyframes pulse {
    70% { box-shadow: 0 0 0 12px rgba(240, 146, 30, 0); }
    100% { box-shadow: 0 0 0 0 rgba(240, 146, 30, 0); }
}

.hero h1 {
    font-size: clamp(2.9rem, 7.6vw, 6.2rem);
    line-height: .94;
    letter-spacing: -.03em;
    max-width: 15ch;
    color: #fff;
}

.hero h1 .line--kicker {
    font-size: clamp(1.15rem, 2.1vw, 1.85rem);
    line-height: 1.25;
    letter-spacing: -.01em;
    color: #d6dade;
    margin-top: clamp(14px, 1.8vw, 22px);
    padding-top: clamp(12px, 1.6vw, 18px);
    border-top: 1px solid rgba(247, 243, 236, .22);
    max-width: 22ch;
}

.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span {
    display: block;
    transform: translateY(105%);
    animation: riseIn 1s var(--ease) forwards;
}
.hero h1 .line:nth-child(1) > span { animation-delay: .1s; }
.hero h1 .line:nth-child(2) > span { animation-delay: .22s; }
.hero h1 .line:nth-child(3) > span { animation-delay: .34s; }

@keyframes riseIn { to { transform: none; } }

.hero__lead {
    margin: clamp(20px, 3vw, 30px) 0 0;
    max-width: 26ch;
    font-size: clamp(1.15rem, 1.65vw, 1.45rem);
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -.005em;
    color: #fff;
    opacity: 0;
    animation: fadeUp .9s var(--ease) .46s forwards;
}

.hero__sub {
    margin-top: clamp(20px, 3vw, 30px);
    max-width: 58ch;
    font-size: clamp(.98rem, 1.2vw, 1.1rem);
    line-height: 1.62;
    color: #c4c9d0;
    opacity: 0;
    animation: fadeUp .9s var(--ease) .54s forwards;
}

.hero__lead + .hero__sub { margin-top: 14px; }

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: clamp(26px, 3.4vw, 40px);
    opacity: 0;
    animation: fadeUp .9s var(--ease) .62s forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
}

/* social row under the hero CTAs */
.hero__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: clamp(24px, 3vw, 34px);
    opacity: 0;
    animation: fadeUp .9s var(--ease) .74s forwards;
}

.hero__social-label {
    display: inline-flex;
    align-items: center;
    gap: .7em;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #9aa0a8;
}

.hero__social-label::after {
    content: '';
    width: 26px;
    height: 1px;
    background: rgba(247, 243, 236, .3);
}

.soc {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .55em;
    padding: 9px 16px 9px 13px;
    border: 1px solid rgba(247, 243, 236, .26);
    border-radius: 999px;
    background: rgba(20, 22, 26, .38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    color: #f2f0ec;
    overflow: hidden;
    isolation: isolate;
    transition: color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}

.soc svg {
    width: 17px;
    height: 17px;
    transition: transform .45s var(--ease);
}

.soc::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s var(--ease);
}

.soc--ig::before {
    background: linear-gradient(45deg, #f9ce34 4%, #ee2a7b 46%, #6228d7 96%);
}

.soc--fb::before { background: #1877f2; }

.soc:hover,
.soc:focus-visible {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

.soc:hover::before,
.soc:focus-visible::before { opacity: 1; }
.soc:hover svg { transform: rotate(-8deg) scale(1.12); }

/* floating rating card */
.rating-card {
    position: relative;
    width: min(310px, 78vw);
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
    background: rgba(20, 22, 26, .55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    animation: fadeUp .9s var(--ease) .8s forwards;
}

.rating-card .score {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: 3.1rem;
    line-height: 1;
    color: #fff;
}

.rating-card .score small {
    font-size: 1rem;
    color: var(--muted-dark);
    font-family: var(--font-text);
    font-weight: 500;
}

.rating-card .meta {
    margin-top: 8px;
    font-size: 13.5px;
    color: #c9cdd3;
    line-height: 1.45;
}

.rating-card .stars { margin-top: 12px; }

.rating-card a {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-2);
}

.rating-card a:hover { text-decoration: underline; text-underline-offset: 3px; }

.hero__scroll {
    position: absolute;
    left: var(--gutter);
    bottom: 0;
    display: none;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #9aa0a8;
}

/* side label */
.hero__side {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 2;
    width: max-content;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    font-size: 11px;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: rgba(247, 243, 236, .5);
    white-space: nowrap;
}

/* =====================================================================
   MARQUEE
   ===================================================================== */
.marquee {
    background: var(--brand);
    color: #241704;
    padding-block: 14px;
    overflow: hidden;
    border-block: 1px solid rgba(0, 0, 0, .12);
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: slide 38s linear infinite;
}

.marquee:hover .marquee__track { animation-play-state: paused; }

.marquee__group {
    display: flex;
    align-items: center;
    gap: 34px;
    padding-right: 34px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
}

.marquee__group i {
    font-style: normal;
    opacity: .55;
}

@keyframes slide { to { transform: translateX(-50%); } }

/* =====================================================================
   INTRO / ABOUT
   ===================================================================== */
.intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: start;
}

.intro h2 {
    font-size: clamp(2rem, 3.9vw, 3.3rem);
    margin-top: 22px;
    max-width: 17ch;
}

.intro__body { padding-top: clamp(0px, 3vw, 54px); }
.intro__body p + p { margin-top: 1.1em; }

.sign {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: var(--muted);
}

.sign strong {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 100;
    font-weight: 600;
    font-size: 20px;
    color: var(--ink);
}

.sign .rule { width: 40px; height: 1px; background: var(--brand); }

/* collage */
.collage {
    position: relative;
    margin-top: clamp(48px, 7vw, 90px);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(12px, 1.6vw, 22px);
}

.collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.collage img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease);
}
.collage figure:hover img { transform: scale(1.05); }

.collage .c1 { grid-column: span 7; aspect-ratio: 16 / 10; }
.collage .c2 { grid-column: span 5; aspect-ratio: 4 / 5; align-self: end; }

/* stats */
.stats {
    margin-top: clamp(48px, 7vw, 90px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
}

.stats > * {
    display: block;
    padding: 30px 20px 12px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.stats > *:last-child { border-right: 0; }

/* the two Checkatrade figures link straight to the profile */
.stat-link {
    position: relative;
    transition: background .4s var(--ease);
}

.stat-link:hover { background: rgba(240, 146, 30, .07); }
.stat-link .n { transition: color .35s var(--ease); }
.stat-link:hover .n { color: var(--brand-deep); }
.stat-link:hover .n span { color: var(--brand); }

.stat-link__cta {
    display: inline-flex;
    align-items: center;
    gap: .45em;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--brand-deep);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .4s var(--ease), transform .4s var(--ease);
}

.stat-link__cta svg { width: 13px; height: 13px; }
.stat-link:hover .stat-link__cta,
.stat-link:focus-visible .stat-link__cta { opacity: 1; transform: none; }

@media (hover: none) {
    .stat-link__cta { opacity: 1; transform: none; }
}

.stats .n {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -.03em;
}

.stats .n span { color: var(--brand); }

.stats .l {
    margin: 10px auto 0;
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--muted);
    max-width: 20ch;
}

/* =====================================================================
   SERVICES — editorial list with cursor-following preview
   ===================================================================== */
.services__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.services__head h2 { max-width: 16ch; margin-top: 20px; }
.services__head p { max-width: 42ch; color: #c9cdd3; }

.svc-list { border-top: 1px solid var(--line-dark); }

.svc {
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) minmax(0, 1.05fr) 44px;
    align-items: center;
    gap: 20px;
    padding: clamp(24px, 3.2vw, 40px) 0;
    border-bottom: 1px solid var(--line-dark);
    cursor: pointer;
    transition: padding-inline .5s var(--ease);
}

.svc::before {
    content: '';
    position: absolute;
    inset: 0 -24px;
    background: linear-gradient(90deg, rgba(240, 146, 30, .12), rgba(240, 146, 30, 0) 70%);
    opacity: 0;
    transition: opacity .5s var(--ease);
    pointer-events: none;
}

.svc:hover::before { opacity: 1; }
.svc:hover { padding-inline: 18px; }

.svc__no {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 100;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--brand);
}

.svc__title {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: clamp(1.45rem, 2.9vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -.02em;
    transition: transform .5s var(--ease);
}

.svc:hover .svc__title { transform: translateX(6px); }

.svc__desc {
    font-size: 15.5px;
    line-height: 1.6;
    color: #b9bec6;
}

.svc__desc p + p { margin-top: .85em; }

.svc__thumb { display: none; }

.svc__go {
    justify-self: end;
    width: 40px; height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    transition: background .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease), color .4s var(--ease);
}

.svc__go svg { width: 15px; height: 15px; }

.svc:hover .svc__go {
    background: var(--brand);
    border-color: var(--brand);
    color: #1a1206;
    transform: rotate(45deg);
}

.svc-preview {
    position: fixed;
    top: 0; left: 0;
    z-index: 60;
    width: 300px;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius);
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9) rotate(-3deg);
    transition: opacity .35s var(--ease), transform .5s var(--ease);
    box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .8);
}

.svc-preview.is-visible { opacity: 1; }
.svc-preview img { width: 100%; height: 100%; object-fit: cover; }

/* =====================================================================
   WORK / GALLERY
   ===================================================================== */
.work__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(28px, 4vw, 52px);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(10px, 1.4vw, 18px);
}

.gallery button {
    position: relative;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--radius);
    display: block;
}

.gallery img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease), filter .6s var(--ease);
}

.gallery button:hover img { transform: scale(1.06); }

.gallery button::after {
    content: attr(data-caption);
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 46px 18px 16px;
    text-align: left;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to top, rgba(12, 13, 16, .88), transparent);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s var(--ease), transform .45s var(--ease);
}

.gallery button:hover::after { opacity: 1; transform: none; }

.g1 { grid-column: span 4; aspect-ratio: 16 / 10; }
.g2 { grid-column: span 2; aspect-ratio: 3 / 4; }
.g3 { grid-column: span 2; aspect-ratio: 3 / 4; }
.g4 { grid-column: span 2; aspect-ratio: 3 / 4; }
.g5 { grid-column: span 2; aspect-ratio: 3 / 4; }
.g6 { grid-column: span 3; aspect-ratio: 4 / 3; }
.g7 { grid-column: span 3; aspect-ratio: 4 / 3; }
.g8 { grid-column: span 3; aspect-ratio: 4 / 3; }
.g9 { grid-column: span 3; aspect-ratio: 4 / 3; }

/* lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 56px);
    background: rgba(10, 11, 13, .94);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s var(--ease), visibility .4s;
}

.lightbox.is-open { opacity: 1; visibility: visible; }

.lightbox img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: var(--radius);
    transform: scale(.96);
    transition: transform .45s var(--ease);
}

.lightbox.is-open img { transform: none; }

.lightbox__cap {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #9aa0a8;
}

.lightbox__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px; height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    transition: background .3s, border-color .3s;
}

.lightbox__btn:hover { background: var(--brand); border-color: var(--brand); color: #1a1206; }
.lightbox__btn.prev { left: clamp(10px, 3vw, 34px); }
.lightbox__btn.next { right: clamp(10px, 3vw, 34px); }
.lightbox__btn.close { top: clamp(14px, 3vw, 30px); right: clamp(10px, 3vw, 34px); transform: none; }
.lightbox__btn svg { width: 18px; height: 18px; }

/* =====================================================================
   REVIEWS
   ===================================================================== */
.reviews__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 56px);
}

.reviews__head h2 { margin-top: 20px; max-width: 15ch; }

.badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.badge {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fffdf9;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}

.badge:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 146, 30, .55);
    box-shadow: 0 24px 44px -30px rgba(20, 22, 26, .55);
}

.badge__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
}

.badge__logo { display: flex; align-items: center; gap: 7px; color: var(--ink); }
.badge__logo svg { width: 18px; height: 18px; }

.badge__score {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    line-height: 1;
    letter-spacing: -.03em;
}

.badge__score small { font-size: .95rem; font-family: var(--font-text); color: var(--muted); font-weight: 500; }

.badge__score--word { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.badge__score--word small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.badge p { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.badge .link-arrow { margin-top: auto; padding-top: 6px; }

/* live scrolling review feed */
.feed {
    position: relative;
    overflow: hidden;
    padding-block: 6px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.feed + .feed { margin-top: 16px; }

.feed__track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: slide 64s linear infinite;
}

.feed--reverse .feed__track { animation-direction: reverse; animation-duration: 74s; }
.feed:hover .feed__track,
.feed__track:focus-within { animation-play-state: paused; }

.rev {
    width: min(420px, 82vw);
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 26px 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fffdf9;
    transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}

.rev:hover,
.rev:focus-visible {
    border-color: rgba(240, 146, 30, .55);
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -32px rgba(20, 22, 26, .6);
}

.rev__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Checkatrade has no per-review permalinks — the card opens the reviews list */
.rev__src {
    display: inline-flex;
    align-items: center;
    gap: .45em;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted);
    transition: color .35s var(--ease);
}

.rev__src svg { width: 12px; height: 12px; }
.rev:hover .rev__src,
.rev:focus-visible .rev__src { color: var(--brand-deep); }

.rev__score {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}

.rev__title {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 100;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.25;
}

.rev__text {
    font-size: 15px;
    line-height: 1.6;
    color: #3b3f45;
}

.rev__foot {
    display: flex;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12.5px;
    color: var(--muted);
}

.rev__verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #2f7d4f;
    font-weight: 600;
}

.rev__verified svg { width: 14px; height: 14px; }

.reviews__foot {
    margin-top: clamp(28px, 4vw, 44px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 14px;
    color: var(--muted);
}

/* =====================================================================
   PROCESS
   ===================================================================== */
.process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(18px, 2.4vw, 34px);
    margin-top: clamp(34px, 5vw, 58px);
    counter-reset: step;
}

.step {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid var(--line-dark);
}

.step::before {
    counter-increment: step;
    content: '0' counter(step);
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 144;
    font-weight: 600;
    font-size: clamp(2.4rem, 4.4vw, 3.6rem);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(240, 146, 30, .75);
    display: block;
    margin-bottom: 16px;
    transition: color .5s var(--ease);
}

.step:hover::before { color: rgba(240, 146, 30, .18); }

.step h3 { font-size: 1.28rem; margin-bottom: 10px; }
.step p { font-size: 14.5px; line-height: 1.6; color: #b9bec6; }

/* =====================================================================
   COVERAGE
   ===================================================================== */
.coverage {
    background: var(--paper-2);
}

.coverage__grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: start;
}

.coverage h2 { margin-top: 18px; }

.towns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.towns li {
    padding: 9px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    background: rgba(255, 255, 255, .5);
    transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}

.towns li:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #1a1206;
    transform: translateY(-2px);
}

.towns li.more { background: none; border-style: dashed; color: var(--muted); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: start;
}

.faq h2 { margin-top: 18px; }

.acc { border-top: 1px solid var(--line); }

.acc details {
    border-bottom: 1px solid var(--line);
}

.acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 100;
    font-weight: 600;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.3;
    transition: color .3s;
}

.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--brand-deep); }

.acc summary .ico {
    position: relative;
    flex: none;
    width: 26px; height: 26px;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.acc summary .ico::before,
.acc summary .ico::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 10px; height: 1.5px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform .4s var(--ease);
}

.acc summary .ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.acc details[open] summary .ico::after { transform: translate(-50%, -50%) rotate(0); }

.acc .answer {
    padding-bottom: 24px;
    max-width: 62ch;
    color: #40444a;
    font-size: 15.5px;
    line-height: 1.65;
    animation: fadeUp .45s var(--ease);
}

/* =====================================================================
   QUOTE / CONTACT
   ===================================================================== */
.quote { background: var(--ink); color: var(--paper); }

.quote__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(36px, 6vw, 84px);
    align-items: start;
}

.quote h2 { margin-top: 20px; max-width: 13ch; }
.quote__lede { margin-top: 20px; max-width: 46ch; color: #c9cdd3; }

.contact-list {
    margin-top: clamp(28px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-list a,
.contact-list div {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--line-dark);
    font-size: 16px;
    transition: color .3s;
}

.contact-list a:last-child,
.contact-list div:last-child { border-bottom: 1px solid var(--line-dark); }
.contact-list a:hover { color: var(--brand-2); }

.contact-list .ic {
    flex: none;
    width: 38px; height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: var(--brand);
}

.contact-list .ic svg { width: 16px; height: 16px; }
.contact-list .lbl {
    display: block;
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-dark);
    margin-bottom: 2px;
}

.socials {
    margin-top: 26px;
    display: flex;
    gap: 10px;
}

.socials a {
    width: 44px; height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}

.socials svg { width: 18px; height: 18px; }

.socials a:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #1a1206;
    transform: translateY(-3px);
}

/* form */
.form {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .01));
}

.form__title {
    font-family: var(--font-display);
    font-variation-settings: 'opsz' 100;
    font-weight: 600;
    font-size: 1.35rem;
    margin-bottom: 4px;
}

.form__note { font-size: 13.5px; color: var(--muted-dark); margin-bottom: 24px; }

.field { margin-bottom: 16px; }

.field label {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-dark);
    margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .04);
    color: var(--paper);
    font-size: 15.5px;
    transition: border-color .3s, background .3s;
}

.field textarea { min-height: 108px; resize: vertical; }

.field input::placeholder,
.field textarea::placeholder { color: #7d838b; }

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--brand);
    background: rgba(255, 255, 255, .07);
}

.field select { appearance: none; background-image: none; }
.field select option { background: var(--ink-2); color: var(--paper); }

/* UK postcodes are written in caps */
#f-postcode { text-transform: uppercase; }

/* Chrome paints autofilled fields pale blue — repaint them for the dark form.
   The absurd transition delay is the standard way to stop it flashing back. */
.field input:-webkit-autofill,
.field input:-webkit-autofill:hover,
.field input:-webkit-autofill:focus,
.field textarea:-webkit-autofill,
.field select:-webkit-autofill {
    -webkit-text-fill-color: var(--paper);
    -webkit-box-shadow: 0 0 0 1000px #22252b inset;
    caret-color: var(--paper);
    transition: background-color 9999s ease-out 0s;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.form__small {
    margin-top: 16px;
    font-size: 12.5px;
    line-height: 1.5;
    color: #868c94;
}

.form__small a { color: var(--brand-2); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
    background: #0f1114;
    color: #9aa0a8;
    padding-block: clamp(48px, 6vw, 76px) 28px;
    font-size: 14.5px;
}

.footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 60px);
    padding-bottom: 44px;
    border-bottom: 1px solid var(--line-dark);
}

.footer__top img { width: 190px; margin-bottom: 20px; }
.footer__top p { max-width: 38ch; line-height: 1.6; }

.footer__col h4 {
    font-family: var(--font-text);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--paper);
    margin-bottom: 18px;
}

.footer__col li { margin-bottom: 10px; }
.footer__col a:hover { color: var(--brand-2); }

.footer__bottom {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6d7278;
}

.footer__social {
    display: flex;
    gap: 8px;
    order: 3;
}

.footer__social a {
    width: 36px; height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: #9aa0a8;
    transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}

.footer__social svg { width: 16px; height: 16px; }

.footer__social a:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #1a1206;
    transform: translateY(-2px);
}

/* =====================================================================
   MOBILE STICKY CTA
   ===================================================================== */
.mobile-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 880;
    display: none;
    background: rgba(20, 22, 26, .96);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line-dark);
    padding: 10px calc(var(--gutter) / 1.6) calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
}

.mobile-bar a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    padding: 13px 8px;
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--paper);
    border: 1px solid var(--line-dark);
}

.mobile-bar a svg { width: 16px; height: 16px; }
.mobile-bar a.call { background: var(--brand); color: #1a1206; border-color: var(--brand); }
.mobile-bar a.wa { background: #1f8a4c; border-color: #1f8a4c; color: #fff; }

/* =====================================================================
   SCROLL REVEAL
   ===================================================================== */
[data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .9s var(--ease), transform .9s var(--ease);
    transition-delay: var(--d, 0s);
}

[data-reveal].is-in { opacity: 1; transform: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1180px) {
    .nav { display: none; }
    .header-cta .btn { display: none; }
    .burger { display: flex; }
    .header-cta { margin-inline-start: auto; }
}

@media (max-width: 1024px) {
    .hero__inner { grid-template-columns: 1fr; }
    .rating-card { width: 100%; max-width: 420px; }
    .hero__side { display: none; }
    .intro__grid,
    .reviews__head,
    .coverage__grid,
    .faq__grid,
    .quote__grid { grid-template-columns: 1fr; }
    .intro__body { padding-top: 0; }
    .process__grid { grid-template-columns: repeat(2, 1fr); }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stats > *:nth-child(2n) { border-right: 0; }
    .stats > * { padding-inline: 16px; }
    .footer__top { grid-template-columns: 1fr 1fr; }
    .footer__top > *:first-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
    :root { --header-h: 72px; }

    body { font-size: 16.5px; }

    .site-header .header-phone span { display: none; }

    .svc {
        grid-template-columns: 44px minmax(0, 1fr) 84px;
        grid-template-areas:
            'no title thumb'
            'no desc thumb';
        gap: 6px 16px;
        align-items: center;
    }
    .svc__no { grid-area: no; align-self: start; padding-top: 6px; }
    .svc__title { grid-area: title; }
    .svc__desc { grid-area: desc; margin-top: 6px; }
    .svc__go { display: none; }
    .svc__thumb {
        grid-area: thumb;
        display: block;
        width: 84px; height: 84px;
        border-radius: var(--radius);
        overflow: hidden;
    }
    .svc__thumb img { width: 100%; height: 100%; object-fit: cover; }
    .svc:hover { padding-inline: 0; }

    .gallery { grid-template-columns: repeat(2, 1fr); }
    .g1 { grid-column: span 2; aspect-ratio: 16 / 10; }
    .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9 { grid-column: span 1; aspect-ratio: 3 / 4; }

    .badges { grid-template-columns: 1fr; }
    .collage .c1, .collage .c2 { grid-column: span 12; }
    .collage .c2 { aspect-ratio: 16 / 11; }
    .field-row { grid-template-columns: 1fr; gap: 0; }

    .mobile-bar { display: flex; }
    .site-footer { padding-bottom: 96px; }
    .footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .process__grid { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr; }
    .stats > * { border-right: 0; border-bottom: 1px solid var(--line); }
    .stats > *:last-child { border-bottom: 0; }
    .hero { align-items: center; }
    .btn { width: 100%; justify-content: center; }
    .hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .form__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
}

@media (hover: none) {
    .svc-preview { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
    .hero h1 .line > span { transform: none; }
    .hero__sub, .hero__actions, .rating-card { opacity: 1; }
}

@media print {
    .site-header, .mobile-bar, .grain, .marquee { display: none; }
    body { background: #fff; color: #000; }
}
