:root {
  --bg: #070708;
  --bg-2: #0e0d10;
  --bg-3: #15141a;
  --bg-4: #1c1a22;
  --ivory: #f4efe6;
  --ivory-dim: #c9c1b4;
  --ivory-mute: #9b9286;
  --gold: #c9a56a;
  --gold-2: #e4c98a;
  --gold-dim: rgba(201, 165, 106, 0.16);
  --green: #1c3f38;
  --green-2: #2f6a5c;
  --line: rgba(244, 239, 230, 0.08);
  --line-gold: rgba(201, 165, 106, 0.28);
  --danger: #c56b5c;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius: 2px;
  --header: 84px;
  --font-display: "Cormorant Garamond", "Times New Roman", "Songti SC", "Hiragino Mincho ProN", serif;
  --font-sans: "Outfit", "Segoe UI", "PingFang SC", "Hiragino Sans", "Noto Sans Arabic", sans-serif;
  --max: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body.nav-open {
  overflow: hidden;
}

.skip {
  position: absolute;
  left: -999px;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.serif {
  font-family: var(--font-display);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #1a140c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.btn:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(244, 239, 230, 0.28);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-2);
}

.btn-text {
  background: transparent;
  border: 0;
  color: var(--gold);
  min-height: auto;
  padding: 0;
  letter-spacing: 0.16em;
}

.announce {
  background: #101614;
  border-bottom: 1px solid rgba(201, 165, 106, 0.12);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-dim);
}

.announce-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  overflow: auto;
  white-space: nowrap;
}

.announce b {
  color: var(--gold-2);
  font-weight: 500;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 8, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 7, 8, 0.94);
  border-bottom-color: var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header);
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.logo-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-word strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.logo-word span {
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-main {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.nav-main a {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-dim);
}

.nav-main a:hover {
  color: var(--ivory);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn,
.lang-switch {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: var(--ivory);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 220px;
  background: #121117;
  border: 1px solid var(--line-gold);
  padding: 10px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  box-shadow: var(--shadow);
}

.lang-menu.is-open {
  display: grid;
}

.lang-menu a {
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ivory-dim);
}

.lang-menu a:hover,
.lang-menu a.is-current {
  color: var(--gold-2);
  background: var(--gold-dim);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--ivory);
  position: relative;
  margin: 0 auto;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.mobile-drawer {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 124px);
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  align-items: end;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: kenburns 28s ease-out forwards;
}

@keyframes kenburns {
  from {
    transform: scale(1.12) translate3d(0, -12px, 0);
  }
  to {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
}

.hero-grain,
.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grain {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-vignette {
  background:
    linear-gradient(90deg, rgba(7, 7, 8, 0.78) 0%, rgba(7, 7, 8, 0.18) 42%, rgba(7, 7, 8, 0.08) 70%, rgba(7, 7, 8, 0.55) 100%),
    linear-gradient(180deg, rgba(7, 7, 8, 0.18) 0%, rgba(7, 7, 8, 0.08) 38%, rgba(7, 7, 8, 0.88) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 0 88px;
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.hero-kicker::before,
.hero-kicker::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(64px, 10vw, 148px);
  line-height: 0.86;
  letter-spacing: 0.04em;
}

.hero-lede {
  max-width: 560px;
  margin-top: 22px;
  color: var(--ivory-dim);
  font-size: 18px;
  font-weight: 300;
}

.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 34px 0 32px;
}

.hero-specs li {
  min-width: 92px;
}

.hero-specs span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory-mute);
  margin-bottom: 6px;
}

.hero-specs b {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-aside {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--ivory-mute);
  z-index: 2;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ivory-mute);
}

.trust {
  border-block: 1px solid var(--line);
  background: #0b0b0d;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item small {
  display: block;
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 8px;
}

.trust-item p {
  color: var(--ivory-dim);
  font-size: 14px;
}

.section {
  padding: 96px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.95;
  margin-top: 10px;
}

.section-head p {
  max-width: 420px;
  color: var(--ivory-dim);
}

.collections {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
  min-height: 560px;
}

.collection-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: end;
  padding: 28px;
  isolation: isolate;
}

.collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.1s ease;
  z-index: -1;
}

.collection-card:hover img {
  transform: scale(1.06);
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 8, 0.05), rgba(7, 7, 8, 0.78));
  z-index: -1;
}

.collection-card h3 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 500;
}

.collection-card span {
  display: block;
  margin-bottom: 8px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.search {
  min-width: min(320px, 100%);
  background: transparent;
  border: 1px solid var(--line);
  padding: 12px 14px;
  outline: none;
}

.search:focus {
  border-color: var(--gold);
}

.chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--ivory-dim);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chip.is-active,
.chip:hover {
  border-color: var(--gold);
  color: var(--gold-2);
}

.inventory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card[hidden],
.card.is-hidden {
  display: none !important;
}

.card-media {
  position: relative;
  aspect-ratio: 1;
  background: #0a0a0c;
  overflow: hidden;
  cursor: zoom-in;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
  transition: 0.6s ease;
}

