
:root{
--midnight:#0E0E26;
--midnight-light:#18183A;
--gold:#D4B06A;
--ivory:#F8F5EF;
--mist:#D3CEC5;
--line:rgba(212,176,106,.35);
--max-width:760px;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
background:var(--midnight);
color:var(--ivory);
font-family:'Source Sans 3',sans-serif;
font-size:20px;
font-weight:300;
line-height:1.95;
-webkit-font-smoothing:antialiased;
}
.container{width:min(92%,var(--max-width));margin:auto;padding:110px 0 120px;}
.hero{text-align:center;padding-bottom:80px;}
.mandala{width:340px;max-width:80%;display:block;margin:0 auto 65px;}
h1{font-family:'Cormorant Garamond',serif;font-size:4.5rem;font-weight:500;letter-spacing:.02em;margin-bottom:8px;}
.years{font-size:1.2rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mist);margin-bottom:34px;}
h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:500;margin-bottom:14px;}
.subtitle{font-style:italic;color:var(--mist);font-size:1.1rem;}
.story{margin-bottom:80px;}
.story p{margin-bottom:34px;}
.story strong{font-weight:600;}
hr{border:none;height:1px;background:var(--line);margin:90px 0;}
.transition{text-align:center;margin-bottom:90px;}
blockquote{font-family:'Cormorant Garamond',serif;font-size:2rem;font-style:italic;font-weight:400;line-height:1.5;margin:45px auto;color:var(--ivory);}
.bridge{max-width:720px;margin:auto;color:var(--mist);}
.destination{text-align:center;padding:50px 0;}
.cc-logo{width:220px;display:block;margin:0 auto 35px;}
.destination h3{font-family:'Cormorant Garamond',serif;font-size:2.3rem;font-weight:500;margin-bottom:20px;}
.destination p{max-width:620px;margin:0 auto 35px;color:var(--mist);}
.connect{text-align:center;padding-top:60px;}
.button{display:inline-block;padding:16px 42px;border:2px solid var(--gold);border-radius:40px;text-decoration:none;color:var(--gold);font-weight:500;letter-spacing:.05em;transition:.35s ease;margin-top:20px;}
.button:hover{background:rgba(212,176,106,.10);box-shadow:0 0 24px rgba(212,176,106,.22);transform:translateY(-1px);}
footer{text-align:center;padding-top:110px;color:var(--mist);}
.closing{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--ivory);margin-bottom:8px;}
.small{font-style:italic;margin-top:10px;}
@media (max-width:768px){
body{font-size:18px;}
.container{width:90%;padding:50px 0 70px;}
.mandala{width:220px;margin-bottom:35px;}
h1{font-size:3rem;}
h2{font-size:1.7rem;}
blockquote{font-size:1.55rem;}
.destination h3{font-size:2rem;}
.cc-logo{width:180px;}
.button{width:100%;max-width:320px;}
}
