/* Pastel sky front‑page styles for the MayBay theme.
 *
 * This stylesheet defines a cool pastel colour palette and applies it
 * across the hero banner, destination carousel, search bar, post grids
 * and travel tips sections.  Additional classes are provided for the
 * recently added "trending" and "recent" post grids.  All cards and
 * list items wrap their content in a full‑width anchor to maximise
 * clickable area.
 */

/* Colour palette and variables */
:root {
  /* Pastel blues for backgrounds and gradients */
  --sky-0: #f7fbff;
  --sky-1: #eef7ff;
  --sky-2: #e5f2ff;
  --sky-3: #d8ecff;
  --sky-4: #c6e4ff;
  --sky-5: #9fcff7;
  /* Base text colours */
  --ink: #17324d;
  --muted: #5f7891;
  /* Lines and card surfaces */
  --line: rgba(132, 180, 220, 0.28);
  --card-bg: rgba(255, 255, 255, 0.86);
  --shadow: 0 18px 40px rgba(111, 159, 201, 0.12);
  /* Corner radii and thumbnail defaults */
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --thumb-ratio: 4/3;
  --thumb-w: 88px;
  --thumb-radius: 12px;
}

/* Global layout */
body {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(214, 237, 255, 0.95), transparent 28%),
    radial-gradient(circle at top right, rgba(230, 244, 255, 0.85), transparent 26%),
    linear-gradient(180deg, #f9fcff 0%, #eff8ff 26%, #eef7ff 54%, #f7fbff 100%);
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Reset spacing on home page */
body.home {
  --wp--style--root--padding-top: 0;
}
body.home .wp-site-blocks,
body.home .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.home .wp-block-site-title {
  display: none !important;
}

/* Typography */
body, p, li, span {
  color: var(--ink);
}
p,
.entry-content p,
.wp-block-post-excerpt,
.wp-block-latest-posts__post-excerpt,
.wp-block-post-date,
.wp-block-post-author,
.wp-block-categories-list,
.wp-block-tag-cloud {
  color: var(--muted);
  line-height: 1.6;
  margin-top: 0;
}

/* Cards and sections */
section,
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-query,
.wp-block-latest-posts,
.wp-block-media-text {
  border-radius: var(--radius-xl);
}

.wp-block-group,
.wp-block-query,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-cover.is-light,
.wp-block-column > .wp-block-group {
  background: var(--card-bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

/* Headings */
h1, h2, h3, h4, h5 {
  color: #16324b;
  letter-spacing: -0.02em;
  margin: 0 0 0.4em;
}
h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
}
h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.25;
  margin-bottom: 0.7em;
}
h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.35;
}

/* Links */
a {
  color: #2b6fa3;
  text-decoration: none;
}
a:hover {
  color: #1f5d8d;
}

/* Buttons */
button,
input[type="submit"],
.wp-element-button,
.wp-block-button__link {
  background: linear-gradient(180deg, #c7e7ff 0%, #acd8ff 100%);
  color: #12395c;
  border: 1px solid rgba(156, 206, 244, 0.9);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-weight: 700;
  cursor: pointer;
}

/* Form controls */
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(173, 210, 241, 0.65);
  border-radius: 16px;
  color: var(--ink);
  padding: 12px 14px;
}

img {
  border-radius: 18px;
}

/* Hero banner */
.hero-banner {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  height: clamp(220px, 38vw, 520px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
}

.hero-banner::before {
  display: none;
}

.hero-banner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner picture img,
.hero-banner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .hero-banner {
    height: clamp(260px, 34vw, 520px);
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .hero-banner {
    height: clamp(220px, 52vw, 420px);
    margin-top: 0 !important;
  }
}

/* Section headings */
.home-section-head {
  margin: 28px 16px 12px;
  padding-top: 14px;
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
font-size: clamp(25px, 3.45vw, 35px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #17324d;
  text-align: left;
}

.section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 16px 12px;
  padding-top: 14px;
  flex-wrap: nowrap;
}

.section-destinations .home-section-head {
  margin: 0;
  padding-top: 0;
}

.section-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.dest-nav-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}

.dest-nav-btn span {
  display: block;
  transform: translateY(-1px);
}

@media (min-width: 1024px) {
  .home-section-head {
    max-width: 1280px;
    margin: 28px auto 12px;
  }

  .section-head-row {
    max-width: 1280px;
    margin: 28px auto 12px;
  }

  .section-destinations .home-section-head {
    margin: 0;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .section-head-row {
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .dest-nav-btn {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

/* Destination carousel */
.dest-scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 8px 16px 6px;
  -webkit-overflow-scrolling: touch;
}
.dest-scroller::-webkit-scrollbar {
  display: none;
}
.dest-card {
  flex: 0 0 82%;
  scroll-snap-align: center;
  color: inherit;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 250, 255, 0.94) 100%);
  border: 1px solid rgba(132, 180, 220, 0.28);
  border-radius: 30px;
  box-shadow: 0 18px 38px rgba(111, 159, 201, 0.11);
}

.dest-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-bottom: 1px solid rgba(176, 213, 242, 0.38);
}

