:root {
  --ink: #15231d;
  --forest: #1c3328;
  --forest-deep: #0e1914;
  --gold: #c19a43;
  --gold-soft: #d8ba73;
  --paper: #f5f2e9;
  --paper-deep: #ebe6da;
  --white: #fffdf7;
  --line: rgba(28, 51, 40, 0.16);
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(15, 32, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--forest-deep);
  background: var(--white);
  transform: translateY(-160%);
}

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

.wrap {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0 3.5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  background: rgba(9, 12, 11, 0.38);
  backdrop-filter: blur(10px);
}

.site-logo {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 1.03rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-logo span {
  color: var(--gold);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-soft);
}

.site-phone {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    url("assets/hero-vottovaara-choice-v1.webp") center 45% / cover no-repeat,
    var(--forest-deep);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 10, 0.92) 0%, rgba(7, 12, 10, 0.68) 37%, rgba(7, 12, 10, 0.18) 68%, rgba(7, 12, 10, 0.28) 100%),
    linear-gradient(0deg, rgba(7, 12, 10, 0.56), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 118px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 92px;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  margin-right: 10px;
  color: var(--gold);
  content: "/";
}

.breadcrumbs a {
  text-decoration: none;
}

.eyebrow {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
}

.hero h1 {
  max-width: 800px;
  margin: 24px 0 28px;
  font-size: clamp(4rem, 7vw, 7.2rem);
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: block;
  color: var(--gold-soft);
  font-weight: 500;
}

.hero-copy {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.button-primary {
  color: #181710;
  background: var(--gold);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--gold-soft);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(0, 0, 0, 0.08);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.opening {
  padding: 110px 0;
  background: var(--white);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: start;
}

.opening h2,
.section-heading h2,
.self-check h2,
.before-trip h2 {
  margin: 18px 0 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.035em;
}

.prose {
  max-width: 680px;
  font-size: 1.08rem;
}

.prose p {
  margin: 0;
}

.prose p + p {
  margin-top: 22px;
}

.formats,
.comparison,
.mistakes {
  padding: 116px 0;
}

.formats {
  background: var(--paper);
}

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

.section-heading > p {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(21, 35, 29, 0.7);
  font-size: 1.03rem;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.format-card {
  position: relative;
  min-height: 660px;
  padding: clamp(36px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.format-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--gold);
  content: "";
}

.format-guided {
  color: var(--white);
  background:
    linear-gradient(rgba(13, 26, 20, 0.94), rgba(13, 26, 20, 0.94)),
    url("assets/hero-vottovaara-choice-v1.webp") 70% center / cover;
}

.card-number {
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(28, 51, 40, 0.1);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 6rem;
}

.format-guided .card-number {
  color: rgba(255, 255, 255, 0.09);
}

.format-card h3 {
  max-width: 480px;
  margin: 22px 0 18px;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.format-lead {
  max-width: 530px;
  color: rgba(21, 35, 29, 0.72);
  font-size: 1rem;
}

.format-guided .format-lead {
  color: rgba(255, 255, 255, 0.7);
}

.format-card ul {
  display: grid;
  gap: 15px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.format-card li {
  position: relative;
  padding-left: 30px;
}

.format-card li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.card-outcome {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.format-guided .card-outcome {
  border-color: var(--line-dark);
}

.journey {
  padding: 122px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 8%, rgba(193, 154, 67, 0.13), transparent 30%),
    var(--forest-deep);
}

.section-heading.light h2 {
  color: var(--white);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.journey-grid article {
  min-height: 370px;
  padding: 34px 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.journey-grid article > span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
}

.journey-grid h3 {
  margin: 78px 0 20px;
  font-size: 2.2rem;
}

.journey-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.9rem;
}

.comparison {
  background: var(--paper-deep);
}

.comparison-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

thead th {
  color: var(--white);
  background: var(--forest);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

tbody th {
  width: 24%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}

tbody td {
  width: 38%;
  color: rgba(21, 35, 29, 0.75);
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.self-check {
  padding: 122px 0;
  background: var(--white);
}

.self-check-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 88px;
}

.self-check-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}

.self-check-intro p {
  max-width: 470px;
  margin-top: 24px;
  color: rgba(21, 35, 29, 0.7);
}

.self-check ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.self-check li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.self-check li span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
}

.self-check li p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.3;
}

.mistakes {
  background: var(--paper);
}

.mistake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.mistake-grid article {
  min-height: 250px;
  padding: 42px;
  background: var(--white);
}

.mistake-grid h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.mistake-grid p {
  margin: 0;
  color: rgba(21, 35, 29, 0.7);
}

.conversion {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    url("assets/hero-vottovaara-choice-v1.webp") center 42% / cover no-repeat,
    var(--forest-deep);
}

.conversion-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 10, 0.93), rgba(7, 12, 10, 0.68) 55%, rgba(7, 12, 10, 0.28));
}

