/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../fonts/dm-sans/dm-sans-latin-ext-variable.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../fonts/dm-sans/dm-sans-latin-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Paleta propia: azul costero, menta, coral y sol. Los tonos oscuros se reservan para texto y controles. */
:root{
  --ink:#263258;
  --blue:#3f56b2;
  --blue-hover:#30448f;
  --mint:#abe5d5;
  --mint-soft:#e5f4ee;
  --coral:#ef918c;
  --coral-soft:#fbe9e7;
  --coral-ink:#b03e56;
  --sun:#f2d971;
  --sun-soft:#fff5d2;
  --surface:#f1f3fb;
  --paper:#fcfcfa;
  --page-background:#eff3f2;
  --card-background:#ffffff;
  --card-border:#c8d3dd;
  --radius-card:16px;
  --radius-panel:20px;
  --muted:#5d6680;
  --line:#d7deee;
  --footer:#293f8b;
  --sans:'DM Sans',Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--page-background);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.17}h1,h2{font-family:var(--sans);font-weight:700;letter-spacing:-1.6px}h3{font-weight:600}h1{font-size:clamp(38px,4.6vw,62px)}h2{font-size:clamp(30px,3.3vw,43px)}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button{color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{background:none}button:disabled{cursor:wait;opacity:.6}img{display:block;max-width:100%}svg{flex-shrink:0}.icon{width:22px;height:22px;vertical-align:middle}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.wrap-wide{width:calc(100% - 48px);max-width:1552px;margin-inline:auto}.section{padding-block:86px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:2.1px;color:var(--blue);margin-bottom:17px;line-height:1.6}.eyebrow.light{color:var(--mint)}.small-line{display:inline-block;width:26px;height:1px;background:currentColor;vertical-align:middle;margin-right:10px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:32px}.section-heading h2+p{margin-top:16px}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:12px;line-height:1.4;padding-block:10px;white-space:normal}.text-link .icon{width:20px}.text-link:hover{color:var(--blue)}.button{display:inline-flex;min-height:50px;justify-content:center;align-items:center;gap:12px;padding:13px 22px;border-radius:5px;border:1px solid transparent;font-size:14px;font-weight:600;line-height:1.5;transition:background .2s,transform .2s}.button.primary{background:var(--blue);color:#fff}.button.primary:hover{background:var(--blue-hover)}.button.outline{border-color:var(--line);color:var(--ink)}.button.outline:hover{background:var(--mint-soft)}.button.whatsapp{background:#e5efe8;color:#155e42;border-color:#bed2c3}.button .icon{width:19px}.icon-button{height:44px;width:44px;border:0;display:inline-flex;align-items:center;justify-content:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--coral-ink);outline-offset:4px;border-radius:3px}.skip-link{position:fixed;z-index:10000;top:0;left:20px;transform:translateY(-130%);padding:14px 20px;background:var(--ink);color:white}.skip-link:focus{transform:translateY(0)}
.site-header{background:var(--paper);position:relative;z-index:1000}.header-inner{height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0;line-height:1.04}.brand>span{font-size:21px;font-weight:800;letter-spacing:-.7px}.brand-second{display:block;font-size:20px;letter-spacing:.2px;font-weight:600;color:var(--blue)}.brand-dot{color:var(--coral)}.main-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.main-nav>a{font-size:13px;font-weight:600;padding-block:13px;border-bottom:1px solid transparent}.main-nav>a:hover,.main-nav>a[aria-current]{color:var(--blue);border-color:var(--blue)}.header-actions{display:flex;align-items:center;gap:10px}.saved-link{display:flex;align-items:center;gap:8px;font-size:13px;white-space:nowrap}.saved-link .icon{width:20px}.saved-count{display:inline-grid;place-items:center;background:var(--blue);color:#fff;font-size:10px;border-radius:50%;min-width:18px;height:18px;padding-inline:3px}.search-link{border-left:1px solid var(--line);margin-left:9px;padding-left:13px}.menu-toggle,.main-nav .mobile-search{display:none}
.hero{height:570px;border-radius:var(--radius-panel);position:relative;overflow:hidden;background:var(--ink)}.hero-photo{height:100%;width:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,37,84,.88),rgba(25,37,84,.57) 40%,rgba(25,37,84,.06) 78%),linear-gradient(0deg,rgba(25,37,84,.36),transparent 40%)}.hero-content{position:absolute;top:68px;left:max(5.2%,calc((100% - 1180px)/2));color:#fff}.hero-content .eyebrow{margin-bottom:24px}.hero h1{font-weight:800;font-size:clamp(62px,6.3vw,88px);line-height:1.09;letter-spacing:-3.5px}.hero h1 em{font-style:normal;font-weight:800;color:var(--mint)}.hero-copy{font-size:17px;color:#f4f6ff;line-height:1.75;margin-top:22px}.hero-discover{display:inline-flex;align-items:center;gap:20px;font-size:13px;color:#fff;padding-block:10px;margin-top:23px;border-bottom:1px solid #ffffff75}.hero-discover:hover{border-color:white}.destination-stamp{position:absolute;right:50px;top:40px;width:112px;height:112px;border:1px solid #ffffff8f;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:9px;transform:rotate(10deg)}.destination-stamp .icon{width:27px;height:27px;color:var(--sun)}.destination-stamp span{font-size:9px;letter-spacing:1.5px;text-align:center;line-height:1.5}.hero-location{position:absolute;bottom:45px;right:40px;color:#fff;display:flex;align-items:center;gap:7px;font-size:12px}.hero-location .icon{width:16px}.hero-location span{color:#e4eaf9;font-size:10px}.search-overlap{position:relative;margin-top:-32px;z-index:2}.hero-search{display:grid;grid-template-columns:1.8fr 1fr 1fr auto;align-items:center;background:white;padding:21px 24px;border-radius:var(--radius-card);box-shadow:0 12px 35px #26325820;gap:24px}.search-field{border-right:1px solid var(--line);min-width:0;display:flex;align-items:center;gap:14px}.search-field label{font-size:12px;font-weight:650;line-height:1.5;display:block;width:100%}.search-field input,.search-field select{width:100%;font-size:13px;color:var(--muted);background:transparent;border:0;padding:5px 14px 0 0;min-height:30px;border-radius:0}.search-field select{max-width:100%}.search-field>.icon{color:var(--blue);width:22px}.hero-search .button{min-width:140px;min-height:54px}.search-note{font-size:12px;text-align:center;padding-top:18px}.search-note span{color:var(--blue);margin-left:6px}.category-section{padding-top:63px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-tile{border:1px solid var(--line);border-radius:var(--radius-card);padding:28px 22px 19px;transition:transform .2s,background .2s,border-color .2s;background:var(--paper)}.category-tile:nth-child(1),.category-tile:nth-child(3){background:var(--surface)}.category-tile:nth-child(2),.category-tile:nth-child(5){background:var(--mint-soft)}.category-tile:nth-child(4){background:var(--coral-soft)}.category-tile:nth-child(6){background:var(--sun-soft)}.category-tile:hover{transform:translateY(-4px);background:var(--mint-soft);border-color:var(--blue)}.category-tile>.icon{width:34px;height:34px;color:var(--blue);margin-bottom:22px;stroke-width:1.35}.category-tile h3{font-size:16px;margin-bottom:9px}.category-tile>span{font-size:11px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:6px}.category-tile>span .icon{width:16px;height:16px}.stay-section{background:var(--surface)}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.place-card{background:var(--card-background);border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:0 2px 4px #26325808,0 8px 20px #2632580d;overflow:hidden;min-width:0;transition:box-shadow .2s,transform .2s}.place-card:hover{box-shadow:0 4px 8px #2632580d,0 14px 30px #26325817;transform:translateY(-2px)}.place-art{height:185px;position:relative;overflow:hidden;background:var(--mint-soft);color:var(--blue)}.place-art>a:not(.photo-credit-link){display:block;width:100%;height:100%}.place-art.nature{background:#e3eafb;color:var(--blue)}.place-art.town{background:var(--coral-soft);color:#94485d}.art-sun{position:absolute;right:25%;top:14px;width:74px;height:74px;border-radius:50%;background:var(--sun);opacity:.7}.place-art.nature .art-sun{background:var(--coral)}.art-lines{position:absolute;width:150%;height:210px;left:-23%;top:102px;border:1px solid #3f56b231;border-radius:50%;box-shadow:0 -10px 0 0 #ffffff26,0 -24px 0 0 #3f56b215,0 -42px 0 0 #3f56b20f;background:#3f56b21a;transform:rotate(-10deg)}.art-icon{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%)}.art-icon>.icon{width:76px;height:76px;stroke-width:.9}.art-caption{color:var(--ink);position:absolute;right:16px;bottom:15px;font-size:7px;letter-spacing:2px;opacity:1}.favorite-button{position:absolute;right:14px;top:14px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fcfcfaee;border:0;cursor:pointer;z-index:1}.favorite-button .icon{width:18px;height:18px}.favorite-button:hover{background:#fff}.favorite-button[aria-pressed=true]{background:var(--coral-soft);color:var(--coral-ink)}[data-favorite][aria-pressed=true]>.icon{fill:var(--coral-ink);stroke:var(--coral-ink)}.category-badge{position:absolute;left:16px;bottom:15px;background:#fcfcfae8;color:var(--ink);padding:3px 10px;font-size:10px;font-weight:600;border-radius:3px}.place-card-body{padding:22px}.place-meta{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--muted);margin-bottom:11px;flex-wrap:wrap}.place-meta>.icon{width:13px;height:13px}.rating{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:var(--ink);white-space:nowrap;font-weight:600;font-size:11px}.rating>.icon{width:12px;height:12px;fill:#916221;stroke:#916221}.rating>span{font-weight:400;color:var(--muted)}.place-card h3{font-family:var(--sans);font-weight:700;font-size:23px;letter-spacing:-.6px;line-height:1.27;margin-bottom:9px}.place-card h3 a:hover{color:var(--blue)}.card-address{font-size:12px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.card-bottom{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:19px;padding-top:15px}.card-bottom>span{font-size:10px;color:var(--muted)}.card-bottom>a{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:650;color:var(--blue)}.card-bottom .icon{width:16px;height:16px}.stay-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:27px;font-size:12px;color:var(--muted)}.stay-bottom>span:first-child{display:flex;align-items:center;gap:9px}.small-muted{font-size:11px}.heading-aside{font-size:13px}.sector-grid{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:22px}.sector-photo{height:370px;position:relative;overflow:hidden;border-radius:var(--radius-card);color:#fff}.sector-photo>img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.sector-photo:hover>img{transform:scale(1.035)}.sector-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#1e2c60d9,transparent 85%)}.sector-photo>div{position:absolute;z-index:1;bottom:31px;left:27px;right:45px}.sector-photo h3{font-family:var(--sans);font-weight:700;font-size:34px;letter-spacing:-1px}.sector-photo p{font-size:12px;color:#eef6f9;margin-top:8px}.sector-photo .eyebrow{font-size:9px;letter-spacing:1.8px;display:block;margin-bottom:12px}.round-arrow{position:absolute;right:23px;bottom:27px;z-index:1;display:grid;place-items:center;width:34px;height:34px;border:1px solid #ffffff65;border-radius:50%}.round-arrow .icon{width:17px}.sector-center{height:370px;position:relative;overflow:hidden;border-radius:var(--radius-card);background:var(--mint);padding:30px;color:var(--ink)}.sector-center:before,.sector-center:after{content:'';position:absolute;width:320px;height:150px;border:1px solid #3f56b238;border-radius:50%;left:-60px;top:124px;transform:rotate(-20deg)}.sector-center:after{top:137px;left:-40px}.sector-center>.eyebrow{font-size:9px;position:relative;z-index:1}.center-sun{position:absolute;right:28px;top:82px;width:46px;height:46px;color:var(--blue);stroke-width:1}.sector-center>div{position:absolute;bottom:31px;z-index:1}.sector-center h3{font-family:var(--sans);font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-1px}.sector-center p{font-size:11px;margin-top:9px}.sector-center .round-arrow{border-color:#26325855;bottom:94px}.map-container{height:350px;background:#e5edf4;z-index:1}.map-caption{display:block;font-size:11px;color:var(--muted);padding:10px 16px;background:var(--paper)}.map-caption a{text-decoration:underline}.map-error{padding:30px;line-height:1.7;background:var(--mint-soft);color:var(--ink);height:100%;display:flex;flex-direction:column;justify-content:center}.practical-section{background:var(--sun-soft);padding-block:64px}.practical-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.practical-grid>a{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding-top:25px}.practical-grid>a>.icon:first-child{width:30px;height:30px;color:var(--blue);stroke-width:1.3}.practical-grid>a>.icon:last-child{width:18px;margin-left:auto}.practical-grid h3{font-family:var(--sans);font-size:22px;font-weight:700;letter-spacing:-.5px}.practical-grid p{font-size:12px;margin-top:8px}.site-footer{background:var(--footer);color:#f4f6ff;padding-top:60px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:45px}.site-footer .brand-second{color:var(--mint)}.site-footer .brand img{border:1px solid #7086ca;border-radius:12px}.footer-brand>p{font-size:13px;line-height:1.9;color:#d5e0fb;margin-top:22px}.footer-location{display:flex;align-items:center;gap:8px;font-size:10px;color:#d5e0fb;margin-top:23px}.footer-location .icon{width:14px}.footer-top h2{font-family:var(--sans);font-size:14px;font-weight:700;letter-spacing:0;margin:6px 0 22px;color:#fff}.footer-top>div:not(:first-child)>a{display:block;color:#d5e0fb;font-size:16px;line-height:1.6;min-height:44px;padding-block:8px;margin-bottom:4px}.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.site-footer .brand:hover{text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #6278b7;padding-block:23px;font-size:9px;color:#d5e0fb}.footer-bottom a{text-decoration:underline}.toast{position:fixed;z-index:3000;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:14px 24px;border-radius:6px;box-shadow:0 5px 20px #0003;font-size:14px;max-width:calc(100vw - 32px);width:max-content}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:11px;color:var(--muted);padding-block:20px;border-top:1px solid var(--line)}.breadcrumbs .icon{width:12px;height:12px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs>span{color:var(--ink)}.page-heading{padding-top:35px;padding-bottom:40px}.page-heading>p:last-child{margin-top:21px;max-width:760px;font-size:15px;line-height:1.9}.page-heading .eyebrow{margin-bottom:15px}.subtype-links{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.subtype-links>a{display:inline-flex;align-items:center;gap:10px;font-size:12px;border:1px solid var(--line);padding:10px 14px;border-radius:5px}.subtype-links .icon{width:18px}.subtype-links>a:hover{background:var(--surface)}.subtype-links>a>span{color:var(--muted);font-size:10px}.directory-section{padding-bottom:70px}.directory-filters{padding:24px;background:var(--card-background);border:1px solid var(--card-border);box-shadow:0 2px 4px #26325808,0 8px 20px #2632580d;display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:17px;align-items:end;border-radius:var(--radius-card)}.field{min-width:0}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.field input,.field select,.field textarea{min-height:49px;border:1px solid #8692b0;background:var(--paper);color:var(--ink);width:100%;border-radius:4px;padding:12px 13px;font-size:13px}.field textarea{resize:vertical}.field input[readonly]{background:var(--surface);color:var(--muted)}.input-icon{position:relative}.input-icon>.icon{position:absolute;top:16px;left:12px;width:18px;height:18px;color:var(--muted)}.input-icon>input{padding-left:39px}.results-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:28px;font-size:13px}.results-range{font-size:11px;color:var(--muted)}.reset-filters{font-size:11px;text-decoration:underline;text-underline-offset:3px;margin-left:17px;color:var(--muted)}.results-tools{display:flex;align-items:center;gap:17px}.text-button{display:inline-flex;align-items:center;gap:7px;font-size:12px;border:0;padding:10px 0;white-space:nowrap}.text-button .icon{width:17px}.sort-label select{padding:10px 23px 10px 10px;max-width:185px;border:1px solid var(--line);background:transparent;font-size:11px;color:var(--ink);border-radius:3px}.view-toggle{display:flex;border:1px solid var(--line);border-radius:4px;overflow:hidden}.view-toggle>a{display:grid;place-items:center;width:39px;height:38px;color:var(--muted)}.view-toggle>a[aria-current]{color:white;background:var(--blue)}.view-toggle .icon{width:18px;height:18px}.directory-results.map-view{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.map-view .result-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.map-view .place-art{height:145px}.map-view .place-card-body{padding:15px}.map-view .place-card h3{font-size:21px}.map-view .place-meta>.rating{margin-left:0}.map-view .card-bottom>span{display:none}.map-view .card-address{font-size:11px}.results-map{position:sticky;top:24px;border-radius:var(--radius-card);border:1px solid var(--line);overflow:hidden}.results-map>.map-container{height:570px;max-height:75vh}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:38px;flex-wrap:wrap}.pagination>a{min-width:40px;min-height:43px;padding:10px 14px;border:1px solid var(--line);border-radius:3px;font-size:12px;text-align:center}.pagination>a[aria-current]{color:white;background:var(--blue);border-color:var(--blue)}.pagination>a:hover{border-color:var(--blue)}.pagination>span{font-size:11px;color:var(--muted);margin-left:15px}.source-note{font-size:11px;line-height:1.85;color:var(--muted);margin-top:26px}.source-note a{text-decoration:underline}.geo-status{background:var(--mint-soft);padding:14px 20px;border-radius:5px;margin-bottom:20px;font-size:13px}.distance{font-size:11px;color:var(--blue);padding-top:5px}.empty-state{text-align:center;padding:80px 24px;max-width:670px;margin:auto}.empty-state>.icon{height:42px;width:42px;color:var(--blue);margin-bottom:24px;stroke-width:1.1}.empty-state>.eyebrow{margin-bottom:17px}.empty-state>p:not(.eyebrow){margin:20px auto 28px;max-width:480px;font-size:14px}.empty-state>.text-link{display:flex;width:max-content;max-width:100%;margin:16px auto 0}.error-page{padding-block:90px;min-height:70vh}.error-page h1{font-size:44px}.error-number{font-size:100px;font-family:var(--sans);line-height:1;color:var(--mint);display:block;margin-bottom:22px}
.business-heading{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:28px 37px}.business-heading h1{font-size:clamp(34px,4vw,55px);max-width:870px;overflow-wrap:anywhere}.business-heading>div>p:not(.eyebrow){font-size:13px;margin-top:18px;display:flex;gap:8px;align-items:baseline}.business-heading>div>p>.icon{width:16px;align-self:center}.business-heading>.button{flex-shrink:0}.detail-rating{display:inline-flex;align-items:center;gap:7px;font-size:12px;margin-top:12px}.detail-rating>.icon:first-child{fill:#916221;color:#916221;width:15px}.detail-rating>.icon:last-child{width:13px;margin-left:8px}.business-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:55px;align-items:start;margin-bottom:50px}.business-art{height:365px;border-radius:var(--radius-card)}.business-art>.art-icon{top:35%;left:70%}.business-art>.art-icon>.icon{width:125px;height:125px;stroke-width:.75}.business-art>.art-sun{width:120px;height:120px;right:16%;top:45px}.business-art>.art-lines{height:450px;top:186px;left:-33%;width:165%}.business-art-caption{position:absolute;bottom:35px;left:34px;right:20px;display:flex;flex-direction:column;gap:6px}.business-art-caption>.eyebrow{font-size:9px;margin-bottom:4px}.business-art-caption>span:not(.eyebrow){font-family:var(--sans);font-size:29px;color:var(--ink);line-height:1.2}.business-art-caption>small{font-size:10px;color:#505c7c}.business-about{margin-top:35px;padding-bottom:35px;border-bottom:1px solid var(--line)}.business-about h2{font-size:30px;letter-spacing:-.8px;margin-bottom:18px}.business-about p{font-size:14px;line-height:1.9}.tag-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}.tag-links>a{font-size:11px;background:var(--surface);border:1px solid var(--line);border-radius:3px;padding:5px 10px}.tag-links>a:hover{background:var(--mint-soft)}.contact-card{position:sticky;top:25px;padding:29px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card)}.contact-card>.eyebrow{font-size:9px}.contact-card h2{font-size:30px;line-height:1.15;letter-spacing:-.8px}.contact-card>p:not(.eyebrow){font-size:12px;margin-block:18px}.contact-card>.button{width:100%;font-size:12px;margin-top:12px}.contact-card .source-note{font-size:11px!important}.contact-tip{display:flex;gap:12px;margin-top:25px;border-top:1px solid var(--line);padding-top:23px}.contact-tip>.icon{width:21px;color:var(--blue)}.contact-tip p{font-size:11px;line-height:1.7}.feature-list{padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.feature-list>li{font-size:13px;display:flex;gap:10px;align-items:center}.feature-list .icon{width:17px;color:var(--blue)}.detail-map{height:320px;border-radius:var(--radius-card);margin:19px 0 10px}.related{padding-top:20px}
.guide-heading{padding-top:28px;padding-bottom:42px;max-width:1000px;text-align:center}.guide-heading h1{font-size:clamp(36px,4.7vw,60px)}.guide-heading>p:not(.eyebrow){max-width:740px;margin:23px auto;font-size:16px;line-height:1.9}.guide-date{font-size:11px;color:var(--muted)}.guide-photo{height:440px;border-radius:var(--radius-card);overflow:hidden;position:relative}.guide-photo>img{width:100%;height:100%;object-fit:cover}.guide-photo figcaption{position:absolute;bottom:17px;right:25px;left:25px;text-align:right;color:white;font-size:10px;text-shadow:0 1px 5px #000;background:#263258b3;width:max-content;max-width:calc(100% - 50px);padding:3px 9px;margin-left:auto;border-radius:3px}.guide-body{display:grid;grid-template-columns:260px minmax(0,680px);justify-content:space-between;gap:60px;padding-top:65px}.guide-sidebar{position:sticky;top:30px;align-self:start}.guide-sidebar .eyebrow{font-size:10px}.guide-sidebar nav>a{display:flex;gap:12px;font-size:12px;padding:14px 0;border-bottom:1px solid var(--line);line-height:1.6}.guide-sidebar nav>a>span{color:var(--blue);font-family:var(--sans);font-size:17px}.guide-sidebar>.text-link{font-size:11px;margin-top:25px}.guide-lead{font-size:18px;font-family:var(--sans);color:var(--blue);line-height:1.45;margin-bottom:30px}.guide-article>section{padding-bottom:35px;margin-bottom:34px;border-bottom:1px solid var(--line)}.guide-article h2{font-size:30px;letter-spacing:-.8px;margin-bottom:18px}.guide-article>section>p{font-size:15px;line-height:1.95}.guide-article .text-link{margin-top:15px;font-size:12px}.guide-note{display:flex;gap:20px;background:var(--surface);padding:25px;border-radius:var(--radius-card)}.guide-note>.icon{width:30px;height:30px;color:var(--blue)}.guide-note p{font-size:13px}.guide-sources{margin:40px 0}.guide-sources h2{font-family:var(--sans);font-size:14px;letter-spacing:0;font-weight:600}.guide-sources ul{padding-left:17px;font-size:12px}.guide-sources li{padding-bottom:10px}.guide-sources a{text-decoration:underline;text-underline-offset:3px}.guide-sources .icon{width:12px}.guide-sources p{font-size:11px}.favorites-section{padding-bottom:80px;min-height:45vh}.favorites-status{font-size:13px;margin-bottom:25px}.contact-page{display:grid;grid-template-columns:1fr 1.1fr;gap:110px;padding-bottom:90px;align-items:start}.contact-page>div:first-child{padding-top:23px}.contact-page>div:first-child h2{font-size:36px;max-width:360px;line-height:1.3}.contact-page>div:first-child>p{margin-block:24px;font-size:14px}.form-panel{border:1px solid var(--line);border-radius:var(--radius-card);padding:35px;background:#fff}.form-panel .field{margin-bottom:20px}.consent{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.8;color:var(--muted);margin:22px 0}.consent>input{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--blue)}.consent a{text-decoration:underline}.form-panel .button{width:100%}.honeypot{position:absolute;left:-10000px}.form-errors{background:var(--coral-soft);border:1px solid var(--coral-ink);border-radius:5px;padding:18px 23px;margin-bottom:25px;color:#96324a;font-size:12px}.form-errors p{color:inherit}.success-message{text-align:center;padding-block:20px}.success-message>.icon{width:45px;height:45px;color:var(--blue);margin-bottom:20px}.success-message h2{font-size:34px}.success-message p{font-size:14px;margin:22px 0}.info-content{max-width:960px;padding-bottom:85px}.info-content .intro{font-family:var(--sans);font-size:29px;color:var(--blue);line-height:1.5}.info-content p{font-size:14px;line-height:1.95;margin-bottom:24px}.info-content h2{font-size:30px;margin:35px 0 20px}.info-content a:not(.button){text-decoration:underline;text-underline-offset:4px}.credit-item{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;margin-block:45px;border-top:1px solid var(--line);padding-top:35px}.credit-item>img{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover;border-radius:6px}.credit-item h2{margin-top:0}.credit-item p{font-size:12px;margin-bottom:15px}
@media(min-width:1600px){.hero{height:640px}.hero-content{top:87px}.hero h1{font-size:94px}.hero-copy{font-size:19px}.hero-discover{margin-top:31px}}
@media(max-width:1180px){.wrap{width:calc(100% - 60px)}.header-inner{gap:22px}.main-nav{gap:17px}.main-nav>a{font-size:12px}.saved-link>span:not(.saved-count){display:none}.hero-search{gap:17px;padding:20px}.category-tile{padding:23px 15px 18px}.sector-grid{gap:16px}.sector-center{padding:23px}.results-toolbar{align-items:start}.results-toolbar>div:first-child{max-width:300px}.reset-filters{display:block;margin-left:0;padding-top:7px}.results-tools{gap:11px}.business-grid{gap:35px;grid-template-columns:minmax(0,1fr) 290px}.contact-card{padding:24px}.contact-page{gap:55px}.footer-top{gap:25px}.place-meta{font-size:9px}.place-card h3{font-size:21px}.hero-search .button{min-width:115px}}
@media(max-width:960px){.header-inner{height:83px}.main-nav{gap:13px}.main-nav>a{font-size:11px}.brand>span{font-size:19px}.brand-second{font-size:18px}.brand img{width:37px;height:37px}.hero{height:530px}.hero-content{top:57px;left:40px}.hero h1{font-size:72px}.hero-copy{font-size:15px}.hero-search{grid-template-columns:1.5fr 1fr 1fr}.hero-search>.button{grid-column:1/-1;min-height:45px}.search-field:nth-child(3){border:0}.hero-search .search-field label{font-size:11px}.category-grid{gap:10px}.category-tile{padding:21px 12px 17px}.category-tile h3{font-size:14px}.category-tile>span{font-size:9px}.section{padding-block:64px}.cards-grid{gap:17px}.place-card-body{padding:18px}.place-meta>.rating{margin-left:0}.place-meta{min-height:30px}.card-bottom>span{font-size:9px}.card-bottom>a{font-size:10px}.sector-grid{grid-template-columns:1fr 1fr}.sector-center{height:180px;grid-column:1/-1}.sector-center>div{left:30%;bottom:28px}.sector-center h3 br{display:none}.sector-center .round-arrow{bottom:35px}.sector-center:before,.sector-center:after{left:20%;top:70px;width:100%}.center-sun{right:12%;top:28px}.sector-photo{height:325px}.practical-grid{gap:20px}.practical-grid>a{gap:10px}.practical-grid h3{font-size:19px}.practical-grid>a>.icon:first-child{width:24px}.practical-grid p{font-size:10px}.directory-filters{grid-template-columns:1.3fr 1fr 1fr;gap:13px}.directory-filters>.button{grid-column:1/-1}.results-toolbar{flex-direction:column;gap:16px}.results-toolbar>div:first-child{max-width:none}.reset-filters{display:inline;margin-left:18px}.results-tools{width:100%;justify-content:flex-end}.results-tools>.text-button{margin-right:auto}.directory-results.map-view{grid-template-columns:1fr 1fr}.map-view .result-cards{grid-template-columns:1fr}.map-view .place-art{height:140px}.business-grid{grid-template-columns:minmax(0,1fr) 260px;gap:25px}.business-art{height:310px}.business-art-caption{left:23px}.business-art-caption>span:not(.eyebrow){font-size:24px}.contact-card{padding:20px}.contact-card h2{font-size:27px}.contact-card .button{padding-inline:10px}.business-heading>.button{padding:12px;font-size:12px}.guide-body{grid-template-columns:200px minmax(0,1fr);gap:38px}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-top>div:last-child{grid-column:2/4;display:flex;gap:15px;flex-wrap:wrap}.footer-top>div:last-child>h2{width:100%;margin:0 0 5px}.footer-bottom{flex-direction:column;gap:6px}.credit-item{gap:24px}}
@media(max-width:740px){.wrap{width:calc(100% - 40px)}.wrap-wide{width:calc(100% - 24px)}.header-inner{height:77px;gap:12px}.header-actions{gap:5px}.brand{gap:8px}.brand>span{font-size:19px}.brand-second{font-size:17px}.saved-link{padding:10px}.search-link{display:none}.menu-toggle{display:inline-flex}.main-nav{display:none;position:absolute;top:77px;left:0;right:0;background:var(--paper);padding:18px 25px 27px;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #26325818;gap:0;align-items:stretch}.main-nav.open{display:flex;flex-direction:column}.main-nav>a{font-size:15px;padding:14px 5px;border-bottom:1px solid var(--line)}.main-nav .mobile-search{display:flex;gap:12px;font-size:14px}.hero{height:560px;border-radius:var(--radius-panel)}.hero-content{top:58px;left:27px;right:23px}.hero-content .eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:26px}.hero-shade{background:linear-gradient(90deg,#192554d6,#19255452),linear-gradient(0deg,#19255470,transparent 80%)}.hero h1{font-size:68px;letter-spacing:-2.8px}.hero-copy{font-size:15px;line-height:1.8;margin-top:24px}.hero-discover{font-size:11px;margin-top:27px}.destination-stamp{width:76px;height:76px;right:23px;top:auto;bottom:74px;gap:5px}.destination-stamp .icon{width:20px;height:20px}.destination-stamp span{font-size:6px;letter-spacing:1px}.hero-location{left:27px;right:auto;bottom:41px;font-size:10px;gap:5px;flex-wrap:wrap}.hero-location span{font-size:8px}.hero-location .icon{width:12px}.search-overlap{margin-top:-20px}.hero-search{grid-template-columns:1fr 1fr;gap:17px 16px;padding:22px;border-radius:var(--radius-card)}.search-keyword{grid-column:1/-1;border:0;border-bottom:1px solid var(--line);padding-bottom:14px}.search-field:nth-child(2){border-right:1px solid var(--line)}.search-field label{font-size:10px!important}.search-field select,.search-field input{font-size:12px;min-height:33px}.hero-search>.button{margin-top:1px;font-size:13px}.search-note{font-size:10px;line-height:1.8;padding:17px 10px 0}.search-note span{display:block;margin:0}.section{padding-block:53px}.section-heading{align-items:start;gap:17px;flex-wrap:wrap;margin-bottom:26px}.section-heading h2{font-size:34px;letter-spacing:-1.1px}.section-heading h2+p{font-size:12px;margin-top:14px}.section-heading>.text-link{font-size:11px;padding-block:4px}.eyebrow{font-size:9px;letter-spacing:1.7px;margin-bottom:14px}.category-section{padding-top:45px}.category-grid{grid-template-columns:repeat(3,1fr);gap:11px}.category-tile{padding:21px 14px 16px}.category-tile>.icon{width:29px;height:29px;margin-bottom:17px}.category-tile h3{font-size:14px}.category-tile>span{font-size:9px}.cards-grid{grid-template-columns:1fr;gap:22px}.place-art{height:185px}.place-card-body{padding:22px}.place-meta{min-height:0;font-size:10px;gap:6px}.place-meta>.rating{margin-left:auto}.place-card h3{font-size:25px}.card-address{font-size:12px;min-height:0}.card-bottom>span{font-size:10px}.card-bottom>a{font-size:11px}.stay-bottom{display:block;font-size:11px;line-height:1.8}.stay-bottom>.small-muted{display:block;margin-left:31px;margin-top:8px}.sector-grid{gap:16px}.sector-photo{height:290px}.sector-photo>div{left:18px;right:17px;bottom:49px}.sector-photo .eyebrow{font-size:7px;letter-spacing:1.4px;line-height:1.7}.sector-photo h3{font-size:29px}.sector-photo p{font-size:10px}.sector-photo .round-arrow{width:28px;height:28px;right:15px;bottom:15px}.sector-center{height:195px;padding:24px}.sector-center>div{left:24px;bottom:26px}.sector-center h3{font-size:32px}.sector-center .round-arrow{bottom:29px}.center-sun{right:30px;top:35px}.heading-aside{font-size:12px}.heading-aside br{display:none}.map-caption{font-size:10px;padding:11px 13px}.practical-grid{grid-template-columns:1fr;gap:21px}.practical-grid>a{gap:17px;padding-top:21px}.practical-grid h3{font-size:23px}.practical-grid p{font-size:12px}.practical-grid>a>.icon:first-child{width:29px}.site-footer{padding-top:42px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 22px;padding-bottom:32px}.footer-brand{grid-column:1/-1}.footer-brand>p{font-size:13px;margin-top:20px}.footer-location{font-size:10px;margin-top:20px}.footer-top h2{font-size:14px;margin-bottom:16px}.footer-top>div:not(:first-child)>a{font-size:15px;padding:8px 0}.footer-top>div:last-child{grid-column:1/-1;gap:9px 20px}.footer-top>div:last-child>h2{margin-bottom:3px}.footer-bottom{font-size:9px;padding-block:22px;gap:12px;line-height:1.9}.breadcrumbs{font-size:10px;gap:5px;padding-block:15px}.breadcrumbs>span{max-width:100%;overflow-wrap:anywhere}.page-heading{padding-top:28px;padding-bottom:30px}.page-heading h1{font-size:38px;letter-spacing:-1.2px}.page-heading>p:last-child{font-size:13px;line-height:1.9;margin-top:18px}.subtype-links{gap:8px;margin-bottom:22px}.subtype-links>a{padding:9px 11px;font-size:10px}.subtype-links .icon{width:16px}.directory-filters{grid-template-columns:1fr 1fr;padding:20px;gap:17px 13px}.directory-filters>.field:first-child{grid-column:1/-1}.directory-filters .field>label{font-size:10px}.directory-filters .field input,.directory-filters .field select{font-size:12px;padding:11px 10px}.directory-filters .input-icon>input{padding-left:36px}.directory-filters>.button{font-size:12px;min-height:47px}.results-toolbar{padding-block:23px;gap:17px}.results-toolbar strong{font-size:13px}.results-range{font-size:10px}.reset-filters{font-size:10px;margin-left:11px}.results-tools{gap:11px}.text-button{font-size:11px}.text-button .icon{width:16px}.sort-label select{font-size:10px;padding:10px 17px 10px 8px;max-width:154px}.view-toggle>a{width:32px;height:36px}.view-toggle .icon{width:16px}.directory-results.map-view{display:flex;flex-direction:column;gap:22px}.map-view>.result-cards{order:2;width:100%;grid-template-columns:1fr}.results-map{position:relative;top:0;width:100%;order:1}.results-map>.map-container{height:350px}.map-view .place-art{height:145px}.map-view .place-card-body{padding:19px}.map-view .place-card h3{font-size:24px}.map-view .place-meta>.rating{margin-left:auto}.pagination{gap:6px;margin-top:28px}.pagination>a{padding:10px 12px;min-width:37px;font-size:11px}.pagination>span{width:100%;text-align:center;margin:10px 0 0;font-size:10px}.source-note{font-size:10px;margin-top:23px}.empty-state{padding:55px 12px}.empty-state h2{font-size:31px}.empty-state>p:not(.eyebrow){font-size:13px}.error-page{padding-block:70px}.error-page h1{font-size:37px}.error-number{font-size:85px}.business-heading{display:block;padding:24px 0 28px}.business-heading h1{font-size:38px;letter-spacing:-1.1px}.business-heading>div>p:not(.eyebrow){font-size:12px;line-height:1.7}.business-heading>.button{margin-top:22px;min-height:44px;padding:10px 18px}.detail-rating{font-size:11px;gap:5px}.business-grid{display:flex;flex-direction:column;gap:30px;margin-bottom:20px}.business-main{display:contents}.business-art{width:100%;height:290px;order:0}.business-art>.art-icon{top:30%;left:68%}.business-art>.art-icon>.icon{width:95px;height:95px}.business-art>.art-sun{width:90px;height:90px;top:25px;right:15%}.business-art-caption{bottom:30px;left:23px}.business-art-caption>span:not(.eyebrow){font-size:26px}.business-art-caption>small{font-size:9px}.contact-card{position:static;width:100%;order:1;padding:25px}.contact-card h2{font-size:32px}.contact-card>p:not(.eyebrow){font-size:13px;margin-block:16px}.contact-card>.button{min-height:49px;font-size:13px}.contact-tip{margin-top:23px}.contact-tip p{font-size:12px}.business-about{order:2;width:100%;margin-top:0}.business-about{padding-bottom:28px}.business-about h2{font-size:29px}.business-about p{font-size:13px}.feature-list{gap:12px}.feature-list>li{font-size:12px}.detail-map{height:290px}.related{padding-top:40px}.guide-heading{padding-top:28px;padding-bottom:35px}.guide-heading h1{font-size:39px;line-height:1.2;letter-spacing:-1.4px}.guide-heading>p:not(.eyebrow){font-size:14px;margin-block:22px}.guide-date{font-size:10px}.guide-photo{height:300px}.guide-photo figcaption{font-size:8px;line-height:1.8;left:15px;right:15px;bottom:12px;max-width:calc(100% - 30px)}.guide-body{grid-template-columns:1fr;padding-top:33px;gap:34px}.guide-sidebar{position:static}.guide-sidebar nav>a{font-size:12px;padding:11px 0}.guide-sidebar>.text-link{display:none}.guide-lead{font-size:28px}.guide-article h2{font-size:28px}.guide-article>section>p{font-size:14px}.guide-article>section{margin-bottom:27px;padding-bottom:27px}.guide-note{padding:21px;gap:13px}.guide-note p{font-size:12px}.guide-note>.icon{width:24px}.guide-sources li{font-size:11px}.guide-sources h2{font-size:13px}.contact-page{grid-template-columns:1fr;gap:25px;padding-bottom:60px}.contact-page>div:first-child{padding-top:0}.contact-page>div:first-child h2{font-size:30px}.contact-page>div:first-child p{font-size:13px;margin-block:18px}.form-panel{padding:23px}.field label{font-size:12px}.field input,.field select,.field textarea{font-size:16px}.consent{font-size:11px}.info-content .intro{font-size:25px}.info-content p{font-size:13px}.info-content h2{font-size:29px}.credit-item{grid-template-columns:1fr;gap:25px;margin-block:35px;padding-top:30px}.credit-item h2{font-size:28px}.credit-item p{font-size:12px}.toast{font-size:12px;padding:13px 18px}}
@media(max-width:370px){.wrap{width:calc(100% - 30px)}.hero-content{left:21px;right:15px}.hero h1{font-size:60px}.hero-content .eyebrow{font-size:8px}.hero-copy{font-size:14px}.category-tile{padding:19px 11px 15px}.category-tile h3{font-size:12px}.category-tile>span .icon{display:none}.category-tile>span{font-size:9px}.sector-photo h3{font-size:25px}.sector-photo .eyebrow{font-size:6px}.results-tools{gap:7px}.sort-label select{max-width:125px}.text-button{font-size:10px}.search-field select{font-size:11px}}
.business-photo{width:100%;height:100%;object-fit:cover}.photo-credit-link{position:absolute;bottom:15px;right:15px;background:#263258cc;color:white;font-size:11px;padding:4px 9px;border-radius:4px}.place-card.map-selected{outline:2px solid var(--blue);outline-offset:3px}.favorite-button{width:44px;height:44px}.view-toggle>a{min-width:44px;min-height:44px}
@media(max-width:740px){.hero-search .search-field input,.hero-search .search-field select,.directory-filters .field input,.directory-filters .field select{font-size:16px}.hero-search{grid-template-columns:1fr}.hero-search>.search-field{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line);padding-bottom:11px}.hero-search>.search-field:nth-child(3){border-bottom:0;padding-bottom:0}.hero-search .search-field label{font-size:11px!important}.results-tools{flex-wrap:wrap}.sort-label select{max-width:135px}.pagination>a{min-height:44px}.main-nav .mobile-search{min-height:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.contact-card .website-button:disabled{cursor:not-allowed;opacity:.65;background:transparent}
.back-to-top{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:900;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:2px solid var(--paper);border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 4px 18px #26325833;transition:background .2s,box-shadow .2s}
.back-to-top:hover{background:var(--blue-hover);box-shadow:0 6px 22px #2632584d}.back-to-top .icon{width:19px;height:19px}
.site-footer{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.toast{bottom:calc(88px + env(safe-area-inset-bottom,0px))}
@media(max-width:740px){.back-to-top{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px))}.toast{bottom:calc(80px + env(safe-area-inset-bottom,0px))}}
.sector-center-photo:after{background:linear-gradient(0deg,#182443f2,transparent 78%)}
@media(max-width:960px){.sector-center-photo{grid-column:1/-1;height:280px}}
@media(max-width:740px){.sector-center-photo{height:280px}.sector-center-photo>div{bottom:28px;right:55px}.sector-center-photo .eyebrow{font-size:8px}.sector-center-photo h3{font-size:32px}.sector-center-photo p{font-size:11px}.sector-center-photo .round-arrow{bottom:28px}}
@media(max-width:740px){.hero h1{font-size:clamp(50px,15vw,68px);letter-spacing:-2px}}
.text-link,.card-bottom>a{color:var(--blue);font-weight:750;min-height:44px;max-width:100%}
.link-label{text-decoration-line:underline;text-decoration-color:var(--mint);text-decoration-thickness:2px;text-underline-offset:5px;text-decoration-skip-ink:none}
.text-link:hover .link-label,.text-link:focus-visible .link-label,.card-bottom>a:hover .link-label,.card-bottom>a:focus-visible .link-label{text-decoration-color:var(--blue)}
.text-link>.icon,.card-bottom>a>.icon{transition:transform .2s}
.text-link:hover>.icon:last-child,.card-bottom>a:hover>.icon{transform:translateX(3px)}
.card-bottom{flex-wrap:wrap}.card-bottom>a{margin-left:auto;font-size:12px}
.contact-card>p.phone-display{text-align:center;margin:10px 0 18px}
.phone-display>a{display:inline-block;max-width:100%;min-height:44px;padding-block:5px;color:var(--ink);font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.2px;overflow-wrap:anywhere;text-decoration-line:underline;text-decoration-color:var(--mint);text-decoration-thickness:2px;text-underline-offset:5px;text-decoration-skip-ink:none}
.phone-display>a:hover,.phone-display>a:focus-visible{color:var(--blue);text-decoration-color:var(--blue)}
@media(min-width:1181px){.phone-display>a{font-size:18px}}
@media(max-width:370px){.phone-display>a{font-size:18px}}
.hero-search .search-field{position:relative;border-radius:5px}
.hero-search .search-field:focus-within{background:var(--surface);border-color:transparent;outline:2px solid var(--blue);outline-offset:6px;box-shadow:0 0 0 6px var(--surface)}
.hero-search .search-field input:focus,.hero-search .search-field select:focus{outline:none;box-shadow:none}
.hero-search .search-field input::placeholder{font-weight:400}
.hero-search .search-field input:focus,.hero-search .search-field select:focus{color:var(--ink)}
.directory-filters .field>label{color:var(--ink);font-weight:700}
.directory-filters .field input,.directory-filters .field select{background:#f5f7fa;border-color:#8290a7;color:var(--ink)}
.directory-filters .field input::placeholder{color:var(--muted);opacity:1}
.directory-filters .field input[readonly]{background:#e9eef4;color:var(--ink);font-weight:500}
.directory-filters .input-icon>.icon{color:var(--blue)}
.directory-filters .field input:not([readonly]):hover,.directory-filters .field select:hover{border-color:var(--blue)}
.directory-filters .field input:not([readonly]):focus,.directory-filters .field select:focus{background:var(--card-background)}
.directory-filters input:focus,.directory-filters select:focus,.sort-label select:focus{outline:2px solid var(--blue);outline-offset:2px;border-color:var(--blue)}
@media(forced-colors:active){.hero-search .search-field:focus-within{outline-color:Highlight}.directory-filters input:focus,.directory-filters select:focus,.sort-label select:focus{outline-color:Highlight}}
.escape-section{position:relative;isolation:isolate;display:flex;justify-content:flex-end;align-items:center;min-height:590px;padding:32px;border-radius:var(--radius-panel);background:var(--mint-soft)}
.escape-photo{position:absolute;inset:0;z-index:-1;overflow:hidden;border-radius:var(--radius-panel)}
.escape-photo>img{width:100%;height:100%;object-fit:cover}
.escape-photo figcaption{position:absolute;left:24px;bottom:24px;max-width:calc(100% - 48px)}
.escape-photo figcaption a{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 12px;border-radius:6px;background:#fcfcfaf2;color:var(--ink);box-shadow:0 2px 12px #26325818;font-size:10px;font-weight:600}
.escape-photo figcaption .icon{width:14px;height:14px}
.escape-panel{width:420px;max-width:100%;padding:36px;border:1px solid #ffffffb3;border-radius:var(--radius-card);background:var(--paper);box-shadow:0 12px 40px #26325824}
.escape-panel>.eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:17px}
.escape-panel h2{font-size:43px;line-height:1.12;letter-spacing:-1.5px}
.escape-copy{font-size:14px;line-height:1.85;margin:21px 0 25px}
.escape-panel>.button{width:100%;font-size:13px;justify-content:space-between;padding-inline:19px}
.escape-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 16px;margin-top:15px;padding-top:10px;border-top:1px solid var(--line)}
.escape-links .text-link{font-size:11px;gap:10px}.escape-links .icon{width:17px;height:17px}
.footer-bottom .image-licenses-link{align-self:flex-start;display:inline-flex;align-items:center;min-height:44px;font-size:13px;text-decoration-color:var(--mint);text-underline-offset:4px}
@media(max-width:1180px){.escape-section{padding:25px;min-height:560px}.escape-panel{width:380px;padding:30px}.escape-panel h2{font-size:39px}}
@media(max-width:960px){.escape-section{padding:22px;min-height:540px}.escape-panel{width:340px;padding:26px}.escape-panel h2{font-size:35px}.escape-copy{font-size:13px}.escape-photo figcaption{left:20px;bottom:20px}}
@media(max-width:740px){.escape-section{display:block;min-height:0;padding:0 0 14px;background:var(--mint-soft);border-radius:var(--radius-panel)}.escape-photo{position:relative;inset:auto;z-index:auto;aspect-ratio:4/3;border-radius:var(--radius-panel) var(--radius-panel) 0 0}.escape-photo figcaption{left:12px;bottom:auto;top:12px;max-width:calc(100% - 24px)}.escape-photo figcaption a{min-height:32px;font-size:9px;padding:6px 10px}.escape-panel{position:relative;width:auto;max-width:none;margin:-24px 14px 0;padding:28px 23px;box-shadow:0 6px 24px #26325810}.escape-panel h2{font-size:36px}.escape-panel>.eyebrow{font-size:8px;letter-spacing:1.3px}.escape-copy{font-size:13px;margin:18px 0 23px}.escape-links{gap:0 12px}.escape-links .text-link{font-size:10px;gap:7px}}
@media(max-width:370px){.escape-panel{margin-inline:10px;padding:25px 19px}.escape-panel h2{font-size:32px}.escape-panel>.button{font-size:12px;padding-inline:14px}.escape-links .text-link{font-size:10px}}
.stay-heading-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:16px 22px;max-width:360px}
.stay-heading-actions>.text-link{font-size:13px;white-space:nowrap}
.carousel-controls{display:flex;align-items:center;gap:8px}
.carousel-status{min-width:67px;margin-right:4px;text-align:right;color:var(--muted);font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums}
.carousel-arrow{display:grid;place-items:center;flex:none;width:44px;height:44px;border:1px solid var(--card-border);border-radius:50%;background:var(--card-background);color:var(--blue);box-shadow:0 2px 6px #2632580a;cursor:pointer;transition:background .2s,border-color .2s}
.carousel-arrow>.icon{width:20px;height:20px}
.carousel-arrow[data-carousel-prev]>.icon{transform:rotate(180deg)}
.carousel-arrow:hover:not(:disabled){background:var(--mint);border-color:var(--blue)}
.carousel-arrow:disabled{opacity:.4;cursor:default;box-shadow:none}
.stay-track.cards-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--mint) transparent;padding-block:4px 20px;margin-block:-4px -20px}
.stay-track>.place-card{scroll-snap-align:start;display:flex;flex-direction:column}
.stay-track .place-art{flex:none}
.stay-track .place-card-body{display:flex;flex-direction:column;flex:1}
.stay-track .card-address{margin-bottom:18px}
.stay-track .card-bottom{margin-top:auto;padding-top:16px}
.stay-track:focus-visible{outline:2px solid var(--blue);outline-offset:5px;border-radius:8px}
@media(max-width:960px){.stay-track.cards-grid{grid-auto-columns:calc((100% - 18px)/2);gap:18px}.stay-heading-actions{max-width:280px}}
@media(max-width:740px){.stay-heading-actions{width:100%;max-width:none;justify-content:space-between;gap:12px}.stay-heading-actions>.text-link{font-size:12px}.stay-track.cards-grid{grid-auto-columns:88%;gap:16px}.carousel-status{min-width:46px;font-size:11px;margin-right:0}}
@media(max-width:370px){.stay-heading-actions{gap:8px}.stay-heading-actions>.text-link{font-size:11px;gap:6px}.carousel-controls{gap:6px}.carousel-status{min-width:40px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.stay-track.cards-grid{scroll-behavior:auto}}
.featured-links-section .heading-aside{max-width:340px}
.featured-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.featured-shortcut{display:flex;align-items:center;gap:14px;min-height:116px;border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--card-background);box-shadow:0 2px 4px #26325808,0 8px 20px #2632580d;overflow:hidden;color:var(--blue);font-size:15px;font-weight:700;line-height:1.5;transition:background .2s,border-color .2s}
.featured-shortcut:hover,.featured-shortcut:focus-visible{background:var(--mint-soft);border-color:var(--blue)}
.shortcut-photo{position:relative;display:grid;place-items:center;align-self:stretch;flex:0 0 112px;min-height:114px;background:var(--mint-soft);overflow:hidden}
.shortcut-photo>.business-photo{position:absolute;inset:0}.shortcut-photo>.icon{width:30px;height:30px}.shortcut-name{flex:1;min-width:0;padding-block:18px;overflow-wrap:anywhere}.featured-shortcut>.icon{flex:none;width:18px;height:18px;margin-right:16px;transition:transform .2s}.featured-shortcut:hover>.icon{transform:translateX(3px)}
@media(max-width:1180px){.featured-shortcut{gap:12px;font-size:14px}.shortcut-photo{flex-basis:96px}}
@media(max-width:960px){.featured-shortcuts{grid-template-columns:1fr;gap:14px}.featured-shortcut{min-height:108px;font-size:15px}.shortcut-photo{flex-basis:104px;min-height:106px}.featured-links-section .heading-aside{max-width:none}}
@media(max-width:370px){.featured-shortcut{font-size:14px}.shortcut-photo{flex-basis:88px}.featured-shortcut>.icon{margin-right:12px}}
.category-navigation>a{min-height:44px}
.business-update-cta{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:16px;margin-top:32px;padding:28px;background:var(--mint-soft);border:1px solid var(--mint);border-radius:var(--radius-card)}
.update-cta-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#fff;color:var(--blue)}
.update-cta-icon>.icon{width:25px;height:25px}
.update-cta-copy h2{font-size:25px;letter-spacing:-.6px;margin-bottom:9px}
.update-cta-copy p{font-size:13px;line-height:1.8;max-width:540px}
.business-update-cta>.button{grid-column:2;justify-self:start;font-size:13px;margin-top:2px;border-radius:8px;box-shadow:0 3px 9px #26325812}
@media(max-width:740px){.business-update-cta{order:2;width:100%;margin-top:0;padding:23px 20px;grid-template-columns:40px minmax(0,1fr);gap:14px}.update-cta-icon{width:40px;height:40px;border-radius:10px}.update-cta-icon>.icon{width:22px;height:22px}.update-cta-copy h2{font-size:23px}.update-cta-copy p{font-size:12px}.business-update-cta>.button{grid-column:1/-1;justify-self:stretch;margin-top:5px}}
.directions-button{min-height:56px;padding:14px 17px;gap:16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:16px;box-shadow:0 3px 10px #2632580d,0 1px 2px #2632580a;transition:background .2s,border-color .2s,box-shadow .2s}
.directions-button:hover{background:var(--mint-soft);border-color:var(--mint);box-shadow:0 5px 14px #26325818,0 1px 3px #2632580d}
.directions-button:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:12px}
.directions-button>.icon{width:21px;height:21px}
.contact-card>.directions-button{min-height:52px;font-size:14px}
.detail-map:focus-visible{outline:2px solid var(--blue);outline-offset:4px}
.business-hours{margin-top:32px;margin-bottom:35px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-card);background:#fff;scroll-margin-top:28px}
.hours-heading{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.hours-heading-icon{display:grid;place-items:center;flex-shrink:0;width:50px;height:50px;background:var(--mint-soft);color:var(--blue);border-radius:14px}
.hours-heading-icon>.icon{width:27px;height:27px}
.hours-heading h2{font-size:25px;letter-spacing:-.6px;line-height:1.25;margin:0}
.hours-heading p{font-size:12px;color:var(--muted);margin-top:6px}
.weekly-hours{margin:0}
.hours-day{display:grid;grid-template-columns:minmax(112px,1fr) minmax(0,1fr);align-items:start;gap:20px;padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.6}
.hours-day:last-child{border-bottom:0}
.hours-day dt{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-weight:600}
.hours-day dd{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin:0;text-align:right;font-variant-numeric:tabular-nums}
.hours-day.is-today{background:var(--mint-soft);border-radius:7px;border-bottom-color:transparent}
.hours-today{padding:1px 8px;border-radius:20px;background:var(--mint);color:var(--ink);font-size:10px;line-height:1.8;font-weight:750}
.hours-period{display:inline-flex;align-items:center;gap:7px}
.hours-period>.icon{width:16px;height:16px;flex-shrink:0}
.hours-closed{color:var(--coral-ink)}
.hours-all-day{font-weight:650}
.hours-missing{color:var(--muted);font-size:12px}
.hours-next-day{display:block;font-size:10px;font-weight:400;color:var(--muted)}
.hours-footnote{display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--line);margin-top:18px;padding-top:18px;color:var(--muted)}
.hours-footnote>.icon{width:18px;height:18px;flex-shrink:0;margin-top:2px}
.hours-footnote p{font-size:11px;line-height:1.7;margin:0}
.hours-footnote p+p{margin-top:3px}
.hours-source{margin-top:8px;font-size:12px}
.hours-empty{border-top:1px solid var(--line);padding-top:18px}
.hours-empty p{font-size:13px;line-height:1.8;color:var(--muted)}
.hours-empty>.text-link{margin-top:10px;font-size:12px}
.contact-hours-link{font-size:12px;gap:8px;margin-top:-4px;margin-bottom:7px}
.contact-hours-link>.icon{width:18px;height:18px}
.contact-hours-link>.icon:last-child{width:13px;margin-left:auto}
.accommodation-options>.eyebrow{font-size:10px;line-height:1.4;margin-bottom:12px}.accommodation-list{list-style:none;margin:24px 0 18px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.accommodation-list>li{padding:20px 17px;background:var(--card-background);border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:0 3px 10px #26325808}.accommodation-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--mint-soft);color:var(--blue);border-radius:10px;margin-bottom:17px}.accommodation-icon>.icon{width:23px;height:23px}.accommodation-list h3{font-size:17px;line-height:1.35;letter-spacing:-.2px;margin-bottom:8px}.accommodation-list p{font-size:13px;line-height:1.7}.accommodation-options>.text-link{font-size:14px;min-height:44px}
@media(max-width:740px){.accommodation-list{grid-template-columns:1fr;gap:12px}.accommodation-list>li{display:flex;align-items:flex-start;gap:15px;padding:18px}.accommodation-icon{flex-shrink:0;margin:0}.accommodation-list h3{margin-bottom:5px}.accommodation-list p{font-size:14px}}
@media(max-width:740px){.business-hours{order:2;width:100%;margin:0;padding:23px 20px}.hours-heading{gap:12px;margin-bottom:20px}.hours-heading-icon{width:42px;height:42px;border-radius:12px}.hours-heading-icon>.icon{width:24px;height:24px}.hours-heading h2{font-size:23px}.hours-heading p{font-size:11px}.hours-day{grid-template-columns:minmax(100px,1fr) minmax(0,1.3fr);font-size:13px;padding:12px 10px;gap:8px}.hours-day dt{gap:6px}.hours-today{font-size:9px;padding-inline:6px}.contact-hours-link{font-size:13px}}
@media(max-width:370px){.business-hours{padding:20px 14px}.hours-heading{gap:10px}.hours-heading h2{font-size:20px}.hours-day{grid-template-columns:minmax(88px,1fr) minmax(0,1.4fr);padding-inline:6px;font-size:12px}.hours-day dt{column-gap:5px}.hours-day dd{gap:5px}.hours-all-day{gap:4px}.hours-period>.icon{width:13px;height:13px}.hours-missing{font-size:11px}}
.cookie-policy p{font-size:16px}.cookie-policy code{overflow-wrap:anywhere}
.guide-place-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:30px}.guide-place-actions .text-link{min-height:48px}.guide-place-overview{display:flex;align-items:center;gap:24px}.guide-place-overview>div{min-width:0}.guide-place-photo{flex:0 0 200px;overflow:hidden;border-radius:var(--radius-card);background:var(--mint-soft)}.guide-place-photo>img{display:block;width:100%;height:150px;object-fit:cover}.guide-place-address{display:flex;align-items:flex-start;gap:8px}.guide-place-address>.icon{flex-shrink:0;margin-top:4px}.guide-place-overview p{margin-bottom:14px}.guide-place-overview .detail-rating{flex-wrap:wrap;line-height:1.8}.guide-article>.business-hours{padding:28px;background:var(--card-background);border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:0 4px 14px #2632580a}.guide-article .hours-heading h2{font-size:25px;letter-spacing:-.5px;margin:0}.guide-article .hours-source{font-size:14px}.guide-place-location>.directions-button{margin-top:20px}.guide-place-location .detail-map{min-height:340px}
@media(max-width:740px){.guide-place-actions{justify-content:flex-start;gap:14px 20px}.guide-place-actions .button{min-height:48px}.guide-place-overview{align-items:stretch;flex-direction:column;gap:18px}.guide-place-photo{flex:auto}.guide-place-photo>img{height:200px}.guide-article>.business-hours{padding:22px 16px}.guide-article .hours-heading h2{font-size:21px}}

/* Keep long directory titles within narrow phone screens. */
@media(max-width:370px){.page-heading h1{font-size:32px;letter-spacing:-1px;overflow-wrap:anywhere}}

.pagination .pagination-gap{width:auto;flex:0 0 auto;margin:0;padding:0 2px;font-size:14px}
