:root{
  --adb-bg:#f5f1e8;
  --adb-bg-2:#fbfaf6;
  --adb-surface:#ffffff;
  --adb-ink:#172321;
  --adb-muted:#5f6e6a;
  --adb-muted-2:#7d8985;
  --adb-line:#ddd8ce;
  --adb-line-soft:#ebe7df;
  --adb-deep:#153f3c;
  --adb-deep-2:#0e302d;
  --adb-accent:#b75d3e;
  --adb-accent-ink:#9f4b31;
  --adb-accent-contrast:#ffffff;
  --adb-accent-soft:#f3e3da;
  --adb-sand:#ece5d8;
  --adb-shadow-sm:0 8px 24px rgba(20,43,42,.05);
  --adb-shadow:0 22px 58px rgba(20,43,42,.095);
  --adb-radius:22px;
  --adb-radius-lg:30px;
  --adb-shell:1240px;
  --adb-article:1120px;
  --adb-prose:760px;
  --adb-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --adb-serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
}

html{scroll-behavior:smooth}
body.adb-design-active{
  margin:0;
  background:var(--adb-bg);
  color:var(--adb-ink);
  font-family:var(--adb-font);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.adb-design-active *{box-sizing:border-box}
body.adb-design-active a{color:inherit;text-decoration:none}
body.adb-design-active img{max-width:100%;height:auto}

/* Media cover contract — intentionally more specific than the global responsive image rule. */
body.adb-design-active .adb-featured__media>picture,
body.adb-design-active .adb-card__media>picture,
body.adb-design-active .adb-destination-tile__media>picture,
body.adb-design-active .adb-archive-hero__media>picture,
body.adb-design-active .adb-article-cover__frame>picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.adb-design-active .adb-featured__media>img,
body.adb-design-active .adb-featured__media>picture>img,
body.adb-design-active .adb-card__media>img,
body.adb-design-active .adb-card__media>picture>img,
body.adb-design-active .adb-destination-tile__media>img,
body.adb-design-active .adb-destination-tile__media>picture>img,
body.adb-design-active .adb-archive-hero__media>img,
body.adb-design-active .adb-archive-hero__media>picture>img,
body.adb-design-active .adb-article-cover__frame>img,
body.adb-design-active .adb-article-cover__frame>picture>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:var(--adb-cover-position,50% 50%);
}
body.adb-design-active button,body.adb-design-active input{font:inherit}
body.adb-design-active [hidden]{display:none!important}
body.adb-design-active.adb-search-is-open{overflow:hidden}
body.adb-design-active :focus-visible{outline:3px solid rgba(183,93,62,.36);outline-offset:3px}
body.adb-design-active .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.adb-shell{width:min(calc(100% - 48px),var(--adb-shell));margin-inline:auto}
.adb-shell--wide{width:min(calc(100% - 48px),1280px)}
.adb-shell--narrow{width:min(calc(100% - 48px),900px)}
.adb-shell--article{width:min(calc(100% - 48px),var(--adb-article))}
.adb-main{min-height:60vh}
.adb-section{padding:82px 0}

