/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(to bottom, #6BB8D6 0%, #87C9E4 45%, #A8D8EE 75%, #BDE3F2 100%);
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0;
  min-height: 420px;
}
.hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: max(150px, 22vw);
}
.hero__eyebrow { color: rgba(255,255,255,0.8); margin-bottom: 0.75rem; }
.hero__h1 {
  font-family: var(--f-display);
  font-size: clamp(2.1rem, 5.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--c-white);
  text-shadow: 0 2px 16px rgba(27, 58, 92, 0.35);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  max-width: 720px;
}
.hero__lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 2rem;
  max-width: 560px;
  line-height: 1.65;
}
.hero__scene {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.hero__scene svg { display: block; width: 100%; height: auto; }

/* ── Intro strip ─────────────────────────────────────────────── */
.intro-strip {
  background: var(--c-ice);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--c-border);
}
.intro-strip p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--c-steel);
  margin-bottom: 1rem;
}
.intro-strip p:last-child { margin-bottom: 0; }

/* ── Scorecard / comparison table ───────────────────────────── */
.section--scorecard { padding: 3.5rem 0; }
.scorecard-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  box-shadow: 0 2px 12px var(--c-shadow);
  margin-bottom: 2rem;
}
.scorecard-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
  min-width: 720px;
}
.scorecard-table thead {
  background: var(--c-navy);
}
.scorecard-table th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.scorecard-table th:first-child { width: 44px; min-width: 44px; padding-left: 1.25rem; }
.scorecard-table th:nth-child(2) { min-width: 160px; }
.scorecard-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--c-border);
  vertical-align: middle;
  line-height: 1.4;
}
.scorecard-table td:first-child { padding-left: 1.25rem; font-weight: 500; }
.scorecard-table tbody tr:last-child td { border-bottom: none; }
.scorecard-table tbody tr:hover td { background: var(--c-ice); transition: background var(--ease); }
.scorecard-table tbody tr:nth-child(odd) td { background: rgba(237,247,252,0.5); }
.scorecard-table tbody tr:nth-child(odd):hover td { background: var(--c-ice); }
.td-op-link { color: var(--c-navy); font-weight: 600; }
.td-op-link:hover { color: var(--c-teal); text-decoration: none; }
.td-stars { color: var(--c-star); font-size: 1rem; letter-spacing: 0.02em; white-space: nowrap; }
.td-rating { color: var(--c-text); font-weight: 600; }
.td-iaato--yes { color: var(--c-yes); font-weight: 600; }
.td-iaato--no  { color: var(--c-no); font-weight: 500; }
.scorecard-note {
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.7;
  padding: 1rem 0 0;
}

/* ── Operator profiles grid ──────────────────────────────────── */
.operators-section { padding: 3.5rem 0; }
.operators-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .operators-grid { gap: 4rem; }
}

/* Individual operator section */
.operator-entry {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--c-border);
}
.operator-entry:last-child { border-bottom: none; padding-bottom: 0; }

.operator-entry h2 {
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  color: var(--c-navy);
  margin-bottom: 0.25rem;
}
.operator-entry .rank-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-family: var(--f-heading);
  font-weight: 600;
  color: var(--c-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.rank-badge__num {
  background: var(--c-ice-dk);
  color: var(--c-steel);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
}

/* Operator card image */
.op-image {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.75rem;
  border: 1px solid var(--c-border);
}
.op-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 50%;
  display: block;
  transition: transform 400ms ease;
}
.op-image:hover img { transform: scale(1.02); }
.operator-entry#hurtigruten .op-image img { filter: saturate(0.75); }

/* Operator description */
.op-desc p {
  font-size: 0.93rem;
  line-height: 1.75;
  color: var(--c-text);
  margin-bottom: 0.875rem;
}
.op-desc p:last-child { margin-bottom: 0; }

/* ── Review card ─────────────────────────────────────────────── */
.review-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 2px 10px var(--c-shadow);
}

.card-header { margin-bottom: 1rem; }

.rating-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.stars {
  color: var(--c-star);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.rating-value {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--c-text);
}
.review-count {
  font-size: 0.8rem;
  color: var(--c-muted);
}

/* Summary callout */
.summary-callout {
  background: var(--c-ice);
  border-left: 3px solid var(--c-teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 0.9rem 1rem 0.9rem 1.2rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
.summary-callout strong {
  display: block;
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--c-teal);
  margin-bottom: 0.35rem;
}
.summary-callout p { color: var(--c-text); margin: 0; }

/* Reviews list */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1rem;
}
.review-item {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--c-border);
}
.review-item:last-child { border-bottom: none; padding-bottom: 0; }

.review-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
.reviewer-name {
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--c-navy);
}
.review-stars {
  color: var(--c-star);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.review-date {
  font-size: 0.75rem;
  color: var(--c-muted);
  margin-left: auto;
}

.review-text-wrapper {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--c-text);
}
.review-text-wrapper > summary {
  cursor: pointer;
  list-style: none;
  color: var(--c-text);
}
.review-text-wrapper > summary::-webkit-details-marker { display: none; }
.review-text-wrapper > summary::marker { display: none; }
.review-text-wrapper[open] > summary {
  color: var(--c-muted);
  font-style: italic;
  margin-bottom: 0.4rem;
}
.review-text-wrapper p { margin: 0; }

