:root {
  --paper: #fffdfa;
  --panel: #fffdfa;
  --ink: #000000;
  --shell: 1388px;
  --left: 30px;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1440px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.25;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

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

button,
a {
  font: inherit;
}

img {
  display: block;
}

[hidden] {
  display: none !important;
}

.page {
  position: relative;
  min-height: 100vh;
  padding-top: 841px;
  background: var(--paper);
}

.site-header {
  position: absolute;
  z-index: 3;
  top: 47px;
  left: var(--left);
  width: var(--shell);
  height: 70px;
}

.logo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 47px;
  display: block;
}

.logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  position: absolute;
  top: 12px;
  right: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 119px;
  align-items: start;
  white-space: nowrap;
}

.main-nav a {
  line-height: 1;
  letter-spacing: 0;
}

.main-nav a:hover {
  font-style: italic;
}

.content {
  width: var(--shell);
  margin-left: var(--left);
}

.studio-copy {
  width: 890px;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 150px;
}

.studio-copy-image,
.projects img {
  display: block;
  height: auto;
  max-width: none;
}

.footer {
  width: var(--shell);
  margin: 120px 0 0 var(--left);
  padding-bottom: 84px;
}

.footer-line {
  height: 1px;
  background: var(--ink);
}

.subpage-body {
  min-width: 960px;
  background: var(--panel);
}

.subpage-content {
  padding: 132px 0 96px 70px;
  min-height: 100vh;
  background: var(--panel);
}

.shop-text-content {
  padding-top: 124px;
}

.text-frame-image {
  width: 592px;
  height: auto;
  max-width: none;
}

.figma-text-frame {
  width: 592px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 26.8px;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.figma-text-frame p {
  margin: 0;
}

.manifesto-copy {
  width: 592px;
  text-transform: uppercase;
}

.manifesto-title {
  margin-bottom: 38px;
  text-transform: none;
}

.manifesto-title span,
.tracked {
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.manifesto-list {
  display: flex;
  flex-direction: column;
  gap: 26.8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.manifesto-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 13px;
  align-items: start;
}

.manifesto-number {
  line-height: 26.8px;
}

.manifesto-list p {
  text-align: center;
}

.stacked-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 592px;
  font-size: 20px;
  line-height: 26.8px;
}

.stacked-copy section,
.stacked-copy address {
  width: 592px;
  font-style: normal;
}

.contact-person + .contact-person {
  margin-top: 40px;
}

.contact-person h2,
.shop-info-block h2 {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.contact-person p {
  margin: 0;
}

.contact-person .bio {
  text-indent: 54px;
}

.shop-info-copy {
  gap: 40px;
}

.shop-info-block p {
  margin: 0 0 26.8px;
}

.shop-info-block p:last-child {
  margin-bottom: 0;
}

.shop-info-block .indented {
  text-indent: 54px;
}

.shop-info-block .centered {
  text-align: center;
}

.cart-frame {
  width: 592px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cart-item {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.cart-item img {
  width: 592px;
  height: 419px;
  object-fit: cover;
}

.cart-item button {
  align-self: flex-start;
}

.cart-row,
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 592px;
  color: var(--ink);
  white-space: nowrap;
}

.cart-row {
  font-size: 21.5px;
  line-height: 26.8px;
}

.cart-name {
  margin: 0;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.cart-price {
  margin: 0;
  text-align: right;
}

.cart-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-total {
  border-top: 1.3px solid var(--ink);
  padding-top: 7px;
}

.cart-total-row {
  font-size: 26.8px;
  line-height: 34.8px;
}

.cart-total-row .cart-name {
  letter-spacing: 2.7px;
}

.checkout-button {
  width: 592px;
  height: 78px;
  border: 0;
  background: #252525;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 26.8px;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.checkout-button:hover {
  background: #000000;
}

.cart-remove,
.cart-clear,
.cart-empty a {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  cursor: pointer;
}

.cart-remove {
  margin-top: -4px;
}

.cart-remove:hover,
.cart-clear:hover,
.cart-empty a:hover {
  font-style: italic;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 592px;
  min-height: 420px;
  justify-content: center;
  color: var(--ink);
  font-size: 26.8px;
  line-height: 34.8px;
}

.cart-empty p {
  margin: 0;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.cart-toast {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  max-width: 420px;
  padding: 16px 20px;
  background: #252525;
  color: var(--paper);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-message {
  width: 592px;
  margin: 0 0 40px;
  color: var(--ink);
  font-size: 20px;
  line-height: 26.8px;
  letter-spacing: 0;
}

.cart-message a {
  font-style: italic;
}

.cart-message.is-error {
  color: #8a0000;
}

.shop-subheader {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 70px;
}

.shop-subnav {
  position: absolute;
  top: 17px;
  left: 0;
  display: flex;
  gap: 83px;
  align-items: flex-start;
}

.shop-subnav a {
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.shop-subnav a:hover {
  font-style: italic;
}

.shop-logo-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 47px;
}

.shop-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-page-body {
  min-width: 1920px;
}

.shop-page {
  position: relative;
  width: 1920px;
  min-height: 3198px;
}

.shop-page img {
  width: 1920px;
  height: auto;
  max-width: none;
}

.hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

.hotspot:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.shop-count-label {
  position: absolute;
  z-index: 3;
  width: 38px;
  color: var(--ink);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: right;
  pointer-events: none;
}

.shop-minus-button {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 28px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.shop-minus-button:hover {
  font-style: italic;
}

.preorder-panel {
  position: fixed;
  z-index: 8;
  left: 30px;
  bottom: 30px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px 20px;
  background: var(--paper);
  color: var(--ink);
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}

.preorder-panel p {
  margin: 0;
  white-space: nowrap;
}

.preorder-panel a {
  display: inline;
  padding: 0;
  background: transparent;
  color: var(--ink);
  white-space: nowrap;
}

.preorder-panel a:hover {
  font-style: italic;
}

.admin-page {
  width: 920px;
  padding: 132px 0 96px 70px;
  color: var(--ink);
  font-size: 20px;
  line-height: 26.8px;
  letter-spacing: 0;
}

.admin-heading {
  margin-bottom: 56px;
}

.admin-heading p {
  margin: 0;
}

.admin-orders {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.admin-empty {
  margin: 0;
  font-size: 26.8px;
  line-height: 34.8px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.admin-order {
  width: 720px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ink);
}

.admin-order p {
  margin: 0;
}

.admin-order-top,
.admin-order-item,
.admin-order-status,
.admin-order-actions {
  display: flex;
  gap: 20px;
}

.admin-order-top,
.admin-order-item {
  justify-content: space-between;
}

.admin-order-top {
  align-items: flex-start;
  margin-bottom: 20px;
}

.admin-order-id,
.admin-order-total {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admin-order-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.admin-order-status {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.admin-order-actions {
  flex-wrap: wrap;
}

.admin-order-actions button {
  border: 1px solid var(--ink);
  padding: 9px 12px 10px;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.admin-order-actions button:hover {
  background: var(--ink);
  color: var(--paper);
}

.admin-order-actions button:disabled,
.checkout-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

::selection {
  background: #000;
  color: var(--paper);
}
