
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap");

:root{
  --gold:#c6a15b;
  --gold-hover:#d3b06b;
  --gold-deep:#9d7939;
  --blue:var(--gold);
  --orange:var(--gold);
  --ink:#0b0c0e;
  --charcoal:#15171a;
  --charcoal-2:#202327;
  --white:#ffffff;
  --paper:#fafaf8;
  --sand:#f1eee7;
  --surface:#ffffff;
  --drift:#e8e6e0;
  --ash:#d8d8d5;
  --stone:#96999e;
  --graphite:#62666c;
  --evergreen:#3d4a3c;
  --line:rgba(11,12,14,.10);
  --line-dark:rgba(255,255,255,.14);
  --shadow-subtle:rgba(11,12,14,.08) 0 .5px 2px 0;
  --shadow-md:rgba(11,12,14,.10) 0 8px 30px -14px;
  --shadow-sm:rgba(11,12,14,.10) 0 2px 8px -4px;
  --r-card:12px;
  --r-special:18px;
  --r-pill:24px;
  --container:min(1280px,calc(100vw - 64px));
  --font:"Plus Jakarta Sans",Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.rp-elementor-block,
.rp-elementor-block *,
body .elementor .rp-elementor-block,
body .elementor .rp-elementor-block *{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-.15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.nav-open{overflow:hidden}
.rp-elementor-block a,
body .elementor .rp-elementor-block a{color:inherit;text-decoration:none}
.rp-elementor-block img,
body .elementor .rp-elementor-block img{display:block;width:100%;max-width:100%}
.rp-elementor-block button,
body .elementor .rp-elementor-block button,
.rp-elementor-block input,
body .elementor .rp-elementor-block input,
.rp-elementor-block textarea,
body .elementor .rp-elementor-block textarea,
.rp-elementor-block select,
body .elementor .rp-elementor-block select{font:inherit}
.rp-elementor-block button,
body .elementor .rp-elementor-block button{cursor:pointer}
.rp-elementor-block ::selection,
body .elementor .rp-elementor-block ::selection{background:var(--gold);color:var(--ink)}
.rp-elementor-block .container,
body .elementor .rp-elementor-block .container{width:var(--container);margin:0 auto}
.rp-elementor-block .skip-link,
body .elementor .rp-elementor-block .skip-link{position:fixed;left:12px;top:-80px;z-index:10000;background:var(--white);color:var(--ink);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow-md)}
.rp-elementor-block .skip-link:focus,
body .elementor .rp-elementor-block .skip-link:focus{top:12px}

/* Typography */
.rp-elementor-block .eyebrow,
body .elementor .rp-elementor-block .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--graphite);font-size:12px;line-height:1.5;letter-spacing:-.35px;text-transform:none;font-weight:500}
.rp-elementor-block .eyebrow::before,
body .elementor .rp-elementor-block .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue);flex:0 0 auto}
.rp-elementor-block .section-dark .eyebrow,
body .elementor .rp-elementor-block .section-dark .eyebrow,
.rp-elementor-block .section-ink2 .eyebrow,
body .elementor .rp-elementor-block .section-ink2 .eyebrow,
.rp-elementor-block .page-hero .eyebrow,
body .elementor .rp-elementor-block .page-hero .eyebrow,
.rp-elementor-block .hero .eyebrow,
body .elementor .rp-elementor-block .hero .eyebrow{color:rgba(255,255,255,.65)}
.rp-elementor-block .section-title,
body .elementor .rp-elementor-block .section-title,
.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement,
.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1,
.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1,
.rp-elementor-block .quote-content blockquote,
body .elementor .rp-elementor-block .quote-content blockquote,
.rp-elementor-block .cta-band h2,
body .elementor .rp-elementor-block .cta-band h2,
.rp-elementor-block .feature-content h2,
body .elementor .rp-elementor-block .feature-content h2{font-family:var(--font);font-weight:300;letter-spacing:-.032em}
.rp-elementor-block .section-title,
body .elementor .rp-elementor-block .section-title{font-size:clamp(38px,4.2vw,58px);line-height:1.02;margin:14px 0 0;max-width:900px}
.rp-elementor-block .section-title.sm,
body .elementor .rp-elementor-block .section-title.sm{font-size:clamp(34px,3.6vw,50px);line-height:1.04}
.rp-elementor-block .section-copy,
body .elementor .rp-elementor-block .section-copy{max-width:520px;margin:0;color:var(--graphite);font-size:17px;line-height:1.55;letter-spacing:-.25px}
.rp-elementor-block .gold,
body .elementor .rp-elementor-block .gold{color:var(--blue)}
.rp-elementor-block .muted,
body .elementor .rp-elementor-block .muted{color:var(--graphite)}
.rp-elementor-block .rule,
body .elementor .rp-elementor-block .rule{border-top:1px solid var(--line)}

/* Global sections */
.rp-elementor-block .section,
body .elementor .rp-elementor-block .section{padding:112px 0;background:var(--paper)}
.rp-elementor-block .section.compact,
body .elementor .rp-elementor-block .section.compact{padding:82px 0}
.rp-elementor-block .section-white,
body .elementor .rp-elementor-block .section-white{background:var(--paper)}
.rp-elementor-block .section-dark,
body .elementor .rp-elementor-block .section-dark{background:var(--charcoal);color:var(--white)}
.rp-elementor-block .section-ink2,
body .elementor .rp-elementor-block .section-ink2{background:var(--charcoal);color:var(--white)}
.rp-elementor-block .section-services,
body .elementor .rp-elementor-block .section-services{background:var(--paper);color:var(--ink)}
.rp-elementor-block .section-kicker,
body .elementor .rp-elementor-block .section-kicker{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:64px;align-items:end;margin-bottom:44px}
.rp-elementor-block .section-dark .section-copy,
body .elementor .rp-elementor-block .section-dark .section-copy,
.rp-elementor-block .section-ink2 .section-copy,
body .elementor .rp-elementor-block .section-ink2 .section-copy{color:rgba(255,255,255,.62)}

/* Header */
.rp-elementor-block .site-header,
body .elementor .rp-elementor-block .site-header{position:fixed;z-index:1000;left:0;right:0;top:0;padding:14px 0;transition:padding .25s ease,background .25s ease}
.rp-elementor-block .nav,
body .elementor .rp-elementor-block .nav{width:var(--container);height:64px;margin:0 auto;padding:0 12px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--white);border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(0,0,0,.24);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}
.rp-elementor-block .site-header.scrolled,
body .elementor .rp-elementor-block .site-header.scrolled{padding:10px 0}
.rp-elementor-block .site-header.scrolled .nav,
body .elementor .rp-elementor-block .site-header.scrolled .nav{background:rgba(255,255,255,.95);border-color:var(--line);color:var(--ink);box-shadow:var(--shadow-md)}
.rp-elementor-block .brand,
body .elementor .rp-elementor-block .brand{display:flex;align-items:center;gap:11px;min-width:190px}
.rp-elementor-block .brand-mark,
body .elementor .rp-elementor-block .brand-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--gold);color:var(--ink);font-size:13px;line-height:1;font-weight:600;letter-spacing:-.6px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .brand-mark::after,
body .elementor .rp-elementor-block .brand-mark::after{display:none}
.rp-elementor-block .brand-type,
body .elementor .rp-elementor-block .brand-type{display:flex;flex-direction:column;gap:4px;line-height:1}
.rp-elementor-block .brand-type strong,
body .elementor .rp-elementor-block .brand-type strong{font-size:14px;font-weight:600;letter-spacing:.02em}
.rp-elementor-block .brand-type span,
body .elementor .rp-elementor-block .brand-type span{font-size:9px;letter-spacing:.02em;color:rgba(255,255,255,.55)}
.rp-elementor-block .site-header.scrolled .brand-type span,
body .elementor .rp-elementor-block .site-header.scrolled .brand-type span{color:var(--graphite)}
.rp-elementor-block .nav-links,
body .elementor .rp-elementor-block .nav-links{display:flex;align-items:center;gap:24px;color:rgba(255,255,255,.75);font-size:13px;letter-spacing:-.3px}
.rp-elementor-block .site-header.scrolled .nav-links,
body .elementor .rp-elementor-block .site-header.scrolled .nav-links{color:var(--graphite)}
.rp-elementor-block .nav-links a,
body .elementor .rp-elementor-block .nav-links a{position:relative;padding:8px 0;white-space:nowrap;transition:color .2s ease}
.rp-elementor-block .nav-links a::after,
body .elementor .rp-elementor-block .nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--blue);transition:right .22s ease}
.rp-elementor-block .nav-links a:hover,
body .elementor .rp-elementor-block .nav-links a:hover,
.rp-elementor-block .nav-links a.active,
body .elementor .rp-elementor-block .nav-links a.active{color:var(--white)}
.rp-elementor-block .site-header.scrolled .nav-links a:hover,
body .elementor .rp-elementor-block .site-header.scrolled .nav-links a:hover,
.rp-elementor-block .site-header.scrolled .nav-links a.active,
body .elementor .rp-elementor-block .site-header.scrolled .nav-links a.active{color:var(--ink)}
.rp-elementor-block .nav-links a:hover::after,
body .elementor .rp-elementor-block .nav-links a:hover::after,
.rp-elementor-block .nav-links a.active::after,
body .elementor .rp-elementor-block .nav-links a.active::after{right:0}
.rp-elementor-block .nav-actions,
body .elementor .rp-elementor-block .nav-actions{display:flex;align-items:center;gap:8px}
.rp-elementor-block .nav-cta,
body .elementor .rp-elementor-block .nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:var(--ink);padding:10px 13px;border-radius:10px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:var(--shadow-subtle);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.rp-elementor-block .nav-cta:hover,
body .elementor .rp-elementor-block .nav-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);background:var(--gold-hover)}
.rp-elementor-block .nav-cta svg,
body .elementor .rp-elementor-block .nav-cta svg{width:15px;height:15px}
.rp-elementor-block .menu-btn,
body .elementor .rp-elementor-block .menu-btn{display:none;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:transparent;color:currentColor;place-items:center;padding:0}
.rp-elementor-block .site-header.scrolled .menu-btn,
body .elementor .rp-elementor-block .site-header.scrolled .menu-btn{border-color:var(--line)}
.rp-elementor-block .menu-btn span,
body .elementor .rp-elementor-block .menu-btn span,
.rp-elementor-block .menu-btn span::before,
body .elementor .rp-elementor-block .menu-btn span::before,
.rp-elementor-block .menu-btn span::after,
body .elementor .rp-elementor-block .menu-btn span::after{display:block;width:18px;height:1.5px;background:currentColor;transition:.25s ease}
.rp-elementor-block .menu-btn span,
body .elementor .rp-elementor-block .menu-btn span{position:relative}.rp-elementor-block .menu-btn span::before,
body .elementor .rp-elementor-block .menu-btn span::before,
.rp-elementor-block .menu-btn span::after,
body .elementor .rp-elementor-block .menu-btn span::after{content:"";position:absolute;left:0}.rp-elementor-block .menu-btn span::before,
body .elementor .rp-elementor-block .menu-btn span::before{top:-6px}.rp-elementor-block .menu-btn span::after,
body .elementor .rp-elementor-block .menu-btn span::after{top:6px}
body.nav-open .rp-elementor-block .menu-btn span,
body.nav-open .elementor .rp-elementor-block .menu-btn span{background:transparent}body.nav-open .rp-elementor-block .menu-btn span::before,
body.nav-open .elementor .rp-elementor-block .menu-btn span::before{top:0;transform:rotate(45deg)}body.nav-open .rp-elementor-block .menu-btn span::after,
body.nav-open .elementor .rp-elementor-block .menu-btn span::after{top:0;transform:rotate(-45deg)}
.rp-elementor-block .mobile-nav,
body .elementor .rp-elementor-block .mobile-nav{display:none;position:fixed;z-index:999;inset:0;background:var(--paper);padding:112px 28px 42px;color:var(--ink);overflow:auto}
.rp-elementor-block .mobile-nav a,
body .elementor .rp-elementor-block .mobile-nav a{display:block;font-size:34px;font-weight:300;line-height:1.08;letter-spacing:-1.8px;padding:12px 0;border-bottom:1px solid var(--line)}
.rp-elementor-block .mobile-nav .mobile-cta,
body .elementor .rp-elementor-block .mobile-nav .mobile-cta{margin-top:26px;display:inline-flex;border:0;background:var(--gold);color:var(--ink);font-size:15px;font-weight:500;letter-spacing:-.3px;border-radius:12px;padding:13px 16px}
body.nav-open .rp-elementor-block .mobile-nav,
body.nav-open .elementor .rp-elementor-block .mobile-nav{display:block}