.review-note {
  font-size: 0.8rem;
  color: var(--c-muted);
  font-style: italic;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--c-border);
  margin-top: 0.75rem;
}

/* Powered by Google */
.powered-by-google {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  color: var(--c-muted);
  padding-top: 0.875rem;
  border-top: 1px solid var(--c-border);
}
.powered-by-google img { display: inline-block; width: 14px; height: 14px; }

/* ── Praise / Complaints section ─────────────────────────────── */
.praise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .praise-grid { grid-template-columns: 1fr 1fr; }
}
.praise-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  background: var(--c-white);
}
.praise-card--positive { border-top: 3px solid var(--c-yes); }
.praise-card--negative { border-top: 3px solid var(--c-no); }
.praise-card__title {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.praise-card--positive .praise-card__title { color: var(--c-yes); }
.praise-card--negative .praise-card__title { color: var(--c-no); }
.praise-card ul {
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--c-text);
}
.praise-card ul li { margin-bottom: 0.35rem; }

/* ── Destination table ───────────────────────────────────────── */
.dest-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
}
.dest-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  min-width: 480px;
}
.dest-table thead { background: var(--c-steel); }
.dest-table th {
  padding: 0.65rem 1rem;
  text-align: left;
  color: var(--c-white);
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 0.8rem;
}
.dest-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--c-border);
  vertical-align: top;
  line-height: 1.5;
}
.dest-table tbody tr:nth-child(odd) td { background: var(--c-ice); }

/* ── FAQ section ─────────────────────────────────────────────── */
.faq-section { padding: 3.5rem 0; background: var(--c-ice); }
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; }
.faq-list details {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 4px var(--c-shadow);
}
.faq-list details summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.faq-list details summary::-webkit-details-marker { display: none; }
.faq-list details summary::marker { display: none; }
.faq-list details summary h3 {
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--c-navy);
  margin: 0;
  line-height: 1.4;
  flex: 1;
}
.faq-list details summary::after {
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
  color: var(--c-teal);
  flex-shrink: 0;
  font-weight: 300;
  margin-top: -1px;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary {
  border-bottom: 1px solid var(--c-border);
  background: var(--c-ice);
}
.faq-list details[open] summary h3 { color: var(--c-teal); }
.faq-answer {
  padding: 1rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--c-text);
}
.faq-answer p { margin-bottom: 0.75rem; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ── Section SVG decorations ─────────────────────────────────── */
#small-vs-large,
#by-destination {
  position: relative;
  overflow: hidden;
}
.section-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0.07;
}
#small-vs-large .section-deco {
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(160px, 22vw, 300px);
}
#by-destination .section-deco {
  left: -1%;
  bottom: -5%;
  width: clamp(140px, 18vw, 260px);
}
.section-deco svg { display: block; width: 100%; height: auto; }

/* ── CTA section ─────────────────────────────────────────────── */
.cta-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--c-navy) 0%, #274e78 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-icebergs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  line-height: 0;
}
.cta-icebergs svg { display: block; width: 100%; height: auto; }
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='1.5' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.cta-section h2 {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 0.75rem;
}
.cta-section p {
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin: 0 auto 2rem;
  font-size: 0.95rem;
}

/* ── Closing summary ─────────────────────────────────────────── */
.summary-section {
  padding: 3rem 0;
  background: var(--c-white);
  border-top: 1px solid var(--c-border);
}
.summary-section p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--c-steel);
}

/* ── EEAT / inner pages ──────────────────────────────────────── */
.page-hero {
  background: linear-gradient(160deg, var(--c-navy) 0%, var(--c-steel) 100%);
  padding: 3.5rem 0;
  margin-bottom: 0;
}
.page-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 0.6rem;
}
.page-hero .lead { color: rgba(255,255,255,0.78); font-size: 0.95rem; }
.page-hero .eyebrow { color: rgba(255,255,255,0.55); }

.page-content {
  padding: 3rem 0;
}
.page-content h2 {
  font-size: 1.35rem;
  color: var(--c-navy);
  margin: 2rem 0 0.875rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c-border);
}
.page-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page-content h3 { color: var(--c-navy); margin: 1.5rem 0 0.5rem; font-size: 1.05rem; }
.page-content p { font-size: 0.93rem; line-height: 1.8; color: var(--c-text); }
.page-content ul, .page-content ol {
  font-size: 0.93rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  color: var(--c-text);
}
.page-content li { margin-bottom: 0.3rem; }
.page-content a { color: var(--c-teal); }
.page-content a:hover { color: var(--c-teal-dk); }

/* Contact form / info */
.contact-info-box {
  background: var(--c-ice);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.contact-info-box .email-link {
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 1rem;
  color: var(--c-teal);
}

/* ── Responsive utilities ────────────────────────────────────── */
@media (max-width: 480px) {
  .hero__h1 { font-size: 2rem; }
  .review-date { display: none; }
}
