.guide-page {
  min-height: 100vh;
  padding-top: 5.4rem;
  background: #fff;
  color: #222;
}

.guide-header {
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
}

.guide-header .desktop-nav { display: flex; }
.guide-header .desktop-nav a { color: #454545; }
.guide-header .desktop-nav a:hover,
.guide-header .desktop-nav a[aria-current="page"] { color: #111; text-decoration: underline; text-underline-offset: 0.3rem; }

.guide-page h1,
.guide-page h2,
.guide-page h3 { text-wrap: balance; }

.breadcrumbs { padding: 1.25rem 0 2rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0; padding: 0; list-style: none; color: #676767; font-size: 0.78rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 0.35rem; color: #aaa; }
.breadcrumbs a { text-underline-offset: 0.2rem; }

.guide-hub-hero { padding-bottom: clamp(4rem, 7vw, 7rem); }
.guide-hub-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.guide-hub-hero h1,
.category-hero h1,
.article-hero h1 { font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: 0.92; letter-spacing: -0.06em; }
.guide-standfirst { max-width: 760px; margin: 1.5rem 0 0; color: #5d5d5d; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.guide-meta-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.guide-meta-row span { padding: 0.42rem 0.7rem; border-radius: 999px; background: #f2f2f2; color: #555; font-size: 0.74rem; font-weight: 700; }
.guide-answer-card { padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: 1.2rem; background: #073c49; color: #fff; box-shadow: 0 20px 55px rgba(7, 60, 73, 0.18); }
.guide-answer-card > span { color: #79d2db; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.guide-answer-card h2 { margin-top: 0.7rem; font-size: clamp(2.2rem, 3.4vw, 3.6rem); }
.guide-answer-card p { color: rgba(255,255,255,.74); }
.guide-answer-card .button { border: 1px solid rgba(255,255,255,.45); background: #fff; color: #073c49; }

.guide-first-picks { padding-block: clamp(4rem, 7vw, 6.5rem); background: #073c49; color: #fff; }
.guide-first-picks h2 { max-width: 720px; font-size: clamp(2.8rem, 5vw, 5rem); }
.first-pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-top: 2.2rem; }
.first-pick-grid a { display: grid; min-height: 230px; align-content: end; padding: 1.4rem; border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: rgba(255,255,255,.05); color: #fff; text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.first-pick-grid a:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.first-pick-grid span { align-self: start; margin-bottom: auto; color: #79d2db; font-size: 0.75rem; font-weight: 800; }
.first-pick-grid strong { font-family: "Newsreader", Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.first-pick-grid small { margin-top: 0.55rem; color: rgba(255,255,255,.68); font-size: 0.78rem; }

.guide-browser { padding-block: clamp(4rem, 7vw, 6rem) 2rem; }
.guide-browser-head { display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 2rem; }
.guide-browser h2,
.guide-section-heading h2,
.category-chooser h2,
.related-guides h2,
.guide-editorial-note h2 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.guide-search span { display: block; margin-bottom: 0.4rem; font-size: 0.73rem; font-weight: 800; }
.guide-search input { width: 100%; min-height: 3.2rem; padding: 0.72rem 0.95rem; border: 1px solid #bbb; border-radius: 0.7rem; background: #fff; font-size: 1rem; }
.guide-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.guide-filters button { min-height: 2.65rem; padding: 0.55rem 0.85rem; border: 1px solid #ccc; border-radius: 999px; background: #fff; font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.guide-filters button:hover,
.guide-filters button.active { border-color: #073c49; background: #073c49; color: #fff; }
.guide-results-status { margin: 0.8rem 0 0; color: #717171; font-size: 0.78rem; }

.guide-category-section { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; padding-block: clamp(3.8rem, 6vw, 6rem); border-top: 1px solid #e7e7e7; }
.guide-category-section[hidden] { display: none; }
.guide-section-heading { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(300px, 1fr) auto; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.guide-section-heading p { margin: 0; color: #686868; }
.guide-section-heading .eyebrow { margin-bottom: 0.55rem; }
.guide-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.guide-card { min-width: 0; border: 1px solid #e1e1e1; border-radius: 1rem; background: #fff; overflow: hidden; }
.guide-card[hidden] { display: none; }
.guide-card > a { display: grid; min-height: 100%; grid-template-rows: auto auto 1fr auto auto; padding: 1.25rem; color: #222; text-decoration: none; transition: background 180ms ease; }
.guide-card > a:hover { background: #f8fbfb; }
.guide-card-index { width: fit-content; margin-bottom: 1rem; padding: 0.35rem 0.55rem; border-radius: 999px; background: #e4f4f4; color: #0b5668; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.guide-card h3 { font-family: "DM Sans", sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.2; letter-spacing: -0.035em; }
.guide-card p { color: #656565; font-size: 0.84rem; }
.guide-card dl { display: grid; grid-template-columns: 0.7fr 1.3fr; margin: 1rem 0; padding-top: 0.9rem; border-top: 1px solid #e6e6e6; }
.guide-card dt { color: #666; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; }
.guide-card dd { margin: 0.18rem 0 0; font-size: 0.74rem; font-weight: 700; }
.guide-card-link { font-size: 0.8rem; font-weight: 800; text-decoration: underline; text-underline-offset: 0.25rem; }

.guide-editorial-note { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-block: clamp(3rem, 6vw, 6rem); padding-block: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.guide-editorial-note p { color: #616161; font-size: 1.02rem; line-height: 1.75; }
.guide-stay-cta { padding-block: clamp(4rem, 7vw, 6.5rem); background: #073c49; color: #fff; }
.guide-stay-cta .section-shell { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.guide-stay-cta h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); }
.guide-stay-cta p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); }
.guide-stay-cta .button { flex: 0 0 auto; }

.category-hero { padding-bottom: clamp(4rem, 7vw, 7rem); }
.category-hero h1 { max-width: 920px; }
.category-chooser { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3.5rem, 6vw, 5.5rem); border-top: 1px solid #e5e5e5; }
.category-chooser-copy { align-self: start; }
.category-chooser-copy p:last-child { color: #666; }
.guide-table-wrap { overflow-x: auto; border: 1px solid #ddd; border-radius: 0.9rem; }
.guide-table-wrap table { width: 100%; border-collapse: collapse; min-width: 700px; }
.guide-table-wrap th,
.guide-table-wrap td { padding: 0.95rem 1rem; border-bottom: 1px solid #e5e5e5; text-align: left; vertical-align: top; font-size: 0.8rem; }
.guide-table-wrap thead th { background: #f7f7f7; color: #666; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.guide-table-wrap tbody tr:last-child > * { border-bottom: 0; }
.guide-table-wrap tbody th { font-size: 0.88rem; }
.guide-table-wrap a { text-underline-offset: 0.2rem; }
.category-guide-list { padding-bottom: clamp(4rem, 7vw, 7rem); }

.article-hero { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.article-title-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.article-category { display: inline-flex; margin-bottom: 1rem; color: #b73846; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; text-underline-offset: 0.25rem; }
.article-hero h1 { font-size: clamp(3.1rem, 6.2vw, 6.6rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; margin-top: 1.4rem; color: #777; font-size: 0.74rem; }
.article-hero figure { margin: 0; }
.article-hero figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; }
.article-hero figcaption { margin-top: 0.55rem; color: #777; font-size: 0.7rem; }
.article-type-card { min-height: 340px; display: grid; align-content: end; padding: 1.5rem; border-radius: 1.1rem; background: linear-gradient(145deg, #dff3f3 0%, #f3eadb 100%); }
.article-type-card span { align-self: start; margin-bottom: auto; color: #0b5668; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.article-type-card strong { font-family: "Newsreader", Georgia, serif; font-size: clamp(2.4rem, 3.5vw, 3.7rem); font-weight: 500; line-height: .95; }
.article-type-card small { margin-top: 0.65rem; color: #56727a; font-size: 0.8rem; }

.article-facts { padding-block: clamp(3.5rem, 6vw, 5.5rem); background: #073c49; color: #fff; }
.article-facts .section-shell { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.article-answer h2 { font-size: clamp(2.5rem, 4vw, 4.3rem); }
.article-answer > p:last-of-type { color: rgba(255,255,255,.74); font-size: 1.02rem; line-height: 1.72; }
.current-note { margin-top: 1.2rem; padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 0.75rem; background: rgba(255,255,255,.07); }
.current-note strong { color: #83d7df; font-size: 0.73rem; letter-spacing: 0.08em; text-transform: uppercase; }
.current-note p { margin: 0.35rem 0 0; color: rgba(255,255,255,.76); font-size: 0.8rem; }
.article-facts dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.article-facts dl div { min-height: 105px; padding: 1rem; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.article-facts dt { color: #83d7df; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.article-facts dd { margin: 0.35rem 0 0; font-size: 0.88rem; font-weight: 600; }

.article-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(4rem, 7vw, 7rem); }
.article-toc { position: sticky; top: 7rem; align-self: start; padding: 1rem 0; border-top: 2px solid #222; border-bottom: 1px solid #ddd; }
.article-toc > p { margin: 0; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.article-toc ol { margin: 0.8rem 0 1rem; padding-left: 1.15rem; }
.article-toc li { margin: 0.42rem 0; color: #676767; font-size: 0.75rem; }
.article-toc a { text-underline-offset: 0.2rem; }
.soft-booking-link { display: flex; justify-content: space-between; gap: 1rem; padding-top: 0.85rem; border-top: 1px solid #ddd; color: #0b5668; font-size: 0.78rem; font-weight: 800; }
.article-body { min-width: 0; }
.article-section { scroll-margin-top: 7rem; padding-bottom: 2.8rem; }
.article-section + .article-section { padding-top: 2.8rem; border-top: 1px solid #e5e5e5; }
.article-section h2,
.article-plan h2,
.before-you-go h2,
.source-box h2,
.article-faq h2 { font-size: clamp(2.35rem, 4vw, 3.8rem); }
.article-section p,
.article-section li { color: #4e4e4e; font-size: 1.03rem; line-height: 1.82; }
.article-section ul { padding-left: 1.25rem; }

.article-plan { scroll-margin-top: 7rem; margin-block: 1rem 3.5rem; padding: clamp(1.5rem, 4vw, 2.7rem); border-radius: 1rem; background: #f4f8f8; }
.article-plan ol { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.article-plan li { display: grid; grid-template-columns: 84px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid #d5e1e2; }
.article-plan li > span { color: #0b5668; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.article-plan strong { font-size: 1rem; }
.article-plan li p { margin: 0.25rem 0 0; color: #5e5e5e; font-size: 0.84rem; }

.before-you-go { scroll-margin-top: 7rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; margin-block: 3.5rem; padding-block: 2.5rem; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.before-you-go ul { margin: 0; padding-left: 1.2rem; }
.before-you-go li { margin-bottom: 0.7rem; color: #555; }
.source-box { margin-block: 3.5rem; padding: clamp(1.4rem, 3vw, 2.2rem); border-left: 5px solid #0b5668; background: #f7f7f7; }
.source-box > p:not(.eyebrow) { color: #606060; }
.source-box ul { padding-left: 1.2rem; }
.source-box a { font-weight: 700; text-underline-offset: 0.24rem; }
.article-faq { scroll-margin-top: 7rem; margin-block: 3.5rem; }
.article-faq details { border-top: 1px solid #ddd; }
.article-faq details:last-child { border-bottom: 1px solid #ddd; }
.article-faq summary { padding: 1rem 0; font-weight: 800; cursor: pointer; }
.article-faq p { margin: 0; padding: 0 0 1rem; color: #5a5a5a; }
.article-share { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding: 1rem; border: 1px solid #ddd; border-radius: 0.8rem; }
.article-share strong,
.article-share p { display: block; margin: 0; }
.article-share p { color: #747474; font-size: 0.76rem; }
.article-share > div:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.article-share button,
.article-share a { min-height: 2.6rem; display: inline-flex; align-items: center; padding: 0.55rem 0.8rem; border: 1px solid #222; border-radius: 0.55rem; background: #fff; color: #222; font-size: 0.76rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.article-share button:hover,
.article-share a:hover { background: #222; color: #fff; }
.copy-status { color: #0b5668; font-size: 0.72rem; font-weight: 700; }

.related-guides { padding-block: clamp(4rem, 7vw, 7rem); border-top: 1px solid #e5e5e5; }
.related-guides > div:first-child { margin-bottom: 2rem; }
.related-guides .guide-card-grid { grid-template-columns: repeat(3, 1fr); }
.article-stay-card { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-bottom: clamp(4rem, 7vw, 7rem); overflow: hidden; border: 1px solid #ddd; border-radius: 1.2rem; }
.article-stay-card > img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.article-stay-card > div { display: grid; align-content: center; justify-items: start; padding: clamp(2rem, 5vw, 4.5rem); }
.article-stay-card h2 { font-size: clamp(2.6rem, 4.4vw, 4.6rem); }
.article-stay-card p:not(.eyebrow) { color: #616161; }
.article-stay-card small { margin-top: 0.7rem; color: #777; }

.guide-footer .footer-main { grid-template-columns: 1.25fr .7fr 1fr 1fr; }
.guide-footer .footer-main > div:nth-child(3) a { font-size: 0.78rem; }

@media (max-width: 1100px) {
  .guide-header { grid-template-columns: 1fr auto; }
  .guide-header .desktop-nav { display: none; }
  .guide-header .menu-button { display: block; }
  .guide-card-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-section-heading { grid-template-columns: 1fr 1fr; }
  .guide-section-heading .arrow-link { grid-column: 2; }
  .guide-footer .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .guide-footer .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .guide-hub-hero-grid,
  .article-title-grid,
  .article-facts .section-shell,
  .category-chooser,
  .guide-editorial-note { grid-template-columns: 1fr; }
  .guide-answer-card { max-width: 620px; }
  .first-pick-grid { grid-template-columns: 1fr; }
  .first-pick-grid a { min-height: 180px; }
  .guide-browser-head { grid-template-columns: 1fr; }
  .guide-section-heading { grid-template-columns: 1fr; }
  .guide-section-heading .arrow-link { grid-column: auto; }
  .article-title-grid figure,
  .article-type-card { max-width: 620px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .article-toc ol { columns: 2; }
  .article-stay-card { grid-template-columns: 1fr; }
  .article-stay-card > img { min-height: 340px; }
}

@media (max-width: 640px) {
  .guide-page { padding-top: 4.65rem; }
  .guide-hub-hero,
  .category-hero,
  .article-hero { width: min(100% - 2rem, var(--max)); }
  .guide-hub-hero h1,
  .category-hero h1,
  .article-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .breadcrumbs { padding-bottom: 1.3rem; }
  .guide-card-grid,
  .related-guides .guide-card-grid { grid-template-columns: 1fr; }
  .guide-category-section { width: min(100% - 2rem, var(--max)); }
  .guide-stay-cta .section-shell { align-items: flex-start; flex-direction: column; }
  .guide-stay-cta .button { width: 100%; }
  .article-facts dl { grid-template-columns: 1fr; }
  .article-facts dl div { min-height: auto; }
  .article-layout { width: min(100% - 2rem, var(--max)); }
  .article-toc ol { columns: 1; }
  .before-you-go { grid-template-columns: 1fr; }
  .article-plan li { grid-template-columns: 1fr; gap: 0.25rem; }
  .article-share { align-items: flex-start; flex-direction: column; }
  .article-stay-card { width: 100%; border-inline: 0; border-radius: 0; }
  .article-stay-card > img { min-height: 280px; }
  .guide-footer .footer-main { grid-template-columns: 1fr 1fr; }
  .guide-footer .footer-brand,
  .guide-footer .footer-contact { grid-column: 1 / -1; }
}

@media print {
  .guide-header,
  .guide-footer,
  .guide-stay-cta,
  .article-share,
  .article-stay-card,
  .soft-booking-link { display: none !important; }
  .guide-page { padding: 0; }
  .article-layout { display: block; }
  .article-toc { position: static; }
}
