:root{--ink:#172033;--muted:#657083;--paper:#fffdf7;--cream:#fff4d6;--lagoon:#18c7b5;--mango:#ffc857;--coral:#ff6b6b;--violet:#7357e8;--line:rgba(23,32,51,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:500 1rem/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.skip{position:fixed;top:-5rem;left:1rem;z-index:10;padding:.7rem 1rem;border-radius:12px;background:var(--ink);color:#fff}.skip:focus{top:1rem}nav,footer{display:flex;align-items:center;gap:24px;width:min(1160px,calc(100% - 36px));margin:auto;padding:24px 0}nav{justify-content:space-between;border-bottom:1px solid var(--line)}nav>div{display:flex;gap:22px}.brand{text-decoration:none;font-size:1.2rem;font-weight:850}.brand span{display:inline-grid;width:34px;height:34px;margin-right:6px;place-items:center;border-radius:50%;background:var(--mango)}.hero{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;width:min(1160px,calc(100% - 36px));margin:32px auto 76px;padding:56px;border:1px solid var(--line);border-radius:36px;overflow:hidden;background:linear-gradient(145deg,#fff4cd 0%,#ffe4e4 46%,#dffbf6 100%);box-shadow:0 28px 80px rgba(23,32,51,.11)}.hero:after{content:"";position:absolute;right:-100px;top:-120px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.42)}.hero>div{position:relative;z-index:2}.hero img{position:relative;z-index:1;width:100%;height:420px;object-fit:cover;border-radius:26px;box-shadow:0 18px 45px rgba(23,32,51,.16)}h1{margin:.18em 0;font:850 clamp(3rem,7vw,6.2rem)/.92 Georgia,serif;letter-spacing:-.055em}h2{margin:.15em 0 .5em;font:820 clamp(2rem,4vw,3.5rem)/1 Georgia,serif;letter-spacing:-.035em}.hero p:not(.kicker),.directory-hero>p:last-child{max-width:690px;color:#4e596b;font-size:1.12rem}.kicker,.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;color:#a53c4a;font-size:.75rem;font-weight:900}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary,.secondary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:850}.primary{background:var(--ink);color:#fff;box-shadow:0 12px 25px rgba(23,32,51,.18)}.secondary{border:1px solid rgba(23,32,51,.22);background:rgba(255,255,255,.65)}main{width:min(1040px,calc(100% - 36px));margin:auto}section{margin:0 0 82px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0 0;padding:0;list-style:none}.cards li{min-height:170px;padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff;font:750 1.15rem/1.4 Georgia,serif;box-shadow:0 15px 38px rgba(23,32,51,.07)}.cards li:nth-child(3n+1){border-top:7px solid var(--lagoon)}.cards li:nth-child(3n+2){border-top:7px solid var(--mango)}.cards li:nth-child(3n){border-top:7px solid var(--coral)}.notes{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;padding:42px;border-radius:30px;background:var(--ink);color:#fff}.notes .eyebrow{color:var(--mango)}.notes ol{display:grid;gap:14px;margin:0;padding-left:24px}.notes li{padding:6px 0 16px 8px;border-bottom:1px solid rgba(255,255,255,.18)}.truth{padding:34px;border:1px solid #f0c365;border-radius:26px;background:var(--cream)}.truth h2{font-size:2rem}.truth p{color:#4e596b}.truth a{font-weight:850}.cta{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:42px;border-radius:28px;background:linear-gradient(120deg,#dffbf6,#ebe4ff)}.cta>div{max-width:690px}.directory-hero{width:min(1040px,calc(100% - 36px));margin:70px auto 48px}.directory-hero h1{max-width:920px}.destination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:60px}.destination-grid article{display:flex;flex-direction:column;min-height:310px;padding:30px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 45px rgba(23,32,51,.07)}.destination-grid article:nth-child(4n+1){background:#e6fbf7}.destination-grid article:nth-child(4n+2){background:#fff3cf}.destination-grid article:nth-child(4n+3){background:#ffe5e5}.destination-grid article:nth-child(4n){background:#ebe5ff}.destination-grid article>p{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900}.destination-grid h2{margin-top:18px}.destination-grid h2 a{text-decoration:none}.destination-grid span{color:#4e596b}.card-link{margin-top:auto;padding-top:24px;font-weight:850}.empty{grid-column:1/-1;padding:32px;border:1px dashed var(--line);border-radius:20px;text-align:center;color:var(--muted)}footer{flex-wrap:wrap;border-top:1px solid var(--line);color:var(--muted);font-size:.86rem}footer span{margin-right:auto}@media(max-width:820px){nav>div{gap:12px}.hero{grid-template-columns:1fr;padding:30px}.hero img{height:280px}.cards,.destination-grid{grid-template-columns:1fr}.notes{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}}@media(max-width:520px){nav{align-items:flex-start}nav>div{flex-direction:column;gap:4px}.hero{margin-top:18px;padding:24px;border-radius:24px}.hero img{height:220px}.cards li{min-height:0}.notes,.truth,.cta{padding:26px}h1{font-size:3.25rem}}
