@font-face {
  font-family: "Mona Sans Display";
  src: url("fonts/MonaSans/MonaSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
}

@font-face {
  font-family: "Mona Sans Display Fallback";
  src: url("fonts/MonaSans/MonaSans_SemiCondensed-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #ffffff;
  --text: #1f1f1f;
  --muted: #9a9aa0;
  --rule: #cfcfd1;
  --olive: #c1c92f;
  --olive-deep: #aab124;
  --title-tone-a: #b6bf14;
  --title-tone-b: #d8de91;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --page-width: 800px;
  --page-min-height: 925px;
  --rule-width: 630px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.page {
  width: min(100%, var(--page-width));
  min-height: var(--page-min-height);
  margin: 0 auto;
  background: var(--bg);
}

.page-main {
  padding: 15px 0 36px;
}

.site-header,
.site-footer {
  background: var(--surface);
}

.site-header {
  padding: 50px 0 16px;
}

.site-footer {
  padding: 12px 0 10px;
}

.site-logo-link {
  display: flex;
  justify-content: center;
}

.site-logo {
  width: min(500px, calc(100% - 48px));
  height: auto;
}

.site-logo--splash {
  margin: 0 auto 26px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(13px, 2vw, 29px);
  padding: 13px 14px 0;
  flex-wrap: wrap;
}

.site-nav--footer {
  padding-top: 10px;
}

.site-nav__link {
  color: var(--muted);
  font-size: clamp(0.595rem, 1.12vw, 0.77rem);
  font-weight: 400;
  text-transform: uppercase;
}

.site-nav__link.is-active {
  color: #7b7b80;
  font-weight: 700;
}

.site-rule {
  width: min(var(--rule-width), calc(100% - 24px));
  margin: 5px auto 0;
  border-top: 1px solid var(--rule);
}

.site-rule--footer {
  margin-top: 0;
}

.page-breadcrumbs {
  width: min(var(--rule-width), calc(100% - 24px));
  margin: 10px auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: clamp(0.595rem, 1.12vw, 0.77rem);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}

.page-breadcrumbs__link {
  color: inherit;
}

.page-breadcrumbs__separator {
  color: #b1b2b7;
}

.site-copyright {
  margin: 12px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.615rem;
}

.panel {
  padding: 0 48px 10px;
}

.panel--home {
  padding-top: 46px;
}

.panel--collection {
  padding-bottom: 28px;
}

.panel--placeholder {
  min-height: 520px;
  display: grid;
  align-content: center;
}

.panel--content {
  padding-top: 34px;
}

.page-title {
  margin: 0 0 16px;
  color: var(--olive);
  text-align: center;
  text-transform: uppercase;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  letter-spacing: 0.02em;
}

.styled-title__segment {
  display: inline-block;
}

.styled-title__segment--a {
  color: var(--title-tone-a);
}

.styled-title__segment--b {
  color: var(--title-tone-b);
}

.page-intro {
  max-width: 620px;
  margin: 0 auto 36px;
  color: #6f6d71;
  text-align: center;
  line-height: 1.5;
}

.page-intro p {
  margin: 0;
}

.page-intro p + p {
  margin-top: 0.7em;
}

.section-mark .page-title,
.panel--collection .page-title,
.page-main--feed-intro .page-title {
  margin-bottom: 2px;
}

.section-mark .page-title {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
}

.panel--collection .page-title,
.page-main--feed-intro .page-title {
  margin-top: 10px;
  font-size: 1.9875rem;
}

.page-main--feed-intro .page-title {
  margin-bottom: 17px;
}

.section-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}

.section-mark__image {
  display: block;
  width: auto;
  height: 60px;
  max-width: 100%;
  margin: 28px auto 35px;
}

.section-instruction {
  margin: 0 auto 34px;
  text-align: center;
}

.section-instruction__title {
  margin: 0 0 8px;
  color: var(--olive);
  text-transform: uppercase;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: 1.9875rem;
  letter-spacing: 0.02em;
}

.section-instruction__copy {
  margin: 0;
  color: #818386;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  font-size: 1.26rem;
  line-height: 1.25;
}

.section-instruction__copy p {
  margin: 0;
}

.section-instruction__copy p + p {
  margin-top: 0.7em;
}

.splash {
  min-height: var(--page-min-height);
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 40px 24px;
}

.splash-art {
  width: min(280px, 72vw);
  margin-bottom: 10px;
  padding: 10px;
  background: var(--surface);
}

.splash-art img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.home-card__placeholder,
.circle-card__placeholder,
.splash-art__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #f4f4f5;
  color: var(--muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  line-height: 1.35;
}

.splash-art__placeholder {
  aspect-ratio: 3 / 4;
}

.splash-link {
  margin-bottom: 22px;
  color: #8f8f93;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  text-transform: uppercase;
}

.splash-copy {
  max-width: 520px;
  color: #6f6d71;
  text-align: center;
  line-height: 1.55;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.home-card {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.home-card__image-wrap {
  width: min(100%, 280px);
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: var(--surface);
}

.home-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card__lockup {
  width: min(100%, 220px);
  background: var(--surface);
  text-align: center;
  padding: 14px 10px 10px;
}

.home-card__lockup-image {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin: 0 auto;
}

.home-card__lockup strong {
  display: block;
  color: var(--olive);
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 0.85;
  text-transform: lowercase;
}

.home-card__lockup span {
  display: block;
  color: var(--muted);
  font-family: "Mona Sans", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.circle-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 24px;
}

.circle-card {
  display: grid;
  justify-items: center;
  align-content: start;
  flex: 0 0 210px;
  width: 210px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 180ms ease;
}

.circle-card.is-visited {
  opacity: 0.5;
}

.circle-card:focus,
.circle-card:active {
  outline: none;
  box-shadow: none;
}

.circle-card:focus-visible .circle-card__image-wrap {
  box-shadow: 0 0 0 3px rgba(193, 201, 47, 0.35);
}

.circle-card__image-wrap {
  width: min(100%, 210px);
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.circle-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-hero {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.collection-hero__image {
  width: min(280px, 100%);
  background: var(--surface);
  padding: 8px;
}

.collection-copy {
  max-width: 540px;
  margin: 0 auto 28px;
  color: #818386;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  font-size: 1.26rem;
  text-align: center;
  line-height: 1.25;
}

.collection-copy p {
  margin: 0;
}

.collection-copy--section {
  margin-bottom: 18px;
}

.collection-copy p + p {
  margin-top: 0.7em;
}

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

.thumb-link {
  display: grid;
  gap: 10px;
  background: var(--surface);
  padding: 12px;
}

.thumb-link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.thumb-link span {
  color: #363636;
  font-weight: 600;
}

.panel--about {
  padding-bottom: 56px;
}

.panel--favorites {
  padding-bottom: 48px;
}

.content-shell {
  width: min(100%, 860px);
  margin: 0 auto;
}

.content-title {
  margin: 0 0 34px;
  text-align: center;
  color: var(--olive);
  text-transform: uppercase;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.about-copy {
  color: #8e8f95;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  font-size: 0.98rem;
  line-height: 1.65;
}

.about-block {
  margin-bottom: 28px;
}

.about-block p {
  margin: 0;
}

.about-block p + p {
  margin-top: 0.7em;
}

.panel--about .about-copy > .about-block:first-child {
  text-align: center;
}

.panel--about .about-post-image p {
  text-align: center;
}

.about-image {
  margin: 0 0 28px;
}

.about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section {
  margin-bottom: 30px;
}

.about-section:last-child {
  margin-bottom: 0;
}

.about-section h2 {
  margin: 0 0 14px;
  color: #6e6f75;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 90;
}

.about-section p {
  margin: 0;
}

.about-section p + p {
  margin-top: 0.7em;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-contact {
  margin: 28px 0 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-contact a {
  color: var(--olive-deep);
}

.favorites-page {
  color: #8e8f95;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  font-size: 0.98rem;
  line-height: 1.65;
}

.favorites-empty {
  text-align: center;
}

.favorites-empty p {
  margin: 0;
}

.favorites-empty p + p {
  margin-top: 0.7em;
}

.favorites-list {
  display: grid;
  gap: 18px;
}

.favorites-item {
  display: grid;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(166, 168, 173, 0.35);
}

.favorites-item__link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.favorites-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.favorites-item__media {
  display: block;
  width: 112px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
}

.favorites-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorites-item__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(166, 168, 173, 0.35);
  color: #9a9aa0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.favorites-item__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.favorites-item__title {
  color: var(--olive-deep);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.25;
}

.favorites-item__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.favorites-item__details li {
  margin: 0;
}

.favorites-item__details li + li {
  margin-top: 0.2em;
}

.favorites-item__remove {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8e8f95;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.favorites-item__remove:hover,
.favorites-item__remove:focus-visible {
  color: var(--olive-deep);
  text-decoration: underline;
}

.panel--admin {
  padding-bottom: 36px;
}

.admin-copy {
  margin-bottom: 22px;
}

.admin-generator {
  width: min(720px, 100%);
  margin: 0 auto 18px;
}

.admin-generator__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.admin-label {
  display: block;
  margin: 0 0 8px;
  color: #6e6f75;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.78rem;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.admin-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(166, 168, 173, 0.65);
  background: #fff;
  color: #66686d;
  font-family: "Fira Code", monospace;
  font-size: 0.88rem;
  line-height: 1.4;
}

.admin-input:focus {
  outline: none;
  border-color: rgba(182, 191, 20, 0.7);
  box-shadow: 0 0 0 3px rgba(182, 191, 20, 0.12);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 14px;
}

.admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(166, 168, 173, 0.7);
  background: #fff;
  color: #818386;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.92rem;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.admin-button:hover,
.admin-button:focus-visible {
  background: rgba(182, 191, 20, 0.08);
  border-color: rgba(182, 191, 20, 0.55);
  color: #6d6f75;
}

.admin-button--primary {
  background: #b6bf14;
  border-color: #b6bf14;
  color: #fff;
}

.admin-button--primary:hover,
.admin-button--primary:focus-visible {
  background: #c7d062;
  border-color: #c7d062;
  color: #fff;
}

.admin-status {
  margin: 0 auto 22px;
  color: #818386;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.95rem;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.4;
  text-align: center;
}

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

.admin-card {
  border: 1px solid rgba(166, 168, 173, 0.45);
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.92);
}

.admin-card h2 {
  margin: 0 0 12px;
  color: #b6bf14;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.18rem;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-code {
  margin: 0;
  padding: 14px 16px;
  overflow-x: auto;
  border: 1px solid rgba(166, 168, 173, 0.35);
  background: #f7f7f5;
  color: #66686d;
  font-family: "Fira Code", monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #818386;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.98rem;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.55;
}

.admin-list li + li {
  margin-top: 0.4em;
}

.admin-list--ordered {
  padding-left: 1.25rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  padding: 24px;
  background: var(--surface);
}

.contact-form label,
.contact-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
}

.contact-form span,
.contact-form legend {
  color: #444;
  font-size: 0.95rem;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc7c2;
  font: inherit;
}

.contact-form input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.contact-form button {
  border: 0;
  padding: 13px 22px;
  background: var(--olive);
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.panel--order {
  padding-bottom: 40px;
}

.order-copy {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
}

.order-copy .about-block {
  margin-bottom: 24px;
}

.order-page__image {
  margin: 0 0 26px;
}

.order-page__image img {
  display: block;
  width: 100%;
  height: auto;
}

.order-form {
  margin: 0 auto 48px;
  width: 100%;
  border: 1px solid #c8c2b9;
  background: #fff;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px;
}

.order-form__title {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  color: #7f8085;
  text-align: center;
  text-transform: uppercase;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 90;
}

.order-form label,
.order-form fieldset {
  gap: 10px;
}

.order-form span,
.order-form legend {
  color: #5f6066;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.95rem;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.35;
}

.order-form input,
.order-form textarea {
  border: 1px solid #cfc9c2;
  padding: 12px 14px;
}

.order-form__options {
  display: grid;
  gap: 12px;
}

.order-form.contact-form .order-form__options label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: #6f6d71;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.95rem;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.35;
}

.order-form.contact-form .order-form__options input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
}

.order-form textarea {
  resize: vertical;
}

.order-form__note {
  grid-column: 1 / -1;
  margin: 0;
  color: #6f6d71;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 0.96rem;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.4;
}

.order-faqs__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2rem;
}

.order-faqs__list {
  display: grid;
  gap: 24px;
}

.order-faq {
  border-top: 1px solid rgba(166, 168, 173, 0.45);
  padding-top: 16px;
}

.order-faq__question {
  display: block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  color: #3f4045;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 90;
  line-height: 1.35;
}

.order-faq__question::-webkit-details-marker {
  display: none;
}

.order-faq__question::after {
  content: "+";
  float: right;
  color: #b6bf14;
  font-size: 1.2rem;
  line-height: 1;
}

.order-faq[open] .order-faq__question::after {
  content: "−";
}

.order-faq__body {
  padding-top: 8px;
}

.order-faq__answer {
  color: #7d7f84;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  font-variation-settings: "wdth" 90;
  line-height: 1.4;
}

.order-faq__answer a {
  color: inherit;
  text-decoration: underline;
}

.body--artwork .page {
  min-height: 100svh;
  width: min(100%, 1240px);
  background: #fff;
}

.body--feed {
  background: #fff;
  overflow: hidden;
}

.collection-feed {
  height: 100svh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.feed-panel {
  min-height: 100svh;
  scroll-snap-align: start;
  background: #fff;
}

.feed-panel__surface {
  min-height: 100svh;
  width: min(100%, 1240px);
  margin: 0 auto;
  background: #fff;
}

.feed-panel--intro .feed-panel__surface {
  display: flex;
  flex-direction: column;
}

.feed-panel--artwork .feed-panel__surface {
  display: grid;
  place-items: center;
  padding: 14px;
}

.page-main--feed-intro {
  flex: 1;
  display: flex;
}

.subgallery-intro {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feed-intro-cue {
  margin-top: auto;
  margin-bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 8px;
  user-select: none;
  pointer-events: none;
}

.feed-intro-cue__dot {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #fff;
  opacity: 0.28;
  animation: feed-intro-cue-pulse 4.45s ease-in-out infinite;
}

.feed-intro-cue__dot:nth-child(2) {
  animation-delay: 0.18s;
}

.feed-intro-cue__dot:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes feed-intro-cue-pulse {
  0%,
  32.6%,
  100% {
    opacity: 0.22;
    background: #fff;
    transform: translateY(0);
  }
  14.6% {
    opacity: 0.78;
    background: #9ea2a8;
    transform: translateY(2px);
  }
}

.artwork-page__panel {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 14px;
}

.artwork-page__sheet {
  --artwork-canvas-size: min(calc(100svh - 28px), calc(100vw - 300px));
  width: fit-content;
  max-width: 100%;
  min-height: calc(100svh - 28px);
  display: grid;
  grid-template-columns: var(--artwork-canvas-size) 270px;
  border: 1px solid #bdbec2;
  background: #fff;
  margin: 0 auto;
}

.artwork-page__canvas {
  display: grid;
  place-items: center;
  width: var(--artwork-canvas-size);
  padding: 28px;
}

.artwork-page__art {
  position: relative;
  width: calc(var(--artwork-canvas-size) - 56px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.artwork-page__art--zoomable {
  position: relative;
}

.artwork-page__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.artwork-page__missing {
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  width: min(100%, 460px);
  min-height: 420px;
  padding: 28px;
  border: 1px solid #cfcfd4;
  background: #fbfbfb;
  color: #8b8d93;
  text-align: center;
}

.artwork-page__missing-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artwork-page__missing strong {
  color: #686a71;
  font-size: 1rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.artwork-page__rail {
  border-left: 1px solid #bdbec2;
  padding: 28px 22px 18px;
  display: flex;
  flex-direction: column;
}

.artwork-page__blurb {
  --artwork-blurb-line-height: 1.5;
  margin: 18px 0 0;
  color: #99979d;
  font-size: 1rem;
  line-height: var(--artwork-blurb-line-height);
  font-style: italic;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-variation-settings: "wdth" 90;
}

.artwork-page__blurb p {
  margin: 0;
}

.artwork-page__blurb p + p {
  margin-top: 0.7em;
}

.artwork-page__info {
  margin: 0 0 24px;
  width: 100%;
}

.artwork-page__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.artwork-page__actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.artwork-page__title {
  margin: 0;
  color: var(--olive-deep);
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 90;
}

.artwork-page__share,
.artwork-page__like {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b6b7bc;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.artwork-page__share-icon,
.artwork-page__like-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.artwork-page__share-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(0);
}

.artwork-page__like.is-liked {
  color: #d84d61;
}

.artwork-page__share.is-copied {
  color: var(--olive-deep);
}

@media (hover: hover) and (pointer: fine) and (min-width: 861px) {
  .body--feed .artwork-page__art--zoomable {
    cursor: zoom-in;
  }

  .body--feed .artwork-page__art--zoomable.is-zoomed {
    cursor: none;
  }

  .artwork-page__zoom-lens {
    position: absolute;
    width: 148px;
    height: 148px;
    border: 1px solid rgba(189, 190, 194, 0.98);
    border-radius: 999px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 12px 24px rgba(40, 41, 45, 0.16);
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 140ms ease;
    z-index: 3;
  }

  .artwork-page__art--zoomable.is-zoomed .artwork-page__zoom-lens {
    opacity: 1;
  }

  .artwork-page__zoom-lens.is-hidden {
    opacity: 0;
  }
}

.artwork-page__details {
  margin: 18px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  color: #9a9aa0;
  font-size: 0.95rem;
  line-height: 1.45;
  font-family: "Mona Sans Display", "Mona Sans Display Fallback", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-variation-settings: "wdth" 90;
}

.artwork-page__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.artwork-page__pager a,
.floating-back {
  padding: 8px 12px;
  border: 1px solid #d8d3cc;
  color: #4a474b;
  background: rgba(255, 255, 255, 0.96);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.floating-back {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10;
}

.floating-back--feed {
  position: absolute;
}

.feed-float {
  position: fixed;
  left: var(--feed-float-left, 50%);
  bottom: 35px;
  z-index: 20;
  width: min(250px, calc(100vw - 28px));
  max-width: 226px;
  display: grid;
  gap: 8px;
  transform: translateX(-50%);
  animation: feed-float-in 320ms ease-out;
}

@media (min-width: 821px) {
  .feed-float {
    opacity: 0;
    pointer-events: none;
  }

  .feed-float.is-positioned {
    opacity: 1;
    pointer-events: auto;
  }
}

.feed-float__gallery,
.feed-float__row {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid #d8d3cc;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(6px);
}

.feed-float__row {
  grid-template-columns: 1fr 1fr;
}

.feed-float__gallery-link,
.feed-float__gallery-home,
.feed-float__action {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  color: #4a474b;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  background: transparent;
}

.feed-float__gallery-link,
.feed-float__gallery-home,
.feed-float__action {
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.feed-float__gallery-link:hover,
.feed-float__gallery-home:hover,
.feed-float__action:hover {
  background: rgba(193, 201, 47, 0.08);
}

.feed-float__gallery-home {
  border-left: 1px solid #d8d3cc;
  border-right: 1px solid #d8d3cc;
}

.feed-float__action + .feed-float__action {
  border-left: 1px solid #d8d3cc;
}

.feed-float__gallery-link.is-disabled {
  color: #b3b4b8;
  background: rgba(244, 244, 245, 0.92);
  pointer-events: none;
}

.feed-float__action.is-disabled {
  color: #b3b4b8;
  background: rgba(244, 244, 245, 0.92);
  pointer-events: none;
}

@keyframes feed-float-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 820px) {
  .page {
    width: 100%;
  }

  .panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .artwork-page__frame,
  .copy-grid,
  .home-grid,
  .admin-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .artwork-page__sheet {
    width: 100%;
    --artwork-canvas-size: auto;
    grid-template-columns: 1fr;
  }

  .artwork-page__canvas {
    width: 100%;
    padding: 12px 12px 10px;
  }

  .artwork-page__art {
    position: relative;
    width: min(calc(100vw - 48px), 420px);
    height: min(calc(100vw - 48px), 420px);
    flex: 0 0 auto;
    margin: 0 auto;
    overflow: hidden;
  }

  .artwork-page__rail {
    border-left: 0;
    border-top: 1px solid #bdbec2;
  }

  .feed-float {
    left: auto;
    right: 16px;
    width: min(250px, calc(100vw - 32px));
    max-width: none;
    transform: none;
  }

  .admin-card {
    padding: 18px 16px;
  }

  .order-form {
    padding: 22px 18px;
  }

  .favorites-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .favorites-item__media {
    width: 92px;
  }
}

@media (max-width: 560px) {
  .panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    padding-top: 16px;
  }

  .site-logo {
    width: min(350px, calc(100% - 92px));
  }

  .site-nav {
    flex-wrap: nowrap;
    gap: 6px;
    padding: 8px 8px 0;
  }

  .site-nav__link {
    font-size: 0.52rem;
    letter-spacing: 0.01em;
  }

  .body--feed .collection-copy {
    width: calc(100% - 20px);
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .admin-button {
    width: 100%;
  }

  .admin-generator__row {
    grid-template-columns: 1fr;
  }

  .feed-intro-cue {
    margin-bottom: 16px;
    gap: 6px;
  }

  .feed-intro-cue__dot {
    width: 12px;
    height: 12px;
  }

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

  .circle-grid {
    gap: 20px 16px;
  }

  .circle-card {
    flex-basis: min(210px, 100%);
    width: min(210px, 100%);
  }

  .favorites-item {
    grid-template-columns: 1fr;
  }

  .favorites-item__media {
    width: min(180px, 100%);
  }

  .feed-panel--artwork .feed-panel__surface {
    padding: 10px;
  }

  .artwork-page__sheet {
    min-height: calc(100svh - 20px);
  }

  .artwork-page__canvas {
    padding: 7px 7px 5px;
  }

  .artwork-page__art {
    position: relative;
    width: min(calc(100vw - 24px), 296px);
    height: min(calc(100vw - 24px), 296px);
    flex: 0 0 auto;
    margin: 0 auto;
    overflow: hidden;
  }

  .artwork-page__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .artwork-page__missing {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    padding: 20px;
  }

  .artwork-page__rail {
    padding: 12px 14px 14px;
  }

  .artwork-page__info {
    margin-bottom: 0;
  }

  .artwork-page__details {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .artwork-page__heading {
    gap: 10px;
  }

  .artwork-page__actions {
    gap: 0;
  }

  .artwork-page__share,
  .artwork-page__like {
    width: 24px;
    height: 24px;
  }

  .artwork-page__share-icon,
  .artwork-page__like-icon {
    font-size: 1.45rem;
  }

  .artwork-page__share-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .artwork-page__blurb {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .feed-float {
    left: 50%;
    right: auto;
    bottom: 24px;
    width: max-content;
    max-width: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    transform: translateX(-50%);
  }

  .feed-float__gallery,
  .feed-float__row {
    flex: 0 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .feed-float__gallery {
    grid-template-columns: 32px minmax(82px, auto) 32px;
  }

  .feed-float__row {
    grid-template-columns: repeat(2, minmax(58px, auto));
  }

  .feed-float__gallery-link,
  .feed-float__gallery-home,
  .feed-float__action {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .floating-back {
    right: 10px;
    top: 10px;
  }
}
