/*
Theme Name: HforH
Theme URI: https://cre8ivedigitalsolutions.com
Author: Cre8ive Digital Solutions
Description: Custom lightweight conversion-focused theme for HunksforHire.
Version: 0.18.7
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: hforh
*/
:root{--ink:#07162d;--navy:#06152b;--muted:#5f6b7b;--line:#dfe7f0;--pink:#f21182;--pink-dark:#d90870;--blue:#00a9e8;--blue-soft:#edf8fd;--pink-soft:#fff1f8;--soft:#f7f9fc;--radius:12px;--shadow:0 8px 26px rgba(7,22,45,.09);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e9ef;box-shadow:0 2px 10px rgba(7,22,45,.04)}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:950;letter-spacing:-.045em;font-size:22px;display:flex;align-items:center}.brand-logo{width:auto;max-width:190px;max-height:50px}.brand-for,.brand-hire{color:var(--pink)}.brand-hunks{color:#0b1625}.nav{display:flex;gap:26px;align-items:center;font-size:12px;font-weight:900}.nav .cta{background:var(--pink);color:white;padding:12px 20px;border-radius:4px}.hero{padding:48px 0 42px;background:linear-gradient(115deg,#fff 0%,#fff 48%,#f5faff 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--pink);margin-bottom:10px}.hero h1{font-size:clamp(42px,5.5vw,68px);line-height:.94;letter-spacing:-.055em;margin:4px 0 16px;color:var(--navy)}.hero p{font-size:17px;color:#39475a;max-width:650px}.hero-media{border-radius:14px;overflow:hidden;min-height:500px;background:linear-gradient(135deg,#dcecf5,#f6dce9);box-shadow:var(--shadow);position:relative}.hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,21,43,.04),transparent 45%)}.hero-media .placeholder{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:40px;color:#718093;font-weight:800}.quote-card{margin-top:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px;padding:20px}.trust-bar{border-block:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0}.trust-item{font-weight:850;text-align:center;font-size:12px;padding:18px 12px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.section{padding:58px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:clamp(28px,3.4vw,42px);letter-spacing:-.04em;line-height:1;margin:0;color:var(--navy)}.section-head p{max-width:620px;color:var(--muted);margin:0;font-size:14px}.text-link{color:var(--pink);font-weight:900;font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 4px 14px rgba(7,22,45,.04);transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(7,22,45,.09)}.card-media{aspect-ratio:4/3;background:#e9edf2;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.card-body{padding:14px}.card h3{margin:0 0 5px;font-size:16px}.card p{margin:0;color:var(--muted);font-size:12px}.pill{display:inline-block;margin-top:9px;font-size:10px;font-weight:900;color:var(--pink);text-transform:uppercase}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review{padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 14px rgba(7,22,45,.04)}.review p{font-size:13px}.stars{letter-spacing:.08em;color:var(--pink);font-size:14px}.models{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 8px}.model-card{flex:0 0 220px;scroll-snap-align:start}.model-card .card-media{aspect-ratio:1/1.15}.locations{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.location-chip{padding:13px 14px;border:1px solid #cfe2ee;border-radius:5px;background:#fff;font-weight:850;text-align:center;font-size:12px}.location-chip:hover{border-color:var(--blue);color:#0577a8}.footer-cta{background:linear-gradient(90deg,#ec0879 0%,#fa148b 62%,#ff3c9d 100%);color:white;padding:38px 0}.footer-cta-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-cta h2{font-size:clamp(27px,3.5vw,40px);line-height:1;margin:0 0 7px}.footer-cta p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:13px 20px;font-weight:900;border:0;cursor:pointer}.btn.primary{background:var(--pink);color:white}.footer-cta .btn.primary{background:#fff;color:var(--pink)}.btn.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.site-footer{background:#07101d;color:#aeb8c6;padding:28px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-grid a{color:#fff}.package-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.package-tab{padding:19px;border:1px solid var(--line);background:#f8fafc;text-align:center;cursor:pointer;color:var(--navy)}.package-tab:first-child{border-radius:7px 0 0 7px}.package-tab:last-child{border-radius:0 7px 7px 0}.package-tab.is-active{background:var(--pink);border-color:var(--pink);color:#fff}.package-tab strong{display:block;font-size:17px}.package-tab span{display:block;opacity:.8;margin-top:3px;font-size:12px}.package-detail{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px;border-radius:8px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 14px rgba(7,22,45,.04)}.package-detail h3{font-size:25px;margin:0 0 7px}.checklist{padding:0;margin:12px 0 0;list-style:none}.checklist li{padding:5px 0 5px 24px;position:relative;font-size:13px}.checklist li:before{content:'✓';position:absolute;left:0;color:var(--pink);font-weight:900}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{padding:22px;border-radius:8px;background:#fff;border:1px solid var(--line)}.step-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:#fff;font-weight:900;margin-bottom:10px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-box{padding:23px;border-radius:8px;background:var(--blue-soft);border:1px solid #d4eaf5}.info-box:nth-child(2){background:#fff}.faq{border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.faq details{border-top:1px solid var(--line);padding:13px 16px}.faq details:first-child{border-top:0}.faq summary{cursor:pointer;font-weight:850;font-size:13px}.faq summary::marker{color:var(--pink)}.faq p{color:var(--muted);font-size:13px}.art-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.anchor-offset{scroll-margin-top:82px}.mobile-menu{display:none}.small{font-size:11px;color:var(--muted)}
/* Life drawing: deliberately more campaign-like than the home page */
.page-template-page-life-drawing-hens-party .hero{padding:0;background:#111;position:relative}.page-template-page-life-drawing-hens-party .hero-grid{width:100%;max-width:none;grid-template-columns:minmax(0,1fr) 390px;min-height:510px;gap:0;position:relative}.page-template-page-life-drawing-hens-party .hero-grid>div:first-child{padding:60px max(32px,calc((100vw - var(--max))/2));padding-right:32px;z-index:2;color:#fff;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(3,12,24,.94) 0%,rgba(3,12,24,.80) 62%,rgba(3,12,24,.15) 100%)}.page-template-page-life-drawing-hens-party .hero h1{color:#fff;max-width:620px;text-transform:uppercase}.page-template-page-life-drawing-hens-party .hero h1::first-line{color:#fff}.page-template-page-life-drawing-hens-party .hero p{color:#fff;max-width:520px}.page-template-page-life-drawing-hens-party .hero-media{position:absolute;inset:0;border-radius:0;min-height:0;box-shadow:none;z-index:0}.page-template-page-life-drawing-hens-party .hero-media:after{background:linear-gradient(90deg,rgba(3,12,24,.82),rgba(3,12,24,.18) 65%,rgba(3,12,24,.28))}.page-template-page-life-drawing-hens-party .quote-card{grid-column:2;z-index:3;margin:30px 28px 30px 0;align-self:center;min-height:0;border-radius:8px}.page-template-page-life-drawing-hens-party .hero-grid>div:first-child .quote-card{display:none}.page-template-page-life-drawing-hens-party .section{padding:44px 0}.page-template-page-life-drawing-hens-party .section.alt{background:#f6f9fc}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-media{min-height:400px}.cards{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.locations{grid-template-columns:repeat(3,1fr)}.reviews{grid-template-columns:1fr}.info-grid,.package-detail{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.nav{display:none}.mobile-menu{display:inline-flex}.footer-cta-inner{align-items:flex-start;flex-direction:column}.page-template-page-life-drawing-hens-party .hero-grid{display:block;min-height:0}.page-template-page-life-drawing-hens-party .hero-grid>div:first-child{min-height:480px;padding:50px 32px}.page-template-page-life-drawing-hens-party .hero-grid>div:first-child .quote-card{display:block;max-width:520px}.page-template-page-life-drawing-hens-party .hero-grid>.quote-card{display:none}}
@media(max-width:640px){.header-inner{height:62px}.brand-logo{max-width:150px;max-height:42px}.hero{padding-top:34px}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-media{min-height:300px}.cards,.package-tabs,.art-preview{grid-template-columns:1fr}.package-tabs{gap:8px}.package-tab,.package-tab:first-child,.package-tab:last-child{border-radius:6px}.locations{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr 1fr}.section{padding:46px 0}.section-head{align-items:flex-start;flex-direction:column}.quote-card{padding:17px}.model-card{flex-basis:66vw}.page-template-page-life-drawing-hens-party .hero-grid>div:first-child{padding:38px 18px;min-height:560px;background:linear-gradient(180deg,rgba(3,12,24,.82),rgba(3,12,24,.55))}.page-template-page-life-drawing-hens-party .hero h1{font-size:42px}.page-template-page-life-drawing-hens-party .hero-media:after{background:rgba(3,12,24,.30)}}

/* ===== HforH Home v0.3 - substantive visual rebuild ===== */
.home-v3 .section{padding:54px 0}.home-hero{position:relative;min-height:560px;background:#0a1424;overflow:hidden;color:#fff}.home-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 72% 38%,rgba(242,17,130,.23),transparent 24%),linear-gradient(115deg,#071321 0%,#0a1b2e 52%,#102b43 100%)}.home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.78}.home-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(3,12,24,.78) 45%,rgba(3,12,24,.22) 70%,rgba(3,12,24,.48) 100%)}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:42px;align-items:center;padding-top:46px;padding-bottom:46px}.home-hero-copy{max-width:650px}.home-hero .eyebrow{color:#fff}.home-hero h1{font-size:clamp(48px,6.3vw,78px);line-height:.92;letter-spacing:-.055em;margin:5px 0 18px;color:#fff}.home-hero h1::first-line{color:#fff}.home-hero p{font-size:18px;line-height:1.45;color:#eef5fb;max-width:600px}.home-hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px;font-size:12px;font-weight:900;text-transform:uppercase}.home-hero-points span:before{color:var(--pink)}.home-quote-panel{background:#fff;color:var(--navy);padding:22px;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.28);border-top:4px solid var(--pink)}.home-quote-panel .quote-kicker{font-size:22px;font-weight:950;letter-spacing:-.02em}.home-quote-panel>p{font-size:12px;color:var(--muted);margin:1px 0 14px}.home-quote-panel .quote-card{margin:0;padding:0;border:0;box-shadow:none}.home-quote-panel small{display:block;text-align:center;margin-top:10px;color:#667085;font-size:10px}.home-quote-panel .hforh-progress{margin-bottom:12px}.home-trust{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 16px rgba(7,22,45,.04)}.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-trust-item{display:flex;align-items:center;justify-content:center;gap:9px;min-height:76px;padding:13px;border-right:1px solid var(--line);font-size:12px;text-align:center}.home-trust-item:last-child{border-right:0}.trust-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--pink-soft);color:var(--pink);font-size:15px;font-weight:950;flex:0 0 auto}.home-section-head{margin-bottom:22px}.home-section-head .eyebrow{margin-bottom:7px}.section-sub{margin-top:8px!important}.home-ideas{background:#fff}.home-party-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.home-party-card{background:#fff;border:1px solid #dbe5ef;border-radius:7px;overflow:hidden;box-shadow:0 5px 16px rgba(7,22,45,.05);transition:.18s ease}.home-party-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(7,22,45,.11);border-color:#b9d7e8}.home-party-media{aspect-ratio:1.35;background:linear-gradient(135deg,#eaf4fa,#f9e7f1);display:grid;place-items:center;color:#7a8795;font-size:11px;font-weight:800;overflow:hidden}.home-party-media img{width:100%;height:100%;object-fit:cover}.home-party-body{padding:14px}.home-party-body h3{margin:0 0 5px;font-size:17px}.home-party-body p{font-size:12px;color:var(--muted);min-height:35px;margin:0}.home-party-body span{display:inline-block;margin-top:9px;color:var(--pink);font-size:10px;font-weight:950}.home-reviews{background:linear-gradient(180deg,#f6f9fc,#f9fbfd)}.review-proof{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:10px 14px}.review-proof strong{font-size:18px;color:var(--pink)}.review-proof span{font-size:11px;color:var(--muted);max-width:130px}.home-review-grid{grid-template-columns:repeat(3,1fr)}.home-review{position:relative;min-height:160px;border-top:3px solid var(--blue)}.home-review .stars{color:var(--pink)}.home-review p{font-size:13px;line-height:1.55}.review-placeholder{opacity:.62}.home-models{background:#fff}.home-model-row{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}.home-model-card{min-width:0;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 5px 16px rgba(7,22,45,.06)}.home-model-media{aspect-ratio:1.02;background:linear-gradient(135deg,#e7eef4,#f2dce8);overflow:hidden}.home-model-media img{width:100%;height:100%;object-fit:cover}.model-placeholder{display:grid;place-items:center;padding:20px;text-align:center;color:#718093;font-size:11px;font-weight:800}.home-model-body{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px}.home-model-body h3{margin:0;font-size:15px}.home-model-body p{margin:1px 0 0;font-size:11px;color:var(--muted)}.home-model-body>span{font-size:9px;font-weight:950;color:var(--pink);border:1px solid #ff8cc3;padding:6px 7px;border-radius:3px}.home-locations{background:var(--blue-soft);border-block:1px solid #d7edf7}.location-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:center}.location-intro h2{font-size:clamp(30px,4vw,46px);line-height:1;margin:0 0 13px}.location-intro p{font-size:13px;color:var(--muted);margin-bottom:18px}.home-location-grid{grid-template-columns:repeat(2,1fr)}.home-location-grid .location-chip{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:15px 16px;background:#fff}.home-location-grid .location-chip span{color:var(--pink);font-weight:950}.home-v3+.footer-cta{background:linear-gradient(90deg,#06152b 0%,#06152b 50%,#151b29 100%);position:relative;overflow:hidden}.home-v3+.footer-cta:before{content:"";position:absolute;right:0;top:0;bottom:0;width:45%;background:linear-gradient(90deg,transparent,rgba(242,17,130,.18))}.home-v3+.footer-cta .btn.primary{background:var(--pink);color:#fff;position:relative}.home-v3+.footer-cta .footer-cta-inner{position:relative;z-index:2}
@media(max-width:980px){.home-hero-grid{grid-template-columns:1fr;max-width:760px}.home-quote-panel{max-width:620px}.home-party-grid{grid-template-columns:repeat(2,1fr)}.home-model-row{grid-template-columns:repeat(2,1fr)}.location-layout{grid-template-columns:1fr}.home-trust-grid{grid-template-columns:repeat(2,1fr)}.home-trust-item:nth-child(2){border-right:0}.home-review-grid{grid-template-columns:1fr}.review-proof{display:none}}
@media(max-width:640px){.home-hero{min-height:0}.home-hero-grid{padding-top:34px;padding-bottom:34px;gap:24px}.home-hero h1{font-size:47px}.home-hero p{font-size:16px}.home-hero-points{gap:9px 14px}.home-party-grid,.home-model-row{grid-template-columns:1fr 1fr}.home-party-body p{display:none}.home-party-body h3{font-size:14px}.home-model-body{display:block}.home-model-body>span{display:inline-block;margin-top:7px}.home-trust-item{min-height:66px;font-size:10px}.home-location-grid{grid-template-columns:1fr 1fr}.home-section-head .text-link{display:none}}

/* ===== HforH Home v0.4 - H4H-family identity, archive/carousels, footer form ===== */
.home-v4 .home-hero{min-height:590px}.home-v4 .home-hero-bg:after{background:linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(3,12,24,.84) 43%,rgba(3,12,24,.22) 72%,rgba(3,12,24,.38) 100%)}
.home-v4 .home-hero-grid{grid-template-columns:minmax(0,1fr) 400px;padding-top:42px;padding-bottom:42px}.home-v4 .home-hero h1{max-width:650px}.home-v4 .home-hero-points span:before{content:'✓';color:var(--pink);margin-right:6px}
.home-v4 .home-quote-panel{border-top:0;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.32);position:relative}.home-v4 .home-quote-panel:before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--pink),var(--blue));border-radius:8px 8px 0 0}.home-v4 .quote-kicker{font-size:21px}.home-v4 .hforh-progress{display:flex;gap:8px}.home-v4 .hforh-progress span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;font-size:11px;font-weight:900}.home-v4 .hforh-progress span:first-child{background:var(--pink);color:#fff}.home-v4 .hforh-enquiry label{font-size:11px;font-weight:800}.home-v4 .hforh-enquiry input,.home-v4 .hforh-enquiry textarea,.home-v4 .hforh-enquiry select{border:1px solid #d5dee8;border-radius:4px;min-height:44px}.home-v4 .hforh-form-actions .primary{background:var(--pink);border-radius:4px}
.home-v4 .home-trust{border-top:0}.home-v4 .home-trust-item{min-height:72px}.home-v4 .trust-icon{background:#fff;color:var(--pink);box-shadow:0 0 0 1px #ffd0e8 inset}
.section-action{text-align:center;margin-top:26px}.section-action .btn{min-width:210px}.btn.secondary{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--pink);color:var(--pink);background:#fff;padding:12px 18px;border-radius:4px;font-size:11px;font-weight:900;letter-spacing:.02em}.btn.secondary:hover{background:var(--pink);color:#fff}
.carousel-shell{position:relative}.carousel-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid #d6e0e9;background:#fff;color:var(--navy);box-shadow:0 4px 14px rgba(7,22,45,.12);font-size:27px;line-height:1;cursor:pointer;display:grid;place-items:center}.carousel-arrow.prev{left:-17px}.carousel-arrow.next{right:-17px}
.home-v4 .home-party-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-v4 .home-party-card{min-width:0}.home-v4 .home-party-media{aspect-ratio:1.38}.home-v4 .home-party-body{min-height:118px}.home-v4 .home-party-body p{min-height:36px}
.home-review-track,.home-model-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 12px}.home-review-track::-webkit-scrollbar,.home-model-track::-webkit-scrollbar{display:none}.home-review-track .home-review{flex:0 0 calc((100% - 28px)/3);scroll-snap-align:start}.home-model-track .home-model-card{flex:0 0 calc((100% - 42px)/4);scroll-snap-align:start}.home-review{min-height:190px}.home-model-media{aspect-ratio:.88}.home-model-body{min-height:78px}
.home-v4 .home-reviews{background:#f7f9fc}.home-v4 .home-models{background:#fff}
.footer-cta{background:linear-gradient(110deg,#071426 0%,#10182a 55%,#25102a 100%);padding:44px 0;color:#fff;position:relative;overflow:hidden}.footer-cta:after{content:'';position:absolute;right:-8%;top:-40%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(242,17,130,.24),transparent 66%)}.footer-cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center;position:relative;z-index:2}.footer-cta-copy .eyebrow{color:#fff}.footer-cta h2{font-size:clamp(32px,4.2vw,52px);line-height:.98;letter-spacing:-.045em;margin:5px 0 12px;color:#fff}.footer-cta p{margin:0;color:#dce6f2;max-width:500px}.footer-enquiry-card{background:#fff;color:var(--navy);padding:18px;border-radius:8px;box-shadow:0 16px 38px rgba(0,0,0,.28)}.footer-form-title{font-size:18px;font-weight:950;margin-bottom:8px}.footer-enquiry-card .hforh-progress{display:flex;gap:7px;margin-bottom:10px}.footer-enquiry-card .hforh-progress span{width:24px;height:24px;border-radius:50%;background:#edf1f6;display:grid;place-items:center;font-size:10px;font-weight:900}.footer-enquiry-card .hforh-progress span:first-child{background:var(--pink);color:#fff}.footer-enquiry-card .hforh-enquiry-grid{gap:8px}.footer-enquiry-card .hforh-enquiry label{font-size:10px}.footer-enquiry-card .hforh-enquiry input,.footer-enquiry-card .hforh-enquiry textarea{min-height:40px}.footer-enquiry-card small{display:block;text-align:center;color:#697586;font-size:9px;margin-top:7px}.site-footer{background:#050e1b}.footer-brand{display:flex;flex-direction:column;gap:5px}.footer-logo .brand-logo{max-width:160px;max-height:46px}
@media(min-width:981px){.party-carousel-shell .carousel-arrow{display:none}}
@media(max-width:980px){.home-v4 .home-hero-grid{grid-template-columns:1fr;max-width:760px}.home-v4 .home-quote-panel{max-width:620px}.home-review-track .home-review{flex-basis:calc((100% - 14px)/2)}.home-model-track .home-model-card{flex-basis:calc((100% - 28px)/3)}.footer-cta-grid{grid-template-columns:1fr}.footer-enquiry-card{max-width:660px}.home-v4 .home-party-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 12px}.home-v4 .home-party-grid::-webkit-scrollbar{display:none}.home-v4 .home-party-card{flex:0 0 calc((100% - 14px)/2);scroll-snap-align:start}.party-carousel-shell .carousel-arrow{display:grid}}
@media(max-width:640px){.brand-logo{max-width:175px;max-height:46px}.home-v4 .home-hero{min-height:0}.home-v4 .home-hero-bg{opacity:1}.home-v4 .home-hero-bg:after{background:linear-gradient(180deg,rgba(3,12,24,.78),rgba(3,12,24,.93) 76%)}.home-v4 .home-hero-grid{padding-top:30px;padding-bottom:30px}.home-v4 .home-hero h1{font-size:45px}.home-v4 .home-hero-copy p{font-size:15px}.home-v4 .home-hero-points{font-size:10px;gap:7px 12px}.home-v4 .home-quote-panel{padding:18px}.home-v4 .home-trust-grid{grid-template-columns:1fr 1fr}.home-v4 .home-trust-item{font-size:9px;gap:6px;min-height:62px}.home-v4 .trust-icon{width:25px;height:25px}.home-v4 .home-party-card{flex-basis:calc((100% - 12px)/2)}.home-v4 .home-party-body{padding:10px;min-height:78px}.home-v4 .home-party-body p{display:none}.home-v4 .home-party-body h3{font-size:13px}.home-review-track .home-review{flex-basis:88%}.home-model-track .home-model-card{flex-basis:calc((100% - 10px)/2);min-width:0}.home-model-body{padding:9px;min-height:72px}.home-model-body h3{font-size:13px}.home-model-body>span{font-size:8px}.carousel-arrow{width:31px;height:31px}.carousel-arrow.prev{left:-8px}.carousel-arrow.next{right:-8px}.footer-cta{padding:38px 0}.footer-cta-grid{gap:24px}.footer-enquiry-card{padding:15px}.footer-cta h2{font-size:36px}.footer-grid{gap:16px}.footer-logo .brand-logo{max-width:145px}}


/* ===== HforH v0.5 - H4H form parity, dark trust, teaser CTA, floating contact ===== */
.hforh-honeypot{position:absolute!important;left:-10000px!important}.h4h-form-card{background:#fff!important;color:var(--navy)!important;border-radius:8px!important;padding:18px!important;border:0!important}.h4h-fast-quote{position:relative}.h4h-form-head h3{margin:0;color:var(--navy);font-size:22px;line-height:1;font-weight:950}.h4h-form-head p{font-size:10px;color:#5f6b7b;margin:6px 0 14px}.h4h-form-head p span{color:var(--pink);padding:0 3px}.h4h-progress{display:grid!important;grid-template-columns:28px 1fr 28px 1fr 28px!important;align-items:center!important;gap:0!important;margin:5px 0 16px!important}.h4h-progress span{width:28px!important;height:28px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#edf1f6!important;color:#8792a2!important;font-size:11px!important;font-weight:950!important;position:relative;z-index:2}.h4h-progress span.is-active{background:var(--pink)!important;color:#fff!important}.h4h-progress i{height:1px;background:#dbe2ea}.h4h-fields{display:grid;gap:11px}.h4h-fields label,.h4h-venue legend{font-size:10px!important;font-weight:900!important;color:var(--navy)!important;text-transform:none}.h4h-fields input,.h4h-fields select,.h4h-fields textarea{display:block;width:100%;margin-top:5px;background:#fff;border:1px solid #d4dde7!important;border-radius:4px!important;color:var(--navy);padding:10px 11px;min-height:43px!important;box-shadow:none!important}.h4h-fields textarea{resize:vertical}.h4h-two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.h4h-venue{border:0;padding:0;margin:0}.h4h-venue legend{margin-bottom:7px}.h4h-venue label{display:inline-flex!important;align-items:center;gap:6px;margin-right:18px}.h4h-venue input{width:15px!important;min-height:0!important;margin:0!important}.hforh-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.hforh-form-actions.split{justify-content:space-between}.hforh-form-actions button{border:0;border-radius:4px!important;font-size:10px;font-weight:950;min-height:40px;padding:0 20px;cursor:pointer}.hforh-form-actions .primary{background:var(--pink)!important;color:#fff}.hforh-form-actions .secondary{background:#f1f4f7!important;color:var(--navy)!important}.h4h-safe{text-align:center;font-size:8px;color:#697586;margin-top:9px}.hforh-result{margin-top:10px;padding:10px;border-radius:4px;background:var(--blue-soft);font-size:11px}.home-quote-panel>small,.quote-kicker{display:none!important}
.h4h-dark-trust,.home-trust.h4h-dark-trust{background:#071426!important;color:#fff!important;border:0!important}.h4h-dark-trust .home-trust-grid,.h4h-dark-trust .trust-grid{background:#071426}.h4h-dark-trust .home-trust-item,.h4h-dark-trust .trust-item{border-color:rgba(255,255,255,.14)!important;color:#fff!important}.h4h-dark-trust .trust-icon{background:transparent!important;color:var(--pink)!important;box-shadow:none!important}.h4h-dark-trust .trust-item{font-weight:850;text-align:center;font-size:12px;padding:18px 12px;border-right:1px solid rgba(255,255,255,.14)}
.carousel-arrow{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;line-height:1!important;text-align:center!important}.carousel-arrow.prev,.carousel-arrow.next{font-size:0!important}.carousel-arrow.prev:before,.carousel-arrow.next:before{display:block;font-size:26px;line-height:1;position:relative;top:-1px}.carousel-arrow.prev:before{content:'‹';left:-1px}.carousel-arrow.next:before{content:'›';left:1px}
.h4h-footer-cta{background:linear-gradient(90deg,#df0877,#f21182 58%,#f31b8c)!important;color:#fff;padding:48px 0!important}.h4h-footer-cta:after{display:none!important}.h4h-footer-cta .footer-cta-copy{max-width:760px}.h4h-footer-cta .eyebrow{color:#fff!important}.h4h-footer-cta h2{font-size:clamp(34px,4.5vw,54px);max-width:760px}.h4h-footer-cta p{font-size:16px;color:#fff!important;max-width:760px;margin-bottom:24px}.footer-teaser-form{display:grid;grid-template-columns:1.2fr .9fr 1.1fr auto;gap:12px;align-items:end}.footer-teaser-form label{font-size:11px;font-weight:900;color:#fff;text-transform:uppercase}.footer-teaser-form input,.footer-teaser-form select{display:block;width:100%;margin-top:7px;min-height:52px;border:0;border-radius:5px;padding:0 14px;background:#fff;color:#111}.footer-teaser-form button{min-height:52px;border:2px solid #fff;border-radius:5px;background:#141820;color:#fff;padding:0 25px;font-weight:950;font-size:11px;cursor:pointer;white-space:nowrap}
.hforh-quote-modal[hidden]{display:none!important}.hforh-quote-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:28px}.quote-modal-backdrop{position:absolute;inset:0;background:rgba(2,9,18,.76);backdrop-filter:blur(4px)}.quote-modal-dialog{position:relative;z-index:1;background:#fff;width:min(470px,100%);border-radius:10px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.45);max-height:90vh;overflow:auto}.quote-modal-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border-radius:50%;border:0;background:var(--navy);color:#fff;font-size:26px;line-height:1;cursor:pointer;z-index:3}.quote-modal-open{overflow:hidden}
.floating-contact{position:fixed;left:24px;right:24px;bottom:20px;z-index:9000;pointer-events:none;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.google-rating-badge,.floating-contact-toggle,.floating-contact-panel{pointer-events:auto}.google-rating-badge{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e1e5eb;border-radius:18px;padding:10px 16px;box-shadow:0 7px 24px rgba(7,22,45,.14);min-width:238px}.google-g{font-weight:950;font-size:28px;color:#4285f4}.google-rating-badge strong{display:block;font-size:14px;color:var(--navy);line-height:1.1}.google-rating-badge b{display:block;color:#fbbc04;font-size:22px;letter-spacing:1px;line-height:1.1}.floating-contact-toggle{border:0;background:var(--navy);color:#fff;border-radius:999px;min-width:150px;height:64px;padding:0 24px;font-size:18px;font-weight:900;box-shadow:0 7px 24px rgba(7,22,45,.22);cursor:pointer}.floating-contact.is-open .floating-contact-toggle{min-width:64px;width:64px;padding:0;font-size:35px}.floating-contact-panel{position:absolute;right:0;bottom:78px;width:330px;background:#fff;border-radius:24px;padding:14px;box-shadow:0 20px 55px rgba(7,22,45,.25);border:1px solid #e1e6ed}.floating-contact-panel[hidden]{display:none}.floating-contact-panel a,.floating-contact-panel button{display:flex;width:100%;align-items:center;gap:14px;padding:13px;border:0;background:none;text-align:left;color:var(--navy);border-radius:13px;cursor:pointer}.floating-contact-panel a:hover,.floating-contact-panel button:hover{background:#f7f9fc}.float-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f5f7fb;color:var(--blue);font-size:22px}.float-icon.pink{background:var(--pink-soft);color:var(--pink)}.floating-contact-panel strong{display:block;font-size:18px}.floating-contact-panel small{display:block;font-size:13px;color:#6b7483;margin-top:2px}
@media(max-width:980px){.footer-teaser-form{grid-template-columns:1fr 1fr}.footer-teaser-form button{grid-column:1/-1}.floating-contact{left:14px;right:14px}}
@media(max-width:767px){.h4h-two-col{grid-template-columns:1fr}.h4h-footer-cta{padding:38px 0!important}.h4h-footer-cta h2{font-size:36px}.h4h-footer-cta p{font-size:15px}.footer-teaser-form{grid-template-columns:1fr}.footer-teaser-form button{grid-column:auto}.hforh-quote-modal{display:none!important}.floating-contact{bottom:12px}.google-rating-badge{min-width:0;padding:8px 11px;border-radius:14px;gap:8px}.google-g{font-size:24px}.google-rating-badge strong{font-size:12px}.google-rating-badge b{font-size:17px}.floating-contact-toggle{min-width:105px;height:54px;font-size:15px;padding:0 17px}.floating-contact.is-open .floating-contact-toggle{width:54px;min-width:54px;height:54px}.floating-contact-panel{right:0;bottom:66px;width:min(310px,calc(100vw - 28px));border-radius:20px}.floating-contact-panel strong{font-size:17px}.float-icon{width:44px;height:44px}.carousel-arrow.prev:before,.carousel-arrow.next:before{font-size:25px}.h4h-dark-trust .home-trust-item,.h4h-dark-trust .trust-item{font-size:9px!important}.home-v4 .home-quote-panel{padding:14px!important}}

/* 0.6.0 - H4H-identical quote UI + alignment fixes */
.hforh-enquiry,.h4h-form-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.home-quote-panel .h4h-enquiry-form{width:100%;box-sizing:border-box}
.h4h-enquiry-form *{box-sizing:border-box}
@media(max-width:640px){.home-quote-panel{padding:0 14px 24px!important}.home-quote-panel .h4h-enquiry-form{padding:20px 16px!important}.h4h-enquiry-form input,.h4h-enquiry-form select,.h4h-enquiry-form textarea{max-width:100%!important}}
.h4h-global-quote,.hforh-global-quote{position:relative;overflow:hidden;padding:42px 0;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.28) 0 2px,transparent 3px),radial-gradient(circle at 78% 28%,rgba(255,255,255,.2) 0 2px,transparent 3px),linear-gradient(110deg,#e90089,#ff3dae);color:#fff}
.h4h-quick-quote{display:grid;grid-template-columns:1fr .8fr 1fr auto;gap:8px;align-items:end;width:100%}
.h4h-quick-quote label{margin:0;min-width:0}.h4h-quick-quote label>span{display:block;color:#fff;font-size:.67rem;font-weight:900;text-transform:uppercase;margin:0 0 5px}
.h4h-quick-quote input,.h4h-quick-quote select,.h4h-quick-quote button{box-sizing:border-box;width:100%;height:48px!important;min-height:48px!important;border-radius:6px!important;margin:0!important;font:inherit}
.h4h-quick-quote input,.h4h-quick-quote select{border:0!important;background:#fff!important;padding:0 12px!important;color:#17191e!important}
.h4h-quick-quote button{border:2px solid #fff!important;background:#17191e!important;color:#fff!important;padding:0 18px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap;cursor:pointer}
@media(max-width:650px){.h4h-quick-quote{display:flex!important;flex-direction:column;gap:14px!important}.h4h-quick-quote label,.h4h-quick-quote input,.h4h-quick-quote select,.h4h-quick-quote button{width:100%!important;max-width:100%!important;min-width:0!important}}
/* bundled H4H logo */
.brand-logo{display:block;width:auto;max-width:100%;height:auto}.site-header .brand-logo{max-height:54px}.footer-logo .brand-logo{max-height:72px}
/* carousel glyph geometry */
.carousel-arrow{display:grid!important;place-items:center!important;padding:0!important;line-height:1!important;font-family:Arial,Helvetica,sans-serif!important}.carousel-arrow::first-line{line-height:1}.carousel-arrow{font-size:0!important}.carousel-arrow.prev:after,.carousel-arrow.next:after{display:block;font-size:28px;line-height:1;transform:translateY(-1px)}.carousel-arrow.prev:after{content:'‹'}.carousel-arrow.next:after{content:'›'}
/* branded floating icons */
.float-icon{display:grid!important;place-items:center!important}.float-icon svg{width:26px;height:26px;fill:currentColor}.float-icon.icon-blue{color:#55bce8}.float-icon.icon-pink{color:#f40094}


/* 0.6.2 - exact mobile form containment + controlled date rendering, ported from live H4H refinements. */
.h4h-enquiry-form,
.h4h-form-step,
.h4h-enquiry-form label{
  min-width:0!important;
  max-width:100%!important;
}
.h4h-enquiry-form input,
.h4h-enquiry-form select,
.h4h-enquiry-form textarea{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.h4h-enquiry-form input[type="date"],
.h4h-enquiry-form input[type="time"]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
@supports (-webkit-touch-callout:none){
  .h4h-enquiry-form input[type="date"],
  .h4h-enquiry-form input[type="time"]{
    inline-size:100%!important;
    min-inline-size:0!important;
  }
}

/* Footer teaser uses the same robust date overlay technique as H4H. */
.h4h-quick-quote .h4h-date-wrap,
.h4h-fast-quote .h4h-date-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:normal!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
.h4h-quick-quote .h4h-date-wrap input[type="date"],
.h4h-fast-quote .h4h-date-wrap input[type="date"]{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:48px!important;
  min-height:48px!important;
  box-sizing:border-box!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  caret-color:transparent!important;
  background:#fff!important;
  cursor:pointer!important;
  padding:0 48px 0 14px!important;
}
.h4h-quick-quote label .h4h-date-display,
.h4h-fast-quote label .h4h-date-display{
  position:absolute!important;
  z-index:3!important;
  left:14px!important;
  right:46px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
  color:#17191e!important;
  -webkit-text-fill-color:#17191e!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:400!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  text-align:left!important;
}
.h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
.h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0!important;
  position:relative!important;
  z-index:4!important;
  cursor:pointer!important;
}
.h4h-quick-quote label .h4h-date-wrap:after,
.h4h-fast-quote label .h4h-date-wrap:after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  right:14px!important;
  top:50%!important;
  width:20px!important;
  height:20px!important;
  transform:translateY(-50%)!important;
  pointer-events:none!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:20px 20px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b5b5b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E")!important;
}

/* Keep all teaser controls visually identical on iOS Safari. */
.footer-teaser-form label{min-width:0!important;width:100%!important}
.footer-teaser-form input,
.footer-teaser-form select,
.footer-teaser-form button{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  box-sizing:border-box!important;
  margin:7px 0 0!important;
}
.footer-teaser-form input[type="date"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  inline-size:100%!important;
  min-inline-size:0!important;
}
.footer-teaser-form .h4h-date-wrap{margin-top:7px!important}
.footer-teaser-form .h4h-date-wrap input[type="date"]{margin:0!important;height:52px!important;min-height:52px!important}

@media(max-width:640px){
  .home-quote-panel{overflow:hidden!important}
  .home-quote-panel .h4h-enquiry-form{width:100%!important;max-width:100%!important;overflow:hidden!important}
  .home-quote-panel .h4h-form-step{width:100%!important;max-width:100%!important;overflow:hidden!important}
  .h4h-enquiry-form input[type="date"],
  .h4h-enquiry-form input[type="time"]{inline-size:100%!important;max-inline-size:100%!important}
}


/* 0.6.3 - final iOS quote-control containment and controlled date presentation. */
.h4h-fast-quote .h4h-enquiry-form,
.h4h-fast-quote .h4h-form-step,
.h4h-fast-quote .h4h-enquiry-form label{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.h4h-fast-quote .h4h-enquiry-form input,
.h4h-fast-quote .h4h-enquiry-form select,
.h4h-fast-quote .h4h-enquiry-form textarea{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.h4h-fast-quote .h4h-enquiry-form input[type="date"],
.h4h-fast-quote .h4h-enquiry-form input[type="time"]{
  inline-size:100%!important;
  max-inline-size:100%!important;
  min-inline-size:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
/* Keep the native date control clickable but never let its browser text render. */
.h4h-fast-quote .h4h-date-wrap input[type="date"],
.h4h-quick-quote .h4h-date-wrap input[type="date"]{
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
}
.h4h-fast-quote label .h4h-date-display,
.h4h-quick-quote label .h4h-date-display{
  position:absolute!important;
  z-index:5!important;
  left:18px!important;
  right:48px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  padding:0!important;
  line-height:1.2!important;
  text-align:left!important;
  text-transform:none!important;
  color:#17191e!important;
  -webkit-text-fill-color:#17191e!important;
  pointer-events:none!important;
}
.footer-teaser-form .h4h-date-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:7px 0 0!important;
}
.footer-teaser-form .h4h-date-wrap input[type="date"]{
  width:100%!important;
  max-width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 48px 0 18px!important;
}

.google-g-svg{width:30px;height:30px;flex:0 0 30px;display:block}
@media(max-width:767px){.google-g-svg{width:26px;height:26px;flex-basis:26px}}


/* 0.6.4 - homepage polish. */
/* Only one visual glyph per carousel control. Older pseudo-elements are disabled. */
.carousel-arrow.prev:before,.carousel-arrow.next:before{content:none!important;display:none!important}
.carousel-arrow.prev:after,.carousel-arrow.next:after{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;position:static!important;transform:none!important;font-size:27px!important;line-height:1!important}
.carousel-arrow.prev:after{content:'‹'!important;padding-bottom:2px!important}
.carousel-arrow.next:after{content:'›'!important;padding-bottom:2px!important}

/* The quote card should align to the hero-copy edge; spacing belongs inside the form. */
.home-v4 .home-quote-panel{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}
.home-v4 .home-quote-panel .h4h-enquiry-form{padding:28px!important}

/* Compact mobile trust strip: one horizontal, swipeable proof row instead of a tall 2x2 table. */
@media(max-width:640px){
  .home-v4 .home-trust{padding:0!important;overflow:hidden!important}
  .home-v4 .home-trust-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;padding:0 16px!important;gap:0!important}
  .home-v4 .home-trust-grid::-webkit-scrollbar{display:none!important}
  .home-v4 .home-trust-item{flex:0 0 auto!important;width:auto!important;min-height:54px!important;padding:0 15px!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;gap:7px!important;white-space:nowrap!important;scroll-snap-align:start!important;font-size:10px!important}
  .home-v4 .home-trust-item:first-child{padding-left:0!important}
  .home-v4 .home-trust-item:last-child{border-right:0!important;padding-right:0!important}
  .home-v4 .trust-icon{width:auto!important;height:auto!important;font-size:16px!important;display:inline!important}
  .home-v4 .home-quote-panel .h4h-enquiry-form{padding:24px 22px!important}
}


/* 0.6.5 - mobile carousel, trust-grid and spacing refinement. */
/* Buttons contain a text arrow as a fallback; hide it and render one branded pink glyph only. */
.carousel-arrow{
  color:var(--pink)!important;
  font-size:0!important;
}
.carousel-arrow.prev:before,.carousel-arrow.next:before{content:none!important;display:none!important}
.carousel-arrow.prev:after,.carousel-arrow.next:after{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  inset:0!important;
  transform:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:25px!important;
  font-weight:700!important;
  line-height:1!important;
  color:var(--pink)!important;
  padding:0 0 2px 0!important;
}
.carousel-arrow.prev:after{content:'‹'!important}
.carousel-arrow.next:after{content:'›'!important}

/* No orphaned CTA space beneath the locations grid. */
.home-v4 .home-locations{padding-bottom:34px!important}
.home-v4 .home-locations .location-layout{margin-bottom:0!important}
.home-v4 .home-location-grid{margin-bottom:0!important}

/* Mobile trust proof - compact 2x2 panel, all four benefits visible at once. */
@media(max-width:640px){
  .home-v4 .home-trust{
    background:var(--navy)!important;
    border:0!important;
    padding:10px 16px!important;
    overflow:visible!important;
  }
  .home-v4 .home-trust-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    overflow:visible!important;
    padding:0!important;
    gap:1px!important;
    background:rgba(255,255,255,.13)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:10px!important;
  }
  .home-v4 .home-trust-item{
    width:auto!important;
    min-width:0!important;
    min-height:64px!important;
    padding:10px 11px!important;
    border:0!important;
    background:var(--navy)!important;
    color:#fff!important;
    white-space:normal!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    text-align:left!important;
    font-size:10px!important;
    line-height:1.25!important;
  }
  .home-v4 .home-trust-item:first-child{border-radius:9px 0 0 0!important}
  .home-v4 .home-trust-item:nth-child(2){border-radius:0 9px 0 0!important}
  .home-v4 .home-trust-item:nth-child(3){border-radius:0 0 0 9px!important}
  .home-v4 .home-trust-item:nth-child(4){border-radius:0 0 9px 0!important}
  .home-v4 .trust-icon{
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(242,17,130,.15)!important;
    box-shadow:0 0 0 1px rgba(242,17,130,.32) inset!important;
    color:var(--pink)!important;
    font-size:14px!important;
    line-height:1!important;
  }
  .home-v4 .home-locations{padding-bottom:24px!important}
}

/* 0.7.0 - dashboard-managed hero imagery + Life Drawing campaign page */
.life-page-v7{background:#fff}
.life-campaign-hero{position:relative;overflow:hidden;background:#091524;color:#fff}
.life-campaign-bg{position:absolute;inset:0;background-size:cover;background-position:center 28%;opacity:.92}
.life-campaign-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,20,.96) 0%,rgba(3,10,20,.78) 42%,rgba(3,10,20,.28) 68%,rgba(3,10,20,.64) 100%)}
.life-campaign-placeholder{background:linear-gradient(115deg,#111b2b,#563049)}
.life-campaign-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:42px;align-items:center;padding-top:48px;padding-bottom:48px;min-height:610px}
.life-campaign-copy{max-width:610px}.life-campaign-copy .eyebrow.light{color:#fff}.life-campaign-copy h1{margin:0 0 14px;font-size:clamp(48px,5.7vw,76px);line-height:.94;letter-spacing:-.055em;color:#fff}.life-campaign-copy h1::first-line{color:#fff}.life-campaign-copy p{font-size:18px;line-height:1.5;max-width:560px;color:#fff;margin:0 0 28px}
.life-proof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.life-proof-row span{font-size:10px;font-weight:900;text-transform:uppercase;line-height:1.3;text-align:center}.life-proof-row span:before{content:'✓';display:block;color:var(--pink);font-size:20px;margin-bottom:7px}
.life-quote{align-self:center}.life-quote .h4h-enquiry-form{padding:28px!important}
.life-package-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.package-cards{gap:8px}.package-cards .package-tab{border-radius:7px!important;position:relative;padding:18px 14px;background:#f8fbfe}.package-cards .package-tab small{display:inline-block;background:#fff;color:var(--pink);border-radius:999px;padding:3px 8px;font-size:8px;font-weight:900;margin-bottom:6px}.package-cards .package-tab b{display:block;margin-top:8px;font-size:13px}.package-cards .package-tab.is-active small{background:#fff;color:var(--pink)}
.package-meta{display:flex;gap:10px;flex-wrap:wrap}.package-meta strong{display:inline-flex;padding:8px 10px;border-radius:5px;background:#f5f8fb;font-size:12px}.how-card{border-radius:10px;background:linear-gradient(145deg,#fff0f7,#f6fbff);border:1px solid #f0dce8;padding:22px}.how-card h2{margin:0 0 16px;font-size:28px}.how-card ol{list-style:none;margin:0;padding:0}.how-card li{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;position:relative;padding:0 0 18px}.how-card li:last-child{padding-bottom:0}.how-card li>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:#fff;font-weight:900;position:relative;z-index:2}.how-card li:not(:last-child)>span:after{content:"";position:absolute;top:32px;left:50%;width:1px;height:26px;background:#efc8dc}.how-card strong{font-size:14px}.how-card p{margin:2px 0 0;color:var(--muted);font-size:12px}
.life-info-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.life-info-row>div{padding:18px;border:1px solid #d7e7f1;border-radius:8px;background:#f8fcff}.life-info-row h3{margin:0 0 6px;font-size:17px}.life-info-row p{margin:0;color:var(--muted);font-size:13px}.life-location-pills{display:flex;gap:7px;flex-wrap:wrap}.life-location-pills span{border:1px solid var(--pink);color:var(--pink);border-radius:4px;padding:6px 8px;font-weight:900;font-size:9px;text-transform:uppercase}
.life-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.life-gallery-item{aspect-ratio:1/1.05;border-radius:8px;overflow:hidden;background:#eef3f7;display:grid;place-items:center}.life-gallery-item img{width:100%;height:100%;object-fit:cover}.life-gallery-item.placeholder span{font-size:10px;color:#8995a5;text-align:center;padding:12px}
.life-proof-faq-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:26px}.life-review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.life-review-cards .review{padding:16px}.life-related .art-preview .card{min-width:0}
.life-page-v7 .section-action{margin-top:22px;text-align:center}.life-page-v7 .btn.secondary{border-color:var(--pink);color:var(--pink);font-size:12px}.life-page-v7 .btn.secondary:hover{background:var(--pink);color:#fff}

@media(max-width:980px){
  .life-campaign-grid{grid-template-columns:1fr;max-width:760px;gap:28px;min-height:0}.life-campaign-copy{max-width:680px}.life-quote{max-width:620px}.life-package-layout{grid-template-columns:1fr}.life-proof-faq-grid{grid-template-columns:1fr}.life-gallery-grid{grid-template-columns:repeat(3,1fr)}.life-review-cards{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:640px){
  .life-campaign-grid{padding-top:34px;padding-bottom:34px}.life-campaign-bg{background-position:60% center}.life-campaign-bg:after{background:linear-gradient(180deg,rgba(3,10,20,.78),rgba(3,10,20,.94) 72%)}.life-campaign-copy h1{font-size:46px}.life-campaign-copy p{font-size:15px}.life-proof-row{grid-template-columns:1fr 1fr;gap:14px 8px}.life-proof-row span{font-size:9px}.life-quote .h4h-enquiry-form{padding:24px 22px!important}.package-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.package-cards .package-tab{padding:12px 7px!important}.package-cards .package-tab strong{font-size:12px}.package-cards .package-tab span,.package-cards .package-tab b{font-size:9px}.package-cards .package-tab small{font-size:6px;padding:2px 5px}.package-detail{padding:17px;gap:16px}.package-detail h3{font-size:21px}.life-info-row{grid-template-columns:1fr}.life-gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.life-gallery-grid::-webkit-scrollbar{display:none}.life-gallery-item{flex:0 0 62%;scroll-snap-align:start}.life-review-cards{grid-template-columns:1fr}.life-page-v7 .art-preview{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.life-page-v7 .art-preview .card{flex:0 0 72%;scroll-snap-align:start}
}

/* 0.8.0 refinement */
.home-v4 .home-locations{padding-top:42px!important;padding-bottom:18px!important}
.home-v4 .home-locations .location-layout{align-items:start!important;gap:34px!important}
.home-v4 .home-locations .location-intro p{margin-bottom:0!important}

/* Premium trust treatment: four visible proof cards, not a table. */
.h4h-dark-trust{background:linear-gradient(135deg,#041226 0%,#071a31 58%,#0a2038 100%)!important;border:0!important;box-shadow:none!important;padding:18px 0!important}
.h4h-dark-trust .home-trust-grid{gap:10px!important}
.h4h-dark-trust .home-trust-item{min-height:70px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.12)!important;color:#fff!important;padding:12px 14px!important;justify-content:flex-start!important;text-align:left!important;gap:10px!important}
.h4h-dark-trust .trust-icon{width:34px!important;height:34px!important;background:linear-gradient(135deg,rgba(242,17,130,.28),rgba(0,169,232,.16))!important;border:1px solid rgba(242,17,130,.55)!important;color:#ff4ca2!important;box-shadow:0 0 18px rgba(242,17,130,.13)!important}
.h4h-dark-trust .home-trust-item strong{font-size:12px!important;line-height:1.25!important;letter-spacing:.005em!important}

/* Package selector */
.life-page-v8 .package-cards .package-tab{min-height:142px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:var(--navy)!important;background:#f7fafc!important;border:1px solid #d9e4ee!important;overflow:hidden}
.life-page-v8 .package-cards .package-tab.is-active{color:#fff!important;background:linear-gradient(135deg,#ed0b7c,#f72794)!important;border-color:#ed0b7c!important;box-shadow:0 10px 22px rgba(242,17,130,.18)!important}
.life-page-v8 .package-cards .package-tab.is-active span,.life-page-v8 .package-cards .package-tab.is-active b{color:#fff!important;opacity:1!important}
.life-page-v8 .package-cards .package-tab small{position:static!important;margin:0 0 2px!important}
.life-page-v8 .package-detail{min-height:210px}
.life-page-v8 .package-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.life-page-v8 .package-meta strong{background:#f1f7fb;border-radius:999px;padding:6px 10px;font-size:12px}
.travel-table{margin-top:15px;border:1px solid #d9e5ee;border-radius:9px;overflow:hidden;background:#fff}.travel-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:10px 12px;border-top:1px solid #e4ebf1;font-size:12px}.travel-row:first-child{border-top:0}.travel-row strong{color:var(--navy);text-align:right}
.life-page-v8 .home-review-track{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.life-page-v8 .home-review-track::-webkit-scrollbar{display:none}.life-page-v8 .home-review{flex:0 0 calc((100% - 24px)/3);scroll-snap-align:start}.life-page-v8 .home-review small{display:block;margin-top:5px;color:var(--muted)}
.life-page-v8 .related-carousel-shell{position:relative}.life-page-v8 .related-carousel-shell .art-preview{scroll-behavior:smooth}
.life-page-v8 .faq-answer{padding-top:8px;color:var(--muted);font-size:13px}.life-page-v8 .faq-answer p:first-child{margin-top:0}

@media(max-width:767px){
  .h4h-dark-trust{padding:14px 0!important}
  .h4h-dark-trust .home-trust-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:0 16px!important;overflow:visible!important}
  .h4h-dark-trust .home-trust-item{min-height:76px!important;padding:11px!important;white-space:normal!important;border-radius:10px!important;flex:initial!important;width:auto!important;justify-content:flex-start!important}
  .h4h-dark-trust .trust-icon{width:30px!important;height:30px!important;font-size:14px!important}
  .h4h-dark-trust .home-trust-item strong{font-size:10px!important}
  .home-v4 .home-locations{padding-top:34px!important;padding-bottom:12px!important}
  .home-v4 .home-locations .location-layout{gap:22px!important}
  .life-page-v8 .package-cards{display:flex!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:2px 2px 9px!important;scrollbar-width:none!important}
  .life-page-v8 .package-cards::-webkit-scrollbar{display:none}
  .life-page-v8 .package-cards .package-tab{flex:0 0 78%!important;scroll-snap-align:start!important;min-height:150px!important;padding:16px!important}
  .life-page-v8 .package-cards .package-tab strong{font-size:18px!important}.life-page-v8 .package-cards .package-tab span,.life-page-v8 .package-cards .package-tab b{font-size:12px!important}
  .life-page-v8 .package-detail{grid-template-columns:1fr!important;min-height:0!important}
  .life-page-v8 .home-review{flex:0 0 86%!important}
  .life-page-v8 .related-carousel-shell .art-preview{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.life-page-v8 .related-carousel-shell .art-preview::-webkit-scrollbar{display:none}.life-page-v8 .related-carousel-shell .art-preview .card{flex:0 0 78%!important;scroll-snap-align:start!important}
}

/* 0.9.0 - H4H-aligned trust architecture, synced Hunk stages and gallery polish */
.home-v4 .home-quote-panel:before{content:none!important;display:none!important}
.life-page-v8 .life-quote:before{content:none!important;display:none!important}

.h4h-dark-trust{padding:0!important;background:#18191d!important}
.h4h-dark-trust .home-trust-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;padding:0!important;border:0!important;background:#18191d!important}
.h4h-dark-trust .home-trust-item{min-height:156px!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:28px 20px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;gap:9px!important;color:#fff!important}
.h4h-dark-trust .home-trust-item:last-child{border-right:0!important}
.h4h-dark-trust .home-trust-item strong{font-size:32px!important;line-height:1!important;letter-spacing:-.025em!important;font-weight:950!important;color:#fff!important}
.h4h-dark-trust .home-trust-item span{font-size:12px!important;line-height:1.35!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-weight:800!important;color:#d7d8dc!important;max-width:150px!important}

.hunk-stage{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}
.hunk-stage-1{background-image:url('assets/images/hunk-card-bg-1.png')!important}
.hunk-stage-2{background-image:url('assets/images/hunk-card-bg-2.png')!important}
.hunk-stage-3{background-image:url('assets/images/hunk-card-bg-3.png')!important}
.hunk-stage img{position:relative;z-index:2;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important}
.hunk-stage:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(90,0,46,.10));pointer-events:none}

.life-gallery-shell{position:relative}
.life-gallery-shell .life-gallery-grid{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:2px 2px 10px!important}
.life-gallery-shell .life-gallery-grid::-webkit-scrollbar{display:none!important}
.life-gallery-shell .life-gallery-item{flex:0 0 calc((100% - 48px)/5)!important;scroll-snap-align:start!important;display:block!important;cursor:zoom-in!important}
.life-gallery-shell .carousel-arrow{display:grid!important}

.hforh-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(0,7,18,.94);display:grid;place-items:center;padding:24px}
.hforh-lightbox[hidden]{display:none!important}
.hforh-lightbox-inner{position:relative;width:min(1100px,100%);height:min(84vh,850px);display:grid;place-items:center}
.hforh-lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.hforh-lightbox-close,.hforh-lightbox-prev,.hforh-lightbox-next{position:absolute;border:0;background:#fff;color:#07162d;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-weight:900;z-index:2}
.hforh-lightbox-close{right:0;top:0;width:44px;height:44px;font-size:25px}
.hforh-lightbox-prev,.hforh-lightbox-next{top:50%;transform:translateY(-50%);width:46px;height:46px;font-size:30px;color:var(--pink)}
.hforh-lightbox-prev{left:0}.hforh-lightbox-next{right:0}

@media(max-width:767px){
  .h4h-dark-trust .home-trust-grid{grid-template-columns:1fr 1fr!important;margin:0!important}
  .h4h-dark-trust .home-trust-item{min-height:132px!important;padding:22px 12px!important;border-right:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important}
  .h4h-dark-trust .home-trust-item:nth-child(2n){border-right:0!important}
  .h4h-dark-trust .home-trust-item:nth-child(n+3){border-bottom:0!important}
  .h4h-dark-trust .home-trust-item strong{font-size:25px!important}
  .h4h-dark-trust .home-trust-item span{font-size:10px!important;max-width:130px!important}
  .life-gallery-shell .life-gallery-item{flex-basis:72%!important}
  .life-gallery-shell .carousel-arrow.prev{left:-8px!important}.life-gallery-shell .carousel-arrow.next{right:-8px!important}
  .hforh-lightbox{padding:12px}.hforh-lightbox-inner{height:86vh}.hforh-lightbox-close{top:8px;right:8px}.hforh-lightbox-prev{left:4px}.hforh-lightbox-next{right:4px}
}

/* 0.10.0 - package clarity, review truncation and mobile carousel refinements */
.life-page-v8 .package-choice-help{margin:10px 0 16px;font-size:14px;font-weight:800;color:#526076}
.life-page-v8 .package-tab{cursor:pointer;position:relative}
.life-page-v8 .package-tab.is-active{background:linear-gradient(180deg,#fff4fa,#fff)!important;border-color:var(--pink)!important;box-shadow:0 8px 22px rgba(244,0,148,.10)!important}
.life-page-v8 .package-tab.is-active:after{content:'Selected';position:absolute;right:10px;top:10px;font-size:9px;line-height:1;padding:5px 7px;border-radius:999px;background:var(--pink);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.05em}

.review-copy{font-size:inherit;line-height:inherit;color:inherit;white-space:normal;overflow-wrap:anywhere}
.home-review .review-copy{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden}
.home-review.is-expanded .review-copy{-webkit-line-clamp:unset;display:block;overflow:visible}
.review-toggle{appearance:none;border:0;background:transparent;color:var(--pink);padding:8px 0 2px;margin:0;font:inherit;font-size:13px;font-weight:900;cursor:pointer;text-transform:uppercase;letter-spacing:.03em;text-align:left}
.review-toggle:hover{text-decoration:underline}

@media(max-width:767px){
  .life-page-v8 .package-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}
  .life-page-v8 .package-cards .package-tab{min-width:0!important;flex:none!important;min-height:116px!important;padding:12px 7px 10px!important;border-radius:11px!important;text-align:center!important;justify-content:center!important;gap:5px!important}
  .life-page-v8 .package-cards .package-tab small{font-size:8px!important;line-height:1.15!important;min-height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .life-page-v8 .package-cards .package-tab strong{font-size:14px!important;line-height:1.05!important;overflow-wrap:anywhere!important}
  .life-page-v8 .package-cards .package-tab span{font-size:11px!important;line-height:1.1!important}
  .life-page-v8 .package-cards .package-tab b{font-size:10px!important;line-height:1.15!important}
  .life-page-v8 .package-tab.is-active:after{content:'✓';right:6px;top:6px;width:18px;height:18px;padding:0;display:grid;place-items:center;font-size:10px}
  .life-page-v8 .package-choice-help{font-size:12px;margin:8px 0 14px}
  .home-review .review-copy{-webkit-line-clamp:6}
}
.life-page-v8 .package-pricing-table{margin-top:18px;border:1px solid #dbe5ef;border-radius:10px;overflow:hidden;background:#fff}
.life-page-v8 .package-pricing-table:empty{display:none}
.life-page-v8 .package-pricing-table>div{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border-top:1px solid #e7edf4;font-size:12px}
.life-page-v8 .package-pricing-table>div:first-child{border-top:0}.life-page-v8 .package-pricing-table span{color:#5f6b7b}.life-page-v8 .package-pricing-table strong{color:#07162d;text-align:right}

/* 0.10.1 - review author separation */
.review-toggle{display:block!important;width:max-content;margin:10px 0 8px!important}
.home-review strong{display:block;clear:both;margin-top:0}


/* 0.10.2 - desktop trust bar full-bleed correction */
@media (min-width:768px){
  .home-trust.h4h-dark-trust{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    background:#18191d!important;
    overflow:hidden!important;
  }
  .home-trust.h4h-dark-trust .home-trust-grid{
    width:min(calc(100% - 32px),var(--max))!important;
    margin-inline:auto!important;
    background:#18191d!important;
  }
}

/* 0.11.0 - H4H-style life drawing snapshot, package polish, legal page */
.life-campaign-grid{
  grid-template-areas:"copy quote" "snapshot quote";
  align-items:start;
}
.life-campaign-copy{grid-area:copy;align-self:end}
.life-quote{grid-area:quote;align-self:center}
.life-snapshot{
  grid-area:snapshot;
  display:grid;
  grid-template-columns:1.2fr repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(242,17,130,.30);
  border-radius:12px;
  background:#ffd9eb;
  color:var(--navy);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  margin-top:8px;
}
.life-snapshot-price,.life-snapshot-item{min-height:112px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.life-snapshot-price{background:#ffcde5}
.life-snapshot-price span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.life-snapshot-price strong{font-size:38px;line-height:1;color:var(--pink);font-weight:950}
.life-snapshot-price small{font-size:12px;font-weight:900;margin-top:7px}
.life-snapshot-item{border-left:1px solid rgba(242,17,130,.18);gap:11px}
.life-snapshot-item strong{font-size:11px;line-height:1.25;font-weight:950;text-transform:uppercase}
.life-snapshot-icon{width:34px;height:34px;color:var(--pink)}
.life-snapshot-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.how-enquire-link{color:var(--pink);text-decoration:underline;text-underline-offset:3px}
.how-enquire-link:hover{color:var(--pink-dark)}

/* No placeholder badge/circle when a package has no badge. */
.life-page-v8 .package-cards .package-tab:not(.is-active) small:empty{display:none!important}
.life-page-v8 .package-cards .package-tab small[aria-hidden="true"]{display:none!important;background:transparent!important;min-height:0!important;width:0!important;height:0!important;padding:0!important;margin:0!important}

.hforh-legal-page{padding:56px 0 72px;background:#fff}
.hforh-legal-hero{padding:58px 0;background:linear-gradient(135deg,#08182d,#142a44);color:#fff}
.hforh-legal-hero .eyebrow{color:#ff62ad}
.hforh-legal-hero h1{font-size:clamp(42px,5vw,68px);line-height:1;margin:4px 0 14px;letter-spacing:-.045em}
.hforh-legal-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.88);font-size:17px}
.hforh-legal-content{max-width:900px;font-size:15px;line-height:1.7;color:#26364b}
.hforh-legal-content h2,.hforh-legal-content h3{color:var(--navy);margin-top:34px}
.hforh-legal-content a{color:var(--pink);text-decoration:underline}

@media(max-width:980px){
  .life-campaign-grid{grid-template-columns:1fr;grid-template-areas:"copy" "snapshot" "quote";max-width:760px;gap:22px}
  .life-campaign-copy{align-self:auto}
  .life-snapshot{margin-top:0}
}
@media(max-width:640px){
  .life-snapshot{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto;border-radius:12px;margin:0}
  .life-snapshot-price{grid-column:1/-1;grid-row:1;min-height:auto;padding:18px 14px;border-bottom:1px solid rgba(242,17,130,.18)}
  .life-snapshot-item{grid-row:2;min-height:122px;padding:16px 7px;border-left:1px solid rgba(242,17,130,.18)}
  .life-snapshot-item:nth-of-type(2){border-left:0}
  .life-snapshot-price strong{font-size:44px}
  .life-snapshot-item strong{font-size:10px}
  .life-snapshot-icon{width:38px;height:38px}
  .life-page-v8 .package-cards .package-tab small{min-height:0!important}
  .hforh-legal-hero{padding:42px 0}.hforh-legal-page{padding:40px 0 54px}
}

/* 0.12.0 - package alignment */
.package-cards .package-badge-placeholder{visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.package-cards .package-tab small{min-height:22px;display:inline-flex;align-items:center;justify-content:center}
\n\n/* 0.12.1 - preserve package badge row alignment without visible placeholder */\n.life-page-v8 .package-cards .package-badge-placeholder,\n.life-page-v8 .package-cards .package-tab small[aria-hidden="true"]{\n  display:inline-flex!important;\n  visibility:hidden!important;\n  opacity:0!important;\n  min-height:22px!important;\n  height:22px!important;\n  width:auto!important;\n  padding:0 8px!important;\n  margin:0 0 2px!important;\n  pointer-events:none!important;\n}\n.life-page-v8 .package-cards .package-tab small{min-height:22px!important;height:22px!important;box-sizing:border-box!important}\n@media(max-width:680px){\n  .life-page-v8 .package-cards .package-badge-placeholder,\n  .life-page-v8 .package-cards .package-tab small[aria-hidden="true"],\n  .life-page-v8 .package-cards .package-tab small{min-height:18px!important;height:18px!important}\n}\n

/* 0.13.0 - mobile hero imagery: image first, black gradient into HforH content */
@media(max-width:640px){
  .home-v4 .home-hero,.life-page-v7 .life-campaign-hero{overflow:visible;background:#030c18!important}
  .home-v4 .home-hero-bg,.life-page-v7 .life-campaign-bg{
    position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:330px!important;opacity:1!important;background-color:#111!important;background-size:cover!important;background-position:center 35%!important;overflow:hidden!important;
  }
  .home-v4 .home-hero-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 35%!important;opacity:1!important}
  .home-v4 .home-hero-bg:after,.life-page-v7 .life-campaign-bg:after{
    content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(3,12,24,0) 0%,rgba(3,12,24,.04) 48%,rgba(3,12,24,.72) 78%,#030c18 100%)!important;
  }
  .home-v4 .home-hero-grid,.life-page-v7 .life-campaign-grid{
    margin-top:-72px!important;padding-top:0!important;padding-bottom:34px!important;position:relative!important;z-index:2!important;
  }
  .home-v4 .home-hero-copy,.life-page-v7 .life-campaign-copy{padding-top:0!important}
  .home-v4 .home-hero h1,.life-page-v7 .life-campaign-copy h1{margin-top:0!important}
  .life-page-v7 .life-campaign-bg{background-position:center 30%!important}
}


/* 0.14.0 - explicit mobile image-first heroes. Do not rely on background-only hero composition. */
@media (max-width:680px){
  .home-v4 .home-hero,
  .life-page-v8 .life-campaign-hero{
    overflow:hidden!important;
    background:#030c18!important;
  }
  .home-v4 .home-hero-bg,
  .life-page-v8 .life-campaign-bg{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    height:58vw!important;
    min-height:245px!important;
    max-height:365px!important;
    opacity:1!important;
    background-size:cover!important;
    background-position:center 32%!important;
    z-index:1!important;
  }
  .home-v4 .home-hero-image{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 32%!important;
    opacity:1!important;
  }
  .home-v4 .home-hero-bg:after,
  .life-page-v8 .life-campaign-bg:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(180deg,rgba(3,12,24,0) 0%,rgba(3,12,24,.08) 48%,rgba(3,12,24,.72) 80%,#030c18 100%)!important;
  }
  .home-v4 .home-hero-grid,
  .life-page-v8 .life-campaign-grid{
    position:relative!important;
    z-index:2!important;
    margin-top:-44px!important;
    padding-top:0!important;
    padding-bottom:30px!important;
    gap:22px!important;
  }
  .home-v4 .home-hero-copy,
  .life-page-v8 .life-campaign-copy{
    padding-top:0!important;
  }
  .home-v4 .home-hero h1,
  .life-page-v8 .life-campaign-copy h1{margin-top:0!important;}
  .life-page-v8 .life-campaign-bg{background-position:center 32%!important;}
}


/* 0.14.1 - package badge row alignment. Keep a real badge-sized element on
   every card. For cards without a badge, paint the slot to match the card so
   the typography below begins at exactly the same vertical position. */
.life-page-v8 .package-cards .package-badge-placeholder,
.life-page-v8 .package-cards .package-tab small[aria-hidden="true"]{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  min-height:22px!important;
  height:22px!important;
  line-height:16px!important;
  padding:3px 8px!important;
  margin:0 0 6px!important;
  border-radius:999px!important;
  color:transparent!important;
  background:#f7fafc!important;
  box-sizing:border-box!important;
  pointer-events:none!important;
  user-select:none!important;
}
.life-page-v8 .package-cards .package-tab.is-active .package-badge-placeholder,
.life-page-v8 .package-cards .package-tab.is-active small[aria-hidden="true"]{
  background:#f21182!important;
  color:transparent!important;
}
.life-page-v8 .package-cards .package-tab small:not([aria-hidden="true"]){
  min-height:22px!important;
  height:22px!important;
  line-height:16px!important;
  padding:3px 8px!important;
  margin:0 0 6px!important;
  box-sizing:border-box!important;
}
@media(max-width:680px){
  .life-page-v8 .package-cards .package-badge-placeholder,
  .life-page-v8 .package-cards .package-tab small[aria-hidden="true"],
  .life-page-v8 .package-cards .package-tab small:not([aria-hidden="true"]){
    min-height:18px!important;height:18px!important;line-height:12px!important;padding:2px 5px!important;margin-bottom:4px!important;
  }
}


/* 0.14.2 - deterministic package-card vertical alignment.
   Every option reserves the same badge row. The placeholder is present and
   painted exactly like its card, rather than removed from layout. */
.life-page-v8 .package-cards .package-tab{
  display:grid!important;
  grid-template-rows:22px auto auto auto!important;
  align-content:center!important;
  justify-items:center!important;
  row-gap:6px!important;
}
.life-page-v8 .package-cards .package-tab small,
.life-page-v8 .package-cards .package-badge-placeholder,
.life-page-v8 .package-cards .package-tab small[aria-hidden="true"]{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:22px!important;
  min-height:22px!important;
  line-height:16px!important;
  margin:0!important;
  padding:3px 8px!important;
  box-sizing:border-box!important;
  border-radius:999px!important;
}
.life-page-v8 .package-cards .package-tab:not(.is-active) .package-badge-placeholder,
.life-page-v8 .package-cards .package-tab:not(.is-active) small[aria-hidden="true"]{
  visibility:visible!important;
  opacity:1!important;
  color:transparent!important;
  background:#f8fbfe!important;
}
.life-page-v8 .package-cards .package-tab.is-active .package-badge-placeholder,
.life-page-v8 .package-cards .package-tab.is-active small[aria-hidden="true"]{
  visibility:visible!important;
  opacity:1!important;
  color:transparent!important;
  background:#f21182!important;
}
.life-page-v8 .package-cards .package-tab strong,
.life-page-v8 .package-cards .package-tab span,
.life-page-v8 .package-cards .package-tab b{margin:0!important;align-self:center!important;}
@media(max-width:680px){
  .life-page-v8 .package-cards .package-tab{grid-template-rows:18px auto auto auto!important;row-gap:4px!important;}
  .life-page-v8 .package-cards .package-tab small,
  .life-page-v8 .package-cards .package-badge-placeholder,
  .life-page-v8 .package-cards .package-tab small[aria-hidden="true"]{
    height:18px!important;min-height:18px!important;line-height:12px!important;padding:2px 5px!important;
  }
}

/* 0.14.3 - lighten hero photography while preserving white-copy contrast. */
@media (min-width:681px){
  .home-v4 .home-hero-image{opacity:.94!important}
  .home-v4 .home-hero-bg:after{
    background:linear-gradient(90deg,rgba(3,12,24,.82) 0%,rgba(3,12,24,.62) 45%,rgba(3,12,24,.12) 72%,rgba(3,12,24,.22) 100%)!important;
  }
  .life-page-v8 .life-campaign-bg:after{
    background:linear-gradient(90deg,rgba(3,10,20,.86) 0%,rgba(3,10,20,.66) 42%,rgba(3,10,20,.18) 68%,rgba(3,10,20,.38) 100%)!important;
  }
}
@media (max-width:680px){
  .home-v4 .home-hero-bg:after{
    background:linear-gradient(180deg,rgba(3,12,24,0) 0%,rgba(3,12,24,.03) 54%,rgba(3,12,24,.58) 84%,#030c18 100%)!important;
  }
  .life-page-v8 .life-campaign-bg:after{
    background:linear-gradient(180deg,rgba(3,12,24,0) 0%,rgba(3,12,24,.04) 54%,rgba(3,12,24,.62) 84%,#030c18 100%)!important;
  }
}

/* 0.14.4 - desktop date controls use the native browser rendering so the
   selected date remains visible and the calendar affordance is genuinely
   clickable. The controlled overlay is retained only on narrow/mobile UI. */
@media (min-width: 768px){
  .h4h-fast-quote .h4h-date-wrap input[type="date"],
  .h4h-quick-quote .h4h-date-wrap input[type="date"]{
    color:var(--navy)!important;
    -webkit-text-fill-color:var(--navy)!important;
    caret-color:auto!important;
    padding:0 14px!important;
    -webkit-appearance:auto!important;
    appearance:auto!important;
  }
  .h4h-fast-quote label .h4h-date-display,
  .h4h-quick-quote label .h4h-date-display{display:none!important;}
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:1!important;
    position:static!important;
    z-index:auto!important;
    cursor:pointer!important;
  }
  .h4h-fast-quote label .h4h-date-wrap:after,
  .h4h-quick-quote label .h4h-date-wrap:after{display:none!important;}
}

/* Venue hire - keep native accessibility but present the two choices as
   compact, aligned controls instead of allowing inherited label rules to
   separate the circle from its text. */
.h4h-enquiry-form fieldset{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px 18px!important;
}
.h4h-enquiry-form fieldset legend{
  flex:0 0 100%!important;
  width:100%!important;
  margin:0 0 4px!important;
}
.h4h-enquiry-form .h4h-radio{
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:8px 13px!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  border:1px solid #d7dee8!important;
  border-radius:7px!important;
  background:#fff!important;
  cursor:pointer!important;
  line-height:1!important;
}
.h4h-enquiry-form .h4h-radio input[type="radio"]{
  width:18px!important;
  height:18px!important;
  min-height:18px!important;
  flex:0 0 18px!important;
  margin:0!important;
  accent-color:var(--pink)!important;
}
.h4h-enquiry-form .h4h-radio:has(input:checked){
  border-color:var(--pink)!important;
  background:var(--pink-soft)!important;
}

/* Consistent high-quality interaction feedback on all clickable controls. */
button,.btn,.pill,.nav .cta,.section-action a,.footer-teaser-form button,
.contact-trigger,.carousel-arrow,.review-toggle{
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,
             border-color .18s ease,filter .18s ease,opacity .18s ease!important;
}
@media (hover:hover){
  button:hover,.btn:hover,.nav .cta:hover,.section-action a:hover,.footer-teaser-form button:hover{
    transform:translateY(-2px);
    box-shadow:0 9px 20px rgba(7,22,45,.16);
    filter:brightness(1.025);
  }
  .pill:hover,.review-toggle:hover{transform:translateY(-1px);}
  .carousel-arrow:hover{transform:translateY(-50%) scale(1.07)!important;box-shadow:0 8px 18px rgba(7,22,45,.16)!important;}
}
button:active,.btn:active,.nav .cta:active,.section-action a:active,.footer-teaser-form button:active{transform:translateY(0) scale(.985);}
button:focus-visible,.btn:focus-visible,.nav .cta:focus-visible,.section-action a:focus-visible{
  outline:3px solid rgba(0,169,232,.35);outline-offset:3px;
}

/* 0.15.0 - robust typed date + native picker hybrid */
.hforh-date-control{position:relative;display:block;width:100%;margin-top:5px}
.hforh-date-control .hforh-date-text{width:100%;height:46px;margin:0!important;padding:0 52px 0 12px!important;border:1.4px solid #7f8998;border-radius:4px;background:#fff;color:#263248!important;-webkit-text-fill-color:#263248!important;font:inherit;box-sizing:border-box}
.hforh-date-control .hforh-date-text::placeholder{color:#8f98a8;opacity:1}
.hforh-date-control .hforh-date-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:grid;place-items:center;pointer-events:none;z-index:2;color:#5f6670}
.hforh-date-control .hforh-date-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hforh-date-control .hforh-date-native{position:absolute!important;right:0!important;top:0!important;width:52px!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;opacity:0!important;z-index:3!important;cursor:pointer!important;border:0!important}
.footer-teaser-form .hforh-date-control{margin-top:0}
.footer-teaser-form .hforh-date-text,.footer-teaser-form select,.footer-teaser-form input.h4h-suburb-input{height:56px!important;min-height:56px!important;box-sizing:border-box!important}
.footer-teaser-form .hforh-date-control{height:56px!important}

/* Discreet synced social links in the footer. */
.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.footer-socials{display:flex;gap:8px;justify-content:flex-end}
.footer-socials a{width:30px;height:30px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;color:#fff!important;text-decoration:none!important;font-weight:800;font-size:12px;transition:transform .18s ease,border-color .18s ease,background .18s ease}
@media(hover:hover){.footer-socials a:hover{transform:translateY(-2px);border-color:var(--pink);background:rgba(244,0,148,.13)}}
@media(max-width:700px){.footer-links{align-items:flex-start}.footer-socials{justify-content:flex-start}}


/* 0.16.0 - FORM DATE CONTROLS: exact live-H4H interaction model.
   Previous HforH hybrid date layers are intentionally superseded below. */
.hforh-date-control,.hforh-date-text,.hforh-date-icon,.hforh-date-native{display:none!important}

.h4h-quick-quote .h4h-date-wrap,
.h4h-fast-quote .h4h-date-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:normal!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  box-sizing:border-box!important;
}
.h4h-quick-quote .h4h-date-wrap input[type="date"],
.h4h-fast-quote .h4h-date-wrap input[type="date"]{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  caret-color:transparent!important;
  background:#fff!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  -webkit-appearance:auto!important;
  appearance:auto!important;
}
.h4h-fast-quote .h4h-date-wrap input[type="date"]{
  height:46px!important;
  min-height:46px!important;
}
.h4h-quick-quote .h4h-date-wrap input[type="date"]{
  height:48px!important;
  min-height:48px!important;
  border:0!important;
  border-radius:6px!important;
  padding:0 12px!important;
}
.h4h-quick-quote label .h4h-date-display,
.h4h-fast-quote label .h4h-date-display{
  position:absolute!important;
  z-index:3!important;
  left:18px!important;
  right:48px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
  color:#17191e!important;
  -webkit-text-fill-color:#17191e!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:400!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  text-align:left!important;
}
.h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
.h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0!important;
  position:relative!important;
  z-index:4!important;
  cursor:pointer!important;
}
.h4h-quick-quote label .h4h-date-wrap:after,
.h4h-fast-quote label .h4h-date-wrap:after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  right:16px!important;
  top:50%!important;
  width:20px!important;
  height:20px!important;
  transform:translateY(-50%)!important;
  pointer-events:none!important;
  display:block!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:20px 20px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b5b5b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E")!important;
}

/* Match the proven H4H quick-quote sizing exactly, including the Date wrapper. */
.h4h-quick-quote{align-items:end!important}
.h4h-quick-quote label{display:block!important;min-width:0!important;margin:0!important}
.h4h-quick-quote label>span:not(.h4h-date-wrap){display:block;color:#fff;font-size:.67rem;font-weight:900;text-transform:uppercase;margin:0 0 5px!important}
.h4h-quick-quote input,.h4h-quick-quote select,.h4h-quick-quote button{
  width:100%!important;height:48px!important;min-height:48px!important;box-sizing:border-box!important;margin:0!important
}
.footer-teaser-form .h4h-date-wrap{height:48px!important;margin:0!important}
.footer-teaser-form .h4h-date-wrap input[type="date"]{height:48px!important;min-height:48px!important;margin:0!important}

/* Preserve HforH's improved Venue Hire presentation. */


/* 0.16.1 - definitive H4H form parity fix.
   Desktop uses the browser's native date editor exactly as a native date field:
   visible keyboard entry + clickable native calendar indicator. The controlled
   H4H overlay remains available only on mobile where Safari needs it. */
@media (min-width:651px){
  .h4h-fast-quote .h4h-date-wrap,
  .h4h-quick-quote .h4h-date-wrap{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }
  .h4h-fast-quote label .h4h-date-display,
  .h4h-quick-quote label .h4h-date-display{
    display:none!important;
  }
  .h4h-fast-quote .h4h-date-wrap:after,
  .h4h-quick-quote .h4h-date-wrap:after{
    display:none!important;
    content:none!important;
  }
  .h4h-fast-quote .h4h-date-wrap input[type="date"],
  .h4h-quick-quote .h4h-date-wrap input[type="date"]{
    position:relative!important;
    z-index:1!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    color:#172033!important;
    -webkit-text-fill-color:#172033!important;
    caret-color:#172033!important;
    opacity:1!important;
    background:#fff!important;
    cursor:text!important;
    -webkit-appearance:auto!important;
    appearance:auto!important;
  }
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-text,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-day-field,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-month-field,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-year-field,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-text,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-day-field,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-month-field,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-year-field{
    color:#172033!important;
    -webkit-text-fill-color:#172033!important;
    opacity:1!important;
  }
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:1!important;
    display:block!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    position:static!important;
  }
}

/* Footer teaser fields must share one geometry. */
.footer-teaser-form{
  align-items:end!important;
}
.footer-teaser-form label{
  min-width:0!important;
  margin:0!important;
}
.footer-teaser-form input,
.footer-teaser-form select,
.footer-teaser-form button,
.footer-teaser-form .h4h-date-wrap,
.footer-teaser-form .h4h-date-wrap input[type="date"]{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
}


/* 0.16.2 - mobile form containment and suburb suggestion anchoring support.
   These rules intentionally mirror the proven H4H iOS containment fix, but
   are placed last so older HforH experiments cannot override them. */
@media (max-width:650px){
  .h4h-enquiry-form,
  .h4h-form-step,
  .h4h-enquiry-form label,
  .h4h-fast-quote,
  .h4h-quick-quote,
  .h4h-quick-quote label,
  .footer-teaser-form,
  .footer-teaser-form label{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .h4h-fast-quote .h4h-date-wrap,
  .h4h-quick-quote .h4h-date-wrap,
  .footer-teaser-form .h4h-date-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    inline-size:100%!important;
    max-inline-size:100%!important;
    min-inline-size:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .h4h-fast-quote .h4h-date-wrap input[type="date"],
  .h4h-quick-quote .h4h-date-wrap input[type="date"],
  .footer-teaser-form .h4h-date-wrap input[type="date"]{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    inline-size:100%!important;
    max-inline-size:100%!important;
    min-inline-size:0!important;
    box-sizing:border-box!important;
    -webkit-appearance:none!important;
    appearance:none!important;
    margin:0!important;
    padding-left:12px!important;
    padding-right:48px!important;
  }

  .h4h-fast-quote .h4h-date-wrap input[type="time"]{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    inline-size:100%!important;
    min-inline-size:0!important;
    box-sizing:border-box!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }

  .footer-teaser-form input,
  .footer-teaser-form select,
  .footer-teaser-form button{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
}


/* 0.16.4 - desktop-only date presentation and footer field parity.
   Keep mobile behavior from 0.16.2 untouched. */
@media (min-width:651px){
  /* Blank by default: suppress Safari/Chrome's visual "today" fallback until
     the user focuses the field or a real value exists. */
  .h4h-fast-quote .h4h-date-wrap,
  .h4h-quick-quote .h4h-date-wrap{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .h4h-fast-quote .h4h-date-wrap:not(.has-value):not(:focus-within) input[type="date"],
  .h4h-quick-quote .h4h-date-wrap:not(.has-value):not(:focus-within) input[type="date"]{
    color:transparent!important;
    -webkit-text-fill-color:transparent!important;
  }
  .h4h-fast-quote .h4h-date-wrap:not(.has-value):not(:focus-within) input[type="date"]::-webkit-datetime-edit,
  .h4h-quick-quote .h4h-date-wrap:not(.has-value):not(:focus-within) input[type="date"]::-webkit-datetime-edit{
    color:transparent!important;
    -webkit-text-fill-color:transparent!important;
  }
  .h4h-fast-quote .h4h-date-wrap:not(.has-value):not(:focus-within)::before,
  .h4h-quick-quote .h4h-date-wrap:not(.has-value):not(:focus-within)::before{
    content:"DD/MM/YYYY";
    position:absolute;
    z-index:2;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#8f98a8;
    font:inherit;
    line-height:1;
    pointer-events:none;
  }
  .h4h-fast-quote .h4h-date-wrap:focus-within::before,
  .h4h-quick-quote .h4h-date-wrap:focus-within::before,
  .h4h-fast-quote .h4h-date-wrap.has-value::before,
  .h4h-quick-quote .h4h-date-wrap.has-value::before{content:none!important;}

  /* Footer quick quote: every field and its internal date wrapper share one
     fixed control box, so Safari cannot make the date row shorter/taller. */
  .footer-teaser-form.h4h-quick-quote{
    align-items:end!important;
  }
  .footer-teaser-form.h4h-quick-quote label{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    min-width:0!important;
    margin:0!important;
  }
  .footer-teaser-form.h4h-quick-quote input,
  .footer-teaser-form.h4h-quick-quote select,
  .footer-teaser-form.h4h-quick-quote button,
  .footer-teaser-form.h4h-quick-quote .h4h-date-wrap,
  .footer-teaser-form.h4h-quick-quote .h4h-date-wrap input[type="date"]{
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    box-sizing:border-box!important;
    margin:0!important;
  }
  .footer-teaser-form.h4h-quick-quote input,
  .footer-teaser-form.h4h-quick-quote select,
  .footer-teaser-form.h4h-quick-quote .h4h-date-wrap input[type="date"]{
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:52px!important;
  }
  .footer-teaser-form.h4h-quick-quote .h4h-date-wrap{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    line-height:normal!important;
  }
  .footer-teaser-form.h4h-quick-quote label .h4h-date-display{
    top:50%!important;
    transform:translateY(-50%)!important;
    line-height:1.2!important;
  }
}

/* 0.16.4 - desktop date field cleanup.
   The browser already renders its own DD/MM/YYYY date-edit hint. The custom
   pseudo-placeholder from 0.16.4 caused two text layers, so desktop now uses
   one native text layer only while preserving the working picker behavior. */
@media (min-width:651px){
  .h4h-fast-quote .h4h-date-wrap::before,
  .h4h-quick-quote .h4h-date-wrap::before{
    content:none!important;
    display:none!important;
  }
  .h4h-fast-quote .h4h-date-wrap input[type="date"],
  .h4h-quick-quote .h4h-date-wrap input[type="date"]{
    color:#263248!important;
    -webkit-text-fill-color:#263248!important;
  }
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit,
  .h4h-fast-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  .h4h-quick-quote .h4h-date-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper{
    color:#263248!important;
    -webkit-text-fill-color:#263248!important;
  }
}

/* 0.17.0 - package context and travel-fee FAQ */
.life-page-v8 .package-detail .package-intro{
  margin:8px 0 14px;
  color:#5f6b7b;
  line-height:1.55;
  max-width:68ch;
  white-space:pre-line;
}
.life-page-v8 .travel-faq{
  margin:14px 0 16px;
  border:1px solid #cfe0ee;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
}
.life-page-v8 .travel-faq summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:13px 42px 13px 14px;
  font-weight:800;
  color:var(--navy);
  line-height:1.35;
}
.life-page-v8 .travel-faq summary::-webkit-details-marker{display:none}
.life-page-v8 .travel-faq summary::after{
  content:'+';
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--pink);
  font-size:22px;
  font-weight:500;
  line-height:1;
}
.life-page-v8 .travel-faq[open] summary::after{content:'−'}
.life-page-v8 .travel-faq-answer{
  padding:0 14px 14px;
  color:#5f6b7b;
  line-height:1.55;
}
.life-page-v8 .travel-faq-answer p{margin:0 0 10px}
.life-page-v8 .travel-faq-answer p:last-child{margin-bottom:0}
.life-page-v8 .travel-faq-answer ul{margin:8px 0 0 18px;padding:0}
.life-page-v8 .travel-faq-answer li{margin:4px 0}
@media(max-width:680px){
  .life-page-v8 .package-detail .package-intro{font-size:14px;margin:7px 0 12px}
  .life-page-v8 .travel-faq summary{padding:12px 40px 12px 12px;font-size:14px}
  .life-page-v8 .travel-faq-answer{padding:0 12px 12px;font-size:13px}
}


/* 0.17.1 - mobile trust bar optical centring fix */
@media (max-width:767px){
  .home-trust.h4h-dark-trust{
    width:100%!important;
    margin:0!important;
    padding:14px 0!important;
    overflow:hidden!important;
  }
  .home-trust.h4h-dark-trust .home-trust-grid{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
    box-sizing:border-box!important;
  }
}


/* 0.17.2 - How It Works connector lines scale with variable copy length */
.how-card li:not(:last-child)::before{content:"";position:absolute;left:15.5px;top:32px;bottom:0;width:1px;background:#efc8dc;z-index:0}
.how-card li:not(:last-child)>span:after{display:none!important}
.how-card li>span{z-index:2}
@media(max-width:640px){
  .how-card li{grid-template-columns:42px 1fr;gap:14px;padding-bottom:20px}
  .how-card li>span{width:40px;height:40px}
  .how-card li:not(:last-child)::before{left:19.5px;top:40px;bottom:0}
}


/* ===== Enquiry confirmation v0.18 ===== */
.confirmation-page{background:#fff}.confirmation-hero{background:linear-gradient(135deg,#07162d 0%,#0d2c47 70%,#143b57 100%);color:#fff;padding:72px 0 64px;text-align:center}.confirmation-hero .eyebrow{color:#fff}.confirmation-hero h1{font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.045em;margin:6px auto 16px;max-width:900px}.confirmation-hero p{font-size:17px;line-height:1.55;max-width:720px;margin:0 auto;color:#eef6fb}.confirmation-check{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--pink);font-size:30px;font-weight:900;color:#fff}.confirmation-reference{display:inline-flex;margin-top:18px;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:11px;font-weight:800;color:#fff;background:rgba(255,255,255,.08)}.confirmation-page .faq{max-width:900px;margin-inline:auto}.confirmation-page .home-party-grid,.confirmation-page .home-model-track{margin-top:4px}.confirmation-page .confirmation-actions{text-align:center;margin-top:26px}.confirmation-page .confirmation-actions .btn{margin:4px}.confirmation-page .section.confirmation-ideas{background:var(--soft)}.confirmation-page .section.confirmation-models{background:#fff}
@media(max-width:640px){.confirmation-hero{padding:50px 0 46px}.confirmation-hero h1{font-size:40px}.confirmation-hero p{font-size:15px}.confirmation-page .home-party-grid{display:flex}.confirmation-page .home-model-track{display:flex}}


/* 0.18.2 - Hunk carousel images always use the full card width without side cropping. */
.hunk-stage img,
.home-model-media.hunk-stage img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
}


/* 0.18.3 - Hunk carousel images use their natural aspect ratio at the full card width.
   Removes the fixed media aspect ratio that could crop or visually constrain portrait images. */
.home-model-track .home-model-media.hunk-stage,
.models .home-model-media.hunk-stage{
  aspect-ratio:auto!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
.home-model-track .home-model-media.hunk-stage img,
.models .home-model-media.hunk-stage img,
.hunk-stage img{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  object-fit:initial!important;
  object-position:initial!important;
  margin:0!important;
}


/* 0.18.4 - definitive non-cropping model carousel media + cache-bust release.
   Every model image is rendered at its intrinsic aspect ratio, spanning the full card width. */
.home-model-card .home-model-media.hunk-stage{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
}
.home-model-card .home-model-media.hunk-stage > img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  position:static!important;
  transform:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
}

/* v0.18.5: Life Drawing mobile travel placement + Google reviews CTA */
.life-mobile-travel{display:none}
@media(max-width:680px){
  .life-mobile-travel{display:block;margin:22px 0;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}
  .life-mobile-travel h3{margin:0 0 8px}
  .life-mobile-travel p{margin:0 0 12px;color:var(--muted);font-size:13px}
  .life-info-row>div:first-child{display:none}
}
.life-reviews .section-action{margin-top:22px;text-align:center}


/* v0.18.6: Life Drawing mobile context order + package tabs joined to detail panel */
.life-page-v8 .package-cards{margin-bottom:0!important}
.life-page-v8 .package-detail{margin-top:0!important;border-radius:0 0 8px 8px!important}
.life-page-v8 .package-cards .package-tab{border-radius:7px 7px 0 0!important}
.life-mobile-locations{display:none}
@media(max-width:680px){
  .life-mobile-locations{display:block;margin:0 0 22px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}
  .life-mobile-locations h3{margin:0 0 12px}
  .life-info-row{display:none!important}
  .life-page-v8 .package-cards{padding:0!important;margin:0!important}
  .life-page-v8 .package-cards .package-tab{border-radius:11px 11px 0 0!important}
  .life-page-v8 .package-detail{margin-top:0!important;border-radius:0 0 10px 10px!important}
}


/* v0.18.7: seamless package-tab seam + static desktop tab hover */
.life-page-v8 .package-cards .package-tab{border-bottom:0!important}
@media (min-width:681px) and (hover:hover){
  .life-page-v8 .package-cards .package-tab:hover{
    transform:none!important;
    box-shadow:none!important;
    filter:none!important;
  }
}
