:root {
  --ink: #090a0a;
  --charcoal: #111313;
  --paper: #d9d7d1;
  --silver: #b9bbb7;
  --wine: #661c24;
  --line: rgba(217, 215, 209, 0.18);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

::selection {
  background: var(--wine);
  color: white;
}

main {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.035), transparent 24rem),
    var(--ink);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 28px 4vw;
  border-bottom: 1px solid var(--line);
}

.brand {
  width: max-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.11em;
  line-height: 0.78;
}

.brand span {
  display: block;
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  letter-spacing: 0.58em;
}

.site-header nav {
  display: flex;
  gap: 42px;
  color: #b6b4ae;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header nav a,
.text-link,
footer a {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.text-link:hover,
footer a:hover {
  color: white;
}

.header-action {
  justify-self: end;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-action span,
.text-link span {
  margin-left: 10px;
  color: #83857f;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100svh;
  padding: 120px 4vw 54px;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.1;
  mix-blend-mode: screen;
}

.hero-copy {
  z-index: 1;
  align-self: center;
  padding: 8vh 4vw 5vh 2vw;
}

.eyebrow {
  margin: 0 0 26px;
  color: #8d8d88;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.manifesto blockquote,
.closing h2,
.preorder-modal h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(64px, 7.7vw, 126px);
  letter-spacing: -0.065em;
  line-height: 0.78;
}

.hero h1 em,
.closing h2 em {
  color: #7f817d;
  font-weight: 400;
}

.hero-note {
  max-width: 475px;
  margin: 40px 0 0 28%;
  color: #9a9994;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 36px 0 0 28%;
}

.primary-button {
  min-height: 52px;
  padding: 0 27px;
  border: 1px solid #bbb9b2;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.primary-button:hover {
  background: transparent;
  color: var(--paper);
  transform: translateY(-2px);
}

.text-link {
  border-bottom: 1px solid #6d6e6a;
  padding: 10px 0 8px;
  color: #b6b5b0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 70vh;
}

.arch-frame {
  position: relative;
  width: min(34vw, 570px);
  aspect-ratio: 0.74;
  overflow: hidden;
  background: #101111;
  border-radius: 48% 48% 3px 3px;
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.6);
}

.arch-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  content: "";
}

.arch-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: contrast(1.06) saturate(0.78);
  transform: scale(1.08);
}

.vertical-mark {
  position: absolute;
  right: 2%;
  color: #656762;
  font-size: 8px;
  letter-spacing: 0.36em;
  writing-mode: vertical-rl;
}

.metal-label {
  position: absolute;
  bottom: 7%;
  left: 2%;
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: #777974;
  font-family: Georgia, serif;
  font-size: 11px;
}

.scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 4vw;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #6f706c;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scroll-cue i {
  display: block;
  width: 70px;
  height: 1px;
  background: #454743;
}

.section-shell {
  padding: 130px 6vw;
}

.collection {
  border-top: 1px solid var(--line);
  background: #0d0e0e;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: end;
  margin-bottom: 95px;
}

.section-heading .eyebrow {
  align-self: start;
}

.section-heading h2 {
  font-size: clamp(58px, 8vw, 130px);
  letter-spacing: -0.055em;
  line-height: 0.8;
}

.section-heading > p:last-child {
  max-width: 300px;
  margin: 0 0 4px auto;
  color: #848580;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10vw 2.4vw;
}

.product-card {
  grid-column: span 5;
}

.product-card:nth-child(even) {
  grid-column: 7 / span 6;
  margin-top: 20vh;
}

.product-card:nth-child(3) {
  grid-column: 2 / span 5;
}

.product-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 0.88;
  overflow: hidden;
  border: 0;
  background: #151616;
  cursor: pointer;
}

.product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transition:
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 500ms ease;
}

.product-image:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.035);
}

.card-4 .product-image {
  background:
    radial-gradient(circle at 50% 48%, #202121 0, #121313 58%, #0d0e0e 100%);
}

.card-4 .product-image img {
  object-fit: contain;
  padding: 5%;
  filter: saturate(0.65) contrast(1.08) brightness(0.9);
}

.card-4 .product-image:hover img {
  filter: saturate(0.8) contrast(1.1) brightness(0.96);
  transform: scale(1.025);
}

.image-index,
.image-action {
  position: absolute;
  z-index: 1;
  top: 18px;
  padding: 7px 9px;
  background: rgba(9, 10, 10, 0.78);
  color: #babbb7;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.image-index {
  left: 18px;
}

.image-action {
  right: 18px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-image:hover .image-action {
  opacity: 1;
}

.product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #3d3e3a;
}

.product-meta h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.product-meta p {
  margin: 0;
  color: #747570;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.8fr;
  gap: 5vw;
  align-items: center;
  min-height: 95vh;
  padding: 140px 8vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 50%, rgba(102, 28, 36, 0.22), transparent 28%),
    #0a0b0b;
}

