:root {
  --ink: #0b1719;
  --ink-soft: #142629;
  --mist: #f2f6f3;
  --paper: #ffffff;
  --text: #142225;
  --muted: #607073;
  --line: #dce5e2;
  --glacier: #82dfcf;
  --glacier-bright: #a7f3e3;
  --blue: #9dd7e1;
  --shadow: 0 24px 70px rgba(0, 0, 0, .24);
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: .75rem;
  transform: translateY(-180%);
  padding: .7rem 1rem;
  border-radius: .5rem;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(calc(100% - 3rem), var(--max));
  height: 88px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  color: #fff;
}
.brand {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  text-decoration: none;
}
.brand-logo { width: 3.05rem; height: 2.15rem; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: .98rem; letter-spacing: .02em; }
.brand-copy small { margin-top: .28rem; color: rgba(255,255,255,.68); font-size: .72rem; }
.site-header nav { display: flex; gap: 1.8rem; align-items: center; }
.site-header nav a {
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  font-weight: 650;
  text-decoration: none;
}
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.site-header .nav-book {
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 132px 1.5rem 68px;
  color: #fff;
  background-color: var(--ink);
  background-image:
    radial-gradient(circle at 25% 20%, rgba(118, 183, 176, .23), transparent 32%),
    linear-gradient(115deg, #0b1719 0%, #102629 46%, #182522 100%);
  --hero-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vatnleysustr%C3%B6nd.jpg/1600px-Vatnleysustr%C3%B6nd.jpg");
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--hero-image, none);
  background-position: center;
  background-size: cover;
  opacity: .38;
  filter: saturate(.72) contrast(1.05);
}
.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,19,.94) 0%, rgba(7,17,19,.66) 50%, rgba(7,17,19,.52) 100%),
    linear-gradient(0deg, rgba(7,17,19,.78), transparent 45%);
}
.hero-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
}
.hero-copy { padding-top: 1rem; }
.eyebrow {
  display: flex;
  margin: 0 0 1.1rem;
  gap: .65rem;
  align-items: center;
  color: rgba(255,255,255,.66);
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span { width: 1.8rem; height: 1px; background: var(--glacier); }
.eyebrow.dark { color: #557073; }
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.4vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .99;
}
.hero h1 em { color: var(--glacier-bright); font-weight: 400; }
.hero-intro {
  max-width: 580px;
  margin: 1.65rem 0 2.2rem;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
  line-height: 1.68;
}
.route-note {
  display: grid;
  max-width: 560px;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}
.route-note > span:first-child, .route-note > span:last-child { display: grid; }
.route-note strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.route-note small { color: rgba(255,255,255,.52); font-size: .72rem; }
.route-note > span:last-child { text-align: right; }
.route-line { display: flex; gap: .65rem; align-items: center; }
.route-line i { height: 1px; background: rgba(255,255,255,.24); flex: 1; }
.route-line b { color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 650; white-space: nowrap; }

.calculator-card {
  padding: 1.6rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  color: var(--text);
  background: rgba(251,253,252,.98);
  box-shadow: var(--shadow);
}
.calculator-heading { display: flex; justify-content: space-between; align-items: start; }
.calculator-heading h2 { margin: .08rem 0 0; font-family: Georgia, serif; font-size: 1.9rem; font-weight: 400; letter-spacing: -.025em; }
.step-label { margin: 0; color: #64807c; font-size: .72rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.isk-badge { padding: .4rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: #5f7374; font-size: .69rem; font-weight: 720; }
#transfer-form { margin-top: 1.35rem; }
.route-fields {
  display: grid;
  grid-template-columns: minmax(0,1fr) 2.5rem minmax(0,1fr);
  gap: .55rem;
  align-items: end;
}
label > span:first-child, .quantity-title, .trip-type legend { display: block; margin-bottom: .45rem; color: #405255; font-size: .78rem; font-weight: 720; }
.select-wrap { position: relative; display: block; }
.select-wrap svg { position: absolute; z-index: 1; top: 50%; left: .82rem; width: 1rem; fill: none; stroke: #587072; stroke-width: 1.7; transform: translateY(-50%); pointer-events: none; }
select {
  width: 100%;
  min-height: 50px;
  padding: 0 2rem 0 2.35rem;
  border: 1px solid #d4dfdd;
  border-radius: .8rem;
  outline: none;
  color: #18292c;
  background: #fff;
  font-size: .85rem;
  font-weight: 650;
}
select:focus-visible { border-color: #4e9f93; box-shadow: 0 0 0 3px rgba(78,159,147,.18); }
.swap-button {
  display: grid;
  width: 2.5rem;
  height: 50px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 0;
  color: #5b7473;
  background: transparent;
  cursor: pointer;
}
.swap-button svg { width: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.swap-button:hover { color: var(--ink); }
.swap-button:focus-visible { outline: 2px solid #4e9f93; outline-offset: 2px; border-radius: .5rem; }
.field-error { min-height: 1rem; margin: .2rem 0 0; color: #a53636; font-size: .76rem; }

.quantity-grid { display: grid; margin-top: .7rem; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stepper { position: relative; display: grid; min-height: 49px; grid-template-columns: 2.7rem 1fr 2.7rem; border: 1px solid #d4dfdd; border-radius: .8rem; background: #fff; }
.stepper button { border: 0; color: #355052; background: transparent; font-size: 1.3rem; cursor: pointer; }
.stepper button:hover { background: #edf4f2; }
.stepper button:first-child { border-radius: .75rem 0 0 .75rem; }
.stepper button:last-child { border-radius: 0 .75rem .75rem 0; }
.stepper button:focus-visible { z-index: 2; outline: 2px solid #4e9f93; outline-offset: -2px; }
.stepper output { display: grid; place-items: center; font-weight: 750; }
.stepper input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.trip-type { display: grid; margin: 1rem 0 0; padding: 0; grid-template-columns: 1fr 1fr; border: 0; gap: .4rem; }
.trip-type legend { margin-bottom: .45rem; }
.trip-type label { position: relative; }
.trip-type input { position: absolute; opacity: 0; }
.trip-type label span {
  display: grid;
  min-height: 43px;
  margin: 0;
  place-items: center;
  border: 1px solid #d4dfdd;
  border-radius: .7rem;
  color: #506366;
  background: #fff;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}
.trip-type input:checked + span { border-color: var(--ink-soft); color: #fff; background: var(--ink-soft); }
.trip-type input:focus-visible + span { outline: 2px solid #4e9f93; outline-offset: 2px; }

.result { margin-top: 1.05rem; padding: 1.05rem 1.15rem; border: 1px solid #cfe0dc; border-radius: 1rem; background: #eaf4f1; }
.result-topline { display: flex; justify-content: space-between; align-items: center; color: #526866; font-size: .74rem; font-weight: 700; }
.vehicle-pill { padding: .26rem .5rem; border-radius: 999px; color: #204c45; background: #cce9e2; font-size: .68rem; }
.price-row { display: flex; margin-top: .25rem; gap: .9rem; align-items: baseline; justify-content: space-between; }
.price-row strong { color: var(--ink); font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.price-row strong small { font-family: inherit; font-size: .78rem; font-weight: 600; letter-spacing: .02em; }
.price-row > span { color: #627674; font-size: .7rem; white-space: nowrap; }
.vehicle-note { margin: .65rem 0 0; color: #2f514d; font-size: .76rem; font-weight: 650; }
.estimate-note { margin: .4rem 0 0; color: #6c7b7a; font-size: .69rem; line-height: 1.45; }
.cta-stack { display: grid; margin-top: 1rem; gap: .55rem; }
.button {
  display: inline-flex;
  min-height: 50px;
  padding: .82rem 1.05rem;
  gap: .65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: .78rem;
  font-size: .86rem;
  font-weight: 760;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline: 3px solid rgba(130,223,207,.42); outline-offset: 2px; }
.button svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: #071616; background: var(--glacier); }
.button-primary:hover { background: var(--glacier-bright); }
.button-secondary { border-color: #cfdad8; color: #273c3e; background: #fff; }
.button-secondary:hover { border-color: #9bb2ae; }
.button-light { width: fit-content; color: var(--ink); background: #fff; }
.button-ghost { border-color: rgba(255,255,255,.25); color: #fff; }

.trust-strip {
  display: grid;
  width: min(calc(100% - 3rem), var(--max));
  margin: -1px auto 0;
  padding: 1.45rem 0;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #d5e0dd;
  gap: 1rem;
}
.trust-strip > div { display: flex; gap: .8rem; align-items: center; }
.trust-strip svg { width: 1.3rem; flex: 0 0 auto; fill: none; stroke: #3f706a; stroke-width: 1.5; }
.trust-strip span { display: grid; color: #718083; font-size: .72rem; line-height: 1.35; }
.trust-strip strong { color: #25383a; font-size: .76rem; }

.section { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: 7.5rem 0; }
.section-heading { display: grid; max-width: 850px; margin-bottom: 3.2rem; grid-template-columns: 1.7fr 1fr; column-gap: 4.5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 4.5vw, 4.6rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; }
.section-heading > p:last-child { margin: 0 0 .35rem; color: var(--muted); }
.section-heading.compact { display: block; max-width: 640px; }
.section-heading.compact h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.facts-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 1rem; }
.fact-card { min-height: 270px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.66); }
.fact-card h3 { margin: 1.4rem 0 .65rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.fact-card p:last-child { margin: 0; color: var(--muted); }
.feature-fact { color: #fff; background: var(--ink-soft); }
.feature-fact p:last-child { color: rgba(255,255,255,.67); }
.fact-number { margin: 0; color: var(--glacier-bright); font-family: Georgia, serif; font-size: 4.5rem; line-height: .9; }
.fact-number small { font-size: 1rem; }
.fact-kicker { margin: 0; color: #5f817c; font-size: .74rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

.process-section { padding-top: 2rem; }
.process-list { margin: 0; padding: 0; border-top: 1px solid #cdd9d6; list-style: none; }
.process-list li { display: grid; padding: 2rem 0; grid-template-columns: 120px 1fr; border-bottom: 1px solid #cdd9d6; }
.process-number { color: #7d9a96; font-family: Georgia, serif; font-size: 1.35rem; }
.process-list li > div { display: grid; grid-template-columns: .8fr 1fr; column-gap: 4rem; }
.process-list h3 { margin: 0; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.process-list p { margin: 0; color: var(--muted); }

.luggage-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.luggage-visual {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 1.7rem;
  background: var(--ink-soft);
}
.luggage-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,25,28,.05), rgba(8,25,28,.66)); }
.luggage-visual img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; }
.luggage-label { position: absolute; top: 11%; left: 10%; color: #fff; font-family: Georgia, serif; font-size: 2.6rem; line-height: .88; }
.luggage-label { z-index: 1; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.luggage-copy .eyebrow { color: #5d7775; }
.luggage-copy h2 { margin: 0 0 1.5rem; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.luggage-copy > p { color: var(--muted); }
.luggage-copy .callout { margin: 1.5rem 0; padding: 1rem 1.15rem; border-left: 2px solid #4d938a; color: #35504f; background: rgba(255,255,255,.7); }
.text-link { display: inline-flex; gap: .5rem; color: #244b46; font-weight: 760; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.lagoon-section { padding: 7rem 1.5rem; color: #fff; background: #366b6f; }
.lagoon-inner { display: grid; width: min(100%, var(--max)); margin: 0 auto; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); }
.lagoon-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 5.5vw, 5.6rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.lagoon-copy p { margin-top: .2rem; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.lagoon-copy ul { margin: 1.8rem 0; padding: 0; list-style: none; }
.lagoon-copy li { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.lagoon-copy li::before { content: "✓"; margin-right: .7rem; color: var(--glacier-bright); }

.faq-list { border-top: 1px solid #cbd7d4; }
.faq-list details { border-bottom: 1px solid #cbd7d4; }
.faq-list summary { display: flex; padding: 1.45rem 0; align-items: center; justify-content: space-between; font-family: Georgia, serif; font-size: 1.25rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 1rem; height: 1rem; margin-left: 2rem; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #345a57; transition: transform .18s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 760px; margin: -.25rem 0 1.5rem; color: var(--muted); }

.final-cta { padding: 7rem 1.5rem; color: #fff; text-align: center; background: var(--ink); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.final-cta > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.final-cta > div { display: flex; margin-top: 1.8rem; gap: .7rem; justify-content: center; }

footer { display: grid; padding: 2.5rem max(1.5rem, calc((100% - var(--max)) / 2)); grid-template-columns: 1fr 1.4fr 1fr; gap: 2rem; align-items: center; color: rgba(255,255,255,.72); background: #071113; }
.footer-brand .brand-logo { width: 3.05rem; }
footer > p { margin: 0; font-size: .76rem; text-align: center; }
.footer-links { display: grid; justify-items: end; }
.footer-links a { font-size: .76rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.photo-credit { margin-top: .35rem; color: rgba(255,255,255,.46); font-size: .65rem !important; }
.noscript { position: fixed; z-index: 100; right: 1rem; bottom: 1rem; left: 1rem; margin: 0; padding: 1rem; color: #fff; background: #8b2d2d; text-align: center; }
.mobile-book-bar { display: none; }

@media (max-width: 980px) {
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .hero-copy { max-width: 760px; }
  .calculator-card { max-width: 680px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .feature-fact { grid-column: 1 / -1; min-height: 230px; }
  .luggage-section { grid-template-columns: 1fr 1.2fr; gap: 3rem; }
  .luggage-visual { min-height: 400px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  .footer-links { justify-items: center; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header { width: calc(100% - 2rem); height: 72px; }
  .brand-copy small { display: none; }
  .site-header nav > a:not(.nav-book) { display: none; }
  .site-header .nav-book { padding: .55rem .8rem; }
  .hero { min-height: 0; padding: 80px 1rem 1.25rem; }
  .hero::before { background-position: 58% center; opacity: .3; }
  .hero-copy { padding-top: 0; }
  .hero-copy .eyebrow { display: none; }
  .hero h1 { font-size: clamp(2.15rem, 9.7vw, 3.15rem); line-height: .98; }
  .hero-intro { max-width: 34rem; margin: .65rem 0 .8rem; font-size: .88rem; line-height: 1.45; }
  .route-note { display: none; }
  .hero-grid { gap: .85rem; }
  .calculator-card { padding: 1.05rem; border-radius: 1.15rem; }
  .calculator-heading h2 { font-size: 1.55rem; }
  .route-fields { grid-template-columns: 1fr 2.3rem 1fr; gap: .25rem; }
  .swap-button { width: 2.3rem; }
  select { padding-left: .75rem; padding-right: 1.35rem; font-size: .76rem; }
  .select-wrap svg { display: none; }
  .quantity-grid { gap: .55rem; }
  .price-row strong { font-size: 2.1rem; }
  .price-row > span { display: none; }
  .button { min-height: 48px; }
  .trust-strip { width: calc(100% - 2rem); padding: 1.2rem 0; grid-template-columns: 1fr 1fr; gap: 1.15rem .8rem; }
  .trust-strip > div { align-items: start; }
  .section { width: calc(100% - 2rem); padding: 5rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2, .section-heading.compact h2 { font-size: 2.55rem; }
  .facts-grid { grid-template-columns: 1fr; }
  .feature-fact { grid-column: auto; }
  .fact-card { min-height: 0; }
  .process-section { padding-top: 0; }
  .process-list li { grid-template-columns: 58px 1fr; }
  .process-list li > div { grid-template-columns: 1fr; gap: .65rem; }
  .luggage-section { grid-template-columns: 1fr; }
  .luggage-visual, .luggage-visual img { min-height: 330px; }
  .luggage-copy h2 { font-size: 2.55rem; }
  .lagoon-section { padding: 5rem 1rem; }
  .lagoon-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .lagoon-section h2 { font-size: 3.2rem; }
  .faq-list summary { font-size: 1.1rem; }
  .final-cta { padding: 5rem 1rem; }
  .final-cta > div { flex-direction: column; }
  footer { padding: 2.5rem 1rem; }
  .mobile-book-bar {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 72px;
    padding: .68rem max(1rem, env(safe-area-inset-right)) calc(.68rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    gap: .8rem;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff;
    background: rgba(7,17,19,.96);
    box-shadow: 0 -10px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
  }
  .mobile-book-bar span { display: grid; min-width: 0; }
  .mobile-book-bar small { overflow: hidden; color: rgba(255,255,255,.62); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-book-bar strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; white-space: nowrap; }
  .mobile-book-bar a { min-height: 44px; padding: .68rem .95rem; border-radius: .65rem; color: #071616; background: var(--glacier); font-size: .78rem; font-weight: 780; text-decoration: none; white-space: nowrap; }
}

@media (max-width: 390px) {
  .calculator-heading { align-items: center; }
  .isk-badge { display: none; }
  .route-fields { grid-template-columns: 1fr; }
  .swap-button { width: 100%; height: 32px; }
  .swap-button svg { transform: rotate(90deg); }
  .quantity-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* NorthTrip extension: preserve the established ink / glacier theme and serif headings. */
[hidden] { display: none !important; }
.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; }
:focus-visible { outline:3px solid #277569; outline-offset:4px; }
section[id] { scroll-margin-top:1.5rem; }
.site-header { height:104px; }
.brand-logo { width:76px; height:76px; }
.brand-copy strong { font-size:1rem; }
.site-header nav { gap:1.4rem; }
.site-header nav a { font-size:.875rem; }
.mobile-menu { display:none; }
.hero { padding-top:136px; padding-bottom:3.5rem; --hero-image:url('./assets/tesla-iceland.webp'); }
.hero::before { opacity:.7; background-position:40% center; filter:none; }
.hero-shade { background:linear-gradient(90deg,rgba(7,17,19,.72),rgba(7,17,19,.48)); }
.hero-grid { align-items:start; gap:clamp(2rem,4vw,4rem); grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr); }
.hero-copy { padding-top:5rem; }
.hero h1 { font-size:clamp(3rem,4.6vw,4.5rem); line-height:1.04; }
.hero-intro { font-size:1rem; }
.hero-luggage-link { display:inline-flex; min-height:44px; margin-top:1.5rem; align-items:center; gap:1rem; color:var(--glacier-bright); font-weight:650; text-underline-offset:5px; }
.eyebrow,.step-label { font-size:.75rem; }
.route-note small,.route-line b { font-size:.8rem; color:#d0dfdc; }
.calculator-card { padding:1.4rem; }
.calculator-heading h2 { font-size:1.8rem; }
.isk-badge { font-size:.75rem; }
#transfer-form { margin-top:1rem; }
label > span:first-child,.quantity-title { font-size:.875rem; }
select { font-size:1rem; min-height:48px; }
.journey-label { display:block; margin-bottom:.9rem; }
.journey-label select { padding:.7rem .65rem; font-size:.94rem; }
.route-fields { grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr); }
.route-fields select { padding-left:.7rem; padding-right:.35rem; font-size:.875rem; }
.route-fields .select-wrap svg { display:none; }
.swap-button { width:44px; height:48px; }
.combo-route { margin:0; padding:.85rem; border:1px solid #cfdfda; border-radius:.7rem; color:#1b4d45; background:#edf5f2; font-size:.94rem; font-weight:650; line-height:1.7; }
.field-error { min-height:0; font-size:.875rem; }
.field-error:empty { display:none; }
.quantity-grid { margin-top:.9rem; }
.stepper { grid-template-columns:44px minmax(30px,1fr) 44px; min-height:48px; }
.stepper input { position:static; width:100%; height:46px; opacity:1; pointer-events:auto; border:0; border-radius:0; text-align:center; background:transparent; font-size:1rem; font-weight:750; color:var(--text); appearance:textfield; -moz-appearance:textfield; }
.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button { appearance:none; margin:0; }
.stepper button:disabled { color:#a1afab; cursor:default; }
.special-luggage { margin-top:.85rem; border-bottom:1px solid #dce5e2; }
.special-luggage summary { min-height:44px; padding:.6rem 0; font-size:.875rem; font-weight:650; cursor:pointer; }
.special-luggage p { font-size:.875rem; color:#526761; margin:.4rem 0; }
.special-items { display:grid; grid-template-columns:1fr 1fr; gap:.2rem .5rem; border:0; padding:0 0 .6rem; margin:0; }
.special-items label { display:flex; min-height:44px; gap:.6rem; align-items:center; font-size:.875rem; cursor:pointer; }
.special-items input { width:18px; height:18px; accent-color:#23584e; flex-shrink:0; }
.calculation-actions { display:flex; justify-content:space-between; align-items:center; gap:.5rem; padding-top:.65rem; }
.calculation-actions > span { font-size:.75rem; color:#596e68; }
.calculation-actions button { display:inline-flex; gap:.4rem; align-items:center; background:transparent; color:#234b44; border:0; font-size:.875rem; font-weight:700; min-height:44px; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.result { margin-top:.6rem; padding:1rem; }
.result-journey { margin:0; font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; font-weight:700; color:#3f675e; }
.result h3 { font-family:inherit; font-weight:700; font-size:1.05rem; line-height:1.4; margin:.35rem 0; }
#result-party { font-size:.875rem; margin:.3rem 0 .8rem; color:#4e6861; }
.result-topline { font-size:.875rem; gap:.7rem; align-items:center; }
.vehicle-pill { font-size:.875rem; flex-shrink:0; }
.vehicle-note { font-size:.875rem; font-weight:500; margin:.35rem 0 .8rem; }
.price-label { font-size:.875rem; color:#436159; margin:.7rem 0 .4rem; }
.price-row { margin:0; }
.price-row strong { font-size:2.35rem; line-height:1.15; }
.price-row .price-unconfirmed { font-family:inherit; font-size:1.2rem; font-weight:700; line-height:1.4; letter-spacing:0; }
.estimate-note { font-size:.8125rem; color:#4d655f; margin:.5rem 0 0; }
.price-missing-note,.lagoon-note { font-size:.875rem; line-height:1.55; padding-top:.7rem; margin:.8rem 0 0; border-top:1px solid #cadaD3; }
.luggage-warning { font-size:.875rem; padding:.75rem; border-left:3px solid #a56713; background:#fff5de; color:#67420e; border-radius:.3rem; margin:.75rem 0 0; }
.button { font-size:.9375rem; min-height:50px; }
.button-primary { background:#246253; color:#fff; }
.button-primary:hover { background:#1b4d42; }
.calculator-help { font-size:.8125rem; color:#4d655f; line-height:1.9; margin:.8rem 0 0; }
.calculator-help a { text-underline-offset:3px; }
a[aria-disabled="true"] { opacity:.5; pointer-events:none; cursor:default; }
.trust-strip strong,.trust-strip span { font-size:.875rem; }
.section { padding:4.8rem 0; }
.section-heading { max-width:100%; grid-template-columns:1.3fr 1fr; column-gap:4rem; margin-bottom:2rem; }
.section-heading h2 { font-size:clamp(2.35rem,3.7vw,3.7rem); }
.section-heading.compact h2 { font-size:clamp(2.3rem,3.4vw,3.4rem); }
.luggage-section { display:block; }
.comparison-route { font-size:.875rem; color:#46635b; margin-bottom:1rem; }
.vehicle-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.vehicle-card { overflow:hidden; border:1px solid #ccdad5; background:#fff; border-radius:1.2rem; }
.vehicle-card.is-recommended { border-color:#4f8f7f; box-shadow:0 0 0 1px #4f8f7f; }
.vehicle-card-heading { display:flex; align-items:center; justify-content:space-between; padding:1.2rem; gap:1rem; }
.vehicle-card h3 { margin:0; font-family:Georgia,serif; font-size:1.8rem; font-weight:400; }
.vehicle-card-heading p { margin:.15rem 0 0; color:#58716a; font-size:.875rem; }
.capacity-tag { padding:.35rem .65rem; border:1px solid #cfddd7; border-radius:30px; font-size:.8125rem; white-space:nowrap; }
.gallery-main { display:block; position:relative; background:#112320; }
.gallery-main img { display:block; width:100%; height:360px; object-fit:contain; }
.enlarge-label { position:absolute; right:.8rem; bottom:.8rem; background:rgba(9,24,21,.88); color:#fff; border:1px solid #65877d; border-radius:30px; padding:.5rem .75rem; font-size:.8125rem; }
.gallery-main:hover .enlarge-label { background:#235748; }
.photo-caption { font-size:.8125rem; color:#566f68; padding:.6rem 1.2rem 0; margin:0; }
.gallery-thumbnails { display:flex; gap:.6rem; padding:.75rem 1.2rem; }
.gallery-thumbnails button { cursor:pointer; flex:1; max-width:110px; padding:3px; border:2px solid transparent; border-radius:.55rem; background:#e8efec; }
.gallery-thumbnails button[aria-pressed="true"] { border-color:#276b59; }
.gallery-thumbnails img { display:block; width:100%; height:64px; object-fit:cover; border-radius:.2rem; }
.vehicle-card-copy { padding:0 1.2rem 1.2rem; }
.vehicle-card-copy > p { font-size:.9375rem; color:#4b665e; }
.capacity-rule { min-height:50px; }
.vehicle-comparison { display:grid; gap:.25rem; padding-top:1rem; border-top:1px solid #d8e4dd; }
.vehicle-comparison p { margin:0; font-size:.875rem; color:#466a5b; font-weight:650; }
.vehicle-comparison strong { font-family:Georgia,serif; font-size:1.6rem; font-weight:400; }
.vehicle-comparison span { font-size:.8125rem; color:#63776e; }
.luggage-help { display:flex; padding:1.4rem 0 0; gap:2rem; align-items:center; justify-content:space-between; }
.luggage-help > div { max-width:700px; }
.luggage-help h3 { font-size:1.2rem; margin:.5rem 0; }
.luggage-help p { font-size:.9375rem; color:#4e695f; margin:.4rem 0; }
.luggage-help .button { flex-shrink:0; }
.guide { border-top:1px solid #d4dfd8; }
.process-section { padding-top:1rem; }
.lagoon-section { padding:4.5rem 1.5rem; }
.lagoon-section h2 { font-size:clamp(2.8rem,4.5vw,4.8rem); }
.lagoon-inner { gap:3rem; }
.combo-options { display:grid; gap:.8rem; margin-top:1.3rem; }
.combo-option { display:grid; padding:1rem; gap:.4rem; color:#fff; text-decoration:none; border:1px solid #96bab7; border-radius:.8rem; background:#2d5e60; }
.combo-option:hover { background:#254f51; }
.combo-option strong { font-size:1.1rem; }
.combo-option span,.combo-option b { font-size:.875rem; }
.combo-option b { color:#c4f6e8; }
.lagoon-copy .admission-note { font-size:.875rem; margin-top:1rem; }
.final-cta { padding:3.5rem 1.5rem; }
.final-cta h2 { font-size:clamp(2.2rem,4vw,3.7rem); }
footer > p, .footer-links a { font-size:.875rem; }
.footer-links { gap:.3rem; }
.footer-links a { min-height:32px; display:inline-flex; align-items:center; }
.footer-brand .brand-logo { width:76px; }
.noscript { position:static; }
.photo-dialog { width:min(1100px,96vw); max-width:96vw; max-height:96dvh; border:1px solid #41645a; border-radius:1rem; padding:0; background:#0b1719; color:#fff; }
.photo-dialog::backdrop { background:rgba(0,0,0,.86); }
.dialog-content { padding:1rem; }
.dialog-close { display:block; margin:0 0 .5rem auto; min-height:44px; padding:.4rem 1rem; border:1px solid #547067; border-radius:.6rem; background:#182e28; color:#fff; cursor:pointer; }
#dialog-photo { display:block; width:100%; height:calc(96dvh - 175px); object-fit:contain; }
.dialog-controls { display:flex; align-items:center; gap:1rem; justify-content:space-between; }
.dialog-controls button { flex:0 0 48px; width:48px; height:48px; border:1px solid #547067; border-radius:50%; background:#182e28; color:#fff; font-size:1.4rem; cursor:pointer; }
.dialog-controls p { font-size:.875rem; text-align:center; }
.gallery-open { overflow:hidden; }
@media (max-width:1100px) and (min-width:981px) { .hero-grid { grid-template-columns:minmax(0,.85fr) minmax(460px,1.15fr); gap:2rem; } .hero h1 { font-size:3.3rem; } }
@media (max-width:980px) {
 .hero-grid { grid-template-columns:1fr; gap:1.4rem; }
 .hero-copy { padding-top:0; max-width:800px; }
 .hero h1 { font-size:2.8rem; max-width:800px; }
 .hero h1 br { display:none; }
 .hero h1 em { display:none; }
 .hero-intro { margin:.6rem 0; }
 .hero-luggage-link { margin-top:.2rem; }
 .route-note { display:none; }
 .calculator-card { width:100%; max-width:100%; }
 .hero-grid { max-width:760px; }
 .section-heading { grid-template-columns:1fr; gap:1rem; }
 .gallery-main img { height:300px; }
 .luggage-help { display:block; }
 .luggage-help .button { margin-top:1rem; }
 .site-header .desktop-nav { gap:.9rem; }
 .site-header .brand-copy small { display:none; }
 .site-header .brand-copy { display:none; }
 .site-header .brand-logo { width:90px; height:90px; }
}
@media (max-width:700px) {
 body { padding-bottom:calc(100px + env(safe-area-inset-bottom)); }
 .site-header { height:76px; width:calc(100% - 2rem); }
 .site-header .brand-logo { width:72px; height:72px; }
 .site-header .brand-copy { display:grid; }
 .site-header .desktop-nav { display:none; }
 .mobile-menu { display:block; }
 .mobile-menu summary { display:flex; align-items:center; gap:.6rem; min-height:44px; padding:.45rem .75rem; border:1px solid #66827a; border-radius:.65rem; list-style:none; font-size:.875rem; cursor:pointer; }
 .mobile-menu summary::-webkit-details-marker { display:none; }
 .site-header .mobile-menu nav { position:absolute; right:0; top:70px; display:grid; gap:0; width:min(320px,calc(100vw - 2rem)); background:#10241f; border:1px solid #52746a; border-radius:.8rem; padding:.5rem; box-shadow:0 10px 30px #0005; }
 .site-header .mobile-menu nav a { display:flex; min-height:48px; align-items:center; padding:.6rem .8rem; border:0; border-radius:.4rem; color:#fff; }
 .site-header .mobile-menu nav a:hover { background:#294d40; }
 .hero { padding:84px 1rem 1.5rem; }
 .hero::before { background-image:none; }
 .hero h1 { font-size:clamp(1.65rem,6.4vw,2.6rem); line-height:1.08; }
 .hero-intro { font-size:.9375rem; line-height:1.5; }
 .hero-luggage-link { font-size:.875rem; min-height:40px; margin:0; }
 .hero-grid { gap:.8rem; }
 .calculator-card { padding:1rem; }
 .calculator-heading h2 { font-size:1.6rem; }
 .journey-label select { font-size:1rem; padding-right:.5rem; }
 .route-fields { grid-template-columns:minmax(0,1fr) 44px; gap:.55rem; }
 .route-fields label { grid-column:1; }
 .route-fields label:first-child { grid-row:1; }
 .route-fields label:last-child { grid-row:2; }
 .route-fields select { font-size:1rem; padding:.5rem .65rem; }
 .swap-button { grid-column:2; grid-row:1/3; align-self:center; height:48px; border:1px solid #d0ded7; border-radius:.7rem; }
 .swap-button svg { transform:rotate(90deg); }
 .quantity-grid { gap:.6rem; }
 .price-row strong { font-size:2rem; }
 .result h3 { font-size:1rem; }
 .section { padding:3.3rem 0; }
 .section-heading h2,.section-heading.compact h2 { font-size:2.3rem; }
 .vehicle-grid { grid-template-columns:1fr; gap:1.5rem; }
 .gallery-main img { height:340px; }
 .capacity-rule { min-height:0; }
 .vehicle-card-heading { padding:1rem; }
 .process-section { padding-top:0; }
 .lagoon-section { padding:3.5rem 1rem; }
 .lagoon-section h2 { font-size:2.7rem; }
 .final-cta { padding:3rem 1rem; }
 .mobile-book-bar { min-height:88px; gap:.65rem; padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); }
 .mobile-book-bar .mobile-estimate { display:grid; min-width:0; min-height:52px; flex:1; padding:0; background:transparent; color:#fff; border-radius:0; white-space:normal; }
 .mobile-estimate small { font-size:.75rem; white-space:normal; overflow:visible; line-height:1.35; }
 .mobile-estimate strong { font-size:1.1rem; }
 .mobile-book-bar .mobile-primary { max-width:54%; min-height:48px; display:flex; align-items:center; justify-content:center; font-size:.875rem; white-space:normal; text-align:center; line-height:1.25; padding:.6rem .85rem; }
 .footer-links a { min-height:44px; }
 .photo-dialog { max-height:94dvh; }
 .dialog-content { padding:.65rem; }
 #dialog-photo { height:calc(94dvh - 175px); }
}
@media (max-width:370px) {
 .site-header .brand-copy { display:none; }
 .calculator-card { padding:.8rem; }
 .special-items { grid-template-columns:1fr; }
 .stepper { grid-template-columns:42px minmax(24px,1fr) 42px; }
 .capacity-tag { white-space:normal; text-align:center; }
 .calculation-actions { flex-wrap:wrap; }
}
@media (max-height:500px) and (max-width:700px) { .mobile-book-bar { position:static; } body { padding-bottom:0; } }

@media (max-width:700px) { body { padding-bottom:var(--mobile-bar-height,100px); } html { scroll-padding-bottom:calc(var(--mobile-bar-height,100px) + 12px); } }
/* Keep enlarged text inside narrow viewports without shrinking its font size. */
.hero-grid > *, .calculator-card, .quantity-field, .vehicle-card, .lagoon-inner > * { min-width:0; }
.hero-grid { grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); }
.result-topline,.vehicle-card-heading { flex-wrap:wrap; }
.price-row strong { min-width:0; overflow-wrap:anywhere; }
.quantity-title,.result h3,.vehicle-card h3,.combo-route,.combo-option,.footer-links a { overflow-wrap:anywhere; }
@media (max-width:980px) { .hero-grid { grid-template-columns:minmax(0,1fr); } }
@media (max-width:700px) {
 .quantity-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,7.5rem),1fr)); }
 .mobile-book-bar { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.2fr); }
 .mobile-book-bar .mobile-primary { max-width:100%; overflow-wrap:anywhere; }
 .mobile-estimate strong { white-space:normal; overflow-wrap:anywhere; }
 .mobile-menu summary { padding:.4rem; }
 .gallery-thumbnails { gap:.3rem; padding:.6rem; }
 .gallery-thumbnails button { min-width:0; }
}
@media (max-width:700px) {
 .section-heading,.section-heading.compact,.facts-grid,.process-list li > div,.lagoon-inner,footer { min-width:0; grid-template-columns:minmax(0,1fr); }
 .section-heading h2,.fact-card h3,.fact-number,footer,.hero h1 { overflow-wrap:anywhere; }
 .fact-card { min-width:0; padding:1.2rem; }
 footer .brand { flex-wrap:wrap; }
 .footer-links { min-width:0; }
 .footer-links a { max-width:100%; }
}
