:root {
  --ink: #23344d;
  --cream: #fffaf2;
  --peach: #ffd7c7;
  --yellow: #ffe478;
  --mint: #bfe6d7;
  --lilac: #d9c9fa;
  --coral: #f57d71;
  --blue: #3769c8;
  --radius: 26px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
}
.announcement {
  background: var(--ink);
  color: #fffaf2;
  text-align: center;
  padding: 11px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.announcement span {
  color: var(--yellow);
  margin-left: 8px;
}
header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid #ece5da;
  background: #fffdf9;
  position: sticky;
  top: 0;
  z-index: 5;
}
.brand {
  color: var(--ink);
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 23px;
  text-decoration: none;
  letter-spacing: -1px;
}
.brand em {
  font-weight: 600;
  font-size: 16px;
}
nav {
  display: flex;
  gap: 32px;
}
nav a,
footer a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.cart-button {
  border: 0;
  background: var(--yellow);
  border-radius: 100px;
  padding: 12px 18px;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}
.cart-button span {
  background: var(--ink);
  color: white;
  border-radius: 50%;
  padding: 1px 6px;
  margin-left: 5px;
}
.hero {
  min-height: 600px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  padding: 55px clamp(24px, 9vw, 150px) 45px;
  background: linear-gradient(100deg, #ffe7df 0%, #ffe7df 48%, #e7dcff 48%);
}
.hero-copy {
  z-index: 1;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
  color: #526176;
}
h1,
h2,
h3 {
  font-family: Fraunces, serif;
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(47px, 5.4vw, 78px);
}
h2 {
  font-size: clamp(34px, 4vw, 55px);
}
h3 {
  font-size: 27px;
}
.intro {
  font-size: 18px;
  line-height: 1.55;
  max-width: 430px;
  margin: 25px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  border: 0;
  border-radius: 50px;
  padding: 16px 22px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.primary {
  background: var(--ink);
  color: white;
}
.dark {
  background: var(--ink);
  color: white;
}
.button span {
  font-size: 21px;
}
.tiny {
  font-size: 12px;
  color: #5c6877;
  margin-top: 16px;
}
.hero-art {
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art .blob {
  position: absolute;
  width: 480px;
  height: 430px;
  border-radius: 48% 52% 50% 43%;
  background: var(--yellow);
  transform: rotate(-9deg);
}
.hero-art img {
  position: relative;
  max-width: 620px;
  width: 110%;
  mix-blend-mode: multiply;
}
.float-note {
  position: absolute;
  z-index: 2;
  padding: 12px 18px;
  border-radius: 16px;
  font-family: Fraunces, serif;
  font-weight: 600;
  box-shadow: 0 8px 20px #20355218;
}
.yellow {
  background: var(--yellow);
  top: 20%;
  right: 5%;
  transform: rotate(7deg);
}
.blue {
  background: var(--blue);
  color: #fff;
  bottom: 13%;
  left: 5%;
  transform: rotate(-6deg);
}
.welcome {
  text-align: center;
  padding: 110px 24px 100px;
  max-width: 790px;
  margin: auto;
}
.welcome i {
  color: var(--coral);
  font-weight: 600;
}
.welcome > p:last-child {
  max-width: 570px;
  line-height: 1.65;
  margin: 25px auto 0;
  color: #536176;
}
.shop,
.products {
  padding: 0 clamp(24px, 7vw, 112px) 105px;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}
.section-head > p {
  max-width: 340px;
  line-height: 1.55;
  color: #526176;
  margin: 0;
}
.collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.collection {
  padding: 25px;
  border-radius: var(--radius);
  min-height: 430px;
  position: relative;
}
.peach {
  background: var(--peach);
}
.lavender {
  background: var(--lilac);
}
.mint {
  background: var(--mint);
}
.age {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.collection-illus {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 42px;
}
.collection-illus > span {
  position: absolute;
  top: 18px;
  left: 25px;
}
.collection-illus b {
  position: absolute;
  bottom: 10px;
  right: 28px;
}
.mini-book {
  background: #ffe85d;
  border: 4px solid var(--ink);
  box-shadow: 7px 8px 0 #23344d2b;
  padding: 32px 20px;
  text-align: center;
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9;
  transform: rotate(-8deg);
}
.mini-book.dark {
  background: var(--blue);
  color: #fff;
  transform: rotate(8deg);
}
.mini-book.green {
  background: #54ae95;
  color: #fff;
  transform: rotate(-4deg);
}
.collection h3 {
  font-size: 29px;
}
.collection p {
  line-height: 1.5;
  font-size: 14px;
  min-height: 43px;
}
.collection a {
  font-size: 14px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}
.collection a span {
  font-size: 20px;
  margin-left: 8px;
}
.products {
  background: #fffdf9;
  padding-top: 92px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter {
  border: 1px solid #d9d7d1;
  background: #fff;
  border-radius: 30px;
  padding: 10px 13px;
  color: var(--ink);
  cursor: pointer;
}
.filter.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cover {
  aspect-ratio: 4/5;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 7px solid #fff;
  box-shadow: 0 5px 15px #20355216;
  position: relative;
}
.cover span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cover strong {
  font-family: Fraunces, serif;
  line-height: 0.91;
  font-size: 25px;
  margin: 10px 0;
}
.cover i {
  font-size: 44px;
  font-style: normal;
}
.coral {
  background: var(--coral);
  color: #fff;
}
.sky {
  background: #9ed9ee;
}
.lilac {
  background: #c6afec;
}
.yellow {
  background: var(--yellow);
}
.product-info p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 16px 0 8px;
}
.product-info h3 {
  font-size: 21px;
  min-height: 45px;
}
.product-info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
}
.product-info button {
  background: none;
  border: 1px solid var(--ink);
  border-radius: 50px;
  padding: 8px 11px;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}
.bundle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 35px;
  background: var(--yellow);
  padding: 80px clamp(24px, 10vw, 170px);
  overflow: hidden;
}
.bundle p:not(.eyebrow) {
  line-height: 1.55;
  max-width: 350px;
}
.bundle-books {
  height: 320px;
  position: relative;
}
.bundle-cover {
  position: absolute;
  width: 145px;
  height: 210px;
  border: 5px solid var(--ink);
  padding: 72px 10px;
  text-align: center;
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 0.9;
  box-shadow: 8px 9px 0 #23344d26;
}
.one {
  background: var(--coral);
  color: #fff;
  transform: rotate(-15deg);
  left: 35px;
  top: 30px;
}
.two {
  background: var(--lilac);
  transform: rotate(6deg);
  left: 170px;
  top: 48px;
}
.three {
  background: var(--mint);
  transform: rotate(19deg);
  right: 30px;
  top: 10px;
}
.save {
  position: absolute;
  right: 10px;
  bottom: 18px;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(12deg);
}
.promise {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 25px;
  padding: 105px clamp(24px, 9vw, 150px);
  background: #fffdf9;
}
.promise-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--peach);
  font-size: 28px;
}
.promise-points {
  border-left: 1px solid #dbdbd6;
  padding-left: 30px;
}
.promise-points p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding: 90px 24px;
  background: var(--lilac);
}
.lumi-face {
  width: 220px;
  height: 220px;
  border-radius: 48% 48% 44% 44%;
  background: #9e735c;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 74px;
  box-shadow: inset 0 0 0 22px #765444;
}
.about > div:last-child {
  max-width: 420px;
}
.about p:not(.eyebrow) {
  line-height: 1.55;
}
.signature {
  font-family: Fraunces, serif;
  font-style: italic;
  font-size: 19px;
}
footer {
  padding: 54px clamp(24px, 7vw, 112px);
  background: var(--ink);
  color: #fffaf2;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 25px;
  align-items: start;
}
footer .brand,
footer a {
  color: #fffaf2;
}
footer p {
  font-size: 14px;
  color: #d5dee9;
  margin: 6px 0;
}
footer div {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
footer small {
  grid-column: 1/-1;
  color: #a8b5c6;
  margin-top: 20px;
}
.cart {
  position: fixed;
  z-index: 20;
  right: -430px;
  top: 0;
  width: min(420px, 100%);
  height: 100vh;
  background: #fffdf9;
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: right 0.3s;
}
.cart.open {
  right: 0;
}
.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e3dc;
  padding-bottom: 20px;
}
.cart-head h2 {
  font-size: 29px;
}
.cart-head button,
.dialog-close {
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.cart-items {
  overflow: auto;
}
.cart-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 17px 0;
  border-bottom: 1px solid #eee;
}
.cart-row p {
  margin: 0;
  font-weight: 700;
}
.cart-row small {
  color: #667;
}
.remove {
  border: 0;
  background: none;
  color: #a24f49;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.empty {
  color: #687587;
}
.cart-foot {
  margin-top: auto;
  border-top: 1px solid #e6e3dc;
  padding-top: 18px;
}
.total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.wide {
  width: 100%;
  justify-content: space-between;
}
.overlay {
  position: fixed;
  inset: 0;
  background: #24344d55;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
dialog {
  border: 0;
  border-radius: 24px;
  max-width: 470px;
  padding: 34px;
  color: var(--ink);
  box-shadow: 0 20px 70px #1d2b4370;
}
dialog::backdrop {
  background: #24344d66;
}
.dialog-close {
  position: absolute;
  right: 20px;
  top: 12px;
}
.download-card {
  background: var(--mint);
  padding: 16px;
  border-radius: 13px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
  line-height: 1.4;
}
.hidden {
  display: none !important;
}
@media (max-width: 800px) {
  header {
    height: 70px;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 65px;
  }
  .hero-art {
    height: 330px;
    margin-top: 20px;
  }
  .hero-art .blob {
    width: 300px;
    height: 280px;
  }
  .hero-art img {
    width: 440px;
  }
  .float-note {
    display: none;
  }
  .collections,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head,
  .promise {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }
  .bundle {
    grid-template-columns: 1fr;
  }
  .bundle-books {
    height: 270px;
  }
  .promise-points {
    border-left: 0;
    border-top: 1px solid #dbdbd6;
    padding: 20px 0 0;
  }
  .about {
    gap: 30px;
    align-items: start;
  }
  .lumi-face {
    width: 140px;
    height: 140px;
    font-size: 45px;
    flex: none;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer div {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .collections,
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 49px;
  }
  .shop,
  .products {
    padding-bottom: 70px;
  }
  .about {
    flex-direction: column;
  }
  .bundle {
    padding: 65px 25px;
  }
  .bundle-books {
    transform: scale(0.82);
    transform-origin: left;
  }
  .section-head {
    gap: 17px;
  }
}

/* Lumi brand mark and dynamic catalogue */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lumi-logo {
  width: 49px;
  height: 49px;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #23344d12);
}
nav a {
  position: relative;
}
nav a.active::after {
  content: "";
  height: 3px;
  border-radius: 5px;
  background: var(--coral);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
}
.text-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}
.text-link span {
  font-size: 20px;
  margin-left: 6px;
}
.product-description {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
  min-height: 56px;
  color: #687587;
}
.cover.uploaded {
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #f1eee7;
}
.cover.uploaded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mintcover {
  background: var(--mint);
}
.sage {
  background: #9fc6b4;
}
.promise-icon {
  width: 68px;
  height: 68px;
  overflow: hidden;
}
.promise-icon img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.lumi-portrait {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #fff6e8;
  overflow: hidden;
  box-shadow: 0 14px 35px #23344d18;
  flex: none;
}
.lumi-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Dedicated shop */
.shop-hero {
  min-height: 440px;
  background: linear-gradient(110deg, #d9c9fa 0 64%, #ffe478 64%);
  padding: 65px clamp(24px, 11vw, 175px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  overflow: hidden;
}
.shop-hero h1 {
  font-size: clamp(48px, 6vw, 80px);
}
.shop-hero p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.55;
  max-width: 520px;
}
.shop-hero-lumi {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-hero-lumi img {
  width: 345px;
  height: 345px;
  object-fit: contain;
  filter: drop-shadow(0 18px 25px #23344d22);
}
.shop-jump {
  background: #fffdf9;
  padding: 20px clamp(24px, 7vw, 112px);
  display: flex;
  gap: 12px;
  align-items: center;
  position: sticky;
  top: 82px;
  z-index: 4;
  border-bottom: 1px solid #ece5da;
}
.shop-jump span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.shop-jump a {
  color: var(--ink);
  text-decoration: none;
  border: 1px solid #ced3d7;
  border-radius: 50px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.catalogue-section {
  padding: 95px clamp(24px, 7vw, 112px);
  scroll-margin-top: 155px;
}
.catalogue-little {
  background: #fff8f4;
}
.catalogue-brave {
  background: #f5f1fd;
}
.catalogue-calm {
  background: #f0f8f4;
}
.catalogue-bundles {
  background: #fff4c4;
}
.catalogue-section .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.empty-shelf {
  min-height: 180px;
  border: 1px dashed #adb7b8;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #687587;
}
.empty-shelf img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Owner studio */
.admin-body {
  background: #f6f1e9;
}
.admin-header {
  position: static;
  height: 82px;
}
.admin-header .text-link {
  font-size: 14px;
}
.flash {
  max-width: 1050px;
  margin: 20px auto 0;
  padding: 14px 18px;
  border-radius: 13px;
  font-weight: 700;
}
.flash.success {
  background: #ccebdd;
  color: #1d654e;
}
.flash.error {
  background: #ffe0da;
  color: #953e34;
}
.owner-gate {
  min-height: calc(100vh - 82px);
  display: grid;
  place-items: center;
  padding: 35px;
}
.owner-card {
  width: min(480px, 100%);
  background: #fffdf9;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 15px 45px #23344d14;
}
.owner-card > img {
  width: 115px;
  height: 115px;
  object-fit: contain;
  float: right;
  margin: -30px -20px 5px 10px;
}
.owner-card h1 {
  font-size: 42px;
}
.owner-card > p:not(.eyebrow) {
  line-height: 1.55;
  color: #5b6876;
}
.owner-card form {
  display: grid;
  gap: 16px;
  margin-top: 25px;
}
.owner-card label,
.product-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}
.owner-card input,
.product-form input,
.product-form select,
.product-form textarea {
  width: 100%;
  border: 1px solid #cfd1cd;
  border-radius: 11px;
  background: white;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
}
.dashboard {
  max-width: 1180px;
  margin: 0 auto;
  padding: 65px 35px 100px;
}
.dashboard-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.dashboard-title h1 {
  font-size: clamp(42px, 6vw, 68px);
}
.dashboard-title > div > p:last-child {
  color: #5f6b78;
}
.secondary-button {
  border: 1px solid var(--ink);
  background: white;
  border-radius: 50px;
  padding: 10px 15px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 42px 0;
}
.admin-stats div {
  background: white;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
.admin-stats strong {
  font-family: Fraunces, serif;
  font-size: 38px;
}
.admin-stats span {
  color: #65717e;
  font-size: 13px;
}
.admin-panel {
  background: #fffdf9;
  border-radius: 26px;
  padding: 32px;
  margin: 24px 0;
  box-shadow: 0 8px 30px #23344d0c;
  scroll-margin-top: 20px;
}
.admin-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.admin-panel-head h2 {
  font-size: 35px;
}
.product-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.product-form label small {
  color: #7a8490;
  font-weight: 400;
}
.product-form textarea {
  resize: vertical;
  line-height: 1.5;
}
.span-2 {
  grid-column: 1 / -1;
}
.product-form details {
  border: 1px solid #dedfdc;
  border-radius: 14px;
  padding: 15px;
}
.product-form summary {
  font-weight: 700;
  cursor: pointer;
}
.details-grid {
  display: grid;
  grid-template-columns: 2fr 0.7fr 1fr;
  gap: 15px;
  margin-top: 15px;
}
.form-checks {
  display: flex;
  gap: 25px;
  background: #f4f0e9;
  border-radius: 14px;
  padding: 15px;
}
.form-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-checks input {
  width: auto;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.form-actions p {
  font-size: 12px;
  color: #6f7985;
}
.file-ready {
  color: #27725a;
  font-size: 12px;
}
.admin-products {
  display: grid;
  gap: 10px;
}
.admin-products article {
  display: grid;
  grid-template-columns: 58px 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid #e4e2dc;
  border-radius: 15px;
}
.admin-thumb {
  width: 52px;
  height: 60px;
  border-radius: 9px;
  background: var(--lilac);
  display: grid;
  place-items: center;
  font-size: 24px;
  overflow: hidden;
}
.admin-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-product-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.admin-product-name small {
  color: #6b7682;
}
.delete-button {
  border: 0;
  background: transparent;
  color: #a3473f;
  text-decoration: underline;
  cursor: pointer;
}
.admin-products form {
  margin: 0;
}

@media (max-width: 950px) {
  .catalogue-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-hero {
    grid-template-columns: 1fr 0.65fr;
  }
  .shop-hero-lumi img {
    width: 275px;
    height: 275px;
  }
}
@media (max-width: 800px) {
  .lumi-logo {
    width: 43px;
    height: 43px;
  }
  .shop-jump {
    top: 70px;
    overflow: auto;
  }
  .shop-hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .shop-hero-lumi {
    height: 220px;
  }
  .shop-hero-lumi img {
    width: 250px;
    height: 250px;
  }
  .lumi-portrait {
    width: 150px;
    height: 150px;
  }
  .product-description {
    min-height: auto;
  }
  .dashboard {
    padding: 45px 20px;
  }
  .dashboard-title {
    flex-direction: column;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
  .admin-products article {
    grid-template-columns: 52px 1fr auto;
  }
  .admin-products article form {
    grid-column: 2 / -1;
  }
  .admin-products article .delete-button {
    padding-left: 0;
  }
  .admin-header {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .brand span {
    font-size: 19px;
  }
  .brand em {
    font-size: 13px;
  }
  .shop-jump span {
    display: none;
  }
  .catalogue-section .product-grid {
    grid-template-columns: 1fr;
  }
  .product-form {
    grid-template-columns: 1fr;
  }
  .span-2 {
    grid-column: auto;
  }
  .admin-stats {
    grid-template-columns: 1fr;
  }
  .admin-panel {
    padding: 22px 17px;
  }
  .admin-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-checks,
  .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .owner-card {
    padding: 32px 24px;
  }
  .owner-card > img {
    width: 85px;
    height: 85px;
  }
  .admin-products article {
    grid-template-columns: 50px 1fr;
  }
  .admin-products article > a {
    grid-column: 2;
  }
  .shop-hero {
    background: linear-gradient(160deg, #d9c9fa 0 70%, #ffe478 70%);
  }
}