.manifesto-number {
  align-self: start;
  color: #555651;
  font-family: Georgia, serif;
  font-size: 76px;
}

.manifesto blockquote {
  max-width: 850px;
  font-size: clamp(35px, 4.4vw, 70px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.manifesto-copy > p:last-child {
  max-width: 530px;
  margin: 45px 0 0 auto;
  color: #858680;
  font-size: 13px;
  line-height: 1.8;
}

.manifesto-seal {
  position: relative;
  display: grid;
  place-items: center;
  width: min(16vw, 230px);
  aspect-ratio: 1;
  border: 1px solid #4f3033;
  border-radius: 50%;
  color: #7c444a;
}

.manifesto-seal::before,
.manifesto-seal::after {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #42272a;
  content: "";
  transform: rotate(45deg);
}

.manifesto-seal::after {
  width: 42%;
  height: 42%;
}

.manifesto-seal span {
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 64px;
}

.details {
  background: var(--paper);
  color: var(--ink);
}

.details .eyebrow {
  color: #555650;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border-top: 1px solid #aaa8a1;
  border-bottom: 1px solid #aaa8a1;
}

.detail-grid article {
  min-height: 300px;
  padding: 35px;
  border-right: 1px solid #aaa8a1;
}

.detail-grid article:last-child {
  border-right: 0;
}

.detail-grid span {
  color: #77766f;
  font-family: Georgia, serif;
  font-size: 12px;
}

.detail-grid h3 {
  margin: 90px 0 15px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.detail-grid p {
  max-width: 330px;
  margin: 0;
  color: #575853;
  font-size: 13px;
  line-height: 1.7;
}

.closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 86vh;
  padding: 140px 5vw;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.7)),
    radial-gradient(ellipse at center, #2a1a1c, #080909 65%);
}

.closing h2 {
  font-size: clamp(62px, 9vw, 145px);
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.closing > p:not(.eyebrow) {
  max-width: 470px;
  margin: 42px 0 32px;
  color: #878883;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.7;
}

.primary-button.light:hover {
  background: transparent;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: 45px 5vw;
  border-top: 1px solid var(--line);
  color: #797a75;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-brand {
  color: var(--paper);
}

footer p {
  margin: 0;
}

footer > a:last-child {
  justify-self: end;
}

.modal-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(9px);
  animation: fade-in 180ms ease both;
}

.preorder-modal {
  position: relative;
  width: min(100%, 580px);
  padding: 56px;
  border: 1px solid #4b4c48;
  background:
    radial-gradient(circle at 100% 0, rgba(102, 28, 36, 0.22), transparent 36%),
    #111212;
  box-shadow: 0 30px 90px black;
  animation: rise-in 260ms ease both;
}

.preorder-modal h2 {
  font-size: 70px;
  letter-spacing: -0.05em;
}

.modal-intro,
.success-state > p:not(.eyebrow) {
  max-width: 390px;
  color: #858680;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: #888984;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
}

form {
  display: grid;
  gap: 20px;
  margin-top: 35px;
}

form label {
  display: grid;
  gap: 8px;
  color: #80817c;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #4a4b47;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #d4d2cc;
  font-size: 14px;
}

select option {
  background: #111212;
}

input:focus,
select:focus {
  border-color: #b3b1aa;
}

form .primary-button {
  margin-top: 12px;
}

.privacy-note {
  margin: 18px 0 0;
  color: #565752;
  font-size: 8px;
}

.success-state {
  padding: 35px 0;
  text-align: center;
}

.success-state > span {
  display: block;
  margin-bottom: 25px;
  color: #8a4a51;
  font-size: 34px;
}

.success-state .primary-button {
  margin-top: 25px;
}

.admin-shell {
  min-height: 100svh;
  padding: 0 4vw 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(102, 28, 36, 0.2), transparent 32rem),
    #090a0a;
}

.admin-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.admin-header > div {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #6f706c;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-header > div a {
  color: #b7b6b0;
}

.admin-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 85px 0 55px;
}

.admin-intro h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 9vw, 132px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.76;
}

.period-switcher {
  display: flex;
  border: 1px solid var(--line);
}

