:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201c;
  background: #f4efe6;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 20rem; }
a { color: inherit; }

.nav {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 3rem, 74rem);
  margin: 0 auto;
  padding: 1.5rem 0;
}

.brand { display: flex; align-items: center; gap: .75rem; font-weight: 750; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid currentColor; border-radius: 50%; }
.nav-link { font-size: .9rem; text-underline-offset: .35rem; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 46rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 8rem max(1.5rem, calc((100vw - 74rem) / 2));
  background: #dfe8dc;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(circle at 78% 45%, #f4c982 0 8%, transparent 8.2%), linear-gradient(135deg, transparent 60%, rgba(255,255,255,.42));
}

.eyebrow { margin: 0 0 1rem; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 48rem; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 10vw, 8.5rem); font-weight: 400; line-height: .84; letter-spacing: -.065em; }
.hero-copy { max-width: 35rem; margin: 2.25rem 0; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.button { width: fit-content; padding: .95rem 1.3rem; border-radius: 999px; background: #17201c; color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }
.button:hover, .button:focus-visible { background: #41574d; }

.orbit { position: absolute; z-index: -1; right: max(-12rem, calc((100vw - 84rem) / 2)); bottom: -11rem; width: min(52vw, 42rem); aspect-ratio: 1; border: 1px solid rgba(23,32,28,.24); border-radius: 50%; }
.route { position: absolute; border: 1px solid rgba(23,32,28,.18); border-radius: 50%; transform: rotate(-18deg); }
.route-one { inset: 12%; }
.route-two { inset: 27%; }
.pin { position: absolute; width: .8rem; height: .8rem; border: 3px solid #f4efe6; border-radius: 50%; background: #c45b3e; box-shadow: 0 0 0 1px #c45b3e; }
.pin-one { top: 13%; left: 18%; }
.pin-two { top: 49%; right: 9%; }

.journeys { width: min(100% - 3rem, 74rem); margin: 0 auto; padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 2.5rem; }
h2 { max-width: 44rem; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.journey { position: relative; min-height: 30rem; overflow: hidden; border-radius: 1.35rem; color: #fff; }
.coast { background: linear-gradient(155deg, #234e57, #4c8790); }
.north { background: linear-gradient(155deg, #5e635c, #92998e); }
.city { background: linear-gradient(155deg, #7d4739, #c4775e); }
.journey-image { display: block; width: 100%; height: 15rem; object-fit: cover; }
.journey-copy { min-height: 15rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.number { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 3.25rem; height: 3.25rem; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(23,32,28,.36); font-family: Georgia, serif; font-size: 1.45rem; backdrop-filter: blur(.35rem); }
.meta { margin: 0 0 .65rem; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .78; }
h3 { margin: 0 0 .75rem; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 400; }
.journey p:last-child { margin: 0; line-height: 1.55; opacity: .88; }

.contact {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  min-height: 46rem;
  padding: 6rem max(1.5rem, calc((100vw - 74rem) / 2));
  overflow: hidden;
  background: #34433e url("/images/quiet-iceland.png") center / cover no-repeat;
  color: #fff;
}
.contact::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(12,24,21,.84), rgba(12,24,21,.42) 58%, rgba(12,24,21,.62)); }
.contact-copy h2 { max-width: 39rem; }
.contact-copy > p:last-child { max-width: 34rem; margin: 1.75rem 0 0; font-size: 1.08rem; line-height: 1.65; color: rgba(255,255,255,.78); }
.contact-form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.25rem); border: 1px solid rgba(255,255,255,.3); border-radius: 1.35rem; background: rgba(244,239,230,.9); color: #17201c; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.2); backdrop-filter: blur(.7rem); }
.contact-form label { display: grid; gap: .45rem; }
.contact-form label span { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(23,32,28,.2); border-radius: .8rem; padding: .85rem 1rem; background: rgba(255,255,255,.7); color: #17201c; font: inherit; outline: none; }
.contact-form textarea { resize: vertical; min-height: 7rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #41574d; box-shadow: 0 0 0 3px rgba(65,87,77,.14); }
.contact-button { min-height: 3.1rem; border: 0; border-radius: 999px; background: #17201c; color: #fff; font: inherit; font-size: .9rem; font-weight: 750; cursor: pointer; }
.contact-button:hover, .contact-button:focus-visible { background: #41574d; }

.closing { padding: 8rem max(1.5rem, calc((100vw - 74rem) / 2)); background: #17201c; color: #f4efe6; }
.closing p:last-child { margin: 2rem 0 0; color: #aebbb4; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem max(1.5rem, calc((100vw - 74rem) / 2)); background: #17201c; color: #7f9188; font-size: .78rem; }

@media (max-width: 760px) {
  .nav { width: min(100% - 2rem, 74rem); }
  .nav-link { display: none; }
  .hero { min-height: 43rem; padding-inline: 1rem; }
  .orbit { right: -14rem; width: 32rem; opacity: .6; }
  .journeys { width: min(100% - 2rem, 74rem); padding: 5rem 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .grid { grid-template-columns: 1fr; }
  .journey { min-height: 0; }
  .journey-image { height: clamp(14rem, 62vw, 22rem); }
  .journey-copy { min-height: 13rem; }
  .contact { grid-template-columns: 1fr; min-height: 0; padding: 5rem 1rem; background-position: 58% center; }
  .contact::before { background: rgba(12,24,21,.64); }
  .closing { padding: 6rem 1rem; }
  footer { flex-direction: column; padding-inline: 1rem; }
}

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