:root {
  --ink: #102536;
  --ink-deep: #091c27;
  --fjord: #15566b;
  --fjord-bright: #2a8295;
  --aqua: #8bd0d6;
  --sky: #eaf5f6;
  --cloud: #f8fbfc;
  --white: #ffffff;
  --stone: #dfe8e8;
  --stone-dark: #9eafb1;
  --sunset: #f4a438;
  --sunset-dark: #df861a;
  --vipps: #ff5b24;
  --vipps-dark: #e94713;
  --moss: #5d7a59;
  --danger: #a63e32;
  --text: #263943;
  --muted: #61747c;
  --line: rgba(16, 37, 54, 0.14);
  --shadow: 0 24px 70px rgba(9, 28, 39, 0.16);
  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: min(1240px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--cloud);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

::selection {
  background: var(--sunset);
  color: var(--ink-deep);
}

:focus-visible {
  outline: 3px solid var(--sunset);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--fjord);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: var(--aqua);
}

.section {
  padding-block: 120px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--body);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button:hover {
  transform: translateY(-2px);
}

.button-sunset {
  background: var(--sunset);
  box-shadow: 0 12px 26px rgba(244, 164, 56, 0.24);
  color: var(--ink-deep);
}

.button-sunset:hover {
  background: #ffb853;
  box-shadow: 0 16px 30px rgba(244, 164, 56, 0.32);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--fjord);
}

.button-ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-ghost-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 0.84rem;
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--fjord);
  font-weight: 700;
  line-height: 1.4;
  transition: color 180ms ease;
}

.text-link:hover {
  color: var(--sunset-dark);
}

/* Notice and navigation */
.notice-bar {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.notice-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.notice-inner > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.notice-inner a {
  color: var(--aqua);
}

.notice-inner a:hover {
  color: var(--white);
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7bc786;
  box-shadow: 0 0 0 4px rgba(123, 199, 134, 0.13);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(16, 37, 54, 0.08);
  background: rgba(248, 251, 252, 0.93);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 34px rgba(9, 28, 39, 0.09);
}

.nav-shell {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}

.brand-crop {
  display: grid;
  width: 76px;
  height: 56px;
  place-items: center;
}

.brand-crop img {
  width: 76px;
  filter: drop-shadow(0 5px 9px rgba(9, 28, 39, 0.11));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.brand-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.primary-nav > a:not(.button) {
  position: relative;
  color: #435761;
  font-size: 0.9rem;
  font-weight: 600;
}

.primary-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--sunset);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.lang-button {
  min-width: 34px;
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 500;
}

.lang-button.is-active {
  background: var(--ink);
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin-block: 5px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: 66px 105px;
  background:
    radial-gradient(circle at 16% 16%, rgba(42, 130, 149, 0.23), transparent 31%),
    linear-gradient(135deg, var(--ink-deep) 0%, var(--ink) 56%, #113c4a 100%);
}

.hero::before {
  position: absolute;
  top: 46%;
  right: -10%;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 208, 214, 0.42), transparent);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
}

.hero-copy {
  max-width: 650px;
  padding-block: 34px;
}

.hero h1 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(4.2rem, 7.2vw, 7.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.hero h1 em {
  display: inline-block;
  color: var(--sunset);
  font-style: normal;
  font-weight: 600;
}

.hero-lead {
  max-width: 580px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.recommendation {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  transition: color 180ms ease;
}

.recommendation:hover {
  color: var(--white);
}

.recommendation strong {
  color: var(--white);
}

.recommend-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sunset);
  color: var(--ink-deep);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.hero-media {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.hero-media picture,
.hero-media picture img {
  width: 100%;
  height: 100%;
}

.hero-media picture {
  position: absolute;
  inset: 0;
}

.hero-media picture img {
  object-fit: cover;
  object-position: center 52%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 28, 39, 0.04) 45%, rgba(9, 28, 39, 0.7) 100%);
}

.hero-logo-card {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 284px;
  filter: drop-shadow(0 14px 24px rgba(5, 20, 30, 0.34));
}

.hero-logo-card img {
  width: 100%;
}