.dest-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 220ms ease;
}

.dest-card:hover .dest-figure img {
  transform: scale(1.04);
}

.dest-card-body {
  padding: 18px 18px 22px;
}

.dest-title {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.dest-desc {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .dest-scroller {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .dest-card {
    flex: auto;
  }

  .dest-title {
    font-size: 20px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-search-intro {
  max-width: 1280px;
  margin: 26px auto 10px;
  padding: 0 16px;
  text-align: left;
}

.home-main-desc {
  margin: 0;
  max-width: 760px;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 760px) {
  .home-search-intro {
    margin: 24px auto 10px;
    padding: 0 12px;
    text-align: left;
  }

  .home-main-desc {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* Search bar */
.home-search {
  margin: 18px auto 18px;
  padding: 0 16px;
  max-width: 1280px;
}
.home-search .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: min(100%, 680px);
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(173, 210, 241, 0.6);
  box-shadow: 0 10px 22px rgba(139, 182, 217, 0.10);
  backdrop-filter: blur(8px);
}

.home-search .search-form label {
  display: contents;
}

.home-search .search-field,
.home-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 10px 14px;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 500;
  border-radius: 0 !important;
}

.home-search .search-field::placeholder,
.home-search input[type="search"]::placeholder {
  color: var(--muted);
  opacity: 1;
  font-weight: 500;
}

.home-search .search-submit,
.home-search input[type="submit"] {
  height: auto;
  padding: 11px 18px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #c7e7ff 0%, #acd8ff 100%) !important;
  color: #12395c !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  white-space: nowrap;
}

.home-search .search-submit:hover,
.home-search input[type="submit"]:hover {
  filter: brightness(0.98);
}

@media (max-width: 760px) {
  .home-search {
    margin: 14px auto 18px;
    padding: 0 12px;
  }

  .home-search .search-form {
    max-width: none;
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 8px;
    gap: 10px;
    box-sizing: border-box;
  }

  .home-search .search-field,
  .home-search input[type="search"] {
    padding: 10px 12px;
    font-size: 16px;
  }

  .home-search .search-submit,
  .home-search input[type="submit"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
  }
}

/* Recent preview section */
.section-recent {
  margin: 8px 16px 72px;
}

.recent-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 0;
}

.recent-section-head-text {
  min-width: 0;
}

.recent-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.recent-preview-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(132, 180, 220, 0.28);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(111, 159, 201, 0.10);
  backdrop-filter: blur(8px);
}

.recent-preview-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.recent-preview-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfeefa;
}

.recent-preview-thumb--small {
  aspect-ratio: 16 / 9;
}

.recent-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.recent-preview-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #17324d;
  font-size: 12px;
  font-weight: 800;
border: 1px solid rgba(132, 180, 220, 0.45);
}

.recent-preview-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 18px;
  flex: 1;
}

.recent-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.recent-preview-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #2f628e;
  font-size: 12px;
  font-weight: 700;
}

.recent-preview-date {
  font-size: 12px;
  font-weight: 700;
  color: #6b7f93;
}

.recent-preview-card-title {
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  color: #17324d;
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
  .recent-preview-card-title {
    font-size: clamp(16px, 3vw, 22px);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.recent-preview-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5f7891;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-preview-fake-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf6ff;
  color: #17324d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(132, 180, 220, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media (min-width: 1024px) {
  .section-recent {
    max-width: 1280px;
    margin: 8px auto 84px;
  }
}

@media (max-width: 1023px) {
  .recent-preview-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .recent-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .recent-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* Separators */
hr,
.wp-block-separator {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(159, 207, 247, 0.7), transparent);
}

/* Footer adjustments */
footer,
.site-footer {
  background: linear-gradient(180deg, rgba(235, 247, 255, 0.96), rgba(248, 252, 255, 0.95));
  border-top: 1px solid rgba(176, 213, 242, 0.4);
  padding: 24px 0;
  color: var(--muted);
}

/* Recommended posts grid (new design for '요즘 뜨는 여행 이야기') */
.section-recommend {
  margin: 8px 16px 72px;
}

/* Grid container for recommended posts */
.recommend-grid {
  display: grid;
  gap: 16px;
}
.recommend-grid > * {
  min-width: 0;
}

/* Feature card */
.recommend-feature-card {
  background: var(--card-bg);
  border: 2px solid #000;
  box-shadow: var(--shadow);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.recommend-feature-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--ink);
  text-decoration: none;
}
.recommend-feature-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.recommend-feature-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-feature-content {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 16px;
  flex: 1;
}
.recommend-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  background: rgba(173, 210, 241, 0.25);
  padding: 4px 10px;
  border-radius: 999px;
}
.recommend-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.recommend-feature-card .recommend-title {
  font-size: clamp(20px, 3.2vw, 36px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 12px;
  color: var(--muted);
}

/* Small cards list */
.recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.recommend-item {
  background: var(--card-bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 20px;
  overflow: hidden;
}
.recommend-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--ink);
  text-decoration: none;
}
.recommend-thumb {
  position: relative;
  width: calc(100% - 16px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 8px 8px 0;
  border-radius: 16px;
}

.recommend-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
}