.card:hover .card-media img {
  transform: scale(1.08);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  background: rgba(7, 7, 8, 0.72);
  border: 1px solid var(--line-gold);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.card-brand {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.card-meta,
.card-ref {
  color: var(--ivory-mute);
  font-size: 13px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: auto;
  padding-top: 12px;
}

.price {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--ivory);
}

.retail {
  font-size: 12px;
  color: var(--ivory-mute);
}

.card .btn {
  width: 100%;
  margin-top: 12px;
}

.bst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bst article {
  background:
    linear-gradient(180deg, rgba(201, 165, 106, 0.08), transparent 42%),
    var(--bg-2);
  border: 1px solid var(--line);
  padding: 36px 28px;
  min-height: 280px;
}

.bst h3 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  margin: 10px 0 12px;
}

.bst p {
  color: var(--ivory-dim);
  margin-bottom: 22px;
}

.brands {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid var(--line);
}

.brands li {
  padding: 22px 8px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-dim);
}

.brands li:last-child {
  border-right: 0;
}

.market {
  overflow: auto;
  border: 1px solid var(--line);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

th {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  background: #0c0c0f;
}

td.num {
  font-variant-numeric: tabular-nums;
  font-family: var(--font-display);
  font-size: 20px;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 480px;
}

.split-copy {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 48px 40px;
}

.steps {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.steps b {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold);
  line-height: 1;
}

.steps p {
  color: var(--ivory-dim);
}

.atelier {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: grid;
  align-items: end;
}

.atelier img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier-panel {
  position: relative;
  width: min(560px, calc(100% - 48px));
  margin: 48px;
  background: rgba(7, 7, 8, 0.78);
  border: 1px solid var(--line-gold);
  padding: 36px;
  backdrop-filter: blur(10px);
}

.atelier-panel h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 500;
  margin: 10px 0 14px;
}

.locations {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  color: var(--ivory-dim);
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.reviews article {
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: 28px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}

.reviews p {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.35;
}

.reviews cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-mute);
}

.quote-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  overflow: hidden;
}

.quote-visual {
  min-height: 420px;
  position: relative;
}

.quote-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.quote-form,
.modal-form {
  padding: 40px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-mute);
}

.field input,
.field select,
.field textarea {
  background: #0a0a0c;
  border: 1px solid var(--line);
  padding: 12px 12px;
  outline: none;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
}

.is-invalid {
  border-color: var(--danger) !important;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  color: var(--ivory-dim);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}

.site-footer h4 {
  color: var(--ivory);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  padding: 4px 0;
  color: var(--ivory-dim);
}

.site-footer a:hover {
  color: var(--gold-2);
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 12px;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  padding: 24px;
}

.modal.is-open {
  display: flex;
}

.modal-card {
  width: min(860px, 100%);
  background: #101014;
  border: 1px solid var(--line-gold);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  max-height: 90vh;
  overflow: auto;
}

.modal-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #08080a;
  min-height: 320px;
  padding: 12px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  background: #15221d;
  border: 1px solid var(--green-2);
  color: var(--ivory);
  padding: 14px 18px;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.toast.is-visible {
  transform: none;
  opacity: 1;
}

.gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(201, 165, 106, 0.12), transparent 36%),
    #070708;
  padding: 32px;
}

.gate img {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
}

.gate h1 {
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: 0.34em;
  font-weight: 500;
}

.gate p {
  margin-top: 12px;
  color: var(--ivory-mute);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 1px solid var(--line-gold);
  border-top-color: var(--gold);
  border-radius: 50%;
  margin: 28px auto 0;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

[dir="rtl"] .nav-main,
[dir="rtl"] .header-tools,
[dir="rtl"] .hero-actions,
[dir="rtl"] .announce-inner {
  direction: rtl;
}

[dir="rtl"] .hero-aside {
  right: auto;
  left: 36px;
}

.empty-note {
  display: none;
  padding: 48px 12px;
  text-align: center;
  color: var(--ivory-mute);
}

.inventory:not(:has(.card:not([hidden]))) .empty-note {
  display: block;
}

@media (max-width: 1100px) {
  .inventory,
  .brands {
    grid-template-columns: repeat(3, 1fr);
  }

  .collections,
  .trust-grid,
  .bst,
  .reviews,
  .split,
  .quote-wrap,
  .modal-card,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-aside {
    display: none;
  }
}

@media (max-width: 860px) {
  .container,
  .hero-content {
    width: min(var(--max), calc(100% - 32px));
  }

  .nav-main,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .logo-word strong {
    font-size: 16px;
    letter-spacing: 0.18em;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    inset: 84px 0 0 0;
    background: rgba(7, 7, 8, 0.96);
    transform: translateX(110%);
    transition: 0.3s ease;
    padding: 28px;
    z-index: 40;
  }

  .mobile-drawer.is-open {
    transform: none;
  }

  .mobile-drawer a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .collections,
  .inventory,
  .trust-grid,
  .bst,
  .brands,
  .reviews,
  .split,
  .quote-wrap,
  .modal-card,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 92vh;
  }

  .hero h1 {
    font-size: 72px;
  }

  .announce-inner {
    justify-content: flex-start;
  }

  .atelier-panel {
    margin: 20px;
    padding: 24px;
  }

  .section {
    padding: 64px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-img,
  .spinner {
    animation: none;
  }
}