.period-switcher a {
  padding: 13px 17px;
  border-right: 1px solid var(--line);
  color: #767772;
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.period-switcher a:last-child {
  border-right: 0;
}

.period-switcher a.active {
  background: var(--paper);
  color: var(--ink);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric-grid article {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-grid article > span,
.metric-grid small {
  color: #696a65;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.metric-grid strong {
  margin: auto 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.2vw, 82px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.admin-panel {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(17, 19, 19, 0.64);
}

.chart-panel {
  margin-top: 30px;
}

.panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.panel-heading.compact {
  min-height: 80px;
}

.panel-heading .eyebrow {
  margin-bottom: 12px;
}

.panel-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.chart-legend {
  display: flex;
  gap: 20px;
  color: #747570;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chart-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chart-legend i {
  width: 8px;
  height: 8px;
  background: var(--paper);
}

.chart-legend span:last-child i {
  background: var(--wine);
}

.bar-chart {
  display: flex;
  align-items: stretch;
  gap: clamp(5px, 1vw, 16px);
  height: 330px;
  margin-top: 45px;
  overflow-x: auto;
}

.bar-column {
  display: grid;
  grid-template-rows: 1fr auto;
  flex: 1 0 20px;
  min-width: 20px;
}

.bar-values {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  min-height: 250px;
  border-bottom: 1px solid #343632;
}

.bar {
  display: block;
  width: min(42%, 18px);
  min-height: 4px;
  background: var(--paper);
}

.bar.visitors {
  background: var(--wine);
}

.bar-column time {
  padding-top: 13px;
  color: #5f605c;
  font-size: 7px;
  text-align: center;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: #666762;
  text-align: center;
}

.empty-state span {
  font-family: Georgia, serif;
  font-size: 42px;
}

.empty-state p {
  margin: -80px 0 0;
  font-family: Georgia, serif;
}

.admin-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.data-rows {
  margin-top: 20px;
}

.data-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr auto;
  gap: 18px;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.data-row span {
  overflow: hidden;
  color: #9a9994;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-row i {
  display: block;
  max-width: 100%;
  height: 2px;
  background: #5f3035;
}

.data-row strong {
  color: #bbb9b2;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.rows-empty {
  display: grid;
  place-items: center;
  min-height: 210px;
  border-top: 1px solid var(--line);
  color: #60615d;
  font-family: Georgia, serif;
  font-size: 13px;
}

.admin-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  color: #646560;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-footer a {
  color: #aaa9a3;
}

.admin-login {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 20px;
  background:
    radial-gradient(circle at 75% 20%, rgba(102, 28, 36, 0.24), transparent 28rem),
    var(--ink);
}

.admin-login-card {
  width: min(100%, 460px);
  padding: 52px;
  border: 1px solid var(--line);
  background: #111212;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}

.admin-login-card h1 {
  margin: 34px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.admin-login-card > p {
  color: #777873;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.admin-login-card .login-error {
  color: #b5626c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-login-card form {
  margin-top: 28px;
}

.admin-login-card .brand {
  display: block;
}

.preorder-table {
  width: 100%;
  margin-top: 22px;
  border-collapse: collapse;
  font-size: 11px;
}

.preorder-table th,
.preorder-table td {
  padding: 14px 10px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.preorder-table th {
  color: #666762;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.preorder-table td {
  color: #aaa9a3;
}

.preorder-table a {
  color: #d0cec8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }

  .hero-copy {
    padding: 7vh 0 40px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 105px);
  }

  .hero-note,
  .hero-actions {
    margin-left: 0;
  }

  .hero-visual {
    min-height: 75svh;
  }

  .arch-frame {
    width: min(80vw, 520px);
  }

  .scroll-cue {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-heading > p:last-child {
    margin-left: 0;
  }

  .manifesto {
    grid-template-columns: 0.35fr 2fr;
  }

  .manifesto-seal {
    display: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 22px 20px;
  }

  .header-action {
    font-size: 9px;
  }

  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-note {
    margin-top: 30px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 27px;
  }

  .section-shell {
    padding: 95px 20px;
  }

  .section-heading {
    margin-bottom: 60px;
  }

  .product-grid {
    display: block;
  }

  .product-card,
  .product-card:nth-child(even),
  .product-card:nth-child(3) {
    margin: 0 0 70px;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .manifesto {
    display: block;
    min-height: auto;
    padding: 100px 20px;
  }

  .manifesto-number {
    margin-bottom: 55px;
    font-size: 50px;
  }

  .manifesto-copy > p:last-child {
    margin-top: 35px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .detail-grid article {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid #aaa8a1;
  }

  .detail-grid article:last-child {
    border-bottom: 0;
  }

  .detail-grid h3 {
    margin-top: 60px;
  }

  .closing {
    min-height: 75vh;
    padding: 100px 20px;
  }

  footer {
    grid-template-columns: 1fr auto;
    gap: 30px;
    padding: 35px 20px;
  }

  footer p {
    display: none;
  }

  .preorder-modal {
    padding: 55px 24px 30px;
  }

  .preorder-modal h2 {
    font-size: 54px;
  }

  .admin-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .admin-header > div span {
    display: none;
  }

  .admin-intro {
    align-items: flex-start;
    flex-direction: column;
    padding: 65px 0 40px;
  }

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

  .metric-grid article {
    min-height: 170px;
    padding: 18px;
  }

  .admin-panel {
    padding: 20px;
  }

  .panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .bar-chart {
    height: 280px;
  }

  .bar-values {
    min-height: 210px;
  }

  .admin-two-column {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
  }

  .admin-login-card {
    padding: 42px 24px;
  }

  .preorder-table {
    display: block;
    overflow-x: auto;
  }

  .data-row {
    grid-template-columns: minmax(90px, 1fr) 2fr auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