.hero-location {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-location span:first-child {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.fact-dock {
  position: relative;
  z-index: 2;
  display: grid;
  margin-bottom: -164px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(16, 37, 54, 0.09);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(62px);
}

.fact {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 34px;
  border-right: 1px solid var(--line);
}

.fact:last-child {
  border-right: 0;
}

.fact strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.fact span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

/* Experience */
.experience {
  padding-top: 188px;
  background: var(--cloud);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(70px, 8vw, 120px);
}

.section-copy {
  max-width: 610px;
}

.large-copy {
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.62;
}

.section-copy > p:not(.eyebrow) {
  margin-bottom: 22px;
}

.place-points {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.place-points > div {
  display: grid;
  padding-block: 18px;
  grid-template-columns: 48px 1fr;
  border-bottom: 1px solid var(--line);
}

.place-points > div > span {
  padding-top: 2px;
  color: var(--fjord-bright);
  font-family: var(--mono);
  font-size: 0.74rem;
}

.place-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.place-points strong {
  color: var(--ink);
  font-size: 1rem;
}

.photo-composition {
  position: relative;
  min-height: 720px;
}

.photo-composition figure {
  margin: 0;
}

.photo-main {
  position: absolute;
  inset: 0 12% 9% 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.photo-main img,
.photo-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-main img {
  object-position: center 48%;
}

.photo-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 48%;
  overflow: hidden;
  border: 8px solid var(--cloud);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(9, 28, 39, 0.2);
}

.photo-inset img {
  object-position: center 58%;
}

.photo-composition figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9, 28, 39, 0.72);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.66rem;
  backdrop-filter: blur(8px);
}

/* Facilities */
.facilities {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 0%, rgba(42, 130, 149, 0.18), transparent 30%),
    var(--ink);
  color: rgba(255, 255, 255, 0.75);
}

.facilities::before {
  position: absolute;
  top: 48%;
  left: -10%;
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 208, 214, 0.2), transparent);
  content: "";
}

.facilities .shell {
  position: relative;
}

.facilities h2,
.facilities h3 {
  color: var(--white);
}

.split-heading {
  display: grid;
  margin-bottom: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.54fr);
  align-items: end;
  gap: 60px;
}

.split-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.split-heading > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.03rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  border-color: rgba(139, 208, 214, 0.46);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-5px);
}

.service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--sunset);
  color: var(--ink-deep);
}

.service-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-number {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(255, 255, 255, 0.36);
  font-family: var(--mono);
  font-size: 0.7rem;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.service-card > p:not(.service-number) {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.available {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aqua);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.available::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7bc786;
  content: "";
}

.honest-note {
  display: grid;
  margin-top: 22px;
  padding: 28px 32px;
  grid-template-columns: auto minmax(300px, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.note-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--aqua);
  font-family: var(--mono);
}

.honest-note h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  letter-spacing: -0.015em;
}

.honest-note p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.nearby-activities {
  min-width: 0;
}

.nearby-title {
  margin: 0 0 10px !important;
  color: var(--aqua) !important;
  font-family: var(--mono);
  font-size: 0.67rem !important;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.activity-list span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

/* Price and payment */
.payment {
  position: relative;
  overflow: hidden;
  background: #f7f0e4;
}

.payment::before {
  position: absolute;
  top: -210px;
  left: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(244, 163, 70, 0.14);
  content: "";
}

.payment-grid,
.payment-disclaimer {
  position: relative;
}

.payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(56px, 8vw, 110px);
}

.payment-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.payment-copy .large-copy {
  max-width: 580px;
}

