:root {
  --tol-things-ink: #172019;
  --tol-things-muted: #586159;
  --tol-things-pine: #173d2b;
  --tol-things-pine-2: #24583d;
  --tol-things-moss: #657b4b;
  --tol-things-clay: #a84f36;
  --tol-things-gold: #d9a441;
  --tol-things-paper: #f7f3ea;
  --tol-things-paper-2: #eee8dc;
  --tol-things-white: #fffdf8;
  --tol-things-line: rgba(23, 32, 25, 0.15);
  --tol-things-shadow: 0 18px 50px rgba(18, 34, 23, 0.12);
  --tol-things-radius: 22px;
}

body.tol-things-hub-active #main-content,
body.tol-things-hub-active .container,
body.tol-things-hub-active .et_pb_post,
body.tol-things-hub-active .entry-content {
  background: var(--tol-things-paper);
}

body.tol-things-hub-active #main-content .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.tol-things-hub-active #left-area {
  width: 100%;
  padding: 0;
}

body.tol-things-hub-active #sidebar,
body.tol-things-hub-active h1.entry-title.main_title,
body.tol-things-hub-active .et_post_meta_wrapper,
body.tol-things-hub-active #main-content .container::before {
  display: none !important;
}

.tol-things,
.tol-things * {
  box-sizing: border-box;
}

.tol-things {
  overflow: hidden;
  color: var(--tol-things-ink);
  background: var(--tol-things-paper);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.tol-things a {
  color: var(--tol-things-pine);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tol-things a:focus-visible,
.tol-things button:focus-visible,
.tol-things input:focus-visible,
.tol-things select:focus-visible,
.tol-things summary:focus-visible,
.tol-things [tabindex="0"]:focus-visible {
  outline: 3px solid var(--tol-things-gold);
  outline-offset: 4px;
}

.tol-things h1,
.tol-things h2,
.tol-things h3,
.tol-things p,
.tol-things figure,
.tol-things dl {
  margin-top: 0;
}

.tol-things h1,
.tol-things h2,
.tol-things h3 {
  color: var(--tol-things-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.tol-things h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.75rem);
}

.tol-things h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.tol-things-eyebrow {
  margin-bottom: 12px;
  color: var(--tol-things-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tol-things-button,
.tol-things a.tol-things-button,
.tol-things button.tol-things-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--tol-things-pine);
  border-radius: 999px;
  background: var(--tol-things-pine);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tol-things-button:hover,
.tol-things a.tol-things-button:hover,
.tol-things button.tol-things-button:hover {
  background: var(--tol-things-clay);
  border-color: var(--tol-things-clay);
  color: #fff;
  transform: translateY(-2px);
}

.tol-things-hero {
  display: grid;
  min-height: 580px;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-hero__copy {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 64px) clamp(28px, 4vw, 64px);
}

.tol-things-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tol-things-breadcrumbs a {
  color: #fff;
}

.tol-things-hero .tol-things-eyebrow {
  color: #f0c56d;
}

.tol-things-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3rem, 4.4vw, 5rem);
  letter-spacing: -0.055em;
}

.tol-things-hero__lede {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.tol-things-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 38px;
}

.tol-things-hero .tol-things-button {
  border-color: var(--tol-things-gold);
  background: var(--tol-things-gold);
  color: #172019;
}

.tol-things-hero .tol-things-button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--tol-things-pine);
}

.tol-things-text-link {
  color: #fff !important;
  font-weight: 800;
}

.tol-things-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  list-style: none;
}

.tol-things-proof li::before {
  margin-right: 8px;
  color: var(--tol-things-gold);
  content: "•";
}

.tol-things-hero__media {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
}

.tol-things-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 61, 43, 0.42), transparent 34%), linear-gradient(0deg, rgba(8, 20, 13, 0.45), transparent 30%);
  content: "";
  pointer-events: none;
}

.tol-things-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.tol-things-hero__media figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  max-width: calc(100% - 44px);
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(10, 20, 14, 0.62);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.4;
}

