@font-face {
  font-family: Newsreader;
  src: url("../brand/fonts/newsreader-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url("../brand/fonts/newsreader-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../brand/fonts/inter.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}
:root {
  font-family: Inter, sans-serif;
  color: #23382d;
  background: #fefeea;
  font-synthesis: none;
  --ivory: #fefeea;
  --olive: #4e594a;
  --green: #278664;
  --ink: #23382d;
  --rule: rgba(78, 89, 74, 0.23);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 38px;
}
body {
  margin: 0;
}
body.modal-open {
  overflow: hidden;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
input {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #278664;
  outline-offset: 5px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Newsreader, Georgia, serif;
  font-weight: 400;
}
h1,
h2 {
  letter-spacing: -0.042em;
}
img {
  max-width: 100%;
  display: block;
}
em {
  font-weight: 400;
}
.wrapper {
  width: calc(100% - 104px);
  max-width: 1600px;
  margin-inline: auto;
}
.eyebrow,
.index,
.material-line {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  background: var(--ink);
  color: var(--ivory);
  padding: 12px;
}
.skip-link:focus {
  transform: translateY(0);
}
.masthead {
  height: 104px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 52px;
  border-bottom: 1px solid var(--rule);
}
.wordmark {
  font-family: Newsreader, serif;
  font-size: 46px;
  letter-spacing: -2.5px;
  line-height: 1;
}
.wordmark span {
  color: var(--green);
}
.edition {
  font-size: 9px;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 6px;
}
.edition span {
  margin: 0 10px;
  opacity: 0.45;
}
.masthead nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  font-size: 11px;
}
.masthead nav a:hover,
.text-link:hover {
  color: var(--green);
}
.masthead nav span {
  margin-left: 8px;
}
.intro {
  padding-top: 76px;
  padding-bottom: 59px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}
.tiny-orbit {
  font-size: 18px;
  vertical-align: -2px;
  margin-right: 8px;
}
.intro h1 {
  font-size: clamp(72px, 7.9vw, 130px);
  line-height: 0.96;
  margin-top: 27px;
}
.intro h1 em {
  color: var(--olive);
}
.intro-right {
  padding: 81px 0 0 12%;
  font-size: 14px;
  line-height: 1.8;
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid var(--olive);
  padding-bottom: 9px;
  margin-top: 28px;
}
.text-link span {
  font-size: 19px;
}
.intro-note {
  display: block;
  font-size: 10px;
  margin-top: 36px;
  color: var(--olive);
}
.scene-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #e6e5d2;
}
.scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 0.6, 0.25, 1);
}
.scene-image:hover img {
  transform: scale(1.018);
}
.hero-image {
  aspect-ratio: 1.97;
}
.hero-image img {
  object-position: center 57%;
}
.image-expand {
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35, 56, 45, 0.3);
  background: rgba(254, 254, 234, 0.8);
  border-radius: 50%;
  font-size: 21px;
  backdrop-filter: blur(10px);
}
.scene-caption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding: 23px 0 34px;
  border-bottom: 1px solid var(--rule);
}
.scene-caption h2 {
  font-size: 35px;
  letter-spacing: -0.025em;
  margin-top: 9px;
}
.scene-caption p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--olive);
  text-align: right;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 34px;
}
.section-heading > p:last-child {
  font-size: 12px;
  line-height: 1.7;
  color: var(--olive);
}
.collection {
  padding-top: 95px;
  padding-bottom: 94px;
}
.object-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.object-grid .scene-image {
  aspect-ratio: 1.13;
}
.object-grid .scene-image img {
  object-position: center;
}
.offset-object {
  padding-top: 95px;
}
.object-caption {
  padding-top: 22px;
}
.object-caption h3 {
  font-size: 33px;
  letter-spacing: -0.035em;
  margin: 8px 0 12px;
}
.object-caption p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 335px;
  color: var(--olive);
}
.studio-section {
  background: #e9ecdd;
  padding: 72px 0 68px;
}
.studio-heading {
  display: grid;
  grid-template-columns: 0.68fr 1.25fr 1fr;
  align-items: end;
  gap: 20px;
  margin-bottom: 40px;
}
.studio-heading .eyebrow {
  align-self: start;
  padding-top: 8px;
}
.studio-heading h2 {
  font-size: 62px;
  line-height: 1.01;
}
.studio-heading > p:last-child {
  font-size: 12px;
  line-height: 1.8;
  justify-self: end;
  margin-bottom: 5px;
}
.studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  border: 1px solid var(--rule);
  background: #f4f4e6;
}
.viewport {
  min-height: 660px;
  position: relative;
  overflow: hidden;
  background: #e8e8da;
  touch-action: pan-y;
}
.viewport canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  touch-action: none;
  cursor: grab;
}
.viewport canvas:active {
  cursor: grabbing;
}
.viewer-fallback {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.viewport.ready .viewer-fallback {
  display: none;
}
.viewport.evening .viewer-top > span:last-child,
.viewport.evening #viewer-hint {
  color: #fefeea;
}
.viewer-top,
.viewer-bottom {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.viewer-top {
  top: 26px;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.viewer-mode {
  padding: 7px 10px;
  background: rgba(254, 254, 234, 0.8);
  border: 1px solid var(--rule);
  border-radius: 20px;
}
.viewer-mode::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 7px;
  vertical-align: 1px;
}
.viewer-bottom {
  bottom: 24px;
  font-size: 10px;
}
.viewer-bottom button {
  pointer-events: auto;
  background: rgba(254, 254, 234, 0.75);
  padding: 10px;
  border-radius: 3px;
  font-size: 10px;
}
.viewer-bottom button span {
  padding-left: 8px;
}
.studio-controls {
  padding: 30px 28px;
  border-left: 1px solid var(--rule);
}
.object-buttons {
  margin: 14px 0 29px;
  display: flex;
  flex-direction: column;
}
.object-buttons button {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  background: none;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  text-align: left;
  color: var(--olive);
}
.object-buttons button span {
  font-size: 9px;
}
.object-buttons button[aria-pressed="true"] {
  font-weight: 600;
  color: var(--ink);
}
.object-buttons button[aria-pressed="true"]::before {
  content: "•";
  padding-right: 7px;
  color: var(--green);
}
.object-buttons button[aria-pressed="true"] span {
  margin-left: auto;
}
.object-description h3 {
  font-size: 27px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.object-description p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--olive);
  min-height: 60px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 25px 0;
}
legend,
.rotation-label {
  width: 100%;
  font-size: 9px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
legend span {
  letter-spacing: 0;
  font-size: 10px;
}
.swatches {
  display: flex;
  gap: 13px;
}
.swatches button {
  background: var(--swatch);
  width: 29px;
  height: 29px;
  border: 1px solid rgba(35, 56, 45, 0.2);
  border-radius: 50%;
  position: relative;
}
.swatches button[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--olive);
  border-radius: 50%;
}
.segmented {
  display: flex;
  border: 1px solid var(--rule);
  padding: 3px;
  gap: 3px;
}
.segmented button {
  flex: 1;
  background: none;
  font-size: 10px;
  padding: 8px 4px;
}
.segmented button[aria-pressed="true"] {
  background: var(--olive);
  color: var(--ivory);
}
.rotation-label {
  margin-top: 24px;
}
input[type="range"] {
  width: 100%;
  accent-color: var(--olive);
  margin: 0;
  cursor: pointer;
  height: 18px;
}
.spin-button {
  width: 100%;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid var(--rule);
  font-size: 10px;
  margin-top: 6px;
}
.spin-button[aria-pressed="true"] {
  color: var(--green);
  font-weight: 600;
}
.studio-note {
  font-size: 9px;
  line-height: 1.6;
  color: var(--olive);
  margin-top: 23px;
}
.studio.is-fallback .swatches,
.studio.is-fallback .lighting,
.studio.is-fallback .rotation-label,
.studio.is-fallback #rotation,
.studio.is-fallback .spin-button {
  opacity: 0.4;
}
.studio.is-fallback .viewer-mode::before {
  background: var(--olive);
}
.paper-section {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 6%;
  align-items: center;
  padding-block: 112px;
}
.paper-copy h2 {
  font-size: clamp(42px, 4.5vw, 74px);
  line-height: 1.05;
  margin: 27px 0;
}
.paper-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  max-width: 300px;
}
.material-line {
  display: block;
  font-size: 8px;
  margin-top: 33px;
}
.paper-section .scene-image {
  aspect-ratio: 1.05;
}
.place-image {
  aspect-ratio: 1.85;
}
.place-image img {
  object-position: center 54%;
}
.materials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-block: 115px;
}
.materials h2 {
  font-size: 72px;
  line-height: 1.02;
  margin: 24px 0;
}
.materials > div > p:last-child {
  font-size: 13px;
  line-height: 1.9;
  max-width: 310px;
}
.material-list article {
  display: flex;
  gap: 28px;
  border-top: 1px solid var(--rule);
  padding: 22px 0;
}
.material-list article > span {
  font-size: 10px;
  margin-top: 6px;
}
.material-list h3 {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.material-list p {
  font-size: 12px;
  line-height: 1.75;
  max-width: 340px;
}
.closing {
  position: relative;
  overflow: hidden;
  background: var(--olive);
  color: var(--ivory);
  text-align: center;
  padding: 90px 20px 76px;
}
.closing > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  max-width: 90%;
  opacity: 0.09;
  transform: translate(-50%, -50%);
  filter: brightness(3);
}
.closing > *:not(img) {
  position: relative;
}
.closing h2 {
  font-size: clamp(62px, 7vw, 108px);
  line-height: 1.01;
  margin: 32px 0;
}
.button {
  background: var(--ivory);
  color: var(--ink);
  display: inline-flex;
  padding: 15px 19px;
  gap: 30px;
  font-size: 11px;
}
.button:hover {
  background: white;
}
footer {
  display: flex;
  align-items: center;
  gap: 50px;
  min-height: 150px;
}
footer p {
  font-size: 10px;
  color: var(--olive);
  line-height: 1.8;
}
footer p:last-child {
  margin-left: auto;
  text-align: right;
}
footer .wordmark {
  font-size: 42px;
}
dialog {
  border: 1px solid var(--rule);
  padding: 24px;
  background: var(--ivory);
  color: var(--ink);
  width: min(1240px, 94vw);
  max-height: 94vh;
}
dialog::backdrop {
  background: rgba(16, 26, 20, 0.83);
  backdrop-filter: blur(10px);
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  align-items: center;
}
.dialog-top h2 {
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
.dialog-top button {
  background: none;
  font-size: 11px;
  padding: 10px;
}
.dialog-top button span {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: -1px;
}
#dialog-image {
  width: 100%;
  max-height: calc(94vh - 170px);
  object-fit: contain;
  background: #e6e5d2;
}
.dialog-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 16px;
}
.dialog-bottom p {
  color: var(--olive);
}
.dialog-bottom a {
  border-bottom: 1px solid var(--olive);
  align-self: start;
  white-space: nowrap;
}
@media (min-width: 1700px) {
  .masthead {
    padding-inline: calc((100vw - 1600px) / 2);
  }
}
@media (max-width: 1100px) {
  .masthead {
    gap: 24px;
  }
  .edition {
    display: none;
  }
  .intro-right {
    padding-left: 2%;
  }
  .studio-heading {
    grid-template-columns: 0.6fr 1fr;
  }
  .studio-heading > p:last-child {
    grid-column: 2;
    justify-self: start;
  }
  .studio {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
  .studio-controls {
    padding: 25px 22px;
  }
  .studio-heading h2 {
    font-size: 54px;
  }
  .viewport {
    min-height: 660px;
  }
  .materials {
    gap: 50px;
  }
  .paper-copy h2 {
    font-size: 51px;
  }
}
@media (max-width: 760px) {
  .wrapper {
    width: calc(100% - 40px);
  }
  .masthead {
    height: 82px;
    padding-inline: 20px;
    gap: 15px;
  }
  .wordmark {
    font-size: 39px;
  }
  .masthead nav {
    gap: 20px;
    font-size: 10px;
  }
  .masthead nav a:first-child,
  .masthead nav a:last-child {
    display: none;
  }
  .intro {
    padding-top: 40px;
    padding-bottom: 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .intro h1 {
    font-size: clamp(68px, 15.5vw, 108px);
    margin-top: 20px;
  }
  .intro .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .intro-right {
    padding: 0;
    max-width: 430px;
    font-size: 12px;
    line-height: 1.9;
  }
  .intro-note {
    margin-top: 20px;
    font-size: 9px;
  }
  .text-link {
    margin-top: 17px;
    font-size: 11px;
  }
  .hero-image {
    aspect-ratio: 1.17;
  }
  .hero-image img {
    object-position: 43% center;
  }
  .image-expand {
    width: 33px;
    height: 33px;
    right: 14px;
    bottom: 14px;
  }
  .scene-caption {
    align-items: start;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .scene-caption h2 {
    font-size: 28px;
    line-height: 1.08;
    margin-top: 10px;
  }
  .scene-caption p {
    font-size: 9px;
    max-width: 105px;
    margin-top: 25px;
  }
  .index {
    font-size: 8px;
  }
  .collection {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .section-heading {
    align-items: start;
    gap: 25px;
    margin-bottom: 23px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    max-width: 140px;
  }
  .section-heading > p:last-child {
    font-size: 10px;
  }
  .object-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .object-grid .scene-image {
    aspect-ratio: 1.22;
  }
  .offset-object {
    padding-top: 0;
  }
  .object-caption {
    padding-top: 17px;
  }
  .object-caption h3 {
    font-size: 30px;
  }
  .object-caption p {
    font-size: 11px;
  }
  .studio-section {
    padding: 44px 0;
  }
  .studio-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 26px;
  }
  .studio-heading .eyebrow {
    padding: 0;
  }
  .studio-heading h2 {
    font-size: 54px;
  }
  .studio-heading > p:last-child {
    grid-column: auto;
    font-size: 11px;
  }
  .studio {
    grid-template-columns: 1fr;
  }
  .viewport {
    min-height: 470px;
  }
  .viewer-top,
  .viewer-bottom {
    left: 15px;
    right: 15px;
  }
  .viewer-top {
    top: 17px;
    font-size: 8px;
  }
  .viewer-bottom {
    bottom: 15px;
    font-size: 9px;
  }
  .studio-controls {
    padding: 25px 22px;
    border-left: 0;
    border-top: 1px solid var(--rule);
  }
  .object-buttons {
    flex-direction: row;
    gap: 14px;
    margin-bottom: 24px;
  }
  .object-buttons button {
    flex: 1;
    font-size: 10px;
    white-space: nowrap;
    gap: 5px;
  }
  .object-buttons button span {
    display: none;
  }
  .object-buttons button[aria-pressed="true"]::before {
    padding-right: 0;
  }
  .object-description p {
    min-height: 0;
    max-width: 390px;
  }
  .studio-note {
    font-size: 9px;
  }
  .paper-section {
    grid-template-columns: 1fr;
    padding-block: 64px;
    gap: 27px;
  }
  .paper-copy h2 {
    font-size: 51px;
    margin: 20px 0;
  }
  .material-line {
    margin-top: 23px;
  }
  .paper-section .scene-image {
    aspect-ratio: 1.16;
  }
  .place-image {
    aspect-ratio: 1.17;
  }
  .materials {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 65px;
  }
  .materials h2 {
    font-size: 60px;
  }
  .material-list article {
    gap: 22px;
    padding: 18px 0;
  }
  .material-list h3 {
    font-size: 28px;
  }
  .material-list p {
    font-size: 11px;
  }
  .closing {
    padding: 63px 20px 53px;
  }
  .closing h2 {
    font-size: clamp(52px, 12.6vw, 83px);
  }
  footer {
    padding-block: 32px;
    min-height: 0;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer p {
    font-size: 9px;
  }
  footer p:last-child {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  dialog {
    padding: 16px;
  }
  .dialog-top h2 {
    font-size: 24px;
  }
  .dialog-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .dialog-top .eyebrow {
    font-size: 8px;
  }
  #dialog-image {
    max-height: calc(94vh - 220px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