/* Buttons */
.rp-elementor-block .btn,
body .elementor .rp-elementor-block .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 15px;border-radius:12px;border:1px solid transparent;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:-.35px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.rp-elementor-block .btn svg,
body .elementor .rp-elementor-block .btn svg{width:16px;height:16px;transition:transform .2s ease}.rp-elementor-block .btn:hover svg,
body .elementor .rp-elementor-block .btn:hover svg{transform:translateX(3px)}
.rp-elementor-block .btn-primary,
body .elementor .rp-elementor-block .btn-primary{background:var(--gold);color:var(--ink);box-shadow:var(--shadow-subtle)}
.rp-elementor-block .btn-primary:hover,
body .elementor .rp-elementor-block .btn-primary:hover{background:var(--gold-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.rp-elementor-block .btn-secondary,
body .elementor .rp-elementor-block .btn-secondary{background:rgba(255,255,255,.08);color:var(--white);border-color:rgba(255,255,255,.18)}
.rp-elementor-block .btn-secondary:hover,
body .elementor .rp-elementor-block .btn-secondary:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.32)}
.rp-elementor-block .btn-dark,
body .elementor .rp-elementor-block .btn-dark{background:var(--ink);color:var(--white)}
.rp-elementor-block .btn-dark:hover,
body .elementor .rp-elementor-block .btn-dark:hover{background:#25282c;transform:translateY(-1px)}
.rp-elementor-block .btn-outline,
body .elementor .rp-elementor-block .btn-outline{background:rgba(0,0,0,.03);border-color:var(--line);color:var(--ink)}
.rp-elementor-block .btn-outline:hover,
body .elementor .rp-elementor-block .btn-outline:hover{border-color:rgba(0,0,0,.25);background:rgba(0,0,0,.05)}
.rp-elementor-block .text-link,
body .elementor .rp-elementor-block .text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:500;margin-top:14px}
.rp-elementor-block .text-link::after,
body .elementor .rp-elementor-block .text-link::after{content:"↗";font-size:14px;transition:transform .2s ease}.rp-elementor-block .text-link:hover::after,
body .elementor .rp-elementor-block .text-link:hover::after{transform:translate(2px,-2px)}

/* Home hero */
.rp-elementor-block .hero,
body .elementor .rp-elementor-block .hero{position:relative;min-height:100svh;background:linear-gradient(135deg,#0b0c0e 0%,#15171a 68%,#1c1f23 100%);color:var(--white);display:flex;align-items:center;padding:128px 0 72px;overflow:hidden}
.rp-elementor-block .hero-grid,
body .elementor .rp-elementor-block .hero-grid{display:none}
.rp-elementor-block .hero-inner,
body .elementor .rp-elementor-block .hero-inner{display:grid;grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr);gap:64px;align-items:center;position:relative;z-index:1}
.rp-elementor-block .hero-copy,
body .elementor .rp-elementor-block .hero-copy{padding-top:18px}
.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1{font-size:clamp(44px,5.4vw,70px);line-height:.98;margin:20px 0 28px;max-width:780px}
.rp-elementor-block .hero .lead,
body .elementor .rp-elementor-block .hero .lead{max-width:610px;margin:0 0 30px;color:rgba(255,255,255,.68);font-size:18px;line-height:1.55;letter-spacing:-.35px}
.rp-elementor-block .hero-actions,
body .elementor .rp-elementor-block .hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.rp-elementor-block .hero-proof,
body .elementor .rp-elementor-block .hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;max-width:640px;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.rp-elementor-block .hero-proof>div:not(.divider),
body .elementor .rp-elementor-block .hero-proof>div:not(.divider){padding:18px 16px 18px 0}
.rp-elementor-block .hero-proof .divider,
body .elementor .rp-elementor-block .hero-proof .divider{display:none}
.rp-elementor-block .hero-proof>div:not(.divider)+div:not(.divider),
body .elementor .rp-elementor-block .hero-proof>div:not(.divider)+div:not(.divider){padding-left:18px;border-left:1px solid var(--line-dark)}
.rp-elementor-block .hero-proof strong,
body .elementor .rp-elementor-block .hero-proof strong{display:block;font-size:23px;font-weight:300;letter-spacing:-1px;line-height:1;color:var(--white)}
.rp-elementor-block .hero-proof span,
body .elementor .rp-elementor-block .hero-proof span{display:block;margin-top:6px;font-size:11px;line-height:1.35;color:rgba(255,255,255,.48)}
.rp-elementor-block .hero-visual,
body .elementor .rp-elementor-block .hero-visual{position:relative;min-width:0}
.rp-elementor-block .hero-image-frame,
body .elementor .rp-elementor-block .hero-image-frame{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:1.09;background:#111;border:1px solid rgba(255,255,255,.13);box-shadow:var(--shadow-md)}
.rp-elementor-block .hero-image-frame img,
body .elementor .rp-elementor-block .hero-image-frame img{height:100%;object-fit:cover;filter:saturate(.93) contrast(1.02)}
.rp-elementor-block .hero-image-frame::after,
body .elementor .rp-elementor-block .hero-image-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.45))}
.rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card{position:absolute;left:-34px;bottom:28px;z-index:2;width:260px;padding:18px;background:rgba(255,255,255,.96);color:var(--ink);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-md);backdrop-filter:blur(14px)}
.rp-elementor-block .hero-visual-card .metric,
body .elementor .rp-elementor-block .hero-visual-card .metric{font-size:23px;line-height:1.1;font-weight:300;letter-spacing:-1px;margin-bottom:7px;color:var(--ink)}
.rp-elementor-block .hero-visual-card p,
body .elementor .rp-elementor-block .hero-visual-card p{margin:0;color:var(--graphite);font-size:12px;line-height:1.5}
.rp-elementor-block .hero-caption,
body .elementor .rp-elementor-block .hero-caption{position:absolute;right:16px;bottom:14px;z-index:2;padding:7px 9px;border-radius:8px;background:rgba(0,0,0,.55);color:rgba(255,255,255,.8);font-size:10px;letter-spacing:.01em}
.rp-elementor-block .scroll-cue,
body .elementor .rp-elementor-block .scroll-cue{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.42);font-size:10px;letter-spacing:.01em}
.rp-elementor-block .scroll-cue::before,
body .elementor .rp-elementor-block .scroll-cue::before{content:"";width:30px;height:1px;background:rgba(255,255,255,.35)}

/* Intro */
.rp-elementor-block .intro-grid,
body .elementor .rp-elementor-block .intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:92px;align-items:start}
.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement{font-size:clamp(34px,3.7vw,50px);line-height:1.08;margin:0;max-width:620px}
.rp-elementor-block .intro-copy,
body .elementor .rp-elementor-block .intro-copy{max-width:670px;color:var(--graphite);font-size:18px;line-height:1.55;letter-spacing:-.3px}
.rp-elementor-block .intro-copy p,
body .elementor .rp-elementor-block .intro-copy p{margin:0 0 18px}
.rp-elementor-block .micro-grid,
body .elementor .rp-elementor-block .micro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px}
.rp-elementor-block .micro-card,
body .elementor .rp-elementor-block .micro-card{min-height:110px;padding:18px;background:var(--sand);border-radius:12px;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow-subtle)}
.rp-elementor-block .micro-card strong,
body .elementor .rp-elementor-block .micro-card strong{display:block;font-size:15px;font-weight:500;letter-spacing:-.3px}.rp-elementor-block .micro-card span,
body .elementor .rp-elementor-block .micro-card span{display:block;margin-top:6px;color:var(--graphite);font-size:12px}

/* Services */
.rp-elementor-block .services-grid,
body .elementor .rp-elementor-block .services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.rp-elementor-block .service-card,
body .elementor .rp-elementor-block .service-card{position:relative;display:flex;flex-direction:column;min-height:420px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-subtle);transition:transform .25s ease,box-shadow .25s ease}
.rp-elementor-block .service-card:hover,
body .elementor .rp-elementor-block .service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.rp-elementor-block .service-card img,
body .elementor .rp-elementor-block .service-card img{height:240px;object-fit:cover;transition:transform .45s ease}
.rp-elementor-block .service-card:hover img,
body .elementor .rp-elementor-block .service-card:hover img{transform:scale(1.025)}
.rp-elementor-block .card-tag,
body .elementor .rp-elementor-block .card-tag{position:absolute;top:12px;left:12px;z-index:2;padding:7px 9px;border-radius:8px;background:rgba(255,255,255,.94);color:var(--ink);font-size:10px;font-weight:500;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .service-card-content,
body .elementor .rp-elementor-block .service-card-content{position:static;display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding:20px;flex:1;color:var(--ink)}
.rp-elementor-block .service-card-content h3,
body .elementor .rp-elementor-block .service-card-content h3{font-size:25px;line-height:1.08;font-weight:300;letter-spacing:-1.1px;margin:0 0 10px}
.rp-elementor-block .service-card-content p,
body .elementor .rp-elementor-block .service-card-content p{margin:0;color:var(--graphite);font-size:13px;line-height:1.5;max-width:34ch}
.rp-elementor-block .card-arrow,
body .elementor .rp-elementor-block .card-arrow{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--gold);color:var(--ink);font-size:16px;flex:0 0 auto;transition:transform .2s ease}
.rp-elementor-block .service-card:hover .card-arrow,
body .elementor .rp-elementor-block .service-card:hover .card-arrow{transform:translate(2px,-2px)}

