/* Holland Automotive public theme */
:root{
  --hal-ink:#122b29;
  --hal-ink-deep:#081b1a;
  --hal-ink-soft:#1d3d3a;
  --hal-panel:#173a37;
  --hal-orange:#f36b38;
  --hal-orange-dark:#d94e1f;
  --hal-orange-soft:#fff0e9;
  --hal-cream:#f7f4ee;
  --hal-paper:#fff;
  --hal-line:#d9e0dd;
  --hal-muted:#60716e;
  --hal-muted-light:#aebbb8;
  --hal-success:#247052;
  --hal-danger:#a73124;
  --hal-shadow:0 24px 70px rgba(8,27,26,.14);
  --hal-shadow-soft:0 14px 38px rgba(8,27,26,.09);
  --hal-radius:18px;
  --hal-radius-sm:10px;
  --hal-container:1180px;
  --hal-header-height:84px;
  --hal-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --hal-display:"Arial Narrow","Roboto Condensed","Aptos Narrow",Impact,ui-sans-serif,system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;background:var(--hal-paper);color:var(--hal-ink);font-family:var(--hal-font);font-size:17px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img,svg{display:block;max-width:100%}
img{height:auto}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--hal-orange);color:#fff}
[hidden]{display:none!important}
.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}
.screen-reader-text:focus,.hal-skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;overflow:visible;white-space:normal;z-index:100000}
.hal-skip-link{position:fixed;left:18px;top:-100px;background:var(--hal-orange);color:#fff;padding:12px 18px;font-weight:800;border-radius:8px;z-index:100000}
.hal-skip-link:focus{top:18px}
.hal-container{width:min(calc(100% - 40px),var(--hal-container));margin-inline:auto}
.hal-narrow-content{max-width:840px}
.hal-section{position:relative;padding:clamp(78px,8vw,128px) 0;overflow:hidden}
.hal-section--light{background:var(--hal-cream)}
.hal-section--dark{background:var(--hal-ink-deep);color:#fff}
.hal-section--panel{background:#edf0ed}
.hal-icon{width:1.35em;height:1.35em;flex:0 0 auto}
.hal-eyebrow{margin:0 0 12px;color:var(--hal-orange);font-size:.77rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
h1,h2,h3,h4{margin:0 0 .55em;color:inherit;font-family:var(--hal-display);font-weight:900;line-height:.98;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(3rem,7vw,6.6rem)}
h2{font-size:clamp(2.2rem,4.5vw,4.25rem)}
h3{font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.08}
p{margin:0 0 1.15em}
ul,ol{margin:0 0 1.3em;padding-left:1.25em}
strong{font-weight:850}

/* Buttons */
.hal-button{--button-bg:var(--hal-orange);--button-text:#fff;--button-border:var(--hal-orange);display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:13px 21px;border:2px solid var(--button-border);border-radius:9px;background:var(--button-bg);color:var(--button-text);font-size:.86rem;font-weight:900;letter-spacing:.035em;text-decoration:none;text-transform:uppercase;box-shadow:none;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.hal-button:hover,.hal-button:focus-visible{transform:translateY(-2px);background:var(--hal-orange-dark);border-color:var(--hal-orange-dark);color:#fff;box-shadow:0 10px 24px rgba(243,107,56,.22)}
.hal-button .hal-icon{width:19px;height:19px}
.hal-button--secondary{--button-bg:transparent;--button-text:var(--hal-ink);--button-border:var(--hal-ink)}
.hal-button--secondary:hover,.hal-button--secondary:focus-visible{background:var(--hal-ink);border-color:var(--hal-ink);color:#fff;box-shadow:none}
.hal-button--ghost{--button-bg:transparent;--button-text:var(--hal-ink);--button-border:var(--hal-line)}
.hal-button--ghost:hover,.hal-button--ghost:focus-visible{background:#fff;border-color:var(--hal-ink);color:var(--hal-ink);box-shadow:none}
.hal-button--glass{--button-bg:rgba(255,255,255,.08);--button-text:#fff;--button-border:rgba(255,255,255,.35);backdrop-filter:blur(10px)}
.hal-button--glass:hover,.hal-button--glass:focus-visible{background:#fff;border-color:#fff;color:var(--hal-ink);box-shadow:none}
.hal-button--text{min-height:auto;padding:8px 0;border:0;border-radius:0;background:transparent;color:var(--hal-ink);box-shadow:none}
.hal-button--text:hover,.hal-button--text:focus-visible{background:transparent;color:var(--hal-orange);box-shadow:none;transform:none}

/* Header */
.hal-notice-bar{position:relative;z-index:100;background:var(--hal-orange);color:#fff;font-size:.86rem;font-weight:800}
.hal-notice-bar .hal-container{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;text-align:center}
.hal-notice-bar .hal-icon{width:18px;height:18px}
.hal-site-header{position:sticky;top:0;z-index:90;background:#fff;box-shadow:0 1px 0 rgba(18,43,41,.08);transition:box-shadow .2s ease}
.hal-site-header.is-stuck{box-shadow:0 12px 32px rgba(8,27,26,.12)}
.admin-bar .hal-site-header{top:32px}
.hal-main-nav{background:rgba(255,255,255,.98)}
.hal-main-nav__inner{display:grid;grid-template-columns:minmax(190px,270px) 1fr auto;align-items:center;min-height:var(--hal-header-height);gap:clamp(18px,2.5vw,34px)}
.hal-site-branding img{width:min(100%,270px);max-height:64px;object-fit:contain;object-position:left center;transition:max-height .2s ease,width .2s ease}
.is-stuck .hal-site-branding img{max-height:52px;width:235px}
.custom-logo-link,.hal-fallback-logo{display:inline-flex;align-items:center;text-decoration:none}
.hal-nav-menu{display:flex;align-items:center;justify-content:flex-end;gap:clamp(15px,2vw,30px);margin:0;padding:0;list-style:none}
.hal-nav-menu li{position:relative;margin:0}
.hal-nav-menu a{display:inline-flex;align-items:center;min-height:44px;color:var(--hal-ink);font-size:.79rem;font-weight:850;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}
.hal-nav-menu a:not(.hal-nav-cta):after{position:absolute;right:0;bottom:6px;left:0;height:3px;background:var(--hal-orange);content:"";transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.hal-nav-menu a:hover:after,.hal-nav-menu .current-menu-item>a:after,.hal-nav-menu .current_page_item>a:after{transform:scaleX(1)}
.hal-nav-menu a.hal-nav-cta{min-height:46px;padding:10px 16px;border-radius:8px;background:var(--hal-orange);color:#fff}
.hal-nav-menu a.hal-nav-cta:hover{background:var(--hal-orange-dark)}
.hal-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.hal-header-booking{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:9px 14px;border-radius:8px;background:var(--hal-orange);color:#fff;font-size:.73rem;font-weight:900;letter-spacing:.05em;text-decoration:none;text-transform:uppercase}
.hal-header-booking:hover{background:var(--hal-orange-dark);color:#fff}
.hal-header-booking .hal-icon{width:17px;height:17px}
.hal-header-phone{display:flex;align-items:center;gap:9px;padding-left:10px;text-decoration:none;white-space:nowrap}
.hal-header-phone__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--hal-orange-soft);color:var(--hal-orange)}
.hal-header-phone .hal-icon{width:20px;height:20px}
.hal-header-phone strong{font-family:var(--hal-display);font-size:1.05rem;letter-spacing:.01em}
.hal-menu-toggle{display:none;width:48px;height:48px;padding:0;border:1px solid var(--hal-line);border-radius:8px;background:#fff;color:var(--hal-ink)}
.hal-menu-toggle span{display:grid;place-items:center}
.hal-menu-toggle .hal-menu-toggle__close{display:none}
.hal-menu-toggle[aria-expanded=true] .hal-menu-toggle__open{display:none}
.hal-menu-toggle[aria-expanded=true] .hal-menu-toggle__close{display:grid}
.hal-menu-toggle .hal-icon{width:25px;height:25px}

/* Homepage hero */
.hal-hero{position:relative;min-height:min(820px,calc(100vh - 122px));overflow:hidden;background:var(--hal-ink-deep);color:#fff}
.hal-hero:after{position:absolute;right:-8vw;bottom:-250px;width:620px;height:620px;border:110px solid rgba(243,107,56,.08);border-radius:50%;content:""}
.hal-hero__media{position:absolute;inset:0;background-image:var(--hal-hero-image);background-position:center;background-size:cover}
.hal-hero__media:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,27,26,.98) 0%,rgba(8,27,26,.93) 39%,rgba(8,27,26,.55) 67%,rgba(8,27,26,.2) 100%);content:""}
.hal-hero__shade{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(8,27,26,.86))}
.hal-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.55fr);align-items:center;min-height:min(820px,calc(100vh - 122px));gap:clamp(45px,7vw,105px);padding-block:72px}
.hal-hero__copy{max-width:780px}
.hal-hero__status{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px;padding:7px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#e5eeec;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;backdrop-filter:blur(8px)}
.hal-hero__status span{width:8px;height:8px;border-radius:50%;background:#57d491;box-shadow:0 0 0 5px rgba(87,212,145,.12)}
.hal-hero h1{max-width:850px;margin-bottom:24px;font-size:clamp(3.7rem,7vw,7.2rem);text-transform:uppercase;text-shadow:0 4px 35px rgba(0,0,0,.18)}
.hal-hero h1::first-line{color:#fff}
.hal-hero__lead{max-width:715px;margin-bottom:32px;color:#d5e0de;font-size:clamp(1.03rem,1.65vw,1.3rem);line-height:1.58}
.hal-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}
.hal-hero__proof{display:flex;flex-wrap:wrap;gap:12px 26px;margin:0;padding:0;list-style:none;color:#e0e8e6;font-size:.79rem;font-weight:750}
.hal-hero__proof li{display:flex;align-items:center;gap:8px}
.hal-hero__proof .hal-icon{width:18px;height:18px;color:var(--hal-orange)}
.hal-hero-panel{position:relative;padding:25px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(10,31,29,.84);box-shadow:0 34px 80px rgba(0,0,0,.3);backdrop-filter:blur(16px)}
.hal-hero-panel:before{position:absolute;top:0;right:22px;left:22px;height:4px;background:var(--hal-orange);content:""}
.hal-hero-panel__top{display:flex;align-items:center;justify-content:space-between;padding:8px 2px 21px;border-bottom:1px solid rgba(255,255,255,.13)}
.hal-hero-panel__top p{margin:0;font-family:var(--hal-display);font-size:1.55rem;font-weight:900;letter-spacing:-.02em;text-transform:uppercase}
.hal-hero-panel__top span{display:grid;width:43px;height:43px;place-items:center;border-radius:10px;background:var(--hal-orange);color:#fff}
.hal-hero-panel__top .hal-icon{width:23px;height:23px}
.hal-price-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 2px;border-bottom:1px solid rgba(255,255,255,.11)}
.hal-price-row span{color:#c9d5d2;font-size:.87rem;font-weight:700}
.hal-price-row strong{font-family:var(--hal-display);font-size:1.75rem;letter-spacing:.01em}
.hal-price-row--accent strong{color:var(--hal-orange)}
.hal-hero-panel__meta{display:grid;gap:13px;padding:20px 0}
.hal-hero-panel__meta>div{display:flex;align-items:flex-start;gap:12px}
.hal-hero-panel__meta .hal-icon{width:20px;height:20px;margin-top:2px;color:var(--hal-orange)}
.hal-hero-panel__meta span{display:flex;flex-direction:column;line-height:1.22}
.hal-hero-panel__meta small{margin-bottom:4px;color:#91a5a1;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hal-hero-panel__meta strong{font-size:.86rem}
.hal-hero-panel__link{display:flex;align-items:center;justify-content:space-between;padding-top:17px;border-top:1px solid rgba(255,255,255,.13);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}
.hal-hero-panel__link:hover{color:var(--hal-orange)}
.hal-hero-panel__link .hal-icon{width:18px;height:18px}

/* Trust strip */
.hal-trust-strip{position:relative;z-index:3;background:#fff;box-shadow:0 20px 50px rgba(8,27,26,.08)}
.hal-trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hal-trust-strip__grid>div{display:flex;align-items:center;gap:13px;min-height:104px;padding:20px 24px;border-right:1px solid var(--hal-line)}
.hal-trust-strip__grid>div:last-child{border-right:0}
.hal-trust-strip__grid>div>span{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:10px;background:var(--hal-orange-soft);color:var(--hal-orange)}
.hal-trust-strip .hal-icon{width:22px;height:22px}
.hal-trust-strip p{display:flex;flex-direction:column;margin:0;line-height:1.2}
.hal-trust-strip strong{font-size:.84rem}
.hal-trust-strip small{margin-top:4px;color:var(--hal-muted);font-size:.68rem}

/* Reviews and booking integrations */
.hal-reviews-section{padding:clamp(64px,7vw,102px) 0;background:#fff}
.hal-reviews-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.45fr);align-items:center;gap:clamp(36px,6vw,84px)}
.hal-reviews-intro h2{font-size:clamp(2.5rem,4.3vw,4.4rem)}
.hal-reviews-intro>p:not(.hal-eyebrow){max-width:520px;color:var(--hal-muted)}
.hal-reviews-widget{min-width:0;padding:24px;border:1px solid var(--hal-line);border-radius:var(--hal-radius);background:var(--hal-cream);box-shadow:var(--hal-shadow-soft);overflow:hidden}
.hal-reviews-widget>div,.hal-reviews-widget iframe{max-width:100%}
.hal-reviews-placeholder{display:grid;min-height:220px;place-items:center;align-content:center;gap:10px;padding:30px;text-align:center}
.hal-reviews-placeholder .hal-icon{width:42px;height:42px;color:var(--hal-orange)}
.hal-reviews-placeholder strong{font-family:var(--hal-display);font-size:1.8rem}
.hal-reviews-placeholder span{max-width:570px;color:var(--hal-muted);font-size:.86rem}
.hal-booking-teaser{padding:34px 0;background:var(--hal-ink);color:#fff}
.hal-booking-teaser__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.hal-booking-teaser__icon{display:grid;width:64px;height:64px;place-items:center;border-radius:14px;background:var(--hal-orange);color:#fff}
.hal-booking-teaser__icon .hal-icon{width:31px;height:31px}
.hal-booking-teaser h2{margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.8rem)}
.hal-booking-teaser p{margin:0;color:#b9c9c6;font-size:.86rem}
.hal-booking-teaser .hal-eyebrow{margin-bottom:5px;color:#ff9f7b}
.hal-booking-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:start;gap:34px}
.hal-booking-shell{min-width:0;padding:clamp(20px,4vw,42px);border:1px solid var(--hal-line);border-radius:var(--hal-radius);background:#fff;box-shadow:var(--hal-shadow-soft)}
.hal-booking-guidance{position:sticky;top:120px;padding:28px;border-radius:var(--hal-radius);background:var(--hal-ink);color:#fff}
.hal-booking-guidance h2{font-size:2.45rem}
.hal-booking-guidance .hal-check-list{color:#d7e1df}
.hal-booking-guidance .hal-button--secondary{--button-text:#fff;--button-border:rgba(255,255,255,.35)}
.hal-integration-notice{padding:28px;border-left:5px solid var(--hal-orange);border-radius:8px;background:var(--hal-orange-soft)}
.hal-integration-notice strong{font-family:var(--hal-display);font-size:1.8rem}
.hal-integration-notice p{margin:8px 0 0}

/* Section headings and grids */
.hal-section-heading{max-width:760px;margin-bottom:44px}
.hal-section-heading--center{margin-inline:auto;text-align:center}
.hal-section-heading h2{margin-bottom:17px}
.hal-section-heading__text{max-width:710px;margin:0;color:var(--hal-muted);font-size:1.05rem}
.hal-section--dark .hal-section-heading__text{color:#b6c7c3}
.hal-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:44px}
.hal-heading-row .hal-section-heading{margin-bottom:0}
.hal-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hal-service-card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:27px;border:1px solid var(--hal-line);border-radius:var(--hal-radius);background:#fff;box-shadow:0 0 0 rgba(8,27,26,0);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.hal-service-card:before{position:absolute;top:0;right:0;width:68px;height:68px;background:linear-gradient(135deg,transparent 50%,var(--hal-orange-soft) 50%);content:""}
.hal-service-card:hover{transform:translateY(-6px);border-color:rgba(243,107,56,.55);box-shadow:var(--hal-shadow-soft)}
.hal-service-card__icon{display:grid;width:58px;height:58px;margin-bottom:28px;place-items:center;border-radius:14px;background:var(--hal-ink);color:#fff;transition:background .2s ease,transform .2s ease}
.hal-service-card:hover .hal-service-card__icon{background:var(--hal-orange);transform:rotate(-4deg)}
.hal-service-card__icon .hal-icon{width:29px;height:29px}
.hal-service-card h3{margin-bottom:12px;font-size:1.62rem}
.hal-service-card__price{margin:-2px 0 11px;color:var(--hal-orange);font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.hal-service-card__body>p:last-child{margin:0;color:var(--hal-muted);font-size:.91rem;line-height:1.55}
.hal-service-card__link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:21px;color:var(--hal-ink);font-size:.73rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}
.hal-service-card__link:hover{color:var(--hal-orange)}
.hal-service-card__link .hal-icon{width:17px;height:17px}

/* Process */
.hal-process-section:before{position:absolute;top:0;right:0;bottom:0;width:44%;background:linear-gradient(135deg,transparent 35%,rgba(243,107,56,.06) 35%);content:""}
.hal-process-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hal-process-grid:before{position:absolute;top:50px;right:9%;left:9%;height:1px;background:rgba(255,255,255,.16);content:""}
.hal-process-card{position:relative;padding:29px 23px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04)}
.hal-process-card>span{position:absolute;top:20px;right:20px;color:rgba(255,255,255,.14);font-family:var(--hal-display);font-size:2rem;font-weight:900}
.hal-process-card__icon{position:relative;z-index:1;display:grid;width:58px;height:58px;margin-bottom:30px;place-items:center;border:6px solid var(--hal-ink-deep);border-radius:50%;background:var(--hal-orange);color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.15)}
.hal-process-card__icon .hal-icon{width:24px;height:24px}
.hal-process-card h3{font-size:1.5rem}
.hal-process-card p{margin:0;color:#aebfbb;font-size:.86rem;line-height:1.55}

/* Split content */
.hal-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(42px,7vw,100px)}
.hal-split--media-right .hal-split__content{order:1}
.hal-split--media-right .hal-split__media{order:2}
.hal-split__content>p:not(.hal-eyebrow){color:var(--hal-muted)}
.hal-check-list{display:grid;gap:11px;margin:28px 0;padding:0;list-style:none}
.hal-check-list li{display:flex;align-items:flex-start;gap:11px}
.hal-check-list .hal-icon{width:20px;height:20px;margin-top:3px;color:var(--hal-orange)}
.hal-diagnosis-section{background:#fff}
.hal-diagnostic-visual{position:relative;min-height:520px;padding:45px;border-radius:25px;background:linear-gradient(150deg,var(--hal-ink) 0%,var(--hal-ink-deep) 78%);box-shadow:var(--hal-shadow)}
.hal-diagnostic-visual:before,.hal-diagnostic-visual:after{position:absolute;border:1px solid rgba(243,107,56,.24);border-radius:50%;content:""}
.hal-diagnostic-visual:before{right:-50px;bottom:-60px;width:260px;height:260px}
.hal-diagnostic-visual:after{right:14px;bottom:4px;width:150px;height:150px}
.hal-diagnostic-visual__screen{position:relative;z-index:2;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:#0c2422;box-shadow:0 26px 50px rgba(0,0,0,.25);overflow:hidden}
.hal-diagnostic-visual__top{display:flex;align-items:center;gap:7px;min-height:45px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.1);color:#91a7a2;font-size:.63rem;font-weight:900;letter-spacing:.1em}
.hal-diagnostic-visual__top span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.22)}
.hal-diagnostic-visual__top span:first-child{background:var(--hal-orange)}
.hal-diagnostic-visual__top strong{margin-left:auto}
.hal-diagnostic-visual__body{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:25px;padding:38px 30px}
.hal-scan-ring{display:grid;aspect-ratio:1;place-items:center;border:1px solid rgba(243,107,56,.28);border-radius:50%;background:radial-gradient(circle,rgba(243,107,56,.14) 0%,transparent 64%);box-shadow:inset 0 0 0 24px rgba(255,255,255,.015)}
.hal-scan-ring:before,.hal-scan-ring:after{position:absolute;border:1px dashed rgba(255,255,255,.12);border-radius:50%;content:""}
.hal-scan-ring span{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:var(--hal-orange);color:#fff;box-shadow:0 0 0 13px rgba(243,107,56,.12)}
.hal-scan-ring .hal-icon{width:34px;height:34px}
.hal-diagnostic-visual__body ul{display:grid;gap:15px;margin:0;padding:0;list-style:none;color:#fff;font-size:.8rem;font-weight:800;text-transform:uppercase}
.hal-diagnostic-visual__body li{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.035)}
.hal-diagnostic-visual__body li span{color:var(--hal-orange);font-family:var(--hal-display);font-size:1.2rem}
.hal-diagnostic-tag{position:absolute;right:12px;bottom:24px;z-index:3;display:flex;flex-direction:column;max-width:250px;padding:17px 20px;border-left:4px solid var(--hal-orange);background:#fff;color:var(--hal-ink);box-shadow:var(--hal-shadow-soft);transform:rotate(-2deg)}
.hal-diagnostic-tag strong{font-family:var(--hal-display);font-size:1.35rem;line-height:1}
.hal-diagnostic-tag span{margin-top:5px;color:var(--hal-muted);font-size:.77rem}
.hal-workshop-photo{position:relative;min-height:520px;border-radius:22px;background-position:center;background-size:cover;box-shadow:var(--hal-shadow);overflow:hidden}
.hal-workshop-photo:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(8,27,26,.86));content:""}
.hal-workshop-photo__label{position:absolute;right:24px;bottom:24px;left:24px;z-index:2;display:flex;align-items:center;gap:14px;padding:17px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(8,27,26,.78);color:#fff;backdrop-filter:blur(10px)}
.hal-workshop-photo__label>span{display:grid;width:43px;height:43px;place-items:center;border-radius:9px;background:var(--hal-orange)}
.hal-workshop-photo__label p{display:flex;flex-direction:column;margin:0;line-height:1.2}
.hal-workshop-photo__label small{margin-bottom:4px;color:#c1cecb;font-size:.64rem;font-weight:800;text-transform:uppercase}
.hal-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}
.hal-stat-grid>div{display:flex;flex-direction:column;padding:17px;border-left:3px solid var(--hal-orange);background:#fff}
.hal-stat-grid strong{font-family:var(--hal-display);font-size:1.35rem;line-height:1}
.hal-stat-grid span{margin-top:6px;color:var(--hal-muted);font-size:.68rem}

/* Payment and FAQs */
.hal-payment-section{background:#fff}
.hal-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hal-support-card{padding:30px;border:1px solid var(--hal-line);border-radius:var(--hal-radius);background:var(--hal-cream)}
.hal-support-card>div{display:grid;width:54px;height:54px;margin-bottom:24px;place-items:center;border-radius:13px;background:var(--hal-orange);color:#fff}
.hal-support-card .hal-icon{width:27px;height:27px}
.hal-support-card h3{font-size:1.65rem}
.hal-support-card p{margin:0;color:var(--hal-muted);font-size:.9rem}
.hal-faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:clamp(45px,8vw,120px)}
.hal-faq-layout__intro{position:sticky;top:140px}
.hal-faq-list{border-top:1px solid var(--hal-line)}
.hal-faq-item{border-bottom:1px solid var(--hal-line)}
.hal-faq-item h3{margin:0;font-family:var(--hal-font)}
.hal-faq-button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:22px;padding:22px 0;border:0;background:transparent;color:var(--hal-ink);font-size:1rem;font-weight:850;text-align:left}
.hal-faq-button:hover{color:var(--hal-orange)}
.hal-faq-button .hal-icon{width:20px;height:20px;transition:transform .2s ease}
.hal-faq-button[aria-expanded=true] .hal-icon{transform:rotate(180deg)}
.hal-faq-answer{padding:0 45px 22px 0;color:var(--hal-muted);font-size:.91rem}
.hal-faq-answer>*:last-child{margin-bottom:0}

/* Interior hero */
.hal-page-hero{position:relative;overflow:hidden;background:var(--hal-ink-deep);color:#fff}
.hal-page-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(243,107,56,.08),transparent 48%),repeating-linear-gradient(135deg,transparent 0,transparent 24px,rgba(255,255,255,.018) 24px,rgba(255,255,255,.018) 25px);content:""}
.hal-page-hero__texture{position:absolute;right:-150px;top:-240px;width:640px;height:640px;border:115px solid rgba(243,107,56,.08);border-radius:50%}
.hal-page-hero__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:60px;min-height:390px;padding-block:75px}
.hal-page-hero--compact .hal-page-hero__inner{min-height:300px;padding-block:58px}
.hal-page-hero__copy{max-width:880px}
.hal-page-hero h1{margin-bottom:18px;font-size:clamp(3.3rem,6.7vw,6.6rem);text-transform:uppercase}
.hal-page-hero--compact h1{font-size:clamp(2.8rem,5.6vw,5.4rem)}
.hal-page-hero__copy>p:last-child{max-width:720px;margin:0;color:#bfcecb;font-size:1.08rem}
.hal-page-hero__mark{display:grid;width:130px;height:130px;flex:0 0 130px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:27px;background:rgba(255,255,255,.04);color:var(--hal-orange);transform:rotate(5deg)}
.hal-page-hero__mark .hal-icon{width:65px;height:65px}

/* Services page */
.hal-content-lead{max-width:870px;margin:0 auto 55px;color:var(--hal-muted);font-size:1.12rem;text-align:center}
.hal-content-lead>*:last-child{margin-bottom:0}
.hal-service-grid--all{grid-template-columns:repeat(3,1fr)}
.hal-wof-section{background:#fff}
.hal-wof-layout{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(45px,8vw,110px)}
.hal-wof-card{padding:34px;border-radius:20px;background:var(--hal-ink-deep);color:#fff;box-shadow:var(--hal-shadow)}
.hal-wof-card__heading{display:flex;align-items:center;gap:17px;margin-bottom:23px}
.hal-wof-card__heading>span{display:grid;width:54px;height:54px;place-items:center;border-radius:12px;background:var(--hal-orange)}
.hal-wof-card__heading .hal-icon{width:27px;height:27px}
.hal-wof-card__heading h2{margin:0;font-size:2rem}
.hal-wof-prices{margin-bottom:20px;border-top:1px solid rgba(255,255,255,.12)}
.hal-wof-prices>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.hal-wof-prices span{color:#c3d0cd;font-size:.88rem}
.hal-wof-prices strong{font-family:var(--hal-display);font-size:1.75rem;color:var(--hal-orange)}
.hal-wof-card>p{color:#aebfbb;font-size:.84rem}
.hal-wof-copy>p:not(.hal-eyebrow){color:var(--hal-muted)}
.hal-info-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hal-info-card{position:relative;padding:27px 23px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04)}
.hal-info-card>span{display:block;margin-bottom:22px;color:var(--hal-orange);font-family:var(--hal-display);font-size:2rem;font-weight:900}
.hal-info-card h3{font-size:1.35rem}
.hal-info-card p{margin:0;color:#aebfbb;font-size:.84rem}

/* About */
.hal-about-opening{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(45px,8vw,110px)}
.hal-about-opening__media{position:relative;min-height:590px;border-radius:22px;background-position:center;background-size:cover;box-shadow:var(--hal-shadow);overflow:hidden}
.hal-about-opening__media:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(8,27,26,.65));content:""}
.hal-about-opening__stamp{position:absolute;right:24px;bottom:24px;z-index:2;display:flex;align-items:center;gap:12px;padding:12px 17px;border-radius:12px;background:#fff;box-shadow:var(--hal-shadow-soft);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hal-about-opening__stamp img{width:48px;height:48px;object-fit:contain}
.hal-principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hal-principle-card{padding:28px;border-radius:15px;background:#fff;border:1px solid var(--hal-line)}
.hal-principle-card>div{display:grid;width:52px;height:52px;margin-bottom:22px;place-items:center;border-radius:12px;background:var(--hal-ink);color:#fff}
.hal-principle-card .hal-icon{width:25px;height:25px}
.hal-principle-card h3{font-size:1.42rem}
.hal-principle-card p{margin:0;color:var(--hal-muted);font-size:.85rem}
.hal-about-noise{background:#fff}
.hal-quote-panel{position:relative;padding:50px;border-radius:22px;background:var(--hal-ink-deep);color:#fff;box-shadow:var(--hal-shadow);overflow:hidden}
.hal-quote-panel:after{position:absolute;right:-90px;bottom:-100px;width:270px;height:270px;border:58px solid rgba(243,107,56,.1);border-radius:50%;content:""}
.hal-quote-panel__mark{display:block;height:60px;color:var(--hal-orange);font-family:Georgia,serif;font-size:7rem;line-height:.8}
.hal-quote-panel blockquote{position:relative;z-index:1;margin:14px 0 25px;font-family:var(--hal-display);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:900;line-height:1.02;letter-spacing:-.03em}
.hal-quote-panel p{position:relative;z-index:1;margin:0;color:#afc0bc;font-size:.88rem}
.hal-location-band__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hal-location-band h2{margin-bottom:10px;font-size:clamp(2.4rem,4.7vw,4.5rem)}
.hal-location-band p:last-child{margin:0;color:#b7c5c2}
.hal-location-band__actions{display:flex;flex-wrap:wrap;gap:12px}

/* Forms */
.hal-form-page,.hal-onboarding-page,.hal-contact-page{overflow:visible}
.hal-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px}
.hal-form-layout__aside{display:grid;gap:18px}
.hal-form-card,.hal-onboarding-shell{padding:clamp(24px,4vw,46px);border:1px solid var(--hal-line);border-radius:22px;background:#fff;box-shadow:var(--hal-shadow-soft)}
.hal-form-card__heading{max-width:720px;margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid var(--hal-line)}
.hal-form-card__heading h2{font-size:clamp(2rem,4vw,3.35rem)}
.hal-form-card__heading p:last-child{margin:0;color:var(--hal-muted)}
.hal-form{display:block}
.hal-form-grid{display:grid;gap:18px}
.hal-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hal-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hal-field{margin-bottom:20px}
.hal-field label,.hal-choice-group legend{display:block;margin-bottom:7px;color:var(--hal-ink);font-size:.78rem;font-weight:900;letter-spacing:.035em}
.hal-field input,.hal-field select,.hal-field textarea{width:100%;min-height:52px;padding:12px 14px;border:1px solid #c9d3d0;border-radius:8px;background:#fff;color:var(--hal-ink);outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.hal-field textarea{min-height:130px;resize:vertical}
.hal-field input:focus,.hal-field select:focus,.hal-field textarea:focus{border-color:var(--hal-orange);box-shadow:0 0 0 4px rgba(243,107,56,.12)}
.hal-field input:user-invalid,.hal-field select:user-invalid,.hal-field textarea:user-invalid,.hal-field.is-invalid input,.hal-field.is-invalid select,.hal-field.is-invalid textarea{border-color:var(--hal-danger);background:#fff8f6}
.hal-field-note,.hal-form-fineprint{margin:7px 0 0;color:var(--hal-muted);font-size:.72rem}
.hal-form-fineprint{margin-top:12px}
.hal-upload-control{position:relative;display:flex;align-items:center;gap:15px;min-height:92px;padding:18px;border:1px dashed #aab9b5;border-radius:10px;background:var(--hal-cream);overflow:hidden}
.hal-upload-control>.hal-icon{width:30px;height:30px;color:var(--hal-orange)}
.hal-upload-control div{display:flex;flex-direction:column}
.hal-upload-control strong{font-size:.83rem}
.hal-upload-control span{color:var(--hal-muted);font-size:.72rem}
.hal-upload-control input{position:absolute;inset:0;min-height:100%;opacity:0;cursor:pointer}
.hal-upload-control:hover{border-color:var(--hal-orange);background:var(--hal-orange-soft)}
.hal-file-list{display:grid;gap:6px;margin-top:10px}
.hal-file-list>span{display:flex;justify-content:space-between;gap:15px;padding:8px 10px;border-radius:6px;background:#eef2f0;font-size:.72rem}
.hal-check-row{display:flex;align-items:flex-start;gap:12px;margin:17px 0;padding:15px;border:1px solid var(--hal-line);border-radius:10px;background:#fbfcfb;color:var(--hal-ink);cursor:pointer}
.hal-check-row:hover{border-color:#aebcb8}
.hal-check-row input{width:19px;height:19px;margin:3px 0 0;accent-color:var(--hal-orange);flex:0 0 auto}
.hal-check-row>span{display:flex;flex-direction:column;font-size:.82rem}
.hal-check-row strong{margin-bottom:4px}
.hal-check-row small{color:var(--hal-muted);font-size:.75rem;line-height:1.5}
.hal-check-row a{color:var(--hal-orange);font-weight:800}
.hal-check-row--optional{background:#f3f5f4}
.hal-submit-button{width:100%;margin-top:8px}
.hal-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.hal-form-alert{margin-bottom:24px;padding:18px 20px;border-radius:10px}
.hal-form-alert h2{margin-bottom:8px;font-family:var(--hal-font);font-size:1rem;letter-spacing:0}
.hal-form-alert ul{margin:0;padding-left:20px;font-size:.84rem}
.hal-form-alert--error{border-left:5px solid var(--hal-danger);background:#fff0ed;color:#6e2019}
.hal-form-success{padding:clamp(32px,6vw,65px);border:1px solid #b9dacb;border-radius:18px;background:#effaf5;text-align:center}
.hal-form-success__icon{display:grid;width:78px;height:78px;margin:0 auto 25px;place-items:center;border-radius:50%;background:var(--hal-success);color:#fff}
.hal-form-success__icon .hal-icon{width:38px;height:38px}
.hal-form-success h2{font-size:clamp(2.1rem,4.5vw,3.8rem)}
.hal-form-success>p:not(.hal-eyebrow):not(.hal-reference){max-width:640px;margin-inline:auto;color:var(--hal-muted)}
.hal-reference{display:inline-block;margin:6px 0 23px;padding:8px 12px;border-radius:6px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}
.hal-form-success__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.hal-aside-card{padding:24px;border:1px solid var(--hal-line);border-radius:16px;background:#fff}
.hal-aside-card h2{font-size:1.55rem}
.hal-aside-card p{color:var(--hal-muted);font-size:.85rem}
.hal-aside-card .hal-button{width:100%}
.hal-aside-card--dark{background:var(--hal-ink-deep);color:#fff}
.hal-aside-card--dark p{color:#afc0bc}
.hal-aside-card__icon{display:grid;width:50px;height:50px;margin-bottom:20px;place-items:center;border-radius:12px;background:var(--hal-orange);color:#fff}
.hal-aside-card--dark>a{display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:var(--hal-display);font-size:1.45rem;font-weight:900;text-decoration:none}
.hal-aside-card--dark>a:hover{color:var(--hal-orange)}

/* Onboarding wizard */
.hal-onboarding-intro{background:#fff;border-bottom:1px solid var(--hal-line)}
.hal-onboarding-intro__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hal-onboarding-intro__grid>div{display:flex;align-items:center;gap:12px;min-height:102px;padding:20px;border-right:1px solid var(--hal-line)}
.hal-onboarding-intro__grid>div:last-child{border-right:0}
.hal-onboarding-intro__grid>.hal-icon{width:26px;height:26px;color:var(--hal-orange)}
.hal-onboarding-intro__grid p{display:flex;flex-direction:column;margin:0;line-height:1.25}
.hal-onboarding-intro__grid strong{font-size:.77rem}
.hal-onboarding-intro__grid span{margin-top:4px;color:var(--hal-muted);font-size:.67rem}
.hal-onboarding-shell{max-width:1040px;margin-inline:auto}
.hal-form-progress{margin:-46px -46px 42px;background:var(--hal-ink-deep);color:#fff;border-radius:22px 22px 0 0;overflow:hidden}
.hal-form-progress ol{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none}
.hal-form-progress li{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:82px;padding:15px;border-right:1px solid rgba(255,255,255,.1);color:#869c97;font-size:.72rem;text-transform:uppercase}
.hal-form-progress li:last-child{border-right:0}
.hal-form-progress li:after{position:absolute;right:0;bottom:0;left:0;height:4px;background:var(--hal-orange);content:"";transform:scaleX(0);transition:transform .2s ease}
.hal-form-progress li.is-active,.hal-form-progress li.is-complete{color:#fff}
.hal-form-progress li.is-active:after{transform:scaleX(1)}
.hal-form-progress li span{display:grid;width:29px;height:29px;place-items:center;border:1px solid currentColor;border-radius:50%;font-weight:900}
.hal-form-progress li.is-complete span{border-color:var(--hal-orange);background:var(--hal-orange)}
.hal-step-heading{margin-bottom:27px;padding-bottom:22px;border-bottom:1px solid var(--hal-line)}
.hal-step-heading h2{font-size:clamp(2.1rem,4vw,3.4rem)}
.hal-step-heading p:last-child{margin:0;color:var(--hal-muted)}
.hal-form-step{animation:halFadeIn .28s ease both}
.js .hal-form-step:not(.is-active){display:none}
.hal-step-actions [data-hal-next],.hal-step-actions [data-hal-back]{display:none}
.js .hal-step-actions [data-hal-next],.js .hal-step-actions [data-hal-back]{display:inline-flex}
@keyframes halFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.hal-choice-group{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px;padding:0;border:0}
.hal-choice-group legend{width:100%}
.hal-choice-group>label{flex:1;min-width:190px;cursor:pointer}
.hal-choice-group>label input{position:absolute;opacity:0}
.hal-choice-group>label>span{display:flex;align-items:center;gap:11px;min-height:58px;padding:14px;border:1px solid var(--hal-line);border-radius:9px;background:#fff;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.hal-choice-group>label input:checked+span{border-color:var(--hal-orange);background:var(--hal-orange-soft);box-shadow:0 0 0 2px rgba(243,107,56,.08)}
.hal-choice-group>label .hal-icon{width:21px;height:21px;color:var(--hal-orange)}
.hal-choice-group--limits>p{width:100%;margin:-4px 0 7px;color:var(--hal-muted);font-size:.78rem}
.hal-choice-group--limits>label{min-width:145px}
.hal-choice-group--limits>label>span{align-items:flex-start;flex-direction:column;gap:3px}
.hal-choice-group--limits strong{font-family:var(--hal-display);font-size:1.35rem}
.hal-choice-group--limits small{color:var(--hal-muted);font-size:.69rem}
.hal-step-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:27px;padding-top:22px;border-top:1px solid var(--hal-line)}
.hal-vehicle-list{display:grid;gap:19px}
.hal-vehicle-card{position:relative;margin:0;padding:25px;border:1px solid var(--hal-line);border-radius:14px;background:var(--hal-cream)}
.hal-vehicle-card legend{padding:0 8px;color:var(--hal-ink);font-family:var(--hal-display);font-size:1.35rem;font-weight:900}
.hal-vehicle-remove{position:absolute;top:15px;right:17px;display:flex;align-items:center;gap:6px;padding:7px 9px;border:0;background:transparent;color:var(--hal-danger);font-size:.68rem;font-weight:850}
.hal-vehicle-remove .hal-icon{width:16px;height:16px}
.hal-add-vehicle{margin-top:16px}
.hal-consent-stack{display:grid;gap:0}
.hal-review-panel{margin-bottom:24px;padding:22px;border-left:4px solid var(--hal-orange);border-radius:0 10px 10px 0;background:var(--hal-cream)}
.hal-review-panel h3{font-size:1.25rem}
.hal-review-panel dl{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin:0}
.hal-review-panel dl>div{padding-bottom:10px;border-bottom:1px solid var(--hal-line)}
.hal-review-panel dt{color:var(--hal-muted);font-size:.66rem;font-weight:850;text-transform:uppercase}
.hal-review-panel dd{margin:3px 0 0;font-size:.84rem;font-weight:750}
.hal-onboarding-aftercare{display:grid;grid-template-columns:repeat(2,1fr);max-width:1040px;margin:18px auto 0;gap:12px}
.hal-onboarding-aftercare>div{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--hal-line);border-radius:10px;background:#fff}
.hal-onboarding-aftercare>div>.hal-icon{width:22px;height:22px;margin-top:2px;color:var(--hal-orange)}
.hal-onboarding-aftercare p{display:flex;flex-direction:column;margin:0}
.hal-onboarding-aftercare strong{font-size:.77rem}
.hal-onboarding-aftercare small{margin-top:3px;color:var(--hal-muted);font-size:.68rem}

/* Contact */
.hal-contact-grid{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:28px}
.hal-contact-details{display:grid;gap:14px}
.hal-contact-card{display:flex;align-items:flex-start;gap:17px;padding:22px;border:1px solid var(--hal-line);border-radius:14px;background:#fff}
.hal-contact-card>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:11px;background:var(--hal-orange-soft);color:var(--hal-orange)}
.hal-contact-card .hal-icon{width:23px;height:23px}
.hal-contact-card div{display:flex;flex-direction:column}
.hal-contact-card p{margin:0 0 3px;color:var(--hal-muted);font-size:.67rem;font-weight:850;text-transform:uppercase}
.hal-contact-card a{font-family:var(--hal-display);font-size:1.3rem;font-weight:900;text-decoration:none}
.hal-contact-card a:hover{color:var(--hal-orange)}
.hal-contact-card small{margin-top:5px;color:var(--hal-muted);font-size:.7rem}
.hal-contact-photo{position:relative;min-height:310px;border-radius:16px;background-position:center;background-size:cover;overflow:hidden}
.hal-contact-photo:after{position:absolute;inset:0;background:linear-gradient(transparent 42%,rgba(8,27,26,.88));content:""}
.hal-contact-photo a{position:absolute;right:16px;bottom:16px;left:16px;z-index:2;display:flex;align-items:center;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(8,27,26,.75);color:#fff;text-decoration:none;backdrop-filter:blur(8px)}
.hal-contact-photo a .hal-icon:last-child{margin-left:auto}
.hal-contact-photo a:hover{background:var(--hal-orange)}

/* Legal/prose */
.hal-legal-layout{display:grid;grid-template-columns:270px minmax(0,1fr);align-items:start;gap:clamp(40px,7vw,100px)}
.hal-legal-sidebar{position:sticky;top:130px}
.hal-legal-sidebar__inner{padding:22px;border:1px solid var(--hal-line);border-radius:14px;background:#fff}
.hal-legal-sidebar nav ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.hal-legal-sidebar nav a{display:block;color:var(--hal-muted);font-size:.72rem;font-weight:750;line-height:1.35;text-decoration:none}
.hal-legal-sidebar nav a:hover,.hal-legal-sidebar nav a.is-active{color:var(--hal-orange)}
.hal-legal-sidebar hr{margin:20px 0;border:0;border-top:1px solid var(--hal-line)}
.hal-legal-sidebar__inner>a{display:flex;align-items:flex-start;gap:10px;font-size:.72rem;text-decoration:none}
.hal-legal-sidebar__inner>a .hal-icon{width:20px;height:20px;color:var(--hal-orange)}
.hal-legal-sidebar__inner>a span{display:flex;flex-direction:column}
.hal-legal-sidebar__inner>a strong{margin-top:4px;font-size:.67rem}
.hal-legal-content{padding:clamp(25px,5vw,58px);border:1px solid var(--hal-line);border-radius:18px;background:#fff;box-shadow:var(--hal-shadow-soft)}
.hal-prose{color:#394c49}
.hal-prose>*:first-child{margin-top:0}
.hal-prose>*:last-child{margin-bottom:0}
.hal-prose h2{margin:1.6em 0 .55em;color:var(--hal-ink);font-size:clamp(1.75rem,3.3vw,2.65rem);line-height:1.05}
.hal-prose h3{margin:1.5em 0 .5em;color:var(--hal-ink);font-size:1.45rem}
.hal-prose p,.hal-prose li{font-size:.96rem}
.hal-prose a{color:var(--hal-orange);font-weight:750}
.hal-prose ul,.hal-prose ol{padding-left:1.35em}
.hal-prose li+li{margin-top:.45em}
.hal-prose blockquote{margin:2em 0;padding:22px 26px;border-left:5px solid var(--hal-orange);background:var(--hal-cream);color:var(--hal-ink);font-family:var(--hal-display);font-size:1.4rem;font-weight:850}
.hal-legal-intro{padding:20px;border-left:4px solid var(--hal-orange);background:var(--hal-orange-soft);color:var(--hal-ink)}
.hal-featured-image{margin:0 0 35px}
.hal-featured-image img{width:100%;border-radius:18px}

/* Service detail */
.hal-service-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:clamp(38px,7vw,90px)}
.hal-service-detail__content{padding:clamp(25px,5vw,48px);border:1px solid var(--hal-line);border-radius:18px;background:#fff}
.hal-service-detail__aside{display:grid;gap:18px}
.hal-service-booking-card{padding:27px;border-radius:18px;background:var(--hal-ink-deep);color:#fff;box-shadow:var(--hal-shadow-soft)}
.hal-service-booking-card__icon{display:grid;width:58px;height:58px;margin-bottom:24px;place-items:center;border-radius:13px;background:var(--hal-orange)}
.hal-service-booking-card__icon .hal-icon{width:29px;height:29px}
.hal-service-booking-card h2{font-size:2.25rem}
.hal-service-booking-card>p:not(.hal-eyebrow){color:#afc0bc;font-size:.84rem}
.hal-service-booking-card .hal-button{width:100%}
.hal-service-booking-card__phone{display:flex;align-items:center;gap:10px;margin-top:17px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);text-decoration:none}
.hal-service-booking-card__phone>.hal-icon{width:21px;height:21px;color:var(--hal-orange)}
.hal-service-booking-card__phone span{display:flex;flex-direction:column;font-size:.66rem;text-transform:uppercase}
.hal-service-booking-card__phone strong{margin-top:3px;font-family:var(--hal-display);font-size:1.3rem;text-transform:none}
.hal-service-detail__note{display:flex;align-items:flex-start;gap:15px;margin-top:35px;padding:20px;border-radius:10px;background:var(--hal-cream)}
.hal-service-detail__note>span,.hal-service-detail__note>.hal-icon{color:var(--hal-orange)}
.hal-service-detail__note>.hal-icon{width:25px;height:25px;flex:0 0 25px}
.hal-service-detail__note p{margin:4px 0 0;color:var(--hal-muted);font-size:.8rem}
.hal-service-grid--related{grid-template-columns:repeat(3,1fr)}

/* Posts, search, 404 */
.hal-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hal-post-card{border:1px solid var(--hal-line);border-radius:16px;background:#fff;overflow:hidden}
.hal-post-card__image{display:block;aspect-ratio:16/10;overflow:hidden}
.hal-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.hal-post-card:hover .hal-post-card__image img{transform:scale(1.04)}
.hal-post-card__body{padding:25px}
.hal-post-card h2{font-size:1.65rem}
.hal-post-card h2 a{text-decoration:none}
.hal-post-card h2 a:hover{color:var(--hal-orange)}
.hal-post-card__body>p:not(.hal-eyebrow){color:var(--hal-muted);font-size:.86rem}
.hal-text-link{display:flex;align-items:center;gap:8px;color:var(--hal-ink);font-size:.72rem;font-weight:900;text-decoration:none;text-transform:uppercase}
.hal-text-link:hover{color:var(--hal-orange)}
.hal-text-link .hal-icon{width:16px;height:16px}
.hal-pagination{margin-top:35px}
.hal-pagination .nav-links{display:flex;justify-content:center;gap:7px}
.hal-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--hal-line);border-radius:7px;background:#fff;text-decoration:none}
.hal-pagination .current,.hal-pagination a:hover{border-color:var(--hal-orange);background:var(--hal-orange);color:#fff}
.hal-empty-state{grid-column:1/-1;padding:70px 30px;text-align:center}
.hal-empty-state>span{display:grid;width:76px;height:76px;margin:0 auto 25px;place-items:center;border-radius:50%;background:var(--hal-orange-soft);color:var(--hal-orange)}
.hal-empty-state>span .hal-icon{width:35px;height:35px}
.hal-empty-state h2{font-size:2.6rem}
.hal-empty-state p{max-width:560px;margin-inline:auto;color:var(--hal-muted)}
.hal-search-results{max-width:900px}
.hal-search-form{margin-bottom:45px;padding:24px;border-radius:14px;background:#fff;border:1px solid var(--hal-line)}
.hal-search-form>label{display:block;margin-bottom:8px;font-size:.75rem;font-weight:900;text-transform:uppercase}
.hal-search-form>div{display:flex;gap:10px}
.hal-search-form input{flex:1;min-height:54px;padding:12px 15px;border:1px solid var(--hal-line);border-radius:8px}
.hal-search-result{padding:25px 0;border-bottom:1px solid var(--hal-line)}
.hal-search-result h2{font-size:2rem}
.hal-search-result h2 a{text-decoration:none}
.hal-search-result h2 a:hover{color:var(--hal-orange)}
.hal-search-result>p:last-child{margin:0;color:var(--hal-muted)}
.hal-404{display:grid;min-height:70vh;place-items:center;padding:90px 20px;background:var(--hal-cream);text-align:center}
.hal-404>section{max-width:780px}
.hal-404__graphic{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:25px;color:var(--hal-ink);font-family:var(--hal-display);font-size:7rem;font-weight:900;line-height:1}
.hal-404__graphic>div{display:grid;width:95px;height:95px;place-items:center;border-radius:50%;background:var(--hal-orange);color:#fff;transform:rotate(-12deg)}
.hal-404__graphic .hal-icon{width:50px;height:50px}
.hal-404 h1{font-size:clamp(3rem,7vw,6rem)}
.hal-404>section>p:not(.hal-eyebrow){color:var(--hal-muted)}
.hal-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}

/* Footer */
.hal-footer-cta{position:relative;padding:58px 0;background:var(--hal-orange);color:#fff;overflow:hidden}
.hal-footer-cta:after{position:absolute;right:-90px;top:-160px;width:400px;height:400px;border:80px solid rgba(255,255,255,.1);border-radius:50%;content:""}
.hal-footer-cta__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:45px}
.hal-footer-cta__inner>div:first-child{max-width:760px}
.hal-footer-cta .hal-eyebrow{color:#fff;opacity:.8}
.hal-footer-cta h2{margin-bottom:10px;font-size:clamp(2.2rem,4.4vw,4rem)}
.hal-footer-cta p:last-child{margin:0;color:rgba(255,255,255,.85)}
.hal-footer-cta__actions{display:flex;flex:0 0 auto;gap:10px}
.hal-footer-cta .hal-button--primary{--button-bg:var(--hal-ink-deep);--button-border:var(--hal-ink-deep)}
.hal-footer-cta .hal-button--primary:hover{--button-bg:#fff;--button-border:#fff;--button-text:var(--hal-ink)}
.hal-footer-cta .hal-button--secondary{--button-text:#fff;--button-border:#fff}
.hal-footer-cta .hal-button--secondary:hover{background:#fff;color:var(--hal-ink)}
.hal-site-footer{background:var(--hal-ink-deep);color:#fff}
.hal-footer-grid{display:grid;grid-template-columns:1.25fr .8fr .55fr;gap:clamp(45px,8vw,100px);padding-block:70px}
.hal-footer-brand img{width:300px;max-height:95px;object-fit:contain;object-position:left center}
.hal-footer-brand>p{max-width:470px;margin:22px 0;color:#9fb2ae;font-size:.88rem}
.hal-footer-badges{display:flex;flex-wrap:wrap;gap:8px}
.hal-footer-badges span{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#c2d0cd;font-size:.67rem;font-weight:800}
.hal-footer-badges .hal-icon{width:15px;height:15px;color:var(--hal-orange)}
.hal-footer-grid h2{margin-bottom:22px;color:#fff;font-size:1rem;font-family:var(--hal-font);letter-spacing:.1em;text-transform:uppercase}
.hal-footer-contact,.hal-footer-menu{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.hal-footer-contact li>a,.hal-footer-contact li>span{display:flex;align-items:flex-start;gap:10px;color:#aebfbb;font-size:.78rem;text-decoration:none}
.hal-footer-contact a:hover{color:#fff}
.hal-footer-contact .hal-icon{width:18px;height:18px;margin-top:2px;color:var(--hal-orange)}
.hal-footer-menu a{color:#aebfbb;font-size:.78rem;text-decoration:none}
.hal-footer-menu a:hover{color:var(--hal-orange)}
.hal-footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
.hal-footer-bottom .hal-container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:70px;color:#768c87;font-size:.68rem}
.hal-footer-bottom p{margin:0}
.hal-mobile-actions{display:none}

/* Consent */
.hal-consent{position:fixed;right:22px;bottom:22px;left:22px;z-index:1000;display:flex;max-width:920px;align-items:center;justify-content:space-between;gap:28px;margin-inline:auto;padding:20px 22px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(8,27,26,.97);color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.35);backdrop-filter:blur(12px)}
.hal-consent strong{display:block;margin-bottom:4px}
.hal-consent p{margin:0;color:#b6c6c2;font-size:.77rem}
.hal-consent a{color:var(--hal-orange);font-size:.72rem;font-weight:800}
.hal-consent__actions{display:flex;flex:0 0 auto;gap:8px}
.hal-consent .hal-button--ghost{--button-text:#fff;--button-border:rgba(255,255,255,.25)}
.hal-consent .hal-button{min-height:46px;padding:10px 14px;font-size:.7rem}

/* Animation helpers */
.hal-reveal{opacity:1;transform:none}
.js .hal-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1)}
.js .hal-reveal.is-visible{opacity:1;transform:none}

/* Responsive */
@media (max-width:1120px){
  .hal-main-nav__inner{grid-template-columns:minmax(190px,235px) 1fr auto;gap:20px}
  .hal-header-phone strong{display:none}
  .hal-header-phone{padding-left:0}
  .hal-header-booking span{display:none}
  .hal-header-booking{width:42px;padding:0;justify-content:center}
  .hal-nav-menu{gap:14px}
  .hal-nav-menu a{font-size:.72rem}
  .hal-hero__inner{grid-template-columns:1fr 330px;gap:42px}
  .hal-principle-grid,.hal-info-card-grid{grid-template-columns:repeat(2,1fr)}
  .hal-onboarding-intro__grid{grid-template-columns:repeat(2,1fr)}
  .hal-onboarding-intro__grid>div:nth-child(2){border-right:0}
  .hal-onboarding-intro__grid>div:nth-child(-n+2){border-bottom:1px solid var(--hal-line)}
}

@media (max-width:960px){
  :root{--hal-header-height:72px}
  .admin-bar .hal-site-header{top:32px}
  .hal-main-nav__inner{grid-template-columns:1fr auto;gap:14px}
  .hal-site-branding img,.is-stuck .hal-site-branding img{width:240px;max-height:58px}
  .js .hal-menu-toggle{display:grid;place-items:center}
  .hal-header-actions{display:none}
  .hal-primary-navigation{grid-column:1/-1;margin-inline:-20px;padding:12px 20px 24px;background:rgba(8,27,26,.99)}
  .js .hal-primary-navigation{position:fixed;top:var(--mobile-menu-top,110px);right:0;bottom:0;left:0;display:none;margin:0;padding:24px 20px 110px;overflow:auto}
  .js .hal-primary-navigation.is-open{display:block}
  .hal-nav-menu{display:grid;justify-content:stretch;gap:0;width:min(100%,620px);margin-inline:auto}
  .hal-nav-menu li{border-bottom:1px solid rgba(255,255,255,.1)}
  .hal-nav-menu a{display:flex;min-height:60px;justify-content:space-between;color:#fff;font-family:var(--hal-display);font-size:1.45rem;letter-spacing:0;text-transform:none}
  .hal-nav-menu a:not(.hal-nav-cta):after{display:none}
  .hal-nav-menu a.hal-nav-cta{justify-content:center;margin-top:20px;font-family:var(--hal-font);font-size:.78rem;text-transform:uppercase}
  .hal-hero{min-height:auto}
  .hal-hero__media:after{background:linear-gradient(90deg,rgba(8,27,26,.98),rgba(8,27,26,.82))}
  .hal-hero__inner{grid-template-columns:1fr;min-height:auto;padding-block:75px}
  .hal-hero__copy{max-width:820px}
  .hal-hero-panel{max-width:620px}
  .hal-trust-strip__grid{grid-template-columns:repeat(2,1fr)}
  .hal-trust-strip__grid>div:nth-child(2){border-right:0}
  .hal-trust-strip__grid>div:nth-child(-n+2){border-bottom:1px solid var(--hal-line)}
  .hal-service-grid,.hal-service-grid--all,.hal-service-grid--related{grid-template-columns:repeat(2,1fr)}
  .hal-process-grid{grid-template-columns:repeat(2,1fr)}
  .hal-process-grid:before{display:none}
  .hal-split,.hal-about-opening,.hal-wof-layout{grid-template-columns:1fr}
  .hal-split--media-right .hal-split__content,.hal-split--media-right .hal-split__media{order:initial}
  .hal-diagnostic-visual,.hal-workshop-photo{min-height:470px}
  .hal-faq-layout{grid-template-columns:1fr;gap:40px}
  .hal-faq-layout__intro{position:static}
  .hal-support-grid{grid-template-columns:1fr}
  .hal-reviews-layout,.hal-booking-layout{grid-template-columns:1fr}
  .hal-booking-guidance{position:static}
  .hal-booking-teaser__inner{grid-template-columns:auto 1fr}
  .hal-booking-teaser .hal-button{grid-column:1/-1;width:100%}
  .hal-page-hero__mark{width:100px;height:100px;flex-basis:100px}
  .hal-page-hero__mark .hal-icon{width:48px;height:48px}
  .hal-form-layout,.hal-contact-grid,.hal-service-detail__layout{grid-template-columns:1fr}
  .hal-form-layout__aside{grid-template-columns:repeat(3,1fr)}
  .hal-contact-details{grid-template-columns:repeat(2,1fr)}
  .hal-contact-photo{grid-column:1/-1}
  .hal-legal-layout{grid-template-columns:1fr}
  .hal-legal-sidebar{position:static}
  .hal-legal-sidebar nav ul{grid-template-columns:repeat(2,1fr)}
  .hal-post-grid{grid-template-columns:repeat(2,1fr)}
  .hal-footer-cta__inner{align-items:flex-start;flex-direction:column}
  .hal-footer-grid{grid-template-columns:1fr 1fr}
  .hal-footer-brand{grid-column:1/-1}
}

@media (max-width:720px){
  body{font-size:16px;padding-bottom:64px}
  .hal-container{width:min(calc(100% - 28px),var(--hal-container))}
  .hal-section{padding:68px 0}
  .admin-bar .hal-site-header{top:46px}
  .hal-main-nav__inner{min-height:70px}
  .hal-site-branding img,.is-stuck .hal-site-branding img{width:205px;max-height:52px}
  .hal-primary-navigation{top:108px}
  .hal-notice-bar+.hal-site-header .hal-primary-navigation{top:108px}
  .admin-bar .hal-primary-navigation{top:154px}
  .admin-bar .hal-notice-bar+.hal-site-header .hal-primary-navigation{top:154px}
  .hal-hero__inner{padding-block:58px}
  .hal-hero h1{font-size:clamp(3.4rem,15vw,5.3rem)}
  .hal-hero__status{font-size:.62rem}
  .hal-hero__actions{display:grid}
  .hal-hero__actions .hal-button{width:100%}
  .hal-hero__proof{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .hal-hero-panel{padding:20px}
  .hal-trust-strip__grid{grid-template-columns:1fr}
  .hal-trust-strip__grid>div{min-height:84px;border-right:0;border-bottom:1px solid var(--hal-line)!important;padding:15px 5px}
  .hal-trust-strip__grid>div:last-child{border-bottom:0!important}
  .hal-heading-row{align-items:flex-start;flex-direction:column}
  .hal-reviews-widget{padding:14px}
  .hal-booking-teaser__inner{grid-template-columns:1fr;text-align:center}
  .hal-booking-teaser__icon{margin-inline:auto}
  .hal-booking-teaser .hal-button{grid-column:auto}
  .hal-service-grid,.hal-service-grid--all,.hal-service-grid--related{grid-template-columns:1fr}
  .hal-service-card{min-height:300px}
  .hal-process-grid,.hal-principle-grid,.hal-info-card-grid{grid-template-columns:1fr}
  .hal-diagnostic-visual{min-height:430px;padding:22px}
  .hal-diagnostic-visual__body{grid-template-columns:1fr;padding:24px}
  .hal-scan-ring{width:150px;margin-inline:auto}
  .hal-diagnostic-tag{right:4px;bottom:12px}
  .hal-workshop-photo,.hal-about-opening__media{min-height:390px}
  .hal-stat-grid{grid-template-columns:1fr}
  .hal-page-hero__inner{min-height:330px;padding-block:55px}
  .hal-page-hero--compact .hal-page-hero__inner{min-height:280px}
  .hal-page-hero__mark{display:none}
  .hal-page-hero h1{font-size:clamp(3rem,13vw,5rem)}
  .hal-wof-card{padding:25px}
  .hal-about-opening__stamp{right:15px;bottom:15px;left:15px;justify-content:center}
  .hal-quote-panel{padding:35px 27px}
  .hal-location-band__inner{align-items:flex-start;flex-direction:column}
  .hal-location-band__actions{display:grid;width:100%}
  .hal-form-card,.hal-onboarding-shell{padding:22px 17px;border-radius:15px}
  .hal-form-grid--2,.hal-form-grid--3{grid-template-columns:1fr}
  .hal-form-layout__aside{grid-template-columns:1fr}
  .hal-onboarding-intro__grid{grid-template-columns:1fr}
  .hal-onboarding-intro__grid>div{min-height:82px;border-right:0;border-bottom:1px solid var(--hal-line)!important;padding-inline:0}
  .hal-onboarding-intro__grid>div:last-child{border-bottom:0!important}
  .hal-form-progress{margin:-22px -17px 30px;border-radius:15px 15px 0 0}
  .hal-form-progress li{min-height:66px;padding:10px 5px}
  .hal-form-progress li strong{display:none}
  .hal-choice-group{display:grid;grid-template-columns:1fr}
  .hal-choice-group>label{min-width:0}
  .hal-step-actions{align-items:stretch;flex-direction:column-reverse}
  .hal-step-actions .hal-button{width:100%}
  .hal-vehicle-card{padding:20px 14px}
  .hal-vehicle-remove span{display:none}
  .hal-review-panel dl{grid-template-columns:1fr}
  .hal-onboarding-aftercare{grid-template-columns:1fr}
  .hal-contact-details{grid-template-columns:1fr}
  .hal-legal-sidebar nav ul{grid-template-columns:1fr}
  .hal-legal-content{padding:25px 19px}
  .hal-post-grid{grid-template-columns:1fr}
  .hal-search-form>div{flex-direction:column}
  .hal-search-form .hal-button{width:100%}
  .hal-footer-cta__actions{display:grid;width:100%}
  .hal-footer-grid{grid-template-columns:1fr;padding-block:55px}
  .hal-footer-brand{grid-column:auto}
  .hal-footer-bottom .hal-container{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:18px}
  .hal-mobile-actions{position:fixed;right:0;bottom:0;left:0;z-index:800;display:grid;grid-template-columns:repeat(3,1fr);height:64px;border-top:1px solid rgba(255,255,255,.15);background:rgba(8,27,26,.98);color:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.15);backdrop-filter:blur(10px)}
  .hal-mobile-actions a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-right:1px solid rgba(255,255,255,.1);font-size:.62rem;font-weight:850;text-decoration:none;text-transform:uppercase}
  .hal-mobile-actions a:last-child{border-right:0}
  .hal-mobile-actions a:nth-child(2){background:var(--hal-orange)}
  .hal-mobile-actions .hal-icon{width:20px;height:20px}
  .hal-consent{right:10px;bottom:74px;left:10px;align-items:stretch;flex-direction:column;gap:15px;padding:17px}
  .hal-consent__actions{display:grid;grid-template-columns:1fr 1fr}
}

@media (max-width:420px){
  .hal-hero__proof{grid-template-columns:1fr}
  .hal-site-branding img,.is-stuck .hal-site-branding img{width:180px}
  .hal-page-hero h1{font-size:2.9rem}
}

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

@media print{
  .hal-site-header,.hal-notice-bar,.hal-footer-cta,.hal-site-footer,.hal-mobile-actions,.hal-consent,.hal-form-progress,.hal-step-actions,.hal-page-hero__mark{display:none!important}
  body{padding:0;background:#fff;color:#000;font-size:11pt}
  .hal-section,.hal-page-hero__inner{padding:20px 0;min-height:0}
  .hal-page-hero{background:#fff;color:#000}
  .hal-page-hero:before,.hal-page-hero__texture{display:none}
  .hal-page-hero__copy>p:last-child{color:#333}
  .hal-onboarding-shell,.hal-form-success,.hal-legal-content{border:0;box-shadow:none;padding:0}
}

/* --------------------------------------------------------------------------
   Version 1.2 — cleaner workshop-first top of page
   -------------------------------------------------------------------------- */
:root{
  --hal-ink:#171717;
  --hal-ink-deep:#0d0d0d;
  --hal-ink-soft:#2a2a2a;
  --hal-panel:#222;
  --hal-orange:#f36b38;
  --hal-orange-dark:#d94e1f;
  --hal-cream:#f5f2ed;
  --hal-line:#dedbd5;
  --hal-muted:#68645f;
  --hal-header-height:76px;
}

/* One header row only. The old announcement/utility strips are deliberately
   not rendered by header.php. */
.hal-site-header--single{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(23,23,23,.09);box-shadow:none;backdrop-filter:blur(14px)}
.hal-site-header--single.is-stuck{box-shadow:0 12px 36px rgba(0,0,0,.09)}
.hal-header-row{display:grid;grid-template-columns:minmax(190px,250px) 1fr auto;align-items:center;min-height:76px;gap:clamp(18px,3vw,42px)}
.hal-site-header--single .hal-site-branding img,.hal-site-header--single.is-stuck .hal-site-branding img{width:min(100%,235px);max-height:56px}
.hal-primary-navigation--fixed{min-width:0}
.hal-primary-navigation--fixed .hal-nav-menu{justify-content:center;gap:clamp(17px,2.2vw,32px)}
.hal-primary-navigation--fixed .hal-nav-menu a{font-size:.76rem;letter-spacing:.07em}
.hal-header-actions--clean{gap:8px}
.hal-header-action,.hal-header-call{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.045em;text-decoration:none;text-transform:uppercase;white-space:nowrap}
.hal-header-action{padding:9px 14px;border:1px solid var(--hal-line);background:#fff;color:var(--hal-ink)}
.hal-header-action:hover{border-color:var(--hal-ink);background:var(--hal-ink);color:#fff}
.hal-header-action--book{border-color:var(--hal-orange);background:var(--hal-orange);color:#fff}
.hal-header-action--book:hover{border-color:var(--hal-orange-dark);background:var(--hal-orange-dark)}
.hal-header-action .hal-icon,.hal-header-call .hal-icon{width:17px;height:17px}
.hal-header-call{width:42px;padding:0;background:var(--hal-ink);color:#fff}
.hal-header-call span{display:none}
.hal-header-call:hover{background:var(--hal-orange);color:#fff}

/* Restrained split hero: no giant overlaid pricing panel. */
.hal-home-hero{position:relative;overflow:hidden;background:var(--hal-ink-deep);color:#fff}
.hal-home-hero:before{position:absolute;inset:0;background:radial-gradient(circle at 14% 20%,rgba(243,107,56,.14),transparent 33%),linear-gradient(135deg,#111 0%,#0b0b0b 68%);content:""}
.hal-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);align-items:center;gap:clamp(48px,7vw,100px);min-height:650px;padding-block:76px}
.hal-home-hero__copy{max-width:700px}
.hal-home-hero h1{max-width:760px;margin-bottom:22px;font-size:clamp(3.2rem,5.7vw,6rem);line-height:.94;text-transform:none}
.hal-home-hero__lead{max-width:650px;margin-bottom:30px;color:#d5d2ce;font-size:clamp(1.02rem,1.45vw,1.23rem);line-height:1.62}
.hal-home-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-bottom:38px}
.hal-home-hero .hal-button--secondary{--button-text:#fff;--button-border:rgba(255,255,255,.45)}
.hal-home-hero .hal-button--secondary:hover{background:#fff;border-color:#fff;color:var(--hal-ink)}
.hal-text-action{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:.82rem;font-weight:850;text-decoration:none}
.hal-text-action:hover{color:#ff9a72}
.hal-text-action .hal-icon{width:18px;height:18px;color:var(--hal-orange)}
.hal-home-hero__facts{display:grid;grid-template-columns:auto auto 1fr;gap:0;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.hal-home-hero__facts>div{display:flex;min-height:78px;flex-direction:column;justify-content:center;padding:13px 24px;border-right:1px solid rgba(255,255,255,.16)}
.hal-home-hero__facts>div:first-child{padding-left:0}
.hal-home-hero__facts>div:last-child{border-right:0}
.hal-home-hero__facts strong{font-family:var(--hal-display);font-size:1.45rem;line-height:1.05}
.hal-home-hero__facts span{margin-top:4px;color:#aaa7a2;font-size:.67rem;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.hal-home-hero__visual{position:relative;min-width:0;padding:22px 0 30px 30px}
.hal-home-hero__photo{position:relative;overflow:hidden;aspect-ratio:4/4.55;border-radius:22px 4px 22px 4px;background:#222;box-shadow:0 40px 90px rgba(0,0,0,.42)}
.hal-home-hero__photo:after{position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:inherit;content:""}
.hal-home-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hal-home-hero__visual:before{position:absolute;top:0;right:-26px;width:58%;height:42%;border-radius:18px;background:var(--hal-orange);content:"";transform:rotate(3deg)}
.hal-home-hero__badge{position:absolute;display:flex;align-items:center;gap:12px;max-width:280px;padding:14px 17px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(23,23,23,.94);color:#fff;box-shadow:0 20px 50px rgba(0,0,0,.3);text-decoration:none;backdrop-filter:blur(12px)}
.hal-home-hero__badge .hal-icon{width:23px;height:23px;color:var(--hal-orange)}
.hal-home-hero__badge span{display:flex;flex-direction:column;font-size:.68rem;line-height:1.35;color:#bbb7b2}
.hal-home-hero__badge strong{color:#fff;font-size:.8rem;letter-spacing:.035em;text-transform:uppercase}
.hal-home-hero__badge--top{top:54px;left:0}
.hal-home-hero__badge--bottom{right:-14px;bottom:0}
.hal-home-hero__badge--bottom:hover{background:var(--hal-orange);color:#fff}
.hal-home-hero__badge--bottom:hover .hal-icon{color:#fff}

/* Reviews now appear immediately after the hero and remain visible whenever
   Trustindex is active, without requiring a second hidden switch. */
.hal-reviews-first{padding:clamp(66px,7vw,104px) 0;background:#fff}
.hal-reviews-first__heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.55fr);align-items:end;gap:40px;margin-bottom:36px}
.hal-reviews-first__heading h2{max-width:820px;margin:0;font-size:clamp(2.6rem,4.8vw,4.8rem)}
.hal-reviews-first__heading>p{max-width:460px;margin:0;color:var(--hal-muted)}
.hal-reviews-first__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.55fr);gap:22px;align-items:stretch}
.hal-live-reviews{min-width:0;padding:24px;border:1px solid var(--hal-line);border-radius:18px;background:var(--hal-cream);box-shadow:0 18px 50px rgba(0,0,0,.07);overflow:hidden}
.hal-live-reviews>div,.hal-live-reviews iframe{max-width:100%}
.hal-review-chat{position:relative;overflow:hidden;padding:30px;border-radius:18px;background:var(--hal-ink);color:#fff}
.hal-review-chat:after{position:absolute;right:-65px;bottom:-65px;width:170px;height:170px;border:34px solid rgba(243,107,56,.18);border-radius:50%;content:""}
.hal-review-chat>*{position:relative;z-index:1}
.hal-review-chat__icon{display:grid;width:48px;height:48px;margin-bottom:34px;place-items:center;border-radius:12px;background:var(--hal-orange);color:#fff}
.hal-review-chat__icon .hal-icon{width:24px;height:24px}
.hal-review-chat h3{font-size:clamp(1.8rem,2.7vw,2.7rem)}
.hal-review-chat>p:not(.hal-eyebrow){color:#c7c3be;font-size:.88rem}
.hal-review-chat .hal-button{margin-top:8px}
.hal-review-fallback{display:grid;min-height:240px;place-items:center;align-content:center;gap:10px;text-align:center}
.hal-review-fallback .hal-icon{width:42px;height:42px;color:var(--hal-orange)}
.hal-review-fallback strong{font-family:var(--hal-display);font-size:1.8rem}
.hal-review-fallback span{max-width:530px;color:var(--hal-muted)}

.hal-booking-teaser--clean{background:#232323}
.hal-booking-teaser--clean h2{font-size:clamp(1.8rem,2.8vw,2.7rem)}

@media (max-width:1120px){
  .hal-header-row{grid-template-columns:minmax(180px,220px) 1fr auto;gap:18px}
  .hal-header-action--chat span{display:none}
  .hal-header-action--chat{width:42px;padding:0}
  .hal-home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:48px}
}

@media (max-width:960px){
  .hal-header-row{grid-template-columns:1fr auto;min-height:70px}
  .hal-site-header--single .hal-site-branding img,.hal-site-header--single.is-stuck .hal-site-branding img{width:215px;max-height:52px}
  .hal-site-header--single .hal-header-actions{display:none}
  .hal-site-header--single .hal-primary-navigation--fixed{grid-column:1/-1;margin:0;padding:0}
  .js .hal-site-header--single .hal-primary-navigation--fixed{position:fixed;top:var(--mobile-menu-top,70px);right:0;bottom:0;left:0;display:none;padding:26px 22px 110px;background:rgba(13,13,13,.99);overflow:auto}
  .js .hal-site-header--single .hal-primary-navigation--fixed.is-open{display:block}
  .hal-site-header--single .hal-primary-navigation--fixed .hal-nav-menu{display:grid;gap:0}
  .hal-site-header--single .hal-primary-navigation--fixed .hal-nav-menu a{min-height:64px;border-bottom:1px solid rgba(255,255,255,.14);color:#fff;font-size:1rem}
  .hal-site-header--single .hal-primary-navigation--fixed .hal-nav-menu a:after{display:none}
  .hal-home-hero__grid{grid-template-columns:1fr;min-height:auto;padding-block:66px 80px}
  .hal-home-hero__copy{max-width:780px}
  .hal-home-hero__visual{max-width:640px;margin-inline:auto;padding-left:34px}
  .hal-home-hero__photo{aspect-ratio:5/4}
  .hal-reviews-first__heading,.hal-reviews-first__grid{grid-template-columns:1fr}
  .hal-reviews-first__heading{gap:18px}
}

@media (max-width:680px){
  .hal-home-hero h1{font-size:clamp(3rem,14vw,4.5rem)}
  .hal-home-hero__actions{display:grid;grid-template-columns:1fr;align-items:stretch}
  .hal-home-hero__actions .hal-button{width:100%}
  .hal-text-action{justify-content:center;min-height:44px}
  .hal-home-hero__facts{grid-template-columns:1fr 1fr}
  .hal-home-hero__facts>div{padding:13px 14px}
  .hal-home-hero__facts>div:first-child{padding-left:14px}
  .hal-home-hero__facts>div:nth-child(2){border-right:0}
  .hal-home-hero__facts>div:last-child{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.16)}
  .hal-home-hero__visual{padding:22px 0 46px 12px}
  .hal-home-hero__photo{aspect-ratio:4/4.4}
  .hal-home-hero__badge{max-width:235px;padding:12px 14px}
  .hal-home-hero__badge--top{top:42px;left:-2px}
  .hal-home-hero__badge--bottom{right:-2px}
  .hal-reviews-first{padding:62px 0}
  .hal-live-reviews{padding:12px}
  .hal-review-chat{padding:25px}
}

/* v1.3 — onboarding is the primary top-level customer action. */
.hal-primary-navigation--fixed .hal-nav-menu a.hal-nav-onboarding{min-height:42px;padding:9px 15px;border-radius:999px;background:var(--hal-orange);color:#fff;box-shadow:0 8px 22px rgba(243,107,56,.18)}
.hal-primary-navigation--fixed .hal-nav-menu a.hal-nav-onboarding:after{display:none}
.hal-primary-navigation--fixed .hal-nav-menu a.hal-nav-onboarding:hover{background:var(--hal-orange-dark);color:#fff}
.hal-booking-teaser--approval{background:#202020}
.hal-booking-teaser--approval .hal-booking-teaser__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px}
.hal-booking-teaser--approval .hal-text-action{min-height:44px;padding-inline:10px}
.hal-admin-booking-preview{margin-top:42px;padding:24px;border:2px dashed var(--hal-orange);border-radius:14px;background:#fff7f2}
.hal-admin-booking-preview>strong{display:block;margin-bottom:8px;font-family:var(--hal-display);font-size:1.25rem}
.hal-booking-shell hr{margin:38px 0;border:0;border-top:1px solid var(--hal-line)}
@media (max-width:1120px){
  .hal-primary-navigation--fixed .hal-nav-menu{gap:14px}
  .hal-primary-navigation--fixed .hal-nav-menu a.hal-nav-onboarding{padding-inline:12px}
}
@media (max-width:960px){
  .hal-site-header--single .hal-primary-navigation--fixed .hal-nav-menu a.hal-nav-onboarding{margin:10px 0 14px;justify-content:center;border:0;background:var(--hal-orange);color:#fff}
  .hal-booking-teaser--approval .hal-booking-teaser__actions{grid-column:1/-1;justify-content:flex-start}
}
@media (max-width:680px){
  .hal-booking-teaser--approval .hal-booking-teaser__actions{display:grid;width:100%;grid-template-columns:1fr}
  .hal-booking-teaser--approval .hal-booking-teaser__actions .hal-button{width:100%}
}


/* v1.4 — editable, vehicle-specific service pricing examples. */
.hal-service-pricing{background:#f0eee9}
.hal-service-pricing--services{border-top:1px solid var(--hal-line)}
.hal-service-pricing__head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.65fr);align-items:end;gap:46px;margin-bottom:34px}
.hal-service-pricing__head h2{max-width:760px;margin:0;font-size:clamp(2.5rem,4.7vw,4.7rem)}
.hal-service-pricing__intro p{margin:0 0 12px;color:var(--hal-muted)}
.hal-service-pricing__intro strong{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--hal-ink);color:#fff;font-size:.72rem;letter-spacing:.045em;text-transform:uppercase}
.hal-service-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hal-service-price-card{display:flex;min-width:0;flex-direction:column;padding:25px;border:1px solid #d7d2ca;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(18,25,23,.06)}
.hal-service-price-card__identity>span{color:var(--hal-orange-dark);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hal-service-price-card__identity h3{margin:5px 0 7px;font-size:clamp(1.75rem,2.6vw,2.45rem)}
.hal-service-price-card__identity p{margin:0;color:var(--hal-muted);font-weight:750}
.hal-service-price-card__identity small{display:block;margin-top:4px;color:#77716b;font-size:.68rem;font-weight:650}
.hal-service-price-card__price{display:flex;flex-direction:column;margin:20px 0 17px;padding:17px 0;border-top:1px solid var(--hal-line);border-bottom:1px solid var(--hal-line)}
.hal-service-price-card__price small,.hal-service-price-card__price span{color:var(--hal-muted);font-size:.68rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}
.hal-service-price-card__price strong{margin:2px 0;font-family:var(--hal-display);font-size:2.8rem;line-height:1;color:var(--hal-ink)}
.hal-service-price-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.hal-service-price-card li{display:flex;align-items:flex-start;gap:8px;color:#4e514f;font-size:.78rem;line-height:1.45}
.hal-service-price-card li .hal-icon{width:16px;height:16px;flex:0 0 auto;color:var(--hal-orange)}
.hal-service-price-card__note{margin:17px 0 0;padding-top:14px;border-top:1px dashed var(--hal-line);color:var(--hal-muted);font-size:.74rem;font-style:italic}
.hal-service-pricing__qualification{display:grid;grid-template-columns:auto 1fr;gap:14px;margin-top:24px;padding:20px 22px;border-left:4px solid var(--hal-orange);border-radius:8px;background:#fff}
.hal-service-pricing__qualification>span{display:grid;width:39px;height:39px;place-items:center;border-radius:10px;background:var(--hal-ink);color:#fff}
.hal-service-pricing__qualification .hal-icon{width:21px;height:21px}
.hal-service-pricing__qualification strong{display:block;margin-bottom:4px;font-family:var(--hal-display);font-size:1.1rem}
.hal-service-pricing__qualification p{margin:0;color:var(--hal-muted);font-size:.8rem;line-height:1.55}
.hal-service-pricing__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:23px}
@media(max-width:1080px){.hal-service-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.hal-service-pricing__head{grid-template-columns:1fr;gap:16px}.hal-service-price-grid{grid-template-columns:1fr}.hal-service-pricing__actions{display:grid}.hal-service-pricing__actions .hal-button{width:100%}}

/* Real workshop photography — v1.5 */
.hal-service-card__inner{display:flex;flex:1;flex-direction:column;padding:27px}
.hal-service-card--has-image{min-height:455px;padding:0}
.hal-service-card--has-image:before{z-index:2}
.hal-service-card__media{display:block;aspect-ratio:16/9;background:var(--hal-ink);overflow:hidden}
.hal-service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,opacity .25s ease}
.hal-service-card:hover .hal-service-card__media img{transform:scale(1.045);opacity:.94}
.hal-service-card--has-image .hal-service-card__icon{position:relative;z-index:3;margin-top:-51px;border:5px solid #fff;box-sizing:content-box;box-shadow:0 9px 22px rgba(8,27,26,.18)}
.hal-service-card:not(.hal-service-card--has-image)>.hal-service-card__inner{padding:0}
.hal-diagnostic-photo{position:relative;min-height:520px;border-radius:25px;background-position:center;background-size:cover;box-shadow:var(--hal-shadow);overflow:hidden}
.hal-diagnostic-photo:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,27,26,.05) 25%,rgba(8,27,26,.74) 100%);content:""}
.hal-diagnostic-photo .hal-diagnostic-tag{z-index:2}
.hal-workshop-gallery-section{background:var(--hal-ink-deep);color:#fff}
.hal-workshop-gallery-section .hal-section-heading__text{color:#b9c8c5}
.hal-workshop-gallery{display:grid;grid-auto-rows:235px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hal-workshop-gallery__item{position:relative;border-radius:14px;background:#183735;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.15);overflow:hidden}
.hal-workshop-gallery__item:first-child{grid-column:span 2;grid-row:span 2}
.hal-workshop-gallery__item:nth-child(6n+4){grid-column:span 2}
.hal-workshop-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease}
.hal-workshop-gallery__item:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(8,27,26,.84));content:""}
.hal-workshop-gallery__item span{position:absolute;right:16px;bottom:14px;left:16px;z-index:2;color:#fff;font-size:.76rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.hal-workshop-gallery__item:hover img{transform:scale(1.045);filter:saturate(1.08)}
.hal-gallery-lightbox{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:34px;background:rgba(4,14,13,.94);backdrop-filter:blur(10px)}
.hal-gallery-lightbox[hidden]{display:none}
.hal-gallery-lightbox figure{display:grid;max-width:min(1100px,92vw);max-height:88vh;margin:0;place-items:center}
.hal-gallery-lightbox img{max-width:100%;max-height:80vh;border-radius:12px;box-shadow:0 28px 80px rgba(0,0,0,.45)}
.hal-gallery-lightbox figcaption{margin-top:13px;color:#fff;font-size:.86rem;font-weight:800;text-align:center}
.hal-gallery-lightbox__close{position:absolute;top:18px;right:20px;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer}
body.hal-gallery-open{overflow:hidden}
@media(max-width:980px){.hal-workshop-gallery{grid-auto-rows:210px;grid-template-columns:repeat(3,minmax(0,1fr))}.hal-workshop-gallery__item:nth-child(6n+4){grid-column:auto}}
@media(max-width:720px){.hal-service-card--has-image{min-height:0}.hal-workshop-gallery{grid-auto-rows:190px;grid-template-columns:1fr 1fr}.hal-workshop-gallery__item:first-child{grid-column:span 2;grid-row:span 1}.hal-workshop-gallery__item:nth-child(n+8){display:none}.hal-diagnostic-photo{min-height:410px}.hal-gallery-lightbox{padding:16px}}

/* --------------------------------------------------------------------------
   Version 1.6 — exact navigation, visible onboarding, full team photo and map
   -------------------------------------------------------------------------- */
.hal-header-action--onboarding{
  border-color:var(--hal-orange);
  background:var(--hal-orange);
  color:#fff;
  box-shadow:0 8px 22px rgba(243,107,56,.18);
}
.hal-header-action--onboarding:hover{
  border-color:var(--hal-orange-dark);
  background:var(--hal-orange-dark);
  color:#fff;
}
.hal-header-row{
  grid-template-columns:minmax(190px,235px) minmax(330px,1fr) auto;
  gap:clamp(14px,2vw,30px);
}
.hal-primary-navigation--fixed .hal-nav-menu{
  gap:clamp(14px,1.7vw,27px);
}
.hal-header-actions--clean{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
}

/* Team and staff photos must not be treated like generic background crops. */
.hal-about-opening{
  align-items:start;
}
.hal-about-opening__media{
  display:grid;
  min-height:0;
  margin:0;
  place-items:center;
  border-radius:22px;
  background:#171717;
  box-shadow:var(--hal-shadow);
  overflow:hidden;
}
.hal-about-opening__media:after{
  display:none;
}
.hal-about-opening__image{
  display:block;
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
  object-position:center;
}
.hal-about-opening__stamp{
  background:rgba(255,255,255,.96);
}

/* Real map rather than a small get-directions tile. */
.hal-location-map-section{
  background:#171717;
}
.hal-location-map-section__heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:35px;
  margin-bottom:30px;
}
.hal-location-map-section__heading h2{
  margin-bottom:8px;
  color:#fff;
  font-size:clamp(2.35rem,4.6vw,4.5rem);
}
.hal-location-map-section__heading p:last-child{
  margin:0;
  color:#c0bbb5;
}
.hal-location-map-section__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}
.hal-google-map{
  position:relative;
  width:100%;
  height:clamp(430px,52vw,620px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:#ece9e3;
  box-shadow:0 25px 70px rgba(0,0,0,.28);
}
.hal-google-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.hal-contact-map-wrap{
  overflow:hidden;
  border:1px solid var(--hal-line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--hal-shadow-soft);
}
.hal-google-map--contact{
  height:430px;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.hal-contact-map-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:62px;
  padding:14px 18px;
  background:var(--hal-ink);
  color:#fff;
  font-size:.77rem;
  font-weight:900;
  letter-spacing:.04em;
  text-decoration:none;
  text-transform:uppercase;
}
.hal-contact-map-link:hover{
  background:var(--hal-orange);
  color:#fff;
}
.hal-contact-map-link .hal-icon{
  width:19px;
  height:19px;
  flex:0 0 auto;
}
.hal-contact-map-link span{
  margin-right:auto;
}

@media(max-width:1180px){
  .hal-header-row{grid-template-columns:minmax(180px,215px) minmax(310px,1fr) auto;gap:14px}
  .hal-header-action{padding-inline:11px}
  .hal-header-action--chat span{display:none}
  .hal-header-action--chat{width:42px;padding:0}
  .hal-primary-navigation--fixed .hal-nav-menu{gap:13px}
  .hal-primary-navigation--fixed .hal-nav-menu a{font-size:.7rem}
}
@media(max-width:960px){
  .hal-header-row{grid-template-columns:1fr auto}
  .hal-location-map-section__heading{align-items:flex-start;flex-direction:column}
  .hal-location-map-section__actions{justify-content:flex-start}
}
@media(max-width:680px){
  .hal-about-opening__image{max-height:none}
  .hal-google-map{height:390px;border-radius:14px}
  .hal-google-map--contact{height:360px;border-radius:0}
  .hal-location-map-section__actions{display:grid;width:100%;grid-template-columns:1fr}
  .hal-location-map-section__actions .hal-button{width:100%}
}


/* --------------------------------------------------------------------------
   Version 1.7 — WoF dice promotion and owner-led About story
   -------------------------------------------------------------------------- */
.hal-wof-dice-promo{
  padding:clamp(24px,4vw,54px) 0;
  background:linear-gradient(180deg,#f6f2ec 0,#fff 100%);
}
.hal-wof-dice-promo__shell{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  align-items:stretch;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(135deg,#0e1918 0,#172a28 62%,#0d1514 100%);
  color:#fff;
  box-shadow:0 24px 65px rgba(10,24,23,.22);
  overflow:hidden;
}
.hal-wof-dice-promo__content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:480px;
  padding:clamp(34px,5vw,74px);
}
.hal-wof-dice-promo__content:before{
  position:absolute;
  top:-120px;
  left:-120px;
  z-index:-1;
  width:360px;
  height:360px;
  border:75px solid rgba(243,107,56,.08);
  border-radius:50%;
  content:"";
}
.hal-wof-dice-promo .hal-eyebrow{color:#ff9a6d}
.hal-wof-dice-promo h2{
  max-width:760px;
  margin-bottom:20px;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.94;
}
.hal-wof-dice-promo__lead{
  max-width:680px;
  margin:0;
  color:#c7d1ce;
  font-size:clamp(1rem,1.45vw,1.18rem);
}
.hal-wof-dice-promo__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:17px;
  margin-top:30px;
}
.hal-wof-dice-promo__winners{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:.88rem;
  letter-spacing:.02em;
}
.hal-wof-dice-promo__winners .hal-icon{width:20px;height:20px;color:var(--hal-orange)}
.hal-wof-dice-promo__rules{
  max-width:720px;
  margin:24px 0 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.13);
  color:#95a6a2;
  font-size:.72rem;
  line-height:1.55;
}
.hal-wof-dice-promo__media{
  position:relative;
  min-height:480px;
  margin:0;
  background:#090d0d;
  overflow:hidden;
}
.hal-wof-dice-promo__media:after{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(14,25,24,.92) 0,rgba(14,25,24,.12) 34%,transparent 58%);
  content:"";
}
.hal-wof-dice-promo__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hal-wof-dice-promo--service{
  padding-top:0;
  background:var(--hal-cream);
}
.hal-wof-dice-promo--service .hal-wof-dice-promo__shell{
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
}
.hal-wof-dice-promo--service .hal-wof-dice-promo__content,
.hal-wof-dice-promo--service .hal-wof-dice-promo__media{min-height:410px}

.hal-owner-vision{background:#fff}
.hal-owner-vision__grid{
  display:grid;
  grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);
  align-items:center;
  gap:clamp(42px,8vw,110px);
}
.hal-owner-vision__grid--no-image{grid-template-columns:minmax(0,900px);justify-content:center}
.hal-owner-vision__media{
  position:relative;
  margin:0;
  border-radius:22px;
  background:#151918;
  box-shadow:var(--hal-shadow);
  overflow:hidden;
}
.hal-owner-vision__image{
  display:block;
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:contain;
  object-position:center;
}
.hal-owner-vision__media figcaption{
  position:absolute;
  right:18px;
  bottom:18px;
  left:18px;
  display:flex;
  flex-direction:column;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:rgba(9,20,19,.84);
  color:#fff;
  backdrop-filter:blur(10px);
}
.hal-owner-vision__media figcaption strong{font-size:1rem}
.hal-owner-vision__media figcaption span{margin-top:3px;color:#c5cfcc;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.hal-owner-vision__content h2{
  margin-bottom:24px;
  font-size:clamp(2.8rem,5.5vw,5.7rem);
  line-height:.96;
}
.hal-owner-vision__content>p:not(.hal-eyebrow){
  max-width:820px;
  color:var(--hal-muted);
  font-size:clamp(1rem,1.35vw,1.15rem);
}
.hal-owner-vision__content blockquote{
  margin:30px 0 0;
  padding:24px 28px;
  border-left:5px solid var(--hal-orange);
  background:var(--hal-cream);
  color:var(--hal-ink);
  font-family:var(--hal-display);
  font-size:clamp(1.45rem,2.5vw,2.25rem);
  font-weight:900;
  line-height:1.08;
}

@media(max-width:980px){
  .hal-wof-dice-promo__shell,
  .hal-wof-dice-promo--service .hal-wof-dice-promo__shell,
  .hal-owner-vision__grid{grid-template-columns:1fr}
  .hal-wof-dice-promo__content{min-height:0}
  .hal-wof-dice-promo__media{min-height:380px}
  .hal-wof-dice-promo__media:after{background:linear-gradient(180deg,rgba(14,25,24,.5),transparent 42%)}
  .hal-owner-vision__media{max-width:720px}
}
@media(max-width:620px){
  .hal-wof-dice-promo{padding:18px 0 34px}
  .hal-wof-dice-promo__shell{border-radius:17px}
  .hal-wof-dice-promo__content{padding:30px 24px}
  .hal-wof-dice-promo h2{font-size:clamp(2.45rem,13vw,4rem)}
  .hal-wof-dice-promo__media{min-height:285px}
  .hal-wof-dice-promo__actions{align-items:flex-start;flex-direction:column}
  .hal-owner-vision__content h2{font-size:clamp(2.55rem,12vw,4.1rem)}
  .hal-owner-vision__content blockquote{padding:20px 21px}
}

/* --------------------------------------------------------------------------
   Version 1.8 — owner story and automatic real-photo fallback
   -------------------------------------------------------------------------- */
.hal-owner-vision{
  position:relative;
  background:
    radial-gradient(circle at 84% 18%,rgba(243,107,56,.11),transparent 30%),
    #fff;
  overflow:hidden;
}
.hal-owner-vision:before{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:8px;
  background:var(--hal-orange);
  content:"";
}
.hal-owner-vision__grid{
  position:relative;
  z-index:1;
  align-items:start;
}
.hal-owner-vision__media{
  align-self:start;
  border:1px solid rgba(23,23,23,.09);
  background:#111;
}
.hal-owner-vision__image{
  max-height:760px;
  background:#111;
}
.hal-owner-vision__content{
  padding-top:clamp(8px,2vw,24px);
}
.hal-owner-vision__content h2{
  max-width:850px;
  text-wrap:balance;
}
.hal-owner-vision__story{
  max-width:850px;
  color:var(--hal-muted);
  font-size:clamp(1rem,1.35vw,1.15rem);
  line-height:1.72;
}
.hal-owner-vision__story p{
  margin:0;
}
.hal-owner-vision__story p+p{
  margin-top:1.05em;
}
.hal-owner-vision__content blockquote{
  max-width:850px;
  box-shadow:0 15px 40px rgba(23,23,23,.06);
}
.hal-about-opening--no-media{
  grid-template-columns:minmax(0,900px);
  justify-content:center;
}
.hal-about-opening__content h2:first-child{
  margin-top:0;
}

@media(max-width:980px){
  .hal-owner-vision:before{width:5px}
}


/* Tawk.to message launcher status */
[data-hal-open-chat].is-loading{opacity:.72;cursor:wait}
.hal-chat-notice{position:fixed;right:22px;bottom:22px;z-index:2147483000;display:flex;align-items:center;gap:14px;max-width:min(440px,calc(100vw - 32px));padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#0b1c1b;color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.28);font-size:.82rem;font-weight:750;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}
.hal-chat-notice.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.hal-chat-notice a{color:#ff6b35;font-weight:900;text-decoration:underline;text-underline-offset:3px}
@media (max-width:720px){.hal-chat-notice{right:16px;bottom:82px;left:16px;max-width:none;justify-content:space-between}}
