:root{--dark:#152943;--petrol:#147f78;--petrol2:#0b5f59;--gold:#c89b3c;--cream:#faf6ee;--text:#27384a;--muted:#66737e;--white:#fff;--shadow:0 22px 60px rgba(21,41,67,.13);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--text);line-height:1.7}a{text-decoration:none;color:inherit}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(22px,6vw,78px);color:#fff;transition:.25s;background:linear-gradient(180deg,rgba(11,30,47,.62),transparent)}.site-header.is-scrolled,.site-header.menu-open{background:rgba(21,41,67,.97);box-shadow:0 8px 30px rgba(0,0,0,.14);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:14px;position:relative;z-index:52}.brand-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4f9a81,#d1b35c);font-family:'Playfair Display',serif;font-weight:700;font-size:23px;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.16)}.brand-text strong{display:block;font-family:'Playfair Display',serif;font-size:24px;line-height:1}.brand-text em{display:block;font-style:normal;font-size:14px;line-height:1.35;margin-top:4px}.main-nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:15px}.main-nav a{opacity:.94;transition:.2s}.main-nav a:hover{opacity:1;color:#f4d98d}.menu-toggle{display:none;background:none;border:0;width:48px;height:42px;padding:4px;cursor:pointer;position:relative;z-index:52}.menu-toggle span{display:block;height:3px;margin:7px 0;background:#fff;border-radius:4px;transition:.2s}.hero{min-height:100svh;position:relative;overflow:hidden;display:grid;align-items:center;padding:145px clamp(24px,8vw,120px) 110px}.hero-bg{position:absolute;inset:0;background-image:url('../hero.png');background-size:cover;background-position:center center;transform:scale(1.01)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,35,57,.92) 0%,rgba(21,41,67,.79) 38%,rgba(21,41,67,.34) 69%,rgba(21,41,67,.11) 100%)}.hero-inner{position:relative;z-index:2;max-width:820px;color:#fff}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-weight:800;font-size:14px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(54px,7vw,96px);line-height:.96;margin:21px 0 16px;letter-spacing:-.025em}.hero h1 span{display:block;font-size:.54em;line-height:1.25;margin-top:13px;letter-spacing:0}.hero-location{display:inline-flex;margin:4px 0 22px;padding:7px 14px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.08);font-size:15px;font-weight:700;letter-spacing:.04em}.hero-copy{font-size:clamp(19px,2vw,25px);line-height:1.6;max-width:790px;margin:0}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 32px;border-radius:999px;font-weight:800;font-size:17px;transition:.22s}.btn.primary{background:linear-gradient(135deg,#2ca69d,#0d746d);color:#fff;box-shadow:0 12px 28px rgba(20,127,120,.28)}.btn.secondary{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.08)}.btn:hover{transform:translateY(-2px)}.profile-strip{position:relative;z-index:3;max-width:1180px;margin:-58px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.profile-strip>div{background:rgba(255,255,255,.95);padding:28px 30px;box-shadow:var(--shadow)}.profile-strip>div:first-child{border-radius:22px 0 0 22px}.profile-strip>div:last-child{border-radius:0 22px 22px 0}.profile-strip strong{display:block;font-family:'Playfair Display',serif;font-size:23px;color:#17473f}.profile-strip span{display:block;color:var(--muted);font-size:14px;margin-top:4px}.section{max-width:1180px;margin:auto;padding:105px 24px}.intro{max-width:930px}.intro h2,.section-heading h2,.region h2,.contact h2{font-family:'Playfair Display',serif;font-size:clamp(38px,5vw,59px);line-height:1.08;color:#17473f;margin:17px 0 28px;letter-spacing:-.02em}.intro p{font-size:19px;color:#4b5660}.intro .lead{font-size:23px;line-height:1.62;color:#344653}.status-note{margin-top:38px;background:#fff;border-left:6px solid var(--petrol);border-radius:18px;padding:28px 32px;box-shadow:0 16px 42px rgba(21,41,67,.08)}.status-note strong{font-family:'Playfair Display',serif;font-size:24px;color:#17473f}.status-note p{margin:8px 0 0;font-size:17px}.focus{padding-top:65px}.section-heading{max-width:800px;margin-bottom:36px}.section-heading>p{font-size:18px;color:var(--muted)}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.focus-grid article{background:#fff;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow);border:1px solid rgba(200,155,60,.13)}.number{font-weight:800;color:var(--gold);letter-spacing:.12em}.focus-grid h3{font-family:'Playfair Display',serif;font-size:29px;line-height:1.15;color:#17473f;margin:14px 0}.focus-grid p{margin:0;color:#53606b}.region{display:grid;grid-template-columns:1.5fr .8fr;align-items:center;gap:55px;background:linear-gradient(135deg,#17324e,#0d5f5a);color:#fff;max-width:1132px;border-radius:36px;padding:62px 60px;box-shadow:var(--shadow)}.region h2{color:#fff;margin-bottom:20px}.region p{font-size:18px;color:rgba(255,255,255,.82);margin:0}.region-facts{display:grid;gap:12px}.region-facts span{display:block;padding:14px 18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:14px;font-weight:700}.contact{display:flex;align-items:center;justify-content:space-between;gap:42px;background:linear-gradient(135deg,#fff,#f4eadb);border-radius:36px;margin-top:85px;margin-bottom:70px;padding:62px 60px;box-shadow:var(--shadow)}.contact h2{font-size:clamp(35px,4vw,52px)}.contact p{font-size:18px;max-width:720px;margin-bottom:8px}.contact-hint{font-size:15px!important;color:var(--muted);max-width:700px!important}.contact .btn{flex:0 0 auto}.site-footer{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;text-align:center;padding:36px 24px 48px;color:#6a737d;font-size:14px}.site-footer a{color:#0b5f59;font-weight:800}.site-footer a:hover{text-decoration:underline}.revealed{animation:fadeUp .7s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@media(max-width:980px){.menu-toggle{display:block}.main-nav{position:absolute;top:0;left:0;right:0;padding:104px 30px 30px;background:rgba(21,41,67,.985);display:none;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 16px 30px rgba(0,0,0,.16)}.main-nav.open{display:flex}.main-nav a{width:100%;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.11)}.menu-open .menu-toggle span:nth-child(1){transform:translateY(10px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.hero{padding:130px 32px 100px}.hero-bg{background-position:70% center}.profile-strip,.focus-grid{grid-template-columns:1fr}.profile-strip{gap:12px;margin-top:-42px}.profile-strip>div,.profile-strip>div:first-child,.profile-strip>div:last-child{border-radius:18px}.region{grid-template-columns:1fr;margin-left:24px;margin-right:24px;padding:48px 38px}.contact{display:block;margin-left:24px;margin-right:24px;padding:50px 38px}.contact .btn{margin-top:22px}}
@media(max-width:560px){.site-header{padding:15px 20px}.brand-mark{width:50px;height:50px}.brand-text strong{font-size:20px}.brand-text em{font-size:13px}.hero{min-height:100svh;padding:122px 24px 84px;align-items:center}.hero-bg{background-size:cover;background-position:74% center}.hero-overlay{background:linear-gradient(90deg,rgba(21,41,67,.95) 0%,rgba(21,41,67,.87) 60%,rgba(21,41,67,.52) 100%)}.hero h1{font-size:clamp(46px,14vw,68px)}.hero h1 span{font-size:.61em}.eyebrow,.section-label{font-size:12px;letter-spacing:.16em}.hero-copy{font-size:19px;line-height:1.52}.hero-actions{display:grid;gap:13px}.btn{width:100%;max-width:340px;min-height:58px;padding:0 22px}.profile-strip{padding:0 18px}.profile-strip>div{padding:22px 24px}.section{padding:76px 22px}.intro p{font-size:17px}.intro .lead{font-size:20px}.status-note{padding:24px}.focus-grid article{padding:28px}.region{margin-left:16px;margin-right:16px;padding:38px 25px;border-radius:26px}.region h2{font-size:36px}.contact{margin:68px 16px 50px;padding:38px 25px;border-radius:26px}.site-footer{padding-bottom:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.revealed{animation:none}.btn,.menu-toggle span{transition:none}}
