html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #18181b;
  font-family: 'new-rubrik-edge', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  color: #fc8800 !important;
  font-family: 'new-rubrik-edge', ui-sans-serif, system-ui, sans-serif;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: 0;
}

h2 {
  color: #fc8800 !important;
  font-family: 'new-rubrik-edge', ui-sans-serif, system-ui, sans-serif;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0;
}

main p {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.container-site {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-space {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.btn-primary,
.btn-light {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-family: 'Roboto', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.btn-primary {
  background: #fc8800;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(254, 215, 170, 1), 0 4px 6px -4px rgba(254, 215, 170, 1);
}

.btn-primary:hover {
  background: #ea580c;
  transform: translateY(-0.125rem);
}

.btn-light {
  background: #fff;
  color: #18181b;
  box-shadow: 0 0 0 1px #e4e4e7, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-light:hover {
  box-shadow: 0 0 0 1px #fc8800, 0 1px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(-0.125rem);
}

.card-hover {
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.card-hover:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 20px 60px rgba(24, 24, 27, 0.08);
}

.listing-card {
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0 0 1px #f4f4f5, 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.listing-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 20px 60px rgba(24, 24, 27, 0.08);
}

.filter-pill {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e7;
  border-radius: 9999px;
  background: #fff;
  padding: 0.625rem 1.25rem;
  color: #52525b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.filter-pill:hover {
  border-color: #fc8800;
  color: #fc8800;
}

.filter-pill-active {
  border-color: #fc8800;
  background: #fef2e5;
  color: #fc8800;
}

@media (min-width: 640px) {
  .container-site {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-site {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-space {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.home-page {
  color: #1f1f1f;
  background: #fff;
}

.home-page p {
  color: #1f1f1f !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.home-container,
.home-section {
  width: min(100% - 40px, 1170px);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eee;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9a8f89;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.brand-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fc8800;
  color: #fff;
  font-weight: 900;
}

.site-header a {
  transition: color 150ms ease;
}

.site-header a:hover {
  color: #fc8800;
}

.tip-button,
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  background: #fc8800;
  padding: 0 18px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

.home-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #ddd;
}

.home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero:after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08) 62%, rgba(252, 136, 0, 0.12));
}

.home-hero-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: max(24px, calc((100vw - 1170px) / 2));
  transform: translateY(-50%);
  width: min(360px, calc(100% - 48px));
}

.home-hero h1 {
  margin-bottom: 18px;
  color: #fff !important;
  font-size: 40px !important;
  line-height: 1.05 !important;
}

.home-section {
  padding-top: 70px;
}

.text-block {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}

.text-block h2,
.section-title {
  margin-bottom: 14px;
  color: #b0a39c !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
  text-align: center;
}

.wide-photo {
  width: 100%;
  height: 340px;
  margin-top: 58px;
  border-radius: 7px;
  object-fit: cover;
}

.category-grid,
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 50px;
  align-items: stretch;
}

.image-tile,
.feature-tile {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #ddd;
}

.image-tile img,
.feature-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.image-tile:after,
.feature-tile:after,
.more-card:after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.56));
}

.image-tile:hover img,
.feature-tile:hover img {
  transform: scale(1.04);
}

.image-tile span,
.feature-tile span {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 0.98;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.26);
}

.image-tile b {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fc8800;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.feature-tile {
  aspect-ratio: 1 / 1.05;
}

.feature-tile span {
  top: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.05;
}

.more-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 7px;
}

.more-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-card div {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 35px;
  width: min(360px, calc(100% - 70px));
  color: #fff;
}

.more-card h3 {
  font-size: 19px;
  font-weight: 900;
}

.more-card p {
  margin-top: 10px;
  color: #fff !important;
  font-size: 13px !important;
}

