:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #292c27;
  background: #f7f6ef;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #628043;
  outline-offset: 5px;
}
.site-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 64px;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcded2;
  gap: 32px;
}
.ui-icon {
  flex: 0 0 auto;
  vertical-align: -0.12em;
}
.wordmark {
  font-size: 46px;
  letter-spacing: -4px;
  font-weight: 800;
  line-height: 1;
}
.logo-dot {
  color: #748747;
}
.header-note {
  font-size: 13px;
  color: #717569;
  padding-top: 8px;
}
.nav-link {
  font-size: 13px;
  margin-left: auto;
  font-weight: 600;
  border-bottom: 1px solid #aeb3a2;
  padding: 8px 0;
}
.nav-link .ui-icon {
  margin-left: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 72px;
  padding: 66px 0 76px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #718446;
  border-radius: 50%;
  display: inline-block;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.8vw, 92px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -4px;
  margin: 26px 0;
}
.hero h1 em {
  font-weight: 400;
  color: #677749;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: #676c60;
  max-width: 385px;
  margin: 0 0 29px;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  background: #303a2c;
  color: #fffef7;
  font-size: 14px;
  font-weight: 600;
  padding: 19px 23px;
  border-radius: 4px;
  transition: background 0.15s;
}
.primary-link:hover {
  background: #506044;
}
.primary-link .ui-icon {
  margin-left: 12px;
}
.access-note {
  font-size: 11px;
  color: #767a6e;
  margin: 15px 0 0;
}
.hero-art {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 700;
  margin: 0 0 13px;
  color: #757864;
}
.art-label > svg {
  color: #71834f;
}
.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 120px 120px 3px 3px;
  background: #e7e8db;
}
.hero-art figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #74776b;
  margin-top: 15px;
}
.hero-art figcaption > svg {
  color: #71834f;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dcded2;
  border-bottom: 1px solid #dcded2;
  padding: 35px 0 39px;
  gap: 44px;
}
.principles article + article {
  border-left: 1px solid #dcded2;
  padding-left: 35px;
}
.principle-number {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #818673;
}
.principles h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin: 18px 0 10px;
}
.principles p {
  font-size: 13px;
  color: #73786b;
  line-height: 1.8;
  margin: 0;
  max-width: 270px;
}
.quiet-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  padding: 60px 0;
}
.quiet-note h2 {
  font:
    400 30px Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.7px;
  margin: 17px 0 12px;
}
.quiet-note p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #73786b;
}
.faq {
  border-top: 1px solid #d5d8ca;
  border-bottom: 1px solid #d5d8ca;
  padding: 6px 0;
}
.faq summary {
  border: 0;
  width: 100%;
  padding: 17px 0;
  background: none;
  text-align: left;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: inherit;
}
.faq summary .faq-icon {
  color: #7f886e;
}
.faq p {
  margin: 0 0 17px;
  max-width: 380px;
}
.site-footer {
  border-top: 1px solid #dcded2;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 0 38px;
  font-size: 11px;
  color: #818675;
}
.footer-wordmark {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #454d3a;
}
.early-access {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 1.7px;
}
.not-found-main {
  min-height: min(690px, calc(100svh - 190px));
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  padding: 52px 0 68px;
}
.not-found-copy .eyebrow {
  color: #74796b;
}
.not-found-code {
  color: #748747;
  font:
    400 clamp(100px, 13vw, 158px) / 0.82 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.1em;
  margin: 34px 0 26px -8px;
}
.not-found-copy h1 {
  font:
    400 clamp(48px, 5.5vw, 70px) / 1.08 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -2.6px;
  margin: 0;
}
.not-found-description {
  color: #676c60;
  font-size: 15px;
  line-height: 1.8;
  max-width: 370px;
  margin: 20px 0 27px;
}
.not-found-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 26px;
}
.not-found-secondary {
  color: #53673c;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #aeb3a2;
  padding: 8px 0;
}
.not-found-art {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.not-found-art img {
  display: block;
  width: 100%;
  max-height: 510px;
  object-fit: cover;
  border-radius: 140px 140px 3px 3px;
  background: #e7e8db;
}
.not-found-art figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #74776b;
  margin-top: 15px;
}
.not-found-art figcaption > svg {
  color: #71834f;
}
.owner-greeting {
  margin: 42px 0 28px;
  font:
    400 clamp(42px, 5vw, 58px) / 1.08 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -2px;
}
.owner-dashboard {
  width: min(calc(100% - 48px), 1000px);
  margin: 0 auto 90px;
}
.owner-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #dcded2;
  margin-bottom: 24px;
}
.owner-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 13px 15px;
  color: #626b58;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.owner-nav-link[aria-current="page"] {
  border-bottom-color: #718446;
  color: #34402d;
}
.owner-content {
  width: 100%;
  margin: 0;
  padding: 34px;
  background: #fffef9;
  border: 1px solid #e2e3d7;
  border-radius: 9px;
}
.owner-content > section + section {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #e2e3d7;
}
.owner-content h2 {
  font:
    400 28px Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 18px;
}
.owner-content h3 {
  font:
    400 24px Georgia,
    "Times New Roman",
    serif;
}
.owner-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #6a7061;
}
.owner-content label {
  display: block;
  font-size: 12px;
  color: #515d45;
  margin: 18px 0 9px;
}
.owner-content input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  border: 1px solid #ccd1c1;
  border-radius: 4px;
  padding: 13px;
  background: #fffefb;
  color: #292c27;
}
.owner-content select {
  display: block;
  width: 100%;
  border: 1px solid #ccd1c1;
  border-radius: 4px;
  padding: 13px;
  background: #fffefb;
  color: #292c27;
  font: inherit;
}
.owner-content button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d1d6c4;
  border-radius: 4px;
  margin: 14px 0;
  background: #34402d;
  color: #fffef7;
  font-size: 13px;
  font-weight: 600;
}
.owner-content button:hover {
  background: #506044;
}
.owner-content button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.owner-content fieldset {
  border: 1px solid #d8dccf;
  padding: 12px 18px;
  margin: 20px 0;
}
.owner-content legend {
  font-size: 12px;
}
.owner-content fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.owner-content input[type="checkbox"] {
  accent-color: #536c3e;
  width: 17px;
  height: 17px;
}
.owner-content details {
  border: 1px solid #dedfce;
  background: #f3f4e9;
  padding: 17px;
  border-radius: 4px;
  margin: 24px 0;
}
.owner-content summary {
  font-size: 13px;
  cursor: pointer;
}
.owner-content code,
.owner-content output {
  word-break: break-all;
  font-size: 12px;
}
.owner-content li {
  padding: 5px 0;
}
.owner-content [role="alert"] {
  border-left: 3px solid #ad4b31;
  padding: 10px 14px;
  background: #fff0e7;
  color: #853c28;
}
.owner-content [role="status"] {
  padding: 12px;
  background: #edf2de;
  color: #53673c;
}
.owner-overview > p {
  margin-top: 0;
}
.owner-page-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 25px;
}
.owner-page-cards a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 94px;
  padding: 18px;
  border: 1px solid #d8dccf;
  border-radius: 5px;
  background: #fbfcf6;
  color: #43533a;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}
