/*
Theme Name: Continental Mordialloc
Theme URI: https://verveinnovation.au/
Author: Verve Innovation
Author URI: https://verveinnovation.au/
Description: Modern, lightweight automotive workshop theme for Continental Mordialloc.
Version: 2.2.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: continental-mordialloc
*/

/* 01. Design tokens and reset --------------------------------------------- */
:root {
  --orange: #ec961f;
  --orange-deep: #cf7600;
  --charcoal: #292929;
  --ink: #242424;
  --muted: #676767;
  --cream: #f5efe6;
  --sand: #e9ded0;
  --soft: #f7f7f5;
  --white: #fff;
  --line: #e5dfd6;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 18px 50px rgba(25, 25, 25, .09);
  --shadow-lift: 0 28px 70px rgba(20, 20, 20, .18);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.7 'Montserrat', Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* 02. Typography hierarchy ------------------------------------------------ */
h1, h2, h3, h4, h5, h6, .heading-7 { margin-top: 0; color: inherit; font-weight: 800; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(38px, 4.7vw, 58px); line-height: 1.04; }
h2 { font-size: clamp(29px, 3.4vw, 42px); line-height: 1.12; }
h3 { font-size: clamp(20px, 2vw, 25px); line-height: 1.22; }
h4 { font-size: 18px; line-height: 1.3; }
h5 { font-size: 16px; line-height: 1.35; }
h6 { font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.heading-7 { font-size: 12px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
p { margin: 0 0 1.25em; }
.eyebrow, .kicker, .form-box__eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange-deep); font-size: 12px; font-weight: 900; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before, .kicker::before, .form-box__eyebrow::before { content: ''; width: 30px; height: 2px; background: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-deep); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* 03. Buttons and focus ---------------------------------------------------- */
.button, .wp-block-button__link, input[type='submit'], button[type='submit'] { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #fff; font-size: 14px; font-weight: 900; line-height: 1.2; cursor: pointer; transition: transform .25s var(--ease), background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover, .wp-block-button__link:hover, input[type='submit']:hover, button[type='submit']:hover { border-color: var(--charcoal); background: var(--charcoal); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(20, 20, 20, .18); }
.button-outline { border-color: currentColor; background: transparent; color: inherit; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(236, 150, 31, .5); outline-offset: 3px; }

/* 04. Header and navigation ---------------------------------------------- */
.topbar { padding: 7px 0; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; }
.topbar-inner { display: flex; justify-content: space-between; gap: 24px; }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 999; top: 0; background: var(--charcoal); border-bottom: 1px solid rgba(236, 150, 31, .3); box-shadow: 0 12px 30px rgba(0, 0, 0, .16); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: clamp(18px, 2vw, 30px); }
.site-branding { flex: 0 1 205px; min-width: 150px; color: var(--orange); }
.custom-logo { width: 100%; max-width: 205px; height: auto; }
.site-nav { flex: 1 1 auto; min-width: 0; }
.nav-menu, .nav-menu ul { margin: 0; padding: 0; list-style: none; }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.45vw, 22px); }
.nav-menu > li { position: relative; }
.nav-menu > li.menu-item-has-children { display: grid; grid-template-columns: minmax(0, auto) 22px; column-gap: 2px; align-items: center; }
.nav-menu > li.menu-item-has-children > a { grid-column: 1; grid-row: 1; }
.nav-menu a { color: var(--orange); font-size: clamp(12px, .96vw, 14px); font-weight: 800; line-height: 1.2; }
.nav-menu > li > a { display: block; min-width: 0; padding: 31px 0; white-space: nowrap; }
.nav-menu a:hover, .nav-menu a:focus-visible, .current-menu-item > a, .current-menu-ancestor > a { color: #fff; }
.submenu-toggle { appearance: none; display: grid; width: 22px; min-width: 22px; height: 38px; min-height: 0; place-items: center; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--orange); box-shadow: none; line-height: 1; cursor: pointer; transform: none; }
.nav-menu > li.menu-item-has-children > .submenu-toggle { grid-column: 2; grid-row: 1; align-self: center; }
.submenu-toggle [aria-hidden='true'] { display: block; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.submenu-toggle[aria-expanded='true'] [aria-hidden='true'] { transform: translateY(2px) rotate(225deg); }
.sub-menu { position: absolute; z-index: 20; top: calc(100% - 7px); left: 0; width: 235px; padding: 9px !important; border: 1px solid rgba(236, 150, 31, .24); border-radius: 12px; background: var(--charcoal); box-shadow: 0 20px 45px rgba(0, 0, 0, .3); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-menu > li:nth-last-child(-n+2) > .sub-menu { right: 0; left: auto; }
.sub-menu .sub-menu { top: -9px; left: calc(100% + 9px); }
.sub-menu li { position: relative; }
.sub-menu .menu-item-has-children { display: grid; grid-template-columns: minmax(0, 1fr) 34px; align-items: center; }
.sub-menu .menu-item-has-children > a { grid-column: 1; grid-row: 1; }
.sub-menu .menu-item-has-children > .submenu-toggle { grid-column: 2; grid-row: 1; width: 34px; min-width: 34px; height: 38px; }
.sub-menu .menu-item-has-children > .submenu-toggle [aria-hidden='true'] { transform: translateX(-2px) rotate(-45deg); }
.sub-menu .menu-item-has-children > .submenu-toggle[aria-expanded='true'] [aria-hidden='true'] { transform: translateX(2px) rotate(135deg); }
.sub-menu .menu-item-has-children > .sub-menu { grid-column: 1 / -1; }
.sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; white-space: normal; }
.sub-menu a:hover, .sub-menu a:focus-visible { background: rgba(236, 150, 31, .14); }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu, .menu-item-has-children.submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.header-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.header-actions .button { min-height: 42px; padding: 10px 17px; font-size: 12px; }
.header-actions .button-outline { color: #fff; }
.header-actions .button-outline:hover { border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(236, 150, 31, .5); border-radius: 10px; background: transparent; color: var(--orange); font-size: 24px; cursor: pointer; }

/* WooCommerce cannot restyle the global header. */
body.woocommerce-page .site-header .nav-menu a, body.single-product .site-header .nav-menu a, body.tax-product_cat .site-header .nav-menu a { color: var(--orange) !important; -webkit-text-fill-color: var(--orange); }
body.woocommerce-page .site-header .nav-menu a:hover, body.single-product .site-header .nav-menu a:hover, body.tax-product_cat .site-header .nav-menu a:hover { color: #fff !important; -webkit-text-fill-color: #fff; }
body.woocommerce-page .site-header :where(ul, li), body.single-product .site-header :where(ul, li) { margin: 0; list-style: none; }
body.woocommerce-page .site-header .submenu-toggle, body.single-product .site-header .submenu-toggle, body.tax-product_cat .site-header .submenu-toggle { appearance: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--orange) !important; box-shadow: none !important; line-height: 1 !important; transform: none !important; }

/* 05. Hero and booking form ----------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 660px; background-position: center; background-size: cover; color: #fff; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(18, 18, 18, .96) 0%, rgba(24, 24, 24, .83) 50%, rgba(24, 24, 24, .38) 100%); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--orange), transparent 72%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: clamp(38px, 6vw, 76px); align-items: center; padding: 74px 0; }
.hero-content { max-width: 700px; }
.hero .kicker { color: var(--orange); }
.hero h1 { max-width: 13ch; margin: 17px 0 20px; font-size: clamp(40px, 5vw, 60px); letter-spacing: -.045em; }
.hero-copy { max-width: 620px; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 28px; }
.hero-points span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .06); color: #fff; font-size: 12px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero .button-outline { color: #fff; }
.hero .button-outline:hover { border-color: #fff; background: #fff; color: var(--charcoal); }
.form-box { padding: clamp(26px, 3.5vw, 38px); border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .96); color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .34); }
.form-box__eyebrow { color: var(--orange-deep); }
.form-box h2 { margin: 8px 0 6px; font-size: clamp(26px, 2.7vw, 34px); }
.form-box > p { margin-bottom: 16px; color: var(--muted); font-size: 14px; }
.cm-cf7-booking, .cm-cf7-booking .wpcf7, .cm-cf7-booking .wpcf7-form { margin: 0; }
.cm-cf7-form { display: grid; gap: 10px; }
.cm-cf7-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cm-cf7-field, .cm-cf7-booking .wpcf7-form-control-wrap { display: block; min-width: 0; }
.cm-cf7-booking p { margin: 0; }
.form-box .cm-cf7-booking input:not([type='submit']):not([type='checkbox']):not([type='radio']), .form-box .cm-cf7-booking select, .form-box .cm-cf7-booking textarea, .contact-grid input, .contact-grid select, .contact-grid textarea { width: 100%; min-height: 46px; padding: 11px 14px; border: 1px solid #d9d3ca; border-radius: 9px; background: #fff; color: var(--ink); font-size: 14px; line-height: 1.45; transition: border-color .2s, box-shadow .2s; }
.form-box .cm-cf7-booking select:invalid { color: #757575; }
.form-box .cm-cf7-booking textarea, .contact-grid textarea { min-height: 78px; max-height: 100px; resize: vertical; }
.form-box .cm-cf7-booking :where(input, textarea)::placeholder { color: #757575; opacity: 1; }
.form-box .cm-cf7-booking :where(input, select, textarea):focus, .contact-grid :where(input, select, textarea):focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(236, 150, 31, .14); }
.form-box .cm-cf7-booking .wpcf7-submit { width: 100%; min-height: 48px; margin: 3px 0 0; border-color: var(--orange); border-radius: 999px; background: var(--orange); color: #fff; font-weight: 900; }
.form-box .cm-cf7-booking .wpcf7-submit:hover { border-color: var(--charcoal); background: var(--charcoal); }
.cm-cf7-booking .wpcf7-spinner { position: absolute; margin: 14px 0 0 -38px; }
.cm-cf7-booking .wpcf7-not-valid { border-color: #c93625 !important; }
.cm-cf7-booking .wpcf7-not-valid-tip { margin-top: 4px; color: #a32212; font-size: 11px; font-weight: 700; }
.cm-cf7-booking .wpcf7 form .wpcf7-response-output { margin: 12px 0 0; padding: 9px 12px; border-width: 1px; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.cm-cf7-booking .wpcf7 form.sent .wpcf7-response-output { border-color: #5fa86d; background: #eaf7ed; color: #176b2c; }
.cm-cf7-booking .wpcf7 form.invalid .wpcf7-response-output, .cm-cf7-booking .wpcf7 form.failed .wpcf7-response-output, .cm-cf7-booking .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #d89a8e; background: #fff0ed; color: #a32212; }
.form-notice { padding: 10px 12px; border-radius: 8px; font-size: 13px; }
.form-notice--success { background: #eaf7ed; color: #176b2c; }
.form-notice--error { background: #fff0ed; color: #a32212; }

/* 06. Shared sections ------------------------------------------------------ */
.section { padding: clamp(66px, 7vw, 92px) 0; }
.section-heading { max-width: 760px; margin: 0 auto clamp(34px, 4vw, 48px); text-align: center; }
.section-heading h2 { margin: 9px 0 13px; }
.section-heading p { color: var(--muted); }
.section-heading--split { display: grid; max-width: none; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; text-align: left; }
.section-heading--split p { margin-bottom: 12px; }
.local-experts { background: var(--cream); }
.home-services { background: var(--white); }
.why-section { background: var(--charcoal); color: #fff; }
.workshop-story { background: var(--cream); }
.google-reviews { background: #1b1b1b; color: #fff; }
.home-faq { background: var(--soft); }
.recent-posts { background: #fff; }

/* 07. Local experts -------------------------------------------------------- */
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 7vw, 82px); align-items: center; }
.intro-image { position: relative; }
.intro-image::before { content: ''; position: absolute; z-index: 0; inset: 24px -16px -16px 24px; border-radius: var(--radius-lg); background: var(--orange); }
.intro-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-lift); }
.intro-image__badge { position: absolute; z-index: 2; right: -16px; bottom: 28px; display: grid; min-width: 155px; padding: 16px 20px; border-radius: 14px 0 0 14px; background: var(--charcoal); color: #fff; box-shadow: var(--shadow-soft); }
.intro-image__badge strong { color: var(--orange); font-size: 20px; }
.intro-image__badge small { font-size: 11px; }
.intro-copy h2 { max-width: 15ch; margin: 12px 0 18px; }
.intro-copy > p { color: #555; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 25px 0 28px; }
.check-list span { position: relative; padding: 11px 12px 11px 35px; border: 1px solid rgba(36, 36, 36, .1); border-radius: 9px; background: rgba(255, 255, 255, .58); font-size: 13px; font-weight: 800; }
.check-list span::before { content: '✓'; position: absolute; left: 13px; color: var(--orange-deep); }

/* 08. Luxury service cards ------------------------------------------------ */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { min-width: 0; }
.service-card__link { position: relative; isolation: isolate; display: block; overflow: hidden; min-height: 360px; border-radius: var(--radius-md); background: var(--charcoal); color: #fff; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s ease; }
.service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); transition: transform .6s var(--ease), filter .35s ease; }
.service-card__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(20, 20, 20, .05) 20%, rgba(20, 20, 20, .94) 90%); transition: background .35s ease; }
.service-card__content { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; align-items: end; padding: 24px; }
.service-card__number { grid-column: 1 / -1; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.service-card__content strong { font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.service-card__content > span:not(.service-card__number) { grid-column: 1; overflow: hidden; max-height: 0; color: rgba(255, 255, 255, .76); font-size: 13px; line-height: 1.55; opacity: 0; transform: translateY(10px); transition: max-height .35s ease, opacity .3s ease, transform .3s ease; }
.service-card__content i { grid-column: 2; grid-row: 2 / span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--orange); font-style: normal; transition: transform .3s ease, background .3s ease; }
.service-card:hover .service-card__link, .service-card:focus-within .service-card__link { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.service-card:hover img, .service-card:focus-within img { filter: saturate(1); transform: scale(1.055); }
.service-card:hover .service-card__shade, .service-card:focus-within .service-card__shade { background: linear-gradient(180deg, rgba(20, 20, 20, .2) 12%, rgba(20, 20, 20, .97) 88%); }
.service-card:hover .service-card__content > span:not(.service-card__number), .service-card:focus-within .service-card__content > span:not(.service-card__number) { max-height: 70px; opacity: 1; transform: none; }
.service-card:hover .service-card__content i, .service-card:focus-within .service-card__content i { background: #fff; color: var(--charcoal); transform: rotate(45deg); }

/* 09. Why choose us -------------------------------------------------------- */
.why-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 86px); align-items: start; }
.why-intro { position: sticky; top: 120px; }
.why-intro .eyebrow { color: var(--orange); }
.why-intro h2 { margin: 12px 0 18px; }
.why-intro p { color: rgba(255, 255, 255, .65); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255, 255, 255, .13); }
.why-card { display: grid; grid-template-columns: 38px 1fr; gap: 12px; min-height: 190px; padding: 27px 22px; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); transition: background .25s ease, transform .25s ease; }
.why-card:nth-child(even) { border-right: 0; }
.why-card > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.why-card h3 { margin: 0 0 11px; font-size: 20px; }
.why-card p { margin: 0; color: rgba(255, 255, 255, .63); font-size: 14px; line-height: 1.65; }
.why-card:hover { background: rgba(236, 150, 31, .1); transform: translateY(-3px); }