.recommend-list .recommend-title {
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 800;
  line-height: 1.4;
  margin: 8px 0 0;
}
.recommend-link .recommend-title {
  padding: 12px;
}
.recommend-link .recommend-meta {
  padding: 0 12px 12px;
}

/* Pastel backgrounds for each small card */
.recommend-item:nth-child(1) {
  background: var(--sky-2);
}
.recommend-item:nth-child(2) {
  background: var(--sky-1);
}
.recommend-item:nth-child(3) {
  background: var(--sky-3);
}
.recommend-item:nth-child(4) {
  background: var(--sky-4);
}

/* Responsive layout for recommended section */
@media (min-width: 1024px) {
  .section-recommend {
    max-width: 1280px;
    margin: 8px auto 84px;
  }
  .recommend-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .recommend-feature-card {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .recommend-list {
    display: contents;
  }
  .recommend-item:nth-child(1) { grid-column: 2; grid-row: 1; }
  .recommend-item:nth-child(2) { grid-column: 3; grid-row: 1; }
  .recommend-item:nth-child(3) { grid-column: 2; grid-row: 2; }
  .recommend-item:nth-child(4) { grid-column: 3; grid-row: 2; }
}

/* Left feature category card badge + bottom category overlay */
.recommend-feature-link {
  gap: 0;
}

.recommend-feature-thumb {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin: 8px 8px 0;
  width: calc(100% - 16px);
  line-height: 0;
}

.recommend-feature-thumb::after {
  display: none;
}

.recommend-feature-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.recommend-feature-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #14385f;
  background: rgba(244, 249, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 20px rgba(18, 54, 89, 0.10);
  backdrop-filter: blur(8px);
}

.dest-feature-badge {
  top: 18px;
  left: 18px;
}

.recommend-feature-badge--info {
  gap: 0;
  min-height: 36px;
  padding: 0 12px;
  color: #184a73;
  background: rgba(214, 234, 250, 0.96);
  border: 1px solid rgba(157, 197, 228, 0.92);
  box-shadow: 0 8px 20px rgba(18, 54, 89, 0.12);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.recommend-feature-content {
  padding: 18px 22px 24px;
}

.recommend-desc {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--muted);
}

.feature-points {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
}

.feature-points span {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: var(--ink);
  background: rgba(173, 210, 241, 0.22);
  border: 1px solid rgba(173, 210, 241, 0.38);
}

.feature-divider {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background: rgba(132, 180, 220, 0.32);
}

@media (max-width: 760px) {
  .feature-points {
    gap: 8px;
    margin-top: 12px;
  }

  .feature-points span {
    min-height: 32px;
    padding: 0 10px;
    font-size: clamp(10px, 2.8vw, 13px);
  }

  .feature-divider {
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .recommend-feature-badge {
    top: 16px;
    left: 16px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .recommend-feature-content {
    padding: 16px 18px 20px;
  }
}
@media (min-width: 1024px) {
  .section-destinations .section-head-actions {
    display: none;
  }
}

.section-destinations {
  margin: 0 16px 72px;
}

@media (min-width: 1024px) {
  .section-destinations {
    max-width: 1280px;
    margin: 0 auto 84px;
  }
}

.section-head-copy {
  min-width: 0;
}

.section-head-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.section-head-row--stacked {
  align-items: flex-start;
}

.section-travel-hub,
.section-popular,
.section-spotlight,
.section-recent {
  max-width: 1280px;
}

.section-travel-hub {
  margin: 8px 16px 56px;
}

.travel-hub-shell {
  width: 100%;
  padding: 22px 18px 18px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(249, 232, 201, 0.52), transparent 26%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98) 0%, rgba(250, 245, 236, 0.94) 100%);
  border: 1px solid rgba(212, 188, 149, 0.34);
  box-shadow: 0 12px 28px rgba(160, 136, 104, 0.08);
}

.travel-hub-heading {
  margin-bottom: 16px;
}

.travel-hub-heading .home-section-head {
  margin: 0 0 6px;
  padding-top: 0;
}

.travel-hub-support {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.6;
  color: #6e6458;
}

.travel-hub-link-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(203, 179, 143, 0.28);
  box-shadow: none;
  border-radius: 18px;
  overflow: hidden;
}

