.curated-guide {
  width: min(calc(100% - 2rem), 76rem);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(2.5rem, 6vw, 5rem);
}

.curated-hero {
  position: relative;
  min-height: 27rem;
  padding: clamp(2rem, 7vw, 5rem);
  overflow: hidden;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 83% 21%, rgba(255, 218, 144, 0.3), transparent 25%),
    linear-gradient(135deg, #315b49, #28453b 58%, #1e3730);
  box-shadow: 0 18px 52px rgba(46, 57, 47, 0.28);
  color: #fffaf2;
}

.curated-hero::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 15rem;
  top: -2.5rem;
  right: clamp(1rem, 8vw, 7rem);
  border: 2.2rem solid rgba(255, 226, 174, 0.18);
  border-radius: 52% 48% 54% 46%;
  transform: rotate(18deg);
}

.curated-hero > * {
  position: relative;
  z-index: 1;
}

.curated-kicker,
.curated-section-label {
  margin: 0 0 0.45rem;
  color: #a14230;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.curated-hero .curated-kicker {
  color: #ffdda1;
}

.curated-hero h1 {
  max-width: 52rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.curated-hero-deck {
  max-width: 45rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.curated-hero-meta {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.35rem;
  flex-wrap: wrap;
}

.curated-hero-meta span {
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 250, 242, 0.72);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.curated-section {
  margin-top: 1rem;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid rgba(114, 64, 39, 0.2);
  border-radius: 22px;
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 18px 52px rgba(75, 48, 28, 0.2);
}

.curated-section-heading {
  max-width: 53rem;
}

.curated-section-heading h2 {
  margin: 0;
  color: #3c2b22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.curated-section-heading > p:last-child {
  margin: 0.7rem 0 0;
  color: #69564a;
  line-height: 1.65;
}

.curated-method-grid {
  display: grid;
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.curated-method-grid article {
  padding: 1rem;
  border: 1px solid #ddceb8;
  border-radius: 14px;
  background: #fff;
}

.curated-method-grid h3 {
  margin: 0;
  color: #3f2d24;
  font-size: 1rem;
}

.curated-method-grid p {
  margin: 0.45rem 0 0;
  color: #705e51;
  font-size: 0.82rem;
  line-height: 1.55;
}

.curated-controls {
  margin-top: 1.3rem;
  padding: 1rem;
  border: 1px solid #d9c9b5;
  border-radius: 16px;
  background: #f9f3e9;
}

.curated-control-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 1.35fr) repeat(4, minmax(8.5rem, 0.72fr)) auto;
  gap: 0.7rem;
  align-items: end;
}

.curated-control {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.curated-control label {
  margin-bottom: 0.28rem;
  color: #614b3d;
  font-size: 0.7rem;
  font-weight: 700;
}

.curated-control input,
.curated-control select,
.curated-clear {
  min-height: 2.75rem;
  border: 1px solid #bfae9b;
  border-radius: 10px;
  background: #fff;
  color: #3b2b23;
  font: inherit;
  font-size: 0.82rem;
}

.curated-control input,
.curated-control select {
  width: 100%;
  padding: 0.62rem 0.7rem;
}

.curated-clear {
  padding: 0.62rem 0.85rem;
  border-color: #a64a37;
  background: #a64a37;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.curated-control input:focus,
.curated-control select:focus,
.curated-clear:focus-visible,
.curated-list-link:focus-visible,
.curated-load-more:focus-visible {
  outline: 3px solid rgba(185, 79, 54, 0.28);
  outline-offset: 2px;
  border-color: #b94f36;
}

.curated-status {
  margin: 0.75rem 0 0;
  color: #3c654f;
  font-size: 0.78rem;
  font-weight: 700;
}

.curated-list-grid {
  display: grid;
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.curated-list-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ddcdb8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 8px 24px rgba(79, 52, 31, 0.08);
}

.curated-map-mark {
  position: relative;
  height: 7.5rem;
  overflow: hidden;
  background:
    linear-gradient(28deg, transparent 46%, rgba(255, 255, 255, 0.62) 47% 52%, transparent 53%),
    linear-gradient(142deg, transparent 34%, rgba(50, 89, 74, 0.16) 35% 43%, transparent 44%),
    #e6dfc9;
}

.curated-map-mark::before,
.curated-map-mark::after,
.curated-map-mark span,
.curated-map-mark i,
.curated-map-mark b {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.curated-map-mark::before {
  width: 6rem;
  height: 6rem;
  top: -1.8rem;
  left: 8%;
  border: 0.75rem solid rgba(49, 91, 73, 0.38);
}

.curated-map-mark::after {
  width: 5rem;
  height: 5rem;
  right: 9%;
  bottom: -2.5rem;
  border: 0.55rem solid rgba(166, 74, 55, 0.34);
}

.curated-map-mark span,
.curated-map-mark i,
.curated-map-mark b {
  width: 0.78rem;
  height: 0.78rem;
  border: 3px solid #fff8ec;
  background: #a64a37;
  box-shadow: 0 2px 8px rgba(74, 44, 30, 0.24);
}

.curated-map-mark span {
  top: 41%;
  left: 45%;
}

.curated-map-mark i {
  top: 20%;
  right: 23%;
}

.curated-map-mark b {
  bottom: 20%;
  left: 24%;
}

.curated-list-card-body {
  display: flex;
  padding: 1rem;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.curated-list-badges {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.curated-list-badge {
  padding: 0.25rem 0.48rem;
  border-radius: 999px;
  background: #efe7db;
  color: #644c3d;
  font-size: 0.64rem;
  font-weight: 700;
}

.curated-list-badge.is-publisher {
  background: #dcebe2;
  color: #285d45;
}

.curated-list-badge.is-google-lists {
  background: #f4e4c4;
  color: #754d12;
}

.curated-list-badge.is-google-local-guides {
  background: #e4e5f5;
  color: #45447d;
}

.curated-list-card h2 {
  margin: 0.8rem 0 0;
  color: #3c2b22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.curated-list-local-title {
  margin: 0.35rem 0 0;
  color: #8c6d5a;
  font-size: 0.76rem;
}

.curated-list-description {
  margin: 0.75rem 0 0;
  color: #69584c;
  font-size: 0.83rem;
  line-height: 1.55;
}

.curated-list-details {
  width: 100%;
  margin: 0.9rem 0 0;
}

.curated-list-details div {
  display: flex;
  gap: 0.75rem;
  padding: 0.34rem 0;
  border-top: 1px solid #eee4d7;
  justify-content: space-between;
}

.curated-list-details dt,
.curated-list-details dd {
  margin: 0;
  font-size: 0.7rem;
}

.curated-list-details dt {
  color: #8a7465;
  font-weight: 400;
}

.curated-list-details dd {
  color: #4f392d;
  font-weight: 700;
  text-align: right;
}

.curated-list-link,
.curated-load-more {
  border-radius: 999px;
  background: #a64a37;
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 700;
}

.curated-list-link {
  margin-top: auto;
  padding: 0.62rem 0.8rem;
}

.curated-list-link:hover {
  background: #7c3428;
  color: #fff;
  text-decoration: none;
}

.curated-empty {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px dashed #c7b5a1;
  border-radius: 12px;
  color: #6d594c;
  text-align: center;
}

.curated-load-more {
  display: block;
  margin: 1rem auto 0;
  padding: 0.7rem 1rem;
  border: 0;
  cursor: pointer;
}

.curated-source-note {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid #315b49;
  background: #edf4ef;
  color: #536258;
  font-size: 0.78rem;
  line-height: 1.6;
}

.curated-footer {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.8rem 0.2rem;
  justify-content: space-between;
  color: #5f4d41;
  font-size: 0.75rem;
}

.curated-footer a {
  color: #7c3428;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .curated-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .curated-list-grid,
  .curated-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .curated-guide {
    width: min(calc(100% - 1rem), 76rem);
  }

  .curated-hero {
    min-height: 23rem;
    padding: 1.4rem 1rem;
    border-radius: 18px;
  }

  .curated-section {
    padding: 1rem 0.7rem 1.2rem;
    border-radius: 16px;
  }

  .curated-control-grid,
  .curated-list-grid,
  .curated-method-grid {
    grid-template-columns: 1fr;
  }

  .curated-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .curated-list-link,
  .curated-clear,
  .curated-load-more {
    scroll-behavior: auto;
  }
}