/* 10. Complete automotive care ------------------------------------------- */
.story-frame { display: grid; grid-template-columns: .35fr 1.65fr; gap: clamp(30px, 6vw, 72px); padding: clamp(34px, 5vw, 58px); border: 1px solid rgba(36, 36, 36, .09); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.story-label { display: flex; flex-direction: column; gap: 18px; }
.story-label__line { display: block; width: 1px; height: 95px; margin-left: 15px; background: linear-gradient(var(--orange), transparent); }
.story-intro h2 { max-width: 17ch; margin: 0 0 21px; }
.story-intro p { color: #555; }
.story-intro a, .story-card a { color: var(--orange-deep); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(207, 118, 0, .28); text-underline-offset: 3px; }
.read-more-button { display: inline-flex; align-items: center; gap: 12px; min-height: 45px; margin-top: 5px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.read-more-button i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-style: normal; transition: transform .25s ease; }
.read-more-button[aria-expanded='true'] i { transform: rotate(180deg); }
.story-more { margin-top: 22px; }
.story-more[hidden] { display: none; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.story-card { padding: 30px; border: 1px solid rgba(36, 36, 36, .09); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.story-number { color: var(--orange-deep); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.story-card h3 { margin: 9px 0 12px; }
.story-card p { margin: 0; color: #5d5d5d; font-size: 14px; }
.difference-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 44px; margin-top: 20px; padding: 34px; border-radius: var(--radius-md); background: var(--charcoal); color: #fff; }
.difference-panel .eyebrow { color: var(--orange); }
.difference-panel h3 { margin: 8px 0 0; }
.difference-panel ul { margin: 0; padding: 0; list-style: none; }
.difference-panel li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .76); font-size: 14px; }
.difference-panel li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

/* 11. Google reviews ------------------------------------------------------- */
.google-reviews .eyebrow { color: var(--orange); }
.google-reviews__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.google-reviews__header h2 { margin: 9px 0 0; }
.google-rating { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: #101010; }
.google-rating__icon { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid #4285f4; border-radius: 8px; color: #4285f4; font-weight: 900; }
.stars { display: block; color: #ffc400; letter-spacing: 1px; }
.google-rating strong { display: block; margin-top: 3px; font-size: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.google-review-card { display: flex; min-height: 260px; flex-direction: column; gap: 16px; padding: 26px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-md); background: #0f0f0f; color: rgba(255, 255, 255, .78); font-size: 14px; font-style: italic; box-shadow: 0 18px 40px rgba(0, 0, 0, .22); transition: transform .3s var(--ease), border-color .3s ease; }
.google-review-card:hover { border-color: rgba(236, 150, 31, .65); transform: translateY(-6px); }
.google-review-card__top { display: grid; grid-template-columns: 44px 1fr; gap: 11px; align-items: center; font-style: normal; }
.google-review-card__top strong, .google-review-card__top small { display: block; }
.google-review-card__top strong { color: #fff; }
.google-review-card__top small { color: rgba(255, 255, 255, .55); }
.google-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #4867c8; color: #fff; font-weight: 900; }
.google-avatar--green { background: #6aa63b; }
.google-avatar--orange { background: #d97820; }
.reviews-action { display: flex; justify-content: center; margin-top: 28px; }

/* 12. FAQ ----------------------------------------------------------------- */
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(42px, 7vw, 82px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 11px 0 15px; }
.faq-intro p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid #dedbd5; border-radius: 13px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item[open] { border-color: rgba(236, 150, 31, .6); box-shadow: 0 12px 30px rgba(25, 25, 25, .07); }
.faq-item summary { position: relative; padding: 18px 56px 18px 20px; color: var(--ink); font-size: 15px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; top: 50%; right: 16px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--charcoal); color: var(--orange); font-size: 18px; transform: translateY(-50%); transition: transform .2s ease, background .2s ease; }
.faq-item[open] summary::after { content: '−'; background: var(--orange); color: #fff; transform: translateY(-50%) rotate(180deg); }
.faq-answer p { max-width: 68ch; margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

/* 13. Blog grids ----------------------------------------------------------- */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); transition: transform .3s var(--ease), box-shadow .3s ease; }
.post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.post-card__link { display: block; height: 100%; }
.post-card__media { position: relative; display: block; overflow: hidden; background: var(--charcoal); }
.post-card__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .45s ease; }
.post-card__media > span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(25, 25, 25, .76); color: #fff; font-size: 13px; font-weight: 900; opacity: 0; transition: opacity .3s ease; }
.post-card:hover .post-card__media img { transform: scale(1.045); }
.post-card:hover .post-card__media > span { opacity: 1; }
.post-card__content { display: grid; gap: 9px; padding: 21px; }
.post-card__content time, .post-meta { color: var(--orange-deep); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.post-card__content strong { font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.post-card__content > span { color: var(--muted); font-size: 14px; }
.archive-intro { max-width: 680px; margin-bottom: 36px; }
.archive-intro h2 { margin: 10px 0; }
.pagination { margin-top: 38px; text-align: center; }
.page-numbers { display: inline-grid; min-width: 40px; height: 40px; place-items: center; margin: 2px; border-radius: 50%; background: var(--soft); }
.page-numbers.current, .page-numbers:hover { background: var(--orange); color: #fff; }

/* 14. Inner pages, sidebars and service pages ----------------------------- */
.page-hero { position: relative; isolation: isolate; display: flex; min-height: 360px; align-items: center; padding: 65px 0; background-position: center; background-size: cover; color: #fff; }
.page-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(20, 20, 20, .96), rgba(20, 20, 20, .72) 58%, rgba(20, 20, 20, .38)); }
.page-hero::after { content: ''; position: absolute; z-index: -1; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--orange), transparent 70%); }
.breadcrumbs { margin-bottom: 13px; color: rgba(255, 255, 255, .65); font-size: 12px; font-weight: 750; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs span { margin-inline: 8px; }
.page-hero .entry-title { max-width: 18ch; margin: 0 0 23px; font-size: clamp(34px, 4.4vw, 52px); }
.page-hero .button-outline { color: #fff; }
.content-area { padding: clamp(62px, 7vw, 88px) 0; }
.content-with-sidebar, .service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(40px, 6vw, 72px); align-items: start; }
.entry-content { min-width: 0; }
.entry-content > :first-child { margin-top: 0; }
.entry-content :where(p, li) { max-width: 74ch; }
.entry-content h2 { margin-top: 1.2em; }
.entry-content h3 { margin-top: 1.35em; }
.entry-content a:not(.button) { color: var(--orange-deep); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.entry-content img, .single-post-image { border-radius: var(--radius-md); }
.single-post-image { width: 100%; margin-bottom: 30px; }
.content-sidebar, .service-sidebar { position: sticky; top: 110px; }
.sidebar-cta { overflow: hidden; padding: 27px; border-radius: var(--radius-md); background: var(--charcoal); color: #fff; box-shadow: var(--shadow-soft); }
.sidebar-cta::before { content: ''; display: block; width: 54px; height: 4px; margin: -27px 0 24px; background: var(--orange); }
.sidebar-cta .eyebrow { color: var(--orange); }
.sidebar-cta h2 { margin: 10px 0 13px; font-size: 24px; }
.sidebar-cta p { color: rgba(255, 255, 255, .68); font-size: 14px; }
.sidebar-cta .button { width: 100%; margin-top: 8px; }
.sidebar-cta .button-outline { color: #fff; }
.service-sidebar { overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); box-shadow: var(--shadow-soft); }
.service-sidebar h2 { margin: 10px 0 18px; font-size: 24px; }
.service-sidebar ul { margin: 0; padding: 0; list-style: none; }
.service-sidebar li { border-bottom: 1px solid var(--line); }
.service-sidebar li a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; font-size: 13px; font-weight: 800; }
.service-sidebar li a span { color: var(--orange-deep); }
.sidebar-quick { margin: 22px -25px -25px; padding: 23px 25px; background: var(--charcoal); color: #fff; }
.sidebar-quick h3 { margin-bottom: 7px; font-size: 19px; }
.sidebar-quick > a:not(.button) { color: var(--orange); font-weight: 900; }
.sidebar-quick .button { width: 100%; margin-top: 15px; }
.related-services { background: var(--soft); }
.service-archive { background: var(--cream); }
.service-archive .service-grid { margin-top: 30px; }

/* 15. Tyres landing template ---------------------------------------------- */
.tyres-intro { background: #fff; }
.tyre-range { background: var(--charcoal); color: #fff; }
.tyre-range .eyebrow { color: var(--orange); }
.tyre-range .section-heading p { color: rgba(255, 255, 255, .65); }
.tyre-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tyre-type-card a { position: relative; isolation: isolate; display: block; overflow: hidden; min-height: 360px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-md); background: #111; transition: transform .3s var(--ease), border-color .3s ease; }
.tyre-type-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.68); transition: transform .5s var(--ease), filter .3s ease; }
.tyre-type-card a::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .94)); }
.tyre-type-card a > span { position: absolute; inset: auto 0 0; display: grid; gap: 8px; padding: 22px; }
.tyre-type-card small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tyre-type-card strong { font-size: 21px; line-height: 1.2; }
.tyre-type-card em { color: rgba(255, 255, 255, .65); font-size: 13px; font-style: normal; }
.tyre-type-card i { position: absolute; right: 20px; bottom: 20px; display: none; font-style: normal; }
.tyre-type-card a:hover { border-color: var(--orange); transform: translateY(-6px); }
.tyre-type-card a:hover img { filter: saturate(1); transform: scale(1.05); }
.tyre-products { background: var(--soft); }
.tyre-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tyre-product-card a { display: block; padding: 14px; border-radius: var(--radius-md); background: var(--charcoal); color: #fff; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.tyre-product-card img { width: 100%; aspect-ratio: 1; border-radius: 12px; background: #161616; object-fit: contain; }
.tyre-product-card strong { display: block; overflow: hidden; margin-top: 13px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.tyre-product-card a:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.tyre-care { background: var(--cream); }
.tyre-care__panel { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: clamp(32px, 5vw, 55px); border-radius: var(--radius-lg); background: var(--charcoal); color: #fff; }
.tyre-care__panel .eyebrow { color: var(--orange); }
.tyre-care__panel h2 { margin: 10px 0 15px; }
.tyre-care__panel p { color: rgba(255, 255, 255, .66); }
.tyre-care__panel ul { margin: 0; padding: 0; list-style: none; }
.tyre-care__panel li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.tyre-care__panel li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

/* 16. Contact and utility templates --------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 72px); align-items: start; }
.contact-card { margin-top: 25px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.map { margin-top: 40px; }
.map iframe { width: 100%; min-height: 380px; border: 0; border-radius: var(--radius-md); }
.error-404 { padding: 100px 0; text-align: center; }

/* 17. WooCommerce ---------------------------------------------------------- */
.cm-shop-shell { padding: 55px 0 80px; }
.cm-shop-shell .woocommerce-breadcrumb { margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.cm-shop-shell .woocommerce-breadcrumb span { margin-inline: 7px; }
.cm-shop-shell .woocommerce-products-header { margin-bottom: 30px; padding: 28px 30px; border-radius: var(--radius-md); background: var(--charcoal); color: #fff; }
.cm-shop-shell .woocommerce-products-header__title { margin: 0; font-size: clamp(29px, 3.2vw, 40px); }
.cm-shop-shell .woocommerce-result-count { color: var(--muted); font-size: 13px; }
.cm-shop-shell .woocommerce-ordering select { min-height: 43px; padding: 8px 35px 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.cm-shop-shell ul.products { display: grid !important; clear: both; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 35px 0 0 !important; padding: 0 !important; }
.cm-shop-shell ul.products::before, .cm-shop-shell ul.products::after { display: none !important; }
.cm-shop-shell ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 13px !important; border-radius: var(--radius-md); background: var(--charcoal); text-align: center; transition: transform .3s var(--ease), box-shadow .3s ease; }
.cm-shop-shell ul.products li.product:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.cm-shop-shell ul.products li.product a { display: block; color: #fff; }
.cm-shop-shell ul.products li.product img { width: 100%; aspect-ratio: 1; margin: 0 !important; border-radius: var(--radius-md) var(--radius-md) 0 0; background: #1b1b1b; object-fit: contain; transition: transform .4s ease; }
.cm-shop-shell ul.products li.product:hover img { transform: scale(1.025); }
.cm-shop-shell ul.products li.product .woocommerce-loop-product__title { overflow: hidden; margin: 0; padding: 14px 13px 3px !important; color: #fff; font-size: 14px !important; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.cm-shop-shell .onsale, .cm-shop-shell ul.products .button, .cm-shop-shell ul.products .price { display: none !important; }
.cm-shop-shell div.product { display: grid; grid-template-columns: minmax(360px, 500px) minmax(0, 1fr); gap: clamp(38px, 6vw, 75px); align-items: start; }
.cm-shop-shell div.product::before, .cm-shop-shell div.product::after { display: none !important; }
.cm-shop-shell div.product .woocommerce-product-gallery, .cm-shop-shell div.product .summary { float: none !important; width: auto !important; margin: 0 !important; min-width: 0; }
.cm-shop-shell div.product .woocommerce-product-gallery { width: min(100%, 480px) !important; }
.cm-shop-shell .woocommerce-product-gallery__wrapper { margin: 0; }
.cm-shop-shell div.product .flex-viewport { width: 100% !important; height: auto !important; aspect-ratio: 1 / 1; border-radius: var(--radius-md); background: var(--charcoal); }
.cm-shop-shell div.product .flex-viewport .woocommerce-product-gallery__wrapper, .cm-shop-shell div.product .flex-viewport .woocommerce-product-gallery__image { height: 100% !important; }
.cm-shop-shell div.product .woocommerce-product-gallery__image a { display: grid; width: 100%; height: 100%; place-items: center; }
.cm-shop-shell div.product .woocommerce-product-gallery__image img { width: 100% !important; height: 100% !important; aspect-ratio: 1 / 1; border-radius: var(--radius-md); background: var(--charcoal); object-fit: contain; }
.cm-shop-shell div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 10px 0 0 !important; padding: 0 !important; }
.cm-shop-shell div.product .flex-control-thumbs li { float: none !important; width: auto !important; margin: 0 !important; }
.cm-shop-shell div.product .flex-control-thumbs img { width: 100% !important; aspect-ratio: 1; border: 2px solid transparent; border-radius: 10px; background: var(--charcoal); object-fit: contain; opacity: .72; }
.cm-shop-shell div.product .flex-control-thumbs img.flex-active { border-color: var(--orange); opacity: 1; }
.cm-shop-shell div.product .summary { padding-top: 22px; }
.cm-shop-shell div.product .product_title { max-width: 100%; margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.08; }
.cm-product-description, .cm-shop-shell .related { grid-column: 1 / -1; margin-top: 30px; padding-top: 35px; border-top: 1px solid var(--line); }
.cm-product-description h2, .cm-shop-shell .related > h2 { font-size: 28px; }
.cm-product-description__content { max-width: 850px; color: #555; }
.cm-product-categories ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.cm-product-categories a { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--soft); color: var(--orange-deep); font-size: 12px; font-weight: 800; }

/* 18. CTA and footer ------------------------------------------------------- */
.logo-carousel { overflow: hidden; padding: 58px 0; background: #fff; }
.logo-carousel__heading { margin-bottom: 30px; text-align: center; }
.logo-carousel__heading h2 { margin: 8px 0 0; font-size: clamp(27px, 3vw, 38px); }
.logo-carousel__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.logo-carousel__track { display: flex; width: max-content; animation: cm-logo-scroll 34s linear infinite; }
.logo-carousel__set { display: flex; flex: 0 0 auto; gap: 20px; padding-right: 20px; }
.logo-carousel__item { display: grid; flex: 0 0 300px; width: 300px; height: 100px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 15px 38px rgba(20, 20, 20, .07); }
.logo-carousel__item img { width: 300px; height: 100px; padding: 6px; object-fit: contain; transition: transform .35s var(--ease), filter .35s ease; }
.logo-carousel__item:hover img { transform: scale(1.04); filter: contrast(1.04); }
.logo-carousel__viewport:hover .logo-carousel__track { animation-play-state: paused; }
@keyframes cm-logo-scroll { to { transform: translateX(-50%); } }
.cta { position: relative; overflow: hidden; padding: 55px 0; background: var(--orange); color: #fff; }
.cta::after { content: ''; position: absolute; top: -130px; right: -90px; width: 320px; height: 320px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta .eyebrow { color: var(--charcoal); }
.cta h2 { margin: 8px 0 7px; font-size: clamp(27px, 3vw, 38px); }
.cta p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .87); }
.cta .hero-actions { flex: 0 0 auto; }
.cta .button { border-color: var(--charcoal); background: var(--charcoal); }
.cta .button:hover { border-color: #fff; background: #fff; color: var(--charcoal); }
.cta .button-outline { border-color: #fff; background: #fff; color: var(--charcoal); }
.site-footer { background: #171717; color: rgba(255, 255, 255, .68); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .7fr .95fr 1.1fr; gap: clamp(30px, 5vw, 65px); padding: 65px 0 50px; }
.footer-logo { width: 190px; margin-bottom: 20px; }
.footer-brand p { max-width: 33ch; font-size: 14px; }
.footer-phone { color: var(--orange); font-size: 24px; font-weight: 900; }
.site-footer h3 { margin-bottom: 19px; color: #fff; font-size: 15px; letter-spacing: .02em; }
.footer-menu { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-menu a { display: inline-flex; color: rgba(255, 255, 255, .7); font-size: 13px; transition: color .2s ease, transform .2s ease; }
.footer-menu a::before { content: ''; width: 0; height: 1px; margin: 10px 0 0; background: var(--orange); transition: width .2s ease, margin-right .2s ease; }
.footer-menu a:hover { color: var(--orange); transform: translateX(3px); }
.footer-menu a:hover::before { width: 14px; margin-right: 7px; }
.footer-contact address { max-width: 28ch; font-style: normal; }
.footer-contact p { font-size: 13px; }
.footer-contact a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
.footer-bottom a { color: var(--orange); }
.mobile-cta { display: none; }

/* 19. Responsive ----------------------------------------------------------- */
@media (max-width: 1120px) {
  .menu-toggle { display: grid; flex: 0 0 46px; place-items: center; margin-left: auto; }
  .site-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; max-height: calc(100vh - 82px); overflow-y: auto; padding: 12px 20px 22px; border-top: 1px solid rgba(236, 150, 31, .25); background: var(--charcoal); box-shadow: 0 24px 45px rgba(0, 0, 0, .3); }
  .site-nav.open { display: block; }
  .nav-menu { display: block; }
  .nav-menu > li { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav-menu > li.menu-item-has-children { display: grid; grid-template-columns: minmax(0, 1fr) 46px; }
  .nav-menu .sub-menu .menu-item-has-children { display: grid; grid-template-columns: minmax(0, 1fr) 46px; }
  .nav-menu > li > a { padding: 14px 4px; font-size: 15px; }
  .submenu-toggle { width: 46px; min-width: 46px; height: 46px; border-radius: 9px; background: rgba(236, 150, 31, .1); }
  .sub-menu .menu-item-has-children > .submenu-toggle { width: 46px; min-width: 46px; height: 46px; border-radius: 9px; background: rgba(236, 150, 31, .1); }
  .sub-menu .menu-item-has-children > .submenu-toggle [aria-hidden='true'] { transform: translateY(-2px) rotate(45deg); }
  .sub-menu .menu-item-has-children > .submenu-toggle[aria-expanded='true'] [aria-hidden='true'] { transform: translateY(2px) rotate(225deg); }
  body.woocommerce-page .site-header .submenu-toggle, body.single-product .site-header .submenu-toggle, body.tax-product_cat .site-header .submenu-toggle { border-radius: 9px !important; background: rgba(236, 150, 31, .1) !important; }
  .sub-menu { position: static; grid-column: 1 / -1; width: auto; padding: 0 0 10px 14px !important; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .submenu-open > .sub-menu { display: block; }
  .sub-menu a { padding: 10px 12px; }
  .header-actions .button:first-child { display: none; }
  body.woocommerce-page .site-header .site-nav, body.single-product .site-header .site-nav, body.tax-product_cat .site-header .site-nav { display: none; }
  body.woocommerce-page .site-header .site-nav.open, body.single-product .site-header .site-nav.open, body.tax-product_cat .site-header .site-nav.open { display: block !important; }
  .tyre-type-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  body.admin-bar .site-header, .site-header { position: relative; top: auto; }
  .hero-grid, .intro-grid, .why-layout, .faq-layout, .content-with-sidebar, .service-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding: 62px 0; }
  .form-box { max-width: 620px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 8px; }
  .service-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .why-intro, .faq-intro, .content-sidebar, .service-sidebar { position: static; }
  .story-frame { grid-template-columns: 1fr; }
  .story-label__line { display: none; }
  .review-grid { grid-template-columns: 1fr; }
  .google-review-card { min-height: 0; }
  .content-sidebar { max-width: 520px; }
  .cm-shop-shell div.product { grid-template-columns: 1fr; }
  .cm-shop-shell div.product .woocommerce-product-gallery { margin-inline: auto !important; }
  .cm-shop-shell ul.products { grid-template-columns: repeat(3, 1fr); }
  .tyre-product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  body { padding-bottom: 58px; }
  .topbar .hours { display: none; }
  .topbar-inner { justify-content: center; text-align: center; }
  .header-inner { min-height: 72px; }
  .site-branding { flex-basis: 175px; }
  .custom-logo { max-width: 175px; }
  .site-nav { top: 72px; max-height: calc(100vh - 72px); }
  .header-actions { display: none; }
  .hero h1 { font-size: clamp(36px, 11vw, 47px); }
  .cm-cf7-row, .service-grid, .post-grid, .story-grid, .difference-panel, .tyre-care__panel { grid-template-columns: 1fr; }
  .service-card__link { min-height: 335px; }
  .service-card__content > span:not(.service-card__number) { max-height: 70px; opacity: 1; transform: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card, .why-card:nth-child(even) { border-right: 0; }
  .story-frame { padding: 28px 22px; }
  .google-reviews__header { align-items: flex-start; flex-direction: column; }
  .google-rating { width: 100%; }
  .page-hero { min-height: 310px; }
  .page-hero .entry-title { font-size: clamp(32px, 10vw, 43px); }
  .cm-shop-shell ul.products { grid-template-columns: repeat(2, 1fr); }
  .cm-shop-shell div.product .product_title { font-size: 27px; }
  .tyre-type-grid { grid-template-columns: 1fr; }
  .tyre-type-card a { min-height: 330px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 25px rgba(0, 0, 0, .18); }
  .mobile-cta a { display: grid; min-height: 58px; place-items: center; background: var(--charcoal); color: #fff; font-size: 13px; font-weight: 900; }
  .mobile-cta a:last-child { background: var(--orange); }
}

@media (max-width: 680px) {
  .logo-carousel { padding: 46px 0; }
  .logo-carousel__item { flex-basis: 210px; width: 210px; height: 70px; border-radius: 10px; }
  .logo-carousel__item img { width: 210px; height: 70px; padding: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .logo-carousel__viewport { overflow-x: auto; mask-image: none; }
  .logo-carousel__track { animation: none; }
  .logo-carousel__set[aria-hidden='true'] { display: none; }
}

@media (max-width: 480px) {
  .check-list, .tyre-product-grid { grid-template-columns: 1fr; }
  .intro-image__badge { right: -6px; }
  .hero-actions, .page-hero .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 13px; }
  .cm-shop-shell ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cm-shop-shell ul.products li.product .woocommerce-loop-product__title { font-size: 12px !important; }
  .cm-shop-shell div.product .flex-control-thumbs { grid-template-columns: repeat(3, 1fr); }
}

@media (hover: none) {
  .service-card:hover .service-card__link, .post-card:hover, .google-review-card:hover, .tyre-type-card a:hover { transform: none; }
  .post-card__media > span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 20. Version 2.1 — centred titles, HTML services and location layouts ----- */
body,
button,
input,
select,
textarea { font-family: 'Montserrat', Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.heading-7 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 800; }

.section-heading,
.why-intro,
.faq-intro,
.google-reviews__header > div { max-width: 850px; margin-inline: auto; text-align: center; }

.section-heading .eyebrow,
.why-intro .eyebrow,
.faq-intro .eyebrow,
.google-reviews__header .eyebrow { justify-content: center; }

.section-heading h2,
.why-intro h2,
.faq-intro h2,
.google-reviews__header h2 { margin: 10px 0 14px; font-size: clamp(31px, 3.7vw, 46px); line-height: 1.12; letter-spacing: -.04em; }

.section-heading p,
.why-intro p,
.faq-intro p,
.google-reviews__header p { max-width: 680px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 16px; line-height: 1.75; }

.section-action { display: flex; justify-content: center; margin-top: 32px; }

.local-experts__heading { max-width: 980px; margin-bottom: 48px; }
.local-experts__heading h2 { max-width: none; }
.local-experts__heading h2 span { display: block; }
.local-experts .intro-copy { max-width: 580px; }
.local-experts .intro-copy > p { font-size: 16px; line-height: 1.8; }

.why-section .why-intro { position: static; margin-bottom: 46px; }
.why-section .why-intro .eyebrow { color: var(--orange); }
.why-section .why-intro p { color: rgba(255, 255, 255, .65); }
.why-section .why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.why-section .why-card,
.why-section .why-card:nth-child(even) { border-right: 1px solid rgba(255, 255, 255, .13); }
.why-section .why-card:nth-child(3n) { border-right: 0; }

.workshop-story .story-frame { display: block; max-width: 980px; margin-inline: auto; }
.workshop-story .story-intro { max-width: 850px; margin-inline: auto; }
.workshop-story .story-intro > p { font-size: 15px; line-height: 1.85; }
.workshop-story .read-more-button { margin-top: 12px; }

.google-reviews__header { align-items: center; flex-direction: column; margin-bottom: 40px; text-align: center; }
.google-reviews__header p { color: rgba(255, 255, 255, .65); }
.google-rating { min-width: 300px; justify-content: center; text-align: left; }

.home-faq .faq-intro { position: static; margin-bottom: 38px; }
.home-faq .faq-list { max-width: 900px; margin-inline: auto; }
.home-faq .faq-intro .text-link { justify-content: center; }

.html-services-page { background: var(--soft); }
.services-page-intro { max-width: 820px; margin: 0 auto 55px; text-align: center; }
.html-services-page .service-grid { margin-top: 10px; }

.location-section { position: relative; overflow: hidden; background: linear-gradient(120deg, #f4efe6 0%, #edf2ff 100%); }
.location-section::before { content: 'SERVICE AREAS'; position: absolute; top: -40px; left: 50%; color: rgba(35, 35, 35, .035); font-size: clamp(72px, 13vw, 190px); font-weight: 900; letter-spacing: .08em; line-height: 1; transform: translateX(-50%); white-space: nowrap; }
.location-shell { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: stretch; }
.location-content,
.location-map { min-width: 0; border: 1px solid rgba(255, 255, 255, .8); border-radius: 28px; background: rgba(255, 255, 255, .88); box-shadow: 0 25px 70px rgba(29, 44, 73, .12); }
.location-content { padding: clamp(34px, 5vw, 56px); }
.location-content h2 { max-width: 15ch; margin: 16px 0 20px; font-size: clamp(31px, 3.4vw, 46px); line-height: 1.18; }
.location-content > p { color: #677084; font-size: 15px; line-height: 1.85; }
.suburb-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 34px; }
.suburb-list span { padding: 9px 13px; border: 1px solid #d7e0f4; border-radius: 999px; background: #fff; color: #313b52; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(45, 63, 102, .06); }
.location-action { display: flex; align-items: center; gap: 18px; }
.location-action strong { font-size: 13px; }
.location-map { position: relative; overflow: hidden; min-height: 560px; padding: 10px; }
.location-map iframe { width: 100%; height: 100%; min-height: 540px; border: 0; border-radius: 20px; }
.map-address-card { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 23px 25px; border-radius: 20px; background: #1e293d; color: #fff; box-shadow: 0 18px 45px rgba(16, 29, 53, .28); }
.map-address-card span,
.map-address-card strong { display: block; }
.map-address-card span { margin-bottom: 4px; font-size: 19px; font-weight: 800; }
.map-address-card strong { color: rgba(255, 255, 255, .68); font-size: 12px; }
.map-address-card .button { flex: 0 0 auto; }

.contact-page { padding-bottom: 0; background: var(--soft); }
.contact-page .section-heading { margin-bottom: 44px; }
.contact-page .contact-grid { align-items: stretch; }
.contact-details-card,
.contact-booking-card { min-width: 0; padding: clamp(28px, 4vw, 42px); border-radius: 24px; box-shadow: var(--shadow-soft); }
.contact-details-card { background: var(--charcoal); color: #fff; }
.contact-details-card .eyebrow { color: var(--orange); }
.contact-details-card h2 { margin: 11px 0 18px; font-size: clamp(27px, 3vw, 38px); }
.contact-page-copy { color: rgba(255, 255, 255, .68); font-size: 14px; }
.contact-data { margin: 26px 0; }
.contact-data > div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.contact-data dt { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-data dd { margin: 0; color: rgba(255, 255, 255, .78); font-size: 13px; }
.contact-details-card .button-outline { color: #fff; }
.contact-booking-card.form-box { border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: var(--shadow-soft); }
.contact-map-full { position: relative; margin-top: 68px; background: var(--charcoal); }
.contact-map-full iframe { display: block; width: 100%; height: min(64vh, 620px); min-height: 460px; border: 0; }
.contact-map-overlay { position: absolute; right: 0; bottom: 32px; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border-radius: 18px; background: rgba(30, 41, 61, .96); color: #fff; box-shadow: 0 18px 45px rgba(10, 20, 40, .28); }
.contact-map-overlay span,
.contact-map-overlay strong { display: block; }
.contact-map-overlay span { margin-bottom: 4px; font-size: 20px; font-weight: 800; }
.contact-map-overlay strong { color: rgba(255, 255, 255, .68); font-size: 12px; }

@media (max-width: 980px) {
  .why-section .why-grid { grid-template-columns: 1fr 1fr; }
  .why-section .why-card:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, .13); }
  .why-section .why-card:nth-child(even) { border-right: 0; }
  .location-shell { grid-template-columns: 1fr; }
  .location-map { min-height: 500px; }
  .location-map iframe { min-height: 480px; }
}

@media (max-width: 720px) {
  .local-experts__heading h2 span { display: inline; }
  .local-experts__heading h2 span + span::before { content: ' '; }
  .why-section .why-grid { grid-template-columns: 1fr; }
  .why-section .why-card,
  .why-section .why-card:nth-child(even),
  .why-section .why-card:nth-child(3n) { border-right: 0; }
  .location-content { padding: 28px 22px; }
  .location-action,
  .map-address-card,
  .contact-map-overlay { align-items: flex-start; flex-direction: column; }
  .location-action .button,
  .map-address-card .button,
  .contact-map-overlay .button { width: 100%; }
  .location-map { min-height: 480px; padding: 7px; }
  .location-map iframe { min-height: 465px; }
  .map-address-card { right: 18px; bottom: 18px; left: 18px; padding: 20px; }
  .contact-data > div { grid-template-columns: 1fr; gap: 5px; }
  .contact-map-overlay { right: 14px; bottom: 18px; left: 14px; width: auto; }
}

/* 21. Version 2.1.2 — wide, maximum two-line inner hero titles ------------- */
@media (min-width: 981px) {
  .page-hero .entry-title { width: max-content; max-width: 100%; white-space: nowrap; text-wrap: nowrap; }
  .page-hero .entry-title.entry-title--wrap { width: min(1050px, 100%); max-width: 100%; white-space: normal; text-wrap: balance; }
}

@media (max-width: 980px) {
  .page-hero .entry-title { max-width: 18ch; white-space: normal; text-wrap: balance; }
}