/* Solar water heating homepage feature */
.rp-elementor-block .water-grid,
body .elementor .rp-elementor-block .water-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:72px;align-items:stretch}
.rp-elementor-block .water-copy,
body .elementor .rp-elementor-block .water-copy{padding:26px 0}
.rp-elementor-block .water-copy h2,
body .elementor .rp-elementor-block .water-copy h2{font-size:clamp(36px,4vw,54px);font-weight:300;line-height:.98;letter-spacing:-.032em;margin:14px 0 24px;max-width:760px}
.rp-elementor-block .water-copy p,
body .elementor .rp-elementor-block .water-copy p{max-width:650px;color:var(--graphite);font-size:18px;line-height:1.55;margin:0 0 26px}
.rp-elementor-block .application-tags,
body .elementor .rp-elementor-block .application-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}
.rp-elementor-block .application-tags span,
body .elementor .rp-elementor-block .application-tags span{padding:9px 11px;border-radius:10px;background:rgba(0,0,0,.04);border:1px solid var(--line);font-size:12px;color:var(--graphite)}
.rp-elementor-block .water-panel,
body .elementor .rp-elementor-block .water-panel{background:var(--sand);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:420px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .water-panel .panel-label,
body .elementor .rp-elementor-block .water-panel .panel-label{font-size:12px;color:var(--graphite)}
.rp-elementor-block .water-flow,
body .elementor .rp-elementor-block .water-flow{margin:44px 0;display:grid;gap:0}
.rp-elementor-block .water-flow div,
body .elementor .rp-elementor-block .water-flow div{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}
.rp-elementor-block .water-flow div:first-child,
body .elementor .rp-elementor-block .water-flow div:first-child{border-top:1px solid var(--line)}
.rp-elementor-block .water-flow span:first-child,
body .elementor .rp-elementor-block .water-flow span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--white);font-size:11px;color:var(--blue);box-shadow:var(--shadow-subtle)}
.rp-elementor-block .water-flow strong,
body .elementor .rp-elementor-block .water-flow strong{font-size:18px;font-weight:400;letter-spacing:-.5px}
.rp-elementor-block .water-flow em,
body .elementor .rp-elementor-block .water-flow em{font-style:normal;color:var(--graphite);font-size:12px}
.rp-elementor-block .water-panel p,
body .elementor .rp-elementor-block .water-panel p{margin:0;color:var(--graphite);font-size:13px;max-width:52ch}

/* Feature split */
.rp-elementor-block .feature-shell,
body .elementor .rp-elementor-block .feature-shell{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);background:var(--sand);border:1px solid rgba(0,0,0,.06);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .section-dark .feature-shell,
body .elementor .rp-elementor-block .section-dark .feature-shell{background:#111;border-color:var(--line-dark)}
.rp-elementor-block .feature-media,
body .elementor .rp-elementor-block .feature-media{min-height:540px;overflow:hidden}
.rp-elementor-block .feature-media img,
body .elementor .rp-elementor-block .feature-media img{height:100%;object-fit:cover;transition:transform .6s ease}.rp-elementor-block .feature-shell:hover .feature-media img,
body .elementor .rp-elementor-block .feature-shell:hover .feature-media img{transform:scale(1.02)}
.rp-elementor-block .feature-content,
body .elementor .rp-elementor-block .feature-content{padding:58px;display:flex;flex-direction:column;justify-content:center}
.rp-elementor-block .feature-content h2,
body .elementor .rp-elementor-block .feature-content h2{font-size:clamp(36px,3.8vw,52px);line-height:.98;margin:14px 0 20px}
.rp-elementor-block .feature-content>p,
body .elementor .rp-elementor-block .feature-content>p{color:var(--graphite);font-size:17px;max-width:560px;margin:0 0 28px}
.rp-elementor-block .section-dark .feature-content>p,
body .elementor .rp-elementor-block .section-dark .feature-content>p{color:rgba(255,255,255,.62)}
.rp-elementor-block .feature-points,
body .elementor .rp-elementor-block .feature-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 28px}
.rp-elementor-block .feature-point,
body .elementor .rp-elementor-block .feature-point{padding:15px 0;border-top:1px solid var(--line);color:var(--graphite);font-size:12px;line-height:1.45}
.rp-elementor-block .section-dark .feature-point,
body .elementor .rp-elementor-block .section-dark .feature-point{border-color:var(--line-dark);color:rgba(255,255,255,.58)}
.rp-elementor-block .feature-point strong,
body .elementor .rp-elementor-block .feature-point strong{display:block;margin-bottom:4px;color:var(--ink);font-size:14px;font-weight:500}.rp-elementor-block .section-dark .feature-point strong,
body .elementor .rp-elementor-block .section-dark .feature-point strong{color:var(--white)}

/* Industries */
.rp-elementor-block .industries-grid,
body .elementor .rp-elementor-block .industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.rp-elementor-block .industry,
body .elementor .rp-elementor-block .industry{position:relative;min-height:205px;padding:22px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:var(--shadow-subtle);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}
.rp-elementor-block .industry:hover,
body .elementor .rp-elementor-block .industry:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.rp-elementor-block .industry-index,
body .elementor .rp-elementor-block .industry-index{font-size:11px;color:var(--blue);font-weight:500}
.rp-elementor-block .industry h3,
body .elementor .rp-elementor-block .industry h3{font-size:23px;line-height:1.08;font-weight:300;letter-spacing:-.9px;margin:0 0 8px}
.rp-elementor-block .industry p,
body .elementor .rp-elementor-block .industry p{font-size:12px;line-height:1.45;color:var(--graphite);margin:0}

