:root {
  color-scheme: light;
  --paper: #fbf8f0;
  --ink: #191714;
  --muted: #655f56;
  --line: #d8cdbb;
  --gold: #a78c58;
  --soft: #f0eadf;
  --dark: #25221e;
  --vermillion: #b9472e;
  --indigo: #284d6b;
  --moss: #516737;
  --sky: #dfe9ea;
  --rose: #f3ded7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 94vh;
  padding: clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.hero__image {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  min-width: 0;
}

.hero__image--wide {
  max-width: 640px;
}

.hero__image img,
.art-card img {
  border: 1px solid rgba(167, 140, 88, 0.42);
  box-shadow: 0 18px 38px rgba(26, 21, 15, 0.12);
}

.hero__image--wide img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.hero__copy {
  width: 100%;
  max-width: 680px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.8rem;
  line-height: 0.96;
  font-weight: 400;
}

h1 span {
  display: block;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 1.05;
  font-weight: 400;
}

h3 {
  margin: 14px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.22;
  font-weight: 400;
}

.lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--dark);
  font-size: 1.38rem;
}

.language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
  margin: 24px 0 0;
}

.language-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(25, 23, 20, 0.16);
  background: rgba(255, 255, 255, 0.48);
  color: var(--dark);
  font-size: 0.92rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.language-list span:nth-child(3n + 1) {
  border-color: rgba(185, 71, 46, 0.34);
  background: var(--rose);
}

.language-list span:nth-child(3n + 2) {
  border-color: rgba(40, 77, 107, 0.28);
  background: var(--sky);
}

.language-list span:nth-child(3n) {
  border-color: rgba(81, 103, 55, 0.28);
  background: #e7ebdd;
}

.language-list--compact {
  margin-top: 16px;
}

.guide-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--indigo);
  font-size: 0.98rem;
  font-weight: 700;
}

.disclosure,
.price-note,
footer p {
  color: var(--muted);
  font-size: 0.96rem;
}

.disclosure {
  max-width: 620px;
  margin: 22px 0 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.actions--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.button--primary {
  background: var(--ink);
  color: var(--paper);
}

.button--secondary {
  background: transparent;
}

.price-note {
  margin: 18px 0 0;
}

.statement {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 320px);
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(42px, 7vw, 96px) clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.statement p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--dark);
  font-size: 1.15rem;
}

.statement--world {
  align-items: start;
  background: linear-gradient(90deg, rgba(223, 233, 234, 0.42), rgba(251, 248, 240, 0) 44%);
}

.edition-list {
  display: grid;
  gap: 12px;
}

.edition-list div,
.guide-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.edition-list div {
  padding: 16px;
}

.edition-list strong,
.edition-list span {
  display: block;
}

.edition-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.edition-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.link-stack {
  display: grid;
  gap: 10px;
  align-content: center;
}

.link-stack a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
  text-decoration: none;
  font-weight: 700;
}

.link-stack--horizontal {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 28px auto 0;
}

.link-stack--horizontal a {
  min-height: 48px;
}

.guide-section {
  padding: clamp(42px, 7vw, 92px) clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.guide-section .section-head p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--dark);
  font-size: 1.1rem;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  max-width: 980px;
  margin: 0 auto;
}

.guide-grid article {
  padding: clamp(18px, 3vw, 26px);
}

.guide-grid h3 {
  margin-top: 0;
  color: var(--indigo);
  font-size: 1.35rem;
}

.guide-grid p {
  margin: 10px 0 0;
  color: var(--dark);
}

.gallery-section {
  padding: clamp(42px, 7vw, 96px) clamp(18px, 4vw, 56px);
}

.section-head {
  max-width: 980px;
  margin: 0 auto 34px;
}

.gallery-section .section-head p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.art-card {
  min-width: 0;
}

.art-card a {
  display: block;
  background: var(--soft);
  text-decoration: none;
}

.art-card img {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.art-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-band {
  margin-top: 32px;
  padding: clamp(46px, 7vw, 86px) clamp(24px, 5vw, 72px);
  border-top: 1px solid var(--line);
  text-align: center;
}

.cta-band p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--dark);
  font-size: 1.1rem;
}

footer {
  padding: 28px clamp(24px, 5vw, 72px) 42px;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 6px 0;
}

.simple-page {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(36px, 7vw, 86px) clamp(22px, 5vw, 48px);
}

.simple-page h1 {
  font-size: 4.6rem;
}

.simple-page h2 {
  margin-top: 42px;
  font-size: 2.2rem;
}

.simple-page p,
.simple-page li {
  color: var(--dark);
  font-size: 1.05rem;
}

.simple-page nav {
  margin-bottom: 44px;
}

.simple-page nav a,
footer a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

@media (max-width: 980px) {
  .hero,
  .statement {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero__image {
    justify-self: start;
    max-width: min(520px, 100%);
  }

  .hero__image--wide {
    max-width: 100%;
  }

  .hero__copy {
    max-width: 100%;
  }

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

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

@media (max-width: 620px) {
  .hero {
    display: block;
    padding: 20px;
  }

  .hero__image,
  .hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .hero__copy {
    margin-top: 28px;
  }

  .hero__image--wide img {
    object-fit: contain;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.14rem;
  }

  .statement,
  .gallery-section,
  .cta-band,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .button {
    width: 100%;
  }

  .language-list span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }
}

@media (max-device-width: 500px) {
  .hero {
    display: block;
    padding: 20px;
  }

  .hero__image,
  .hero__copy {
    width: 350px;
    max-width: calc(100vw - 40px);
  }

  .hero__copy {
    margin-top: 28px;
  }

  .hero__image--wide img {
    object-fit: contain;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  .lead {
    font-size: 1.14rem;
  }

  .language-list span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 0;
    text-align: center;
  }
}