.conversion-content {
  position: relative;
  z-index: 1;
  padding: 92px 0;
}

.conversion h2 {
  max-width: 720px;
  margin: 20px 0 24px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -0.04em;
}

.conversion p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.before-trip {
  padding: 100px 0;
  background: var(--paper-deep);
}

.before-trip-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.before-trip p {
  margin-top: 0;
}

.before-trip ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.before-trip a {
  border-bottom: 1px solid rgba(28, 51, 40, 0.32);
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  padding: 70px 0;
  color: var(--white);
  background: #090b0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
  align-items: start;
}

.site-footer p {
  max-width: 410px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer nav {
  display: grid;
  gap: 12px;
}

.site-footer nav a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-contact {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.footer-contact a {
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-contact span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 0.62rem;
  }

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

@media (max-width: 820px) {
  .wrap {
    width: min(100% - 40px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .desktop-nav,
  .site-header > .site-phone {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--white);
  }

  .mobile-menu nav {
    position: absolute;
    top: 51px;
    right: -20px;
    display: grid;
    width: min(82vw, 340px);
    padding: 24px;
    border: 1px solid var(--line-dark);
    background: rgba(9, 11, 10, 0.98);
  }

  .mobile-menu nav a {
    padding: 12px 0;
    color: var(--white);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .hero {
    min-height: 760px;
    background-position: 63% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(7, 12, 10, 0.9), rgba(7, 12, 10, 0.48));
  }

  .breadcrumbs {
    margin-bottom: 64px;
  }

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

  .opening-grid,
  .format-grid,
  .self-check-grid,
  .before-trip-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .opening-grid,
  .self-check-grid,
  .before-trip-grid {
    gap: 40px;
  }

  .self-check-intro {
    position: static;
  }

  .footer-contact {
    justify-items: start;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 520px);
  }

  .site-logo {
    font-size: 0.85rem;
    letter-spacing: 0.28em;
  }

  .hero {
    min-height: 710px;
  }

  .hero-content {
    padding-top: 94px;
  }

  .breadcrumbs {
    gap: 6px;
    margin-bottom: 44px;
    font-size: 0.6rem;
  }

  .breadcrumbs li + li::before {
    margin-right: 6px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: 3.65rem;
  }

  .hero-copy {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    padding: 0 18px;
  }

  .opening,
  .formats,
  .journey,
  .comparison,
  .self-check,
  .mistakes,
  .before-trip {
    padding: 78px 0;
  }

  .opening h2,
  .section-heading h2,
  .self-check h2,
  .before-trip h2 {
    font-size: 2.85rem;
  }

  .format-card {
    min-height: auto;
    padding: 34px 24px;
  }

  .card-number {
    top: 18px;
    right: 20px;
    font-size: 4.5rem;
  }

  .format-card h3 {
    font-size: 2.65rem;
  }

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

  .journey-grid article {
    min-height: auto;
  }

  .journey-grid h3 {
    margin-top: 42px;
  }

  th,
  td {
    padding: 18px;
  }

  .self-check li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .self-check li p {
    font-size: 1.35rem;
  }

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

  .mistake-grid article {
    min-height: auto;
    padding: 30px 24px;
  }

  .conversion {
    min-height: 620px;
    background-position: 68% center;
  }

  .conversion h2 {
    font-size: 3.65rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