/* Process */
.rp-elementor-block .process,
body .elementor .rp-elementor-block .process{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}
.rp-elementor-block .step,
body .elementor .rp-elementor-block .step{min-height:220px;padding:26px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.rp-elementor-block .step-num,
body .elementor .rp-elementor-block .step-num{font-size:11px;color:var(--blue);font-weight:500;margin-bottom:54px}
.rp-elementor-block .step h3,
body .elementor .rp-elementor-block .step h3{font-size:24px;font-weight:300;letter-spacing:-.8px;line-height:1.1;margin:0 0 10px}
.rp-elementor-block .step p,
body .elementor .rp-elementor-block .step p{margin:0;color:rgba(255,255,255,.52);font-size:12px;line-height:1.5;max-width:30ch}

/* CTA */
.rp-elementor-block .cta-band,
body .elementor .rp-elementor-block .cta-band{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:68px;align-items:end;background:var(--gold);color:var(--ink);border-radius:18px;padding:46px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .cta-band h2,
body .elementor .rp-elementor-block .cta-band h2{font-size:clamp(36px,4vw,54px);line-height:.96;margin:0;max-width:760px}
.rp-elementor-block .cta-band-side p,
body .elementor .rp-elementor-block .cta-band-side p{margin:0 0 22px;color:rgba(255,255,255,.82);font-size:15px;line-height:1.55}
.rp-elementor-block .cta-band .btn-dark,
body .elementor .rp-elementor-block .cta-band .btn-dark{background:var(--gold);color:var(--ink)}

/* Page hero */
.rp-elementor-block .page-hero,
body .elementor .rp-elementor-block .page-hero{background:linear-gradient(135deg,#0b0c0e 0%,#181a1e 100%);color:var(--white);padding:176px 0 96px}
.rp-elementor-block .page-hero-inner,
body .elementor .rp-elementor-block .page-hero-inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:72px;align-items:end}
.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1{font-size:clamp(42px,5vw,64px);line-height:1;margin:17px 0 0;max-width:900px}
.rp-elementor-block .page-hero p,
body .elementor .rp-elementor-block .page-hero p{margin:0 0 6px;color:rgba(255,255,255,.62);font-size:19px;line-height:1.5;max-width:560px;letter-spacing:-.35px}

/* About */
.rp-elementor-block .quote-panel,
body .elementor .rp-elementor-block .quote-panel{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);background:var(--sand);border:1px solid rgba(0,0,0,.06);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .quote-image,
body .elementor .rp-elementor-block .quote-image{min-height:590px}.rp-elementor-block .quote-image img,
body .elementor .rp-elementor-block .quote-image img{height:100%;object-fit:cover}
.rp-elementor-block .quote-content,
body .elementor .rp-elementor-block .quote-content{padding:56px;display:flex;flex-direction:column;justify-content:center}
.rp-elementor-block .quote-content blockquote,
body .elementor .rp-elementor-block .quote-content blockquote{font-size:clamp(30px,3vw,44px);line-height:1.02;margin:16px 0 42px}
.rp-elementor-block .quote-content p,
body .elementor .rp-elementor-block .quote-content p{color:var(--graphite);font-size:16px;line-height:1.55;margin:14px 0 0}
.rp-elementor-block .values-grid,
body .elementor .rp-elementor-block .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.rp-elementor-block .value,
body .elementor .rp-elementor-block .value{min-height:220px;padding:24px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .value .num,
body .elementor .rp-elementor-block .value .num{display:block;color:var(--blue);font-size:11px;margin-bottom:58px}
.rp-elementor-block .value h3,
body .elementor .rp-elementor-block .value h3{font-size:24px;line-height:1.1;font-weight:300;letter-spacing:-.8px;margin:0 0 10px}
.rp-elementor-block .value p,
body .elementor .rp-elementor-block .value p{color:var(--graphite);font-size:13px;line-height:1.5;margin:0}

/* Services page */
.rp-elementor-block .service-index,
body .elementor .rp-elementor-block .service-index{display:grid;gap:18px}
.rp-elementor-block .service-index-card,
body .elementor .rp-elementor-block .service-index-card{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);min-height:390px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .service-index-card:nth-child(even) img,
body .elementor .rp-elementor-block .service-index-card:nth-child(even) img{order:2}
.rp-elementor-block .service-index-card>img,
body .elementor .rp-elementor-block .service-index-card>img{height:100%;min-height:390px;object-fit:cover}
.rp-elementor-block .service-index-copy,
body .elementor .rp-elementor-block .service-index-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}
.rp-elementor-block .service-index-copy .eyebrow,
body .elementor .rp-elementor-block .service-index-copy .eyebrow{margin-bottom:12px}
.rp-elementor-block .service-index-copy h2,
body .elementor .rp-elementor-block .service-index-copy h2,
.rp-elementor-block .service-index-copy h3,
body .elementor .rp-elementor-block .service-index-copy h3{font-size:clamp(31px,3vw,46px);font-weight:300;line-height:1;letter-spacing:-1.7px;margin:0 0 16px}
.rp-elementor-block .service-index-copy p,
body .elementor .rp-elementor-block .service-index-copy p{margin:0;color:var(--graphite);font-size:15px;line-height:1.55;max-width:60ch}

/* Projects */
.rp-elementor-block .gallery,
body .elementor .rp-elementor-block .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rp-elementor-block .gallery-card,
body .elementor .rp-elementor-block .gallery-card{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-subtle);transition:transform .22s ease,box-shadow .22s ease}
.rp-elementor-block .gallery-card:hover,
body .elementor .rp-elementor-block .gallery-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.rp-elementor-block .gallery-card img,
body .elementor .rp-elementor-block .gallery-card img{aspect-ratio:4/3;object-fit:cover;transition:transform .45s ease}.rp-elementor-block .gallery-card:hover img,
body .elementor .rp-elementor-block .gallery-card:hover img{transform:scale(1.02)}
.rp-elementor-block .gallery-meta,
body .elementor .rp-elementor-block .gallery-meta{padding:17px 18px 19px}
.rp-elementor-block .gallery-meta span,
body .elementor .rp-elementor-block .gallery-meta span{display:block;color:var(--blue);font-size:10px;margin-bottom:7px}
.rp-elementor-block .gallery-meta h3,
body .elementor .rp-elementor-block .gallery-meta h3{font-size:21px;line-height:1.1;font-weight:300;letter-spacing:-.7px;margin:0}
.rp-elementor-block .notice,
body .elementor .rp-elementor-block .notice{padding:18px 20px;border:1px solid var(--line);border-left:3px solid var(--blue);background:var(--surface);border-radius:12px;color:var(--graphite);font-size:13px;line-height:1.55}
.rp-elementor-block .notice strong,
body .elementor .rp-elementor-block .notice strong{color:var(--ink);font-weight:500}
.rp-elementor-block .section-dark .notice,
body .elementor .rp-elementor-block .section-dark .notice{background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.62)!important;border-color:var(--line-dark);border-left-color:var(--blue)!important}.rp-elementor-block .section-dark .notice strong,
body .elementor .rp-elementor-block .section-dark .notice strong{color:var(--white)}

/* Residential */
.rp-elementor-block .resi-hero-grid,
body .elementor .rp-elementor-block .resi-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rp-elementor-block .resi-image,
body .elementor .rp-elementor-block .resi-image{overflow:hidden;border-radius:12px;min-height:450px;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow-subtle)}
.rp-elementor-block .resi-image img,
body .elementor .rp-elementor-block .resi-image img{height:100%;object-fit:cover}
.rp-elementor-block .scope-grid,
body .elementor .rp-elementor-block .scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.rp-elementor-block .scope-card,
body .elementor .rp-elementor-block .scope-card{min-height:165px;padding:22px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .scope-card span,
body .elementor .rp-elementor-block .scope-card span{display:block;color:var(--blue);font-size:10px;margin-bottom:36px}
.rp-elementor-block .scope-card h3,
body .elementor .rp-elementor-block .scope-card h3{font-size:21px;font-weight:300;line-height:1.1;letter-spacing:-.7px;margin:0}

/* Forms / Contact */
.rp-elementor-block .form-layout,
body .elementor .rp-elementor-block .form-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:72px;align-items:start}
.rp-elementor-block .form-aside,
body .elementor .rp-elementor-block .form-aside{position:sticky;top:110px}
.rp-elementor-block .form-aside h2,
body .elementor .rp-elementor-block .form-aside h2{font-size:clamp(34px,3.5vw,50px);font-weight:300;line-height:1;letter-spacing:-2px;margin:12px 0 18px}
.rp-elementor-block .form-aside>p,
body .elementor .rp-elementor-block .form-aside>p{color:var(--graphite);font-size:15px;line-height:1.55;margin:0 0 28px}
.rp-elementor-block .contact-chips,
body .elementor .rp-elementor-block .contact-chips{display:grid;gap:9px}
.rp-elementor-block .contact-chip,
body .elementor .rp-elementor-block .contact-chip{padding:15px 16px;background:var(--sand);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:var(--shadow-subtle);font-size:13px;color:var(--ink)}
.rp-elementor-block .contact-chip strong,
body .elementor .rp-elementor-block .contact-chip strong{display:block;font-size:10px;font-weight:500;color:var(--blue);margin-bottom:4px}
.rp-elementor-block .form-card,
body .elementor .rp-elementor-block .form-card{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:34px;box-shadow:var(--shadow-subtle)}
.rp-elementor-block .form-grid,
body .elementor .rp-elementor-block .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.rp-elementor-block .field,
body .elementor .rp-elementor-block .field{display:flex;flex-direction:column;gap:7px}.rp-elementor-block .field.full,
body .elementor .rp-elementor-block .field.full{grid-column:1/-1}
.rp-elementor-block .field label,
body .elementor .rp-elementor-block .field label{font-size:11px;font-weight:500;color:var(--graphite)}
.rp-elementor-block .field input,
body .elementor .rp-elementor-block .field input,
.rp-elementor-block .field textarea,
body .elementor .rp-elementor-block .field textarea,
.rp-elementor-block .field select,
body .elementor .rp-elementor-block .field select{width:100%;padding:14px 15px;background:rgba(0,0,0,.03);border:1px solid var(--line);border-radius:12px;color:var(--ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.rp-elementor-block .field textarea,
body .elementor .rp-elementor-block .field textarea{min-height:130px;resize:vertical}
.rp-elementor-block .field input:focus,
body .elementor .rp-elementor-block .field input:focus,
.rp-elementor-block .field textarea:focus,
body .elementor .rp-elementor-block .field textarea:focus,
.rp-elementor-block .field select:focus,
body .elementor .rp-elementor-block .field select:focus{background:var(--white);border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,161,91,.15)}
.rp-elementor-block .field small,
body .elementor .rp-elementor-block .field small{font-size:11px;color:var(--stone)}
.rp-elementor-block .form-actions,
body .elementor .rp-elementor-block .form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}
.rp-elementor-block .form-note,
body .elementor .rp-elementor-block .form-note{max-width:380px;color:var(--graphite);font-size:11px;line-height:1.45}
.rp-elementor-block .form-status,
body .elementor .rp-elementor-block .form-status{display:none;margin-top:14px;padding:13px 14px;border-radius:12px;font-size:12px}
.rp-elementor-block .form-status.show,
body .elementor .rp-elementor-block .form-status.show{display:block}.rp-elementor-block .form-status.success,
body .elementor .rp-elementor-block .form-status.success{background:#eef8f2;color:#1f5b34}.rp-elementor-block .form-status.error,
body .elementor .rp-elementor-block .form-status.error{background:#fff1f0;color:#7c322e}

/* FAQ */
.rp-elementor-block .faq,
body .elementor .rp-elementor-block .faq{border-top:1px solid var(--line)}
.rp-elementor-block .faq-item,
body .elementor .rp-elementor-block .faq-item{border-bottom:1px solid var(--line)}
.rp-elementor-block .faq-q,
body .elementor .rp-elementor-block .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;border:0;background:transparent;text-align:left;color:var(--ink);font-size:19px;font-weight:400;letter-spacing:-.5px}
.rp-elementor-block .faq-q span:last-child,
body .elementor .rp-elementor-block .faq-q span:last-child{color:var(--blue)}
.rp-elementor-block .faq-a,
body .elementor .rp-elementor-block .faq-a{display:none;max-width:780px;padding:0 0 22px;color:var(--graphite);font-size:14px;line-height:1.55}.rp-elementor-block .faq-item.open .faq-a,
body .elementor .rp-elementor-block .faq-item.open .faq-a{display:block}

/* Footer */
.rp-elementor-block .site-footer,
body .elementor .rp-elementor-block .site-footer{background:var(--charcoal);color:var(--white);padding:70px 0 28px}
.rp-elementor-block .site-footer .brand,
body .elementor .rp-elementor-block .site-footer .brand{min-width:0}
.rp-elementor-block .site-footer .brand-type span,
body .elementor .rp-elementor-block .site-footer .brand-type span{color:rgba(255,255,255,.48)}
.rp-elementor-block .footer-top,
body .elementor .rp-elementor-block .footer-top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:54px;padding-bottom:54px}
.rp-elementor-block .footer-brand p,
body .elementor .rp-elementor-block .footer-brand p{max-width:420px;margin:24px 0 0;color:rgba(255,255,255,.52);font-size:13px;line-height:1.6}
.rp-elementor-block .footer-col,
body .elementor .rp-elementor-block .footer-col{display:flex;flex-direction:column;gap:9px;font-size:13px;color:rgba(255,255,255,.58)}
.rp-elementor-block .footer-col h4,
body .elementor .rp-elementor-block .footer-col h4{margin:0 0 8px;color:var(--white);font-size:12px;font-weight:500}
.rp-elementor-block .footer-col a,
body .elementor .rp-elementor-block .footer-col a{transition:color .2s ease}.rp-elementor-block .footer-col a:hover,
body .elementor .rp-elementor-block .footer-col a:hover{color:var(--blue)}
.rp-elementor-block .footer-bottom,
body .elementor .rp-elementor-block .footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line-dark);color:rgba(255,255,255,.38);font-size:11px}

/* Floating action */
.rp-elementor-block .whatsapp,
body .elementor .rp-elementor-block .whatsapp{position:fixed;z-index:900;right:18px;bottom:18px;width:52px;height:52px;display:grid;place-items:center;background:var(--gold);color:var(--ink);border-radius:12px;box-shadow:var(--shadow-md);transition:transform .2s ease,background .2s ease}
.rp-elementor-block .whatsapp:hover,
body .elementor .rp-elementor-block .whatsapp:hover{transform:translateY(-2px);background:var(--gold-hover)}.rp-elementor-block .whatsapp svg,
body .elementor .rp-elementor-block .whatsapp svg{width:23px;height:23px}

/* Motion */
.rp-elementor-block .reveal,
body .elementor .rp-elementor-block .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.rp-elementor-block .reveal.visible,
body .elementor .rp-elementor-block .reveal.visible{opacity:1;transform:none}

@media (max-width:1120px){

  :root{--container:min(100% - 36px,1040px)}
  .rp-elementor-block .nav-links,
body .elementor .rp-elementor-block .nav-links{display:none}.rp-elementor-block .nav-cta,
body .elementor .rp-elementor-block .nav-cta{display:none}.rp-elementor-block .menu-btn,
body .elementor .rp-elementor-block .menu-btn{display:grid}
  .rp-elementor-block .hero,
body .elementor .rp-elementor-block .hero{min-height:auto;padding-top:132px}.rp-elementor-block .hero-inner,
body .elementor .rp-elementor-block .hero-inner{grid-template-columns:1fr;gap:42px}.rp-elementor-block .hero-copy,
body .elementor .rp-elementor-block .hero-copy{padding-top:24px}.rp-elementor-block .hero-visual,
body .elementor .rp-elementor-block .hero-visual{max-width:860px}.rp-elementor-block .hero-image-frame,
body .elementor .rp-elementor-block .hero-image-frame{aspect-ratio:1.55}.rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card{left:18px}
  .rp-elementor-block .section-kicker,
body .elementor .rp-elementor-block .section-kicker{grid-template-columns:1fr;gap:20px;align-items:start}.rp-elementor-block .section-copy,
body .elementor .rp-elementor-block .section-copy{max-width:660px}
  .rp-elementor-block .services-grid,
body .elementor .rp-elementor-block .services-grid{grid-template-columns:repeat(2,1fr)}
  .rp-elementor-block .water-grid,
body .elementor .rp-elementor-block .water-grid{grid-template-columns:1fr;gap:28px}.rp-elementor-block .water-panel,
body .elementor .rp-elementor-block .water-panel{min-height:360px}
  .rp-elementor-block .feature-shell,
body .elementor .rp-elementor-block .feature-shell{grid-template-columns:1fr}.rp-elementor-block .feature-media,
body .elementor .rp-elementor-block .feature-media{min-height:430px}.rp-elementor-block .feature-content,
body .elementor .rp-elementor-block .feature-content{padding:46px}
  .rp-elementor-block .industries-grid,
body .elementor .rp-elementor-block .industries-grid{grid-template-columns:repeat(2,1fr)}
  .rp-elementor-block .page-hero-inner,
body .elementor .rp-elementor-block .page-hero-inner{grid-template-columns:1fr;gap:28px}.rp-elementor-block .page-hero p,
body .elementor .rp-elementor-block .page-hero p{max-width:700px}
  .rp-elementor-block .intro-grid,
body .elementor .rp-elementor-block .intro-grid{grid-template-columns:1fr;gap:34px}.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement{max-width:850px}
  .rp-elementor-block .service-index-card,
body .elementor .rp-elementor-block .service-index-card{grid-template-columns:1fr 1.2fr}
  .rp-elementor-block .gallery,
body .elementor .rp-elementor-block .gallery{grid-template-columns:repeat(2,1fr)}
  .rp-elementor-block .scope-grid,
body .elementor .rp-elementor-block .scope-grid{grid-template-columns:repeat(2,1fr)}
  .rp-elementor-block .form-layout,
body .elementor .rp-elementor-block .form-layout{grid-template-columns:1fr;gap:36px}.rp-elementor-block .form-aside,
body .elementor .rp-elementor-block .form-aside{position:static;max-width:720px}
  .rp-elementor-block .footer-top,
body .elementor .rp-elementor-block .footer-top{grid-template-columns:1.5fr 1fr 1fr}.rp-elementor-block .footer-col:last-child,
body .elementor .rp-elementor-block .footer-col:last-child{grid-column:2/4}

}

