:root {
  --navy: #0b1721;
  --ink: #10202a;
  --muted: #52616a;
  --paper: #f7f8f9;
  --white: #fff;
  --green: #acf0bb;
  --green-hover: #90dfa2;
  --blue: #315f72;
  --line: #dfe4e7;
  --shadow: 0 5px 20px rgb(16 32 42 / 7%);
  --radius: 12px;
  --sans: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --gutter: clamp(20px, 3.4vw, 64px);
  --edge: max(var(--gutter), calc((100vw - 1280px) / 2));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height, 78px) + 22px); scroll-padding-bottom: 100px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; object-fit: cover; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; margin: 0; font-weight: 780; text-wrap: balance; overflow-wrap: break-word; }
p { margin: 0 0 1.25em; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #247d95; outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 18px; background: white; color: var(--navy); z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; background: white; min-height: 78px; padding: 12px var(--edge); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px 24px; flex-wrap: wrap; }
.brand { display: flex; gap: 10px; align-items: center; color: var(--navy); text-decoration: none; font-size: 1.1rem; line-height: 1.1; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; border-radius: 50%; width: 2.65rem; height: 2.65rem; flex-shrink: 0; background: var(--navy); color: var(--green); font-size: 1.1rem; letter-spacing: -.08em; border-top: 3px solid var(--green); }
.brand > span:last-child { min-width: 0; }
.brand small { display: block; font-size: .62rem; font-weight: 650; letter-spacing: .12em; color: var(--blue); margin-top: 6px; }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav > a, .nav-toggle { min-height: 44px; display: flex; align-items: center; font-size: .875rem; font-weight: 650; text-decoration: none; }
.nav-toggle { border: 0; padding: 0; background: none; color: var(--ink); gap: 8px; }
.nav-toggle span { font-size: .8rem; }
.site-header nav > a:hover, .nav-toggle:hover { color: var(--blue); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 8px); left: -20px; width: 300px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.nav-dropdown a { display: block; padding: 10px 12px; text-decoration: none; line-height: 1.5; font-size: .875rem; border-radius: 4px; }
.nav-dropdown a:hover { background: #edf5f1; }
.menu-button { display: none; color: var(--navy); border: 1px solid var(--line); background: white; min-height: 44px; padding: 8px 12px; border-radius: 4px; }
.kicker { font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; line-height: 1.5; color: var(--blue); margin: 0 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 12px 22px; border: 1px solid transparent; border-radius: 9px; color: var(--navy); font-size: .875rem; font-weight: 750; text-align: center; text-decoration: none; line-height: 1.5; transition: background-color .18s, border-color .18s; }
.button-warm { background: var(--green); }
.button-warm:hover { background: var(--green-hover); }
.button-navy { background: var(--navy); color: white; }
.button-navy:hover { background: #243e4a; }
.site-header nav > .button-navy { color: white; padding: 10px 18px; }
.button-ghost { border-color: #b3c0c7; color: var(--navy); background: transparent; }
.button-ghost:hover { background: rgb(255 255 255 / 14%); }
.text-link, .read-link { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; font-size: .875rem; font-weight: 750; color: var(--blue); text-decoration: none; }
.text-link:hover, .read-link:hover { text-decoration: underline; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.home-hero { position: relative; isolation: isolate; min-height: 635px; padding: 72px var(--edge) 34px; color: white; display: flex; flex-direction: column; justify-content: center; background: var(--navy); }
.home-hero-image, .page-hero-backdrop { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.home-hero-image img, .page-hero-backdrop img { height: 100%; width: 100%; object-position: center 55%; }
.home-hero::after, .page-hero-commercial::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(5 17 26 / 86%) 0%, rgb(5 17 26 / 63%) 40%, rgb(5 17 26 / 12%) 100%); }
.home-hero-copy { max-width: 740px; }
.home-hero h1 { font-size: clamp(2.8rem, 4.8vw, 4.35rem); line-height: 1.04; max-width: 15.5ch; letter-spacing: -.055em; }
.home-hero .kicker, .page-hero-commercial .kicker { color: white; }
.home-hero-copy > p:not(.kicker) { max-width: 65ch; font-size: 1.08rem; line-height: 1.7; margin: 26px 0 0; color: #e4ecef; }
.home-hero .button-ghost, .page-hero-commercial .button-ghost { color: white; border-color: #a3b0b5; }
.hero-index { display: flex; gap: 0; margin-top: 34px; max-width: 690px; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: #d7e4e8; }
.hero-index span { padding: 0 28px; border-left: 1px solid #82929a; }
.hero-index span:first-child { padding-left: 0; border: 0; }
.trust-strip { padding-inline: var(--edge); display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: white; }
.trust-strip span { padding: 19px 16px; text-align: center; font-size: .65rem; font-weight: 800; letter-spacing: .065em; line-height: 1.6; text-transform: uppercase; color: var(--muted); border-inline-end: 1px solid var(--line); }
.trust-strip span:first-child { border-left: 1px solid var(--line); }
.home-section, .dark-section, .before-book, .related, .format-section { padding: 72px var(--edge); }
.home-section, .related, .format-section { background: var(--paper); }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .stay-feature h2, .before-book h2, .related h2 { font-size: clamp(2rem, 3.1vw, 2.8rem); line-height: 1.12; }
.section-heading.split { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.section-heading.split > p { max-width: 58ch; color: var(--muted); margin: 0; }
.section-heading.split > a { justify-self: end; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.experience-card, .tour-list article, .format-card, .guide-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; min-width: 0; }
.card-image { display: block; position: relative; overflow: hidden; }
.card-image img { width: 100%; height: auto; aspect-ratio: 2 / 1; transition: transform .3s; }
.card-image:hover img { transform: scale(1.025); }
.image-badge { position: absolute; top: 16px; left: 16px; padding: 7px 12px; background: white; color: var(--navy); border-radius: 30px; font-size: .72rem; font-weight: 750; }
.card-body { padding: 26px; }
.card-body .kicker { font-size: .65rem; letter-spacing: .1em; margin-bottom: 12px; }
.card-body h3 { font-size: 1.45rem; line-height: 1.2; margin-bottom: 14px; }
.card-body h3 a { text-decoration: none; }
.card-body h3 a:hover { color: var(--blue); }
.card-body > p { color: var(--muted); margin-bottom: 20px; }
.card-facts { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); margin: 22px 0 10px; }
.card-facts > span { padding: 14px 12px 14px 0; font-size: .875rem; font-weight: 600; line-height: 1.6; }
.card-facts > span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.card-facts small { display: block; color: var(--muted); font-weight: 450; font-size: .75rem; margin-bottom: 5px; }
.disclosure { border-left: 3px solid var(--green); padding-left: 16px; color: var(--muted); font-size: .875rem; line-height: 1.65; margin-bottom: 34px; max-width: 88ch; }
.disclosure strong { color: var(--ink); font-weight: 700; }
.disclosure p { margin: 5px 0 0; }
.tour-list, .format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.tour-list article { display: flex; flex-direction: column; }
.tour-list article > img, .format-card > img { width: 100%; height: auto; aspect-ratio: 1.55; }
.tour-list .card-body { flex: 1; padding-bottom: 12px; }
.tour-list .tag { font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; color: var(--blue); margin-bottom: 14px; }
.tour-list .card-body > a { color: var(--blue); font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; text-decoration: none; }
.tour-list .card-body > a:hover { text-decoration: underline; }
.tour-list article > .button { margin: 0 26px 26px; }
.good-to-know { background: #f2f6f4; padding: 14px 16px; margin: 20px 0 12px; border-radius: 5px; }
.good-to-know strong { display: block; color: #355b4b; font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 5px; }
.good-to-know p { font-size: .875rem; line-height: 1.65; color: var(--muted); margin: 0; }
.stay-feature { padding: 72px var(--edge); background: #edf3f2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 7%; align-items: center; }
.stay-feature > img { width: 100%; height: auto; aspect-ratio: 1.2; border-radius: var(--radius); grid-column: 1; grid-row: 1; }
.stay-feature > div { grid-column: 2; grid-row: 1; }
.stay-feature p:not(.kicker) { color: var(--muted); margin: 24px 0 0; }
.stay-feature .hero-actions { gap: 12px 20px; }
.planning-grid, .related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.guide-card { display: flex; flex-direction: column; text-decoration: none; }
.guide-card > img { width: 100%; height: auto; aspect-ratio: 1.7; }
.guide-card > div { padding: 24px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.guide-card h3 { font-size: 1.35rem; line-height: 1.25; margin-bottom: 12px; }
.guide-card:hover h3 { color: var(--blue); }
.guide-card p:not(.kicker) { color: var(--muted); }
.guide-card .read-link { margin-top: auto; }
.guide-card .kicker { font-size: .65rem; }
.before-book { display: grid; grid-template-columns: .65fr 1.6fr; gap: 6%; }
.before-book > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; }
.before-book article { border-left: 3px solid var(--green); padding-left: 18px; }
.before-book h3 { font-size: 1.1rem; letter-spacing: -.025em; margin-bottom: 10px; line-height: 1.35; }
.before-book p { margin: 0; color: var(--muted); }
/* Commercial categories, practical guides and stays use different silhouettes. */
.page-hero { position: relative; isolation: isolate; padding: 52px var(--edge); }
.page-hero h1 { font-size: clamp(2.5rem, 4.5vw, 4.1rem); line-height: 1.05; max-width: 24ch; }
.page-hero .lede { font-size: 1.05rem; color: var(--muted); max-width: 76ch; margin: 24px 0 0; }
.breadcrumbs { display: flex; gap: 10px; flex-wrap: wrap; font-size: .75rem; line-height: 1.6; color: var(--muted); margin-bottom: 38px; }
.breadcrumbs > span:last-child { max-width: 70ch; }
.page-hero-commercial { background: var(--navy); color: white; min-height: 570px; padding-top: 38px; padding-bottom: 48px; }
.page-hero-commercial .page-hero-copy { max-width: 900px; }
.page-hero-commercial .lede { color: #e2e9ec; }
.page-hero-commercial .breadcrumbs { color: #d5e0e5; }
.hero-disclosure { font-size: .8rem; color: #d5e0e5; margin: 20px 0 0; max-width: 75ch; }
.page-hero-guide { display: grid; grid-template-columns: 1.15fr 1fr; gap: 6%; align-items: center; }
.page-hero-guide h1 { font-size: clamp(2.4rem,3.6vw,3.6rem); }
.page-hero-guide figure { margin: 0; }
.page-hero-guide figure img { width: 100%; height: auto; aspect-ratio: 1.05; border-radius: 8px; }
figcaption { font-size: .75rem; color: var(--muted); line-height: 1.6; margin-top: 10px; }
.page-hero-stay { text-align: center; background: #f0f2f3; padding-bottom: 44px; }
.page-hero-stay .page-hero-copy { max-width: 960px; margin: auto; }
.page-hero-stay h1, .page-hero-stay .lede { margin-left: auto; margin-right: auto; }
.page-hero-stay .breadcrumbs, .page-hero-stay .hero-actions { justify-content: center; }
.stay-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; padding: 0 var(--edge) 40px; background: #f0f2f3; }
.stay-gallery img { width: 100%; height: 250px; border-radius: 8px; }
.article-nav { display: flex; justify-content: center; gap: 0; border-bottom: 1px solid var(--line); background: white; }
.article-nav a { display: flex; align-items: center; justify-content: center; min-height: 60px; padding: 16px 28px; border-inline-start: 1px solid var(--line); font-size: .875rem; text-decoration: none; text-align: center; }
.article-nav a:last-child { border-right: 1px solid var(--line); }
.article-nav a:hover { background: #edf5f1; }
.intro-band { padding: 28px var(--edge); background: #eff5f2; border-bottom: 1px solid var(--line); }
.intro-band p { margin: 0 auto; max-width: 94ch; color: #365649; font-size: 1.05rem; }
.format-section { border-bottom: 1px solid var(--line); padding-top: 56px; padding-bottom: 56px; }
.field-label { font-size: .75rem; color: var(--muted); font-weight: 650; margin: 0 0 5px !important; }
.format-card .card-body > p:not(.kicker):not(.field-label) { margin-bottom: 12px; }
.article-grid { display: grid; grid-template-columns: minmax(0,820px) minmax(240px,300px); gap: 6%; max-width: 1280px; margin: 0 auto; padding: 64px 0 72px; }
.article, .article-aside { min-width: 0; }
.article .section { padding-bottom: 56px; }
.article .section-heading h2 { font-size: 2.15rem; }
.table-wrap { overflow-x: auto; max-width: 100%; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; min-width: 590px; border-collapse: collapse; }
th,td { text-align: left; vertical-align: top; font-size: 1rem; line-height: 1.7; padding: 18px; border-bottom: 1px solid var(--line); }
thead th { font-size: .8rem; color: var(--navy); font-weight: 750; background: #eaf1f3; }
tbody th { width: 27%; font-weight: 650; }
tbody tr:nth-child(even) { background: #f8fafb; }
tbody tr:last-child > * { border-bottom: 0; }
.prose-section h2 { font-size: clamp(1.6rem,2.5vw,2rem); margin: 0 0 20px; }
.prose-section p { max-width: 74ch; margin: 0; }
.inline-cta { background: #edf5f0; border: 1px solid #dce9df; border-radius: 8px; margin-top: 28px; padding: 24px; display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.inline-cta > div { flex: 1 1 220px; }
.inline-cta strong, .inline-cta span { display: block; }
.inline-cta span { font-size: .875rem; color: var(--muted); margin-top: 6px; }
.article-photo { margin: 32px 0 0; }
.article-photo img { width: 100%; height: auto; aspect-ratio: 1.8; border-radius: 8px; }
.aside-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.aside-card > img { width: 100%; height: auto; aspect-ratio: 1.5; }
.aside-card > div { padding: 24px; }
.aside-card h2 { font-size: 1.4rem; margin-bottom: 20px; }
.aside-card a { display: flex; justify-content: space-between; gap: 14px; align-items: center; border-top: 1px solid var(--line); padding: 14px 0; text-decoration: none; font-size: .875rem; line-height: 1.5; font-weight: 600; }
.aside-card a:hover { color: var(--blue); text-decoration: underline; }
.aside-note { font-size: .875rem; color: var(--muted); padding: 24px; background: #f2f6f4; margin-top: 24px; border-radius: 8px; }
.aside-note strong { color: var(--ink); }
.aside-note p { margin: 10px 0 0; }
.faq { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.faq article + article { border-top: 1px solid var(--line); }
.faq h3 { margin: 0; }
.faq button { background: white; border: 0; width: 100%; padding: 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; font-size: 1rem; font-weight: 650; line-height: 1.5; color: var(--navy); transition: background-color .18s; }
.faq button:hover, .faq button[aria-expanded=true] { background: #edf5f1; }
.faq button:focus-visible { outline-offset: -4px; }
.faq button span { font-size: 1.4rem; color: var(--blue); }
.faq article > div { padding: 8px 22px 26px; }
.faq p { margin: 0; }
.source-note { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: .875rem; }
.source-note > div { display: flex; gap: 10px; align-items: baseline; }
.source-note p { margin: 12px 0 0; }
footer { background: var(--navy); color: #d1dde3; padding: 64px var(--edge) 28px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.brand-footer { color: white; }
.brand-footer .brand-mark { background: #253f4b; }
.footer-about p { color: #aebfc7; font-size: .875rem; max-width: 37ch; margin: 24px 0 0; }
.footer-top h2 { font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; color: var(--green); margin-bottom: 18px; }
.footer-top > div:not(.footer-about) a { display: block; padding: 7px 0; font-size: .875rem; line-height: 1.6; text-decoration: none; }
.footer-top a:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid #304550; padding-top: 26px; margin-top: 44px; display: flex; gap: 24px; justify-content: space-between; font-size: .75rem; color: #aebfc7; }
.photo-credit { font-size: .75rem; line-height: 1.7; color: #aebfc7; }
.photo-credit details { margin-top: 12px; }
.photo-credit summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; text-decoration: underline; }
.photo-credit ul { padding-left: 20px; }
.sticky-book { display: none; }
.not-found { text-align: center; padding: 100px var(--edge); }
.not-found h1 { font-size: 3rem; max-width: 24ch; margin: 0 auto 24px; }
img[src*="preikestolen-hike"] { object-position: center 58%; }
img[src*="stavanger-cruise"] { object-position: center 43%; }
@media (max-width: 1400px) { .article-grid { margin-inline: var(--gutter); } }
@media (max-width: 1100px) {
  .site-header nav { gap: 18px; }
  .brand { font-size: 1rem; }
  .tour-list, .format-grid { gap: 18px; }
  .card-body { padding: 22px; }
  .tour-list article > .button { margin-inline: 22px; }
  .article-grid { grid-template-columns: minmax(0,1fr) 250px; gap: 36px; }
}
@media (max-width: 980px) {
  .site-header { min-height: 72px; }
  .menu-button { display: inline-flex; gap: 12px; align-items: center; }
  .site-header nav { position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 16px var(--gutter) 24px; flex-direction: column; gap: 0; align-items: stretch; max-height: calc(100dvh - var(--header-height, 72px)); overflow-y: auto; box-shadow: 0 8px 16px rgb(16 32 42 / 8%); border-bottom: 1px solid var(--line); }
  .nav-toggle { width: 100%; justify-content: space-between; }
  .nav-dropdown { position: static; width: 100%; box-shadow: none; border: 0; border-left: 2px solid var(--green); margin: 8px 0 16px; padding: 0 8px; }
  .site-header nav > a { padding: 10px 0; }
  .site-header nav > .nav-cta { margin-top: 12px; }
  .home-hero { min-height: 610px; }
  .home-hero h1 { font-size: 3.5rem; }
  .experience-grid { gap: 22px; }
  .tour-list, .format-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .planning-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
  .aside-note { margin: 0; }
  .page-hero-guide { gap: 30px; }
  .page-hero-guide h1 { font-size: 2.8rem; }
  .page-hero-guide .breadcrumbs { margin-bottom: 24px; }
  .stay-feature { gap: 36px; }
  .before-book { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about p { max-width: 65ch; }
  .sticky-book:not([hidden]) { display: block; position: fixed; z-index: 35; bottom: 0; left: 0; right: 0; padding: 10px var(--gutter) max(10px,env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
  .sticky-book .button { width: 100%; }
}
@media (max-width: 760px) {
  .section-heading.split { grid-template-columns: 1fr; gap: 20px; }
  .section-heading.split > a { justify-self: start; }
  .home-hero h1 { font-size: 3rem; }
  .home-hero-copy { max-width: 610px; }
  .home-hero::after, .page-hero-commercial::after { background: linear-gradient(90deg, rgb(5 17 26 / 79%), rgb(5 17 26 / 37%)); }
  .trust-strip { grid-template-columns: 1fr 1fr; padding-inline: 16px; }
  .trust-strip span { border: 0; padding: 15px 10px; border-bottom: 1px solid var(--line); }
  .trust-strip span:first-child { border-left: 0; }
  .stay-feature { grid-template-columns: 1fr; gap: 32px; }
  .stay-feature > img, .stay-feature > div { grid-column: 1; grid-row: auto; }
  .stay-feature > img { aspect-ratio: 1.6; grid-row: 1; }
  .page-hero-guide { grid-template-columns: 1fr; }
  .page-hero-guide figure img { aspect-ratio: 1.65; }
  .stay-gallery { gap: 8px; grid-template-columns: 1.2fr 1fr; }
  .stay-gallery img { height: 210px; }
  .stay-gallery img:last-child { display: none; }
  .article-nav a { padding: 14px; flex: 1; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: calc(var(--header-height, 72px) + 16px); }
  .site-header { padding-inline: 20px; }
  .brand { font-size: .95rem; }
  .brand small { font-size: .58rem; }
  .brand-mark { width: 2.3rem; height: 2.3rem; }
  .menu-button { font-size: .875rem; }
  .home-hero { padding: 52px 20px 30px; min-height: 660px; }
  .home-hero h1 { font-size: clamp(2.5rem, 9.5vw, 3.2rem); max-width: 17ch; }
  .home-hero .kicker { font-size: .66rem; }
  .home-hero-copy > p:not(.kicker) { font-size: 1rem; margin-top: 24px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions > a { width: 100%; justify-content: center; }
  .hero-index { margin-top: 32px; flex-wrap: wrap; gap: 12px 0; font-size: .65rem; }
  .hero-index span { padding-inline: 14px; }
  .hero-index span:last-child { padding-left: 0; border: 0; width: 100%; }
  .home-hero-image img { object-position: 62% center; }
  .home-section, .dark-section, .before-book, .related, .format-section, .stay-feature { padding: 48px 20px; }
  .section-heading h2, .stay-feature h2, .before-book h2, .related h2 { font-size: 2rem; }
  .experience-grid, .tour-list, .format-grid, .planning-grid, .related-grid { grid-template-columns: 1fr; gap: 24px; }
  .card-image img { aspect-ratio: 1.6; }
  .card-body { padding: 24px; }
  .card-body h3 { font-size: 1.4rem; }
  .card-facts { grid-template-columns: 1fr; }
  .card-facts > span { padding: 12px 0; }
  .card-facts > span + span { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .tour-list article > .button { margin: 0 24px 24px; }
  .guide-card > div { padding: 24px; }
  .before-book > div:last-child { grid-template-columns: 1fr; gap: 24px; }
  .page-hero { padding: 30px 20px 36px; }
  .page-hero h1, .page-hero-guide h1 { font-size: 2.5rem; }
  .page-hero-commercial { min-height: 0; }
  .page-hero-commercial .page-hero-backdrop img { object-position: 62% center; }
  .page-hero .lede { font-size: 1rem; }
  .breadcrumbs { margin-bottom: 26px; font-size: .75rem; }
  .page-hero-stay { text-align: left; }
  .page-hero-stay .breadcrumbs { justify-content: flex-start; }
  .stay-gallery { padding: 0 20px 28px; }
  .stay-gallery img { height: 170px; }
  .article-nav a { font-size: .8rem; padding: 12px 8px; }
  .intro-band { padding: 24px 20px; }
  .intro-band p { font-size: 1rem; }
  .article-grid { margin-inline: 20px; padding-top: 40px; padding-bottom: 48px; }
  .article .section { padding-bottom: 44px; }
  .article .section-heading h2 { font-size: 1.85rem; }
  .prose-section h2 { font-size: 1.65rem; }
  .inline-cta { padding: 20px; }
  .inline-cta .button { width: 100%; }
  .article-aside { grid-template-columns: 1fr; }
  .faq button { padding: 20px; }
  .faq article > div { padding-inline: 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 0; }
  footer { padding: 48px 20px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Simple typographic identity and photography-led activity selection. */
.brand .wordmark { font-size: clamp(1.3rem, 2.1vw, 1.85rem); font-weight: 780; letter-spacing: -.065em; white-space: nowrap; }
.wordmark > span { color: var(--blue); font-weight: 500; }
.brand-footer .wordmark > span { color: #a3d5db; }
.home-hero-image img { object-position: 65% 48%; }
.gyg-section { padding: 84px var(--edge); background: var(--paper); }
.gyg-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; margin-bottom: 48px; }
.gyg-heading h2 { font-size: clamp(2.3rem, 4.1vw, 3.7rem); line-height: 1.04; color: var(--ink); }
.gyg-heading .kicker { color: var(--muted); letter-spacing: .08em; }
.gyg-heading > div > p:not(.kicker) { font-size: 1.1rem; color: var(--muted); line-height: 1.65; }
.gyg-heading .text-link { color: var(--blue); border-bottom: 1px solid var(--line); gap: 12px; }
.gyg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.gyg-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; min-width: 0; }
.gyg-photo { position: relative; display: block; overflow: hidden; }
.gyg-photo img { width: 100%; aspect-ratio: 1.64; height: auto; object-fit: cover; transition: transform .25s; }
.gyg-photo:hover img { transform: none; }
.gyg-badge, .gyg-number { position: absolute; top: 16px; font-size: .65rem; letter-spacing: .045em; font-weight: 800; color: white; text-transform: uppercase; }
.gyg-badge { left: 16px; max-width: calc(100% - 84px); padding: 7px 12px; border-radius: 25px; background: var(--green); color: var(--navy); }
.gyg-number { right: 16px; width: 46px; height: 34px; border: 1px solid rgb(255 255 255 / 65%); border-radius: 50%; display: grid; place-items: center; background: rgb(15 41 48 / 65%); }
.gyg-body { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.gyg-label { text-transform: uppercase; letter-spacing: .075em; color: var(--blue); font-size: .65rem; font-weight: 800; margin-bottom: 12px; }
.gyg-card h3 { font-size: 1.4rem; line-height: 1.2; color: var(--ink); }
.gyg-card h3 a { text-decoration: none; }
.gyg-card h3 a:hover { text-decoration: underline; }
.gyg-description { color: var(--muted); font-size: .92rem; line-height: 1.65; margin: 10px 0 24px; flex: 1; }
.gyg-meta { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); color: var(--blue); }
.gyg-meta > div { padding: 12px 0; }
.gyg-meta > div + div { border-left: 1px solid var(--line); padding-left: 14px; }
.gyg-meta strong { font-size: .82rem; }
.gyg-meta small, .gyg-price small { display: block; font-size: .65rem; color: var(--muted); line-height: 1.6; }
.gyg-rating { color: var(--blue); }
.gyg-book { display: flex; gap: 16px; align-items: end; margin-top: 30px; }
.gyg-price { flex-shrink: 0; }
.gyg-price strong { display: block; color: var(--navy); font-size: 1.8rem; letter-spacing: -.06em; line-height: 1.2; }
.gyg-price strong span { font-size: .8rem; letter-spacing: -.02em; margin-right: 2px; }
.gyg-button { background: var(--green); color: var(--navy); border-radius: 9px; box-shadow: none; flex: 1; padding: 12px 10px; font-size: .77rem; min-height: 47px; }
.gyg-button:hover { background: var(--green-hover); }
.gyg-button span { font-size: 1.2rem; }
.gyg-footnote { font-size: .75rem; color: var(--muted); margin: 25px 0 10px; max-width: 105ch; }
.gyg-section .disclosure { font-size: .75rem; }
.gyg-planning { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 18px; }
.gyg-planning summary { cursor: pointer; font-weight: 700; color: var(--blue); }
.format-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding-top: 24px; }
.format-notes h3 { font-size: 1.2rem; }
.format-notes .card-body { padding: 0; }
.format-notes p { font-size: .875rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
  .gyg-body { padding: 20px; }
  .gyg-book { gap: 10px; }
  .gyg-button { font-size: .72rem; }
}
@media (max-width: 980px) {
  .gyg-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gyg-heading { gap: 35px; }
}
@media (max-width: 680px) {
  .gyg-section { padding: 52px 20px; }
  .gyg-heading, .gyg-grid, .format-notes { grid-template-columns: 1fr; }
  .gyg-heading { gap: 22px; margin-bottom: 30px; }
  .gyg-heading h2 { font-size: 2.65rem; }
  .gyg-body { padding: 25px; }
  .gyg-photo img { aspect-ratio: 1.55; }
  .gyg-button { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) { .gyg-photo img { transition: none; } }

/* Five-photo galleries: explicit controls, keyboard navigation and touch gestures. */
.gyg-section { position: relative; }
.anchor-alias { position: absolute; top: 0; }
.gyg-photo { touch-action: pan-y; }
.gyg-photo > img { aspect-ratio: 1.6; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; padding: 0; border-radius: 50%; border: 1px solid rgb(255 255 255 / 70%); background: rgb(11 23 33 / 80%); color: white; font-size: 1.8rem; line-height: 1; display: grid; place-items: center; }
.gallery-arrow:hover { background: var(--navy); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 6px; padding: 10px 12px 0; }
.gallery-thumbnails button { min-width: 0; min-height: 44px; padding: 2px; border: 2px solid transparent; border-radius: 6px; background: none; overflow: hidden; }
.gallery-thumbnails button[aria-pressed="true"] { border-color: var(--blue); }
.gallery-thumbnails button:hover { border-color: var(--green-hover); }
.gallery-thumbnails img { width: 100%; height: 42px; object-fit: cover; border-radius: 2px; }

/* Icon-only mobile menu with larger navigation labels. */
.menu-icon { width: 24px; height: 20px; position: relative; display: block; }
.menu-icon span { position: absolute; left: 0; width: 24px; height: 2px; background: currentColor; border-radius: 2px; }
.menu-icon span:nth-child(1) { top: 2px; }
.menu-icon span:nth-child(2) { top: 9px; }
.menu-icon span:nth-child(3) { top: 16px; }
.menu-button[aria-expanded="true"] .menu-icon span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-icon span:nth-child(3) { top: 9px; transform: rotate(-45deg); }
@media (max-width: 980px) {
  .menu-button { width: 48px; height: 48px; padding: 0; justify-content: center; }
  .site-header nav > a, .nav-toggle { font-size: 1.25rem; line-height: 1.45; min-height: 56px; }
  .nav-dropdown a { font-size: 1.125rem; line-height: 1.5; padding-block: 12px; }
  .nav-toggle span { font-size: 1rem; }
  .site-header nav > .nav-cta { font-size: 1.125rem; }
}

/* Refinement: readable cards, lighter photography, and a clearer planning sequence. */
.home-hero { min-height: 580px; padding-block: 60px 32px; }
.home-hero::after { background: linear-gradient(90deg, rgb(5 17 26 / 79%) 0%, rgb(5 17 26 / 64%) 36%, rgb(5 17 26 / 15%) 64%, rgb(5 17 26 / 4%) 100%); }
.home-hero-copy { max-width: 670px; }
.home-hero h1 { font-size: clamp(2.8rem,4.5vw,4rem); max-width: 18ch; }
.home-hero-copy > p:not(.kicker) { max-width: 51ch; font-size: 1.0625rem; line-height: 1.65; margin-top: 22px; }
.home-hero-image img { object-position: 60% 42%; }
.home-hero .hero-index { font-size: .75rem; margin-top: 28px; }
.kicker, .card-body .kicker, .guide-card .kicker, .good-to-know strong { font-size: .75rem; }
.trust-strip span { font-size: .75rem; text-transform: none; letter-spacing: 0; }
.gyg-badge, .gyg-number, .gyg-label { font-size: .75rem; }
.gyg-card h3 { font-size: 1.45rem; line-height: 1.25; min-height: 0; margin-bottom: 0; }
.gyg-description { font-size: 1rem; }
.gyg-meta strong { font-size: .9375rem; }
.gyg-meta small, .gyg-price small { font-size: .8125rem; }
.gyg-price strong { font-size: 2rem; }
.gyg-price strong span { font-size: 1.125rem; }
.gyg-button { font-size: .875rem; min-height: 50px; border-radius: 9px; }
.gyg-book { align-items: center; margin-top: 24px; }
.gyg-footnote, .booking-note { font-size: .8125rem; line-height: 1.7; color: var(--muted); }
.booking-note { margin: 0; max-width: 100ch; }
.planning-section { background: white; }
.stay-feature { background: var(--paper); padding-block: 52px; grid-template-columns: 1fr 1.3fr; gap: 6%; }
.stay-feature > img { aspect-ratio: 1.7; }
.stay-feature h2 { font-size: clamp(1.8rem,2.7vw,2.4rem); }
@media (min-width: 981px) and (max-width: 1100px) {
  .gyg-book { flex-wrap: wrap; }
  .gyg-button { flex-basis: 100%; }
}
@media (max-width: 760px) {
  .stay-feature { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .home-hero { min-height: 0; padding: 150px 20px 30px; }
  .home-hero h1 { font-size: clamp(2.1rem,8.7vw,2.9rem); line-height: 1.07; }
  .home-hero .kicker { font-size: .75rem; margin-bottom: 12px; }
  .home-hero-copy > p:not(.kicker) { font-size: 1rem; margin-top: 18px; }
  .home-hero-image img { object-position: 66% 25%; }
  .home-hero::after { background: linear-gradient(180deg, rgb(5 17 26 / 6%) 0%, rgb(5 17 26 / 25%) 20%, rgb(5 17 26 / 84%) 45%, rgb(5 17 26 / 93%) 100%); }
  .home-hero .hero-actions { margin-top: 22px; gap: 10px; }
  .home-hero .hero-index { display: none; }
  .gyg-card h3 { min-height: 0; }
  .gyg-badge { padding: 6px 10px; }
  .gyg-number { width: 48px; }
  .gyg-body { padding: 22px; }
  .gyg-book { gap: 12px; }
  .gyg-button { font-size: .875rem; padding-inline: 10px; }
}
@media (max-width: 360px) {
  .gyg-book { flex-wrap: wrap; }
  .gyg-button { flex-basis: 100%; }
}
@media (max-width: 680px) {
  .home-hero-image { height: 330px; }
  .home-hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, var(--navy) 100%); }
  .home-hero-image img { object-position: 66% center; }
}

/* Hotel shortlist: reference structure adapted to Stavanger. */
.hotel-hero { text-align: center; background: #f3f4f4; padding: 52px var(--edge) 64px; }
.hotel-hero .breadcrumbs { justify-content: center; margin-bottom: 30px; }
.destination-pill { display: inline-flex; border: 1px solid var(--line); border-radius: 30px; background: white; padding: 7px 16px; font-size: .875rem; }
.hotel-hero h1 { font-size: clamp(2.4rem,4.7vw,4.4rem); margin: 10px auto 24px; max-width: 24ch; }
.hotel-hero > p:last-child { max-width: 65ch; margin: 0 auto; color: var(--muted); font-size: 1.125rem; line-height: 1.7; }
.hotel-shortlist { padding: 80px var(--edge); background: #fafafa; }
.hotel-shortlist .section-heading { margin-bottom: 36px; }
.hotel-shortlist .section-heading h2 { font-size: clamp(2rem,3vw,2.7rem); }
.hotel-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: white; }
.hotel-table { margin: 0; min-width: 950px; width: 100%; border-collapse: collapse; font-size: .875rem; }
.hotel-table th, .hotel-table td { border: 1px solid var(--line); padding: 16px 18px; text-align: left; }
.hotel-table thead th { text-transform: uppercase; font-size: .75rem; letter-spacing: .06em; background: #edf2f3; }
.hotel-table tbody th { font-weight: 750; max-width: 260px; }
.hotel-table tbody th a { text-decoration: none; }
.hotel-table tbody th a:hover { text-decoration: underline; }
.hotel-table td:nth-child(3) strong { color: var(--blue); }
.hotel-table td:nth-child(5) { white-space: nowrap; }
.hotel-table tbody tr:nth-child(even) { background: #f8fafb; }
.hotel-rate-note { font-size: .8125rem; color: var(--muted); line-height: 1.7; margin: 16px 0 0; }
.hotel-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin: 44px 0 24px; }
.hotel-toolbar p { margin: 0; font-size: .9375rem; }
.hotel-toolbar label { display: flex; align-items: center; gap: 14px; font-size: .875rem; font-weight: 700; }
.hotel-toolbar select { font: inherit; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 14px; color: var(--ink); }
.hotel-list { display: grid; gap: 28px; }
.hotel-card { display: grid; grid-template-columns: 34% minmax(0,1fr) 195px; border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; scroll-margin-top: 110px; }
.hotel-gallery { min-width: 0; display: flex; flex-direction: column; }
.hotel-photo { position: relative; flex: 1; min-height: 275px; touch-action: pan-y; background: var(--paper); }
.hotel-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hotel-rank { position: absolute; top: 18px; left: 18px; background: white; color: var(--navy); border-radius: 50%; width: 42px; height: 42px; display: grid; place-items: center; font-size: .75rem; font-weight: 800; }
.hotel-photo-count { position: absolute; right: 14px; bottom: 14px; background: rgb(11 23 33 / 80%); color: white; border-radius: 20px; padding: 3px 12px; font-size: .75rem; }
.hotel-gallery .gallery-thumbnails { padding-bottom: 10px; }
.hotel-details { padding: 32px 26px; align-self: center; }
.hotel-rating { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; font-size: .75rem; color: var(--muted); }
.hotel-rating > strong { color: white; background: var(--navy); padding: 9px 12px; border-radius: 6px; font-size: 1rem; }
.hotel-rating small { display: block; font-size: .75rem; }
.hotel-area { font-weight: 750; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; }
.hotel-details .kicker { margin-bottom: 9px; letter-spacing: .07em; }
.hotel-details h3 { font-size: 1.8rem; margin-bottom: 14px; }
.hotel-details > p:not(.kicker) { font-size: 1rem; line-height: 1.65; color: var(--muted); margin-bottom: 16px; }
.hotel-details ul { list-style: none; padding: 0; margin: 0; font-size: .875rem; color: var(--muted); }
.hotel-details li { margin-top: 5px; }
.hotel-details li span { color: var(--blue); margin-right: 5px; }
.hotel-book { align-self: center; padding: 24px 22px 24px 0; }
.hotel-book p { line-height: 1.4; margin-bottom: 18px; }
.hotel-book strong { font-size: 1.8rem; letter-spacing: -.05em; white-space: nowrap; }
.hotel-book small { font-size: .875rem; }
.hotel-book p > span { display: block; color: var(--muted); font-size: .75rem; }
.hotel-book .button { padding: 12px; font-size: .875rem; width: 100%; }
.hotel-map-section { padding: 70px var(--edge); background: var(--paper); }
.hotel-map-section h2, .hotel-method h2 { font-size: clamp(2rem,3vw,2.7rem); margin-bottom: 18px; }
.hotel-map-section > p:not(.kicker) { color: var(--muted); }
.hotel-map-section iframe { width: 100%; height: 440px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.hotel-search { display: flex; flex-wrap: wrap; gap: 16px; align-items: end; margin: 26px 0; }
.hotel-search label { display: grid; gap: 6px; font-size: .875rem; font-weight: 650; }
.hotel-search input { font: inherit; min-height: 49px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; background: white; min-width: 180px; }
.hotel-faq-wrap { padding: 64px var(--edge); }
.hotel-faq-wrap .faq-section { max-width: 950px; margin: 0 auto; padding: 0; }
.hotel-method { padding: 64px var(--edge); background: var(--paper); }
.hotel-method > p:not(.kicker) { max-width: 95ch; color: var(--muted); }
.hotel-area-guide { margin-top: 26px; }
.hotel-area-guide summary { font-weight: 750; cursor: pointer; margin-bottom: 24px; }
.hotel-area-guide h3 { margin: 24px 0 12px; }
.hotel-related { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }
@media (max-width: 1100px) {
 .hotel-card { grid-template-columns: 38% minmax(0,1fr); }
 .hotel-gallery { grid-row: span 2; }
 .hotel-details { padding: 26px 24px 12px; }
 .hotel-book { padding: 8px 24px 26px; display: flex; align-items: center; gap: 20px; }
 .hotel-book p { margin: 0; }
 .hotel-book .button { width: auto; flex: 1; }
}
@media (max-width: 680px) {
 .hotel-hero { padding: 30px 20px 44px; }
 .hotel-hero h1 { font-size: 2.5rem; }
 .hotel-hero > p:last-child { font-size: 1rem; }
 .hotel-shortlist, .hotel-map-section, .hotel-faq-wrap, .hotel-method { padding: 48px 20px; }
 .hotel-toolbar { align-items: stretch; flex-direction: column; margin-top: 30px; }
 .hotel-toolbar label { justify-content: space-between; }
 .hotel-card { grid-template-columns: minmax(0,1fr); }
 .hotel-gallery { grid-row: auto; }
 .hotel-photo { min-height: 0; aspect-ratio: 1.4; }
 .hotel-details h3 { font-size: 1.6rem; }
 .hotel-book { flex-wrap: wrap; }
 .hotel-search { display: grid; grid-template-columns: 1fr; }
 .hotel-search input { width: 100%; min-width: 0; }
 .hotel-map-section iframe { height: 340px; }
}

/* Supplied brand artwork: frame its transparent margins without modifying the asset. */
.brand .logo-frame { position: relative; display: block; width: 244px; height: 62px; overflow: hidden; flex-shrink: 0; }
.brand .brand-logo { position: absolute; width: 268px; max-width: none; height: auto; left: -12px; top: 50%; transform: translateY(-50%); }
.brand-footer { width: fit-content; padding: 0; background: transparent; }
.brand-footer .brand-logo { filter: brightness(0) invert(1); }
@media (max-width: 980px) {
  .site-header .logo-frame { width: 204px; height: 52px; }
  .site-header .brand-logo { width: 224px; left: -10px; }
}

/* Homepage accommodation feature */
.stay-escape { margin: 24px var(--edge) 72px; display: grid; grid-template-columns: 1.05fr 1fr; background: var(--navy); color: white; border-radius: 20px; overflow: hidden; }
.stay-escape-visual { position: relative; min-height: 600px; isolation: isolate; }
.stay-escape-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stay-escape-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #09232d26, transparent 35%, #09232dcc); z-index: 0; }
.stay-escape-badge { position: absolute; left: 30px; top: 30px; z-index: 1; border: 1px solid #ffffff80; background: #123a4599; border-radius: 30px; padding: 9px 16px; font-size: .75rem; font-weight: 650; }
.stay-escape-caption { position: absolute; bottom: 34px; left: 34px; right: 24px; z-index: 1; }
.stay-escape-caption span { display: block; font-size: .8rem; margin-bottom: 6px; color: #e1eeee; }
.stay-escape-caption strong { font-size: clamp(1.3rem,2vw,1.9rem); letter-spacing: -.03em; }
.stay-escape-content { padding: clamp(32px,4vw,64px); align-self: center; }
.stay-escape-content .kicker { color: var(--green); }
.stay-escape h2 { color: white; font-size: clamp(2.1rem,3.4vw,3.5rem); line-height: 1.07; letter-spacing: -.045em; margin: 0 0 24px; }
.stay-escape-intro { color: #d1dfe3; font-size: 1rem; line-height: 1.75; max-width: 42ch; }
.stay-escape-options { margin: 30px 0; border-top: 1px solid #ffffff26; }
.stay-escape-options a { display: flex; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid #ffffff26; color: white; text-decoration: none; }
.stay-escape-options a:hover strong { color: var(--green); }
.stay-option-number { color: #a5c6cd; font-size: .75rem; }
.stay-escape-options strong { font-size: .95rem; display: block; }
.stay-escape-options small { color: #b8cdd4; display: block; margin-top: 5px; font-size: .8rem; }
.stay-escape-options a > span:last-child { margin-left: auto; color: var(--green); }
.stay-escape-cta { background: var(--green); color: var(--navy); display: flex; justify-content: space-between; gap: 18px; }
.stay-escape-cta:hover { background: #d5f3d7; color: var(--navy); }
.stay-escape-secondary { display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; color: #d1dfe3; text-underline-offset: 5px; font-size: .8rem; }
@media (max-width: 760px) {
 .stay-escape { grid-template-columns: 1fr; margin: 12px 20px 48px; border-radius: 16px; }
 .stay-escape-visual { min-height: 320px; }
 .stay-escape-content { padding: 32px 24px; }
 .stay-escape-caption { left: 24px; bottom: 24px; }
 .stay-escape-badge { left: 24px; top: 24px; }
 .stay-escape h2 { font-size: clamp(2rem,7.5vw,3rem); }
}

@media (min-width: 981px) {
  .home-hero { min-height: clamp(630px, 76svh, 800px); padding-block: 64px 36px; }
}

.home-stay-map { padding: 0 var(--edge) 64px; }
.home-stay-map .section-heading > p { max-width: 42ch; color: var(--muted); }
.home-stay-map iframe { display: block; width: 100%; height: 450px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.stay-map-note { margin: 16px 0 0; font-size: .8rem; color: var(--muted); line-height: 1.6; }
.stay-map-note a { color: var(--navy); text-underline-offset: 3px; }
@media (max-width: 680px) { .home-stay-map { padding: 0 20px 40px; } .home-stay-map iframe { height: 350px; } }

/* Existing travel components, extended for the core destination guides. */
.activity-categories { grid-template-columns: repeat(4,minmax(0,1fr)); }
.seo-feature { display:grid; grid-template-columns:1fr 1fr; gap:5%; align-items:center; padding:56px var(--edge); }
.seo-feature:nth-of-type(even) { background:var(--paper); }
.seo-feature figure { margin:0; }
.seo-feature img { width:100%; height:380px; object-fit:cover; border-radius:var(--radius); }
.seo-feature h2 { font-size:clamp(1.8rem,3vw,2.8rem); line-height:1.12; margin-bottom:22px; }
.seo-feature p { color:var(--muted); margin-bottom:18px; }
.seo-feature .button { margin-top:12px; }
.seo-tour-section .gyg-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr)); }
.seo-tour-section .gyg-card { max-width:640px; }
.prose-section > p + p { margin-top:16px; }
.prose-section h3 { margin:24px 0 12px; }
.article .gyg-grid { grid-template-columns:1fr; }
.home-section .faq-section { max-width:1000px; margin:auto; }
@media(max-width:1000px) { .activity-categories { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:680px) { .activity-categories,.seo-feature { grid-template-columns:1fr; } .seo-feature { padding:36px 20px; gap:24px; } .seo-feature img { height:270px; } }
