:root{--ral-primary:#003153;--ral-secondary:#383e42;--ral-accent:#f44611;--ral-background:#f1f0ea;--ral-text-dark:#0e0e10;--color-surface:#fff;--color-border:#383e4238;--color-border-strong:#383e4266;--color-muted-surface:#383e4214;--color-on-dark:#fff;--color-on-accent:var(--ral-text-dark);--shadow-card:0 2px 10px #0e0e1014;--shadow-card-hover:0 4px 18px #0e0e1021}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--ral-background);color:var(--ral-text-dark);min-height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:var(--ral-primary);border-bottom:3px solid var(--ral-accent);z-index:999;justify-content:center;align-items:center;width:100%;height:6rem;font-family:Inter,Source Sans Pro,Arial,sans-serif;display:flex;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;gap:28px;width:100%;max-width:1200px;padding:0 20px;display:flex;position:relative}.navbar-logo{color:var(--color-on-dark);white-space:nowrap;align-items:center;gap:14px;font-size:1.25rem;font-weight:700;line-height:1.2;text-decoration:none;display:flex}.nav-logo{image-rendering:auto;width:auto;height:5rem;display:block}.nav-dropdown{align-items:center;gap:24px;display:flex}.nav-menu{align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.nav-item{display:flex}.nav-links,.nav-contact{color:var(--color-on-dark);border-radius:4px;align-items:center;min-height:44px;padding:0 14px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.nav-links:hover,.nav-links.active-link{color:var(--ral-accent)}.nav-contact{background:var(--ral-accent);border:1px solid var(--ral-accent);color:var(--color-on-accent);padding:0 18px}.nav-contact:hover,.nav-contact.active-link{color:var(--ral-accent);background:0 0}.menu-toggle{cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.menu-toggle span{background:var(--color-on-dark);border-radius:999px;width:20px;height:2px;transition:opacity .2s,transform .2s;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px)rotate(-45deg)}@media screen and (width<=768px){.navbar{height:5rem}.navbar-container{gap:16px}.navbar-logo{white-space:normal;min-width:0;font-size:1.05rem}.nav-logo{height:2rem}.menu-toggle{flex:none;display:flex}.nav-dropdown{background:var(--ral-primary);opacity:0;pointer-events:none;visibility:hidden;border:1px solid #ffffff1f;border-radius:0 0 6px 6px;align-items:stretch;gap:10px;padding:12px;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:calc(100% + 18px);left:20px;right:20px;transform:translateY(-8px);box-shadow:0 18px 32px #0e0e103d}.nav-dropdown.active{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.nav-menu{align-items:stretch;gap:6px;display:grid}.nav-item{display:block}.nav-links,.nav-contact{justify-content:center;width:100%;min-height:48px}}*{box-sizing:border-box;max-width:100%;margin:0;padding:0;font-family:PT Sans,sans-serif}.clients-section{background:var(--ral-background);color:var(--ral-primary);padding:8px 20px 56px}.clients-section__content{max-width:1200px;margin:0 auto}.clients-section__header{text-align:center;margin-bottom:24px}.clients-section__header h2,.clients-cta h2{color:var(--ral-primary);margin:0;font-size:2rem;font-weight:700}.clients-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin:0;padding:0;list-style:none;display:grid}.client-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:6px;flex-direction:column;align-items:stretch;gap:20px;min-height:260px;padding:24px;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex}.client-card:hover{border-color:var(--ral-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.client-card__copy{align-items:flex-start;gap:14px;display:flex}.client-card__marker{background:var(--ral-accent);border-radius:2px;flex:none;width:10px;height:10px;margin-top:8px}.client-card p{color:var(--ral-secondary);margin:0;font-size:1.05rem;font-weight:600;line-height:1.5}.client-card__image-frame{aspect-ratio:4/3;background:var(--color-muted-surface);color:var(--ral-secondary);border-radius:4px;justify-content:center;align-items:center;width:100%;margin-top:auto;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}.client-card__image-frame img{object-fit:cover;width:100%;height:100%;display:block}.clients-cta{background:var(--color-surface);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);text-align:center;border-radius:6px;margin-top:28px;padding:30px 40px}.clients-cta p{color:var(--ral-secondary);max-width:760px;margin:16px auto 0;font-size:1.1rem;line-height:1.8}@media (width<=1024px){.clients-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.clients-section{padding:16px 20px 40px}.clients-section__header h2,.clients-cta h2{font-size:1.6rem}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.client-card{min-height:auto;padding:16px}.client-card__copy{gap:10px}.client-card__marker{width:8px;height:8px;margin-top:7px}.client-card p{font-size:.95rem;line-height:1.4}.client-card__image-frame{aspect-ratio:4/3}.clients-cta{text-align:left;padding:24px 25px}.clients-cta p{font-size:1rem}}@media (width<=430px){.clients-grid{grid-template-columns:1fr}}.hero-container{justify-content:center;align-items:center;width:100%;min-height:85vh;padding:72px 20px;display:flex;position:relative;overflow:hidden}.hero-container:before{content:"";z-index:1;background:linear-gradient(90deg,#003153c2,#0031536b),linear-gradient(#00315314,#0031536b);position:absolute;inset:0}.hero-container video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-content{color:var(--color-on-dark);text-align:left;z-index:2;width:100%;max-width:1120px;margin:0 auto;position:relative}.hero-logo{width:34vw;max-width:220px;height:auto;filter:drop-shadow(1px 0 0 var(--ral-accent)) drop-shadow(-1px 0 0 var(--ral-accent)) drop-shadow(0 1px 0 var(--ral-accent)) drop-shadow(0 -1px 0 var(--ral-accent));margin-bottom:22px;display:block}.hero-kicker{color:#ffffffd1;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:1rem;font-weight:700}.hero-content h1{color:var(--color-on-dark);max-width:940px;margin:0;font-size:clamp(2.25rem,5vw,4.6rem);font-weight:700;line-height:1.05}.hero-subtitle{color:var(--color-on-dark);margin:22px 0 0;font-size:clamp(1.25rem,2.2vw,1.8rem);font-weight:700;line-height:1.35}.hero-description{color:#ffffffe0;max-width:820px;margin:20px 0 0;font-size:1.1rem;line-height:1.8}.hero-cta{background:var(--ral-accent);border:1px solid var(--ral-accent);color:var(--color-on-accent);border-radius:4px;justify-content:center;align-items:center;min-height:48px;margin-top:26px;padding:0 22px;font-size:1rem;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.hero-cta:hover{color:var(--ral-accent);background:0 0;transform:translateY(-2px)}.hero-proof-list{gap:12px;max-width:760px;margin:28px 0 0;padding:0;list-style:none;display:grid}.hero-proof-list li{color:var(--color-on-dark);padding-left:30px;font-size:1.05rem;font-weight:700;line-height:1.5;position:relative}.hero-proof-list li:before{background:var(--ral-accent);border:1px solid var(--ral-accent);content:"";border-radius:2px;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;top:.35rem;left:0}@media screen and (width<=768px){.hero-container{align-items:flex-end;min-height:82vh;padding:56px 20px 48px}.hero-logo{max-width:150px}.hero-description{font-size:1rem;line-height:1.7}.hero-proof-list li{font-size:1rem}}.footer-container{background:var(--ral-primary);border-top:3px solid var(--ral-accent);color:#ffffffe6;padding:42px 20px 22px}.footer-content{grid-template-columns:minmax(0,1.4fr) minmax(220px,.7fr) minmax(160px,.5fr);gap:36px;max-width:1200px;margin:0 auto;display:grid}.footer-brand p{color:#ffffffc2;max-width:520px;margin:16px 0 0;font-size:1rem;line-height:1.7}.footer-logo{color:var(--color-on-dark);align-items:center;gap:14px;width:fit-content;font-size:1.25rem;font-weight:700;line-height:1.2;text-decoration:none;display:flex}@media screen and (width<=768px){.footer-logo{margin:0 auto}}.footer-logo img{image-rendering:auto;width:auto;height:5rem;display:block}.footer-nav,.footer-contact{flex-direction:column;gap:10px;display:flex}.footer-nav h2,.footer-contact h2,.footer-contact h3{color:var(--color-on-dark);margin:0 0 4px;font-size:1rem;font-weight:700}.footer-contact h2 a{color:inherit;font:inherit}.footer-nav a,.footer-contact a,.footer-contact span{color:#ffffffd1;font-size:1rem;line-height:1.5;text-decoration:none;transition:color .2s}.footer-nav a:hover,.footer-contact a:hover{color:var(--ral-accent)}.footer-bottom{border-top:1px solid #ffffff1a;max-width:1200px;margin:34px auto 0;padding-top:18px}.footer-bottom small{color:#ffffffad;font-size:.92rem}.footer-divider{background:#ffffff1a;height:1px;margin:10px 0}.footer-nav.legal{opacity:.5}@media screen and (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr}.footer-brand p{max-width:none}.footer-divider{margin:10px auto}}.home-container{background-color:var(--ral-background);max-width:1200px;margin:0 auto;padding:40px 20px 6px}.home-header{text-align:center;margin-bottom:40px}.home-header h1{color:var(--ral-primary);margin:0;font-size:2.5rem;font-weight:700}.home-header p{color:var(--ral-secondary);max-width:850px;margin:18px auto 0;font-size:1.1rem;line-height:1.8}.home-section{margin-bottom:40px}.home-section:last-child{margin-bottom:0}.section-card{background:var(--color-surface);box-shadow:var(--shadow-card);border-left:4px solid var(--ral-primary);border-radius:6px;padding:30px 40px}.section-card h2{color:var(--ral-primary);border-bottom:1px solid var(--color-border);margin-bottom:20px;padding-bottom:10px;font-size:1.8rem}.section-card p{color:var(--ral-secondary);margin-bottom:15px;font-size:1.1rem;line-height:1.8}.section-card p:last-child{margin-bottom:0}.why-choose-us{text-align:center}.why-choose-us h2{color:var(--ral-primary);margin-bottom:30px;font-size:2rem}.features-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.feature-item{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:6px;padding:25px;transition:transform .3s,box-shadow .3s}.feature-item:hover{border-color:var(--ral-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-5px)}.feature-item h3{color:var(--ral-primary);margin-bottom:10px;font-size:1.3rem}.feature-item p{color:var(--ral-secondary);margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){.home-header h1{font-size:1.8rem}.home-header p{font-size:1rem}.section-card{padding:20px 25px}.section-card h2{font-size:1.5rem}.section-card p{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:0}.feature-item{box-shadow:none;border-radius:0;padding:18px 20px}.feature-item:first-child{border-radius:6px 6px 0 0}.feature-item:last-child{border-radius:0 0 6px 6px}.feature-item+.feature-item{border-top:0}.feature-item:hover{transform:none}.feature-item h3{margin-bottom:6px;font-size:1.12rem}.feature-item p{font-size:.96rem;line-height:1.5}.why-choose-us h2{margin-bottom:18px;font-size:1.6rem}}.services-container{background:var(--ral-background);max-width:1200px;margin:0 auto;padding:40px 20px 56px}.services-hero{background:var(--color-surface);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);text-align:center;border-radius:6px;margin-bottom:32px;padding:36px 40px}.services-hero h1{color:var(--ral-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.services-hero p{color:var(--ral-secondary);max-width:920px;margin:18px auto 0;font-size:1.15rem;line-height:1.8}.services-list{gap:24px;display:grid}.service-card,.service-card__media,.service-card__body{box-sizing:border-box}.service-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:6px;grid-template-columns:minmax(260px,.86fr) minmax(0,1.14fr);align-items:stretch;padding:0;display:grid;position:relative;overflow:hidden}.service-card:nth-child(2n){grid-template-columns:minmax(0,1.14fr) minmax(260px,.86fr)}.service-card__media{background:linear-gradient(135deg, #003153d1, #383e426b), var(--color-muted-surface);color:#ffffffc7;justify-content:center;align-items:center;min-height:0;font-size:.95rem;font-weight:700;display:flex;position:relative;overflow:hidden}.service-card:nth-child(2n) .service-card__media{grid-area:1/2}.service-card__media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.service-card__body{background:var(--color-surface);border-left:1px solid var(--color-border);z-index:1;flex-direction:column;gap:22px;min-width:0;min-height:0;padding:34px 40px;display:flex;position:relative}.service-card:nth-child(2n) .service-card__body{border-left:0;border-right:1px solid var(--color-border);grid-area:1/1}.service-card__header h2{border-bottom:1px solid var(--color-border);color:var(--ral-primary);margin:0 0 16px;padding-bottom:12px;font-size:1.65rem;line-height:1.3}.service-card__summary{color:var(--ral-primary);margin:0 0 12px;font-size:1.1rem;font-weight:700;line-height:1.5}.service-card__description{color:var(--ral-secondary);margin:0;font-size:1rem;line-height:1.7}.service-card__items{gap:12px;margin:0;padding:0;list-style:none;display:grid}.service-card__items>li{color:var(--ral-secondary);padding-left:22px;font-size:1rem;line-height:1.55;position:relative}.service-card__items>li:before{background:var(--ral-accent);content:"";border-radius:2px;width:8px;height:8px;position:absolute;top:.55rem;left:0}.service-card__items>li>span{font-weight:600}.service-card__items ul{gap:8px;margin:10px 0 2px;padding:0;list-style:none;display:grid}.service-card__items ul li{color:var(--ral-secondary);padding-left:18px;font-size:.98rem;line-height:1.45;position:relative}.service-card__items ul li:before{background:var(--color-border-strong);content:"";width:9px;height:2px;position:absolute;top:.72rem;left:0}@media (width<=900px){.service-card{min-height:0;display:block}.service-card__media,.service-card:nth-child(2n) .service-card__media{aspect-ratio:16/9;grid-area:auto;height:auto;min-height:220px}.service-card__body,.service-card:nth-child(2n) .service-card__body{border-left:0;border-right:0;border-top:1px solid var(--color-border);grid-area:auto;width:100%;min-height:0}}@media (width<=768px){.services-container{padding:32px 20px 40px}.services-hero,.service-card__body,.service-card:nth-child(2n) .service-card__body{padding:24px 25px}.service-card__items>li,.service-card__items ul li{overflow-wrap:anywhere}.services-hero{text-align:center}.services-hero h1{font-size:1.8rem}.services-hero p{font-size:1rem}.service-card__header h2{font-size:1.45rem}}.about-page{background:var(--ral-background);color:var(--ral-text-dark);padding:40px 20px 56px}.about-hero,.about-firm,.about-brant,.about-columns,.about-grid,.about-process{max-width:1200px;margin:0 auto}.about-hero{box-shadow:var(--shadow-card);color:var(--color-on-dark);background:linear-gradient(135deg,#003153f7,#1c485df0);border-radius:6px;grid-template-columns:1fr;align-items:center;gap:28px;margin-bottom:30px;padding:44px;display:grid;position:relative;overflow:hidden}.about-hero:after{content:"";opacity:.18;background:url(/images/alt-service-manifold-pump-station-piping.jpg) 50%/cover;position:absolute;inset:0}.about-hero__content,.about-hero__panel{z-index:1;position:relative}.about-hero__content{text-align:center;place-self:center;max-width:920px}.about-kicker{color:var(--ral-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.88rem;font-weight:800;line-height:1.3}.about-hero h1,.about-firm__copy h2,.about-brant__copy h2,.about-card h2,.about-process__intro h2,.about-step h3{letter-spacing:0;margin:0;font-weight:750;line-height:1.18}.about-hero h1{color:var(--color-on-dark);max-width:980px;font-size:clamp(2.15rem,4vw,4rem)}.about-hero p:last-child{color:var(--color-on-dark);max-width:820px;margin:20px 0 0;font-size:1.18rem;line-height:1.75}.about-hero__panel{background:#fffffff0;border:1px solid #ffffff8c;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));place-self:center;width:100%;max-width:980px;display:grid;box-shadow:0 20px 45px #0e0e102e}.about-proof{border-bottom:0;border-right:1px solid var(--color-border);text-align:center;padding:22px}.about-proof:last-child{border-right:0}.about-proof strong{color:var(--ral-primary);margin-bottom:8px;font-size:1.7rem;line-height:1;display:block}.about-proof span{color:var(--ral-secondary);font-size:.98rem;line-height:1.45;display:block}.about-firm{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);border-radius:6px;margin-bottom:28px;padding:36px 40px}.about-firm__copy{max-width:920px}.about-brant{margin-bottom:28px}.about-brant__card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);border-radius:6px;grid-template-columns:minmax(230px,.55fr) minmax(0,1.45fr);gap:28px;padding:24px;display:grid}.about-brant__identity{align-content:end;gap:16px;min-height:0;display:grid}.about-headshot{aspect-ratio:4/5;background:linear-gradient(135deg, #00315314, #f4461114), var(--color-muted-surface);color:var(--ral-secondary);border-radius:6px;justify-content:center;align-items:center;width:100%;max-height:300px;font-size:1rem;font-weight:800;display:flex;overflow:hidden}.about-brant__name{border-left:4px solid var(--ral-primary);padding-left:18px}.about-brant__name h2{color:var(--ral-primary);margin:0;font-size:1.65rem;font-weight:750;line-height:1.18}.about-brant__name p:last-child{color:var(--ral-secondary);margin:8px 0 0;font-size:1rem;line-height:1.5}.about-card,.about-process{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:6px}.about-brant__copy{align-content:center;padding:4px 10px 4px 0;display:grid}.about-firm__copy h2,.about-brant__copy h2,.about-card h2,.about-process__intro h2{color:var(--ral-primary);font-size:1.85rem}.about-firm__copy p,.about-card p,.about-step p{color:var(--ral-secondary);font-size:1.05rem;line-height:1.75}.about-firm__copy p{margin:18px 0 0}.about-firm__copy ul{gap:12px;margin:22px 0 0;padding:0;list-style:none;display:grid}.about-firm__copy li{color:var(--ral-secondary);padding-left:22px;font-size:1rem;line-height:1.55;position:relative}.about-firm__copy li:before{background:var(--ral-accent);content:"";border-radius:2px;width:8px;height:8px;position:absolute;top:.55rem;left:0}.about-brant__copy ul{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.about-brant__copy li{color:var(--ral-secondary);padding-left:22px;font-size:.98rem;line-height:1.45;position:relative}.about-brant__copy li:before{background:var(--ral-accent);content:"";border-radius:2px;width:8px;height:8px;position:absolute;top:.55rem;left:0}.about-columns{grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:24px;margin-bottom:24px;display:grid}.about-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:28px;display:grid}.about-grid--single{grid-template-columns:1fr}.about-card{border-left:4px solid var(--ral-primary);padding:30px 34px}.about-card--accent{border-left-color:var(--ral-primary)}.about-card h2{border-bottom:1px solid var(--color-border);padding-bottom:10px}.about-card p{margin:18px 0 0}.about-card ul{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.about-card li{color:var(--ral-secondary);padding-left:22px;font-size:1rem;line-height:1.55;position:relative}.about-card li:before{background:var(--ral-accent);content:"";border-radius:2px;width:8px;height:8px;position:absolute;top:.55rem;left:0}.about-process{padding:34px}.about-process__intro{max-width:720px}.about-process__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px;display:grid}.about-step{border-left:3px solid var(--ral-accent);padding:0 0 0 18px}.about-step span{color:var(--ral-accent);margin-bottom:10px;font-size:.9rem;font-weight:800;display:block}.about-step h3{color:var(--ral-primary);font-size:1.18rem}.about-step p{margin:10px 0 0;font-size:.98rem}@media (width<=960px){.about-hero,.about-brant__card,.about-columns,.about-grid,.about-process__steps{grid-template-columns:1fr}.about-hero__panel{grid-template-columns:1fr;align-self:stretch}.about-proof{border-bottom:1px solid var(--color-border);border-right:0}.about-proof:last-child{border-bottom:0}.about-brant__identity{min-height:0}}@media (width<=680px){.about-page{padding:30px 16px 46px}.about-hero,.about-firm,.about-brant__card,.about-card,.about-process{padding:24px}.about-brant__copy{padding:0}.about-hero h1{font-size:2rem}.about-hero p:last-child,.about-firm__copy p,.about-card p{font-size:1rem}.about-firm__copy h2,.about-brant__copy h2,.about-card h2,.about-process__intro h2{font-size:1.45rem}.about-headshot{max-height:280px}.about-proof{padding:18px}}.contact-page{background:var(--ral-background);padding:40px 20px 56px}.contact-hero,.contact-panel{max-width:1200px;margin:0 auto}.contact-hero{background:var(--color-surface);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);border-radius:6px;margin-bottom:28px;padding:36px 40px}.contact-kicker{color:var(--ral-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.92rem;font-weight:700}.contact-hero h1{color:var(--ral-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.contact-hero p:last-child{color:var(--ral-secondary);max-width:860px;margin:18px 0 0;font-size:1.1rem;line-height:1.8}.contact-details{grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0 0;display:grid}.contact-detail{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:18px}.contact-detail dt{color:var(--ral-primary);margin-bottom:8px;font-size:.9rem;font-weight:700}.contact-detail dd{color:var(--ral-text-dark);margin:0;font-size:1rem;font-weight:700;line-height:1.5}.contact-panel{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:6px;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:32px;padding:30px 40px;display:grid}.contact-photo{background:linear-gradient(135deg, #00315314, #f4461114), var(--color-muted-surface);color:var(--ral-secondary);border-radius:6px;justify-content:center;align-items:center;min-height:420px;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.contact-form{gap:18px;display:grid}.form-field{gap:8px;display:grid}.form-field label{color:var(--ral-primary);font-size:.98rem;font-weight:700}.form-field input,.form-field textarea{background:var(--color-surface);border:1px solid var(--color-border-strong);color:var(--ral-text-dark);font:inherit;border-radius:4px;width:100%;padding:12px 14px;line-height:1.5}.form-field textarea{resize:vertical}.form-field input:focus,.form-field textarea:focus{border-color:var(--ral-accent);outline:none;box-shadow:0 0 0 3px #f446112e}.contact-submit{background:var(--ral-accent);border:1px solid var(--ral-accent);color:var(--color-on-accent);cursor:pointer;font:inherit;border-radius:4px;justify-self:start;min-height:46px;padding:0 24px;font-weight:700;transition:background-color .2s,border-color .2s}.contact-submit:hover{background:var(--color-surface);border-color:var(--ral-accent)}@media (width<=900px){.contact-details,.contact-panel{grid-template-columns:1fr}.contact-photo{min-height:280px}}@media (width<=768px){.contact-page{padding:32px 20px 40px}.contact-hero,.contact-panel{padding:24px 25px}.contact-hero h1{font-size:1.8rem}.contact-hero p:last-child{font-size:1rem}.contact-submit{justify-self:stretch}}.legal-page{background:var(--ral-background);padding:40px 20px 56px}.legal-document{background:var(--color-surface);border-left:4px solid var(--ral-primary);box-shadow:var(--shadow-card);color:var(--ral-secondary);border-radius:6px;max-width:960px;margin:0 auto;padding:36px 40px}.legal-header{border-bottom:1px solid var(--color-border);margin-bottom:28px;padding-bottom:20px}.legal-kicker{color:var(--ral-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.92rem;font-weight:700}.legal-header h1{color:var(--ral-primary);margin:0 0 10px;font-size:2.35rem;line-height:1.2}.legal-header p:last-child{color:var(--ral-secondary);margin:0}.legal-document section{margin-bottom:26px}.legal-document h2{color:var(--ral-primary);margin:0 0 10px;font-size:1.28rem;line-height:1.35}.legal-document p,.legal-document li{font-size:1rem;line-height:1.75}.legal-document p{margin:0 0 12px}.legal-document ul{margin:10px 0 0;padding-left:22px}.legal-document a{color:var(--ral-primary);font-weight:700}.legal-note{background:var(--color-muted-surface);color:var(--ral-secondary);border-radius:4px;margin:30px 0 0;padding:16px 18px}@media (width<=768px){.legal-page{padding:32px 20px 44px}.legal-document{padding:26px 24px}.legal-header h1{font-size:1.8rem}}
