:root {
  --ivory: #f5f0e7;
  --paper: #fcfaf5;
  --ink: #151310;
  --muted: #70695f;
  --gold: #a7803c;
  --gold-light: #d5bd8b;
  --rule: #d8d0c4;
  --serif: Didot, "Bodoni 72", "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --content: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 96px), var(--content));
  margin: auto;
  padding: 34px 0;
}
.wordmark {
  font: 500 19px/1 var(--serif);
  letter-spacing: .25em;
  text-decoration: none;
  text-transform: uppercase;
}
.wordmark span { color: var(--gold); font-style: italic; letter-spacing: .08em; text-transform: none; }
nav { display: flex; gap: clamp(20px, 3vw, 48px); }
nav a, footer a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
nav a { border-bottom: 1px solid transparent; padding: 7px 0; }
nav a:hover, nav a:focus-visible, footer a:hover, footer a:focus-visible { border-bottom-color: var(--gold); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr);
  min-height: 920px;
  background: var(--ivory);
}
.hero-copy {
  align-self: center;
  width: min(780px, calc(100% - 96px));
  margin-left: max(48px, calc((100vw - var(--content)) / 2));
  padding: 156px 8vw 96px 0;
}
.eyebrow, .formats, .card-number, .section-number, figcaption {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow { margin: 0 0 28px; color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { max-width: 840px; font-size: clamp(56px, 6vw, 102px); line-height: .94; letter-spacing: -.035em; }
.hero-intro { max-width: 660px; margin: 36px 0 0; color: #49443c; font: 19px/1.7 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 46px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover, .button--dark:focus-visible { background: transparent; color: var(--ink); }
.text-link {
  border-bottom: 1px solid var(--gold);
  padding: 8px 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-art { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #eee8df; }
.hero-art picture { display: block; width: 100%; height: 100%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-art__rule { position: absolute; z-index: 1; inset: 22px; border: 1px solid rgba(255,255,255,.75); pointer-events: none; }
figcaption { position: absolute; z-index: 2; right: 42px; bottom: 42px; color: #4e463c; writing-mode: vertical-rl; }

.editorial-statement {
  display: grid;
  grid-template-columns: 90px minmax(320px, 1.15fr) minmax(280px, .75fr);
  gap: clamp(28px, 5vw, 92px);
  width: min(calc(100% - 96px), 1240px);
  margin: auto;
  padding: 150px 0;
  border-bottom: 1px solid var(--rule);
}
.section-number { margin: 4px 0; color: var(--gold); }
.editorial-statement h2, .section-heading h2, .experience h2, .contact h2 { font-size: clamp(46px, 5.4vw, 82px); line-height: 1.02; letter-spacing: -.025em; }
.editorial-statement > p:last-child { align-self: end; margin: 0; color: var(--muted); font: 18px/1.75 var(--serif); }

.collection { width: min(calc(100% - 96px), var(--content)); margin: auto; padding: 150px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.section-heading .eyebrow { align-self: start; margin: 14px 40px 0 0; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.collection-grid article { min-height: 390px; padding: 36px 32px; }
.collection-grid article + article { border-left: 1px solid var(--rule); }
.card-number { margin: 0 0 78px; color: var(--gold); }
.collection-grid h3 { font-size: clamp(30px, 2.7vw, 44px); line-height: 1.05; }
.collection-grid article > p:not(.card-number):not(.formats) { color: var(--muted); font: 17px/1.65 var(--serif); }
.formats { margin-top: 38px; color: var(--gold); line-height: 1.7; }
.collection-action { display: flex; justify-content: flex-end; padding-top: 34px; }

.experience { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 850px; background: var(--ink); color: #f9f5ed; }
.engraving { position: relative; display: grid; place-items: end center; overflow: hidden; background: linear-gradient(145deg, #221f1b, #0c0b0a); }
.engraving::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(213,189,139,.35); }
.engraving picture { display: contents; }
.engraving img { width: 112%; max-width: none; filter: sepia(1) saturate(.6) brightness(1.65); opacity: .9; }
.experience-copy { align-self: center; max-width: 700px; padding: 100px clamp(48px, 7vw, 130px); }
.experience-copy > p:not(.eyebrow) { margin: 34px 0 48px; color: #c9c1b5; font: 18px/1.75 var(--serif); }
dl { margin: 0; }
dl div { padding: 22px 0; border-top: 1px solid #3c3832; }
dl div:last-child { border-bottom: 1px solid #3c3832; }
dt { color: var(--gold-light); font: 27px/1.2 var(--serif); }
dd { margin: 8px 0 0; color: #aaa297; font-size: 12px; line-height: 1.6; }

.contact { padding: 150px 48px; background: var(--gold); text-align: center; }
.contact .eyebrow { color: var(--ink); }
.contact p:not(.eyebrow) { max-width: 580px; margin: 30px auto; font: 18px/1.7 var(--serif); }
.button--light { margin-top: 16px; background: var(--paper); color: var(--ink); }
.button--light:hover, .button--light:focus-visible { background: var(--ink); color: #fff; }

footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 36px;
  align-items: center;
  padding: 46px max(48px, calc((100vw - var(--content)) / 2));
  background: var(--paper);
}
footer p { margin: 0; color: var(--muted); font-size: 11px; }
.wordmark--footer { white-space: nowrap; }

a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr .74fr; min-height: 820px; }
  .hero-copy { width: calc(100% - 56px); margin-left: 28px; padding-right: 4vw; }
  .editorial-statement, .collection { width: calc(100% - 56px); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-grid article { min-height: 340px; }
  .collection-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .collection-grid article:nth-child(4) { border-top: 1px solid var(--rule); }
  footer { grid-template-columns: 1fr auto; }
}

@media (max-width: 720px) {
  .site-header { position: relative; width: calc(100% - 40px); padding: 24px 0; }
  .wordmark { font-size: 16px; }
  nav { gap: 18px; }
  nav a { font-size: 9px; }
  nav a:nth-child(2) { display: none; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { order: 2; width: auto; margin: 0; padding: 64px 24px 76px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-art { height: min(128vw, 680px); }
  .hero-art__rule { inset: 12px; }
  figcaption { right: 25px; bottom: 26px; }
  .editorial-statement { grid-template-columns: 36px 1fr; width: calc(100% - 48px); padding: 90px 0; }
  .editorial-statement > p:last-child { grid-column: 2; }
  .collection { width: calc(100% - 48px); padding: 90px 0; }
  .section-heading { display: block; margin-bottom: 44px; }
  .section-heading .eyebrow { margin-bottom: 24px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-grid article { min-height: 0; padding: 34px 0 42px; }
  .collection-grid article + article, .collection-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .card-number { margin-bottom: 46px; }
  .experience { grid-template-columns: 1fr; min-height: auto; }
  .engraving { min-height: 440px; }
  .engraving::before { inset: 12px; }
  .engraving img { width: 145%; }
  .experience-copy { padding: 80px 24px 92px; }
  .contact { padding: 96px 24px; }
  footer { grid-template-columns: 1fr; gap: 22px; padding: 46px 24px; }
}

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