.travel-hub-link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.travel-hub-links {
  display: grid;
  gap: 12px;
}

.travel-hub-link-thumb {
  aspect-ratio: auto;
  overflow: hidden;
  min-height: 112px;
  background: #eadfce;
}

.travel-hub-link-thumb img,
.travel-hub-link-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.travel-hub-link-thumb-placeholder {
  background:
    radial-gradient(circle at top right, rgba(159, 207, 247, 0.55), transparent 30%),
    linear-gradient(180deg, #edf6ff 0%, #dceeff 100%);
}

.travel-hub-link-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 15px 14px 14px;
}

.travel-hub-link-top {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}

.travel-hub-link-date {
  font-size: 12px;
  font-weight: 700;
  color: #8a755d;
  background: rgba(255, 248, 239, 0.9);
  border: 1px solid rgba(212, 188, 149, 0.35);
  border-radius: 999px;
  min-height: 24px;
  padding: 0 9px;
}

.travel-hub-link-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #2f2419;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.travel-hub-link-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6e6458;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-destinations .section-head-note {
  margin-top: 4px;
}

.section-popular {
  margin: 8px 16px 60px;
}

.popular-grid {
  display: grid;
  gap: 18px;
}

.popular-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,250,255,0.92) 100%);
  border: 1px solid rgba(132, 180, 220, 0.28);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(111, 159, 201, 0.10);
}

.popular-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.popular-card-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfeefa;
}

.popular-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.popular-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.popular-card-badge--hot {
  background: linear-gradient(180deg, #ff5a5f 0%, #e53935 100%);
  color: #fff;
}

.popular-card-badge--solid {
  background: linear-gradient(180deg, #ffd54f 0%, #ffb300 100%);
  color: #5a3d00;
}

.popular-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 18px;
  flex: 1;
}

.popular-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.popular-card-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #2f628e;
  font-size: 12px;
  font-weight: 700;
}

.popular-card-date {
  font-size: 12px;
  font-weight: 700;
  color: #6b7f93;
}

.popular-card-title {
  margin: 0;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.4;
  font-weight: 800;
  color: #17324d;
}

.popular-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-spotlight {
  margin: 4px 16px 40px;
}

.spotlight-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(239,248,255,0.96) 100%);
  border: 1px solid rgba(132, 180, 220, 0.32);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(111, 159, 201, 0.10);
}

.spotlight-card-link {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.spotlight-card-media {
  min-height: 76px;
  background: #dfeefa;
}

.spotlight-card-media img,
.spotlight-card-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.spotlight-card-placeholder {
  background:
    radial-gradient(circle at top right, rgba(159, 207, 247, 0.6), transparent 32%),
    linear-gradient(180deg, #eaf5ff 0%, #dceeff 100%);
}

.spotlight-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
}

.spotlight-label,
.spotlight-callout-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #edf6ff;
  color: #2f628e;
  font-size: 11px;
  font-weight: 800;
}

.spotlight-title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.35;
  color: #17324d;
}

.spotlight-description {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.spotlight-callout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(132, 180, 220, 0.30);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(111, 159, 201, 0.08);
}

.spotlight-callout-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.spotlight-callout-title {
  font-size: 15px;
  font-weight: 800;
  color: #17324d;
}

@media (min-width: 1024px) {
  .section-travel-hub {
    margin: 8px auto 68px;
  }

  .section-search {
    max-width: 1280px;
    margin: 0 auto 24px;
  }

  .home-search-intro,
  .home-search {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .travel-hub-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }

  .travel-hub-link {
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
  }

  .travel-hub-link-thumb {
    min-height: 104px;
  }

  .travel-hub-link-body {
    justify-content: center;
    gap: 6px;
    padding: 12px 16px 12px 12px;
  }

  .travel-hub-link-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
  }

  .section-popular {
    margin: 8px auto 72px;
  }

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

  .section-spotlight {
    margin: 4px auto 52px;
  }

  .spotlight-card-link {
    grid-template-columns: minmax(110px, 0.34fr) minmax(0, 1.66fr);
  }
}

@media (max-width: 760px) {
  .section-travel-hub,
  .section-popular,
  .section-spotlight,
  .section-recent {
    margin-left: 12px;
    margin-right: 12px;
  }

  .spotlight-card-content {
    padding: 14px 14px 16px;
  }

  .travel-hub-link-body {
    padding: 14px 14px 16px;
  }

  .travel-hub-shell {
    padding: 18px 14px 14px;
    border-radius: 22px;
  }

  .travel-hub-link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .travel-hub-link-thumb {
    min-height: 96px;
  }

  .spotlight-callout {
    padding: 12px 14px;
  }
}
