/* Shared styles for secondary pages */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  min-height: 100svh;
  background: #ffffee;
  color: #101010;
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.sub-mark {
  display: block;
  padding: clamp(18px, 3vh, 32px) 6.4vw;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(28px, 3.4vw, 56px);
  line-height: 0.84;
  letter-spacing: -0.015em;
  border-bottom: 1px solid #101010;
}

.sub-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vh, 26px);
  text-align: center;
  padding: 0 6vw 8vh;
}

.sub-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(34px, 6vw, 96px);
  letter-spacing: 0.22em;
  line-height: 1;
  text-indent: 0.22em; /* optically re-center tracked-out caps */
}

.sub-note {
  font-size: clamp(11px, 1.1vw, 16px);
  letter-spacing: 0.14em;
}

.sub-back {
  margin-top: clamp(18px, 4vh, 42px);
  font-size: clamp(10px, 0.95vw, 14px);
  letter-spacing: 0.12em;
  border-bottom: 1px solid #101010;
  padding-bottom: 3px;
}