.adb-kicker,.adb-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--adb-accent-ink)!important;
  font-size:.75rem;
  font-weight:820;
  letter-spacing:.095em;
  line-height:1.2;
  text-transform:uppercase;
}
.adb-kicker:before{content:"";width:25px;height:2px;background:currentColor;border-radius:20px;flex:none}
.adb-eyebrow{letter-spacing:.07em}
body.adb-design-active .adb-eyebrow--light{color:#fff!important;text-shadow:none}

.adb-skip-link{position:fixed;top:-120px;left:16px;z-index:100000;background:#fff;color:#111;padding:10px 14px;border-radius:9px;box-shadow:var(--adb-shadow)}
.adb-skip-link:focus{top:16px}

/* Reading progress */
.adb-reading-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:10000;pointer-events:none;overflow:hidden}
.admin-bar .adb-reading-progress{top:32px}
.adb-reading-progress span{display:block;width:100%;height:100%;background:var(--adb-accent);transform:scaleX(0);transform-origin:left center;will-change:transform}

/* Header */
.adb-site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(245,241,232,.94);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,35,33,.075);
  transition:box-shadow .2s ease,background-color .2s ease;
}
.adb-site-header.is-scrolled{background:rgba(250,248,242,.97);box-shadow:0 8px 26px rgba(20,43,42,.065)}
.admin-bar .adb-site-header{top:32px}
.adb-header__inner{height:80px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:36px}
.adb-brand{display:flex;align-items:center;min-width:195px}
.adb-brand .custom-logo-link{display:flex;align-items:center}
.adb-brand .custom-logo{display:block;width:auto;max-width:190px;max-height:56px}
.adb-brand__text{display:flex;flex-direction:column;line-height:.9;letter-spacing:-.03em;color:var(--adb-deep)!important}
.adb-brand__text span{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin-bottom:5px}
.adb-brand__text strong{font-family:var(--adb-serif);font-size:1.65rem;font-weight:700}
.adb-main-nav{justify-self:center;min-width:0}
.adb-main-nav__list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.adb-main-nav__list>li{position:relative;margin:0;padding:0}
body.adb-design-active .adb-main-nav__list a{display:block;color:#263330!important;font-size:.93rem;font-weight:680;padding:12px 0;text-decoration:none!important}
body.adb-design-active .adb-main-nav__list a:hover,body.adb-design-active .adb-main-nav__list .current-menu-item>a,body.adb-design-active .adb-main-nav__list .current-menu-ancestor>a{color:var(--adb-accent-ink)!important}
.adb-main-nav__list .sub-menu{position:absolute;top:calc(100% + 3px);left:-18px;min-width:230px;background:#fff;border:1px solid var(--adb-line);border-radius:15px;padding:9px;list-style:none;margin:0;box-shadow:var(--adb-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.adb-main-nav__list li:hover>.sub-menu,.adb-main-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
body.adb-design-active .adb-main-nav__list .sub-menu a{padding:9px 11px;border-radius:9px;font-size:.88rem}
body.adb-design-active .adb-main-nav__list .sub-menu a:hover{background:var(--adb-bg-2)}
.adb-header__actions{display:flex;align-items:center;gap:9px}
.adb-icon-button,.adb-menu-button{width:44px;height:44px;border:1px solid var(--adb-line);background:rgba(255,255,255,.78);border-radius:999px;color:var(--adb-deep);cursor:pointer;display:inline-grid;place-items:center;transition:.16s ease}
.adb-icon-button:hover,.adb-menu-button:hover{background:#fff;border-color:#c8c2b7;box-shadow:var(--adb-shadow-sm)}
.adb-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.adb-menu-button{display:none;padding:0}
.adb-menu-button span{display:block;width:18px;height:2px;background:currentColor;margin:2px auto;border-radius:10px}

/* Search overlay */
.adb-search-backdrop{position:fixed;inset:0;z-index:996;background:rgba(8,22,21,.34);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.adb-search-panel{position:fixed;inset:80px 0 auto;z-index:998;background:var(--adb-bg-2);border-bottom:1px solid var(--adb-line);box-shadow:0 20px 45px rgba(20,43,42,.11)}
.admin-bar .adb-search-panel{top:112px}
.adb-search-panel__inner{display:flex;gap:14px;align-items:center;padding:22px 0}
.adb-search-panel__inner .adb-search-form{flex:1}
.adb-search-close{border:0;background:transparent;font-size:32px;color:var(--adb-muted);cursor:pointer;line-height:1;padding:8px}
.adb-search-form{display:flex;gap:10px}
.adb-search-form input{width:100%;min-width:0;border:1px solid #ccc6bc;background:#fff;color:var(--adb-ink);border-radius:999px;padding:13px 18px;outline:0;box-shadow:none}
.adb-search-form input::placeholder{color:#7a8582;opacity:1}
.adb-search-form input:focus{border-color:var(--adb-accent);box-shadow:0 0 0 3px rgba(183,93,62,.13)}
.adb-search-form button,.adb-button{border:0;border-radius:999px;background:var(--adb-accent);color:var(--adb-accent-contrast)!important;padding:13px 22px;font-weight:780;cursor:pointer;white-space:nowrap;box-shadow:0 10px 24px rgba(183,93,62,.19);transition:filter .16s ease,transform .16s ease}
.adb-search-form button:hover,.adb-button:hover{filter:brightness(.94);transform:translateY(-1px)}

/* Blog landing intro */
.adb-landing-hero{padding:56px 0 78px;background:radial-gradient(circle at 50% -12%,rgba(255,255,255,.72),transparent 38%),linear-gradient(180deg,#f2eee5 0%,var(--adb-bg) 100%)}
.adb-landing-hero__intro{max-width:900px;margin:0 auto 48px;text-align:center}
.adb-landing-hero__intro .adb-kicker{justify-content:center;margin-bottom:17px}
.adb-landing-hero__intro h1{font-family:var(--adb-serif);font-size:clamp(3rem,6.1vw,5.5rem);line-height:.92;letter-spacing:-.065em;margin:0;color:var(--adb-deep);font-weight:700}
.adb-landing-hero__intro h1 span{white-space:nowrap}
.adb-landing-hero__intro>p{max-width:730px;margin:24px auto 0;color:#4f5e5a;font-size:1.08rem;line-height:1.72;font-weight:430}
.adb-search-form--hero{max-width:700px;margin:30px auto 0;padding:6px;background:#fff;border:1px solid #dcd7ce;border-radius:999px;box-shadow:0 14px 38px rgba(22,52,50,.075)}
.adb-search-form--hero input{border:0;box-shadow:none!important;background:transparent;padding-left:19px;min-height:49px}
.adb-search-form--hero button{padding-inline:27px}

/* Editorial featured mosaic */
.adb-featured-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(320px,.78fr);gap:20px}
.adb-featured-grid__side{display:grid;grid-template-rows:1fr 1fr;gap:20px;min-height:0}
.adb-featured{position:relative;overflow:hidden;border-radius:var(--adb-radius-lg);background:var(--adb-deep);box-shadow:var(--adb-shadow);min-height:290px;isolation:isolate}
.adb-featured--main{min-height:560px}
.adb-featured__media{position:absolute;inset:0;z-index:0;display:block;overflow:hidden;background:#183f3c}
.adb-featured__media>.adb-image-fallback{display:block;width:100%;height:100%}
.adb-featured__img{transition:transform .48s cubic-bezier(.2,.65,.3,1)}
.adb-featured:hover .adb-featured__img{transform:scale(1.035)}
.adb-featured:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,20,19,.08) 4%,rgba(5,20,19,.18) 34%,rgba(5,20,19,.68) 72%,rgba(5,20,19,.94) 100%);pointer-events:none}
.adb-featured__content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.24)}
body.adb-design-active .adb-featured .adb-eyebrow--light{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.7rem;color:#fff!important}
.adb-featured__content h2{font-family:var(--adb-serif);font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.04;letter-spacing:-.045em;margin:11px 0 11px;max-width:780px;color:#fff!important}
body.adb-design-active .adb-featured__content h2 a,body.adb-design-active .adb-featured__content h2 a:visited,body.adb-design-active .adb-featured__content h2 a:hover{color:#fff!important;text-decoration:none!important}
body.adb-design-active .adb-featured__content h2 a:hover{text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}
.adb-featured__content p{margin:0;color:rgba(255,255,255,.88);max-width:720px;font-size:.96rem;line-height:1.58}
.adb-featured__meta{display:flex;gap:18px;margin-top:17px;font-size:.75rem;font-weight:700;color:rgba(255,255,255,.72);text-shadow:none}
.adb-featured__meta span:before{content:"•";margin-right:18px;color:rgba(255,255,255,.5)}
.adb-featured--side .adb-featured__content{padding:24px}
.adb-featured--side .adb-featured__content h2{font-family:var(--adb-font);font-size:1.15rem;line-height:1.26;letter-spacing:-.018em;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Section headings */
.adb-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}
.adb-section-heading h2{font-family:var(--adb-serif);font-size:clamp(2.2rem,4vw,3.35rem);line-height:1.01;letter-spacing:-.045em;color:var(--adb-deep);margin:10px 0 0;max-width:920px}
body.adb-design-active .adb-section-heading>a{font-weight:760;color:var(--adb-accent-ink)!important;white-space:nowrap;padding-bottom:6px;border-bottom:1px solid rgba(159,75,49,.35);text-decoration:none!important}
body.adb-design-active .adb-section-heading>a:hover{border-bottom-color:currentColor}
.adb-section-heading__note{font-size:.82rem;color:var(--adb-muted-2);font-weight:650;padding-bottom:7px;white-space:nowrap}

/* Destination showcase */
.adb-destinations{padding-top:86px;padding-bottom:54px;background:var(--adb-bg-2);border-top:1px solid rgba(23,35,33,.045);border-bottom:1px solid rgba(23,35,33,.045)}
.adb-destination-showcase{display:grid;grid-template-columns:1.35fr repeat(2,minmax(0,1fr));grid-auto-rows:232px;gap:18px}
.adb-destination-tile{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:26px;padding:24px;background:linear-gradient(145deg,#285a56,#123b38);box-shadow:0 16px 38px rgba(20,43,42,.11);text-decoration:none!important;color:#fff!important}
.adb-destination-tile__media,.adb-destination-tile__shade{position:absolute;inset:0}
.adb-destination-tile__media{z-index:-2;overflow:hidden;background:linear-gradient(145deg,#285a56,#123b38)}
.adb-destination-tile__media img{transform:scale(1.015);transition:transform .46s cubic-bezier(.2,.65,.3,1)}
.adb-destination-tile__fallback{display:block;width:100%;height:100%;background:radial-gradient(circle at 82% 18%,rgba(183,93,62,.55),transparent 28%),linear-gradient(145deg,#285a56,#123b38)}
.adb-destination-tile__shade{z-index:-1;background:linear-gradient(180deg,rgba(5,24,23,.10) 8%,rgba(5,24,23,.18) 44%,rgba(5,24,23,.88) 100%)}
.adb-destination-tile:hover .adb-destination-tile__media img{transform:scale(1.05)}
.adb-destination-tile--featured{grid-row:span 2}
.adb-destination-tile__count{align-self:flex-start;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.20);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.71rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;color:#fff!important}
.adb-destination-tile__content{display:flex;flex-direction:column;gap:9px}
.adb-destination-tile__name{font-family:var(--adb-serif);font-size:clamp(1.6rem,2.4vw,2.4rem);line-height:1.01;letter-spacing:-.04em;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.24)}
.adb-destination-tile--featured .adb-destination-tile__name{font-size:clamp(2.35rem,4vw,3.65rem)}
.adb-destination-tile__cta{font-size:.8rem;font-weight:800;color:#f4cfbf!important}
body.adb-design-active .adb-destination-tile,body.adb-design-active .adb-destination-tile:visited,body.adb-design-active .adb-destination-tile:hover{color:#fff!important;text-decoration:none!important}

/* Article cards */
.adb-latest{padding-top:82px}
.adb-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 22px}
.adb-card-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.adb-card{min-width:0;height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid var(--adb-line);border-radius:var(--adb-radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:var(--adb-shadow-sm)}
.adb-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(20,43,42,.09);border-color:#cdc7bc}
.adb-card__media{display:block;flex:0 0 auto;aspect-ratio:16/10;overflow:hidden;background:var(--adb-sand);position:relative}
.adb-card__img{transition:transform .36s cubic-bezier(.2,.65,.3,1)}
.adb-card:hover .adb-card__img{transform:scale(1.024)}
.adb-card__body{padding:21px 22px 19px;display:flex;flex:1;flex-direction:column;min-width:0}
body.adb-design-active .adb-card .adb-eyebrow{font-size:.69rem;color:var(--adb-accent-ink)!important}
.adb-card__title{font-family:var(--adb-serif);font-size:1.4rem;line-height:1.13;letter-spacing:-.032em;color:var(--adb-deep);margin:8px 0 11px}
body.adb-design-active .adb-card__title a,body.adb-design-active .adb-card__title a:visited,body.adb-design-active .adb-card__title a:hover{color:var(--adb-deep)!important;text-decoration:none!important}
body.adb-design-active .adb-card__title a:hover{text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
.adb-card__excerpt{font-size:.94rem;color:var(--adb-muted);line-height:1.58;margin:0 0 17px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-weight:430}
.adb-card__meta{display:flex;gap:13px;color:#778581;font-size:.76rem;font-weight:650;border-top:1px solid var(--adb-line-soft);padding-top:13px;margin-top:auto}
.adb-card__meta span:before{content:"•";margin-right:13px;color:#b8c0bd}

/* Deliberate no-image fallback */
.adb-image-fallback{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;min-height:100%;padding:24px;overflow:hidden;background:radial-gradient(circle at 84% 12%,rgba(205,112,79,.82),transparent 25%),radial-gradient(circle at 18% 82%,rgba(255,255,255,.06),transparent 30%),linear-gradient(145deg,#285652,#123735);color:#fff}
.adb-image-fallback:before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;pointer-events:none}
.adb-image-fallback__mark{position:absolute;top:20px;right:23px;font-family:var(--adb-serif);font-size:4.5rem;line-height:1;color:rgba(255,255,255,.10);font-weight:700}
.adb-image-fallback__eyebrow{font-size:.67rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:rgba(255,255,255,.68);z-index:1}
.adb-image-fallback strong{font-family:var(--adb-serif);font-size:1.65rem;line-height:1.02;margin-top:6px;color:#fff;z-index:1}

/* Archives and search */
.adb-archive-hero,.adb-search-hero{padding:68px 0 58px;background:radial-gradient(circle at 20% -20%,rgba(255,255,255,.75),transparent 40%),linear-gradient(180deg,#eee9df,var(--adb-bg))}
.adb-archive-hero h1,.adb-search-hero h1{font-family:var(--adb-serif);font-size:clamp(3rem,6vw,4.9rem);line-height:.96;letter-spacing:-.055em;color:var(--adb-deep);margin:13px 0 16px}
.adb-archive-description{max-width:760px;color:var(--adb-muted);font-size:1.02rem;line-height:1.7}
.adb-archive-description>*:first-child{margin-top:0}.adb-archive-description>*:last-child{margin-bottom:0}
.adb-archive-stat{display:inline-flex;margin:0 0 18px;padding:7px 11px;border-radius:999px;background:#fff;border:1px solid var(--adb-line);font-size:.75rem;font-weight:800;color:var(--adb-muted)}
.adb-archive-hero--category{padding:58px 0}
.adb-archive-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:52px;align-items:center}
.adb-archive-hero__content{min-width:0}
.adb-archive-hero__media{overflow:hidden;border-radius:28px;aspect-ratio:4/3;box-shadow:var(--adb-shadow);background:var(--adb-sand);position:relative}

.adb-subcategory-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
body.adb-design-active .adb-subcategory-nav a{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--adb-line);border-radius:999px;padding:9px 13px;font-size:.86rem;font-weight:720;color:var(--adb-deep)!important;text-decoration:none!important}
.adb-subcategory-nav a span{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--adb-bg);font-size:.71rem;color:var(--adb-muted)}
body.adb-design-active .adb-subcategory-nav a:hover{border-color:var(--adb-accent);color:var(--adb-accent-ink)!important}
.adb-archive-listing{background:var(--adb-bg-2)}
.adb-search-form--results{max-width:650px;margin-top:25px}

/* Breadcrumbs, including Yoast markup */
.adb-breadcrumbs,.adb-breadcrumbs span{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:#71807c;font-size:.77rem;line-height:1.4;margin-bottom:24px}
.adb-breadcrumbs>span{margin:0}
body.adb-design-active .adb-breadcrumbs a{color:#667571!important;text-decoration:none!important}
body.adb-design-active .adb-breadcrumbs a:hover{color:var(--adb-accent-ink)!important}
.adb-breadcrumbs span[aria-current="page"],.adb-breadcrumbs .breadcrumb_last{display:inline-block;max-width:430px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8b9692}

/* Pagination */
.adb-pagination{margin-top:48px}
.adb-pagination ul,.adb-pagination .page-numbers{list-style:none;padding:0;margin:0}
.adb-pagination ul.page-numbers{display:flex;justify-content:center;align-items:center;gap:7px}
body.adb-design-active .adb-pagination a.page-numbers,body.adb-design-active .adb-pagination span.page-numbers{display:grid;place-items:center;min-width:43px;height:43px;padding:0 13px;border-radius:999px;border:1px solid var(--adb-line);background:#fff;font-size:.84rem;font-weight:740;color:var(--adb-deep)!important;text-decoration:none!important}
body.adb-design-active .adb-pagination span.current{background:var(--adb-deep);border-color:var(--adb-deep);color:#fff!important}
body.adb-design-active .adb-pagination a:hover{border-color:var(--adb-accent);color:var(--adb-accent-ink)!important}

.adb-empty-state{max-width:650px;margin:30px auto;text-align:center;padding:58px 32px;background:#fff;border:1px solid var(--adb-line);border-radius:26px;box-shadow:var(--adb-shadow-sm)}
.adb-empty-state__icon{display:block;font-size:3rem;color:var(--adb-accent);line-height:1}
.adb-empty-state h2{font-family:var(--adb-serif);font-size:2.1rem;color:var(--adb-deep);margin:15px 0 8px}
.adb-empty-state p{color:var(--adb-muted);margin:0 auto 23px;max-width:520px}

/* Single article */
.adb-single-main{background:#fff}
.adb-article-hero{padding:54px 0 0;background:radial-gradient(circle at 70% -30%,rgba(255,255,255,.75),transparent 42%),linear-gradient(180deg,#f1ede4 0%,#fff 82%)}
.adb-article-hero__inner{max-width:980px}
.adb-article-eyebrow{margin-top:1px}
.adb-article-hero h1{font-family:var(--adb-serif);font-size:clamp(3rem,6vw,5rem);line-height:.98;letter-spacing:-.058em;color:var(--adb-deep);margin:13px 0 18px;max-width:990px;font-weight:700}
.adb-article-deck{max-width:840px;color:#52615d;font-size:1.11rem;line-height:1.67;margin:0 0 22px;font-weight:430}
.adb-article-meta{display:flex;flex-wrap:wrap;gap:9px 20px;color:#74817e;font-size:.79rem;font-weight:650;padding-bottom:32px}
.adb-article-meta span+span:before{content:"•";margin-right:20px;color:#b7bfbc}
.adb-article-cover{margin-top:8px;margin-bottom:0}
.adb-article-cover__frame{position:relative;width:100%;aspect-ratio:16/8.5;overflow:hidden;border-radius:28px;background:#e9e5dc;box-shadow:0 20px 50px rgba(20,43,42,.09)}
.adb-media-caption{max-width:900px;margin:10px auto 0;color:#7e8a87;font-size:.74rem;line-height:1.5;text-align:center;font-style:normal}

.adb-article-layout{display:grid;grid-template-columns:240px minmax(0,var(--adb-prose));gap:62px;justify-content:center;align-items:start;padding:58px 0 94px}
.adb-article-aside{position:sticky;top:112px;display:flex;flex-direction:column;gap:15px;min-width:0}
.admin-bar .adb-article-aside{top:144px}
.adb-toc-card{border:1px solid var(--adb-line);border-radius:19px;background:#fbfaf6;padding:18px;box-shadow:var(--adb-shadow-sm)}
.adb-toc-card__head{padding-bottom:12px;margin-bottom:7px;border-bottom:1px solid var(--adb-line-soft)}
.adb-toc-card__label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:840;color:var(--adb-deep)}
.adb-toc-card__hint{display:block;margin-top:3px;font-size:.7rem;color:#88938f}
.adb-toc-card nav{max-height:48vh;overflow:auto;padding-right:5px;scrollbar-width:thin;scrollbar-color:#a9b0ad transparent}
.adb-toc-card ol{list-style:none;margin:0;padding:0}
.adb-toc-card li{margin:0;padding:0}
body.adb-design-active .adb-toc-card a{display:block;border-left:2px solid #dadbd5;padding:7px 0 7px 11px;font-size:.78rem;line-height:1.37;color:#4e5e59!important;font-weight:620;text-decoration:none!important}
body.adb-design-active .adb-toc-card a:hover,body.adb-design-active .adb-toc-card a.is-active{color:var(--adb-accent-ink)!important;border-left-color:var(--adb-accent)}
body.adb-design-active .adb-toc-card a.is-active{font-weight:760}
.adb-destination-card{display:flex;flex-direction:column;gap:7px;padding:19px;border-radius:19px;background:linear-gradient(160deg,#1b5552,#103230 80%);color:#fff!important;border:1px solid rgba(255,255,255,.06);box-shadow:0 14px 30px rgba(20,43,42,.13)}
.adb-destination-card>span{font-size:.69rem;color:#cbe0dd!important;text-transform:uppercase;letter-spacing:.09em;font-weight:820}
.adb-destination-card strong{font-family:var(--adb-serif);font-size:1.18rem;line-height:1.14;color:#fff!important}
.adb-destination-card em{font-style:normal;font-size:.76rem;color:#f4cfbf!important;font-weight:780;margin-top:3px}
body.adb-design-active .adb-destination-card,body.adb-design-active .adb-destination-card:visited,body.adb-design-active .adb-destination-card:hover{color:#fff!important;text-decoration:none!important}
.adb-destination-card:hover{background:linear-gradient(160deg,#174c49,#0c2a28 80%)}

/* Long-form prose */
.adb-prose{min-width:0;font-size:1.055rem;line-height:1.79;color:#2c3734;font-weight:400}
.adb-prose>*:first-child{margin-top:0}
.adb-prose p{margin:0 0 1.4em;font-weight:400!important}
.adb-prose>p:first-of-type{font-size:1.075rem;line-height:1.76;color:#34423f}
.adb-prose strong,.adb-prose b{font-weight:700;color:#172321}
.adb-prose h2,.adb-prose h3,.adb-prose h4{color:var(--adb-deep);scroll-margin-top:118px}
.admin-bar .adb-prose h2,.admin-bar .adb-prose h3{scroll-margin-top:150px}
.adb-prose h2{font-family:var(--adb-serif);font-size:clamp(1.95rem,3.4vw,2.38rem);line-height:1.12;letter-spacing:-.034em;margin:1.72em 0 .66em;font-weight:700}
.adb-prose h2:after{content:"";display:block;width:38px;height:3px;background:var(--adb-accent);border-radius:10px;margin-top:11px}
.adb-prose h3{font-size:1.24rem;line-height:1.32;letter-spacing:-.012em;margin:1.68em 0 .58em;font-weight:750}
.adb-prose h4{font-size:1.06rem;margin:1.55em 0 .45em;font-weight:760}
body.adb-design-active .adb-prose a:not(.adb-button){color:var(--adb-accent-ink)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
body.adb-design-active .adb-prose a:not(.adb-button):hover{color:#843c29!important}
.adb-prose ul,.adb-prose ol{margin:0 0 1.45em;padding-left:1.3em}
.adb-prose li{margin-bottom:.52em;padding-left:.2em}
.adb-prose blockquote{margin:1.9em 0;padding:24px 28px;border-left:4px solid var(--adb-accent);background:#f8f3ed;border-radius:0 14px 14px 0;color:#3d4a47;font-family:var(--adb-serif);font-size:1.18rem;line-height:1.62}
.adb-prose blockquote p:last-child{margin-bottom:0}
.adb-prose figure{margin:2em 0}
.adb-prose figure img,.adb-prose>img{display:block;width:auto;max-width:100%;height:auto;border-radius:17px;margin-inline:auto}
.adb-prose figcaption{font-size:.74rem;line-height:1.5;color:#7f8b88;text-align:center;margin-top:8px}
.adb-prose table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:2em 0;font-size:.9rem}
.adb-prose th,.adb-prose td{padding:11px 13px;border:1px solid var(--adb-line);text-align:left;min-width:130px}
.adb-prose th{background:#f4f1ea;color:var(--adb-deep)}
.adb-prose hr{border:0;border-top:1px solid var(--adb-line);margin:2.4em 0}
.adb-prose .wp-block-image.alignwide,.adb-prose .alignwide{max-width:930px;width:min(930px,calc(100vw - 48px));margin-left:50%;transform:translateX(-50%)}
.adb-prose .wp-block-image.alignfull,.adb-prose .alignfull{width:min(1220px,calc(100vw - 48px));max-width:none;margin-left:50%;transform:translateX(-50%)}

.adb-tags{display:flex;flex-wrap:wrap;align-items:center;gap:7px;border-top:1px solid var(--adb-line);padding-top:24px;margin-top:45px;font-size:.77rem}
.adb-tags strong{margin-right:4px;color:var(--adb-deep)}
body.adb-design-active .adb-tags a{border:1px solid var(--adb-line);border-radius:999px;padding:6px 10px;color:#566661!important;text-decoration:none!important;background:#fff}
body.adb-design-active .adb-tags a:hover{border-color:var(--adb-accent);color:var(--adb-accent-ink)!important}
.adb-editorial-note{margin-top:35px;padding:21px 23px;border-radius:16px;background:#f2f5f2;border:1px solid #d8e0da}
.adb-editorial-note strong{display:block;color:var(--adb-deep);margin-bottom:4px;font-size:.86rem}
.adb-editorial-note p{font-size:.86rem;line-height:1.6;color:#63716d;margin:0;font-weight:400!important}

/* Related guides */
.adb-related{background:var(--adb-bg);border-top:1px solid var(--adb-line)}
.adb-related .adb-card__excerpt{display:none}
.adb-related .adb-card__title{font-size:1.19rem}
.adb-related .adb-card__body{padding:18px 19px 17px}

/* Footer */
.adb-site-footer{background:linear-gradient(180deg,#123a37 0%,#0e2d2b 100%);color:#e5efed;padding:72px 0 25px}
.adb-footer__grid{display:grid;grid-template-columns:1.05fr .68fr .9fr 1.28fr;gap:46px;align-items:start}
.adb-footer-logo-card{display:inline-flex;align-items:center;background:#f5f1e8;border-radius:17px;padding:9px 13px;box-shadow:0 10px 28px rgba(0,0,0,.10)}
.adb-footer-logo-card .custom-logo-link{display:flex;align-items:center}
.adb-footer-logo-card .custom-logo{display:block;max-width:176px;max-height:54px;width:auto;height:auto}
.adb-brand__text--footer{color:#fff!important}
.adb-footer__brand p{max-width:300px;color:#b6cac6;font-size:.9rem;line-height:1.66;margin:18px 0 0}
.adb-site-footer h2{font-family:var(--adb-font);font-size:.78rem;text-transform:uppercase;letter-spacing:.095em;color:#fff;margin:0 0 16px;font-weight:820}
.adb-site-footer ul{list-style:none;margin:0;padding:0}
.adb-site-footer li{margin:9px 0}
body.adb-design-active .adb-site-footer li a{color:#d8e6e3!important;font-size:.88rem;text-decoration:none!important}
body.adb-design-active .adb-site-footer li a:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px!important}
.adb-footer__search{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:23px;padding:26px 24px}
.adb-footer__kicker{display:block;color:#f0c3b0;font-size:.69rem;text-transform:uppercase;letter-spacing:.11em;font-weight:820;margin-bottom:7px}
.adb-footer__search h2{font-family:var(--adb-serif);font-size:1.55rem;line-height:1.08;text-transform:none;letter-spacing:-.025em;margin:0;color:#fff}
.adb-footer__search p{max-width:330px;color:#b5c8c4;font-size:.87rem;line-height:1.6;margin:10px 0 0}
.adb-search-form--footer{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:9px}
.adb-search-form--footer input{border-color:#385854;background:#153735;color:#fff;padding:12px 15px}
.adb-search-form--footer input::placeholder{color:#90aaa5}
.adb-search-form--footer button{padding:12px 18px}
.adb-footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.09);margin-top:50px;padding-top:21px;color:#91aaa5;font-size:.74rem}

@media (max-width:1080px){
  .adb-main-nav__list{gap:20px}
  .adb-featured-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.82fr)}
  .adb-featured--main{min-height:520px}
  .adb-destination-showcase{grid-template-columns:1.25fr 1fr;grid-auto-rows:220px}
  .adb-destination-tile--featured{grid-row:span 2}
  .adb-article-layout{grid-template-columns:215px minmax(0,1fr);gap:40px}
  .adb-footer__grid{grid-template-columns:1fr 1fr 1fr;gap:38px}
  .adb-footer__search{grid-column:1/-1}
  .adb-footer__search p{max-width:600px}
}

@media (max-width:900px){
  .adb-header__inner{height:74px}
  .adb-main-nav{position:fixed;top:74px;left:0;right:0;background:#fbfaf6;border-bottom:1px solid var(--adb-line);padding:14px 24px 23px;display:none;box-shadow:0 16px 34px rgba(20,43,42,.09);max-height:calc(100vh - 74px);overflow:auto}
  .admin-bar .adb-main-nav{top:106px}
  .adb-main-nav.is-open{display:block}
  .adb-main-nav__list{display:block}
  body.adb-design-active .adb-main-nav__list a{padding:10px 4px}
  .adb-main-nav__list .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--adb-line);border-radius:0;margin-left:8px;padding:0 0 0 12px;display:block;background:transparent}
  .adb-menu-button{display:inline-grid}
  .adb-search-panel{top:74px}.admin-bar .adb-search-panel{top:106px}
  .adb-featured-grid{grid-template-columns:1fr}
  .adb-featured-grid__side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .adb-featured--main{min-height:500px}.adb-featured--side{min-height:260px}
  .adb-destination-showcase{grid-template-columns:1fr 1fr;grid-auto-rows:232px}
  .adb-destination-tile--featured{grid-column:1/-1;grid-row:auto;min-height:370px}
  .adb-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .adb-archive-hero__grid{grid-template-columns:1fr;gap:28px}
  .adb-archive-hero__media{aspect-ratio:16/8;order:-1}
  .adb-article-layout{display:block;padding-top:40px}
  .adb-article-aside{position:static;margin-bottom:30px}
  .adb-toc-card nav{max-height:none}
  .adb-destination-card{display:none}
  .adb-article-hero h1{max-width:850px}
}

@media (max-width:782px){
  .admin-bar .adb-site-header{top:46px}
  .admin-bar .adb-reading-progress{top:46px}
  .admin-bar .adb-main-nav{top:120px}
  .admin-bar .adb-search-panel{top:120px}
}

@media (max-width:680px){
  .adb-shell,.adb-shell--narrow,.adb-shell--article,.adb-shell--wide{width:min(calc(100% - 30px),var(--adb-shell))}
  .adb-section{padding:58px 0}
  .adb-header__inner{height:68px;gap:12px}
  .adb-brand{min-width:0}.adb-brand .custom-logo{max-width:156px;max-height:46px}.adb-brand__text strong{font-size:1.42rem}
  .adb-main-nav{top:68px;padding-inline:15px}.admin-bar .adb-main-nav{top:114px}
  .adb-search-panel{top:68px}.admin-bar .adb-search-panel{top:114px}
  .adb-icon-button,.adb-menu-button{width:39px;height:39px}
  .adb-landing-hero{padding:40px 0 54px}
  .adb-landing-hero__intro{text-align:left;margin-bottom:32px}
  .adb-landing-hero__intro .adb-kicker{justify-content:flex-start}
  .adb-landing-hero__intro h1{font-size:clamp(2.75rem,14vw,4.2rem);line-height:.94}
  .adb-landing-hero__intro h1 span{white-space:normal}
  .adb-landing-hero__intro>p{font-size:1rem;margin-top:18px}
  .adb-search-form--hero{border-radius:17px;display:grid;grid-template-columns:1fr;padding:7px;margin-top:22px}
  .adb-search-form--hero input{min-height:45px}.adb-search-form--hero button{border-radius:11px}
  .adb-featured-grid__side{grid-template-columns:1fr}
  .adb-featured--main{min-height:430px}.adb-featured--side{min-height:280px}
  .adb-featured__content{padding:23px}.adb-featured__content p{display:none}.adb-featured__content h2{font-size:1.78rem}.adb-featured--side .adb-featured__content h2{font-size:1.13rem}
  .adb-featured__meta{font-size:.7rem;gap:8px}.adb-featured__meta span:before{margin-right:8px}
  .adb-section-heading{align-items:flex-start;margin-bottom:24px}.adb-section-heading>a,.adb-section-heading__note{display:none}.adb-section-heading h2{font-size:2.42rem}
  .adb-destinations{padding-top:62px;padding-bottom:60px}
  .adb-destination-showcase{display:flex;overflow:auto;scroll-snap-type:x proximity;margin-right:-15px;padding-right:15px;gap:12px;scrollbar-width:none}.adb-destination-showcase::-webkit-scrollbar{display:none}
  .adb-destination-tile,.adb-destination-tile--featured{min-width:82vw;min-height:310px;grid-column:auto;grid-row:auto;scroll-snap-align:start}
  .adb-destination-tile__name,.adb-destination-tile--featured .adb-destination-tile__name{font-size:2rem}
  .adb-card-grid,.adb-card-grid--related{grid-template-columns:1fr}
  .adb-card{display:grid;height:auto;grid-template-columns:128px 1fr;min-height:154px;border-radius:17px}
  .adb-card__media{aspect-ratio:auto;height:100%}.adb-card__body{padding:14px 15px}.adb-card__title{font-family:var(--adb-font);font-size:1rem;line-height:1.27;margin:6px 0 10px}.adb-card__excerpt{display:none}.adb-card__meta{font-size:.69rem;gap:7px;padding-top:8px}.adb-card__meta span:before{margin-right:7px}.adb-image-fallback{padding:13px}.adb-image-fallback__mark{font-size:3rem;top:10px;right:12px}.adb-image-fallback strong{font-size:1.05rem}.adb-image-fallback__eyebrow{font-size:.56rem}
  .adb-archive-hero,.adb-search-hero{padding:48px 0 40px}.adb-archive-hero h1,.adb-search-hero h1{font-size:2.85rem}.adb-breadcrumbs span[aria-current="page"],.adb-breadcrumbs .breadcrumb_last{max-width:180px}
  .adb-archive-hero--category{padding-top:36px}.adb-archive-hero__media{aspect-ratio:16/10;border-radius:20px}
  .adb-article-hero{padding-top:36px}.adb-article-hero h1{font-size:clamp(2.55rem,12vw,3.8rem)}.adb-article-deck{font-size:1rem}.adb-article-meta{display:grid;gap:4px}.adb-article-meta span+span:before{display:none}.adb-article-cover{width:100%;margin-top:0}.adb-article-cover__frame{aspect-ratio:16/10;border-radius:0;box-shadow:none}.adb-media-caption{padding:0 15px}
  .adb-article-layout{width:min(calc(100% - 32px),var(--adb-article));padding:36px 0 68px}.adb-prose{font-size:1rem;line-height:1.77}.adb-prose>p:first-of-type{font-size:1.04rem}.adb-prose h2{font-size:1.88rem;margin-top:1.65em}.adb-prose blockquote{padding:20px;font-size:1.06rem}.adb-prose .wp-block-image.alignwide,.adb-prose .alignwide,.adb-prose .wp-block-image.alignfull,.adb-prose .alignfull{width:calc(100vw - 24px)}
  .adb-related .adb-card{grid-template-columns:112px 1fr}.adb-related .adb-card__meta{display:none}
  .adb-footer__grid{grid-template-columns:1fr 1fr;gap:34px 22px}.adb-footer__brand,.adb-footer__search{grid-column:1/-1}.adb-footer__search{padding:23px 20px}.adb-footer__bottom{display:block}.adb-footer__bottom span{display:block;margin:5px 0}
  .adb-search-panel__inner{padding:14px 0}.adb-search-form{gap:7px}.adb-search-form input{padding:11px 13px}.adb-search-form button{padding:11px 14px}
}


@media (min-width:681px) and (max-width:900px){
  .adb-article-cover__frame{aspect-ratio:16/9}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .adb-card,.adb-featured__img,.adb-card__img,.adb-destination-tile__media img,.adb-main-nav__list .sub-menu,.adb-site-header,.adb-search-form button,.adb-button{transition:none!important}
}
.adb-search-count{margin:-4px 0 0;color:var(--adb-muted);font-size:.86rem;font-weight:650}