.payment-methods {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.payment-methods > div {
  display: flex;
  min-height: 82px;
  padding: 14px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(16, 37, 54, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.payment-methods > div > span {
  color: var(--sunset-dark);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.payment-methods strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.payment-notice {
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 3px solid var(--sunset-dark);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.54);
}

.payment-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.payment-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.vipps-card {
  display: grid;
  min-height: 440px;
  padding: clamp(24px, 4vw, 44px);
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: var(--ink-deep);
  box-shadow: 0 28px 70px rgba(32, 28, 20, 0.2);
  color: var(--white);
}

.vipps-qr-link {
  display: block;
  justify-self: center;
  border-radius: 16px;
}

.vipps-qr-link:focus-visible {
  outline: 3px solid var(--vipps);
  outline-offset: 5px;
}

.vipps-qr-frame {
  display: grid;
  width: 262px;
  max-width: 100%;
  padding: 8px;
  place-items: center;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vipps-qr-link:hover .vipps-qr-frame {
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
  transform: translateY(-2px);
}

.vipps-qr-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.vipps-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.vipps-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--vipps);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vipps-card-copy h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.vipps-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.58;
}

.vipps-action {
  width: 100%;
  max-width: 310px;
  margin-top: 26px;
}

.button-vipps {
  background: var(--vipps);
  box-shadow: 0 14px 30px rgba(255, 91, 36, 0.24);
  color: var(--white);
}

.button-vipps:hover {
  background: var(--vipps-dark);
  box-shadow: 0 18px 34px rgba(255, 91, 36, 0.32);
}

.vipps-help {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

.payment-disclaimer {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 12px;
}

.payment-disclaimer > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(16, 37, 54, 0.24);
  border-radius: 50%;
  color: var(--fjord);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.payment-disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* Gallery */
.gallery {
  background: #edf5f5;
}

.section-heading {
  margin-bottom: 54px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}

.gallery-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.gallery-heading > p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 255px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--stone);
  cursor: zoom-in;
}

.gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(4) {
  grid-column: span 4;
}

.gallery-item:nth-child(5) {
  grid-column: span 4;
}

.gallery-item:nth-child(6) {
  grid-column: span 12;
  height: 420px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.gallery-item:nth-child(1) img {
  object-position: center 54%;
}

.gallery-item:nth-child(2) img,
.gallery-item:nth-child(3) img,
.gallery-item:nth-child(4) img,
.gallery-item:nth-child(5) img {
  object-position: center 54%;
}

.gallery-item:nth-child(6) img {
  object-position: center 48%;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(9, 28, 39, 0.52));
  content: "";
  opacity: 0.64;
  transition: opacity 220ms ease;
}

.gallery-item > span {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.gallery-item:hover > span,
.gallery-item:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

/* Request */
.request {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 18%, rgba(42, 130, 149, 0.27), transparent 30%),
    var(--ink-deep);
  color: rgba(255, 255, 255, 0.7);
}

.request::after {
  position: absolute;
  right: -10%;
  bottom: -28%;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(139, 208, 214, 0.13);
  border-radius: 50%;
  content: "";
}

.request-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  align-items: start;
  gap: clamp(54px, 7vw, 100px);
}

.request-intro {
  position: sticky;
  top: 120px;
  padding-top: 30px;
}

.request-intro h2 {
  color: var(--white);
}

.request-intro > p:not(.eyebrow) {
  max-width: 540px;
  font-size: 1.04rem;
}

.request-steps {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.request-steps li {
  display: grid;
  padding-block: 18px;
  grid-template-columns: 46px 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.request-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.request-steps li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(139, 208, 214, 0.42);
  border-radius: 50%;
  color: var(--aqua);
  font-family: var(--mono);
  font-size: 0.66rem;
}

.request-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
}

.request-steps strong {
  color: var(--white);
  font-size: 0.94rem;
}

.direct-contact {
  margin-top: 36px;
}

.direct-contact p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

.direct-contact a {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.request-form {
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  color: var(--text);
}

.form-heading {
  display: flex;
  margin-bottom: 32px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.form-kicker {
  margin-bottom: 6px;
  color: var(--fjord);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.open-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eaf5eb;
  color: #3d6b43;
  font-size: 0.7rem;
  font-weight: 700;
}

.open-badge > span:first-child {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66ad70;
}

.form-grid {
  display: grid;
  gap: 16px;
}

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

.request-form > label,
.form-grid label {
  display: block;
  margin-bottom: 18px;
}

.request-form label > span:first-child:not(.sr-only) {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 700;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid #cad7d8;
  border-radius: 11px;
  background: #fbfdfd;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.request-form input,
.request-form select {
  min-height: 52px;
  padding: 0 14px;
}

.request-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--fjord-bright);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(42, 130, 149, 0.11);
  outline: none;
}

.request-form input:user-invalid,
.request-form select:user-invalid,
.request-form textarea:user-invalid {
  border-color: var(--danger);
}

.stay-summary {
  margin: -3px 0 20px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--sky);
  color: var(--fjord);
  font-size: 0.78rem;
  font-weight: 600;
}

.request-form .consent {
  display: grid;
  margin: 4px 0 22px;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.request-form .consent input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--fjord);
}

.request-form .consent > span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: inherit;
  font-weight: 400;
}

.form-status {
  display: none;
  margin-bottom: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: #faece9;
  color: #87372e;
}

.form-status.is-success {
  background: #eaf5eb;
  color: #3c6842;
}

.form-footnote {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.45;
  text-align: center;
}

/* Location */
.location {
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.map-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--stone);
  box-shadow: var(--shadow);
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.78) contrast(1.03);
}

.map-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: rgba(9, 28, 39, 0.86);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  backdrop-filter: blur(12px);
}

.map-label strong {
  color: var(--aqua);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
}

.location-copy h2 {
  max-width: 520px;
}

.location-copy address {
  margin-bottom: 26px;
  padding-left: 20px;
  border-left: 3px solid var(--sunset);
}

