
:root{
  --navy:#102f5c;
  --teal:#086a7d;
  --teal2:#2b96a2;
  --aqua:#72bec5;
  --pale:#dceff0;
  --gold:#d08b12;
  --ink:#172752;
  --line:#d9e3e6;
  --cream:#fbfaf6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{position:relative;z-index:10;background:#fff;border-bottom:1px solid #edf1f2}
.header-inner{max-width:1260px;margin:0 auto;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:0}
.brand img{width:62px;height:62px}
.brand-title{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:27px;font-weight:600;letter-spacing:.015em;line-height:1.05}
.tagline{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-size:17px;text-align:center;margin-top:6px}
.tagline b{color:var(--gold);padding:0 10px}
.nav{display:flex;gap:34px;align-items:center;font-size:13px;font-weight:600}
.nav a{text-decoration:none;padding:7px 0;border-bottom:3px solid transparent}
.nav a.active{color:var(--teal);border-color:var(--teal)}

h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-weight:500}
.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0 48%,#edf5f5 100%);padding-bottom:112px}
.home-hero-inner{max-width:1260px;margin:auto;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:42px;padding:48px 30px 24px}
.home-hero h1{font-size:clamp(42px,4.2vw,67px);line-height:1.06;margin:0 0 18px;letter-spacing:.01em}
.teal{color:var(--teal)}
.gold-rule{height:2px;width:420px;max-width:82%;background:var(--gold);margin:18px 0}
.script{font-family:"Snell Roundhand","Apple Chancery","Segoe Script","Brush Script MT",cursive;font-size:21px;color:#111f50;line-height:1.4;margin:10px 0 18px}
.lead{font-size:17px;max-width:650px}
.hero-photo{align-self:end;display:flex;align-items:flex-end;justify-content:center}
.hero-photo img{width:min(100%,520px);height:510px;object-fit:cover;object-position:center 24%;border-radius:2px}
.cta{display:inline-flex;align-items:center;gap:14px;margin-top:16px;background:linear-gradient(135deg,#d99213,#c47804);color:#fff;text-decoration:none;border-radius:7px;padding:13px 23px;box-shadow:0 3px 8px rgba(70,45,0,.12)}
.cta .phone{font-size:34px;line-height:1}
.cta small{display:block;font-size:13px;font-weight:600;text-transform:uppercase}
.cta strong{display:block;font-size:28px;line-height:1.1;letter-spacing:.015em}
.hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:145px;pointer-events:none}
.hero-wave svg{width:100%;height:100%;display:block}
.wv1{fill:#d9eef0}.wv2{fill:#9ed3d8}.wv3{fill:#59aeb8}.wv4{fill:#0e788a}

.section{max-width:1260px;margin:auto;padding:46px 30px 26px}
.partner{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:35px;max-width:1000px;margin:0 auto 20px}
.round-icon{width:122px;height:122px;border:2px solid #5ba8b4;border-radius:50%;display:grid;place-items:center;color:var(--teal);background:#fff}
.round-icon svg{width:76px;height:76px}
.section-title,.center-title{color:var(--teal);font-size:25px;line-height:1.2;margin:0 0 12px;font-weight:500}
.partner p{margin:8px 0}
.emphasis{font-weight:700;color:var(--teal)}
.center-title{text-align:center;margin:26px 0 18px}
.center-title:before,.center-title:after{content:"";display:inline-block;width:80px;height:1px;background:var(--gold);vertical-align:middle;margin:0 22px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{border:1px solid var(--line);border-radius:8px;padding:22px 22px 19px;display:flex;flex-direction:column;min-height:350px;background:#fff}
.card-top{display:grid;grid-template-columns:78px 1fr;gap:15px;align-items:start}
.card-icon,.big-icon{width:70px;height:70px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center}
.card-icon.gold,.big-icon.gold{background:var(--gold)}
.card-icon svg{width:44px;height:44px}
.card h3{font-size:19px;line-height:1.15;margin:3px 0 7px;font-weight:600}
.card em{font-family:Georgia,"Times New Roman",serif;color:#172752;font-size:14px}
.card p{font-size:14px}
.learn{margin-top:auto;text-align:center;text-decoration:none;color:var(--teal);font-size:13px;font-weight:700}
.checkup-box{border:1px solid var(--line);border-radius:8px;padding:22px 28px;margin-top:20px;display:grid;grid-template-columns:185px 1fr;gap:24px;align-items:center}
.qb-badge{border:1px solid #cfd8d9;border-radius:6px;padding:15px;text-align:center;background:#fff;color:#142653}
.qb-badge .qb{display:inline-grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#2ca01c;color:#fff;font-weight:700;margin-right:6px}
.qb-badge strong{font-size:19px}
.qb-badge span{display:block;margin-top:4px;font-size:16px}
.checkup-box h3{color:var(--teal);font-size:22px;line-height:1.15;margin:0 0 6px;font-weight:500}
.checkup-box div{font-size:14px}
.service-area{text-align:center;color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-size:18px;margin:20px 0 8px}
.service-area:before,.service-area:after{content:"";display:inline-block;width:75px;height:1px;background:var(--gold);vertical-align:middle;margin:0 22px}

.page-hero{position:relative;text-align:center;padding:42px 30px 125px;background:#fff;overflow:hidden}
.page-hero h1{font-size:48px;margin:0 0 5px;font-weight:500}
.page-hero .subtitle{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-size:22px}
.ornament{display:flex;align-items:center;justify-content:center;gap:18px;margin:10px auto 18px}
.ornament:before,.ornament:after{content:"";width:190px;height:1px;background:var(--gold)}
.ornament img{width:34px}
.page-hero p{font-size:16px}
.services-wrap{max-width:1260px;margin:0 auto;padding:20px 30px 42px}
.service-row{display:grid;grid-template-columns:145px 1fr 400px;gap:32px;align-items:center;padding:42px 0;border-bottom:1px solid var(--line)}
.service-row:last-child{border-bottom:none}
.big-icon{width:112px;height:112px}
.big-icon svg{width:70px;height:70px}
.service-copy h2{font-size:28px;margin:0 0 6px;font-weight:500}
.service-copy .sub{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-size:17px}
.service-copy p{font-size:15px}
.includes{border:1px solid #cfdadc;border-radius:10px;padding:18px 24px}
.includes h3{font-family:Arial,Helvetica,sans-serif;color:var(--teal);font-weight:700;margin:0 0 10px}
.includes.gold h3{color:var(--gold)}
.includes ul{list-style:none;padding:0;margin:0}
.includes li{padding:4px 0;font-size:14px}
.includes li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border:1.5px solid var(--teal);border-radius:50%;font-size:11px;color:var(--teal);margin-right:9px}
.includes.gold li:before{border-color:var(--gold);color:var(--gold)}

.about-hero{position:relative;max-width:1260px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;min-height:520px;padding:42px 30px 120px;overflow:hidden}
.about-hero-copy{padding:16px 24px 0 0}
.about-hero h1{font-size:52px;margin:0 0 3px;font-weight:500}
.about-hero h2{color:var(--teal);font-size:25px;line-height:1.22;margin:0 0 12px;font-weight:500}
.about-hero p{font-size:16px;max-width:510px}
.about-hero-photo img{width:100%;height:390px;object-fit:cover;border-radius:2px}
.about-grid{max-width:1260px;margin:0 auto;padding:32px 30px;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.about-grid h2{color:var(--teal);font-size:26px;font-weight:500}
.story p{margin:0 0 22px}
.values-item{display:grid;grid-template-columns:70px 1fr;gap:15px;align-items:center;margin-bottom:18px}
.value-icon{width:60px;height:60px;border-radius:50%;background:#e6f1f2;color:var(--teal);display:grid;place-items:center}
.value-icon svg{width:38px;height:38px}
.values-item h3{color:var(--teal);font-size:21px;margin:0 0 2px;font-weight:500}
.values-item p{margin:0;font-size:14px}
.team-title{text-align:center;color:var(--teal);font-size:26px;font-weight:500;margin:20px 0}
.team-title:before,.team-title:after{content:"";display:inline-block;width:85px;height:1px;background:var(--gold);vertical-align:middle;margin:0 20px}
.team-cards{max-width:1260px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1fr 1fr}
.team-card{border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:170px 1fr;gap:22px}
.team-card:first-child{border-radius:9px 0 0 9px}.team-card:last-child{border-radius:0 9px 9px 0}
.team-card img{width:160px;height:185px;object-fit:cover;border-radius:50%}
.team-card .name{font-family: Georgia, "Times New Roman", Times, serif;font-size:38px;color:#1a2761;line-height:1}
.role{color:var(--teal);font-weight:700;margin:6px 0 10px}
.team-card p{font-size:14px}
.cred-row{max-width:1260px;margin:18px auto 28px;padding:22px 30px;display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#f5f8f8}
.cred-row h3{font-family:Arial,Helvetica,sans-serif;color:var(--teal);font-size:17px;font-weight:600}
.cred{display:grid;grid-template-columns:185px 1fr;gap:20px;align-items:center}
.cred p,.experience p{font-size:14px}

.contact-hero{position:relative;min-height:530px;background:linear-gradient(rgba(247,251,251,.70),rgba(255,255,255,.40)),url("assets/contact-beach.jpg") center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:30px 20px 120px;overflow:hidden}
.contact-hero-inner{max-width:800px}
.contact-hero h1{font-size:58px;margin:0 0 10px;font-weight:500}
.contact-hero h2{color:var(--teal);font-size:28px;font-weight:500}
.contact-hero p{font-size:18px}
.contact-card{max-width:820px;margin:44px auto 70px;border:1px solid var(--line);border-radius:10px;padding:0 60px 22px}
.contact-card>h2{text-align:center;color:var(--teal);background:#fff;width:max-content;margin:-20px auto 15px;padding:0 20px;font-size:26px;font-weight:500}
.contact-line{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--gold)}
.contact-line:last-child{border-bottom:none}
.contact-icon{width:62px;height:62px;border-radius:50%;background:var(--teal);display:grid;place-items:center;color:#fff;font-size:29px}
.contact-line h3{margin:0;color:var(--navy);font-size:23px;font-weight:500}
.contact-line a,.contact-line span{text-decoration:none;font-size:21px}

.bottom-wave{height:108px;margin-top:10px;overflow:hidden}
.bottom-wave svg{width:100%;height:100%;display:block}
.bw1{fill:#d9eef0}.bw2{fill:#80c4cb}.bw3{fill:#23899a}
.footer{background:#f5fbfb;padding:8px 0 15px}
.footer-inner{max-width:1260px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1fr 1.6fr .5fr;align-items:center;gap:25px}
.signature{font-family: Georgia, "Times New Roman", Times, serif;color:#162761;font-size:44px;line-height:1}
.footer small{font-size:12px}
.footer-contact{display:flex;flex-direction:column;gap:8px;padding-left:35px;border-left:1px solid var(--gold)}
.footer-contact a{text-decoration:none;font-size:14px}
.footer-shell{width:72px;justify-self:end}
.footer-cta .footer-inner{grid-template-columns:1fr 1.3fr .4fr}
.footer-cta .cta{margin:0;justify-self:center}

/* Industry landing pages */
.industry-page{background:#f7fbfb;color:var(--ink)}
.industry-page ::selection{background:var(--aqua);color:var(--navy)}
.industry-page a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.industry-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--navy);color:#fff;padding:78px 30px 118px}
.industry-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 90% 12%,rgba(114,190,197,.35),transparent 31%),linear-gradient(118deg,#102f5c 0%,#123b64 58%,#086a7d 100%)}
.industry-hero:after{content:"";position:absolute;width:440px;height:440px;right:-145px;top:-148px;z-index:-1;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 46px rgba(255,255,255,.045),0 0 0 92px rgba(255,255,255,.035)}
.industry-hero-inner{max-width:1040px;margin:0 auto;position:relative;z-index:2}
.industry-hero h1{max-width:920px;margin:0;color:#fff;font-size:clamp(38px,5vw,68px);line-height:1.1;letter-spacing:-.025em}
.industry-hero h1 span{color:#a8e0e3}
.industry-intro{max-width:655px;margin:25px 0 0;font-size:18px;line-height:1.65;color:#effbfc}
.industry-cta{display:inline-flex;align-items:baseline;gap:12px;margin-top:31px;padding:14px 20px;border:1px solid rgba(255,255,255,.56);background:#fff;color:var(--navy);text-decoration:none;font-size:14px;font-weight:700;transition:transform .2s ease,background .2s ease}
.industry-cta strong{font-size:20px;letter-spacing:.01em}
.industry-cta:hover{transform:translateY(-2px);background:#e7f8f9}
.industry-tide{position:absolute;inset:auto -5% -68px;width:110%;height:160px;z-index:1;transform:rotate(-2deg);pointer-events:none}
.industry-tide span{position:absolute;display:block;left:-4%;width:108%;border-radius:50% 50% 0 0}
.industry-tide span:nth-child(1){height:100px;bottom:2px;background:#73bec5;opacity:.95}
.industry-tide span:nth-child(2){height:72px;bottom:-10px;background:#d8eff0}
.industry-tide span:nth-child(3){height:58px;bottom:-34px;background:#f7fbfb}
.industry-section{max-width:1100px;margin:0 auto;padding:82px 30px}
.industry-section h2{margin:0;color:var(--navy);font-size:clamp(28px,3vw,43px);line-height:1.09;letter-spacing:-.025em}
.industry-section p{font-size:17px;line-height:1.7}
.industry-opening{display:grid;grid-template-columns:1.45fr .75fr;gap:80px;align-items:center}
.industry-opening>div p{max-width:690px;margin:20px 0 0}
.industry-note{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:26px 0 26px 30px;border-left:1px solid var(--gold);color:var(--teal)}
.industry-note span{font-size:11px;font-weight:700;letter-spacing:.16em}
.industry-note strong{margin-top:12px;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.35;font-weight:500}
.industry-routine{padding-top:44px;background:#e7f3f4;max-width:none;padding-left:max(30px,calc((100vw - 1040px)/2));padding-right:max(30px,calc((100vw - 1040px)/2))}
.industry-routine>h2{max-width:760px;color:var(--teal)}
.industry-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:42px}
.industry-steps article{padding-top:19px;border-top:2px solid #8a5707}
.industry-steps span{color:#8a5707;font-size:12px;font-weight:700;letter-spacing:.05em}
.industry-steps h3{margin:13px 0 6px;color:var(--navy);font-size:24px;line-height:1.18}
.industry-steps p{margin:0;font-size:15px;line-height:1.65}
.industry-start{display:grid;grid-template-columns:1.1fr .9fr;gap:84px;align-items:start}
.industry-start p{max-width:610px;margin:20px 0 0}
.industry-service-links{border-top:1px solid #adc9cd}
.industry-service-links a{display:flex;justify-content:space-between;gap:15px;padding:17px 0;border-bottom:1px solid #adc9cd;color:var(--teal);text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:21px;transition:padding .2s ease,color .2s ease}
.industry-service-links a:hover{padding-left:9px;color:var(--navy)}
.industry-service-links b{color:#8a5707;font-family:Arial,Helvetica,sans-serif}
.industry-close{padding:75px 30px 82px;background:var(--navy);color:#fff;text-align:center}
.industry-close h2{max-width:720px;margin:0 auto;color:#fff;font-size:clamp(29px,3.5vw,46px);line-height:1.2;font-weight:500}
.industry-close .industry-cta{border-color:#925e0b;background:#925e0b;color:#fff;box-shadow:none}
.industry-close .industry-cta:hover{background:#714005}
.industry-footer{max-width:1100px;margin:0 auto;padding:31px 30px;display:flex;justify-content:space-between;gap:30px;align-items:center;background:#f7fbfb;color:var(--navy)}
.industry-footer>div{display:flex;flex-direction:column;gap:6px;font-size:13px}.industry-footer>div a{font-weight:700}.industry-footer>div span{color:var(--teal)}
.industry-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 22px}.industry-footer nav a{color:var(--teal);font-size:13px;text-decoration:none}.industry-footer nav a:hover{text-decoration:underline;text-underline-offset:4px}
.industry-spas .industry-hero:before{background:radial-gradient(circle at 88% 12%,rgba(208,139,18,.29),transparent 31%),linear-gradient(118deg,#102f5c 0%,#305c6c 58%,#086a7d 100%)}
.industry-salons .industry-hero:before{background:radial-gradient(circle at 88% 12%,rgba(208,139,18,.28),transparent 31%),linear-gradient(118deg,#102f5c 0%,#4c6073 58%,#086a7d 100%)}
.industry-handyman .industry-hero:before{background:radial-gradient(circle at 88% 12%,rgba(208,139,18,.38),transparent 31%),linear-gradient(118deg,#102f5c 0%,#234a62 58%,#2b7782 100%)}
.industry-trades .industry-hero:before{background:radial-gradient(circle at 88% 12%,rgba(208,139,18,.38),transparent 31%),linear-gradient(118deg,#102f5c 0%,#1c5470 58%,#086a7d 100%)}
.industry-cleaners .industry-hero:before{background:radial-gradient(circle at 88% 12%,rgba(208,139,18,.25),transparent 31%),linear-gradient(118deg,#102f5c 0%,#22667c 58%,#23899a 100%)}

@media(max-width:900px){
 .header-inner{padding:16px 18px;flex-direction:column;gap:12px}
 .brand-title{font-size:23px}.brand img{width:50px;height:50px}
 .nav{gap:22px}
 .home-hero-inner,.about-hero{grid-template-columns:1fr}
 .hero-photo img{height:auto;max-height:560px}
 .partner{grid-template-columns:1fr;text-align:center}.round-icon{margin:auto}
 .cards{grid-template-columns:1fr}
 .card{min-height:0}
 .service-row{grid-template-columns:110px 1fr}.includes{grid-column:1/-1}
 .about-hero-photo img{height:auto}
 .about-grid,.team-cards,.cred-row{grid-template-columns:1fr}
 .team-card{border-radius:9px!important}
 .footer-inner,.footer-cta .footer-inner{grid-template-columns:1fr;text-align:center}
 .footer-contact{border-left:none;padding-left:0}
 .footer-shell{justify-self:center}
 .footer-cta .cta{justify-self:center}
}
@media(max-width:620px){
 .header-inner{align-items:stretch}
 .brand{justify-content:center}.brand-title{font-size:18px}.tagline{font-size:13px}
 .nav{justify-content:space-around;gap:7px;font-size:11px}
 .home-hero-inner{padding:30px 18px 18px}
 .home-hero h1{font-size:36px}
 .script{font-size:18px}
 .hero{padding-bottom:90px}.hero-wave{height:112px}
 .cta{width:100%;justify-content:center;padding:11px}.cta strong{font-size:24px}
 .section{padding:35px 18px}
 .center-title:before,.center-title:after,.service-area:before,.service-area:after,.team-title:before,.team-title:after{width:34px;margin:0 8px}
 .card-top{grid-template-columns:65px 1fr}.card-icon{width:58px;height:58px}
 .checkup-box{grid-template-columns:1fr}
 .page-hero{padding:32px 18px 95px}.page-hero h1{font-size:39px}.ornament:before,.ornament:after{width:75px}
 .services-wrap{padding:0 18px 28px}.service-row{grid-template-columns:1fr;padding:30px 0}.big-icon{margin:auto}.includes{grid-column:auto}
 .about-hero{padding:28px 18px 95px}.about-hero h1{font-size:42px}.about-hero h2{font-size:21px}
 .about-grid,.team-cards,.cred-row{padding-left:18px;padding-right:18px}
 .team-card{grid-template-columns:1fr;text-align:center}.team-card img{margin:auto;width:170px;height:190px}
 .cred{grid-template-columns:1fr}
 .contact-hero{min-height:460px;padding-bottom:100px}.contact-hero h1{font-size:43px}.contact-hero h2{font-size:24px}
 .contact-card{margin:35px 18px 55px;padding:0 20px 16px}
 .contact-line{grid-template-columns:58px 1fr;gap:14px}.contact-icon{width:50px;height:50px;font-size:23px}
 .contact-line a,.contact-line span{font-size:16px;overflow-wrap:anywhere}
 .bottom-wave{height:82px}
 .signature{font-size:38px}
}


/* CONTACT PAGE ONLY — restored approved full beach hero composition */
.contact-approved .contact-hero{
  min-height: 610px;
  background:
    linear-gradient(rgba(247,251,251,.34),rgba(255,255,255,.12)),
    url("assets/contact-beach.jpg") center 48% / cover no-repeat;
  padding: 105px 20px 120px;
  align-items: flex-start;
}
.contact-approved .contact-hero-inner{
  margin-top: 0;
}
.contact-approved .contact-hero h1{
  margin-top: 0;
}
@media(max-width:620px){
  .contact-approved .contact-hero{
    min-height: 540px;
    padding: 78px 18px 100px;
    background-position:center 48%;
  }
}


/* CONTACT PAGE ONLY — no-crop responsive hero image.
   The image itself sets the section height; no background-size: cover is used. */
.contact-approved .contact-hero.contact-hero-nocrop{
  position:relative;
  display:block;
  min-height:0;
  padding:0;
  background:none;
  overflow:hidden;
}
.contact-approved .contact-hero-nocrop .contact-hero-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center top;
}
.contact-approved .contact-hero-nocrop .contact-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  padding:9% 20px 12%;
  background:linear-gradient(rgba(247,251,251,.20),rgba(255,255,255,.05));
}
.contact-approved .contact-hero-nocrop .contact-hero-inner{
  margin:0;
  max-width:800px;
}
.contact-approved .contact-hero-nocrop .hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
}
@media(max-width:620px){
  .contact-approved .contact-hero-nocrop .contact-hero-overlay{
    padding:7% 14px 13%;
  }
  .contact-approved .contact-hero-nocrop .contact-hero h1{
    font-size:clamp(28px,8vw,43px);
  }
  .contact-approved .contact-hero-nocrop .contact-hero h2{
    font-size:clamp(18px,5vw,24px);
  }
  .contact-approved .contact-hero-nocrop .contact-hero p{
    font-size:clamp(12px,3.5vw,16px);
  }
}

/* CONTACT RESTORED FROM APPROVED REFERENCE */
.contact-approved .contact-hero.contact-hero-restored{
 position:relative;display:flex;min-height:615px;padding:115px 20px 105px;
 align-items:flex-start;justify-content:center;text-align:center;
 background:url("assets/contact-beach.jpg") center top/100% 100% no-repeat;
 overflow:hidden;
}
.contact-approved .contact-hero-restored .contact-hero-inner{
 position:relative;z-index:2;margin:0;max-width:800px;
}
.contact-approved .contact-hero-restored .hero-wave{display:none}
@media(max-width:620px){
 .contact-approved .contact-hero.contact-hero-restored{
  min-height:520px;padding:72px 16px 85px;
  background-size:auto 100%;background-position:center top;
 }
}

/* FINAL CONTACT HERO: exact approved reference crop, with no CSS cropping or reconstruction. */
.contact-approved .contact-hero.contact-hero-approved-final{
  display:block;
  position:relative;
  min-height:0;
  padding:0;
  margin:0;
  background:none;
  overflow:hidden;
}
.contact-approved .contact-hero-approved-final .contact-reference-photo{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:top center;
}
@media(max-width:620px){
  .contact-approved .contact-hero.contact-hero-approved-final{
    min-height:0;
    padding:0;
  }
 .contact-approved .contact-hero-approved-final .contact-reference-photo{
    width:100%;
    height:auto;
  }
}

@media(max-width:900px){
 .industry-opening,.industry-start{grid-template-columns:1fr;gap:32px}
 .industry-note{min-height:0;padding:23px 0 23px 24px}
 .industry-steps{gap:28px}
 .industry-footer{align-items:flex-start;flex-direction:column}.industry-footer nav{justify-content:flex-start}
}
@media(max-width:620px){
 .industry-hero{padding:54px 18px 92px}.industry-hero:after{width:285px;height:285px;right:-125px;top:-100px}
 .industry-hero h1{font-size:36px}.industry-intro{font-size:16px;line-height:1.6}
 .industry-cta{width:100%;justify-content:space-between;gap:7px;padding:13px 14px;font-size:12px}.industry-cta strong{font-size:17px}
 .industry-section{padding:56px 18px}.industry-section h2{font-size:30px}.industry-section p{font-size:16px}
 .industry-routine{padding-left:18px;padding-right:18px}.industry-steps{grid-template-columns:1fr;gap:25px;margin-top:31px}.industry-steps h3{font-size:22px}
 .industry-close{padding:58px 18px 64px}.industry-footer{padding:28px 18px}.industry-footer nav{gap:8px 16px}
}