@media (max-width:760px){

  :root{--container:calc(100vw - 28px)}
  .rp-elementor-block .site-header,
body .elementor .rp-elementor-block .site-header{padding:9px 0}.rp-elementor-block .nav,
body .elementor .rp-elementor-block .nav{height:58px;padding:0 9px;border-radius:12px}.rp-elementor-block .brand-mark,
body .elementor .rp-elementor-block .brand-mark{width:36px;height:36px}.rp-elementor-block .brand-type span,
body .elementor .rp-elementor-block .brand-type span{display:none}.rp-elementor-block .brand,
body .elementor .rp-elementor-block .brand{min-width:0}.rp-elementor-block .brand-type strong,
body .elementor .rp-elementor-block .brand-type strong{font-size:13px}
  .rp-elementor-block .section,
body .elementor .rp-elementor-block .section{padding:78px 0}.rp-elementor-block .section.compact,
body .elementor .rp-elementor-block .section.compact{padding:62px 0}
  .rp-elementor-block .hero,
body .elementor .rp-elementor-block .hero{padding:112px 0 68px}.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1{font-size:clamp(52px,15vw,78px)}.rp-elementor-block .hero .lead,
body .elementor .rp-elementor-block .hero .lead{font-size:16px}.rp-elementor-block .hero-actions,
body .elementor .rp-elementor-block .hero-actions{display:grid}.rp-elementor-block .hero-actions .btn,
body .elementor .rp-elementor-block .hero-actions .btn{width:100%}.rp-elementor-block .hero-proof,
body .elementor .rp-elementor-block .hero-proof{grid-template-columns:1fr;margin-top:34px}.rp-elementor-block .hero-proof>div:not(.divider),
body .elementor .rp-elementor-block .hero-proof>div:not(.divider){padding:13px 0}.rp-elementor-block .hero-proof>div:not(.divider)+div:not(.divider),
body .elementor .rp-elementor-block .hero-proof>div:not(.divider)+div:not(.divider){padding-left:0;border-left:0;border-top:1px solid var(--line-dark)}.rp-elementor-block .hero-image-frame,
body .elementor .rp-elementor-block .hero-image-frame{aspect-ratio:1.05}.rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card{position:relative;left:auto;bottom:auto;width:auto;margin:-42px 12px 0}.rp-elementor-block .hero-caption,
body .elementor .rp-elementor-block .hero-caption,
.rp-elementor-block .scroll-cue,
body .elementor .rp-elementor-block .scroll-cue{display:none}
  .rp-elementor-block .intro-copy,
body .elementor .rp-elementor-block .intro-copy{font-size:16px}.rp-elementor-block .micro-grid,
body .elementor .rp-elementor-block .micro-grid{grid-template-columns:1fr}
  .rp-elementor-block .services-grid,
body .elementor .rp-elementor-block .services-grid{grid-template-columns:1fr}.rp-elementor-block .service-card,
body .elementor .rp-elementor-block .service-card{min-height:0}.rp-elementor-block .service-card img,
body .elementor .rp-elementor-block .service-card img{height:220px}
  .rp-elementor-block .water-copy,
body .elementor .rp-elementor-block .water-copy{padding:0}.rp-elementor-block .water-copy p,
body .elementor .rp-elementor-block .water-copy p{font-size:16px}.rp-elementor-block .water-panel,
body .elementor .rp-elementor-block .water-panel{padding:24px}.rp-elementor-block .water-flow div,
body .elementor .rp-elementor-block .water-flow div{grid-template-columns:36px 1fr}.rp-elementor-block .water-flow em,
body .elementor .rp-elementor-block .water-flow em{display:none}
  .rp-elementor-block .feature-media,
body .elementor .rp-elementor-block .feature-media{min-height:340px}.rp-elementor-block .feature-content,
body .elementor .rp-elementor-block .feature-content{padding:32px 22px}.rp-elementor-block .feature-points,
body .elementor .rp-elementor-block .feature-points{grid-template-columns:1fr}
  .rp-elementor-block .industries-grid,
body .elementor .rp-elementor-block .industries-grid{grid-template-columns:1fr 1fr}.rp-elementor-block .industry,
body .elementor .rp-elementor-block .industry{min-height:180px;padding:18px}
  .rp-elementor-block .process,
body .elementor .rp-elementor-block .process{grid-template-columns:1fr}.rp-elementor-block .step,
body .elementor .rp-elementor-block .step{min-height:auto}.rp-elementor-block .step-num,
body .elementor .rp-elementor-block .step-num{margin-bottom:26px}
  .rp-elementor-block .cta-band,
body .elementor .rp-elementor-block .cta-band{grid-template-columns:1fr;gap:28px;padding:32px 22px}
  .rp-elementor-block .page-hero,
body .elementor .rp-elementor-block .page-hero{padding:136px 0 66px}.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1{font-size:clamp(52px,15vw,76px)}.rp-elementor-block .page-hero p,
body .elementor .rp-elementor-block .page-hero p{font-size:16px}
  .rp-elementor-block .quote-panel,
body .elementor .rp-elementor-block .quote-panel{grid-template-columns:1fr}.rp-elementor-block .quote-image,
body .elementor .rp-elementor-block .quote-image{min-height:320px}.rp-elementor-block .quote-content,
body .elementor .rp-elementor-block .quote-content{padding:32px 22px}
  .rp-elementor-block .values-grid,
body .elementor .rp-elementor-block .values-grid{grid-template-columns:1fr}.rp-elementor-block .value,
body .elementor .rp-elementor-block .value{min-height:180px}.rp-elementor-block .value .num,
body .elementor .rp-elementor-block .value .num{margin-bottom:34px}
  .rp-elementor-block .service-index-card,
body .elementor .rp-elementor-block .service-index-card,
.rp-elementor-block .service-index-card:nth-child(even),
body .elementor .rp-elementor-block .service-index-card:nth-child(even){grid-template-columns:1fr}.rp-elementor-block .service-index-card>img,
body .elementor .rp-elementor-block .service-index-card>img,
.rp-elementor-block .service-index-card:nth-child(even)>img,
body .elementor .rp-elementor-block .service-index-card:nth-child(even)>img{order:0;min-height:240px;height:240px}.rp-elementor-block .service-index-copy,
body .elementor .rp-elementor-block .service-index-copy{padding:28px 22px}
  .rp-elementor-block .gallery,
body .elementor .rp-elementor-block .gallery{grid-template-columns:1fr}
  .rp-elementor-block .resi-hero-grid,
body .elementor .rp-elementor-block .resi-hero-grid{grid-template-columns:1fr}.rp-elementor-block .resi-image,
body .elementor .rp-elementor-block .resi-image{min-height:300px}.rp-elementor-block .scope-grid,
body .elementor .rp-elementor-block .scope-grid{grid-template-columns:1fr 1fr}
  .rp-elementor-block .form-card,
body .elementor .rp-elementor-block .form-card{padding:24px 18px}.rp-elementor-block .form-grid,
body .elementor .rp-elementor-block .form-grid{grid-template-columns:1fr}.rp-elementor-block .field.full,
body .elementor .rp-elementor-block .field.full{grid-column:auto}.rp-elementor-block .form-actions,
body .elementor .rp-elementor-block .form-actions{align-items:flex-start;flex-direction:column}
  .rp-elementor-block .footer-top,
body .elementor .rp-elementor-block .footer-top{grid-template-columns:1fr 1fr;gap:36px}.rp-elementor-block .footer-brand,
body .elementor .rp-elementor-block .footer-brand{grid-column:1/-1}.rp-elementor-block .footer-col:last-child,
body .elementor .rp-elementor-block .footer-col:last-child{grid-column:auto}.rp-elementor-block .footer-bottom,
body .elementor .rp-elementor-block .footer-bottom{display:block}.rp-elementor-block .footer-bottom span,
body .elementor .rp-elementor-block .footer-bottom span{display:block;margin-bottom:7px}

}

@media (max-width:480px){

  .rp-elementor-block .industries-grid,
body .elementor .rp-elementor-block .industries-grid,
.rp-elementor-block .scope-grid,
body .elementor .rp-elementor-block .scope-grid{grid-template-columns:1fr}.rp-elementor-block .footer-top,
body .elementor .rp-elementor-block .footer-top{grid-template-columns:1fr}.rp-elementor-block .footer-brand,
body .elementor .rp-elementor-block .footer-brand,
.rp-elementor-block .footer-col:last-child,
body .elementor .rp-elementor-block .footer-col:last-child{grid-column:auto}.rp-elementor-block .mobile-nav a,
body .elementor .rp-elementor-block .mobile-nav a{font-size:30px}.rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card{margin-top:-30px}.rp-elementor-block .whatsapp,
body .elementor .rp-elementor-block .whatsapp{right:14px;bottom:14px}

}

@media (prefers-reduced-motion:reduce){

  html{scroll-behavior:auto}.rp-elementor-block .reveal,
body .elementor .rp-elementor-block .reveal{opacity:1;transform:none;transition:none}.rp-elementor-block .service-card,
body .elementor .rp-elementor-block .service-card,
.rp-elementor-block .gallery-card,
body .elementor .rp-elementor-block .gallery-card,
.rp-elementor-block .btn,
body .elementor .rp-elementor-block .btn,
.rp-elementor-block .whatsapp,
body .elementor .rp-elementor-block .whatsapp,
.rp-elementor-block .service-card img,
body .elementor .rp-elementor-block .service-card img,
.rp-elementor-block .gallery-card img,
body .elementor .rp-elementor-block .gallery-card img,
.rp-elementor-block .feature-media img,
body .elementor .rp-elementor-block .feature-media img{transition:none!important}

}