.location-copy address span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-copy address strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.4rem;
  line-height: 1.3;
}

.location-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.location-actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.contact-list {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.contact-list a {
  display: flex;
  padding-block: 15px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.contact-list a > span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-list strong {
  color: var(--ink);
  font-size: 0.88rem;
  text-align: right;
  overflow-wrap: anywhere;
}

.contact-list a:hover strong {
  color: var(--fjord-bright);
}

/* FAQ */
.faq {
  background: var(--cloud);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.faq-intro > p:not(.eyebrow) {
  max-width: 450px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 90px;
  padding: 24px 0;
  grid-template-columns: 1fr 38px;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span:last-child {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary > span:last-child::before,
.faq-list summary > span:last-child::after {
  position: absolute;
  width: 12px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary > span:last-child::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary > span:last-child::after {
  transform: rotate(0deg);
}

.faq-list details[open] summary {
  color: var(--fjord);
}

.faq-list details > p {
  max-width: 680px;
  margin: 8px 62px 30px 0;
  color: var(--muted);
}

/* Review band and footer */
.review-band {
  padding-block: 42px;
  background: var(--fjord);
  color: var(--white);
}

.review-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.review-sources,
.review-source,
.review-actions {
  display: flex;
  align-items: center;
}

.review-sources {
  gap: 34px;
}

.review-source {
  gap: 16px;
  color: inherit;
}

.review-source:hover strong {
  color: var(--sunset);
}

.review-actions {
  flex-shrink: 0;
  gap: 10px;
}

.review-inner .recommend-mark {
  width: 36px;
  height: 36px;
  font-size: 1.15rem;
}

.review-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.review-inner strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}

.google-stars {
  color: var(--sunset);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.site-footer {
  padding-block: 70px 24px;
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: 56px;
}

.footer-logo-crop {
  width: 286px;
}

.footer-logo-crop img {
  width: 100%;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 9px rgba(255, 255, 255, 0.18)) drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}

.footer-brand p {
  max-width: 380px;
  margin: 24px 0 0;
  font-size: 0.9rem;
}

.footer-grid h2 {
  margin: 0 0 20px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid p {
  margin-bottom: 12px;
}

.footer-grid a {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  transition: color 180ms ease;
  overflow-wrap: anywhere;
}

.footer-grid a:hover {
  color: var(--aqua);
}

.footer-bottom {
  display: flex;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--mono);
  font-size: 0.63rem;
}

.footer-bottom p {
  margin: 0;
}

/* Lightbox */
.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 16, 22, 0.96);
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(5, 16, 22, 0.86);
}

.lightbox-shell {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 72px 90px 46px;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 22px;
}

.lightbox figure {
  display: flex;
  height: 100%;
  min-height: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 150px);
  border-radius: 12px;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  cursor: pointer;
  font-size: 1.35rem;
  transition: background-color 180ms ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.14);
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 22px;
}

/* Reveal animation: content stays visible if JavaScript is unavailable. */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-pending {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-pending.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
  .primary-nav {
    gap: 17px;
  }

  .primary-nav > a:not(.button) {
    font-size: 0.82rem;
  }

  .brand-copy {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(4rem, 7vw, 5.7rem);
  }

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

  .service-card {
    min-height: 320px;
  }

  .honest-note {
    grid-template-columns: auto 1fr;
  }

  .nearby-activities {
    grid-column: 2;
  }

  .payment-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 48px;
  }

  .review-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-actions {
    width: 100%;
  }
}

