
:root {
  --ink: #0d211b;
  --ink-2: #18372e;
  --sun: #f4c842;
  --sun-bright: #ffdc62;
  --paper: #f5f5ed;
  --white: #fffef8;
  --muted: #66736e;
  --line: rgba(13, 33, 27, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 96px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { width: 34px; height: 34px; border: 2px solid var(--sun); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 5px rgba(244,200,66,.08); }
.brand-mark i { width: 10px; height: 10px; background: var(--sun); border-radius: 50%; box-shadow: 0 -9px 0 -3px var(--sun), 0 9px 0 -3px var(--sun), 9px 0 0 -3px var(--sun), -9px 0 0 -3px var(--sun); }
.brand b { display: block; font-size: 24px; letter-spacing: .13em; line-height: 1; }
.brand small { display: block; margin-top: 5px; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; opacity: .65; }
nav { display: flex; align-items: center; gap: 17px; font-size: 11px; font-weight: 650; }
nav a { opacity: .78; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.mobile-menu { display: none; }
.header-phone { text-align: right; }
.header-phone small { display: block; opacity: .62; font-size: 10px; margin-bottom: 3px; }
.header-phone b { font-size: 14px; letter-spacing: .02em; }
.hero { position: relative; min-height: 830px; color: var(--white); background: radial-gradient(circle at 70% 30%, #244f40 0, var(--ink) 47%, #081813 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; min-height: 760px; padding-top: 100px; }
.hero-copy { padding: 50px 0; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.72); }
.eyebrow > span { width: 24px; height: 2px; background: var(--sun); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(54px, 6.1vw, 88px); line-height: .95; letter-spacing: -.058em; font-weight: 650; }
.hero h1 em { color: var(--sun-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 565px; margin: 34px 0 0; font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.7); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 2px; font-size: 13px; font-weight: 750; letter-spacing: .015em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .service-card a svg, .round-link svg, .about-strip a svg { width: 18px; height: 18px; }
.button-dark { color: var(--ink); background: var(--sun); }
.button-dark:hover { background: var(--sun-bright); }
.text-link { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.35); padding: 9px 0; font-size: 13px; }
.text-link span { color: var(--sun); }
.hero-proof { display: flex; gap: 0; margin-top: 54px; }
.hero-proof > div { display: flex; align-items: center; gap: 11px; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-size: 25px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.5); }
.hero-visual { position: relative; height: 620px; }
.sun-orbit { position: absolute; width: 520px; height: 520px; left: 40px; top: 45px; border: 1px solid rgba(244,200,66,.19); border-radius: 50%; }
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.sun-orbit::before { inset: 42px; }.sun-orbit::after { inset: 98px; }
.sun-orbit span { position: absolute; width: 11px; height: 11px; background: var(--sun); border-radius: 50%; top: 38px; right: 105px; box-shadow: 0 0 24px var(--sun); }
.solar-scene { position: absolute; width: 500px; height: 430px; left: 53px; top: 86px; border-radius: 46% 46% 18px 18px; overflow: hidden; background: linear-gradient(#7da796 0 60%, #345f4d 60%); box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.solar-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(255,255,255,.12), transparent 38%); pointer-events: none; }
.photo-scene { background: linear-gradient(145deg, rgba(24,55,46,.08), rgba(13,33,27,.35)), url("images/raes-solar-house.png") center / cover no-repeat; }
.photo-scene::after { background: linear-gradient(180deg, transparent 54%, rgba(8,24,19,.46)); }
.scene-sun { position: absolute; width: 74px; height: 74px; top: 48px; right: 62px; border-radius: 50%; background: #ffe483; box-shadow: 0 0 55px rgba(255,228,131,.7); }
.scene-cloud { position: absolute; width: 95px; height: 19px; background: rgba(255,255,255,.55); border-radius: 50px; }
.scene-cloud::before, .scene-cloud::after { content: ""; position: absolute; bottom: 0; background: inherit; border-radius: 50%; }
.scene-cloud::before { width: 35px; height: 35px; left: 15px; }.scene-cloud::after { width: 48px; height: 48px; left: 39px; }
.cloud-one { top: 78px; left: 42px; transform: scale(.72); }.cloud-two { top: 145px; right: 75px; transform: scale(.45); opacity: .5; }
.scene-house { position: absolute; width: 340px; height: 210px; left: 80px; bottom: 42px; }
.roof { position: absolute; z-index: 2; width: 330px; height: 145px; left: 5px; top: -58px; transform: perspective(340px) rotateX(48deg) rotateZ(-2deg); transform-origin: bottom; background: #183027; padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 7px; box-shadow: 0 18px 24px rgba(0,0,0,.28); }
.roof i { display: block; background: linear-gradient(145deg, #264e58, #142d37); border: 1px solid rgba(139,209,224,.42); box-shadow: inset 0 0 0 4px rgba(255,255,255,.025); }
.wall { position: absolute; inset: 64px 30px 0; background: #e3dfc7; box-shadow: 18px 10px 30px rgba(0,0,0,.25); }
.wall span { position: absolute; width: 70px; height: 78px; background: #2a5449; left: 34px; bottom: 28px; border: 8px solid #f5eed7; }
.wall b { position: absolute; width: 48px; height: 98px; background: #795e44; right: 49px; bottom: 0; }
.ground { position: absolute; left: -30px; right: -30px; bottom: -38px; height: 108px; border-radius: 50%; background: #183d31; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; background: rgba(255,254,248,.96); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.27); backdrop-filter: blur(16px); }
.energy-card { left: 6px; top: 385px; width: 265px; height: 91px; padding: 18px; gap: 12px; }
.energy-card .pulse { width: 11px; height: 11px; background: #56a874; border-radius: 50%; box-shadow: 0 0 0 5px rgba(86,168,116,.15); }
.floating-card small { display: block; color: #6e7a75; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.floating-card strong { display: block; margin-top: 4px; font-size: 16px; }
.energy-card svg { width: 70px; margin-left: auto; color: #4b9467; }
.warranty-card { right: -20px; top: 143px; min-width: 232px; padding: 17px; gap: 13px; }
.warranty-card > svg { width: 34px; height: 34px; padding: 7px; color: var(--ink); background: var(--sun); border-radius: 50%; }
.warranty-card strong { font-size: 12px; }
.hero-ticker { position: absolute; inset: auto 0 0; height: 70px; background: var(--sun); color: var(--ink); }
.ticker-row { height: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ticker-row i { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; opacity: .4; }
.section { padding: 128px 0; }
.services { background: var(--paper); }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.eyebrow-dark { color: #6d7974; margin-bottom: 22px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.03; letter-spacing: -.045em; font-weight: 620; }
.section-heading > p, .split-heading > p { margin: 0 0 4px; max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 365px 305px; gap: 16px; }
.service-card { position: relative; overflow: hidden; padding: 38px; border-radius: 4px; display: flex; flex-direction: column; justify-content: space-between; }
.service-number { position: absolute; top: 28px; right: 31px; font-size: 11px; letter-spacing: .12em; opacity: .48; }
.service-card h3 { margin: 0 0 14px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { max-width: 470px; margin: 0; font-size: 14px; line-height: 1.7; opacity: .68; }
.service-main { grid-row: span 2; min-height: 686px; background: #dce9d5; }
.service-main h3 { font-size: 36px; }
.service-main a { display: inline-flex; align-items: center; gap: 16px; margin-top: 25px; font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(13,33,27,.22); padding-bottom: 7px; }
.service-icon { align-self: center; width: 285px; height: 285px; margin-top: 35px; position: relative; display: grid; place-items: center; border: 1px solid rgba(13,33,27,.12); border-radius: 50%; }
.service-icon::before, .service-icon::after { content: ""; position: absolute; border: 1px solid rgba(13,33,27,.09); border-radius: 50%; }
.service-icon::before { inset: 35px; }.service-icon::after { inset: 70px; }
.sun-icon span { position: relative; z-index: 2; width: 78px; height: 78px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 16px rgba(244,200,66,.25), 0 0 60px rgba(244,200,66,.5); }
.service-dark { background: var(--ink); color: var(--white); flex-direction: row; align-items: flex-end; }
.service-dark > div:last-child { width: 69%; }
.bolt { align-self: center; margin-bottom: 60px; color: var(--sun); font-family: Georgia, serif; font-size: 112px; line-height: 1; transform: rotate(8deg); text-shadow: 0 0 50px rgba(244,200,66,.22); }
.service-light { background: var(--sun); flex-direction: row; align-items: flex-end; }
.service-light > div:first-of-type { max-width: 360px; }
.mini-label { display: block; margin-bottom: 22px; font-size: 9px; font-weight: 800; letter-spacing: .15em; opacity: .56; }
.coin-stack { position: relative; width: 120px; height: 95px; }
.coin-stack i { position: absolute; width: 72px; height: 25px; right: 0; border: 2px solid var(--ink); border-radius: 50%; background: var(--sun-bright); }
.coin-stack i:nth-child(1) { bottom: 0; }.coin-stack i:nth-child(2) { bottom: 19px; }.coin-stack i:nth-child(3) { bottom: 38px; }
.service-outline { border: 1px solid var(--line); background: rgba(255,255,255,.35); flex-direction: row; align-items: flex-end; }
.round-link { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.round-link svg { width: 21px; }
.systems { background: #ebece3; border-top: 1px solid var(--line); }
.package-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-card { position: relative; min-height: 545px; padding: 38px 34px; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(13,33,27,.08); }
.package-card.featured { color: var(--white); background: var(--ink); transform: translateY(-12px); box-shadow: 0 28px 70px rgba(13,33,27,.2); }
.popular { position: absolute; right: 24px; top: 23px; padding: 7px 9px; color: var(--ink); background: var(--sun); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.package-card > p { margin: 0 0 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.featured > p { color: rgba(255,255,255,.5); }
.package-card h3 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 24px 0 28px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.featured .price { border-color: rgba(255,255,255,.14); }
.price small { color: var(--muted); }.price strong { font-size: 39px; letter-spacing: -.04em; }.price span { color: var(--sun); font-size: 18px; font-weight: 800; }
.package-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; font-size: 13px; color: var(--muted); }
.featured ul { color: rgba(255,255,255,.65); }
.package-card li { display: flex; align-items: center; gap: 10px; }
.package-card li svg { width: 17px; height: 17px; color: #478662; }
.featured li svg { color: var(--sun); }
.package-button { width: 100%; margin-top: auto; min-height: 52px; border: 1px solid var(--ink); justify-content: space-between; }
.featured .package-button { color: var(--ink); background: var(--sun); border-color: var(--sun); }
.package-note { margin: 26px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.process { background: var(--white); }
.process-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.dark-link { color: var(--ink); border-color: var(--line); flex: 0 0 auto; }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.process-list::before { content: ""; position: absolute; top: 41px; left: 24px; right: 24px; height: 1px; background: var(--line); }
.process-list li { position: relative; }
.process-list li > span { display: block; margin-bottom: 22px; font-size: 10px; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.process-dot { position: relative; z-index: 1; width: 12px; height: 12px; margin-bottom: 34px; border: 3px solid var(--white); border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 1px rgba(13,33,27,.18); }
.process-list h3 { margin: 0 0 13px; font-size: 19px; letter-spacing: -.025em; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.portfolio { color: var(--white); background: var(--ink); }
.portfolio-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; }
.portfolio-heading > p { color: rgba(255,255,255,.58); }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.portfolio-card { overflow: hidden; background: #143329; border: 1px solid rgba(255,255,255,.1); }
.portfolio-wide { grid-column: span 2; display: grid; grid-template-columns: 1.45fr .55fr; }
.portfolio-image { min-height: 350px; background-color: #254a3d; background-size: cover; background-position: center; }
.portfolio-wide .portfolio-image { min-height: 490px; }
.portfolio-roof { background-image: linear-gradient(150deg, transparent 58%, rgba(13,33,27,.45)), url("images/raes-solar-house.png"); }
.portfolio-ground { background-image: linear-gradient(150deg, transparent 60%, rgba(13,33,27,.48)), url("images/raes-solar-ground.png"); }
.portfolio-backup { background-image: linear-gradient(150deg, transparent 60%, rgba(13,33,27,.48)), url("images/raes-solar-backup.png"); }
.portfolio-card > div:last-child { padding: 32px; }
.portfolio-wide > div:last-child { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; }
.portfolio-card span { color: var(--sun); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.portfolio-card h3 { margin: 18px 0 12px; font-size: 25px; line-height: 1.15; letter-spacing: -.035em; }
.portfolio-wide h3 { font-size: 35px; }
.portfolio-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.about-title { position: relative; }
.about-title h2 { margin: 0; font-size: clamp(40px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -.05em; font-weight: 620; }
.about-seal { width: 158px; height: 158px; margin-top: 65px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--sun); transform: rotate(-7deg); }
.about-seal strong { font-size: 44px; letter-spacing: -.06em; }.about-seal span { font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.about-content { padding-top: 56px; }
.about-content > p { margin: 0 0 23px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.about-content .about-lead { color: var(--ink); font-size: 23px; line-height: 1.55; letter-spacing: -.02em; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.benefit-list > div { display: flex; align-items: center; gap: 14px; padding: 22px; background: var(--white); }
.benefit-list svg { width: 31px; height: 31px; padding: 7px; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--sun); }
.benefit-list b, .benefit-list small { display: block; }.benefit-list b { margin-bottom: 4px; font-size: 13px; }.benefit-list small { color: var(--muted); font-size: 10px; }
.calculator { color: var(--white); background: #18372e; }
.calculator-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.calculator-intro { position: sticky; top: 40px; padding-top: 6px; }
.calculator-intro h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.calculator-intro > p:nth-of-type(2) { margin: 28px 0 0; max-width: 460px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.contact-card { margin-top: 54px; padding: 28px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); }
.contact-card small, .contact-card span { display: block; }.contact-card small { margin-bottom: 12px; color: var(--sun); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.contact-card a { font-size: 25px; font-weight: 750; letter-spacing: -.03em; }.contact-card span { margin-top: 9px; color: rgba(255,255,255,.45); font-size: 11px; }
.calculator-form { padding: 46px; color: var(--ink); background: var(--white); }
.calculator-step { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.calculator-step span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); font-size: 9px; font-weight: 850; }
.calculator-step p { margin: 0; font-size: 15px; font-weight: 750; }
.calculator-step.second { margin-top: 42px; padding-top: 36px; border-top: 1px solid var(--line); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 8px; }
.field-grid label > span { color: #67736f; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid rgba(13,33,27,.18); border-radius: 0; color: var(--ink); background: #fbfbf6; font: inherit; font-size: 13px; outline: none; }
.field-grid textarea { padding-top: 14px; resize: vertical; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: #5e8b78; box-shadow: 0 0 0 3px rgba(94,139,120,.12); }
.field-wide { grid-column: span 2; }
.estimate-bar { margin: 25px 0; padding: 21px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: #edf1e9; border-left: 3px solid var(--sun); }
.estimate-bar small, .estimate-bar strong { display: block; }.estimate-bar small { margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.estimate-bar strong { font-size: 23px; }
.estimate-bar p { max-width: 300px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.extras { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; border: 0; }
.extras legend { float: left; margin-right: 4px; font-size: 11px; font-weight: 700; }
.extras label { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted); }
.extras input { accent-color: var(--ink); width: 16px; height: 16px; }
.form-submit-row { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.form-submit-row button { border: 0; cursor: pointer; white-space: nowrap; }
.form-submit-row p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 45px 27px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.blog { background: #ebece3; }
.blog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.blog-heading > a, .blog-grid article > a { display: inline-flex; align-items: center; gap: 13px; font-size: 11px; font-weight: 800; }
.blog-heading svg, .blog-grid svg { width: 17px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-grid article { min-height: 365px; padding: 32px; display: flex; flex-direction: column; background: var(--white); border-top: 3px solid var(--ink); }
.blog-grid article:nth-child(2) { border-top-color: var(--sun); }.blog-grid article:nth-child(3) { color: var(--white); background: var(--ink); border-top-color: var(--sun); }
.blog-grid article > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.blog-grid article:nth-child(3) > span { color: var(--sun); }
.blog-grid h3 { margin: 25px 0 18px; font-size: 24px; line-height: 1.22; letter-spacing: -.035em; }
.blog-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.blog-grid article:nth-child(3) p { color: rgba(255,255,255,.55); }
.blog-grid article > a { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }.blog-grid article:nth-child(3) > a { border-color: rgba(255,255,255,.14); }
.about-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-strip-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.about-strip p { font-size: 16px; }.about-strip p span { font-weight: 900; letter-spacing: .12em; }
.about-strip a { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 800; }
.contact-teaser { padding: 94px 0; background: var(--ink); color: var(--white); }
.teaser-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.teaser-inner h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; }
.teaser-inner > div > p:last-child { max-width: 630px; margin: 20px 0 0; color: rgba(255,255,255,.6); line-height: 1.65; }
.button-sun { flex: 0 0 auto; background: var(--sun); color: var(--ink); }
.site-footer { color: var(--white); background: #081813; }
.footer-main { padding: 78px 0 65px; display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 70px; }
.footer-brand p { max-width: 320px; margin: 25px 0 0; color: rgba(255,255,255,.43); font-size: 12px; line-height: 1.7; }
.footer-main h3 { margin: 5px 0 23px; color: var(--sun); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-main > div:not(.footer-brand) > a { display: block; margin: 0 0 13px; color: rgba(255,255,255,.66); font-size: 12px; }
.footer-contact > a:first-of-type { color: var(--white) !important; font-size: 20px !important; font-weight: 750; }
.footer-contact p { margin: 14px 0 25px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.55; }
.footer-main .footer-cta { width: fit-content; display: flex !important; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.22); color: var(--white) !important; font-weight: 750; }
.footer-cta svg { width: 17px; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.5; }
.footer-bottom p:last-child { max-width: 510px; text-align: right; }

@media (max-width: 1020px) {
  nav { display: none; }
  .mobile-menu { position: relative; display: block; order: 3; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.24); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1px; display: block; background: var(--white); }
  .mobile-menu > div { position: absolute; right: 0; top: 51px; width: 280px; padding: 18px; display: grid; gap: 2px; color: var(--ink); background: var(--white); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
  .mobile-menu > div a { padding: 10px; font-size: 12px; border-bottom: 1px solid var(--line); }
  .header-phone { margin-left: auto; order: 2; }
  .hero-grid { grid-template-columns: 1fr; min-height: 1060px; padding-top: 120px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { width: min(610px, 100%); margin: -50px auto 20px; }
  .hero { min-height: 1140px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-main { grid-row: auto; }
  .service-card { min-height: 360px; }
  .service-main { min-height: 620px; }
  .package-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .package-card.featured { transform: none; }
  .package-card { min-height: 510px; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 54px 42px; }
  .process-list::before { display: none; }
  .process-heading { align-items: flex-start; flex-direction: column; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 28px; }
  .portfolio-wide { display: block; }
  .portfolio-wide .portfolio-image { min-height: 430px; }
  .about-grid { grid-template-columns: 1fr; gap: 25px; }
  .about-content { padding-top: 0; }
  .about-seal { position: absolute; right: 0; bottom: -165px; margin: 0; }
  .calculator-grid { grid-template-columns: 1fr; gap: 48px; }
  .calculator-intro { position: static; }
  .contact-card { max-width: 420px; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid article:last-child { grid-column: span 2; }
  .footer-main { grid-template-columns: 1.4fr 1fr; gap: 50px; }
  .teaser-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 30px, 1200px); }
  .site-header { height: 78px; }
  .brand { min-width: 0; }
  .brand small, .header-phone small { display: none; }
  .header-phone b { font-size: 11px; }
  .mobile-menu > div { right: -1px; width: min(290px, calc(100vw - 30px)); }
  .hero { min-height: 975px; }
  .hero-grid { min-height: 905px; padding-top: 85px; gap: 30px; }
  .hero h1 { font-size: 51px; }
  .hero-lead { font-size: 16px; margin-top: 26px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 28px; }
  .text-link { align-self: flex-start; }
  .hero-proof { margin-top: 34px; }
  .hero-proof > div { padding: 0 12px; gap: 6px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { height: 370px; margin: -20px auto 0; transform: scale(.7); transform-origin: top center; width: 620px; left: 50%; margin-left: -310px; }
  .hero-ticker { height: 70px; overflow: hidden; }
  .ticker-row { width: max-content; gap: 28px; padding-right: 24px; }
  .ticker-row span:nth-of-type(n+4), .ticker-row i:nth-of-type(n+4) { display: none; }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 42px; }
  .service-card { padding: 28px; }
  .service-main { min-height: 540px; }
  .service-icon { width: 220px; height: 220px; }
  .service-main h3, .service-card h3 { font-size: 28px; }
  .service-dark, .service-light, .service-outline { min-height: 385px; flex-direction: column; align-items: flex-start; }
  .service-dark > div:last-child { width: 100%; }
  .bolt { margin: 35px 0 0; align-self: flex-start; }
  .coin-stack { align-self: flex-end; }
  .package-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .package-card { padding: 31px 26px; }
  .process-list { grid-template-columns: 1fr; gap: 40px; }
  .process-list li { display: grid; grid-template-columns: 35px 1fr; column-gap: 13px; }
  .process-list li > span { grid-row: span 2; margin: 2px 0 0; }
  .process-dot { display: none; }
  .process-list li > div:last-child { grid-column: 2; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-wide { grid-column: auto; }
  .portfolio-image, .portfolio-wide .portfolio-image { min-height: 290px; }
  .portfolio-card > div:last-child, .portfolio-wide > div:last-child { padding: 27px; }
  .portfolio-wide h3 { font-size: 28px; }
  .about-title h2 { font-size: 42px; }
  .about-seal { position: static; width: 130px; height: 130px; margin: 35px 0 0; }
  .about-seal strong { font-size: 36px; }
  .about-content .about-lead { font-size: 19px; }
  .benefit-list { grid-template-columns: 1fr; }
  .calculator-intro h2 { font-size: 42px; }
  .calculator-form { padding: 27px 21px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .estimate-bar { align-items: flex-start; flex-direction: column; }
  .extras { align-items: flex-start; flex-wrap: wrap; }
  .extras legend { width: 100%; margin-bottom: 12px; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row button { width: 100%; justify-content: space-between; }
  .faq-list summary { min-height: 76px; font-size: 15px; }
  .blog-heading { align-items: flex-start; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-grid article:last-child { grid-column: auto; }
  .blog-grid article { min-height: 330px; }
  .about-strip-inner { padding: 30px 0; align-items: flex-start; flex-direction: column; }
  .contact-teaser { padding: 78px 0; }
  .button-sun { width: 100%; justify-content: space-between; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding: 60px 0 48px; }
  .footer-bottom { padding: 25px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Standalone-hosting replacements for the React icon components. */
.check-static { display: inline-grid; place-items: center; flex: 0 0 auto; font-weight: 800; line-height: 1; }
.warranty-card > .check-static { width: 34px; height: 34px; padding: 7px; color: var(--ink); background: var(--sun); border-radius: 50%; }
.package-card li .check-static { width: 17px; height: 17px; color: #478662; }
.featured li .check-static { color: var(--sun); }
.benefit-list .check-static { width: 31px; height: 31px; padding: 7px; border-radius: 50%; color: var(--ink); background: var(--sun); }
.round-link { font-size: 20px; }
