:root{color-scheme:light;--ink:#19324a;--muted:#5f7285;--orange:#d95f12;--orange-dark:#9e3f08;--blue:#dff3fb;--cream:#fff9ef;--line:#dfe7ec;--white:#fff;--shadow:0 18px 50px rgb(25 50 74 / 10%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}.skip-link{position:fixed;top:-5rem;left:1rem;z-index:20;padding:.7rem 1rem;background:var(--ink);color:#fff}.skip-link:focus{top:1rem}.hub-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;padding:.7rem max(1rem,calc((100vw - 1180px)/2));border-bottom:1px solid rgb(25 50 74 / 10%);background:rgb(255 255 255 / 92%);backdrop-filter:blur(14px)}.hub-brand{display:flex;align-items:center;gap:.55rem;color:var(--ink);font-size:1.1rem;font-weight:850;text-decoration:none}.hub-brand span{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--orange);color:#fff}.hub-header nav{display:flex;gap:1.5rem}.hub-header nav a{color:var(--ink);font-weight:650;text-decoration:none}.header-cta{padding:.55rem 1rem;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-weight:750}main{overflow:hidden}.hero,.section,.planner-section,.provider-section,footer{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2rem,6vw,6rem);min-height:650px;padding:5rem 0}.eyebrow{margin:0 0 .65rem;color:var(--orange-dark);font-size:.78rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:760px;margin:0;font-size:clamp(3rem,7vw,6.2rem);line-height:.94;letter-spacing:-.06em}.hero-lead{max-width:650px;margin:1.5rem 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.8rem 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1.15rem;border:1px solid transparent;border-radius:12px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.button-primary{background:var(--orange-dark);color:#fff}.button-primary:hover{background:#7d3005}.button-secondary{border-color:var(--ink);background:#fff;color:var(--ink)}.button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #2c7da0;outline-offset:3px}.trust-list{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;padding:0;list-style:none;color:var(--muted);font-size:.9rem}.trust-list li::before{content:"✓";margin-right:.35rem;color:#287252;font-weight:900}.hero-map{position:relative;min-height:450px;overflow:hidden;border-radius:42% 58% 52% 48% / 55% 40% 60% 45%;background:radial-gradient(circle at 30% 34%,#fff 0 8%,transparent 9%),linear-gradient(145deg,#bfe8f5,#f9d6b6);box-shadow:var(--shadow)}.hero-map::before{content:"";position:absolute;inset:15%;border:3px dashed rgb(25 50 74 / 25%);border-radius:48%}.hero-map p{position:absolute;right:8%;bottom:9%;max-width:230px;padding:1rem;border-radius:16px;background:rgb(255 255 255 / 90%);box-shadow:var(--shadow)}.hero-map p span{color:var(--muted)}.map-label{position:absolute;z-index:2;display:grid;width:64px;height:64px;place-items:center;border:5px solid #fff;border-radius:50%;background:var(--ink);color:#fff;font-size:.78rem;font-weight:800;box-shadow:var(--shadow)}.map-label-sea{top:13%;right:18%}.map-label-stay{top:45%;left:13%;background:var(--orange-dark)}.map-label-food{top:52%;right:16%;background:#287252}.section{padding:5rem 0}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:end;margin-bottom:2rem}.section h2,.planner-section h2,.provider-section h2{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.04em}.section-heading>p,.planner-intro>p,.provider-section>div>p{color:var(--muted)}.need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.need-card{display:flex;flex-direction:column;min-height:250px;padding:1.5rem;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 30px rgb(25 50 74 / 5%)}.need-card>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:var(--cream);color:var(--orange-dark);font-size:1.5rem}.need-card h3{margin:1.2rem 0 .35rem}.need-card p{margin:0;color:var(--muted)}.need-card a{margin-top:auto;color:var(--orange-dark);font-weight:800}.planner-section{margin-top:3rem;padding:clamp(2rem,6vw,5rem);border-radius:32px;background:var(--cream)}.planner-intro{max-width:760px}.planner-form{display:grid;gap:1.5rem;margin-top:2rem}.planner-form fieldset{margin:0;padding:1.25rem;border:1px solid #ead8bd;border-radius:18px;background:rgb(255 255 255 / 72%)}.planner-form legend{padding:0 .4rem;font-weight:850}.choice-row,.interest-grid{display:flex;flex-wrap:wrap;gap:.7rem}.choice-row label,.interest-grid label{cursor:pointer}.choice-row input,.interest-grid input{position:absolute;opacity:0;pointer-events:none}.choice-row span,.interest-grid span{display:block;padding:.65rem .95rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:650}.choice-row input:checked+span,.interest-grid input:checked+span{border-color:var(--orange-dark);background:#fff0e5;color:var(--orange-dark);box-shadow:inset 0 0 0 1px var(--orange-dark)}.planner-submit{justify-self:start}.form-note{margin:0;color:var(--muted);font-size:.87rem}.trip-result{margin-top:2rem;padding:2rem;border:1px solid #ead8bd;border-radius:22px;background:#fff}.result-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem}.text-button{border:0;background:none;color:var(--orange-dark);font:inherit;font-weight:800;cursor:pointer}.trip-result ol{display:grid;gap:.8rem;padding-left:1.4rem}.trip-result li{padding:1rem;border-radius:14px;background:#f7fafb}.provider-section{display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:2rem;margin-block:6rem;padding:3rem;border-radius:28px;background:var(--ink);color:#fff}.provider-section .eyebrow{color:#ffb477}.provider-section>div>p{color:#c8d8e5}.provider-steps{display:grid;gap:.75rem}.provider-steps span{display:flex;align-items:center;gap:.6rem}.provider-steps b{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--orange)}footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem 0 3rem;border-top:1px solid var(--line);color:var(--muted)}footer strong{color:var(--ink)}
@media(max-width:850px){.hub-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:3rem 0}.hero-map{min-height:320px}.section-heading{grid-template-columns:1fr;gap:.5rem}.need-grid{grid-template-columns:repeat(2,1fr)}.provider-section{grid-template-columns:1fr}.provider-section .button{justify-self:start}}
@media(max-width:540px){.hero h1{font-size:clamp(2.8rem,15vw,4.2rem)}.hero-map{min-height:280px}.need-grid{grid-template-columns:1fr}.need-card{min-height:210px}.planner-section{width:100%;border-radius:0}.choice-row,.interest-grid{display:grid;grid-template-columns:1fr 1fr}.provider-section{width:calc(100% - 2rem);padding:2rem}footer{flex-direction:column}.header-cta{font-size:.85rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.provider-page-hero{width:min(920px,calc(100% - 2rem));margin:0 auto;padding:6rem 0 2rem}.provider-page-hero h1{max-width:800px;margin:0;font-size:clamp(3rem,7vw,5.5rem);line-height:.95;letter-spacing:-.055em}.provider-page-hero>p:last-child{max-width:700px;color:var(--muted);font-size:1.2rem}.provider-public-note{margin-top:2rem}.provider-type-grid .need-card{min-height:220px}
.choice-row label,.interest-grid label{position:relative}
.choice-row input,.interest-grid input{inset:0;z-index:1;width:100%;height:100%;margin:0;pointer-events:auto;cursor:pointer}
.choice-row span,.interest-grid span{pointer-events:none}
.choice-row input:focus-visible+span,.interest-grid input:focus-visible+span{outline:3px solid #2c7da0;outline-offset:3px}
@media(max-width:850px){.hub-header{flex-wrap:wrap}.hub-header nav{display:flex;order:3;width:100%;justify-content:space-between;gap:1rem;overflow-x:auto;padding:.25rem 0}.hub-header nav a{white-space:nowrap;font-size:.85rem}}
.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1.25rem}
.showcase-detail-card{width:min(520px,calc(100% - 2rem));margin:1rem auto 6rem}.showcase-detail-heading{padding-bottom:1rem}