@media (max-width: 940px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    height: calc(100vh - 78px);
    height: var(--menu-available-height, calc(100dvh - 78px));
    padding: 44px max(24px, calc((100vw - 760px) / 2));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cloud);
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  .payment-grid {
    grid-template-columns: 1fr;
  }

  .payment-copy {
    max-width: 720px;
  }

  .vipps-card {
    max-width: 720px;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .primary-nav > a:not(.button) {
    padding-block: 16px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--display);
    font-size: 1.35rem;
  }

  .primary-nav > a:not(.button)::after {
    display: none;
  }

  .language-switch {
    width: max-content;
    margin-block: 24px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
    padding-block: 20px 0;
  }

  .hero h1 {
    font-size: clamp(4.5rem, 12vw, 6.8rem);
  }

  .hero-media {
    min-height: 590px;
  }

  .fact-dock {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact:nth-child(2) {
    border-right: 0;
  }

  .fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .experience-grid,
  .request-grid,
  .location-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    gap: 70px;
  }

  .section-copy {
    max-width: 720px;
  }

  .photo-composition {
    min-height: 720px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .split-heading > p {
    max-width: 650px;
  }

  .request-intro,
  .faq-intro {
    position: static;
  }

  .request-intro {
    padding-top: 0;
  }

  .request-intro > p:not(.eyebrow) {
    max-width: 650px;
  }

  .request-steps {
    max-width: 660px;
  }

  .location-grid {
    gap: 66px;
  }

  .map-card {
    min-height: 520px;
  }

  .location-copy {
    max-width: 650px;
  }

  .faq-intro {
    max-width: 650px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 90px;
  }

  .section {
    padding-block: 86px;
  }

  .notice-inner {
    justify-content: space-between;
  }

  .notice-inner > span:nth-child(2),
  .notice-inner > span:nth-child(3) {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
  }

  .primary-nav {
    height: calc(100vh - 70px);
    height: var(--menu-available-height, calc(100dvh - 70px));
    padding-inline: 20px;
  }

  .hero {
    padding-block: 32px 96px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.6rem, 17vw, 5.4rem);
  }

  .hero-lead {
    font-size: 1.06rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .recommendation {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hero-media {
    min-height: 510px;
    border-radius: 20px;
  }

  .hero-logo-card {
    top: 14px;
    left: 14px;
    width: 220px;
  }

  .hero-logo-card img {
    width: 100%;
  }

  .hero-location {
    right: 16px;
    bottom: 16px;
    left: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .fact-dock {
    margin-bottom: -146px;
    transform: translateY(52px);
  }

  .fact {
    min-height: 106px;
    padding: 20px;
  }

  .fact strong {
    font-size: 2.1rem;
  }

  .fact span {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .experience {
    padding-top: 154px;
  }

  .experience-grid {
    gap: 52px;
  }

  .photo-composition {
    min-height: 560px;
  }

  .photo-main {
    inset: 0 7% 10% 0;
  }

  .photo-inset {
    width: 46%;
    height: 43%;
    border-width: 6px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 290px;
  }

  .service-icon {
    margin-bottom: 42px;
  }

  .honest-note {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .note-icon {
    width: 38px;
    height: 38px;
  }

  .nearby-activities {
    grid-column: 1;
  }

  .vipps-card {
    min-height: 0;
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .vipps-qr-frame {
    width: min(100%, 221px);
  }

  .vipps-card-copy {
    align-items: center;
  }

  .vipps-kicker {
    margin-bottom: 18px;
  }

  .vipps-card-copy h3,
  .vipps-body,
  .vipps-help {
    max-width: 520px;
  }

  .vipps-action {
    max-width: none;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item,
  .gallery-item:nth-child(n) {
    height: auto;
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(6) {
    grid-column: span 2;
  }

  .gallery-item:nth-child(1) {
    grid-row: span 2;
  }

  .gallery-item > span {
    opacity: 1;
    transform: none;
  }

  .request-grid {
    gap: 52px;
  }

  .request-form {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .form-heading {
    flex-direction: column;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .map-card {
    min-height: 450px;
  }

  .map-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .location-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .location-actions .button {
    width: 100%;
  }

  .contact-list a {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .contact-list strong {
    text-align: left;
  }

  .faq-list summary {
    min-height: 82px;
    grid-template-columns: 1fr 34px;
    font-size: 1.08rem;
  }

  .faq-list details > p {
    margin-right: 0;
  }

  .review-inner,
  .review-sources,
  .review-source,
  .review-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-inner {
    gap: 26px;
  }

  .review-inner .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .lightbox-shell {
    padding: 70px 14px 24px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }

  .lightbox-nav {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 440px) {
  .brand-crop {
    width: 68px;
    height: 50px;
  }

  .brand-crop img {
    width: 68px;
  }

  .hero h1 {
    font-size: 3.45rem;
  }

  .hero-media {
    min-height: 450px;
  }

  .hero-logo-card {
    width: 188px;
  }

  .hero-logo-card img {
    width: 100%;
  }

  .fact {
    padding: 16px;
  }

  .photo-composition {
    min-height: 480px;
  }

  .gallery-grid {
    grid-auto-rows: 190px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-logo-crop {
    width: 100%;
    max-width: 286px;
  }

  .payment-methods {
    grid-template-columns: 1fr;
  }

  .vipps-card {
    padding: 22px 18px 24px;
  }

  .vipps-qr-frame {
    width: min(100%, 180px);
    justify-self: center;
  }

  .lightbox-shell {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .lightbox figure {
    height: auto;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-prev,
  .lightbox-next {
    grid-row: 2;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
