/*
Theme Name: Lucky Pneus
Author: Lucky Pneus
Description: Thème sur mesure pour garage et spécialiste du pneu. Design noir, blanc et rouge, catalogue avec l’extension Lucky Pneus Catalogue, pages de services et contact. Sans constructeur de pages requis.
Version: 1.4.1
Update URI: false
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucky-pneus
Tags: custom-logo, custom-menu, featured-images, wide-blocks, blog
*/
:root {
    --accent: #c9232b;
    --accent-on-dark: var(--accent);
    --ink: #101516;
    --muted: #62696b;
    --paper: #f4f5f4;
    --line: #dfe2e0;
    --max: 1360px;
    --radius: 6px;
}
@supports (color: color-mix(in srgb, red, white)) {
    :root {
        --accent-on-dark: color-mix(in srgb, var(--accent) 70%, white);
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 28px;
}
body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
    font: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
svg {
    flex-shrink: 0;
}
a {
    color: inherit;
    text-underline-offset: 4px;
}
button,
a,
input,
select,
textarea {
    touch-action: manipulation;
}
button {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}
h1,
h2,
h3 {
    line-height: 1.12;
    letter-spacing: -0.035em;
}
h1 {
    font-size: clamp(38px, 4.4vw, 66px);
}
h2 {
    font-size: clamp(28px, 3vw, 43px);
}
h3 {
    font-size: 22px;
}
p {
    margin-bottom: 1.25em;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #2867d3;
    outline-offset: 5px;
}
::selection {
    background: var(--accent);
    color: white;
}
.container {
    width: min(var(--max), calc(100% - 112px));
    margin-inline: auto;
}
.section {
    padding: 86px 0;
}
.eyebrow {
    display: block;
    color: var(--accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.21em;
    line-height: 1.5;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.eyebrow.light {
    color: #fff;
    letter-spacing: 0.29em;
}
.lp-icon {
    width: 24px;
    height: 24px;
}
.button,
.wp-block-button__link,
input[type='submit'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition:
        filter 0.18s,
        transform 0.18s;
    cursor: pointer;
}
.button:hover,
.wp-block-button__link:hover,
input[type='submit']:hover {
    filter: brightness(0.88);
    transform: translateY(-1px);
}
.button-large {
    min-height: 64px;
    gap: 20px;
    padding: 18px 25px;
    text-transform: uppercase;
    font-size: 15px;
}
.button-large .lp-icon:last-child {
    margin-left: 12px;
    width: 18px;
}
.button-dark {
    background: var(--ink);
}
.button-white {
    background: #fff;
    color: var(--accent);
}
.button-outline {
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.text-link:hover {
    color: var(--accent);
}
.text-link .lp-icon {
    width: 17px;
    height: 17px;
}
.skip-link,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}
.skip-link:focus {
    position: fixed;
    clip: auto;
    clip-path: none;
    width: auto;
    height: auto;
    top: 12px;
    left: 12px;
    background: white;
    color: var(--ink);
    padding: 12px 18px;
    z-index: 1000;
}
.site-header {
    background: var(--ink);
    color: #fff;
    border-bottom: 1px solid #ffffff09;
    position: relative;
    z-index: 20;
}
.header-inner {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
.site-branding {
    flex-shrink: 0;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    white-space: nowrap;
}
.brand .brand-icon {
    width: 50px;
    height: 65px;
    stroke-width: 1.4;
    transform: rotate(-12deg);
}
.brand strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 31px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: -1.4px;
    display: block;
}
.brand em {
    color: var(--accent);
    font-style: inherit;
}
.brand small {
    display: block;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-top: 8px;
}
.custom-logo {
    width: auto;
    max-width: 290px;
    max-height: 76px;
    object-fit: contain;
}
.site-nav {
    display: flex;
    align-items: center;
    gap: 42px;
}
.menu {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu > li {
    position: relative;
}
.menu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 40px 0 36px;
    border-bottom: 3px solid transparent;
}
.menu a:hover,
.menu .current-menu-item > a,
.menu .current_page_item > a {
    color: var(--accent-on-dark);
    border-color: var(--accent);
}
.menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    background: var(--ink);
    padding: 10px 20px;
    min-width: 200px;
    list-style: none;
    display: none;
    box-shadow: 0 10px 20px #0003;
}
.menu .sub-menu a {
    padding: 10px 0;
    border: 0;
}
.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu {
    display: block;
}
.header-cta {
    white-space: nowrap;
    font-size: 13px;
}
.header-cta .lp-icon {
    width: 21px;
}
.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid #5f6465;
    color: #fff;
    border-radius: 4px;
    padding: 9px 12px;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}
.menu-bars,
.menu-bars::before,
.menu-bars::after {
    width: 18px;
    height: 2px;
    background: white;
    display: block;
}
.menu-bars {
    position: relative;
}
.menu-bars::before,
.menu-bars::after {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
}
.menu-bars::after {
    top: 6px;
}
.hero {
    position: relative;
    background: #080c0d;
    color: white;
    isolation: isolate;
    overflow: hidden;
}
.hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #080d0ed9 0%, #080d0e9e 30%, transparent 67%),
        linear-gradient(0deg, #080d0e44, transparent 30%);
    z-index: -1;
}
.hero-inner {
    min-height: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    padding-block: 45px;
}
.hero-copy {
    width: 660px;
    max-width: 62%;
}
.hero .eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
    font-weight: 400;
}
.hero .eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    background: var(--accent);
}
.hero h1 {
    font-size: clamp(46px, 5.05vw, 76px);
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.99;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.hero h1 span {
    display: block;
}
.hero h1 .accent {
    color: var(--accent);
}
.hero-copy > p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 560px;
    margin-bottom: 32px;
}
.hero-signature {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 245px;
    text-align: center;
    transform: rotate(-9deg);
    align-self: flex-end;
    margin: 0 0 16px auto;
    position: relative;
    text-shadow: 0 2px 12px #000;
}
.hero-signature::after {
    content: '';
    display: block;
    width: 190px;
    height: 5px;
    border-radius: 100%;
    background: var(--accent);
    margin: 12px 0 0 auto;
    transform: rotate(-5deg);
}
.benefits {
    background: var(--ink);
    color: white;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-block: 30px;
}
.benefit {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 28px;
    border-right: 1px solid #ffffff24;
}
.benefit:first-child {
    padding-left: 0;
}
.benefit:last-child {
    padding-right: 0;
    border: 0;
}
.benefit > .lp-icon {
    width: 43px;
    height: 49px;
    stroke-width: 1.7;
}
.benefit h2 {
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}
.benefit p {
    font-size: 14px;
    line-height: 1.5;
    color: #d7d9d9;
    margin: 0;
    max-width: 195px;
}
.finder-section {
    background: var(--paper);
    padding: 38px 0;
    scroll-margin-top: 20px;
}
.finder-inner {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    align-items: center;
    gap: 35px;
}
.finder-inner .eyebrow {
    font-size: 10px;
    margin-bottom: 8px;
}
.finder-inner h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px;
}
.finder-inner p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
}
.brands-strip {
    border-bottom: 1px solid #e9ebe9;
}
.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding-block: 32px;
}
.brands-list span {
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 1;
    opacity: 0.8;
}
.brands-list span:nth-child(2) {
    font-family: Georgia, serif;
    font-style: normal;
    font-size: 23px;
}
.brands-list span:nth-child(4) {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-top: 3px solid currentColor;
    padding-top: 2px;
    font-size: 21px;
}
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
}
.section-heading h2 {
    margin: 0;
}
.section-heading > .text-link {
    padding-bottom: 6px;
    flex-shrink: 0;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.service-card {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--accent);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
}
.service-card:hover {
    box-shadow: 0 12px 30px #1823290b;
    transform: translateY(-3px);
}
.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.service-top .lp-icon {
    width: 36px;
    height: 36px;
}
.service-top > span {
    font-size: 12px;
    color: #91989a;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.service-card h3,
.service-card h2 {
    font-size: 22px;
    letter-spacing: -0.035em;
    margin-bottom: 16px;
}
.service-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 30px;
}
.service-card > .text-link {
    margin-top: auto;
}
.about-section {
    background: var(--paper);
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center;
}
.about-visual {
    position: relative;
    aspect-ratio: 1.2;
}
.about-visual img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 65% 50%;
}
.image-caption {
    position: absolute;
    bottom: 25px;
    left: 28px;
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    color: white;
}
.image-caption b {
    color: var(--accent);
}
.about-grid p {
    color: var(--muted);
    font-size: 16px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 32px;
}
.check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    font-size: 14px;
}
.check-list .lp-icon {
    color: var(--accent);
    width: 19px;
    height: 19px;
}
.cta-strip {
    background: var(--accent);
    color: #fff;
    padding: 49px 0;
}
.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cta-inner .eyebrow {
    font-size: 10px;
    margin-bottom: 12px;
}
.cta-inner h2 {
    font-size: 34px;
    margin-bottom: 8px;
}
.cta-inner p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.cta-inner > .button {
    flex-shrink: 0;
    min-height: 56px;
}
.site-footer {
    background: var(--ink);
    color: #c6cbcc;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr 0.8fr 1fr 1fr;
    gap: 60px;
    padding-block: 62px 48px;
}
.footer-brand .brand {
    color: white;
    transform: scale(0.84);
    transform-origin: left top;
    margin-bottom: 12px;
}
.footer-brand p {
    max-width: 300px;
    font-size: 13px;
}
.footer-grid h2 {
    color: white;
    font-size: 15px;
    margin: 5px 0 22px;
    letter-spacing: 0;
}
.footer-grid p,
.footer-links {
    font-size: 13px;
    line-height: 1.9;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}