/* Final Restart Power corporate refinement */
.rp-elementor-block .hero::before,
body .elementor .rp-elementor-block .hero::before,
.rp-elementor-block .page-hero::before,
body .elementor .rp-elementor-block .page-hero::before,
.rp-elementor-block .section-ink2::before,
body .elementor .rp-elementor-block .section-ink2::before,
.rp-elementor-block .section-dark::before,
body .elementor .rp-elementor-block .section-dark::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(198,161,91,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(198,161,91,.10) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 78%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 78%)}
.rp-elementor-block .page-hero,
body .elementor .rp-elementor-block .page-hero,
.rp-elementor-block .section-dark,
body .elementor .rp-elementor-block .section-dark,
.rp-elementor-block .section-ink2,
body .elementor .rp-elementor-block .section-ink2{position:relative;overflow:hidden}.rp-elementor-block .page-hero>.container,
body .elementor .rp-elementor-block .page-hero>.container,
.rp-elementor-block .section-dark>.container,
body .elementor .rp-elementor-block .section-dark>.container,
.rp-elementor-block .section-ink2>.container,
body .elementor .rp-elementor-block .section-ink2>.container{position:relative;z-index:1}
.rp-elementor-block .gold,
body .elementor .rp-elementor-block .gold{color:var(--gold)}.rp-elementor-block .eyebrow::before,
body .elementor .rp-elementor-block .eyebrow::before{background:var(--gold);box-shadow:0 0 0 4px rgba(198,161,91,.10)}.rp-elementor-block .nav-links a::after,
body .elementor .rp-elementor-block .nav-links a::after{background:var(--gold)}.rp-elementor-block .text-link,
body .elementor .rp-elementor-block .text-link{color:var(--gold-deep)}
.rp-elementor-block .btn-primary,
body .elementor .rp-elementor-block .btn-primary,
.rp-elementor-block .nav-cta,
body .elementor .rp-elementor-block .nav-cta,
.rp-elementor-block .card-arrow,
body .elementor .rp-elementor-block .card-arrow,
.rp-elementor-block .brand-mark,
body .elementor .rp-elementor-block .brand-mark,
.rp-elementor-block .whatsapp,
body .elementor .rp-elementor-block .whatsapp{box-shadow:0 5px 18px -10px rgba(198,161,91,.65)}.rp-elementor-block .btn-primary:hover,
body .elementor .rp-elementor-block .btn-primary:hover,
.rp-elementor-block .nav-cta:hover,
body .elementor .rp-elementor-block .nav-cta:hover,
.rp-elementor-block .whatsapp:hover,
body .elementor .rp-elementor-block .whatsapp:hover{background:var(--gold-hover)}
.rp-elementor-block .hero-image-frame,
body .elementor .rp-elementor-block .hero-image-frame,
.rp-elementor-block .feature-media,
body .elementor .rp-elementor-block .feature-media,
.rp-elementor-block .quote-image,
body .elementor .rp-elementor-block .quote-image,
.rp-elementor-block .resi-image,
body .elementor .rp-elementor-block .resi-image,
.rp-elementor-block .gallery-card img,
body .elementor .rp-elementor-block .gallery-card img,
.rp-elementor-block .service-card img,
body .elementor .rp-elementor-block .service-card img{background:#202327}.rp-elementor-block .hero-image-frame img,
body .elementor .rp-elementor-block .hero-image-frame img,
.rp-elementor-block .feature-media img,
body .elementor .rp-elementor-block .feature-media img,
.rp-elementor-block .quote-image img,
body .elementor .rp-elementor-block .quote-image img,
.rp-elementor-block .resi-image img,
body .elementor .rp-elementor-block .resi-image img,
.rp-elementor-block .gallery-card img,
body .elementor .rp-elementor-block .gallery-card img,
.rp-elementor-block .service-card img,
body .elementor .rp-elementor-block .service-card img,
.rp-elementor-block .service-index-card>img,
body .elementor .rp-elementor-block .service-index-card>img{filter:saturate(.84) contrast(1.04) brightness(.98)}
.rp-elementor-block .feature-media,
body .elementor .rp-elementor-block .feature-media,
.rp-elementor-block .quote-image,
body .elementor .rp-elementor-block .quote-image,
.rp-elementor-block .resi-image,
body .elementor .rp-elementor-block .resi-image{position:relative}.rp-elementor-block .feature-media::after,
body .elementor .rp-elementor-block .feature-media::after,
.rp-elementor-block .quote-image::after,
body .elementor .rp-elementor-block .quote-image::after,
.rp-elementor-block .resi-image::after,
body .elementor .rp-elementor-block .resi-image::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(198,161,91,.14)}
.rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card{border-color:rgba(198,161,91,.28)}.rp-elementor-block .hero-caption,
body .elementor .rp-elementor-block .hero-caption{border:1px solid rgba(198,161,91,.3);background:rgba(11,12,14,.70)}
.rp-elementor-block .card-tag,
body .elementor .rp-elementor-block .card-tag{border:1px solid rgba(198,161,91,.20);color:var(--ink)}.rp-elementor-block .card-tag::before,
body .elementor .rp-elementor-block .card-tag::before{content:"";display:inline-block;width:6px;height:6px;border:1px solid var(--gold-deep);margin-right:6px;transform:rotate(45deg);vertical-align:1px}.rp-elementor-block .service-card:hover,
body .elementor .rp-elementor-block .service-card:hover,
.rp-elementor-block .gallery-card:hover,
body .elementor .rp-elementor-block .gallery-card:hover,
.rp-elementor-block .industry:hover,
body .elementor .rp-elementor-block .industry:hover{border-color:rgba(198,161,91,.28)}
.rp-elementor-block .water-panel,
body .elementor .rp-elementor-block .water-panel{position:relative;overflow:hidden}.rp-elementor-block .water-panel::before,
body .elementor .rp-elementor-block .water-panel::before{content:"";position:absolute;right:-30px;top:-30px;width:180px;height:180px;border:1px solid rgba(198,161,91,.18);border-radius:50%;box-shadow:0 0 0 28px rgba(198,161,91,.04),0 0 0 58px rgba(198,161,91,.025);pointer-events:none}.rp-elementor-block .water-flow,
body .elementor .rp-elementor-block .water-flow{position:relative;z-index:1}.rp-elementor-block .water-flow span:first-child,
body .elementor .rp-elementor-block .water-flow span:first-child{color:var(--gold-deep);border:1px solid rgba(198,161,91,.22)}.rp-elementor-block .water-flow div,
body .elementor .rp-elementor-block .water-flow div{position:relative}.rp-elementor-block .water-flow div:not(:last-child)::after,
body .elementor .rp-elementor-block .water-flow div:not(:last-child)::after{content:"";position:absolute;left:14px;bottom:-9px;height:18px;width:1px;background:rgba(198,161,91,.45)}
.rp-elementor-block .application-tags span,
body .elementor .rp-elementor-block .application-tags span{background:#fff;border-color:rgba(198,161,91,.18)}.rp-elementor-block .feature-shell,
body .elementor .rp-elementor-block .feature-shell{border-color:rgba(198,161,91,.16)}.rp-elementor-block .industry-index,
body .elementor .rp-elementor-block .industry-index,
.rp-elementor-block .step-num,
body .elementor .rp-elementor-block .step-num,
.rp-elementor-block .value .num,
body .elementor .rp-elementor-block .value .num,
.rp-elementor-block .gallery-meta span,
body .elementor .rp-elementor-block .gallery-meta span,
.rp-elementor-block .contact-chip strong,
body .elementor .rp-elementor-block .contact-chip strong{color:var(--gold-deep)}.rp-elementor-block .process,
body .elementor .rp-elementor-block .process{border-color:rgba(198,161,91,.34)}.rp-elementor-block .step,
body .elementor .rp-elementor-block .step{border-color:rgba(198,161,91,.24)}.rp-elementor-block .step-num,
body .elementor .rp-elementor-block .step-num{display:inline-flex;align-items:center;gap:8px}.rp-elementor-block .step-num::after,
body .elementor .rp-elementor-block .step-num::after{content:"";width:34px;height:1px;background:rgba(198,161,91,.50)}
.rp-elementor-block .notice,
body .elementor .rp-elementor-block .notice{border-left-color:var(--gold)!important}.rp-elementor-block .faq-q span:last-child,
body .elementor .rp-elementor-block .faq-q span:last-child{color:var(--gold-deep)}.rp-elementor-block .field input:focus,
body .elementor .rp-elementor-block .field input:focus,
.rp-elementor-block .field textarea:focus,
body .elementor .rp-elementor-block .field textarea:focus,
.rp-elementor-block .field select:focus,
body .elementor .rp-elementor-block .field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,161,91,.15)}.rp-elementor-block .footer-col a:hover,
body .elementor .rp-elementor-block .footer-col a:hover{color:var(--gold-hover)}.rp-elementor-block ::selection,
body .elementor .rp-elementor-block ::selection{background:var(--gold);color:var(--ink)}
.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1,
.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1,
.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement,
.rp-elementor-block .section-title,
body .elementor .rp-elementor-block .section-title,
.rp-elementor-block .water-copy h2,
body .elementor .rp-elementor-block .water-copy h2,
.rp-elementor-block .feature-content h2,
body .elementor .rp-elementor-block .feature-content h2,
.rp-elementor-block .cta-band h2,
body .elementor .rp-elementor-block .cta-band h2,
.rp-elementor-block .quote-content blockquote,
body .elementor .rp-elementor-block .quote-content blockquote{font-weight:300}.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1{max-width:700px}.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1{max-width:760px}.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement{max-width:610px}.rp-elementor-block .hero .lead,
body .elementor .rp-elementor-block .hero .lead{font-size:17px;max-width:580px}.rp-elementor-block .page-hero p,
body .elementor .rp-elementor-block .page-hero p{font-size:17px}
@media (max-width:700px){
.rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h1{font-size:clamp(40px,11vw,52px)}.rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h1{font-size:clamp(38px,10vw,50px)}.rp-elementor-block .intro-statement,
body .elementor .rp-elementor-block .intro-statement{font-size:clamp(32px,8.5vw,42px)}
}
/* CTA final tone: charcoal foundation, gold only as an accent */
.rp-elementor-block .cta-band,
body .elementor .rp-elementor-block .cta-band{background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-2) 100%);color:var(--white);border:1px solid rgba(198,161,91,.36)}
.rp-elementor-block .cta-band-side p,
body .elementor .rp-elementor-block .cta-band-side p{color:rgba(255,255,255,.70)}
.rp-elementor-block .cta-band .btn-dark,
body .elementor .rp-elementor-block .cta-band .btn-dark{background:var(--gold);color:var(--ink)}
.rp-elementor-block .cta-band .btn-dark:hover,
body .elementor .rp-elementor-block .cta-band .btn-dark:hover{background:var(--gold-hover)}