.tol-things-answer {
  display: grid;
  max-width: 1240px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  padding: clamp(55px, 8vw, 100px) clamp(22px, 4vw, 48px);
  margin: 0 auto;
}

.tol-things-answer h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.tol-things-answer > p {
  margin: 0;
  color: #303a32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.35vw, 2.1rem);
  line-height: 1.48;
}

.tol-things-jump {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(1240px, calc(100% - 40px));
  overflow-x: auto;
  gap: 8px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid var(--tol-things-line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 30px rgba(23, 32, 25, 0.08);
  scrollbar-width: none;
}

.tol-things-jump::-webkit-scrollbar {
  display: none;
}

.tol-things-jump a {
  flex: 0 0 auto;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--tol-things-ink);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.tol-things-jump a:hover {
  background: var(--tol-things-paper-2);
}

.tol-things-section {
  width: min(1240px, calc(100% - 44px));
  padding: clamp(70px, 9vw, 130px) 0;
  margin: 0 auto;
}

.tol-things-section + .tol-things-section {
  border-top: 1px solid var(--tol-things-line);
}

.tol-things-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(35px, 6vw, 70px);
}

.tol-things-section__header h2,
.tol-things-section__header p:last-child {
  margin-bottom: 0;
}

.tol-things-section__header > p {
  max-width: 590px;
  color: var(--tol-things-muted);
  font-size: 1rem;
}

.tol-things-finder {
  width: 100%;
  max-width: none;
  padding-right: max(22px, calc((100vw - 1240px) / 2));
  padding-left: max(22px, calc((100vw - 1240px) / 2));
  background: #e9eee8;
}

