:root{--ink:#123f50;--muted:#526b75;--accent:#b86d32;--paper:#f5f7f7;--line:#d7e0e2;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;background:white}a{color:inherit}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #bd702f;outline-offset:5px}button:disabled{cursor:wait;opacity:.65}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:400;letter-spacing:-.045em;line-height:1.06}em{font-family:var(--serif);font-weight:400}p{color:var(--muted)}.header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:#fff;gap:28px}.brand{display:flex}.brand img{width:120px;height:auto}.header nav{display:flex;gap:36px;margin-left:auto;margin-right:55px}.header nav a{text-decoration:none;font-size:14px}.header nav a:hover,.text-link:hover{color:var(--accent)}.header-right{display:flex;align-items:center;gap:18px}.languages{display:flex;align-items:center;gap:10px;font-size:13px;letter-spacing:.05em}.languages a{text-decoration:none;padding:10px 2px;color:#70838a}.languages a[aria-current]{color:var(--ink);font-weight:bold;border-bottom:1px solid var(--ink)}.languages span{color:#a4b1b5}.menu{display:none;background:none;border:0;font-size:24px;color:var(--ink)}.hero{min-height:720px;height:calc(100svh - 96px);max-height:980px;position:relative;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(241,246,247,.97) 0%,rgba(242,247,248,.91) 24%,rgba(244,249,249,.65) 43%,rgba(244,249,249,0) 68%),linear-gradient(0deg,rgba(13,40,31,.45),transparent 25%);z-index:-2}.hero-copy{padding:65px 6% 115px;max-width:850px}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:600;color:var(--ink);margin-bottom:28px}.hero h1{font-size:clamp(60px,6.1vw,96px);margin-bottom:28px}.hero h1 em{color:#267087}.hero-tagline{font-size:22px;color:var(--ink);font-family:var(--serif);font-style:italic;margin-bottom:20px}.hero-intro{max-width:370px;font-size:17px;color:#345564;line-height:1.75}.hero-actions{display:flex;gap:28px;align-items:center;margin-top:32px}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;background:var(--ink);border:1px solid var(--ink);color:white;text-decoration:none;padding:15px 24px;font-size:14px;line-height:1.5;min-height:48px;transition:background .2s}.button:hover{background:#236076}.button span{font-size:20px}.text-link{font-size:14px;text-decoration:none;border-bottom:1px solid #607982;padding:8px 0}.hero-foot{position:absolute;bottom:25px;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:11px;letter-spacing:.16em}.hero-foot a{text-decoration:none;font-size:24px}.section{padding:110px 8%;}.about{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.about h2,.work h2,.contact h2{font-size:clamp(40px,4vw,60px);margin-bottom:28px}.about-copy>p:not(.eyebrow){max-width:470px}.since{display:flex;gap:25px;align-items:center;margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}.since strong{font-size:42px;letter-spacing:-.05em;font-weight:400}.since span{font-size:13px;line-height:1.7;color:var(--muted)}figure{margin:0;position:relative;padding-bottom:34px}figure img{display:block;width:100%;height:500px;object-fit:cover;object-position:57% center;border-radius:160px 0 0 0}figcaption{position:absolute;bottom:0;left:-30px;background:var(--ink);color:#fff;font-family:var(--serif);font-style:italic;font-size:25px;padding:25px 32px;line-height:1.35}.work{background:var(--paper);padding-top:85px;padding-bottom:95px}.work-heading{display:flex;justify-content:space-between;align-items:start;gap:40px}.work-heading h2{width:58%;margin-top:-8px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:36px}.step{border-top:1px solid #aebec4;padding-top:26px}.step-number{font-size:13px;color:var(--accent)}.step h3{font-size:24px;font-weight:400;margin:24px 0 15px;letter-spacing:-.025em}.step p{font-size:16px;max-width:310px;margin-bottom:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-top:105px;padding-bottom:100px}.contact>div>p:not(.eyebrow){max-width:390px}.email-link{display:inline-block;margin-top:18px;font-size:22px;text-decoration:none;border-bottom:1px solid #93a6ad;padding-bottom:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:14px;font-weight:500}input,textarea{display:block;width:100%;border:0;border-bottom:1px solid #b8c8cd;background:#f7f9f9;color:var(--ink);border-radius:0;padding:12px 14px;margin:8px 0 22px;font-size:16px;line-height:1.6}textarea{resize:vertical;min-height:120px}input::placeholder,textarea::placeholder{color:#758890}form .form-note{font-size:12px;line-height:1.65;margin-bottom:18px}form .form-note a{text-underline-offset:3px}.form-status{font-size:14px;margin-top:16px}.form-status:empty{display:none}footer{background:var(--ink);color:#fff;padding:58px 8% 22px;font-size:14px}footer p{color:#ccd8dd;margin:12px 0;line-height:1.7}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px}.wordmark{font-size:47px;font-weight:bold;letter-spacing:-3px;line-height:1;text-decoration:none}.wordmark span{color:#dfac7b}.footer-top>div:first-child p{font-family:var(--serif);font-style:italic;font-size:17px}.footer-links{display:flex;align-items:start;flex-direction:column;gap:11px}.footer-links a{text-decoration:none}.footer-links button{color:inherit;background:none;border:0;padding:0;font-size:14px}.footer-links a:hover,.footer-links button:hover{text-decoration:underline}.footer-bottom{margin-top:48px;border-top:1px solid #436370;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#c0d0d7}.cookie-banner{position:fixed;bottom:20px;left:20px;z-index:10;width:min(530px,calc(100% - 40px));background:white;padding:23px 26px;box-shadow:0 12px 60px #123f5029;border:1px solid var(--line);border-radius:3px}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:16px}.cookie-banner p{font-size:13px;margin:7px 0 17px;line-height:1.5}.cookie-actions{display:flex;gap:12px}.small{font-size:13px;padding:11px 16px;min-height:44px;gap:10px}.outline{background:white;color:var(--ink)}.outline:hover{background:#edf4f6}dialog{color:var(--ink);max-width:570px;width:calc(100% - 32px);padding:35px;border:1px solid var(--line);max-height:90svh;overflow:auto}dialog::backdrop{background:#0c2936a8}dialog h2{font-size:34px;line-height:1.15}dialog h3{font-size:16px}dialog p{font-size:14px}dialog .eyebrow{margin-top:12px}dialog .toggle{display:flex;align-items:center;gap:12px;margin-top:24px}dialog input{width:20px;height:20px;margin:0;accent-color:var(--ink)}.dialog-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.dialog-close{position:absolute;right:15px;top:9px;border:0;background:none;font-size:30px;color:var(--ink);width:40px;height:40px}.legal{max-width:900px;padding:80px 30px 100px;margin:auto}.legal h1{font-size:56px}.legal-date{font-size:14px;margin-bottom:50px}.legal section{margin-bottom:30px}.legal h2{font-size:23px;letter-spacing:-.02em;line-height:1.35;margin-bottom:12px}.legal p{line-height:1.85}.thank-you{max-width:850px;min-height:65vh;margin:auto;padding:100px 30px}.thank-you h1{font-size:60px}.skip{position:fixed;z-index:100;left:20px;top:-100px;background:white;padding:15px}.skip:focus{top:10px}
@media(min-width:1600px){.hero-copy{padding-top:100px}.section{padding-left:max(8%,calc((100vw - 1400px)/2));padding-right:max(8%,calc((100vw - 1400px)/2))}}
@media(max-width:1000px){.header nav{margin-right:20px;gap:25px}.section{padding:75px 6%}.hero{min-height:680px}.hero-copy{padding-top:65px}.about,.contact{gap:6%}.about h2,.contact h2{font-size:42px}figure img{height:470px}figcaption{font-size:22px;left:-18px}.steps{gap:28px}}
@media(max-width:760px){.header{height:78px;padding:0 6%;position:relative;z-index:5}.brand img{width:108px}.header nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:18px 6% 24px;margin:0;border-top:1px solid var(--line);box-shadow:0 15px 20px #123f5010}.header nav.open{display:flex;flex-direction:column;gap:18px}.menu{display:block}.hero{height:auto;min-height:780px;max-height:none}.hero-image{object-position:66% bottom}.hero-shade{background:linear-gradient(180deg,#eef4f7 0%,#eef4f7e6 28%,#eef4f754 53%,transparent 72%),linear-gradient(0deg,#09291580,transparent 18%)}.hero-copy{padding:42px 6% 340px;max-width:600px}.hero h1{font-size:clamp(47px,8.8vw,66px);margin-bottom:20px}.eyebrow{font-size:11px;letter-spacing:.15em;margin-bottom:20px}.hero-tagline{font-size:20px;margin-bottom:12px}.hero-intro{font-size:16px;max-width:325px}.hero-actions{gap:20px;margin-top:23px}.hero-foot{bottom:22px;font-size:9px}.hero-foot span:last-child{display:none}.about,.contact{grid-template-columns:1fr;gap:45px}.section{padding:65px 7%}.about h2,.work h2,.contact h2{font-size:42px}.about-copy>p:not(.eyebrow){max-width:none}figure{margin-left:15px}figure img{height:410px;border-radius:120px 0 0 0}figcaption{left:-15px}.work-heading{display:block}.work-heading h2{width:100%;margin-top:0}.steps{grid-template-columns:1fr;gap:25px;margin-top:32px}.step{display:grid;grid-template-columns:35px 1fr;column-gap:14px;padding-top:24px}.step-number{padding-top:4px}.step h3{margin:0 0 12px}.step p{grid-column:2;max-width:none}.contact{gap:35px}.contact .email-link{margin-top:5px}.form-row{grid-template-columns:1fr;gap:0}footer{padding:48px 7% 25px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px;margin-top:30px}.cookie-banner{left:12px;bottom:12px;width:calc(100% - 24px);padding:18px 20px}.legal{padding:55px 7% 65px}.legal h1{font-size:42px}.thank-you h1{font-size:46px}.thank-you{padding:65px 7%}dialog{padding:28px}dialog h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Supplied white eLand.pt identity, displayed without altering the artwork. */
.header{background:var(--ink);color:#fff;height:100px}
.brand img{width:145px;height:auto;display:block}
.header nav a:hover{color:#edc49c}
.languages a{color:#c7d6dc}
.languages a[aria-current]{color:#fff;border-bottom-color:#fff}
.languages span{color:#9ab4bf}
.menu{color:#fff}
.hero{height:calc(100svh - 100px)}
.wordmark{display:inline-block;line-height:1}
.wordmark img{display:block;width:165px;height:auto;max-width:100%}
.footer-top>div:first-child p{margin-top:16px}
@media(max-width:760px){
.header{height:86px}
.brand img{width:125px}
.header nav{top:86px;background:var(--ink);border-top-color:#436370}
.hero{height:auto}
.wordmark img{width:150px}
}

/* Unified logo signature and contact section. */
.brand,.wordmark{display:inline-flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none}
.logo-tagline,.wordmark .logo-tagline{display:block;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:14px;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.25;white-space:nowrap}
.header{height:118px}.hero{height:calc(100svh - 118px)}
.footer-top{grid-template-columns:1fr 1fr;align-items:start}
.footer-links{justify-self:end}
.footer-bottom{justify-content:flex-start}
.contact{display:block}
.contact-intro{margin-bottom:44px}
.contact-intro h2{font-size:clamp(40px,4vw,60px);margin-bottom:24px}
.contact .contact-intro>p:not(.eyebrow){max-width:620px}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9%;align-items:center}
.contact-figure{padding:0;margin:0}
.contact-figure img{width:100%;height:560px;object-fit:cover;object-position:center;border-radius:160px 0 0 0}
@media(max-width:1000px){.contact-grid{gap:6%}.contact-intro h2{font-size:42px}.contact-figure img{height:520px}}
@media(max-width:760px){
.header{height:106px}.header nav{top:106px}.hero{height:auto}
.brand .logo-tagline{font-size:12px}
.contact-grid{grid-template-columns:1fr;gap:35px}
.contact-figure img{height:auto;max-height:540px;aspect-ratio:4/5;border-radius:120px 0 0 0}
.contact-intro{margin-bottom:30px}
.footer-top{grid-template-columns:1fr;gap:30px}
.footer-links{justify-self:start}
}

form .form-consent{display:flex;align-items:flex-start;gap:12px;margin:4px 0 24px;font-size:13px;line-height:1.65;color:var(--muted);cursor:pointer}form .form-consent input[type="checkbox"]{appearance:auto;flex:0 0 20px;width:20px;height:20px;margin:2px 0 0;padding:0;accent-color:var(--ink);cursor:pointer}form .form-consent span{min-width:0}form .form-consent a{text-underline-offset:3px;color:var(--ink)}
