@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#123d31;--paper:#f6f6f0;--gold:#f0be43;--ink:#172b23}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #c59413;outline-offset:6px}img{display:block;max-width:100%}.header{height:105px;display:flex;align-items:center;justify-content:space-between;max-width:1536px;margin:auto;padding:0 4%}.brand{display:flex;gap:11px;align-items:center;line-height:1.1;font-family:'Manrope',Arial,sans-serif;font-size:25px;font-weight:800;letter-spacing:-1px}.brand small{display:block;font-size:13px;letter-spacing:2.2px;margin-top:5px}.header nav{display:flex;gap:35px;font-size:14px}.header nav a:hover{color:#73866b}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--green);color:white;border-radius:40px;padding:17px 27px;font-weight:500;font-size:15px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#245943}.button span{font-size:23px;line-height:1}.button.small{padding:13px 23px}.button.yellow{background:var(--gold);color:var(--ink)}.button.yellow:hover{background:#ffd266}.hero{position:relative;margin:0 22px;min-height:710px;height:calc(100svh - 128px);max-height:960px;border-radius:24px;overflow:hidden;color:white}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero-shade{background:linear-gradient(90deg,rgba(9,32,22,.77),rgba(9,32,22,.3) 48%,rgba(9,32,22,.06)),linear-gradient(0deg,rgba(8,25,18,.58),transparent 40%)}.hero-content{position:relative;padding:62px 4.4%}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;margin:0 0 25px}.green{color:#466351}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif;font-weight:400;letter-spacing:-.055em}h1{font-size:clamp(80px,8.8vw,140px);line-height:1.04;margin-bottom:23px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em}h1 em{color:#e8d993}.hero-description{font-size:17px;line-height:1.6;margin-bottom:28px;color:#f1f3eb}.hero-bottom{position:absolute;bottom:32px;left:4.4%;right:4.4%;display:flex;justify-content:space-between;align-items:end;font-size:14px;line-height:1.5}.hero-bottom a{border-bottom:1px solid #ffffff77;padding:10px 0}.hero-bottom a span{margin-left:36px}.hero-index{position:absolute;right:4.4%;top:65px;font-size:12px;letter-spacing:2px}.assurance{display:flex;justify-content:space-between;margin:0 6%;padding:28px 0;border-bottom:1px solid #ced5ca;font-size:14px}.assurance span::before{content:'✦';color:#8b9b70;margin-right:13px}.section{max-width:1420px;margin:auto;padding:110px 5%}.about{display:grid;grid-template-columns:1.15fr 1fr;gap:8%;align-items:center}h2{font-size:clamp(42px,4.5vw,68px);line-height:1.12;margin-bottom:25px}.about-copy{max-width:475px;padding-top:28px}.about-copy p{color:#59625a;margin-bottom:23px}.text-link{display:inline-flex;gap:50px;border-bottom:1px solid #8e9d8d;padding:10px 0;font-size:15px}.services{padding-top:20px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.section-heading h2{margin-bottom:0}.section-heading>p{color:#677062;font-size:15px}.service-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:18px}.service-card{position:relative;height:440px;overflow:hidden;border-radius:19px;color:white}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.service-card:hover img{transform:scale(1.035)}.service-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,27,20,.84),transparent 85%)}.card-content{position:absolute;inset:25px;z-index:1;display:flex;flex-direction:column;justify-content:end}.number{position:absolute;top:0;left:0;font-size:13px;border:1px solid #ffffff8a;border-radius:30px;padding:3px 12px}.card-content h3{font-size:38px;line-height:1.08;margin-bottom:16px}.card-content p{font-size:14px;max-width:78%;margin-bottom:0;color:#ecede7}.circle{position:absolute;right:0;bottom:0;background:var(--paper);color:var(--green);width:41px;height:41px;border-radius:50%;display:grid;place-items:center;font-size:23px}.service-details{margin-top:35px}details{border-bottom:1px solid #ccd2c7;scroll-margin-top:35px}summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:24px;padding:23px 0;font-size:20px}summary::-webkit-details-marker{display:none}summary>span{font-size:12px;color:#6b7c65}summary>b{margin-left:auto;font-weight:400;font-size:28px}details[open] summary>b{transform:rotate(45deg)}.detail-body{padding:0 48px 25px;max-width:950px}.detail-body p{color:#64715f;line-height:2}.detail-body a{text-decoration:underline;text-underline-offset:5px;font-size:14px}.care{margin:0 22px;display:grid;grid-template-columns:1fr 1fr;background:var(--green);border-radius:24px;overflow:hidden;color:var(--paper)}.care-image img{width:100%;height:100%;min-height:620px;object-fit:cover}.care-copy{padding:70px 11%}.care-copy .eyebrow{color:#c4cea9}.care-copy h2{font-size:clamp(42px,4.2vw,65px)}.care-copy em{color:#e3d68d}.care-copy>p:not(.eyebrow){color:#c5d0c4;max-width:340px}.care-values{display:flex;flex-direction:column;margin-top:35px}.care-values span{padding:11px 0;border-bottom:1px solid #ffffff28;font-size:14px}.care-values span:before{content:'✓';margin-right:15px;color:#e2c566}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;padding-top:120px;padding-bottom:120px}.contact-title>p:not(.eyebrow){color:#63705f}.contact-title .button{margin-top:12px}.contact-panel{background:#e8ecdf;border-radius:22px;padding:43px 38px}.location{display:flex;gap:20px;align-items:center}.location-icon{font-size:45px;font-weight:400;color:#6a7c4f}.location p{font-family:Manrope,Arial,sans-serif;font-size:27px;line-height:1.3;letter-spacing:-1px;margin:0}.location strong{font-weight:400}.coverage{font-size:13px;margin:24px 0 32px;padding-bottom:27px;border-bottom:1px solid #b7c2ae}.contact-row{display:block;position:relative;padding:17px 25px 22px 0;border-bottom:1px solid #b7c2ae}.contact-row span{display:block;font-size:11px;letter-spacing:1.8px;color:#5d7154;margin-bottom:8px}.contact-row strong{font-size:27px;font-weight:400;letter-spacing:-.6px}.contact-row.email strong{font-size:clamp(15px,1.6vw,23px);overflow-wrap:anywhere}.contact-row i{position:absolute;right:0;bottom:22px;font-style:normal;font-size:23px}.panel-note{font-size:14px;color:#64735b;margin:27px 0 0}footer{margin:0 5%;border-top:1px solid #cbd2c5;padding:35px 0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}footer .brand{font-size:20px}footer .brand small{font-size:10px}footer>p{margin:0;color:#6b7565;font-family:Georgia,serif;font-style:italic;font-size:22px}footer>a:last-of-type{font-size:14px}.footer-bottom{width:100%;display:flex;justify-content:space-between;padding-top:25px;border-top:1px solid #dfe3d9;color:#78816f;font-size:12px} @media(min-width:1700px){.hero,.care{max-width:1600px;margin-left:auto;margin-right:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}@media(max-width:900px){.header nav{gap:20px}.brand{font-size:21px}.service-grid{grid-template-columns:1fr 1fr}.renovation{grid-column:span 2;height:400px}.section{padding:75px 5%}.services{padding-top:10px}.care-copy{padding:45px 8%}.care-image img{min-height:550px}.contact{gap:5%}.contact-panel{padding:30px 25px}.assurance{gap:20px;flex-wrap:wrap}.hero{min-height:700px}.hero-content{padding-top:70px}.contact-row strong{font-size:23px}}@media(max-width:600px){.header{height:86px;padding:0 6%}.brand{font-size:18px;gap:7px;letter-spacing:-.6px}.brand img{width:33px;height:39px}.brand small{font-size:9px;letter-spacing:1.6px}.header nav{display:none}.button.small{font-size:12px;gap:14px;padding:10px 16px}.hero{margin:0 10px;border-radius:18px;min-height:680px;height:calc(100svh - 97px);max-height:810px}.hero-photo{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#082418aa,#08241830),linear-gradient(0deg,#08241888,transparent)}.hero-content{padding:43px 6%}.hero .eyebrow{font-size:10px;letter-spacing:1.6px}.hero-index{display:none}h1{font-size:83px;margin-bottom:24px}.hero-description{font-size:15px}.hero-bottom{left:6%;right:6%;bottom:25px;font-size:12px}.hero-bottom a span{margin-left:15px}.assurance{display:grid;grid-template-columns:1fr 1fr;font-size:11px;padding:23px 0;gap:14px 8px}.assurance span::before{margin-right:5px}.section{padding:65px 6%}.about{grid-template-columns:1fr;gap:0}.about-copy{padding-top:10px}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:20px}h2{font-size:46px}.section-heading{display:block}.section-heading>p{margin-top:25px}.services{padding-top:0}.service-grid{grid-template-columns:1fr}.renovation{grid-column:auto}.service-card,.renovation{height:390px}.card-content h3{font-size:37px}.card-content p{font-size:14px}.service-details{margin-top:20px}summary{font-size:17px;gap:14px}.detail-body{padding-left:0;font-size:15px}.care{margin:0 10px;grid-template-columns:1fr;border-radius:18px}.care-image img{height:330px;min-height:0}.care-copy{padding:40px 7%}.care-copy h2{font-size:45px}.contact{grid-template-columns:1fr;gap:40px}.contact-panel{padding:32px 25px}.contact-row.email strong{font-size:19px}.contact-row strong{font-size:27px}.location p{font-size:25px}footer{gap:25px}footer>p{display:none}.footer-bottom{gap:18px;flex-direction:column;font-size:11px}}
/* Irish green palette and restrained shamrock accents. */
:root{--green:#07503b;--paper:#eff4e9;--ink:#103e2e}
body{background:#eff4e9}.header{background:#eff4e9}.header nav a:hover{color:#08784f}.button:hover{background:#08734f}
.assurance{background:#07503b;color:#f4f7ed;margin:20px 22px 0;padding:23px 4.4%;border:0;border-radius:16px}.assurance span::before{color:#e4c776}
.about{position:relative;isolation:isolate;overflow:hidden}.about h2 em{color:#08754d}.about-copy p{color:#41604d}.irish-motif{position:absolute;z-index:-1;pointer-events:none;user-select:none;right:2%;bottom:0;font-family:Georgia,serif;font-size:210px;line-height:1;color:#0a6a4010;transform:rotate(-18deg)}
.services{background:#dce9d5;border-radius:26px;padding-top:65px;margin-bottom:75px}.section-heading h2 em{color:#08754d}.section-heading>p{color:#446047}details{border-color:#afc5a5}summary>span{color:#476a44}.detail-body p{color:#385d3e}.circle{background:#e9f2dd;color:#07503b}
.care{background:#064632}.care-copy{position:relative;isolation:isolate;overflow:hidden}.care-copy .irish-motif{color:#b4d18a10;font-size:300px;right:-35px;bottom:-40px}.care-copy .eyebrow{color:#d0dda9}
.contact-panel{position:relative;isolation:isolate;overflow:hidden;background:#07503b;color:#f1f7e9}.contact-panel .irish-motif{color:#b6d99416;right:-45px;bottom:-35px;font-size:230px}.location-icon{color:#e4c776}.coverage,.contact-row{border-color:#ffffff38}.contact-row span,.panel-note{color:#c5d9b8}.contact-title h2 em{color:#08754d}
footer{background:#dce9d5;margin:0;padding:38px 5% 22px;border-color:#b8cca9}footer>p{color:#365e40}.footer-bottom{border-color:#b8cca9;color:#486747}
@media(max-width:900px){.services{margin-left:3%;margin-right:3%;padding-left:4%;padding-right:4%}}
@media(max-width:600px){.assurance{margin:14px 10px 0;padding:20px 5%;border-radius:14px}.services{padding-top:40px;margin-bottom:45px;border-radius:20px}.irish-motif{font-size:160px}.care-copy .irish-motif{font-size:250px}.contact-panel .irish-motif{font-size:190px}}

/* SVG icons remain monochrome on every platform, including iOS. */
.ui-icon{display:inline-block;width:1em;height:1em;vertical-align:-.15em;flex-shrink:0}.irish-motif>svg{display:block;width:1em;height:1.1em}.location-icon .ui-icon{width:.85em;height:1em}.button>span{display:inline-flex;align-items:center}.circle .ui-icon{width:21px;height:21px}

/* Supplied clover silhouette, tinted with the existing section colours. */
.irish-motif{display:block;width:1em;height:1em;background-color:currentColor;-webkit-mask:url("assets/clover.svg") center/contain no-repeat;mask:url("assets/clover.svg") center/contain no-repeat}
/* Compact mobile layout; desktop rules remain unchanged. */
@media(max-width:600px){
 .hero{height:auto;min-height:0;max-height:none;aspect-ratio:2000/1333;overflow:visible;container-type:inline-size}
 .hero-photo,.hero-shade{border-radius:18px}.hero-photo{object-position:center}
 .hero-content{padding:12px 5% 0}
 .hero .eyebrow{font-size:10px;letter-spacing:1px;line-height:1.2;margin-bottom:5px}
 .hero h1{font-size:clamp(28px,8.5vw,48px);line-height:1.02;margin-bottom:6px;letter-spacing:-.045em}
 .hero-description{font-size:12px;line-height:1.3;margin-bottom:8px}
 .hero .button{padding:7px 14px;font-size:12px;line-height:1.4;gap:18px;min-height:32px}
 .hero .button span{font-size:17px}
 .hero-bottom{left:5%;right:5%;bottom:9px;align-items:center;font-size:10px;line-height:1.2}
 .hero-bottom a{padding:3px 0}.hero-bottom a span{margin-left:8px}
 h2,.care-copy h2{font-size:34px;line-height:1.14}
 .card-content h3{font-size:29px;line-height:1.12}
 .location p{font-size:22px}
}
@media(max-width:360px){
 .hero-content{padding-top:9px}.hero .eyebrow{margin-bottom:4px}
 .hero h1{font-size:27px;margin-bottom:4px}.hero-description{font-size:11px;margin-bottom:5px}
 .hero-bottom{bottom:5px;font-size:9px}
 h2,.care-copy h2{font-size:30px}
}

.footer-bottom a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px){
 .hero-description,.hero-bottom>span{display:none}
 .hero-content{padding:16px 5% 0}
 .hero .eyebrow{margin-bottom:9px}
 .hero h1{margin-bottom:13px}
 .hero .button{min-height:36px;padding:8px 14px}
 .hero-bottom{left:auto;right:5%;bottom:14px}
 .hero-bottom a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 12px;border:1px solid #ffffff99;border-radius:30px;font-size:12px;line-height:1.4;background:#073d2c66}
 .hero-bottom a span{margin-left:0}
}
@media(max-width:360px){
 .hero-content{padding-top:12px}.hero .eyebrow{margin-bottom:7px}.hero h1{margin-bottom:10px}
 .hero-bottom{bottom:12px}.hero-bottom a{font-size:11px;padding:8px 10px}
}

/* Direct WhatsApp contact on mobile and desktop. */
.whatsapp-float{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:50;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 5px 20px #063c3033;transition:transform .2s,background .2s}
.whatsapp-float svg{width:29px;height:29px}.whatsapp-float:hover{background:#1dbb59;transform:translateY(-3px)}
@media(max-width:600px){
 .hero{aspect-ratio:5/4;min-height:260px;display:flex;align-items:center}
 .hero-content{width:100%;padding:0 5%;transform:translateY(-12px)}
 .hero .eyebrow{margin-bottom:12px}.hero h1{margin-bottom:0}
 .hero-content>.button{position:absolute;top:calc(100% + 20px);left:5%;width:43%;min-height:38px;padding:8px 10px;font-size:12px;justify-content:center;gap:10px}
 .hero-bottom{position:static}.hero-bottom a{position:absolute;left:52%;right:auto;top:calc(50% + 56px);width:43%;min-height:38px;padding:8px 10px;justify-content:center;font-size:12px}
 .whatsapp-float{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:54px;height:54px}.whatsapp-float svg{width:27px;height:27px}
}

.hero-actions{display:contents}.mobile-services{display:none}
@media(max-width:600px){
 .hero-content{transform:none}.hero-bottom{display:none}
 .hero-actions{display:flex;gap:10px;align-items:stretch;margin-top:20px}
 .hero-actions .button,.hero-actions .mobile-services{display:inline-flex;align-items:center;justify-content:center;flex:1;gap:8px;min-height:40px;padding:8px 10px;font-size:12px;line-height:1.4;border-radius:30px}
 .hero-actions .mobile-services{border:1px solid #ffffff99;background:#073d2c66;color:white}
 .hero-actions .mobile-services span{display:inline-flex}
}
/* Mobile contact introduction uses the full available column width. */
@media(max-width:600px){
 .contact-title{width:100%;min-width:0}
 .contact-title h2{width:100%;max-width:none}
 .contact-title h2 br{display:none}
 .contact-title h2 em{display:inline}
 .contact-title .button{display:flex;width:100%;justify-content:space-between}
}

/* Client review: real project photography and enquiry form. */
.work-process{padding-top:90px;padding-bottom:80px}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.work-card{margin:0;min-width:0}.photo-open{padding:0;border:0;display:block;position:relative;width:100%;background:#dce9d5;border-radius:18px;overflow:hidden;cursor:zoom-in;color:#fff}.photo-open img{width:100%;height:320px;object-fit:cover;transition:transform .35s}.photo-open:hover img{transform:scale(1.025)}.photo-enlarge{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#07503be6;font-size:24px}.work-card figcaption{padding:18px 2px 0}.work-card h3{font-size:23px;letter-spacing:-.035em;line-height:1.2;margin:0 0 8px}.work-card p{font-size:14px;line-height:1.5;color:#53684f;margin:0}.results-wrap{background:#dce9d5;margin:0 22px 85px;border-radius:26px}.results{padding-top:70px;padding-bottom:70px}.results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 25px}.results .photo-open{background:#eff4e9}.results .photo-open img{aspect-ratio:1.65;height:auto;object-fit:contain}.work-lightbox{border:0;padding:20px;border-radius:18px;background:#eff4e9;max-width:min(1100px,94vw);max-height:94svh;color:#103e2e}.work-lightbox::backdrop{background:#032319d9}.work-lightbox>img{max-height:78svh;max-width:100%;width:auto;margin:auto;object-fit:contain}.work-lightbox p{margin:15px 45px 0 0}.lightbox-close{position:absolute;right:12px;top:12px;border:0;background:#07503b;color:white;border-radius:50%;width:40px;height:40px;cursor:pointer;display:grid;place-items:center}.lightbox-close svg{width:24px;height:24px}.photo-open:focus-visible,.lightbox-close:focus-visible{outline:3px solid #d49a18;outline-offset:4px}
.contact{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:6%;align-items:start}.contact-title h2{font-size:46px;line-height:1.14;max-width:550px}.contact-title h2 br{display:none}.contact-panel{position:sticky;top:30px;margin-top:83px}.contact-panel .panel-whatsapp{display:flex;width:100%;margin-top:30px;justify-content:space-between}.contact-title>p{margin-bottom:30px}.enquiry-form{margin-top:30px}.enquiry-form fieldset{border:0;padding:0;margin:0 0 28px;min-width:0}.enquiry-form legend{width:100%;font-size:19px;font-weight:500;letter-spacing:-.3px;padding:0 0 13px;border-bottom:1px solid #bfccb6;margin-bottom:18px}.enquiry-form legend>span{font-size:12px;color:#6c8061;margin-right:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 15px}.form-field{display:flex;flex-direction:column;gap:7px;font-size:14px;line-height:1.35;min-width:0}.form-field input,.form-field select{font:inherit;font-size:16px;width:100%;min-width:0;max-width:100%;height:47px;border:1px solid #bdcdb6;border-radius:9px;background:#f9fbf5;color:#153d2b;padding:10px 12px;box-sizing:border-box}.form-field input:focus,.form-field select:focus{outline:2px solid #5b8659;outline-offset:2px}.form-field input[type=date],.form-field input[type=time]{appearance:none;-webkit-appearance:none;min-height:47px}.form-field:has(select[name=service]){grid-column:1/-1}.form-attachment{display:flex;flex-direction:column;gap:10px;background:#e0ebd7;border:1px dashed #a2b993;padding:20px;border-radius:12px;font-size:14px}.form-attachment small{color:#566d4c}.form-attachment input{font:inherit;width:100%;min-width:0}.form-attachment input::file-selector-button{background:#f9fbf5;border:1px solid #b8c8ae;color:#164c35;border-radius:7px;padding:9px 13px;cursor:pointer;margin-right:10px}.form-end{margin-top:22px}.form-end .button{border:0;cursor:pointer;font-family:inherit;min-height:48px}.form-note{font-size:12px;color:#617554;margin:12px 0}.form-status{font-size:14px;color:#07503b;margin:12px 0 0}.form-status:empty{display:none}.care-image img{object-position:50% 40%}.renovation img{object-position:center 65%}
@media(max-width:1000px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact{gap:4%;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}.contact-panel{padding:28px 22px}.contact-row strong{font-size:23px}}
@media(max-width:750px){.contact{grid-template-columns:1fr;gap:35px}.contact-panel{position:static;margin:0}.contact-title h2{font-size:36px;max-width:none}.contact-title .form-end .button{width:100%}.contact-row.email strong{font-size:20px}}
@media(max-width:600px){.header .brand{font-size:20px}.header .brand img{width:39px;height:45px}.header .brand small{font-size:10px;letter-spacing:1.5px}.header{padding:0 5%}.header .button.small{padding:9px 12px;gap:9px}.work-process{padding-top:55px;padding-bottom:55px}.process-grid{gap:25px 12px}.photo-open img{height:235px}.work-card h3{font-size:20px}.work-card p{font-size:13px}.results-wrap{margin:0 10px 50px;border-radius:20px}.results{padding-top:40px;padding-bottom:40px}.results-grid{grid-template-columns:1fr;gap:28px}.results .photo-open img{aspect-ratio:auto}.work-lightbox{padding:10px}.work-lightbox p{font-size:14px}.contact-title h2{font-size:34px}.form-grid{gap:16px 12px}.form-field{font-size:13px}.form-attachment{padding:16px}.contact-panel{padding:30px 25px}.enquiry-form legend{font-size:18px}.care-image img{object-position:50% 27%}}
@media(max-width:380px){.header .brand{font-size:18px}.header .brand img{width:36px}.header .brand small{font-size:9px}.form-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.photo-open img{height:340px}}

/* Keep decorative motifs within the page on narrow screens. */
main{overflow-x:clip}

html{overflow-x:hidden}

.contact-panel .panel-facebook{display:flex;width:100%;justify-content:space-between;gap:12px;margin-top:12px;border:1px solid #b4d1bd;background:#eff4e9;color:#07503b;font-size:14px}.panel-facebook .ui-icon{width:19px;height:19px}.panel-facebook:hover{background:#dce9d5}.care-image{position:relative;min-height:0}.care-image img{position:absolute;inset:0;height:100%;min-height:0;object-position:center}.care{grid-template-columns:.85fr 1.15fr}@media(max-width:600px){.care{grid-template-columns:1fr}.care-image{height:260px}.care-image img{object-position:center 48%}}

.contact-panel .panel-whatsapp,.contact-panel .panel-facebook{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;background:#eff4e9;color:#07503b;border:1px solid #b4d1bd;font-size:14px}.contact-panel .panel-whatsapp .ui-icon,.contact-panel .panel-facebook .ui-icon{width:20px;height:20px;flex-shrink:0}.contact-panel .panel-whatsapp:hover,.contact-panel .panel-facebook:hover{background:#dce9d5}

.contact-panel .panel-whatsapp>span,.contact-panel .panel-facebook>span{font-size:14px;line-height:1.4}

@media(max-width:600px){.care-image img{object-position:center 25%}}

.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.enquiry-form button:disabled{opacity:.6;cursor:wait}