/* Audit fixes: Why Restart Power + location map */
.rp-elementor-block .why-section,
body .elementor .rp-elementor-block .why-section{border-top:1px solid rgba(11,12,14,.05)}
.rp-elementor-block .why-grid,
body .elementor .rp-elementor-block .why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.rp-elementor-block .why-card,
body .elementor .rp-elementor-block .why-card{min-height:205px;padding:24px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:var(--shadow-subtle);display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s ease,box-shadow .22s ease}
.rp-elementor-block .why-card:hover,
body .elementor .rp-elementor-block .why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.rp-elementor-block .why-card:nth-child(7),
body .elementor .rp-elementor-block .why-card:nth-child(7){grid-column:span 2;background:var(--sand)}
.rp-elementor-block .why-num,
body .elementor .rp-elementor-block .why-num{font-size:11px;color:var(--gold-deep);font-weight:500}
.rp-elementor-block .why-card h3,
body .elementor .rp-elementor-block .why-card h3{font-size:20px;line-height:1.18;font-weight:300;letter-spacing:-.65px;margin:46px 0 0;max-width:29ch}
.rp-elementor-block .map-section,
body .elementor .rp-elementor-block .map-section{padding-top:36px}
.rp-elementor-block .map-frame,
body .elementor .rp-elementor-block .map-frame{overflow:hidden;border:1px solid rgba(0,0,0,.07);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-subtle);min-height:470px}
.rp-elementor-block .map-frame iframe,
body .elementor .rp-elementor-block .map-frame iframe{display:block;width:100%;height:470px;border:0;filter:saturate(.72) contrast(.98)}
@media (max-width:1120px){
.rp-elementor-block .why-grid,
body .elementor .rp-elementor-block .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-elementor-block .why-card:nth-child(7),
body .elementor .rp-elementor-block .why-card:nth-child(7){grid-column:span 2}
}
@media (max-width:760px){
.rp-elementor-block .why-grid,
body .elementor .rp-elementor-block .why-grid{grid-template-columns:1fr}.rp-elementor-block .why-card,
body .elementor .rp-elementor-block .why-card,
.rp-elementor-block .why-card:nth-child(7),
body .elementor .rp-elementor-block .why-card:nth-child(7){grid-column:auto;min-height:170px}.rp-elementor-block .why-card h3,
body .elementor .rp-elementor-block .why-card h3{margin-top:34px}.rp-elementor-block .map-frame,
body .elementor .rp-elementor-block .map-frame,
.rp-elementor-block .map-frame iframe,
body .elementor .rp-elementor-block .map-frame iframe{height:380px;min-height:380px}
}


/* ============================================================================
   WORDPRESS + ELEMENTOR HTML-WIDGET BRIDGE
   ----------------------------------------------------------------------------
   WHY THIS EXISTS:
   Elementor wraps every HTML widget inside its own container/widget markup and
   may apply Site Settings / Kit CSS after theme/custom CSS. The rules below make
   each Restart Power snippet behave like the original standalone HTML page.

   IMPORTANT:
   - Every supplied snippet includes .rp-elementor-block. DO NOT remove it.
   - Do NOT set Elementor padding/gap on the outer container holding the widget.
     This bridge neutralizes most wrapper differences anyway.
   - Only the bridge uses !important. The actual approved design declarations
     remain the same as the final project.
   ============================================================================ */

/* Prevent Elementor/Hello from forcing horizontal page constraints. */
html,body{overflow-x:hidden}
body.elementor-page{margin:0!important;background:var(--paper)!important}

/* Full-bleed breakout: works even when the HTML widget is placed inside a boxed
   Elementor parent container. The design's own .container remains 1280px. */
body .elementor .rp-elementor-block,
body .rp-elementor-block{
  position:relative;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  font-family:var(--font)!important;
  color:var(--ink);
  box-sizing:border-box!important;
}

/* Elementor HTML widget wrappers must not introduce visual space. :has() is
   supported by all current Chrome/Edge/Safari/Firefox versions used by clients. */