.tol-things-filter {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) repeat(3, minmax(150px, 0.72fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(23, 61, 43, 0.16);
  border-radius: var(--tol-things-radius);
  background: var(--tol-things-white);
  box-shadow: var(--tol-things-shadow);
}

.tol-things-filter label {
  display: block;
  margin-bottom: 6px;
  color: #38433a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tol-things-filter input,
.tol-things-filter select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #abb5ac;
  border-radius: 10px;
  background: #fff;
  color: var(--tol-things-ink);
  font: inherit;
  font-size: 0.9rem;
}

.tol-things-filter__reset {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--tol-things-pine);
  border-radius: 10px;
  background: transparent;
  color: var(--tol-things-pine);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.tol-things-filter__reset:hover {
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-filter__status {
  margin: 24px 0 14px;
  color: var(--tol-things-muted);
  font-size: 0.82rem;
}

.tol-things-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tol-things-result {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(23, 61, 43, 0.15);
  border-radius: 18px;
  background: var(--tol-things-white);
  box-shadow: 0 8px 24px rgba(23, 61, 43, 0.06);
}

.tol-things-result[hidden] {
  display: none;
}

.tol-things-result__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.tol-things-result__number {
  color: var(--tol-things-clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.tol-things-result__region {
  color: var(--tol-things-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.tol-things-result h3 {
  min-height: 3.5em;
  margin-bottom: 14px;
}

.tol-things-result > p {
  color: #4e5950;
  font-size: 0.9rem;
}

.tol-things-result dl {
  display: grid;
  gap: 10px;
  padding: 17px 0;
  margin: auto 0 18px;
  border-top: 1px solid var(--tol-things-line);
  border-bottom: 1px solid var(--tol-things-line);
}

.tol-things-result dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}

.tol-things-result dt {
  color: var(--tol-things-pine);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tol-things-result dd {
  margin: 0;
  color: #4a534c;
  font-size: 0.78rem;
  line-height: 1.5;
}

.tol-things-result__links {
  display: grid;
  gap: 9px;
}

.tol-things-result__links a:first-child {
  font-weight: 800;
}

.tol-things-source {
  color: var(--tol-things-muted) !important;
  font-size: 0.72rem;
}

.tol-things-empty {
  padding: 50px 24px;
  border: 1px dashed #9aa69d;
  border-radius: var(--tol-things-radius);
  text-align: center;
}

.tol-things-empty h3 {
  margin-bottom: 8px;
}

.tol-things-oregon-12 {
  text-align: left;
}

.tol-things-12-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 0;
  background: var(--tol-things-line);
  list-style: none;
}

.tol-things-12-grid li {
  min-width: 0;
  background: var(--tol-things-paper);
}

.tol-things-12-grid a {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--tol-things-ink);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.tol-things-12-grid a:hover {
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-12-grid span {
  color: var(--tol-things-clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
}

.tol-things-12-grid a:hover span {
  color: var(--tol-things-gold);
}

.tol-things-12-grid strong {
  max-width: 220px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  line-height: 1.25;
}

.tol-things-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tol-things-hub-card {
  position: relative;
  min-height: 245px;
  padding: clamp(25px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid var(--tol-things-line);
  border-radius: var(--tol-things-radius);
  background: var(--tol-things-white);
  color: var(--tol-things-ink) !important;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.tol-things-hub-card:hover {
  border-color: var(--tol-things-pine);
  box-shadow: var(--tol-things-shadow);
  transform: translateY(-4px);
}

.tol-things-hub-card__mark {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(101, 123, 75, 0.11);
}

.tol-things-hub-card:nth-child(3n+2) .tol-things-hub-card__mark {
  background: rgba(168, 79, 54, 0.11);
}

.tol-things-hub-card:nth-child(3n+3) .tol-things-hub-card__mark {
  background: rgba(217, 164, 65, 0.15);
}

.tol-things-hub-card h3 {
  position: relative;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.tol-things-hub-card p {
  position: relative;
  max-width: 500px;
  min-height: 3.3em;
  color: var(--tol-things-muted);
}

.tol-things-hub-card > strong {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  color: var(--tol-things-pine);
  font-size: 0.8rem;
}

.tol-things-regions {
  width: 100%;
  max-width: none;
  padding-right: max(22px, calc((100vw - 1240px) / 2));
  padding-left: max(22px, calc((100vw - 1240px) / 2));
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-regions h2,
.tol-things-regions .tol-things-section__header > p {
  color: #fff;
}

.tol-things-regions .tol-things-eyebrow {
  color: #f0c56d;
}

.tol-things-region-list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.tol-things-region-list a {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
}

.tol-things-region-list a:hover strong,
.tol-things-region-list a:hover .tol-things-region-list__arrow {
  color: var(--tol-things-gold);
}

.tol-things-region-list__number {
  color: var(--tol-things-gold);
  font-family: Georgia, "Times New Roman", serif;
}

.tol-things-region-list__body {
  display: grid;
  grid-template-columns: minmax(190px, 0.5fr) minmax(250px, 1fr) minmax(180px, 0.55fr);
  gap: 25px;
  align-items: center;
}

.tol-things-region-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.tol-things-region-list small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.tol-things-region-list em {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
}

.tol-things-region-list__arrow {
  font-size: 1.4rem;
}

.tol-things-season-grid,
.tol-things-trip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tol-things-season-grid article,
.tol-things-trip-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--tol-things-line);
  border-radius: 18px;
  background: var(--tol-things-white);
}

.tol-things-season-grid span,
.tol-things-trip-grid span {
  margin-bottom: auto;
  color: var(--tol-things-clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tol-things-season-grid h3,
.tol-things-trip-grid h3 {
  margin: 28px 0 12px;
}

.tol-things-season-grid p,
.tol-things-trip-grid p {
  color: var(--tol-things-muted);
  font-size: 0.85rem;
}

.tol-things-season-grid button,
.tol-things-traveler-links button {
  align-self: flex-start;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--tol-things-pine);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
}

.tol-things-inline-cta {
  margin: 35px 0 0;
  font-size: 0.88rem;
  text-align: right;
}

.tol-things-inline-cta a {
  font-weight: 800;
}

.tol-things-traveler-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.tol-things-traveler-links button {
  padding: 10px 14px;
  border: 1px solid var(--tol-things-pine);
  border-radius: 999px;
  text-decoration: none;
}

.tol-things-traveler-links button:hover {
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-collections {
  width: 100%;
  max-width: none;
  padding-right: max(22px, calc((100vw - 1240px) / 2));
  padding-left: max(22px, calc((100vw - 1240px) / 2));
  background: #ded2bd;
}

.tol-things-collection-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.tol-things-collection-grid a {
  display: flex;
  min-height: 245px;
  grid-column: span 4;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(23, 32, 25, 0.16);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.8);
  color: var(--tol-things-ink);
  text-decoration: none;
}

.tol-things-collection-grid a:nth-child(1),
.tol-things-collection-grid a:nth-child(7) {
  grid-column: span 8;
}

.tol-things-collection-grid a:hover {
  background: var(--tol-things-pine);
  color: #fff;
}

.tol-things-collection-grid a:hover h3,
.tol-things-collection-grid a:hover p,
.tol-things-collection-grid a:hover span {
  color: #fff;
}

.tol-things-collection-grid h3 {
  margin-bottom: 12px;
}

.tol-things-collection-grid p {
  color: var(--tol-things-muted);
}

.tol-things-collection-grid span {
  margin-top: auto;
  color: var(--tol-things-clay);
  font-size: 0.72rem;
  font-weight: 800;
}

.tol-things-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--tol-things-line);
  border-radius: 16px;
  background: var(--tol-things-white);
}

.tol-things-table-wrap table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.tol-things-table-wrap th,
.tol-things-table-wrap td {
  padding: 18px 20px;
  border-right: 1px solid var(--tol-things-line);
  border-bottom: 1px solid var(--tol-things-line);
  text-align: left;
  vertical-align: top;
}

.tol-things-table-wrap thead th {
  background: var(--tol-things-pine);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tol-things-table-wrap tbody th {
  width: 22%;
  color: var(--tol-things-pine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.tol-things-planning {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(40px, 8vw, 120px);
  padding-right: max(22px, calc((100vw - 1240px) / 2));
  padding-left: max(22px, calc((100vw - 1240px) / 2));
  background: #1d2921;
  color: #fff;
}

.tol-things-planning h2,
.tol-things-planning h3 {
  color: #fff;
}

.tol-things-planning .tol-things-eyebrow {
  color: var(--tol-things-gold);
}

.tol-things-planning__intro > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.tol-things-planning__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tol-things-planning__grid article {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}

.tol-things-planning__grid p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.tol-things-planning__grid a {
  margin-top: auto;
  color: #f2c468;
  font-size: 0.78rem;
  font-weight: 800;
}

.tol-things-faq__list {
  border-top: 1px solid var(--tol-things-line);
}

.tol-things-faq details {
  border-bottom: 1px solid var(--tol-things-line);
}

.tol-things-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  list-style: none;
}

.tol-things-faq summary::-webkit-details-marker {
  display: none;
}

.tol-things-faq summary span {
  color: var(--tol-things-clay);
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.tol-things-faq details[open] summary span {
  transform: rotate(45deg);
}

.tol-things-faq details > div {
  max-width: 820px;
  padding: 0 0 24px;
  color: var(--tol-things-muted);
}

.tol-things-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tol-things-story-grid article {
  min-width: 0;
}

.tol-things-story__image {
  display: block;
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 14px;
  background: #d9ddda;
}

.tol-things-story__image img,
.tol-things-story__fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.tol-things-story__image:hover img {
  transform: scale(1.025);
}

.tol-things-story__fallback {
  background: linear-gradient(135deg, var(--tol-things-pine), var(--tol-things-moss));
}

.tol-things-story-grid time {
  color: var(--tol-things-clay);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tol-things-story-grid h3 {
  margin: 9px 0 12px;
}

.tol-things-story-grid h3 a {
  color: var(--tol-things-ink);
  text-decoration: none;
}

.tol-things-story-grid p {
  color: var(--tol-things-muted);
  font-size: 0.84rem;
}

.tol-things-method {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(38px, 8vw, 120px);
  padding: clamp(65px, 8vw, 105px) max(22px, calc((100vw - 1240px) / 2));
  background: #ded2bd;
}

.tol-things-method h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.tol-things-method > div:last-child {
  color: #424a43;
}

.tol-things-method > div:last-child p:last-child {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.tol-things-archive-intro {
  max-width: 850px;
  padding: 28px;
  margin: 20px 0 38px;
  border-left: 5px solid var(--tol-things-gold);
  border-radius: 0 16px 16px 0;
  background: var(--tol-things-paper);
  color: var(--tol-things-ink);
}

.tol-things-archive-intro p {
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  .tol-things-hero {
    grid-template-columns: 1fr 1fr;
  }

  .tol-things-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tol-things-filter__search {
    grid-column: 1 / -1;
  }

  .tol-things-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tol-things-12-grid,
  .tol-things-season-grid,
  .tol-things-trip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tol-things-region-list__body {
    grid-template-columns: minmax(180px, 0.65fr) minmax(250px, 1fr);
  }

  .tol-things-region-list em {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .tol-things-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .tol-things-hero__copy {
    max-width: none;
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .tol-things-breadcrumbs {
    margin-bottom: 48px;
  }

  .tol-things-hero h1 {
    font-size: clamp(3.15rem, 15vw, 5.6rem);
  }

  .tol-things-hero__media {
    min-height: min(74vw, 590px);
  }

  .tol-things-hero__media::after {
    background: linear-gradient(0deg, rgba(8, 20, 13, 0.45), transparent 35%);
  }

  .tol-things-answer,
  .tol-things-section__header,
  .tol-things-planning,
  .tol-things-method {
    grid-template-columns: 1fr;
  }

  .tol-things-answer {
    gap: 24px;
  }

  .tol-things-jump {
    width: calc(100% - 24px);
    border-radius: 14px;
  }

  .tol-things-section {
    width: min(100% - 32px, 1240px);
  }

  .tol-things-finder,
  .tol-things-regions,
  .tol-things-collections,
  .tol-things-planning {
    width: 100%;
  }

  .tol-things-hub-grid,
  .tol-things-story-grid {
    grid-template-columns: 1fr;
  }

  .tol-things-hub-card {
    min-height: 220px;
  }

  .tol-things-region-list__body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  }

  .tol-things-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tol-things-collection-grid a,
  .tol-things-collection-grid a:nth-child(1),
  .tol-things-collection-grid a:nth-child(7) {
    grid-column: span 1;
  }

  .tol-things-planning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .tol-things-hero__copy {
    padding-right: 22px;
    padding-left: 22px;
  }

  .tol-things-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tol-things-proof {
    display: grid;
  }

  .tol-things-filter,
  .tol-things-results,
  .tol-things-12-grid,
  .tol-things-season-grid,
  .tol-things-trip-grid,
  .tol-things-collection-grid,
  .tol-things-planning__grid {
    grid-template-columns: 1fr;
  }

  .tol-things-filter__search {
    grid-column: auto;
  }

  .tol-things-result h3 {
    min-height: 0;
  }

  .tol-things-12-grid a {
    min-height: 115px;
  }

  .tol-things-region-list a {
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
  }

  .tol-things-season-grid article,
  .tol-things-trip-grid article {
    min-height: 260px;
  }

  .tol-things-collection-grid a,
  .tol-things-collection-grid a:nth-child(1),
  .tol-things-collection-grid a:nth-child(7) {
    min-height: 210px;
    grid-column: auto;
  }

  .tol-things-inline-cta {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tol-things *,
  .tol-things *::before,
  .tol-things *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .tol-things-jump,
  .tol-things-filter,
  .tol-things-latest,
  .tol-things-hero__actions {
    display: none !important;
  }

  .tol-things-hero,
  .tol-things-regions,
  .tol-things-planning {
    background: #fff !important;
    color: #000 !important;
  }

  .tol-things-hero h1,
  .tol-things-regions h2,
  .tol-things-planning h2,
  .tol-things-planning h3 {
    color: #000 !important;
  }

  .tol-things-result[hidden] {
    display: block;
  }
}
