:root {
  --ink: #192a42;
  --navy: #26344f;
  --blue: #52788b;
  --gold: #b99959;
  --paper: #fffdf8;
  --line: #d9cebd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(38, 52, 79, 0.12);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, serif;
  letter-spacing: 0.04em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand small {
  display: block;
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6d6a63;
}
.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.nav-links a:hover {
  color: var(--blue);
}
.hero {
  background: linear-gradient(135deg, #fffdf8 0%, #f2ebe1 62%, #dce6e5 100%);
  text-align: center;
  padding: 125px 0 120px;
}
.hero-inner {
  max-width: 900px;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  color: #817052;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: -0.05em;
  margin-bottom: 28px;
}
.lead {
  font:
    20px Georgia,
    serif;
  color: #4a4d51;
  max-width: 680px;
  margin: 0 auto 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.button:hover {
  background: #354664;
}
.journal-list {
  padding: 115px 0;
}
.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 68px;
}
.section-heading h2,
.about h2 {
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  letter-spacing: -0.035em;
}
.journal-feature {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  margin-bottom: 72px;
  background: #f0ede5;
}
.journal-feature.reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
}
.journal-feature.reverse .cover-stage {
  order: 2;
}
.journal-feature.cruise {
  background: #e2ebec;
}
.cover-stage {
  padding: 58px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.34);
}
.cover-stage img {
  width: min(100%, 360px);
  aspect-ratio: 8.5/11;
  object-fit: contain;
  box-shadow: 0 26px 55px rgba(21, 35, 53, 0.25);
}
.cover-stage img.travel-cover-image {
  height: auto;
  aspect-ratio: auto;
  object-fit: fill;
}
.journal-copy {
  padding: 70px clamp(40px, 6vw, 84px);
  align-self: center;
}
.journal-copy h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.8rem);
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.journal-copy > p:not(.kicker):not(.opening):not(.closing) {
  color: #4f5559;
}
.opening {
  font:
    italic 21px Georgia,
    serif;
  color: var(--blue);
  margin-bottom: 28px;
}
.closing {
  font:
    italic 19px Georgia,
    serif;
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  margin: 30px 0;
}
.formats {
  border-top: 1px solid rgba(25, 42, 66, 0.2);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #68655f;
}
.about {
  background: var(--navy);
  color: #fff;
  padding: 100px 0;
}
.about-inner {
  max-width: 830px;
  text-align: center;
}
.about .kicker {
  color: #d9c28f;
}
.about-inner > p:last-child {
  font:
    18px Georgia,
    serif;
  color: #dce0e5;
}
footer {
  background: #18273c;
  color: #fff;
  padding: 70px 0 30px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}
.footer-brand {
  font:
    27px Georgia,
    serif;
}
.footer-main p {
  color: #c6ccd4;
}
.footer-main > a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7c28f;
}
.footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 48px;
  padding-top: 24px;
  color: #8e99a8;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .journal-feature,
  .journal-feature.reverse {
    grid-template-columns: 1fr;
  }
  .journal-feature.reverse .cover-stage {
    order: 0;
  }
  .cover-stage {
    padding: 48px;
  }
  .journal-copy {
    padding: 55px 48px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }
  .nav {
    height: 68px;
  }
  .nav-links {
    display: none;
  }
  .brand {
    font-size: 14px;
  }
  .brand-mark {
    width: 35px;
    height: 35px;
  }
  .hero {
    padding: 85px 0;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .lead {
    font-size: 18px;
  }
  .journal-list {
    padding: 80px 0;
  }
  .journal-feature {
    margin-bottom: 40px;
  }
  .cover-stage {
    padding: 34px;
  }
  .cover-stage img {
    width: min(100%, 270px);
  }
  .journal-copy {
    padding: 42px 28px;
  }
  .journal-copy h2 {
    font-size: 2.65rem;
  }
  .about {
    padding: 78px 0;
  }
  .footer-main {
    display: block;
  }
  .footer-main > a {
    display: inline-block;
    margin-top: 24px;
  }
  .footer-note {
    display: block;
  }
}