body .elementor-widget-html:has(.rp-elementor-block),
body .elementor-widget-html:has(.rp-elementor-block) > .elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* Keep the internal approved content container exact. */
body .elementor .rp-elementor-block .container{
  width:var(--container)!important;
  max-width:var(--container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Elementor Kit typography/color reset for raw HTML-widget content. Scoped only
   to Restart Power blocks so it cannot damage Elementor UI elsewhere. */
body .elementor .rp-elementor-block :where(h1,h2,h3,h4,h5,h6,p,a,span,strong,em,label,input,textarea,select,button){
  font-family:inherit;
}
body .elementor .rp-elementor-block a{
  color:inherit!important;
  text-decoration:none!important;
}
body .elementor .rp-elementor-block img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  border:0!important;
}
body .elementor .rp-elementor-block button,
body .elementor .rp-elementor-block input,
body .elementor .rp-elementor-block textarea,
body .elementor .rp-elementor-block select{
  font:inherit!important;
}

/* Stop Elementor's default margins from winning over the more specific project
   component rules when an HTML widget is rendered inside an Elementor page. */
body .elementor .rp-elementor-block :where(h1,h2,h3,h4,p){
  margin-block-start:0;
}

/* Editor mode: reveal-animation items must remain visible while you work. */
body.elementor-editor-active .rp-elementor-block .reveal,
.elementor-editor-preview .rp-elementor-block .reveal{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}

/* If Elementor Canvas is not selected, hide Hello's duplicate page title only on
   pages containing Restart Power blocks. Prefer Elementor Canvas for production. */
body.elementor-page .page-header{display:none!important}

/* Mobile Elementor containers sometimes add an inline min-width. The project
   content itself must still be allowed to shrink normally. */
body .elementor .rp-elementor-block *{min-width:0}
/* ============================================================================
   FINAL WORDPRESS / ELEMENTOR VISUAL FIXES
   Applied: 2026-08-20
   Purpose:
   1) Force correct light typography on all dark Restart Power sections.
   2) Reduce excessive vertical whitespace on desktop/tablet/mobile.
   3) Keep mobile side gutters consistently between 10–15px.
   4) Neutralize Elementor container/widget spacing around HTML-widget sections.
   5) Preserve the approved black / charcoal / gold corporate design.
   ============================================================================ */

/* --------------------------------------------------------------------------
   A. ELEMENTOR OUTER-WRAPPER RESET
   Elementor containers can add gap/padding around HTML widgets even when the
   Restart Power section itself is correct. These selectors remove that extra
   whitespace only when the container actually contains an RP HTML block.
   -------------------------------------------------------------------------- */
body .elementor .e-con:has(> .elementor-element > .elementor-widget-container > .rp-elementor-block),
body .elementor .e-con:has(.elementor-widget-html > .elementor-widget-container > .rp-elementor-block){
  --padding-top:0px!important;
  --padding-right:0px!important;
  --padding-bottom:0px!important;
  --padding-left:0px!important;
  --gap:0px!important;
  padding:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
  gap:0!important;
}

body .elementor .elementor-widget-html:has(.rp-elementor-block),
body .elementor .elementor-widget-html:has(.rp-elementor-block) > .elementor-widget-container{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  line-height:normal;
}

/* Prevent Elementor paragraph/heading theme margins from creating fake space. */
body .elementor .rp-elementor-block :where(h1,h2,h3,h4,h5,h6,p,blockquote){
  margin-block-start:0!important;
}

/* --------------------------------------------------------------------------
   B. DARK BACKGROUND TYPOGRAPHY
   Elementor Kit/global colors were overriding the original light text.
   These declarations intentionally use !important because they are the final
   visual authority for dark Restart Power sections.
   -------------------------------------------------------------------------- */

/* Main dark section headings */
body .elementor .rp-elementor-block .hero h1,
body .elementor .rp-elementor-block .hero h2,
body .elementor .rp-elementor-block .hero h3,
body .elementor .rp-elementor-block .page-hero h1,
body .elementor .rp-elementor-block .page-hero h2,
body .elementor .rp-elementor-block .page-hero h3,
body .elementor .rp-elementor-block .section-dark h1,
body .elementor .rp-elementor-block .section-dark h2,
body .elementor .rp-elementor-block .section-dark h3,
body .elementor .rp-elementor-block .section-dark h4,
body .elementor .rp-elementor-block .section-dark h5,
body .elementor .rp-elementor-block .section-dark h6,
body .elementor .rp-elementor-block .section-ink2 h1,
body .elementor .rp-elementor-block .section-ink2 h2,
body .elementor .rp-elementor-block .section-ink2 h3,
body .elementor .rp-elementor-block .section-ink2 h4,
body .elementor .rp-elementor-block .section-ink2 h5,
body .elementor .rp-elementor-block .section-ink2 h6,
body .elementor .rp-elementor-block .site-footer h1,
body .elementor .rp-elementor-block .site-footer h2,
body .elementor .rp-elementor-block .site-footer h3,
body .elementor .rp-elementor-block .site-footer h4,
body .elementor .rp-elementor-block .site-footer h5,
body .elementor .rp-elementor-block .site-footer h6{
  color:#fff!important;
}

/* Gold-highlighted words must remain gold inside dark headings. */
body .elementor .rp-elementor-block .gold,
body .elementor .rp-elementor-block .hero .gold,
body .elementor .rp-elementor-block .page-hero .gold,
body .elementor .rp-elementor-block .section-dark .gold,
body .elementor .rp-elementor-block .section-ink2 .gold{
  color:var(--gold)!important;
}

/* Eyebrows / labels on dark surfaces */
body .elementor .rp-elementor-block .hero .eyebrow,
body .elementor .rp-elementor-block .page-hero .eyebrow,
body .elementor .rp-elementor-block .section-dark .eyebrow,
body .elementor .rp-elementor-block .section-ink2 .eyebrow{
  color:rgba(255,255,255,.72)!important;
}

/* Dark section supporting copy */
body .elementor .rp-elementor-block .section-dark .section-copy,
body .elementor .rp-elementor-block .section-ink2 .section-copy,
body .elementor .rp-elementor-block .page-hero p{
  color:rgba(255,255,255,.68)!important;
}

/* Project-delivery/process cards — specifically fixes the screenshot issue. */
body .elementor .rp-elementor-block .section-ink2 .step h3,
body .elementor .rp-elementor-block .section-dark .step h3,
body .elementor .rp-elementor-block .process .step h3{
  color:#fff!important;
}

body .elementor .rp-elementor-block .section-ink2 .step p,
body .elementor .rp-elementor-block .section-dark .step p,
body .elementor .rp-elementor-block .process .step p{
  color:rgba(255,255,255,.64)!important;
}

body .elementor .rp-elementor-block .section-ink2 .step-num,
body .elementor .rp-elementor-block .section-dark .step-num,
body .elementor .rp-elementor-block .process .step-num{
  color:var(--gold)!important;
}

/* Hero copy */
body .elementor .rp-elementor-block .hero .lead{
  color:rgba(255,255,255,.72)!important;
}

/* Footer */
body .elementor .rp-elementor-block .site-footer{
  color:#fff!important;
}
body .elementor .rp-elementor-block .site-footer .footer-brand p,
body .elementor .rp-elementor-block .site-footer .footer-col,
body .elementor .rp-elementor-block .site-footer .footer-bottom{
  color:rgba(255,255,255,.58)!important;
}
body .elementor .rp-elementor-block .site-footer .footer-col h4{
  color:#fff!important;
}

/* Keep light cards inside otherwise dark areas readable. */
body .elementor .rp-elementor-block .hero-visual-card,
body .elementor .rp-elementor-block .hero-visual-card h1,
body .elementor .rp-elementor-block .hero-visual-card h2,
body .elementor .rp-elementor-block .hero-visual-card h3,
body .elementor .rp-elementor-block .hero-visual-card strong{
  color:var(--ink)!important;
}
body .elementor .rp-elementor-block .hero-visual-card p{
  color:var(--graphite)!important;
}

/* --------------------------------------------------------------------------
   C. PREMIUM DESKTOP / TABLET SPACING
   Original 112px sections feel too spread out once inserted section-by-section
   in Elementor. The values below keep the same rhythm but make it tighter.
   -------------------------------------------------------------------------- */
.rp-elementor-block .section,
body .elementor .rp-elementor-block .section{
  padding-top:84px!important;
  padding-bottom:84px!important;
}

.rp-elementor-block .section.compact,
body .elementor .rp-elementor-block .section.compact{
  padding-top:62px!important;
  padding-bottom:62px!important;
}

.rp-elementor-block .section-kicker,
body .elementor .rp-elementor-block .section-kicker{
  margin-bottom:36px!important;
}

.rp-elementor-block .page-hero,
body .elementor .rp-elementor-block .page-hero{
  padding-top:150px!important;
  padding-bottom:72px!important;
}

.rp-elementor-block .site-footer,
body .elementor .rp-elementor-block .site-footer{
  padding-top:58px!important;
  padding-bottom:24px!important;
}

/* Reduce oversized internal gaps without making layouts cramped. */
.rp-elementor-block .intro-grid,
body .elementor .rp-elementor-block .intro-grid{
  gap:64px!important;
}

.rp-elementor-block .water-grid,
body .elementor .rp-elementor-block .water-grid{
  gap:52px!important;
}

.rp-elementor-block .feature-content,
body .elementor .rp-elementor-block .feature-content{
  padding:48px!important;
}

.rp-elementor-block .form-layout,
body .elementor .rp-elementor-block .form-layout{
  gap:52px!important;
}

/* --------------------------------------------------------------------------
   D. TABLET
   -------------------------------------------------------------------------- */
@media (max-width:1120px){
  :root{
    --container:min(100% - 30px,1040px)!important;
  }

  .rp-elementor-block .section,
  body .elementor .rp-elementor-block .section{
    padding-top:68px!important;
    padding-bottom:68px!important;
  }

  .rp-elementor-block .section.compact,
  body .elementor .rp-elementor-block .section.compact{
    padding-top:54px!important;
    padding-bottom:54px!important;
  }

  .rp-elementor-block .section-kicker,
  body .elementor .rp-elementor-block .section-kicker{
    margin-bottom:30px!important;
  }

  .rp-elementor-block .intro-grid,
  body .elementor .rp-elementor-block .intro-grid{
    gap:30px!important;
  }

  .rp-elementor-block .water-grid,
  body .elementor .rp-elementor-block .water-grid{
    gap:24px!important;
  }

  .rp-elementor-block .feature-content,
  body .elementor .rp-elementor-block .feature-content{
    padding:40px!important;
  }
}

/* --------------------------------------------------------------------------
   E. MOBILE — 12px SIDE GUTTERS + TIGHTER VERTICAL RHYTHM
   -------------------------------------------------------------------------- */
@media (max-width:760px){
  :root{
    --container:calc(100vw - 24px)!important; /* 12px left + 12px right */
  }

  .rp-elementor-block .container,
  body .elementor .rp-elementor-block .container{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }

  .rp-elementor-block .section,
  body .elementor .rp-elementor-block .section{
    padding-top:52px!important;
    padding-bottom:52px!important;
  }

  .rp-elementor-block .section.compact,
  body .elementor .rp-elementor-block .section.compact{
    padding-top:42px!important;
    padding-bottom:42px!important;
  }

  .rp-elementor-block .section-kicker,
  body .elementor .rp-elementor-block .section-kicker{
    gap:14px!important;
    margin-bottom:24px!important;
  }

  .rp-elementor-block .hero,
  body .elementor .rp-elementor-block .hero{
    padding-top:96px!important;
    padding-bottom:46px!important;
  }

  .rp-elementor-block .page-hero,
  body .elementor .rp-elementor-block .page-hero{
    padding-top:110px!important;
    padding-bottom:46px!important;
  }

  .rp-elementor-block .hero-copy,
  body .elementor .rp-elementor-block .hero-copy{
    padding-top:8px!important;
  }

  .rp-elementor-block .hero-inner,
  body .elementor .rp-elementor-block .hero-inner{
    gap:28px!important;
  }

  .rp-elementor-block .hero h1,
  body .elementor .rp-elementor-block .hero h1{
    margin-top:14px!important;
    margin-bottom:20px!important;
  }

  .rp-elementor-block .hero .lead,
  body .elementor .rp-elementor-block .hero .lead{
    margin-bottom:22px!important;
  }

  .rp-elementor-block .hero-proof,
  body .elementor .rp-elementor-block .hero-proof{
    margin-top:26px!important;
  }

  .rp-elementor-block .intro-grid,
  body .elementor .rp-elementor-block .intro-grid{
    gap:24px!important;
  }

  .rp-elementor-block .micro-grid,
  body .elementor .rp-elementor-block .micro-grid{
    margin-top:24px!important;
  }

  .rp-elementor-block .water-panel,
  body .elementor .rp-elementor-block .water-panel{
    padding:20px!important;
  }

  .rp-elementor-block .water-flow,
  body .elementor .rp-elementor-block .water-flow{
    margin-top:28px!important;
    margin-bottom:28px!important;
  }

  .rp-elementor-block .feature-content,
  body .elementor .rp-elementor-block .feature-content{
    padding:26px 18px!important;
  }

  .rp-elementor-block .cta-band,
  body .elementor .rp-elementor-block .cta-band{
    gap:20px!important;
    padding:26px 18px!important;
  }

  .rp-elementor-block .form-layout,
  body .elementor .rp-elementor-block .form-layout{
    gap:28px!important;
  }

  .rp-elementor-block .site-footer,
  body .elementor .rp-elementor-block .site-footer{
    padding-top:46px!important;
    padding-bottom:20px!important;
  }

  .rp-elementor-block .footer-top,
  body .elementor .rp-elementor-block .footer-top{
    gap:28px!important;
    padding-bottom:36px!important;
  }

  /* Mobile nav/content gutters */
  .rp-elementor-block .mobile-nav,
  body .elementor .rp-elementor-block .mobile-nav{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .rp-elementor-block .nav,
  body .elementor .rp-elementor-block .nav{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }
}

/* Very small phones */
@media (max-width:480px){
  :root{
    --container:calc(100vw - 22px)!important; /* 11px each side */
  }

  .rp-elementor-block .container,
  body .elementor .rp-elementor-block .container,
  .rp-elementor-block .nav,
  body .elementor .rp-elementor-block .nav{
    width:calc(100vw - 22px)!important;
    max-width:calc(100vw - 22px)!important;
  }

  .rp-elementor-block .section,
  body .elementor .rp-elementor-block .section{
    padding-top:46px!important;
    padding-bottom:46px!important;
  }

  .rp-elementor-block .section.compact,
  body .elementor .rp-elementor-block .section.compact{
    padding-top:38px!important;
    padding-bottom:38px!important;
  }

  .rp-elementor-block .hero,
  body .elementor .rp-elementor-block .hero{
    padding-top:90px!important;
    padding-bottom:42px!important;
  }

  .rp-elementor-block .page-hero,
  body .elementor .rp-elementor-block .page-hero{
    padding-top:104px!important;
    padding-bottom:42px!important;
  }
}

/* ============================================================================
   END FINAL WORDPRESS / ELEMENTOR VISUAL FIXES
   ============================================================================ */
/* ============================================================================
   FINAL MICRO-FIX v2 — BUTTON TEXT + CTA HEADING
   Applied after frontend visual verification.
   Scope: CSS only. No layout/content/HTML changes.
   ============================================================================ */

/* 1) Elementor's generic anchor inheritance was making .btn-dark text inherit
      the surrounding dark/ink color. Force each button variant to its approved
      text color with enough specificity to beat the Elementor bridge rule. */
body .elementor .rp-elementor-block a.btn-dark,
body .elementor .rp-elementor-block .btn-dark{
  color:#ffffff!important;
}

body .elementor .rp-elementor-block a.btn-primary,
body .elementor .rp-elementor-block .btn-primary,
body .elementor .rp-elementor-block a.nav-cta,
body .elementor .rp-elementor-block .nav-cta,
body .elementor .rp-elementor-block a.mobile-cta,
body .elementor .rp-elementor-block .mobile-cta{
  color:var(--ink)!important;
}

body .elementor .rp-elementor-block a.btn-secondary,
body .elementor .rp-elementor-block .btn-secondary{
  color:#ffffff!important;
}

body .elementor .rp-elementor-block a.btn-outline,
body .elementor .rp-elementor-block .btn-outline{
  color:var(--ink)!important;
}

/* CTA uses a gold button on a charcoal panel, so its button text stays ink. */
body .elementor .rp-elementor-block .cta-band a.btn-dark,
body .elementor .rp-elementor-block .cta-band .btn-dark{
  color:var(--ink)!important;
}

/* 2) Elementor Kit heading color was still winning inside the charcoal CTA
      because the CTA is nested inside a light section rather than .section-dark.
      Force the complete CTA heading and its inline spans to white. */
body .elementor .rp-elementor-block .cta-band h1,
body .elementor .rp-elementor-block .cta-band h2,
body .elementor .rp-elementor-block .cta-band h3,
body .elementor .rp-elementor-block .cta-band h1 span,
body .elementor .rp-elementor-block .cta-band h2 span,
body .elementor .rp-elementor-block .cta-band h3 span{
  color:#ffffff!important;
}

/* Preserve the approved CTA supporting-copy hierarchy. */
body .elementor .rp-elementor-block .cta-band-side p{
  color:rgba(255,255,255,.72)!important;
}

/* ============================================================================
   END FINAL MICRO-FIX v2
   ============================================================================ */
/* ============================================================================
   FINAL LIVE FORM FIX v4 — SELECT TEXT VERTICAL ALIGNMENT / VISIBILITY
   Scope: native <select> controls only.
   No HTML, spacing-system, section, card, button, typography, or layout changes.
   ============================================================================ */

/* Elementor/Hello can apply its own control height/line-height to native selects,
   which causes the selected value to sit too low and get visually clipped.
   Fix the control box explicitly while preserving the approved form styling. */
.rp-elementor-block .field select,
body .elementor .rp-elementor-block .field select{
  display:block!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 42px 0 15px!important;
  line-height:1.35!important;
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
  background-color:#f7f7f5!important;
  font-family:var(--font)!important;
  font-size:14px!important;
  font-weight:400!important;
  text-indent:0!important;
  vertical-align:middle!important;
  opacity:1!important;
  color-scheme:light!important;
}

/* Keep dropdown menu items readable across Chrome/Edge/Safari/Firefox. */
.rp-elementor-block .field select option,
body .elementor .rp-elementor-block .field select option{
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
  background:#ffffff!important;
  font-family:var(--font)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.4!important;
}

/* Keep the empty "Select" choice slightly softer, but fully visible. */
.rp-elementor-block .field select option[value=""],
body .elementor .rp-elementor-block .field select option[value=""]{
  color:var(--graphite)!important;
  -webkit-text-fill-color:var(--graphite)!important;
}

/* Focus state: retain the approved gold focus ring without changing dimensions. */
.rp-elementor-block .field select:focus,
body .elementor .rp-elementor-block .field select:focus{
  height:52px!important;
  min-height:52px!important;
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
  background-color:var(--white)!important;
  border-color:var(--gold)!important;
  box-shadow:0 0 0 3px rgba(198,161,91,.15)!important;
}

/* Mobile keeps the exact same readable control height. */
@media (max-width:760px){
  .rp-elementor-block .field select,
  body .elementor .rp-elementor-block .field select{
    height:50px!important;
    min-height:50px!important;
    padding:0 40px 0 14px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
}

/* ============================================================================
   END FINAL LIVE FORM FIX v4
   ============================================================================ */