.owner-page-cards a:hover {
  border-color: #9aa987;
  background: #f4f6ec;
  transform: translateY(-2px);
}
.owner-page-cards strong,
.owner-page-cards small {
  display: block;
}
.owner-page-cards strong {
  font-size: 13px;
}
.owner-page-cards small {
  margin-top: 7px;
  color: #73786e;
  font-size: 11px;
  line-height: 1.5;
}
.owner-workspace-picker {
  margin: 18px 0 24px;
}
.owner-workspace-picker > p {
  margin: 0;
  color: #515d45;
  font-size: 13px;
  font-weight: 600;
}
.pairing-confirmation,
.device-credential {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #d8dccf;
  border-radius: 5px;
  background: #f7f8f0;
}
.pairing-confirmation h3,
.device-credential h3 {
  margin-top: 0;
}
.pairing-confirmation > code,
.device-credential output {
  display: block;
  padding: 13px;
  border: 1px solid #e0e3d8;
  border-radius: 4px;
  background: #fffefb;
}
.device-credential label {
  margin-top: 20px;
}
.device-setup-steps {
  padding-left: 21px;
  color: #515d45;
  font-size: 13px;
  line-height: 1.8;
}
.device-setup-steps code {
  padding: 2px 4px;
  border-radius: 3px;
  background: #ebeee2;
}
@media (min-width: 1500px) {
  .hero h1 {
    font-size: 96px;
  }
}
@media (max-width: 900px) {
  .site-shell {
    padding: 0 32px;
  }
  .hero {
    gap: 32px;
    padding: 48px 0;
  }
  .hero h1 {
    font-size: 66px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 14px;
  }
  .principles {
    gap: 24px;
  }
  .principles article + article {
    padding-left: 24px;
  }
  .principles h2 {
    font-size: 21px;
  }
  .header-note {
    display: none;
  }
  .quiet-note {
    gap: 35px;
  }
  .not-found-main {
    gap: 32px;
  }
  .not-found-copy h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .site-shell {
    padding: 0 24px;
  }
  .site-header {
    height: 87px;
  }
  .wordmark {
    font-size: 40px;
  }
  .nav-link {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 37px 0 42px;
  }
  .hero h1 {
    font-size: 66px;
    line-height: 1.05;
    letter-spacing: -3px;
    margin: 24px 0;
  }
  .hero-description {
    font-size: 15px;
    max-width: 340px;
  }
  .hero-art {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found-main {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 0 44px;
  }
  .not-found-code {
    font-size: 118px;
    margin: 29px 0 23px -5px;
  }
  .not-found-copy h1 {
    font-size: 57px;
    letter-spacing: -2px;
  }
  .not-found-description {
    font-size: 14px;
    max-width: 340px;
  }
  .not-found-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .not-found-art {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found-art img {
    max-height: 440px;
    object-fit: cover;
    object-position: center 38%;
  }
  .hero-art img {
    max-height: 440px;
    object-fit: cover;
    object-position: center 38%;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 31px 0;
  }
  .principles article + article {
    border-left: 0;
    border-top: 1px solid #dcded2;
    padding: 25px 0 0;
  }
  .principles h2 {
    font-size: 25px;
    margin: 12px 0 9px;
  }
  .principles p {
    max-width: 100%;
  }
  .quiet-note {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 0;
  }
  .quiet-note h2 {
    font-size: 27px;
  }
  .site-footer {
    gap: 16px;
    flex-wrap: wrap;
  }
  .early-access {
    display: none;
  }
  .owner-greeting {
    margin: 34px 0 24px;
  }
  .owner-content {
    padding: 24px;
  }
  .primary-link {
    width: 100%;
    max-width: 320px;
  }
  .not-found-secondary {
    margin-left: 2px;
  }
}
.faq summary {
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq[open] summary .faq-icon {
  transform: rotate(45deg);
}

[data-testid="vault-ui"] {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d8d8ca;
}
.vault-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
[data-testid="vault-assets"] {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
[data-testid="vault-assets"] > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2d7;
  padding: 1rem 0;
}
[data-testid="vault-assets"] > li > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
[data-testid="vault-assets"] code {
  font-size: 0.85rem;
}

.gallery-date-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 1rem;
  margin: 1.5rem 0;
}
.gallery-date-filter label {
  display: grid;
  gap: 0.35rem;
}
.storefront {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 64px 96px;
}
.creator-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #dcded2;
}
.creator-wordmark {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -4px;
}
.creator-name {
  color: #73786b;
  font-size: 14px;
  border-left: 1px solid #dcded2;
  padding-left: 24px;
}
.creator-dashboard-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #53673c;
}
.gallery-date-filter,
.gallery-tag-search {
  border: 0;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 18px;
}
.gallery-tag-search {
  align-items: center;
  margin-top: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #dcded2;
}
.gallery-date-filter label,
.gallery-tag-search label {
  color: #68705f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gallery-date-filter select,
.gallery-date-filter input,
.gallery-tag-search input {
  border: 1px solid #ccd1c1;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fffefb;
  color: #292c27;
}
.gallery-tag-search input {
  min-width: 260px;
}
.gallery-tag-autocomplete {
  position: relative;
  flex: 1 1 260px;
  min-width: 0;
}
.gallery-tag-autocomplete input {
  box-sizing: border-box;
  width: 100%;
}
.gallery-tag-suggestions {
  position: absolute;
  z-index: 20;
  display: grid;
  gap: 6px;
  top: calc(100% + 12px);
  right: 0;
  left: 0;
  max-height: 280px;
  margin: 0;
  padding: 4px;
  overflow-y: auto;
  list-style: none;
  border: 1px solid #ccd1c1;
  border-radius: 4px;
  background: #fffefb;
  box-shadow: 0 8px 22px rgb(32 38 25 / 14%);
}
.gallery-tag-suggestion {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #292c27;
  text-align: left;
  cursor: pointer;
}
.gallery-tag-suggestion:hover,
.gallery-tag-suggestion.is-highlighted {
  background: #edf0e6;
}
.gallery-tag-suggestion:focus-visible {
  outline: 2px solid #53673c;
  outline-offset: -2px;
}
.gallery-tag-suggestion-name {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery-tag-suggestion-count {
  flex: 0 0 auto;
  color: #68705f;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.gallery-tag-search .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.gallery-date-filter button,
.gallery-tag-search button,
.load-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #cbd1bf;
  border-radius: 4px;
  padding: 10px 14px;
  background: transparent;
  color: #53673c;
  cursor: pointer;
}
.gallery {
  min-height: 180px;
}
.gallery-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}
.gallery-card {
  position: relative;
  display: block;
  min-width: 0;
}
.gallery-card-link {
  display: block;
  cursor: pointer;
  transition: filter 220ms ease;
}
.gallery-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}
.gallery-card img,
.locked-art {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  background: #e7e8db;
}
.locked-art {
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 24px;
  background: #e4e6d9;
  color: #536046;
  text-align: center;
}
.locked-badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.locked-title {
  font:
    400 22px Georgia,
    "Times New Roman",
    serif;
}
.card-meta {
  display: block;
  margin-top: 12px;
  color: #74796b;
  font-size: 11px;
}
.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  font-size: 11px;
}
.gallery-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid;
  border-radius: 0.45rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.gallery-tag-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    filter 120ms ease,
    transform 120ms ease,
    box-shadow 120ms ease;
}
.gallery-tag-link:hover,
.gallery-tag-link:focus-visible {
  border-color: #8da76d;
  background-color: #fffef7;
  box-shadow: 0 0 0 2px rgb(83 103 60 / 0.3);
  color: #34402d;
  filter: none;
  transform: translateY(-1px);
}
.gallery-tag-link:active {
  transform: translateY(0);
}
.gallery-tag-confidence {
  opacity: 0.72;
  font-size: 0.66rem;
  font-weight: 500;
}
.gallery-tag-badge-high {
  border-color: #b9d8bd;
  background: #edf8ee;
  color: #35633c;
}
.gallery-tag-badge-medium-high {
  border-color: #bdd7e9;
  background: #eef7fc;
  color: #315f78;
}
.gallery-tag-badge-medium {
  border-color: #ead6a1;
  background: #fff8e4;
  color: #806328;
}
.gallery-tag-badge-low {
  border-color: #d7dbd0;
  background: #f1f3ee;
  color: #687060;
}
.gallery-card-footer {
  display: block;
}
.gallery-masonry-item {
  display: contents;
}
.load-more {
  margin: 28px auto 0;
  justify-self: center;
}
.creator-storefront .gallery-track {
  visibility: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: 28px;
  align-content: start;
  align-items: start;
}
.creator-storefront .gallery-track[data-masonry="ready"] {
  visibility: visible;
  grid-template-columns: repeat(var(--masonry-tracks), minmax(0, 1fr));
  grid-auto-rows: 1px;
  row-gap: 0;
  column-gap: 28px;
}
.creator-storefront .gallery-masonry-item {
  display: block;
  min-width: 0;
  width: 100%;
}
.creator-storefront .gallery-card {
  margin-bottom: 0;
  overflow: clip;
}
.creator-storefront .gallery-card-media {
  border-radius: 4px;
  background: #e7e8db;
}
.creator-storefront .gallery-card img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.creator-storefront .gallery-card-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 14px 14px;
  color: #fffef7;
  background: linear-gradient(
    0deg,
    rgb(24 29 19 / 0.94) 0%,
    rgb(24 29 19 / 0.84) 48%,
    rgb(24 29 19 / 0.4) 82%,
    transparent 100%
  );
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}
.creator-storefront .gallery-card:hover .gallery-card-footer,
.creator-storefront .gallery-card:focus-within .gallery-card-footer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.creator-storefront .card-meta {
  margin-top: 0;
  color: inherit;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.7);
}
.creator-storefront .gallery-tags {
  margin-top: 8px;
}
.creator-storefront .gallery-card-link:focus-visible {
  outline: 3px solid #8da76d;
  outline-offset: 4px;
}
.redeem-form {
  max-width: 620px;
  margin: 48px auto 0;
  padding: 22px 0 0;
  border-top: 1px solid #dcded2;
}
.redeem-form label {
  display: block;
  color: #536046;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.redeem-row {
  display: flex;
  gap: 8px;
}
.redeem-row input {
  flex: 1;
  min-width: 0;
  border: 1px solid #ccd1c1;
  border-radius: 4px;
  padding: 12px;
  background: #fffefb;
}
.redeem-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  background: #34402d;
  color: #fffef7;
  cursor: pointer;
}
.redeem-message,
.detail-note {
  color: #68705f;
  font-size: 13px;
}
.detail {
  max-width: 960px;
  margin: 48px auto 0;
}
.detail > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  background: #e7e8db;
}
.detail > img.detail-image-landscape {
  max-height: none;
  object-fit: initial;
  background: transparent;
}
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.detail-comment {
  max-width: 720px;
  margin: 20px 0 0;
  color: #536046;
  font-size: 17px;
  line-height: 1.6;
  white-space: pre-wrap;
}
.locked-detail {
  max-width: 620px;
  margin: 64px auto;
  padding: 48px;
  background: #fffef9;
  border: 1px solid #e2e3d7;
}
.locked-detail h1 {
  font:
    400 48px Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -1.5px;
}
.creator-profile-form {
  max-width: 620px;
  margin: 28px 0;
  padding: 20px 0;
  border-top: 1px solid #d8dccf;
  border-bottom: 1px solid #d8dccf;
}
@media (max-width: 800px) {
  .storefront {
    padding: 0 24px 64px;
  }
  .creator-header {
    min-height: 87px;
  }
  .creator-wordmark {
    font-size: 40px;
  }
  .creator-name {
    padding-left: 12px;
  }
  .gallery {
    min-height: 180px;
  }
  .gallery-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .gallery-tag-search input {
    min-width: 180px;
  }
}
@media (max-width: 500px) {
  .creator-dashboard-link {
    font-size: 12px;
  }
  .gallery {
    min-height: 180px;
  }
  .gallery-track {
    grid-template-columns: 1fr;
  }
  .locked-detail {
    padding: 28px 22px;
  }
  .locked-detail h1 {
    font-size: 36px;
  }
}
