/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans","Segoe UI",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .hidden {
    display: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
button,input,select {
  font: inherit;
}
button,input {
  margin: 0;
}
button {
  border: 0;
}
figure,dl {
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  text-align: left;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
ol,ul {
  padding-left: 1.5rem;
}
button:disabled {
  cursor: default;
}
.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;
}
:root {
  --background: #fff;
  --foreground: #233b39;
  --card: #fff;
  --card-foreground: #233b39;
  --popover: #fff;
  --popover-foreground: #233b39;
  --primary: #153f3e;
  --primary-foreground: #fff;
  --secondary: #edf2f0;
  --secondary-foreground: #153f3e;
  --muted: #f3f5f3;
  --muted-foreground: #60716e;
  --accent: #edf2f0;
  --accent-foreground: #153f3e;
  --destructive: #b83b34;
  --border: #dce3df;
  --input: #dce3df;
  --ring: #638d86;
  --radius: .25rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--foreground);
  font-family: "DM Sans","Avenir Next","Segoe UI",sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
button,input {
  font: inherit;
}
button,a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,h2,h3,h4,p {
  margin: 0;
}
h1,h2,h3 {
  font-family: "Lora",Georgia,serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.035em;
}
h1 {
  font-size: clamp(2.8rem,4.35vw,4.5rem);
}
h2 {
  font-size: clamp(2rem,3vw,3rem);
}
h3 {
  font-size: 1.7rem;
}
em {
  font-weight: 400;
  color: #698480;
}
svg {
  flex-shrink: 0;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 3px solid #648d84;
  outline-offset: 5px;
}
.shell {
  max-width: 1360px;
  width: calc(100% - 112px);
  margin: auto;
}
.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  gap: 30px;
  border-bottom: 1px solid #e8eeeb;
}
.wordmark {
  font-family: "Lora",Georgia,serif;
  font-size: 29px;
  letter-spacing: -1.2px;
  line-height: 1.1;
  white-space: nowrap;
}
.wordmark span {
  display: block;
  font: 10px "DM Sans","Segoe UI",sans-serif;
  letter-spacing: 3.1px;
  text-align: center;
  margin-top: 10px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.site-header nav a:hover,.header-link:hover {
  color: #66887d;
}
.header-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  color: #647870;
}
.hero {
  display: grid;
  grid-template-columns: .91fr 1.09fr;
  padding-top: 36px;
  gap: 44px;
  align-items: stretch;
}
.hero-copy {
  padding: 38px 0 20px;
}
.hero-copy h1 {
  margin: 22px 0 26px;
}
.hero-copy p {
  max-width: 390px;
  color: #65756f;
  font-size: 16px;
  line-height: 1.75;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #153f3e;
  color: #fff;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  min-height: 50px;
  border-radius: 2px;
  transition: background .2s;
}
.button:hover {
  background: #2a5751;
}
.hero-copy .button {
  margin-top: 29px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #6b7c75;
  margin-top: 36px;
  line-height: 1.7;
}
.hero-media {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border-radius: 120px 3px 3px 3px;
  background: #dfeae4;
}
.hero-media>img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent,rgba(0,20,17,.72));
  pointer-events: none;
}
.hero-caption {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 34px;
  right: 28px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-caption small {
  font-size: 11px;
  letter-spacing: 2px;
}
.hero-caption strong {
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  margin: 5px 0;
}
.hero-caption span span {
  display: block;
  font-size: 13px;
  color: #e7ebe6;
}
.round-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
}
.opening {
  padding: 66px 0;
}
.opening h2 {
  margin-top: 14px;
}
.purpose-links {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 30px;
}
.purpose-links a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding: 20px 0;
  font-size: 15px;
}
.purpose-links svg {
  width: 17px;
}
@media (min-width:1600px) {
  .site-header {
    padding: 0 max(56px,calc((100vw - 1360px)/2));
  }
}
@media (max-width:1000px) {
  .shell {
    width: calc(100% - 64px);
  }
  .site-header {
    padding: 0 32px;
  }
  .site-header nav {
    gap: 18px;
  }
  .header-link {
    display: none;
  }
  .hero {
    gap: 26px;
  }
  .hero-media {
    min-height: 520px;
  }
  .hero-copy h1 {
    font-size: 3.1rem;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
  }
  .purpose-links {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:680px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: auto;
    min-height: 100px;
    padding: 18px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .wordmark {
    font-size: 25px;
  }
  .wordmark span {
    font-size: 9px;
  }
  .site-header nav {
    width: 100%;
    gap: 18px;
    overflow: auto;
    font-size: 13px;
    padding-bottom: 3px;
    white-space: nowrap;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 24px;
  }
  .hero-copy {
    padding: 15px 0 0;
  }
  .hero-copy h1 {
    font-size: 3.15rem;
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 17px 0 20px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .hero-note {
    display: none;
  }
  .hero-media {
    min-height: 420px;
    border-top-left-radius: 85px;
  }
  .hero-caption {
    left: 25px;
    bottom: 25px;
  }
  .hero-caption span span {
    font-size: 12px;
  }
  .opening {
    padding: 45px 0;
  }
  .purpose-links {
    gap: 8px 18px;
  }
  .purpose-links a {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: #153f3e;
  color: #fff;
  padding: 12px;
  z-index: 99;
}
.skip-link:focus {
  top: 10px;
}
.home-search {
  display: flex;
  align-items: center;
  border: 1px solid #c9d4ce;
  border-radius: 3px;
  margin-top: 27px;
  max-width: 450px;
  background: #fff;
  padding-left: 16px;
  height: 56px;
  gap: 10px;
}
.home-search input {
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  height: 100%;
  background: none;
  min-width: 0;
}
.home-search button {
  height: 44px;
  width: 46px;
  margin: 5px;
  padding: 0;
  border-radius: 2px;
}
.home-search>svg {
  color: #7b8b83;
}
.hero-quick-links {
  display: flex;
  gap: 9px;
  font-size: 12px;
  color: #687e76;
  margin-top: 11px;
}
.hero-note {
  margin-top: 25px;
}
.hero-copy {
  padding-top: 32px;
}
.hero-media {
  min-height: 560px;
}
.hero-copy h1 {
  line-height: 1.12;
}
.hero-copy p {
  line-height: 1.65;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin-top: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  border-bottom: 1px solid #b4c1b9;
  padding-bottom: 6px;
  line-height: 1.3;
  font-weight: 500;
}
.text-link:hover {
  color: #527267;
}
.purpose-links {
  gap: 24px;
  margin-top: 0;
}
.purpose-links a {
  gap: 12px;
  font-size: 14px;
}
.purpose-links a>svg:first-child {
  width: 22px;
  height: 22px;
  color: #658477;
}
.purpose-links a>svg:last-child {
  margin-left: auto;
  width: 16px;
}
.opening {
  padding-top: 58px;
  padding-bottom: 46px;
}
.soft-section {
  background: #f3f5f2;
  padding: 65px 0 30px;
}
.retreat-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}
.retreat-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-bottom: 1px solid #d7dfd8;
  padding-bottom: 6px;
}
.card-photo {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.48;
}
.card-photo img {
  height: 100%;
  width: 100%;
  transition: transform .45s;
}
.card-photo:hover img {
  transform: scale(1.035);
}
.photo-label {
  position: absolute;
  left: 14px;
  bottom: 13px;
  background: #fff;
  padding: 5px 10px;
  font-size: 11px;
  color: #29483e;
  max-width: calc(100% - 28px);
}
.card-body {
  padding: 23px 0 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-location {
  font-size: 12px;
  color: #718177;
  margin-bottom: 10px;
}
.card-body h3 {
  font-size: 26px;
  margin-bottom: 13px;
}
.card-summary {
  font-size: 14px;
  line-height: 1.7;
  color: #637369;
  max-width: 98%;
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 19px;
}
.card-tags span {
  font-size: 11px;
  line-height: 1.3;
  padding: 6px 10px;
  background: #e6ece6;
  color: #526959;
  border-radius: 20px;
}
.card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 23px;
  font-size: 13px;
  font-weight: 500;
}
.text-card {
  border: 1px solid #dce3dc;
  border-radius: 3px;
  padding: 9px 22px;
  background: #f7f9f5;
}
.text-card .card-location {
  margin-top: 4px;
}
.text-card .card-body {
  padding-bottom: 16px;
}
.text-card h3 {
  font-size: 27px;
}
.editorial-footnote {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #d8e0d8;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 12px;
  color: #64796a;
}
.editorial-footnote a {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.destination-section {
  padding: 70px 0;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.destination-card {
  position: relative;
  height: 330px;
  overflow: hidden;
  border-radius: 2px;
}
.destination-card img {
  width: 100%;
  height: 100%;
  transition: transform .5s;
}
.destination-card:hover img {
  transform: scale(1.04);
}
.destination-card:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent,rgba(0,25,18,.78));
}
.destination-card>div {
  position: absolute;
  bottom: 24px;
  left: 25px;
  right: 23px;
  color: #fff;
  z-index: 1;
  padding-right: 23px;
}
.destination-card h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 8px;
}
.destination-card span {
  font-size: 11px;
  color: #f0f3ed;
  display: block;
  max-width: 225px;
}
.destination-card svg {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 20px;
}
.senses-feature {
  background: #173e39;
  color: #fff;
  padding: 66px 0;
}
.senses-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.feature-photo {
  position: relative;
  min-height: 465px;
  overflow: hidden;
  border-top-right-radius: 100px;
}
.feature-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 45% center;
}
.feature-photo span {
  position: absolute;
  bottom: 15px;
  left: 18px;
  color: white;
  font-size: 11px;
  z-index: 1;
  background: #183831b5;
  padding: 3px 7px;
}
.feature-copy .eyebrow {
  color: #b3c8bb;
}
.feature-copy h2 {
  font-size: clamp(2.6rem,3.5vw,3.6rem);
  margin: 20px 0 25px;
  line-height: 1.15;
}
.feature-copy em {
  color: #b5c7b8;
}
.feature-copy>p {
  font-size: 15px;
  line-height: 1.8;
  color: #d0dbd3;
  max-width: 440px;
}
.feature-facts {
  display: flex;
  gap: 34px;
  border-top: 1px solid #ffffff25;
  padding-top: 23px;
  margin: 28px 0;
}
.feature-facts span {
  font-size: 10px;
  letter-spacing: 1.8px;
  display: block;
  color: #b4c6bb;
}
.feature-facts strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}
.light-button {
  background: #f0f2ea;
  color: #204638;
}
.light-button:hover {
  background: #d3e1d5;
  color: #13382f;
}
.lists-section {
  padding: 70px 0;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.collection-link {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid #dce3dc;
}
.collection-number {
  font-size: 13px;
  color: #8b9a8d;
  padding-top: 3px;
  min-width: 23px;
}
.collection-link>svg {
  margin-left: auto;
  margin-top: 20px;
}
.collection-link h3 {
  font-size: 25px;
  line-height: 1.2;
  margin: 7px 0 10px;
}
.collection-link .eyebrow {
  font-size: 10px;
}
.collection-link p {
  font-size: 14px;
  line-height: 1.6;
  color: #6c7e70;
  max-width: 410px;
}
.collection-link:hover h3 {
  color: #587962;
}
.journal-section {
  background: #f3f5f2;
  padding: 62px 0 70px;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 38px;
}
.journal-card {
  border-top: 1px solid #bdcbbb;
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.journal-no {
  font: italic 42px Georgia,serif;
  color: #becbc0;
  line-height: 1.1;
  margin-bottom: 19px;
}
.journal-card h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 13px 0 16px;
  max-width: 320px;
}
.journal-card p {
  font-size: 14px;
  color: #67786c;
  line-height: 1.7;
  margin-bottom: 24px;
}
.journal-card .text-link {
  margin-top: auto;
  font-size: 13px;
}
.journal-card .eyebrow {
  font-size: 11px;
}
.site-footer {
  padding-top: 65px;
  background: #fff;
  border-top: 1px solid #e3e9e2;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 55px;
}
.footer-top .wordmark {
  display: inline-block;
  font-size: 28px;
}
.footer-top>div:first-child>p {
  font-size: 14px;
  color: #819082;
  margin-top: 25px;
  line-height: 1.8;
}
.footer-title {
  display: block;
  font-size: 10px;
  letter-spacing: 1.7px;
  margin: 4px 0 20px;
  color: #5d7464;
  font-weight: 600;
}
.footer-top>div>a:not(.wordmark) {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 13px;
  color: #617866;
}
.footer-bottom {
  border-top: 1px solid #e3e9e2;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  font-size: 11px;
  color: #7e8c80;
}
.footer-bottom p {
  font-size: 11px;
}
.footer-bottom a {
  white-space: nowrap;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: #768678;
  padding: 25px 0 8px;
}
.breadcrumb>span {
  display: flex;
  gap: 9px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-intro {
  padding: 49px 0 40px;
  max-width: 850px;
}
.page-intro h1 {
  font-size: clamp(2.8rem,4.3vw,4rem);
  margin: 18px 0 24px;
}
.page-intro>p {
  font-size: 17px;
  color: #6b7d70;
  line-height: 1.75;
  max-width: 650px;
}
.directory-filters {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 14px;
  background: #f2f5f1;
  border: 1px solid #e1e7df;
  padding: 18px;
  border-radius: 3px;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #d7e0d5;
  padding-left: 14px;
  border-radius: 3px;
}
.filter-search>svg {
  color: #788d7c;
}
.filter-search input {
  border: 0;
  box-shadow: none;
  height: 46px;
  font-size: 14px;
  background: #fff;
}
.directory-filters [data-slot=select-trigger] {
  height: 48px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  box-shadow: none;
}
.results-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 30px 0 25px;
  font-size: 13px;
  color: #6d806f;
  min-height: 36px;
}
.results-line>p {
  font-weight: 500;
  color: #37573f;
}
.results-line>span {
  font-size: 12px;
}
.empty-state {
  text-align: center;
  background: #f4f7f2;
  padding: 70px 25px;
}
.empty-state>svg {
  margin: 0 auto 20px;
  color: #66866c;
}
.empty-state h2 {
  font-size: 34px;
}
.empty-state p {
  margin: 20px auto;
  max-width: 500px;
  color: #697d6d;
}
.bottom-callout {
  padding: 65px 0 75px;
  border-top: 1px solid #e0e7db;
  margin-top: 60px;
}
.bottom-callout h2 {
  font-size: 34px;
}
.bottom-callout p {
  margin: 15px 0 20px;
  color: #708274;
}
.hub-group {
  margin-bottom: 55px;
}
.hub-group>h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.journal-all {
  row-gap: 45px;
  margin-bottom: 80px;
}
.profile-hero {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 55px;
  align-items: center;
  padding: 40px 0 30px;
}
.profile-hero h1 {
  font-size: clamp(2.8rem,4.1vw,4.4rem);
  margin: 18px 0 18px;
}
.profile-location {
  color: #65806c;
  font-size: 14px;
  margin-bottom: 18px;
}
.profile-summary {
  font-size: 19px;
  color: #687c6d;
  max-width: 470px;
  line-height: 1.65;
}
.profile-hero .button {
  margin-top: 26px;
}
.profile-hero figure {
  margin: 0;
}
.profile-hero figure img {
  width: 100%;
  height: 390px;
  border-radius: 70px 2px 2px 2px;
}
.profile-hero figcaption {
  font-size: 11px;
  color: #7e8d7b;
  line-height: 1.6;
  margin-top: 10px;
}
.external-note {
  display: block;
  font-size: 11px;
  color: #778a78;
  margin-top: 12px;
}
.profile-hero.no-photo {
  display: block;
  background: #f2f6ee;
  padding: 45px;
  margin-top: 25px;
}
.profile-hero.no-photo>div {
  max-width: 860px;
}
.profile-hero.no-photo .profile-summary {
  max-width: 670px;
}
.fact-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr;
  gap: 35px;
  border-top: 1px solid #dce4d8;
  border-bottom: 1px solid #dce4d8;
  padding: 25px 0;
  margin: 15px 0 60px;
}
.fact-strip span {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #688169;
  display: block;
  margin-bottom: 8px;
}
.fact-strip strong {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
.article-layout {
  display: grid;
  grid-template-columns: 245px minmax(0,720px);
  gap: 70px;
  justify-content: space-between;
}
.article-layout aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  top: 35px;
  align-self: start;
  border-left: 1px solid #dce4d8;
  padding-left: 25px;
  gap: 13px;
  font-size: 13px;
  color: #69856c;
  line-height: 1.6;
}
.article-layout aside>.eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
}
.article-layout aside>a:hover {
  color: #123d30;
  text-decoration: underline;
}
.article-copy section {
  margin-bottom: 42px;
  scroll-margin-top: 30px;
}
.article-copy section>.eyebrow {
  margin-bottom: 13px;
  font-size: 11px;
}
.article-copy h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.article-copy h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 25px 0 12px;
}
.article-copy p {
  font-size: 17px;
  line-height: 1.85;
  color: #5f7567;
}
.article-copy p+p {
  margin-top: 18px;
}
.fit-note {
  border-left: 2px solid #a6bda3;
  background: #f1f5ed;
  padding: 20px 24px;
  margin-top: 26px;
}
.fit-note strong {
  font-size: 12px;
  letter-spacing: .6px;
  color: #52735a;
}
.fit-note p {
  font-size: 16px;
  margin-top: 6px;
}
.question-list {
  list-style: none;
  counter-reset: questions;
  padding: 0;
  margin: 20px 0;
}
.question-list li {
  counter-increment: questions;
  display: flex;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #dce5d8;
  font-size: 16px;
  line-height: 1.6;
  color: #577263;
}
.question-list li:before {
  content: counter(questions,decimal-leading-zero);
  font-size: 12px;
  color: #8ca38b;
  line-height: 26px;
}
.details-list {
  margin: 0;
}
.details-list>div {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid #e0e7dc;
  gap: 20px;
  font-size: 14px;
}
.details-list dt {
  color: #587761;
}
.details-list dd {
  margin: 0;
  color: #6f8371;
}
.details-list a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #2e5941;
}
.senses-extra {
  margin-top: 35px;
}
.sources {
  background: #f2f6ee;
  padding: 26px;
  margin: 40px 0;
}
.sources>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  margin-top: 13px;
  color: #496e54;
}
.sources>p:last-child {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 20px;
  color: #7b8e79;
}
.sources .eyebrow {
  font-size: 10px;
}
.related-section {
  padding: 65px 0 70px;
}
.related-section h2 {
  font-size: 35px;
}
.collection-hero {
  padding: 47px 0 44px;
  max-width: 1000px;
}
.collection-hero h1 {
  font-size: clamp(2.8rem,4.4vw,4.6rem);
  margin: 22px 0 24px;
  line-height: 1.13;
  max-width: 990px;
}
.collection-hero>p {
  font-size: 19px;
  line-height: 1.7;
  color: #6c8171;
  max-width: 780px;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
  font-size: 12px;
  color: #839481;
  margin-top: 28px;
}
.byline>span+span {
  position: relative;
}
.collection-intro {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 75px;
  border-top: 1px solid #e0e7da;
  padding: 40px 0 55px;
}
.collection-intro h2 {
  font-size: 33px;
  margin-bottom: 22px;
}
.collection-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #69806f;
}
.collection-intro .small-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 16px;
}
.selection-note {
  background: #f3f6f0;
  padding: 26px;
}
.selection-note>svg {
  color: #839d80;
  width: 23px;
  margin-bottom: 18px;
}
.selection-note h3 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.selection-note p {
  font-size: 14px;
  line-height: 1.75;
}
.selection-note .text-link {
  font-size: 12px;
  margin-top: 20px;
}
.comparison-section h2 {
  font-size: 32px;
  margin: 12px 0 27px;
}
.comparison-table {
  min-width: 720px;
  border-top: 1px solid #d8e2d3;
}
.comparison-table th {
  background: #f1f5ee;
  padding: 15px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #587660;
  white-space: normal;
  vertical-align: top;
}
.comparison-table td {
  font-size: 13px;
  color: #627c67;
  padding: 18px 16px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
}
.comparison-table td:first-child {
  color: #2a5138;
  font-weight: 500;
  min-width: 170px;
}
.comparison-table td:first-child span {
  font-size: 10px;
  color: #9aaa93;
  display: block;
  margin-bottom: 5px;
}
.comparison-table tr {
  border-color: #e1e8dc;
}
.comparison-table td:nth-child(2) {
  width: 22%;
}
.comparison-table td:nth-child(3) {
  width: 32%;
}
.ranked-list {
  margin-top: 42px;
}
.ranked-entry {
  display: grid;
  grid-template-columns: 48px .85fr 1.2fr;
  gap: 30px;
  padding: 38px 0;
  border-top: 1px solid #dce5d5;
  align-items: center;
}
.rank-number {
  font: italic 34px Georgia,serif;
  color: #9aaf92;
  align-self: start;
  line-height: 1.2;
}
.ranked-image {
  height: 280px;
  overflow: hidden;
}
.ranked-image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.ranked-copy .eyebrow {
  font-size: 11px;
}
.ranked-copy h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 11px 0 15px;
}
.ranked-copy>p {
  font-size: 15px;
  line-height: 1.8;
  color: #677f6b;
}
.ranked-copy .rank-fit,.ranked-copy .rank-check {
  font-size: 13px;
  margin-top: 12px;
}
.rank-fit strong,.rank-check strong {
  font-weight: 500;
  color: #375b40;
}
.ranked-copy .text-link {
  font-size: 13px;
  margin-top: 23px;
}
.ranked-entry.ranked-text {
  grid-template-columns: 48px 1fr;
}
.ranked-text .ranked-copy {
  max-width: 820px;
}
.abroad-callout {
  margin: 35px 0 60px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  background: #eaf0e6;
  padding: 38px;
  align-items: center;
}
.abroad-callout h2 {
  font-size: 36px;
  margin: 16px 0 20px;
  max-width: 480px;
}
.abroad-callout p {
  font-size: 15px;
  line-height: 1.8;
  color: #5e7966;
}
.abroad-callout .button {
  margin-top: 23px;
}
.abroad-callout img {
  height: 275px;
  width: 100%;
  border-radius: 40px 0 0 0;
}
.collection-questions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #dfe7d7;
}
.collection-questions h2 {
  font-size: 35px;
  margin-top: 17px;
}
.collection-questions .question-list {
  margin: 0;
}
.collection-questions li:first-child {
  padding-top: 0;
}
.collection-source-note {
  font-size: 12px;
  color: #7d907a;
  max-width: 900px;
  line-height: 1.8;
  margin: 20px 0;
}
.collection-source-note a {
  color: #3e6749;
  text-decoration: underline;
}
.guide-hero {
  max-width: 930px;
  padding-bottom: 60px;
}
.standalone-copy {
  max-width: 780px;
  margin: 15px auto 90px;
}
.standalone-copy .text-link {
  margin-top: 22px;
}
.not-found {
  padding: 90px 0 110px;
}
.not-found h1 {
  margin: 20px 0;
}
.not-found p {
  max-width: 600px;
  color: #6b8371;
  font-size: 18px;
}
.not-found .button {
  margin-top: 30px;
}
@media (max-width:1100px) {
  .site-header nav {
    font-size: 13px;
    gap: 23px;
  }
  .hero-copy h1 {
    font-size: 3.6rem;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  .hero-media {
    min-height: 550px;
  }
  .purpose-links {
    grid-template-columns: 1fr 1fr;
  }
  .retreat-grid {
    gap: 25px;
  }
  .senses-feature-grid {
    gap: 40px;
  }
  .collection-grid {
    gap: 0 35px;
  }
  .article-layout {
    grid-template-columns: 185px 1fr;
    gap: 45px;
  }
  .profile-hero {
    gap: 35px;
  }
  .profile-hero figure img {
    height: 365px;
  }
  .profile-summary {
    font-size: 17px;
  }
  .collection-intro {
    gap: 35px;
  }
  .footer-top {
    gap: 28px;
  }
  .footer-top .wordmark {
    font-size: 25px;
  }
  .ranked-entry {
    grid-template-columns: 35px .85fr 1.2fr;
    gap: 23px;
  }
  .destination-card>div {
    left: 18px;
  }
  .destination-card h3 {
    font-size: 22px;
  }
  .hero-quick-links {
    font-size: 11px;
  }
}
@media (max-width:850px) {
  .hero-copy h1 {
    font-size: 2.9rem;
  }
  .hero {
    gap: 30px;
  }
  .hero-copy {
    padding-top: 15px;
  }
  .hero-copy p {
    font-size: 15px;
  }
  .hero-note {
    font-size: 11px;
  }
  .home-search {
    margin-top: 25px;
    gap: 6px;
    padding-left: 10px;
  }
  .home-search input {
    font-size: 12px;
  }
  .hero-media {
    min-height: 540px;
  }
  .hero-quick-links {
    flex-wrap: wrap;
    font-size: 11px;
    gap: 6px;
  }
  .retreat-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .home-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 19px;
  }
  .home-grid .card-body h3 {
    font-size: 23px;
  }
  .home-grid .card-summary {
    font-size: 13px;
  }
  .home-grid .photo-label {
    display: none;
  }
  .destination-grid {
    gap: 16px;
  }
  .destination-card {
    height: 290px;
  }
  .destination-card h3 {
    font-size: 21px;
  }
  .destination-card span {
    font-size: 10px;
  }
  .senses-feature-grid {
    gap: 30px;
  }
  .feature-photo {
    min-height: 430px;
  }
  .feature-copy h2 {
    font-size: 37px;
  }
  .feature-facts {
    gap: 18px;
  }
  .feature-facts strong {
    font-size: 12px;
  }
  .feature-facts span {
    font-size: 9px;
  }
  .footer-top {
    grid-template-columns: 1.1fr 1fr 1fr;
  }
  .footer-top>div:last-child {
    grid-column: 2 / 4;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom p {
    order: 3;
    width: 100%;
  }
  .collection-link {
    gap: 14px;
  }
  .collection-link h3 {
    font-size: 23px;
  }
  .collection-link p {
    font-size: 13px;
  }
  .journal-grid {
    gap: 25px;
  }
  .journal-card h3 {
    font-size: 23px;
  }
  .directory-filters {
    grid-template-columns: 1fr 1fr;
  }
  .filter-search {
    grid-column: 1 / -1;
  }
  .profile-hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .profile-hero figure img {
    height: 360px;
  }
  .profile-hero h1 {
    font-size: 38px;
  }
  .fact-strip {
    gap: 25px;
  }
  .article-layout {
    grid-template-columns: 155px 1fr;
    gap: 30px;
  }
  .article-layout aside {
    padding-left: 15px;
    font-size: 12px;
  }
  .article-copy h2 {
    font-size: 29px;
  }
  .article-copy p {
    font-size: 16px;
  }
  .collection-intro {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .ranked-entry {
    grid-template-columns: 30px 1fr 1.2fr;
    gap: 20px;
  }
  .ranked-copy h2 {
    font-size: 29px;
  }
  .ranked-image {
    height: 250px;
  }
  .ranked-copy>p {
    font-size: 14px;
  }
  .collection-questions {
    gap: 35px;
  }
  .abroad-callout {
    gap: 30px;
    padding: 30px;
  }
  .abroad-callout h2 {
    font-size: 31px;
  }
}
@media (max-width:680px) {
  .site-header {
    gap: 22px;
  }
  .site-header nav {
    gap: 23px;
    font-size: 12px;
    justify-content: space-between;
  }
  .hero-copy {
    padding: 10px 0 0;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .hero-copy h1 {
    font-size: 3rem;
    line-height: 1.12;
  }
  .hero-copy p {
    font-size: 16px;
    max-width: 340px;
  }
  .hero-media {
    min-height: 400px;
    aspect-ratio: .92;
    max-height: 490px;
  }
  .home-search {
    margin-top: 23px;
    height: 55px;
    max-width: 100%;
  }
  .home-search input {
    font-size: 14px;
  }
  .hero-quick-links {
    font-size: 11px;
    gap: 7px;
  }
  .hero-note {
    display: none;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading .text-link {
    margin-top: 20px;
    font-size: 13px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.6px;
  }
  .opening {
    padding: 42px 0 30px;
  }
  .purpose-links {
    gap: 8px 22px;
  }
  .purpose-links a {
    font-size: 13px;
    gap: 10px;
    align-items: flex-start;
    padding: 17px 0;
    line-height: 1.7;
  }
  .purpose-links a>svg:first-child {
    display: none;
  }
  .purpose-links a>svg:last-child {
    margin-top: 3px;
  }
  .soft-section {
    padding: 43px 0 24px;
  }
  .home-grid,.retreat-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .card-photo {
    aspect-ratio: 1.55;
  }
  .home-grid .card-body h3 {
    font-size: 28px;
  }
  .home-grid .card-summary {
    font-size: 15px;
  }
  .home-grid .photo-label {
    display: block;
  }
  .card-location {
    font-size: 12px;
  }
  .card-summary {
    font-size: 15px;
  }
  .card-tags span {
    font-size: 11px;
  }
  .card-link {
    font-size: 14px;
  }
  .editorial-footnote {
    display: block;
  }
  .editorial-footnote a {
    margin-top: 12px;
  }
  .destination-section {
    padding: 46px 0;
  }
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .destination-card {
    height: 285px;
  }
  .destination-card h3 {
    font-size: 29px;
  }
  .destination-card span {
    font-size: 12px;
    max-width: none;
  }
  .destination-card>div {
    left: 25px;
  }
  .senses-feature {
    padding: 37px 0 45px;
  }
  .senses-feature-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .feature-photo {
    min-height: 340px;
  }
  .feature-copy h2 {
    font-size: 40px;
  }
  .feature-copy>p {
    font-size: 16px;
  }
  .feature-facts {
    gap: 34px;
  }
  .feature-facts span {
    font-size: 10px;
  }
  .feature-facts strong {
    font-size: 14px;
  }
  .lists-section {
    padding: 46px 0;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .collection-link {
    padding: 24px 0;
    gap: 17px;
  }
  .collection-link h3 {
    font-size: 25px;
  }
  .collection-link p {
    font-size: 14px;
  }
  .journal-section {
    padding: 42px 0 45px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .journal-card h3 {
    font-size: 27px;
    max-width: 100%;
  }
  .journal-card p {
    font-size: 15px;
  }
  .journal-no {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .journal-card .eyebrow {
    font-size: 10px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
    padding-bottom: 35px;
  }
  .footer-top>div:first-child {
    grid-column: 1 / -1;
  }
  .footer-top>div:last-child {
    grid-column: auto;
  }
  .footer-top>div:first-child>p {
    font-size: 13px;
    margin-top: 18px;
  }
  .footer-top>div>a:not(.wordmark) {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .breadcrumb {
    font-size: 11px;
    gap: 6px;
    padding-top: 22px;
  }
  .breadcrumb>span {
    gap: 6px;
  }
  .page-intro {
    padding: 30px 0;
  }
  .page-intro h1 {
    font-size: 39px;
    line-height: 1.15;
    margin: 18px 0 20px;
  }
  .page-intro>p {
    font-size: 16px;
  }
  .directory-filters {
    padding: 12px;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .filter-search {
    grid-column: auto;
  }
  .directory-filters [data-slot=select-trigger] {
    font-size: 14px;
  }
  .results-line {
    margin: 20px 0;
    font-size: 12px;
  }
  .results-line>span {
    display: none;
  }
  .text-card h3 {
    font-size: 28px;
  }
  .hub-group {
    margin-bottom: 35px;
  }
  .hub-group>h2 {
    font-size: 29px;
  }
  .journal-all {
    margin-bottom: 50px;
  }
  .profile-hero {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 30px;
  }
  .profile-hero h1 {
    font-size: 43px;
    margin-top: 17px;
  }
  .profile-summary {
    font-size: 18px;
  }
  .profile-hero figure img {
    height: 300px;
  }
  .profile-hero.no-photo {
    padding: 27px 24px;
    margin-top: 20px;
  }
  .profile-hero.no-photo h1 {
    font-size: 39px;
  }
  .fact-strip {
    grid-template-columns: 1fr;
    padding: 10px 0;
    gap: 0;
    margin-bottom: 35px;
  }
  .fact-strip>div {
    padding: 13px 0;
    border-bottom: 1px solid #e3eade;
  }
  .fact-strip>div:last-child {
    border: 0;
  }
  .fact-strip span {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .fact-strip strong {
    font-size: 15px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .article-layout aside {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid #e2e8db;
    border-bottom: 1px solid #e2e8db;
    font-size: 12px;
  }
  .article-layout aside>.eyebrow {
    width: 100%;
    margin: 0;
  }
  .article-copy h2 {
    font-size: 29px;
  }
  .article-copy p {
    font-size: 16px;
    line-height: 1.8;
  }
  .article-copy section {
    margin-bottom: 34px;
  }
  .question-list li {
    font-size: 15px;
  }
  .details-list>div {
    grid-template-columns: 100px 1fr;
    gap: 12px;
    font-size: 13px;
  }
  .fit-note {
    padding: 18px 20px;
  }
  .sources {
    padding: 22px;
  }
  .related-section {
    padding: 38px 0 45px;
  }
  .related-section h2 {
    font-size: 31px;
  }
  .collection-hero {
    padding: 30px 0;
  }
  .collection-hero h1 {
    font-size: 40px;
    line-height: 1.13;
    margin: 20px 0;
  }
  .collection-hero>p {
    font-size: 17px;
  }
  .byline {
    font-size: 10px;
    gap: 10px 18px;
    margin-top: 20px;
  }
  .collection-intro {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px 0 35px;
  }
  .collection-intro h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .collection-intro p {
    font-size: 15px;
  }
  .selection-note {
    padding: 25px;
  }
  .selection-note p {
    font-size: 14px;
  }
  .comparison-section h2 {
    font-size: 29px;
    margin-top: 13px;
  }
  .comparison-table td {
    padding: 14px;
    font-size: 12px;
  }
  .ranked-entry {
    grid-template-columns: 30px 1fr;
    gap: 18px;
    padding: 29px 0;
  }
  .ranked-entry .ranked-image {
    grid-column: 2;
    grid-row: 1;
    height: 200px;
  }
  .ranked-entry .ranked-copy {
    grid-column: 2;
  }
  .ranked-entry .ranked-copy h2 {
    font-size: 30px;
  }
  .ranked-copy>p {
    font-size: 15px;
  }
  .ranked-entry.ranked-text {
    grid-template-columns: 30px 1fr;
  }
  .rank-number {
    font-size: 27px;
  }
  .ranked-list {
    margin-top: 30px;
  }
  .abroad-callout {
    grid-template-columns: 1fr;
    padding: 27px 22px;
    gap: 25px;
    margin: 15px 0 40px;
  }
  .abroad-callout h2 {
    font-size: 31px;
  }
  .abroad-callout img {
    height: 220px;
  }
  .collection-questions {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
  }
  .collection-questions h2 {
    font-size: 30px;
  }
  .collection-questions li {
    font-size: 15px;
  }
  .collection-source-note {
    font-size: 11px;
  }
  .standalone-copy {
    margin-bottom: 50px;
  }
  .not-found {
    padding: 55px 0 75px;
  }
}
.card-summary,.collection-link p,.journal-card p {
  font-size: 16px;
}
.site-header nav,.header-link,.purpose-links a {
  font-size: 14px;
}
.home-grid .card-summary {
  font-size: 16px;
}
@media (max-width:680px) {
  .site-header nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    font-size: 14px;
    overflow: visible;
    white-space: normal;
  }
  .site-header nav a {
    padding: 5px 0;
  }
  .hero-copy h1 {
    font-size: clamp(2.55rem,11.5vw,3.2rem);
  }
  .purpose-links a {
    font-size: 14px;
  }
  .card-summary,.home-grid .card-summary,.journal-card p,.collection-link p {
    font-size: 16px;
  }
}
.home-search input {
  flex: 1;
  width: 100%;
  outline-offset: 4px;
}
.home-search button {
  background: #153f3e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.directory-card {
  display: flex;
  min-width: 0;
}
.directory-card>.retreat-card {
  width: 100%;
}
.directory-filters {
  grid-template-columns: minmax(220px,1.5fr) 1fr 1fr auto;
}
.directory-filters select {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #dce3df;
  background: white;
  border-radius: 2px;
  height: 46px;
  color: #29483e;
  min-width: 0;
}
.filter-search input {
  width: 100%;
  height: 46px;
  background: white;
  border: 1px solid #dce3df;
  padding: 0 12px 0 39px;
  border-radius: 2px;
}
.filter-submit {
  min-height: 46px;
  padding: 10px 18px;
}
.clear-filters {
  background: transparent;
  color: #153f3e;
  padding: 5px 0;
  border-bottom: 1px solid #b4c1b9;
}
.comparison-section [data-slot="table-container"] {
  width: 100%;
  overflow-x: auto;
}
.comparison-table tr {
  border-bottom: 1px solid #e1e8dc;
}
.profile-hero figure {
  margin: 0;
}
.standalone-copy {
  padding-bottom: 20px;
}
.wp-site-blocks {
  margin: 0;
}
.page-template-default {
  margin: 0;
}
body {
  overflow-x: clip;
}
@media (max-width:1000px) {
  .directory-filters {
    grid-template-columns: 1fr 1fr;
  }
  .filter-search {
    grid-column: 1 / -1;
  }
}
@media (max-width:680px) {
  .directory-filters {
    grid-template-columns: 1fr;
  }
  .filter-search {
    grid-column: auto;
  }
  .directory-filters select {
    font-size: 14px;
  }
  .filter-submit {
    width: 100%;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
