:root{--navy: #1B3A7A;--navy-dark: #122A5C;--navy-light: #2A4E9E;--green: #2D6B2D;--green-dark: #1E4F1E;--green-light: #3A8A3A;--amber: #E8941A;--amber-light: #F5A83A;--white: #FFFFFF;--off-white: #F7F7F5;--grey-light: #EAEAE8;--grey-mid: #888888;--grey-dark: #444444;--text: #1A1A1A;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Helvetica Neue", Arial, sans-serif;--radius: 8px;--radius-lg: 16px;--shadow: 0 2px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--container: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--navy)}p{line-height:1.6}.site-header{background:var(--white);padding:14px 0;border-bottom:2px solid var(--grey-light);position:sticky;top:0;z-index:200;box-shadow:var(--shadow)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:16px}.site-logo{height:52px;width:auto}.site-header__phone{font-size:.95rem;font-weight:700;color:var(--navy);white-space:nowrap;display:none}.site-header__phone a{color:var(--navy)}.site-header__phone a:hover{color:var(--green)}.hero{position:relative;background-color:var(--navy);background-image:url(https://images.pexels.com/photos/2079246/pexels-photo-2079246.jpeg?auto=compress&cs=tinysrgb&w=1440&h=900&dpr=1);background-size:cover;background-position:center;color:var(--white);padding:64px 20px 56px;text-align:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#122a5cd9}.hero>.container,.hero>.hero__cols{position:relative;z-index:1}.hero--full>.container{max-width:100%}.hero--full{padding:48px 20px 40px}.hero__eyebrow{display:inline-block;background:var(--amber);color:var(--white);font-weight:700;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:20px}.hero h1{color:var(--white);font-size:clamp(1.7rem,5vw,3rem);margin-bottom:18px;max-width:800px;margin-left:auto;margin-right:auto}.hero__sub{font-size:clamp(1rem,2.5vw,1.18rem);color:#ffffffeb;max-width:600px;margin:0 auto;line-height:1.7}.hero__sub strong{color:var(--amber)}.hero__cols{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:36px;align-items:center;text-align:center}.hero--split,.hero--split .hero__content{text-align:center}.hero__form-panel{background:var(--white);border-radius:var(--radius-lg);padding:32px 28px 28px;box-shadow:0 12px 48px #00000047;text-align:center}.hero__form-heading{font-size:1.3rem;color:var(--navy);margin-bottom:8px}.hero__form-sub{font-size:.875rem;color:var(--grey-dark);margin-bottom:20px;line-height:1.6}@media (min-width: 768px){.hero__cols{grid-template-columns:1fr 1fr;gap:48px;text-align:left}.hero--split .hero__content{text-align:left}.hero--split .hero h1,.hero__content h1{margin-left:0;margin-right:0}.hero__eyebrow{display:inline-block}.hero__sub{margin:0}}.trust-badges{background:var(--navy-dark);padding:28px 20px;border-bottom:3px solid #ffffff}.trust-badges__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;max-width:var(--container);margin:0 auto}.trust-badge{display:flex;align-items:flex-start;gap:10px}.trust-badge__icon{flex-shrink:0;width:26px;height:26px;color:var(--amber);margin-top:1px}.trust-badge__text{font-size:.8rem;font-weight:700;color:var(--white);line-height:1.35}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:8px}.section-heading p{font-size:.97rem;color:var(--grey-dark);max-width:580px;margin:0 auto;line-height:1.65}.form-section{background:var(--off-white);padding:64px 20px}.form-section__inner{max-width:580px;margin:0 auto;text-align:center}.form-section__inner h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:8px}.form-section__sub{font-size:.95rem;color:var(--grey-dark);margin-bottom:32px;line-height:1.65}.ghl-embed-placeholder{background:var(--white);border:2px dashed var(--grey-light);border-radius:var(--radius-lg);padding:40px 24px;text-align:center}.ghl-embed-placeholder__label{display:inline-block;background:var(--navy);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:5px 12px;border-radius:4px;margin-bottom:12px}.ghl-embed-placeholder p{font-size:.85rem;color:var(--grey-mid);line-height:1.6}.gallery-section{background:var(--white);padding:64px 20px}.gallery-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:var(--container);margin:0 auto}.gallery-item{border-radius:var(--radius-lg);overflow:hidden;background:var(--grey-light);position:relative}.gallery-item img{width:100%;height:240px;object-fit:cover;transition:transform .4s ease;display:block}.gallery-item:hover img{transform:scale(1.03)}.gallery-item__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#122a5ce0);color:var(--white);padding:28px 16px 14px;font-size:.82rem;font-weight:700}.why-section{background:var(--off-white);padding:64px 20px}.why-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:960px;margin:0 auto}.why-item{display:flex;gap:20px;align-items:flex-start}.why-item__icon{flex-shrink:0;width:52px;height:52px;background:var(--navy);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.why-item__icon svg{width:26px;height:26px;color:var(--amber)}.why-item h3{font-size:1.05rem;margin-bottom:6px}.why-item p{font-size:.9rem;color:var(--grey-dark);line-height:1.65}.cards-section{background:var(--off-white);padding:64px 20px}.cards-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:var(--container);margin:0 auto}.price-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px 24px 24px;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;border:2px solid transparent}.price-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.price-card.is-selected{border-color:var(--green);box-shadow:0 0 0 4px #2d6b2d24,var(--shadow-lg)}.price-card__tag{display:inline-flex;align-self:flex-start;background:var(--navy);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:14px}.price-card--bespoke .price-card__tag{background:var(--amber)}.price-card h3{font-size:1.25rem;margin-bottom:12px}.price-card__uses{margin-bottom:20px}.price-card__uses li{font-size:.875rem;color:var(--grey-dark);padding:3px 0 3px 20px;position:relative;line-height:1.5}.price-card__uses li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:var(--green);border-radius:50%}.price-card__price-block{background:var(--off-white);border-radius:var(--radius);padding:16px 18px;margin-bottom:10px}.price-card__price-label{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--grey-mid);margin-bottom:4px}.price-card__price{font-size:2.1rem;font-weight:700;color:var(--amber);line-height:1}.price-card--bespoke .price-card__price{font-size:1.05rem;color:var(--navy);line-height:1.4;font-weight:700}.price-card__sales-note{font-size:.78rem;color:var(--grey-mid);font-style:italic;margin-bottom:14px}.price-card__reassurance{font-size:.875rem;color:var(--grey-dark);padding:12px 0;border-top:1px solid var(--grey-light);border-bottom:1px solid var(--grey-light);margin-bottom:20px;line-height:1.55;flex-grow:1}.price-card__reassurance:before{content:"✓  ";color:var(--green);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:var(--radius);font-weight:700;font-size:1rem;min-height:52px;width:100%;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;font-family:var(--font)}.btn--green{background:var(--green);color:var(--white)}.btn--green:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px #2d6b2d59}.btn--green:active{transform:translateY(0)}.btn--navy{background:var(--navy);color:var(--white)}.btn--navy:hover{background:var(--navy-dark);transform:translateY(-1px);box-shadow:0 4px 16px #1b3a7a59}.calendar-section{background:var(--white);padding:64px 20px;scroll-margin-top:80px}.calendar-section__inner{max-width:680px;margin:0 auto;text-align:center}.calendar-section h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:12px}.calendar-section__sub{font-size:.97rem;color:var(--grey-dark);margin-bottom:24px;line-height:1.65}.calendar-section__selection-pill{display:none;background:var(--navy);color:var(--white);padding:8px 20px;border-radius:24px;font-size:.85rem;font-weight:700;margin-bottom:24px}.calendar-section__selection-pill.is-visible{display:inline-block}.options-section{background:var(--navy);color:var(--white);padding:64px 20px}.options-section__inner{max-width:840px;margin:0 auto}.options-section h2{color:var(--white);font-size:clamp(1.3rem,3vw,1.85rem);margin-bottom:20px}.options-section p{color:#ffffffdb;font-size:.95rem;margin-bottom:16px;line-height:1.75}.options-section strong{color:var(--amber)}.options-bullets{display:grid;grid-template-columns:1fr 1fr;gap:12px 32px;margin-top:32px}.options-bullet{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:700;color:var(--white)}.options-bullet:before{content:"";display:block;width:10px;height:10px;background:var(--amber);border-radius:50%;flex-shrink:0}.site-footer{background:var(--navy-dark);padding:48px 20px 32px}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:36px;max-width:var(--container);margin:0 auto 40px}.site-footer__logo-wrap{display:inline-block;background:var(--white);border-radius:var(--radius);padding:8px 12px;margin-bottom:14px}.site-footer__logo{height:44px;width:auto;display:block}.site-footer__tagline{font-size:.875rem;color:#ffffffad;line-height:1.65;max-width:280px}.site-footer__col-title{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--amber);margin-bottom:14px}.site-footer__list li{font-size:.875rem;color:#ffffffb8;padding:4px 0;line-height:1.5}.site-footer__list a{color:#ffffffd9;transition:color .2s}.site-footer__list a:hover{color:var(--amber)}.site-footer__address{font-style:normal;font-size:.875rem;color:#ffffffb8;line-height:1.8}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;max-width:var(--container);margin:0 auto;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;text-align:center}.site-footer__bottom p{font-size:.75rem;color:#ffffff61;line-height:1.6}@media (min-width: 480px){.site-header__phone{display:block}}@media (min-width: 768px){.trust-badges__grid{grid-template-columns:repeat(4,1fr);gap:16px}.trust-badge__text{font-size:.85rem}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item img{height:300px}.why-grid{grid-template-columns:repeat(3,1fr)}.why-item{flex-direction:column}.cards-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:2fr 1fr}}@media (min-width: 1100px){.cards-grid{grid-template-columns:repeat(4,1fr)}.hero{padding:88px 20px 80px}}