.footer-links a {
    text-decoration: none;
}
.footer-links a:hover {
    color: white;
    text-decoration: underline;
}
.footer-bottom {
    border-top: 1px solid #ffffff21;
    padding-block: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 11px;
}
.footer-bottom > div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.legal-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom a {
    text-decoration: none;
}
.page-hero {
    background: var(--ink);
    color: white;
    padding: 40px 0 62px;
    position: relative;
    overflow: hidden;
}
.page-hero::after {
    content: '';
    position: absolute;
    right: 8%;
    top: -110px;
    width: 300px;
    height: 520px;
    border: 60px double #ffffff03;
    border-radius: 50%;
    transform: rotate(28deg);
    pointer-events: none;
}
.breadcrumb {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #b7bec0;
    margin-bottom: 36px;
}
.breadcrumb:hover {
    text-decoration: underline;
}
.breadcrumb.dark {
    color: var(--muted);
}
.page-hero .eyebrow {
    color: var(--accent-on-dark);
}
.page-hero h1 {
    margin: 0 0 18px;
}
.page-hero p {
    margin: 0;
    color: #d0d4d5;
    max-width: 680px;
    font-size: 18px;
}
.service-grid-large {
    grid-template-columns: repeat(2, 1fr);
}
.service-grid-large .service-card {
    padding: 35px;
}
.service-grid-large .service-card h2 {
    font-size: 29px;
}
.service-grid-large .service-card p {
    font-size: 16px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
    align-items: start;
}
.contact-details > h2 {
    font-size: 34px;
    margin-bottom: 35px;
    max-width: 340px;
}
.contact-row {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}
.contact-row > .lp-icon {
    color: var(--accent);
    width: 22px;
    margin-top: 2px;
}
.contact-row h3 {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 7px;
}
.contact-row p,
.contact-row a {
    margin: 0;
    font-size: 15px;
}
.contact-details > .button {
    margin-top: 8px;
}
.contact-form-card {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 34px;
    border-radius: 8px;
}
.contact-form-card > h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.contact-form-card > p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 26px;
}
.extra-content {
    margin-top: 36px;
}
.extra-content:empty {
    display: none;
}
.prose {
    max-width: 850px;
    overflow-wrap: anywhere;
}
.prose > h1 {
    font-size: clamp(35px, 4vw, 56px);
}
.prose h2 {
    font-size: 32px;
    margin-top: 1.6em;
}
.prose h3 {
    font-size: 25px;
    margin-top: 1.4em;
}
.prose p,
.prose li {
    line-height: 1.85;
}
.prose a {
    color: var(--accent);
}
.prose .wp-block-button a {
    color: #fff;
}
.prose blockquote {
    border-left: 3px solid var(--accent);
    margin-inline: 0;
    padding: 18px 26px;
    background: var(--paper);
}
.prose table {
    border-collapse: collapse;
    width: 100%;
}
.prose td,
.prose th {
    padding: 12px;
    border: 1px solid var(--line);
}
.prose pre {
    overflow-x: auto;
    background: var(--ink);
    color: white;
    padding: 20px;
}
.alignwide {
    max-width: 1100px;
}
.aligncenter {
    margin-inline: auto;
}
.alignleft {
    float: left;
    margin: 0 25px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 25px;
}
.wp-caption,
.gallery-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-size: 13px;
    color: var(--muted);
}
.page-cover {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    margin-bottom: 28px;
}
.empty-state {
    text-align: center;
    padding: 55px 24px;
    border: 1px dashed var(--line);
    background: var(--paper);
    width: 100%;
}
.empty-state h2 {
    font-size: 28px;
}
.empty-state p {
    color: var(--muted);
}
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.post-card {
    border: 1px solid var(--line);
    padding: 25px;
}
.post-card img {
    aspect-ratio: 1.7;
    object-fit: cover;
    margin-bottom: 25px;
}
.post-card h2 {
    font-size: 26px;
}
.post-card h2 a {
    text-decoration: none;
}
.post-card p {
    font-size: 15px;
    color: var(--muted);
}
.pagination,
.post-navigation {
    margin-top: 36px;
}
.nav-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.search-form {
    display: flex;
    gap: 12px;
    max-width: 560px;
    margin-inline: auto;
}
.search-form label {
    flex: 1;
}
.search-form input {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--line);
    border-radius: 5px;
}
.comments-area {
    padding-bottom: 60px;
}
.comment-list {
    padding-left: 25px;
}
.comment-body {
    padding: 20px;
    border-bottom: 1px solid var(--line);
}
.comment-form label {
    display: block;
}
.comment-form input:not([type='checkbox']),
.comment-form textarea {
    max-width: 100%;
    border: 1px solid #c2c8c7;
    padding: 12px;
    border-radius: 4px;
}
.comment-form-cookies-consent label {
    display: inline;
}
.bypostauthor {
    border-left: 2px solid var(--accent);
}
@media (min-width: 1600px) {
    .hero-inner {
        min-height: 600px;
    }
    .hero h1 {
        font-size: 80px;
    }
}
@media (max-width: 1250px) {
    .container {
        width: calc(100% - 72px);
    }
    .site-nav {
        gap: 24px;
    }
    .menu {
        gap: 22px;
    }
    .brand strong {
        font-size: 27px;
    }
    .brand .brand-icon {
        width: 43px;
    }
    .header-inner {
        gap: 24px;
    }
    .header-cta {
        padding: 12px 16px;
    }
    .benefit {
        gap: 15px;
        padding-inline: 20px;
    }
    .benefit > .lp-icon {
        width: 35px;
    }
    .footer-grid {
        gap: 30px;
    }
    .service-card {
        padding: 24px 20px;
    }
    .contact-grid {
        gap: 45px;
    }
    .finder-inner {
        grid-template-columns: 1fr 1.3fr;
    }
}
@media (max-width: 1100px) {
    .header-inner {
        min-height: 86px;
        flex-wrap: wrap;
        padding-block: 12px;
    }
    .js .menu-toggle {
        display: inline-flex;
    }
    .site-nav {
        width: 100%;
        padding: 10px 0 18px;
        flex-wrap: wrap;
    }
    .js .site-nav {
        display: none;
    }
    .js .site-nav.is-open {
        display: flex;
    }
    .menu {
        width: 100%;
        gap: 0;
        flex-wrap: wrap;
    }
    .menu a {
        padding: 12px 20px 12px 0;
        border-width: 2px;
    }
    .menu .sub-menu {
        position: static;
        box-shadow: none;
        display: block;
        padding: 0 0 0 12px;
    }
    .hero-inner {
        min-height: 520px;
    }
    .hero h1 {
        font-size: 64px;
    }
    .hero-copy {
        max-width: 75%;
    }
    .hero-signature {
        font-size: 25px;
        max-width: 200px;
    }
    .benefits-grid {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    .benefit {
        padding: 0;
        border: 0;
    }
    .benefit h2 {
        font-size: 16px;
    }
    .benefit p {
        max-width: none;
    }
    .finder-inner {
        grid-template-columns: 1fr;
    }
    .finder-form {
        max-width: 700px;
    }
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-grid {
        gap: 40px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brands-list {
        justify-content: center;
        column-gap: 35px;
    }
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 760px) {
    .container {
        width: calc(100% - 40px);
    }
    .section {
        padding: 56px 0;
    }
    .header-inner {
        min-height: 78px;
        gap: 12px;
    }
    .brand {
        gap: 9px;
    }
    .brand strong {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .brand .brand-icon {
        width: 35px;
        height: 47px;
    }
    .brand small {
        font-size: 7px;
        letter-spacing: 0.13em;
        margin-top: 5px;
    }
    .custom-logo {
        max-width: 210px;
        max-height: 60px;
    }
    .hero-inner {
        min-height: 555px;
        padding-block: 42px;
        align-items: flex-start;
    }
    .hero-photo {
        object-position: 62% center;
    }
    .hero::after {
        background:
            linear-gradient(90deg, #080d0eef, #080d0e96 55%, #080d0e3d),
            linear-gradient(0deg, #080d0e77, transparent);
    }
    .hero-copy {
        max-width: 100%;
        width: 100%;
    }
    .hero h1 {
        font-size: clamp(44px, 10.5vw, 68px);
        letter-spacing: -0.045em;
        margin-bottom: 24px;
    }
    .hero .eyebrow {
        font-size: 10px;
        letter-spacing: 0.2em;
        gap: 12px;
        margin-bottom: 22px;
    }
    .hero .eyebrow::before {
        width: 24px;
    }
    .hero-copy > p {
        font-size: 16px;
        max-width: 440px;
        margin-bottom: 28px;
        line-height: 1.6;
    }
    .hero-signature {
        display: none;
    }
    .button-large {
        min-height: 58px;
        padding: 16px 19px;
        font-size: 13px;
        gap: 12px;
    }
    .button-large .lp-icon:last-child {
        margin-left: 5px;
    }
    .benefits-grid {
        padding-block: 26px;
        gap: 26px 18px;
    }
    .benefit {
        gap: 11px;
        align-items: flex-start;
    }
    .benefit > .lp-icon {
        width: 28px;
        height: 34px;
    }
    .benefit h2 {
        font-size: 14px;
        line-height: 1.3;
    }
    .benefit p {
        font-size: 12px;
        line-height: 1.45;
    }
    .finder-section {
        padding: 30px 0;
    }
    .finder-inner {
        gap: 22px;
    }
    .finder-inner h2 {
        font-size: 23px;
    }
    .brands-list {
        gap: 22px 28px;
        padding-block: 26px;
    }
    .brands-list span,
    .brands-list span:nth-child(2),
    .brands-list span:nth-child(4) {
        font-size: 17px;
    }
    .section-heading {
        display: block;
        margin-bottom: 26px;
    }
    .section-heading h2 {
        font-size: 32px;
        line-height: 1.12;
    }
    .section-heading > .text-link {
        margin-top: 20px;
    }
    .service-grid {
        gap: 14px;
    }
    .service-card {
        padding: 23px 18px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 13px;
        margin-bottom: 24px;
    }
    .service-card .text-link {
        font-size: 12px;
        gap: 6px;
    }
    .service-top {
        margin-bottom: 24px;
    }
    .service-top .lp-icon {
        width: 31px;
        height: 31px;
    }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .about-visual {
        aspect-ratio: 1.5;
    }
    .about-grid h2 {
        font-size: 34px;
    }
    .cta-strip {
        padding: 38px 0;
    }
    .cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .cta-inner h2 {
        font-size: 30px;
    }
    .cta-inner p {
        font-size: 14px;
    }
    .footer-grid {
        gap: 28px 24px;
        padding-block: 40px;
    }
    .footer-brand {
        grid-column: 1/-1;
    }
    .footer-brand .brand {
        transform: none;
    }
    .footer-brand p {
        max-width: 420px;
    }
    .footer-grid h2 {
        margin-bottom: 17px;
    }
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-block: 20px;
    }
    .page-hero {
        padding: 27px 0 42px;
    }
    .breadcrumb {
        margin-bottom: 26px;
    }
    .page-hero p {
        font-size: 16px;
    }
    .service-grid-large {
        grid-template-columns: 1fr;
    }
    .service-grid-large .service-card {
        padding: 28px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .contact-details > h2 {
        max-width: none;
    }
    .contact-form-card {
        padding: 25px 20px;
    }
    .contact-form-card > h2 {
        font-size: 24px;
    }
    .prose h2 {
        font-size: 28px;
    }
    .posts-grid {
        grid-template-columns: 1fr;
    }
    .empty-state {
        padding: 35px 18px;
    }
    .empty-state h1 {
        font-size: 35px;
    }
    .search-form {
        flex-direction: column;
    }
}
@media (max-width: 400px) {
    .container {
        width: calc(100% - 30px);
    }
    .brand strong {
        font-size: 21px;
    }
    .brand small {
        font-size: 6.7px;
    }
    .brand .brand-icon {
        width: 30px;
    }
    .menu-toggle {
        padding: 9px;
        font-size: 12px;
    }
    .hero h1 {
        font-size: 45px;
    }
    .service-grid:not(.service-grid-large) {
        grid-template-columns: 1fr;
    }
    .benefit {
        gap: 9px;
    }
    .benefit > .lp-icon {
        width: 24px;
    }
    .benefit h2 {
        font-size: 13px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}

.offers-section {
    background: var(--paper);
}
.offers-section .section-heading {
    align-items: center;
}
.offers-intro {
    font-size: 15px;
    color: var(--muted);
    max-width: 650px;
    margin: 16px 0 0;
    line-height: 1.7;
}
.lp-offers-intro {
    margin-bottom: 38px;
}
@media (min-width: 1101px) {
    .site-nav {
        gap: 27px;
    }
    .menu {
        gap: 24px;
    }
}

.footer-bottom > div {
    display: flex;
    gap: 12px 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer-bottom .legal-menu {
    display: flex;
    gap: 10px 18px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom nav {
    margin: 0;
}

/* The uploaded symbol and live brand text have independent dimensions and colours. */
.brand-image {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.brand-image.with-text .custom-logo {
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 76px;
}
.lp-article > article > h1 {
    font-size: clamp(35px, 4vw, 56px);
}
.lp-article > article > .eyebrow,
.lp-article > article > h1,
.lp-article > article > .page-cover,
.lp-article-content {
    display: block;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.lp-article-content::after {
    content: '';
    display: table;
    clear: both;
}
.lp-article-content > .alignwide {
    width: min(1100px, calc(100vw - 72px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}
.lp-article-content > .alignfull {
    width: calc(100vw - 72px);
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 1101px) and (max-width: 1360px) {
    .header-inner {
        flex-wrap: wrap;
        padding-block: 12px;
    }
    .js .menu-toggle {
        display: inline-flex;
    }
    .site-nav {
        width: 100%;
        padding: 10px 0 18px;
        flex-wrap: wrap;
    }
    .js .site-nav {
        display: none;
    }
    .js .site-nav.is-open {
        display: flex;
    }
    .menu {
        width: 100%;
        flex-wrap: wrap;
    }
    .menu a {
        padding: 12px 20px 12px 0;
    }
    .menu .sub-menu {
        position: static;
        box-shadow: none;
        display: block;
        padding-left: 12px;
    }
}
@media (max-width: 760px) {
    .brand-image.with-text .custom-logo {
        max-width: 44px;
        max-height: 56px;
    }
    .lp-article-content > .alignwide,
    .lp-article-content > .alignfull {
        width: calc(100vw - 40px);
    }
}
@media (max-width: 400px) {
    .brand-image.with-text .custom-logo {
        max-width: 30px;
        max-height: 44px;
    }
    .lp-article-content > .alignwide,
    .lp-article-content > .alignfull {
        width: calc(100vw - 30px);
    }
}

/* Native site names and slogans may be longer than the original wordmark. */
.brand-text {
    min-width: 0;
    max-width: 280px;
    white-space: normal;
    overflow-wrap: anywhere;
}
@media (max-width: 760px) {
    .brand-text {
        max-width: 180px;
    }
}
@media (max-width: 400px) {
    .brand-text {
        max-width: 155px;
    }
}