.more-card a {
  display: inline-flex;
  min-height: 34px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  padding: 0 18px;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.cta-card {
  display: grid;
  min-height: 145px;
  align-content: start;
  gap: 12px;
  border-radius: 7px;
  padding: 30px;
  color: #fff;
}

.cta-card strong {
  font-size: 18px;
  line-height: 1.15;
}

.cta-card span {
  font-size: 13px;
  font-weight: 700;
}

.cta-card.muted {
  background: #aa9d96;
}

.cta-card.orange {
  background: #fc8800;
}

.home-footer {
  margin-top: 75px;
  background: #fc8800;
  padding: 46px 0 18px;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px;
}

.home-footer h3 {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 900;
}

.home-footer a {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.copyright {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
}

.category-page .category-intro {
  padding-top: 58px;
}

.category-page .text-block {
  text-align: left;
}

.category-page .text-block h1,
.category-page .text-block h2,
.category-page .section-title {
  text-align: left;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 46px;
  color: #8f8680;
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #fc8800;
}

.category-main-photo {
  margin-top: 72px;
}

.compact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 970px;
  margin: 58px auto 0;
}

.image-row img {
  width: 100%;
  height: 330px;
  border-radius: 7px;
  object-fit: cover;
}

.inline-button {
  display: inline-flex;
  min-height: 42px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fc8800;
  padding: 0 24px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
}

.detail-page .detail-intro {
  padding-top: 58px;
}

.detail-page .text-block {
  text-align: left;
}

.detail-page .text-block h1,
.detail-page .text-block h2,
.detail-page .section-title {
  text-align: left;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 970px;
  margin: 0 auto;
}

.detail-meta div,
.detail-visit,
.detail-tip,
.detail-link-grid a {
  border-radius: 7px;
  background: #f7f4f1;
  padding: 26px;
}

.detail-meta span {
  display: block;
  color: #9f948e;
  font-size: 13px;
  font-weight: 900;
}

.detail-meta strong {
  display: block;
  margin-top: 9px;
  font-size: 17px;
  line-height: 1.35;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 970px;
  margin: 18px auto 0;
}

.detail-tag {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  background: #fff3e6;
  padding: 0 16px;
  color: #fc8800;
  font-size: 13px;
  font-weight: 900;
}

.detail-copy {
  max-width: 970px;
  margin: 0 auto;
}

.detail-section + .detail-section,
.detail-extra,
.detail-extra + .detail-section,
.detail-image-row + .detail-section {
  margin-top: 90px;
}

.detail-section h2,
.detail-extra h2,
.detail-visit h2,
.detail-tip h2 {
  margin-bottom: 18px;
  color: #b0a39c !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
}

.detail-section p + p {
  margin-top: 18px;
}

.detail-bullets {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.detail-bullets li {
  border-radius: 7px;
  background: #f7f4f1;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 800;
}

.detail-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-link-grid h3 {
  font-size: 20px;
  font-weight: 900;
}

.detail-link-grid p {
  margin-top: 10px;
  font-size: 16px !important;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 970px;
  margin: 0 auto;
}

.detail-visit {
  display: grid;
  gap: 18px;
}

.detail-visit div {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 16px;
}

.detail-visit p {
  color: #9f948e !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.detail-visit strong,
.detail-visit a {
  display: block;
  margin-top: 7px;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 900;
}

.detail-visit a {
  color: #fc8800;
}

.detail-tip {
  background: #fc8800;
  color: #fff;
}

.detail-tip h2 {
  color: #fff !important;
}

.detail-tip p {
  color: #fff !important;
}

.detail-tip .inline-button {
  background: #fff;
  color: #fc8800 !important;
}

.detail-related {
  margin-top: 30px;
}

.detail-see-also {
  margin-top: 30px;
}

.detail-see-also .image-tile {
  aspect-ratio: 1.18 / 1;
}

.detail-image-row {
  margin-top: 70px;
  margin-bottom: 70px;
}

.detail-visit-block {
  max-width: 970px;
  margin: 0 auto;
}

.detail-visit-block h2 {
  margin: 34px 0 18px;
  color: #b0a39c !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
}

.detail-visit-block h2:first-child {
  margin-top: 0;
}

.detail-visit-block > p {
  max-width: 760px;
}

.detail-visit-list {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 38px;
}

.detail-visit-list div {
  display: grid;
  gap: 4px;
}

.detail-visit-list p {
  color: #9f948e !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.detail-visit-list strong,
.detail-visit-list a {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 900;
}

.detail-visit-list a {
  color: #fc8800;
}

.detail-share {
  display: flex;
  min-height: 66px;
  max-width: 970px;
  margin: 0 auto;
  align-items: center;
  gap: 12px;
  border-radius: 7px;
  background: #fc8800;
  padding: 0 28px;
  color: #fff;
}

.detail-share strong {
  margin-right: auto;
  font-size: 15px;
  font-weight: 900;
}

.detail-share span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #fc8800;
  font-size: 11px;
  font-weight: 900;
}

.visit-icon-list {
  display: grid;
  gap: 24px;
  max-width: 970px;
  border-radius: 7px;
  background: #fff3e6;
  padding: 32px;
}

.visit-icon-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 20px;
}

.visit-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #fc8800;
}

.visit-icon svg {
  width: 32px;
  height: 32px;
}

.visit-icon-row p {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

.visit-note {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.visit-icon-list .inline-button {
  justify-self: start;
  margin-top: 0;
}

@media (max-width: 760px) {
  .home-hero {
    height: 330px;
  }

  .home-section {
    padding-top: 48px;
  }

  .category-grid,
  .featured-grid,
  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-tile,
  .feature-tile {
    aspect-ratio: 1.45 / 1;
  }

  .wide-photo {
    height: 220px;
    margin-top: 34px;
  }

  .image-row {
    grid-template-columns: 1fr;
  }

  .image-row img {
    height: 240px;
  }

  .detail-meta,
  .detail-link-grid,
  .detail-info-grid {
    grid-template-columns: 1fr;
  }

  .visit-icon-row {
    grid-template-columns: 32px 1fr;
    gap: 14px;
  }

  .visit-icon-row p {
    font-size: 20px !important;
  }
}
