:root{--ink:#102b30;--deep:#071b20;--teal:#0d4f58;--aqua:#74b5b0;--sand:#d8b889;--ivory:#f6f1e8;--line:rgba(16,43,48,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Cairo,sans-serif}a{text-decoration:none;color:inherit}header{position:fixed;z-index:10;top:0;width:100%;height:78px;padding:0 6vw;display:flex;align-items:center;gap:28px;background:rgba(246,241,232,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand span{width:42px;height:42px;border:1px solid;border-radius:50%;display:grid;place-items:center;font-family:'Playfair Display'}.brand b{font:600 23px 'Playfair Display'}nav{display:flex;gap:24px;margin:auto;font-size:14px}#lang,.menu{border:1px solid var(--line);border-radius:30px;background:transparent;padding:8px 13px;color:var(--ink)}.menu{display:none;font-size:20px;border:0}.hero{min-height:100vh;padding:130px 7vw 70px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:radial-gradient(circle at 75% 38%,rgba(116,181,176,.32),transparent 28%),linear-gradient(135deg,#faf5ed,#e7eeeb)}.copy{max-width:680px}.eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--teal);font-size:13px}.hero h1{font:600 clamp(48px,7vw,92px)/1 'Playfair Display';margin:10px 0 25px}.hero h1 span,.hero h1 em{display:block}.hero h1 em{color:var(--teal)}.copy>p{line-height:2;font-size:17px}.actions{display:flex;gap:12px;margin-top:25px}.actions a,.custom a{padding:14px 22px;border-radius:30px}.primary{background:var(--ink);color:white}.outline{border:1px solid}.art{height:530px;display:grid;place-items:center;position:relative}.orbit{position:absolute;border:1px solid rgba(13,79,88,.28);border-radius:50%}.one{width:410px;height:410px}.two{width:500px;height:500px;border-style:dashed;animation:spin 25s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shell{width:300px;height:300px;position:relative}.shell i{position:absolute;bottom:45px;left:111px;width:78px;height:210px;border-radius:80% 80% 30% 30%;background:linear-gradient(100deg,rgba(255,255,255,.2),rgba(255,255,255,.8),rgba(100,174,171,.4));border:2px solid rgba(255,255,255,.7);transform-origin:bottom}.shell i:nth-child(1){transform:rotate(-44deg)}.shell i:nth-child(2){transform:rotate(-22deg)}.shell i:nth-child(4){transform:rotate(22deg)}.shell i:nth-child(5){transform:rotate(44deg)}.shell strong{position:absolute;width:82px;height:82px;border-radius:50%;bottom:35px;left:109px;background:radial-gradient(circle at 30% 25%,white,#d7ece8 46%,#8fb9b6);box-shadow:0 15px 35px rgba(5,56,64,.25)}.ticker{padding:16px;background:var(--deep);color:white;text-align:center;letter-spacing:3px;font-size:12px}.section{padding:100px 7vw}.heading{max-width:760px;margin-bottom:45px}.heading p{color:var(--teal);letter-spacing:2px}.heading h2,.story h2,.custom h2{font:600 clamp(36px,5vw,62px)/1.15 'Playfair Display',Cairo}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);background:rgba(255,255,255,.4);overflow:hidden;transition:.3s}.card:hover{transform:translateY(-7px);box-shadow:0 25px 50px rgba(11,55,61,.12)}.visual{height:320px;display:grid;place-items:center;font-size:150px;color:#f7ead7}.sea .visual{background:linear-gradient(145deg,#0e525b,#8fc5bf)}.nature .visual{background:linear-gradient(145deg,#a98a68,#efe1cb)}.heritage .visual{background:linear-gradient(145deg,#351e25,#a16a77)}.card>div:last-child{padding:24px}.card h3{font:600 30px 'Playfair Display';margin:6px 0}.card p{line-height:1.8;font-size:14px}.story{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:#e8ede9}.story-art{min-height:500px;background:linear-gradient(145deg,#123b41,#071b20);display:grid;place-items:center;color:white;font:italic 72px 'Playfair Display'}.story>div:last-child>p{line-height:2}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.steps span{border-top:1px solid;padding-top:15px}.steps b,.steps small{display:block}.steps b{font:32px 'Playfair Display';color:var(--teal)}.custom{padding:110px 7vw;background:var(--deep);color:white;text-align:center}.custom p{max-width:680px;margin:20px auto;line-height:2}.custom .eyebrow{color:#8bc8c4}.custom a{display:inline-block;background:white;color:var(--deep)}.contacts{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.contacts a{padding:26px;border:1px solid var(--line);display:flex;justify-content:space-between}.contacts a:hover{background:var(--ink);color:white}footer{padding:30px 7vw;background:#061418;color:white;display:flex;justify-content:space-between;align-items:center}footer p{font-size:12px;opacity:.65}@media(max-width:850px){header{height:68px}.menu{display:block}nav{display:none;position:absolute;top:68px;left:0;width:100%;padding:22px 7vw;background:var(--ivory);flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:110px}.art{height:400px}.one{width:300px;height:300px}.two{width:360px;height:360px}.shell{transform:scale(.68)}.grid,.contacts,.story{grid-template-columns:1fr}.story-art{min-height:400px}.steps{grid-template-columns:1fr}}@media(max-width:520px){.brand b{font-size:19px}.hero h1{font-size:49px}.art{height:330px}.section{padding:75px 6vw}.visual{height:270px}.custom{padding:80px 6vw}footer{flex-direction:column;gap:18px}.actions{flex-direction:column;align-items:flex-start}}
